-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 01 Apr 2026 21:03:46 +0100 Source: grub2 Binary: grub-common grub-common-dbgsym grub-coreboot grub-coreboot-bin grub-coreboot-dbg grub-efi grub-efi-amd64 grub-efi-amd64-bin grub-efi-amd64-dbg grub-efi-ia32 grub-efi-ia32-bin grub-efi-ia32-dbg grub-efi-ia32-signed-template grub-emu grub-emu-dbg grub-emu-dbgsym grub-firmware-qemu grub-ieee1275 grub-ieee1275-bin grub-ieee1275-dbg grub-linuxbios grub-mount-udeb grub-pc grub-pc-bin grub-pc-bin-dbgsym grub-pc-dbg grub-rescue-pc grub-theme-starfield grub-xen grub-xen-bin grub-xen-dbg grub-xen-host grub2 grub2-common grub2-common-dbgsym Architecture: i386 Version: 2.06-13+deb12u2 Distribution: bookworm Urgency: medium Maintainer: all / amd64 / i386 Build Daemon (x86-conova-02) Changed-By: Steve McIntyre <93sam@debian.org> Description: grub-common - GRand Unified Bootloader (common files) grub-coreboot - GRand Unified Bootloader, version 2 (Coreboot version) grub-coreboot-bin - GRand Unified Bootloader, version 2 (Coreboot modules) grub-coreboot-dbg - GRand Unified Bootloader, version 2 (Coreboot debug files) grub-efi - GRand Unified Bootloader, version 2 (dummy package) grub-efi-amd64 - GRand Unified Bootloader, version 2 (EFI-AMD64 version) grub-efi-amd64-bin - GRand Unified Bootloader, version 2 (EFI-AMD64 modules) grub-efi-amd64-dbg - GRand Unified Bootloader, version 2 (EFI-AMD64 debug files) grub-efi-ia32 - GRand Unified Bootloader, version 2 (EFI-IA32 version) grub-efi-ia32-bin - GRand Unified Bootloader, version 2 (EFI-IA32 modules) grub-efi-ia32-dbg - GRand Unified Bootloader, version 2 (EFI-IA32 debug files) grub-efi-ia32-signed-template - GRand Unified Bootloader, version 2 (EFI-IA32 signing template) grub-emu - GRand Unified Bootloader, version 2 (emulated version) grub-emu-dbg - GRand Unified Bootloader, version 2 (emulated debug files) grub-firmware-qemu - GRUB firmware image for QEMU grub-ieee1275 - GRand Unified Bootloader, version 2 (Open Firmware version) grub-ieee1275-bin - GRand Unified Bootloader, version 2 (Open Firmware modules) grub-ieee1275-dbg - GRand Unified Bootloader, version 2 (Open Firmware debug files) grub-linuxbios - GRand Unified Bootloader, version 2 (dummy package) grub-mount-udeb - export GRUB filesystems using FUSE (udeb) grub-pc - GRand Unified Bootloader, version 2 (PC/BIOS version) grub-pc-bin - GRand Unified Bootloader, version 2 (PC/BIOS modules) grub-pc-dbg - GRand Unified Bootloader, version 2 (PC/BIOS debug files) grub-rescue-pc - GRUB bootable rescue images, version 2 (PC/BIOS version) grub-theme-starfield - GRand Unified Bootloader, version 2 (starfield theme) grub-xen - GRand Unified Bootloader, version 2 (Xen version) grub-xen-bin - GRand Unified Bootloader, version 2 (Xen modules) grub-xen-dbg - GRand Unified Bootloader, version 2 (Xen debug files) grub-xen-host - GRand Unified Bootloader, version 2 (Xen host version) grub2 - GRand Unified Bootloader, version 2 (dummy package) grub2-common - GRand Unified Bootloader (common files for version 2) Changes: grub2 (2.06-13+deb12u2) bookworm; urgency=medium . [ Julian Andres Klode ] * Set Protected: yes for -signed packages so they cannot easily be removed * debian/patches: Backport to bookworm . [ Felix Zielcke ] * Add salsa-ci.yml and disable blhc and reprotest pipelines. . [ Luca Boccassi ] * salsa-ci: configure for stable builds . [ Mate Kukri ] * Cherry-pick remaining XFS delta from 2.12 * Cherry-pick upstream vulnerability fixes * Cherry-pick extfs regression patch * Cherry-pick xfs regression patches * Bump SBAT level to grub,5 * fs/fat: Don't error when mtime is 0 (LP: #2098641) * SECURITY UPDATE: video/readers/jpeg: Do not permit duplicate SOF0 markers in JPEG - CVE-2024-45774 * SECURITY UPDATE: commands/extcmd: Missing check for failed allocation - CVE-2024-45775 * SECURITY UPDATE: gettext: Integer overflow leads to heap OOB write or read - CVE-2024-45776 * SECURITY UPDATE: gettext: Integer overflow leads to heap OOB write - CVE-2024-45777 * SECURITY UPDATE: fs/bfs: Integer overflow - CVE-2024-45778 * SECURITY UPDATE: fs/bfs: integer overflow leads to heap OOB read - CVE-2024-45779 * SECURITY UPDATE: fs/tar: Integer overflow leads to heap OOB write - CVE-2024-45780 * SECURITY UPDATE: fs/ufs: `strcpy` use leading to heap OOB write - CVE-2024-45781 * SECURITY UPDATE: fs/hfs: `strcpy` use leading to potential heap OOB write - CVE-2024-45782 * SECURITY UPDATE: fs/hfsplus: incorrect refcount handling leading to UAF - CVE-2024-45783 * SECURITY UPDATE: command/gpg: Use-after-free due to hooks not being removed on module unload - CVE-2025-0622 * SECURITY UPDATE: net: Out-of-bounds write in grub_net_search_config_file() - CVE-2025-0624 * SECURITY UPDATE: UFS: Integer overflow may lead to heap based out-of-bounds write when handling symlinks - CVE-2025-0677 * SECURITY UPDATE: squash4: Integer overflow may lead to heap based out-of-bounds write when reading data - CVE-2025-0678 * SECURITY UPDATE: reiserfs: Integer overflow when handling symlinks may lead to heap based out-of-bounds write when reading data - CVE-2025-0684 * SECURITY UPDATE: jfs: Integer overflow when handling symlinks may lead to heap based out-of-bounds write when reading data - CVE-2025-0685 * SECURITY UPDATE: romfs: Integer overflow when handling symlinks may lead to heap based out-of-bounds write when reading data - CVE-2025-0686 * SECURITY UPDATE: udf: Heap based buffer overflow in grub_udf_read_block() may lead to arbitrary code execution - CVE-2025-0689 * SECURITY UPDATE: read: Integer overflow may lead to out-of-bounds write - CVE-2025-0690 * SECURITY UPDATE: commands/dump: The dump command is not in lockdown when secure boot is enabled - CVE-2025-1118 * SECURITY UPDATE: fs/hfs: Integer overflow may lead to heap based out-of-bounds write - CVE-2025-1125 * SECURITY UPDATE: insmod: incorrect refcount handling leading to UAF [LP: #2055835] . [ Steve McIntyre ] * Drop NTFS patches that seem to be causing regressions * Remove NTFS from the monolithic EFI grub image, so we don't sign vulnerable code. * Similarly, remove jfs - we have doubts. * Bump SBAT levels: + grub,5 now we have the 2025 CVE fixes included + grub.debian,5 + grub.debian12,1 Checksums-Sha1: b0a6af13fefceb3b9c17b46d947590fc5444b882 11240480 grub-common-dbgsym_2.06-13+deb12u2_i386.deb 62a3a9ac52dbfb145a9e8160351bfba9a00043cf 2810084 grub-common_2.06-13+deb12u2_i386.deb 5b9f0eb21d6295d49a2fa251e3e0cf32f3eddd7e 637892 grub-coreboot-bin_2.06-13+deb12u2_i386.deb 696fc5695179429f7746844b4c7b386b9edc9aa0 2923396 grub-coreboot-dbg_2.06-13+deb12u2_i386.deb 465a9a1522605adbaddbbcc3ea4e5713805cbb42 45656 grub-coreboot_2.06-13+deb12u2_i386.deb a7e64b9eaf14c92025bf2630d96cbb27dd0a13e6 1576740 grub-efi-amd64-bin_2.06-13+deb12u2_i386.deb 76080e75043fb577b5f5d4d14c25bb3b53d94a5c 3500704 grub-efi-amd64-dbg_2.06-13+deb12u2_i386.deb 08bb5b867717d323780519862807483c506707e0 45672 grub-efi-amd64_2.06-13+deb12u2_i386.deb 7a92929d71458c181f7bc5145a5b9482c6248ca7 1466848 grub-efi-ia32-bin_2.06-13+deb12u2_i386.deb aa31d97e8850e3c15535dc0b3821a6cdd7bd99b1 3165056 grub-efi-ia32-dbg_2.06-13+deb12u2_i386.deb 4039e33d73addeee382f794e04d0e0e2bde3c89d 184912 grub-efi-ia32-signed-template_2.06-13+deb12u2_i386.deb f6a4d61b103267d5eadc428871e3b8787668a308 45692 grub-efi-ia32_2.06-13+deb12u2_i386.deb bd4879631d39e66b05aba660b1304068c84af5df 2396 grub-efi_2.06-13+deb12u2_i386.deb 8d71f6fc614419711f7b67109e12f27945e9fbbd 2565992 grub-emu-dbg_2.06-13+deb12u2_i386.deb 1ac881b42da90aefb0b9e2b8c680d5e4352b73f4 34356 grub-emu-dbgsym_2.06-13+deb12u2_i386.deb 05234e0cc64b65dee14afb9604a2a88e9fe953b6 3813736 grub-emu_2.06-13+deb12u2_i386.deb a815db0737a7268c2c9753c835deb662cec12db5 785464 grub-firmware-qemu_2.06-13+deb12u2_i386.deb 726e8f9c268ccedf77ae28d41ac79c85f4caef05 624396 grub-ieee1275-bin_2.06-13+deb12u2_i386.deb 22e0c763f8f9de0429872cfd149e25094a5921c6 2889828 grub-ieee1275-dbg_2.06-13+deb12u2_i386.deb d21c9fede4ae61311590381a160c99676396ea2d 45660 grub-ieee1275_2.06-13+deb12u2_i386.deb 250310e9ec7cedcc1675af9e488ab08a6e404da9 2372 grub-linuxbios_2.06-13+deb12u2_i386.deb bebe79c723f777e4cc7e88707238df2594825fb4 467108 grub-mount-udeb_2.06-13+deb12u2_i386.udeb 9b98e2a4874444b6d04bd0248364452236257bff 1128600 grub-pc-bin-dbgsym_2.06-13+deb12u2_i386.deb 46139e3852eefe87e98f75a43e60351b3d0e6505 1032028 grub-pc-bin_2.06-13+deb12u2_i386.deb 167c810bdc2ab9992bfe2043c59e1cc0746f611e 3149592 grub-pc-dbg_2.06-13+deb12u2_i386.deb cb1a8cc28f798af6ce57faebd122ebf8ece3662c 136464 grub-pc_2.06-13+deb12u2_i386.deb 9c12f5a06b3ba3e90799c6c5a15d1bd080965b90 2498660 grub-rescue-pc_2.06-13+deb12u2_i386.deb bef88d30861485e1c15823503d057a7abc35790a 2154272 grub-theme-starfield_2.06-13+deb12u2_i386.deb 18bfa0190037e55d79aef96653f9f7de0bdfdb2e 1017016 grub-xen-bin_2.06-13+deb12u2_i386.deb bdb15b4cf5fc3ca4adb0678546714700a2788186 7433756 grub-xen-dbg_2.06-13+deb12u2_i386.deb 0a9fbebe8444ee6a81534bc5d9fdc4c9f7f00f9d 1181552 grub-xen-host_2.06-13+deb12u2_i386.deb e2913a6a57869f164f3396895552cec21671e23b 45620 grub-xen_2.06-13+deb12u2_i386.deb 9c8047436c4a343921c133aa325e1e77a07dbf67 1456392 grub2-common-dbgsym_2.06-13+deb12u2_i386.deb 3b4e2bcb53e31628f994a6ef34c762ea5a597d57 657368 grub2-common_2.06-13+deb12u2_i386.deb 40fc02b216aa6e843754dcc05fe56416411a4938 23700 grub2_2.06-13+deb12u2_i386-buildd.buildinfo 38c0de70e7ef87dbcb99b272ce6ea12e135cac1d 2372 grub2_2.06-13+deb12u2_i386.deb Checksums-Sha256: eff19186935d6e0177be64de9722a3979fb2ee645fd17a1ee240c0c3e5ccb5d4 11240480 grub-common-dbgsym_2.06-13+deb12u2_i386.deb 2128e5740e411af3d220daad169afa714f7796fecd92cdd4a90a16a027c01499 2810084 grub-common_2.06-13+deb12u2_i386.deb bb403e2c5b25bc9a6ba7bb0eb595b4283a09814498bc57b51a67fd3fc8ecd33e 637892 grub-coreboot-bin_2.06-13+deb12u2_i386.deb d39ff98f5354c0f7381a6425213570c737b7ccf676efcbcfb6651c3725ca8ca1 2923396 grub-coreboot-dbg_2.06-13+deb12u2_i386.deb 0b164aa9a2933b04610cefa209bee22d877c0d6b649d94ba6261e9c125138caa 45656 grub-coreboot_2.06-13+deb12u2_i386.deb 9079ed126a83974737edc29e993ca25ac9ea89656fa62f74cef95797d37d8340 1576740 grub-efi-amd64-bin_2.06-13+deb12u2_i386.deb c0cb1348608e4f56970e5879f106629583046d9b098d04015fcc01828e43f85a 3500704 grub-efi-amd64-dbg_2.06-13+deb12u2_i386.deb dfc5af015b283b90431e7b7a6c43cbd3f451f59656c4adcee89ac7be27933b96 45672 grub-efi-amd64_2.06-13+deb12u2_i386.deb f98c6f8e5b88e041baa9823be0f4649878a5692d6f0690c0dc331bbcaa334405 1466848 grub-efi-ia32-bin_2.06-13+deb12u2_i386.deb e8b1aeff681627338bf3bc4480f060841a343d69b2bc375f84b8ff0bd9bdac2d 3165056 grub-efi-ia32-dbg_2.06-13+deb12u2_i386.deb 2c76447304c99f6b606a34f2e06c51ca2dd5bbcf0bba2a2888cac303408453fb 184912 grub-efi-ia32-signed-template_2.06-13+deb12u2_i386.deb 03a19fe6a40cbb1c1abdf43eac0102be7351533e07482d3bd555a2ca942c4df7 45692 grub-efi-ia32_2.06-13+deb12u2_i386.deb 5e9250145a4b6c5e73665da003d58f5a9521b0e744b5f881b5ee68ee87f1ffbc 2396 grub-efi_2.06-13+deb12u2_i386.deb 8187d4cd4c9ced626d10085dead9a4e728e87fe2f3bd89821d56e887e4543c36 2565992 grub-emu-dbg_2.06-13+deb12u2_i386.deb 1336508679089f67dcdf891e25e82d30e7e3b325a9527d07c251d48e9d446922 34356 grub-emu-dbgsym_2.06-13+deb12u2_i386.deb 307f2df997aff69b91b35496f57fd632e02ea76b988078b545a622854405883d 3813736 grub-emu_2.06-13+deb12u2_i386.deb fe7257cd90127a5c2b69660403779eb81a0b08d065fb5716c39c7e5ce1876583 785464 grub-firmware-qemu_2.06-13+deb12u2_i386.deb 6742e7f51e7abdeb787baffaa2605b8370e7ba3c37944c1e0c8da9995a2f55fd 624396 grub-ieee1275-bin_2.06-13+deb12u2_i386.deb 5595bceab7890aed314cdc498568ca1f2e282bbc6c52bc9d44b72a889e564cff 2889828 grub-ieee1275-dbg_2.06-13+deb12u2_i386.deb 72dbdd5f9fd81e70a38a87ad678a3495341281f78cef1aeb12058496c0a966fc 45660 grub-ieee1275_2.06-13+deb12u2_i386.deb c1ba5f84e81c1cd4a603a7a162258ad9d646299eb0d33c91c330c2b91b45b2e5 2372 grub-linuxbios_2.06-13+deb12u2_i386.deb 8092fc0192b7b55d714490c1c0a5bed7cbb9a2fa02b7efa8a7d170722fe7fd83 467108 grub-mount-udeb_2.06-13+deb12u2_i386.udeb 7caa78881717d6fc5b4ecd933b8b81e1727bc289d2b574a3991364febfa92929 1128600 grub-pc-bin-dbgsym_2.06-13+deb12u2_i386.deb 0f8e98fe06c9399d25960adda84ff67c43a05b7f9d74ffff98fae452a180e4f5 1032028 grub-pc-bin_2.06-13+deb12u2_i386.deb 3c2a36bee06d579b88525faf9f2bd93200968981152d7a1c41d53d95ff2b3c1c 3149592 grub-pc-dbg_2.06-13+deb12u2_i386.deb 63e39150060b32585976ca23f6ee2164ce7726aa7b5d33b28d26ab44cdf0b2fd 136464 grub-pc_2.06-13+deb12u2_i386.deb 1cd4535a1d6496c268b123dada204279bfd5b31df9366b097f53c91a6a19e094 2498660 grub-rescue-pc_2.06-13+deb12u2_i386.deb bdef8a9853469bc16d5ab59be487a6233575e2d00ff31eabfe02ebf3cdc14808 2154272 grub-theme-starfield_2.06-13+deb12u2_i386.deb d09493f26e579d2f36f15998c6c352b6d9b04b8a25ff56c7f839ed5003ede006 1017016 grub-xen-bin_2.06-13+deb12u2_i386.deb 46d9d8ba9d657d224815bb109bd3d908b6a178abefc4c03d66ba8e90e4183572 7433756 grub-xen-dbg_2.06-13+deb12u2_i386.deb 673d1f7695f0299c1a3cab722aa317f3ac66d94a4ceb03c99c3717643526c21c 1181552 grub-xen-host_2.06-13+deb12u2_i386.deb 2352809d3e61ade95d6588c3cfd2e997b05ff0354363918b46f73a07a15262fa 45620 grub-xen_2.06-13+deb12u2_i386.deb 10474bf9dc7906cc5ba9a33dd88afed519eb43b70aef1aa5cb38c998d91c141e 1456392 grub2-common-dbgsym_2.06-13+deb12u2_i386.deb d4070f1e3f94b829dfc10c2afa42337aaddc0438aa8845b89bd543ea7bc17495 657368 grub2-common_2.06-13+deb12u2_i386.deb aebb5a7739a3927a3ebea20b607c1d592dae6e79ed25570f80ef8e434d22e494 23700 grub2_2.06-13+deb12u2_i386-buildd.buildinfo d3d07b85640dbf10f8acefc89c7a845e5fb1366ea5084816e3564d26f9bbb7be 2372 grub2_2.06-13+deb12u2_i386.deb Files: 3e572e7c22905e283ec7b98bf0592e31 11240480 debug optional grub-common-dbgsym_2.06-13+deb12u2_i386.deb c3f116b48844a2c2fbe3db7915d18b4c 2810084 admin optional grub-common_2.06-13+deb12u2_i386.deb ca7fcd83167f96d1011eb60c93c5c6c9 637892 admin optional grub-coreboot-bin_2.06-13+deb12u2_i386.deb b1009ec6c3f212160652e36505900fa9 2923396 debug optional grub-coreboot-dbg_2.06-13+deb12u2_i386.deb 3eacd178fbf2ce38396e58e5cd969bc1 45656 admin optional grub-coreboot_2.06-13+deb12u2_i386.deb e0975002fefd30b2fb08e46f4ca5e28b 1576740 admin optional grub-efi-amd64-bin_2.06-13+deb12u2_i386.deb 4e3ad2a131dd4fc34263970a7965b4e0 3500704 debug optional grub-efi-amd64-dbg_2.06-13+deb12u2_i386.deb c52117f0f5de7b79a5ff6c1be7346259 45672 admin optional grub-efi-amd64_2.06-13+deb12u2_i386.deb a0165b90545747417483d6faf11dfe45 1466848 admin optional grub-efi-ia32-bin_2.06-13+deb12u2_i386.deb 64caad34df09cdad8d09d654769f66c7 3165056 debug optional grub-efi-ia32-dbg_2.06-13+deb12u2_i386.deb c345d7c525ae9c3d9fe77f5891d59beb 184912 admin optional grub-efi-ia32-signed-template_2.06-13+deb12u2_i386.deb ac6602ca92400e4f8322f638492763c0 45692 admin optional grub-efi-ia32_2.06-13+deb12u2_i386.deb 86041b4cce88fa1071860adf86057096 2396 admin optional grub-efi_2.06-13+deb12u2_i386.deb 33c4e48670d9c273c392e6472638e212 2565992 debug optional grub-emu-dbg_2.06-13+deb12u2_i386.deb 20f87c903685d4e2dcce710b49e74602 34356 debug optional grub-emu-dbgsym_2.06-13+deb12u2_i386.deb cf1faceeb6ea99412b1b9f0b6aabab41 3813736 admin optional grub-emu_2.06-13+deb12u2_i386.deb 115b8366ac3609965393d57e27039a5a 785464 admin optional grub-firmware-qemu_2.06-13+deb12u2_i386.deb 23a6c1deed356dcfa746282ae159797d 624396 admin optional grub-ieee1275-bin_2.06-13+deb12u2_i386.deb 2efbc14496dcfb7481b05c3f95d37cba 2889828 debug optional grub-ieee1275-dbg_2.06-13+deb12u2_i386.deb 31ead0e4915035e3db9fc42933caf25d 45660 admin optional grub-ieee1275_2.06-13+deb12u2_i386.deb 01381dcc2254a12a1b53db4f346fa04a 2372 oldlibs optional grub-linuxbios_2.06-13+deb12u2_i386.deb 4cdedf4a2c9571e03ad536d31980cbc9 467108 debian-installer optional grub-mount-udeb_2.06-13+deb12u2_i386.udeb cffc69f38f40660c1dc17b037d382902 1128600 debug optional grub-pc-bin-dbgsym_2.06-13+deb12u2_i386.deb 553a58a5f2bf57bb70e342fd29298d73 1032028 admin optional grub-pc-bin_2.06-13+deb12u2_i386.deb 4a892182b32790952183f73e65d56bf4 3149592 debug optional grub-pc-dbg_2.06-13+deb12u2_i386.deb 22902fbfe670bfbc15f899862074402e 136464 admin optional grub-pc_2.06-13+deb12u2_i386.deb c0fda3fd95aaa0b4ea6c97428ecfc48c 2498660 admin optional grub-rescue-pc_2.06-13+deb12u2_i386.deb 78ff183356123ba5ab993037a467fcd0 2154272 admin optional grub-theme-starfield_2.06-13+deb12u2_i386.deb 32736d32f2435f8b84affb05a67c6693 1017016 admin optional grub-xen-bin_2.06-13+deb12u2_i386.deb abdeca5b5c549166b611f1195ee55b78 7433756 debug optional grub-xen-dbg_2.06-13+deb12u2_i386.deb bd379cabfba0b8536e7f9a83ae2bad40 1181552 admin optional grub-xen-host_2.06-13+deb12u2_i386.deb b34be1e2edf984414c9d08fa58434cba 45620 admin optional grub-xen_2.06-13+deb12u2_i386.deb 55c558c53cc7fb50fea029360175453c 1456392 debug optional grub2-common-dbgsym_2.06-13+deb12u2_i386.deb 72b37b6bed32af42eefe98532cf405dd 657368 admin optional grub2-common_2.06-13+deb12u2_i386.deb f3c8dee0f312725ce16044238bf550b7 23700 admin optional grub2_2.06-13+deb12u2_i386-buildd.buildinfo 74b9dfb993ad74c8650010a1f71c0b55 2372 oldlibs optional grub2_2.06-13+deb12u2_i386.deb -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE+i/sCsF3puL4e7qIGNGWmfrqILEFAmn3y6kACgkQGNGWmfrq ILH9Yw//WLzLzCvB367estl9mm6cWSsWwZnn0UZqo4O6ooKtCH6pfXkV2Dh1H2sm jjDZvbDKjPH6Ur6WOYvU3wcT5c4OT70UtgF/gIa364liKSjIVDqLFbHFhUIIGStC hu8OY48XclLnNs/69V4z6VsLXux6qZKb5tG/xUagtBLq5+tEfb08VbFvSyFy8DQm laYlKurQLjG8FEjPTh6wU3bFEOpmcLEaaat9b36ZHTq2jyQk8QWJ5MuQXjT7i7GZ RwhYcO5HJVsnSKHpLeWLTM+Pcaj25HNScxGC4f0G/578QLG/ePtl0CDPm7f+UjIU cQTeO5TtZ/9fqTwfJrdh+oE2LBMu/Xi/oBvxWh+NtA3xmYjUt2EaIlg+Z4vHRWpk uRYGlL41j8vc8BClIK07qniBBYys0pdOAlCnDwenLLQC8Jsx3zkRmczcKCjkYPgc TuIWe4+/lhSQLN8Rdf7sRCdV/6ml6Cu3HKowU4A1wTNy4MCPxCMW8jWU7YjFOnE+ cxGMfNnNSNuD5o8HZ8wPzmOTTkotSzTHQNmLsHSeiapHUG/V60BAIbS3wHssXjf3 vNTM8x0/Kz1uEgzUfrv+T7jKAJgQa840zlOYR5nWDw8l4u7uOfAQdI0roGcIJaWH 9p2y3m3lBeBQcwxJrjnhl3/Q/hDbhsrZ1v8W4rM9cxIqK2PhRTw= =f6kn -----END PGP SIGNATURE-----