From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 07 06:49:13 2013 Received: (at submit) by debbugs.gnu.org; 7 Oct 2013 10:49:13 +0000 Received: from localhost ([127.0.0.1]:59480 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VT8ND-0003qq-Ku for submit@debbugs.gnu.org; Mon, 07 Oct 2013 06:49:12 -0400 Received: from eggs.gnu.org ([208.118.235.92]:60798) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VT8NA-0003qh-E3 for submit@debbugs.gnu.org; Mon, 07 Oct 2013 06:49:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VT8Mz-0008TG-SY for submit@debbugs.gnu.org; Mon, 07 Oct 2013 06:49:08 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:52575) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VT8Mz-0008TB-QD for submit@debbugs.gnu.org; Mon, 07 Oct 2013 06:48:57 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34121) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VT8Mq-0007rb-QX for bug-parted@gnu.org; Mon, 07 Oct 2013 06:48:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VT8Mh-0008NP-KY for bug-parted@gnu.org; Mon, 07 Oct 2013 06:48:48 -0400 Received: from e28smtp05.in.ibm.com ([122.248.162.5]:44939) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VT8Mg-0008MZ-Tb for bug-parted@gnu.org; Mon, 07 Oct 2013 06:48:39 -0400 Received: from /spool/local by e28smtp05.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 7 Oct 2013 16:18:33 +0530 Received: from d28dlp02.in.ibm.com (9.184.220.127) by e28smtp05.in.ibm.com (192.168.1.135) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Mon, 7 Oct 2013 16:18:31 +0530 Received: from d28relay03.in.ibm.com (d28relay03.in.ibm.com [9.184.220.60]) by d28dlp02.in.ibm.com (Postfix) with ESMTP id EB49D394003F for ; Mon, 7 Oct 2013 16:18:12 +0530 (IST) Received: from d28av01.in.ibm.com (d28av01.in.ibm.com [9.184.220.63]) by d28relay03.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r97Aoxl342991820 for ; Mon, 7 Oct 2013 16:21:01 +0530 Received: from d28av01.in.ibm.com (localhost [127.0.0.1]) by d28av01.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r97AmSF5016560 for ; Mon, 7 Oct 2013 16:18:28 +0530 Received: from aviksil-thinkpad.in.ibm.com (aviksil-thinkpad.in.ibm.com [9.124.35.22] (may be forged)) by d28av01.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id r97AmS81016557; Mon, 7 Oct 2013 16:18:28 +0530 From: Avik Sil To: parted-devel@lists.alioth.debian.org, bug-parted@gnu.org Subject: [PATCH RESEND] GPT: add support for PReP GUID Date: Mon, 7 Oct 2013 16:18:28 +0530 Message-Id: <1381142908-32255-1-git-send-email-aviksil@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.11.7 X-TM-AS-MML: No X-Content-Scanned: Fidelis XPS MAILER x-cbid: 13100710-8256-0000-0000-000009886DE8 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit Cc: dbkreling@br.ibm.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) From: Daniel Battaiola Kreling PReP (PowerPC Reference Platform) boot partition is the first partition used in PowerPC platform for containing the bootable kernel or bootloader. The firmware searches for this partition and jumps to it for booting. So far no GUID was specified for this partition type and hence booting from GPT disk was not supported on this platform. A new GUID 9e1a2d38-c612-4316-aa26-8b49521e5a8b for PReP partition is proposed to be included in GPT. Signed-off-by: Daniel Battaiola Kreling Signed-off-by: Avik Sil --- libparted/labels/gpt.c | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/libparted/labels/gpt.c b/libparted/labels/gpt.c index 490de70..ee8148d 100644 --- a/libparted/labels/gpt.c +++ b/libparted/labels/gpt.c @@ -146,6 +146,10 @@ typedef struct ((efi_guid_t) { PED_CPU_TO_LE32 (0x5265636F), PED_CPU_TO_LE16 (0x7665), \ PED_CPU_TO_LE16 (0x11AA), 0xaa, 0x11, \ { 0x00, 0x30, 0x65, 0x43, 0xEC, 0xAC }}) +#define PARTITION_PREP_GUID \ + ((efi_guid_t) { PED_CPU_TO_LE32 (0x9e1a2d38), PED_CPU_TO_LE16 (0xc612), \ + PED_CPU_TO_LE16 (0x4316), 0xaa, 0x26, \ + { 0x8b, 0x49, 0x52, 0x1e, 0x5a, 0x8b }}) struct __attribute__ ((packed)) _GuidPartitionTableHeader_t { @@ -288,6 +292,7 @@ typedef struct _GPTPartitionData int atvrecv; int msftrecv; int legacy_boot; + int prep; } GPTPartitionData; static PedDiskType gpt_disk_type; @@ -796,6 +801,7 @@ _parse_part_entry (PedDisk *disk, GuidPartitionEntry_t *pte) = gpt_part_data->msftdata = gpt_part_data->msftrecv = gpt_part_data->legacy_boot + = gpt_part_data->prep = gpt_part_data->bios_grub = gpt_part_data->atvrecv = 0; if (pte->Attributes.RequiredToFunction & 0x1) @@ -821,6 +827,8 @@ _parse_part_entry (PedDisk *disk, GuidPartitionEntry_t *pte) gpt_part_data->msftrecv = 1; else if (!guid_cmp (gpt_part_data->type, PARTITION_APPLE_TV_RECOVERY_GUID)) gpt_part_data->atvrecv = 1; + else if (!guid_cmp (gpt_part_data->type, PARTITION_PREP_GUID)) + gpt_part_data->prep = 1; return part; } @@ -1338,6 +1346,7 @@ gpt_partition_new (const PedDisk *disk, gpt_part_data->msftrecv = 0; gpt_part_data->atvrecv = 0; gpt_part_data->legacy_boot = 0; + gpt_part_data->prep = 0; uuid_generate ((unsigned char *) &gpt_part_data->uuid); swap_uuid_and_efi_guid ((unsigned char *) (&gpt_part_data->uuid)); memset (gpt_part_data->name, 0, sizeof gpt_part_data->name); @@ -1411,6 +1420,11 @@ gpt_partition_set_system (PedPartition *part, gpt_part_data->type = PARTITION_RAID_GUID; return 1; } + if (gpt_part_data->prep) + { + gpt_part_data->type = PARTITION_PREP_GUID; + return 1; + } if (gpt_part_data->boot) { gpt_part_data->type = PARTITION_SYSTEM_GUID; @@ -1587,6 +1601,7 @@ gpt_partition_set_flag (PedPartition *part, PedPartitionFlag flag, int state) = gpt_part_data->msftres = gpt_part_data->msftdata = gpt_part_data->msftrecv + = gpt_part_data->prep = gpt_part_data->atvrecv = 0; return gpt_partition_set_system (part, part->fs_type); case PED_PARTITION_BIOS_GRUB: @@ -1599,6 +1614,7 @@ gpt_partition_set_flag (PedPartition *part, PedPartitionFlag flag, int state) = gpt_part_data->msftres = gpt_part_data->msftdata = gpt_part_data->msftrecv + = gpt_part_data->prep = gpt_part_data->atvrecv = 0; return gpt_partition_set_system (part, part->fs_type); case PED_PARTITION_RAID: @@ -1611,6 +1627,7 @@ gpt_partition_set_flag (PedPartition *part, PedPartitionFlag flag, int state) = gpt_part_data->msftres = gpt_part_data->msftdata = gpt_part_data->msftrecv + = gpt_part_data->prep = gpt_part_data->atvrecv = 0; return gpt_partition_set_system (part, part->fs_type); case PED_PARTITION_LVM: @@ -1623,6 +1640,7 @@ gpt_partition_set_flag (PedPartition *part, PedPartitionFlag flag, int state) = gpt_part_data->msftres = gpt_part_data->msftdata = gpt_part_data->msftrecv + = gpt_part_data->prep = gpt_part_data->atvrecv = 0; return gpt_partition_set_system (part, part->fs_type); case PED_PARTITION_HPSERVICE: @@ -1635,6 +1653,7 @@ gpt_partition_set_flag (PedPartition *part, PedPartitionFlag flag, int state) = gpt_part_data->msftres = gpt_part_data->msftdata = gpt_part_data->msftrecv + = gpt_part_data->prep = gpt_part_data->atvrecv = 0; return gpt_partition_set_system (part, part->fs_type); case PED_PARTITION_MSFT_RESERVED: @@ -1647,6 +1666,7 @@ gpt_partition_set_flag (PedPartition *part, PedPartitionFlag flag, int state) = gpt_part_data->hp_service = gpt_part_data->msftdata = gpt_part_data->msftrecv + = gpt_part_data->prep = gpt_part_data->atvrecv = 0; return gpt_partition_set_system (part, part->fs_type); case PED_PARTITION_MSFT_DATA: @@ -1659,6 +1679,7 @@ gpt_partition_set_flag (PedPartition *part, PedPartitionFlag flag, int state) = gpt_part_data->hp_service = gpt_part_data->msftres = gpt_part_data->msftrecv + = gpt_part_data->prep = gpt_part_data->atvrecv = 0; gpt_part_data->msftdata = 1; } else { @@ -1675,6 +1696,7 @@ gpt_partition_set_flag (PedPartition *part, PedPartitionFlag flag, int state) = gpt_part_data->hp_service = gpt_part_data->msftdata = gpt_part_data->msftres + = gpt_part_data->prep = gpt_part_data->atvrecv = 0; return gpt_partition_set_system (part, part->fs_type); case PED_PARTITION_APPLE_TV_RECOVERY: @@ -1687,8 +1709,21 @@ gpt_partition_set_flag (PedPartition *part, PedPartitionFlag flag, int state) = gpt_part_data->hp_service = gpt_part_data->msftres = gpt_part_data->msftdata + = gpt_part_data->prep = gpt_part_data->msftrecv = 0; return gpt_partition_set_system (part, part->fs_type); + case PED_PARTITION_PREP: + gpt_part_data->prep = state; + if (state) + gpt_part_data->boot + = gpt_part_data->raid + = gpt_part_data->lvm + = gpt_part_data->bios_grub + = gpt_part_data->hp_service + = gpt_part_data->msftres + = gpt_part_data->msftrecv + = gpt_part_data->atvrecv = 0; + return gpt_partition_set_system (part, part->fs_type); case PED_PARTITION_HIDDEN: gpt_part_data->hidden = state; return 1; @@ -1735,6 +1770,8 @@ gpt_partition_get_flag (const PedPartition *part, PedPartitionFlag flag) return gpt_part_data->hidden; case PED_PARTITION_LEGACY_BOOT: return gpt_part_data->legacy_boot; + case PED_PARTITION_PREP: + return gpt_part_data->prep; case PED_PARTITION_SWAP: case PED_PARTITION_LBA: case PED_PARTITION_ROOT: @@ -1761,6 +1798,7 @@ gpt_partition_is_flag_available (const PedPartition *part, case PED_PARTITION_APPLE_TV_RECOVERY: case PED_PARTITION_HIDDEN: case PED_PARTITION_LEGACY_BOOT: + case PED_PARTITION_PREP: return 1; case PED_PARTITION_SWAP: case PED_PARTITION_ROOT: -- 1.7.11.7 From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 03 10:09:30 2013 Received: (at control) by debbugs.gnu.org; 3 Dec 2013 15:09:30 +0000 Received: from localhost ([127.0.0.1]:56543 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VnrbN-0007uo-Im for submit@debbugs.gnu.org; Tue, 03 Dec 2013 10:09:30 -0500 Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.120]:40159) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VnrbI-0007uK-Pp for control@debbugs.gnu.org; Tue, 03 Dec 2013 10:09:25 -0500 X-Authority-Analysis: v=2.0 cv=IPSA+3TG c=1 sm=0 a=/DbS/tiKggfTkRRHPZEB4g==:17 a=h_Sp9wbh10QA:10 a=S1A5HrydsesA:10 a=Qsx_du5GiBkA:10 a=8nJEP1OIZ-IA:10 a=fxJcL_dCAAAA:8 a=KGjhK52YXX0A:10 a=QfKxxUxMAAAA:8 a=cFCFlqpAOfkGi85VadAA:9 a=wPNLvfGTeEIA:10 a=/DbS/tiKggfTkRRHPZEB4g==:117 X-Cloudmark-Score: 0 X-Authenticated-User: X-Originating-IP: 67.78.168.186 Received: from [67.78.168.186] ([67.78.168.186:55493] helo=[10.1.1.236]) by cdptpa-oedge02.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTP id 7D/96-09582-F14FD925; Tue, 03 Dec 2013 15:09:19 +0000 Message-ID: <529DF41F.6010608@ubuntu.com> Date: Tue, 03 Dec 2013 10:09:19 -0500 From: Phillip Susi User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: control@debbugs.gnu.org X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 merge 15532 15551 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJSnfQfAAoJEI5FoCIzSKrwngUH/0rzkUtPSbiWV1dVhFomjatN HiZy2nPIKFUm1oyYJJuobQWQHYmSRz8rR2TgRbm/iY9xIhpFkG9mj4YLb+GbpkyK asiNOpyPrVWSCM/PuOV6mtXvXDeoivjdWP+62zpHJiqz1FTAHrfwhwmpJnn5q48l CYPnPqZd+2ePQ7PPjZGwZdhVxF+w1Kw2z6t1HTRGwjbhwpzkVF6JkhkwXjsVoEsM xdZxeq7Ws791Wfb+pH3St0RADEqCNeP445wixQ8phH7fd1P5sgAQ8uylTgdieUxD tbRqTjoJrdX3dm4/JMyOooiBIP7D43RTxDqCeLKqhP0GiJ75MOTFh9Ct4lMQMc0= =/kVI -----END PGP SIGNATURE----- [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [75.180.132.120 listed in list.dnswl.org] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 merge 15532 15551 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJSnfQfAAoJEI5FoCIzSKrwngUH/0rzkUtPSbiWV1dVhFomjatN HiZy2nPIKFUm1oyYJJuobQWQHYmSRz8rR2TgRbm/iY9xIhpFkG9mj4YLb+GbpkyK asiNOpyPrVWSCM/PuOV6mtXvXDeoivjdWP+62zpHJiqz1FTAHrfwhwmpJnn5q48l CYPnPqZd+2ePQ7PPjZGwZdhVxF+w1Kw2z6t1HTRGwjbhwpzkVF6JkhkwXjsVoEsM xdZxeq7Ws791Wfb+pH3St0RADEqCNeP445wixQ8phH7fd1P5sgAQ8uylTgdieUxD tbRqTjoJrdX3dm4/JMyOooiBIP7D43RTxDqCeLKqhP0GiJ75MOTFh9Ct4lMQMc0= =/kVI -----END PGP SIGNATURE----- [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [75.180.132.120 listed in list.dnswl.org] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 merge 15532 15551 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJSnfQfAAoJEI5FoCIzSKrwngUH/0rzkUtPSbiWV1dVhFomjatN HiZy2nPIKFUm1oyYJJuobQWQHYmSRz8rR2TgRbm/iY9xIhpFkG9mj4YLb+GbpkyK asiNOpyPrVWSCM/PuOV6mtXvXDeoivjdWP+62zpHJiqz1FTAHrfwhwmpJnn5q48l CYPnPqZd+2ePQ7PPjZGwZdhVxF+w1Kw2z6t1HTRGwjbhwpzkVF6JkhkwXjsVoEsM xdZxeq7Ws791Wfb+pH3St0RADEqCNeP445wixQ8phH7fd1P5sgAQ8uylTgdieUxD tbRqTjoJrdX3dm4/JMyOooiBIP7D43RTxDqCeLKqhP0GiJ75MOTFh9Ct4lMQMc0= =/kVI -----END PGP SIGNATURE----- From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 03 10:48:55 2013 Received: (at control) by debbugs.gnu.org; 3 Dec 2013 15:48:55 +0000 Received: from localhost ([127.0.0.1]:56562 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VnsDW-0001am-9O for submit@debbugs.gnu.org; Tue, 03 Dec 2013 10:48:54 -0500 Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.120]:56195) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VnsDQ-0001aR-MO for control@debbugs.gnu.org; Tue, 03 Dec 2013 10:48:49 -0500 X-Authority-Analysis: v=2.0 cv=cq4ZYiEi c=1 sm=0 a=/DbS/tiKggfTkRRHPZEB4g==:17 a=h_Sp9wbh10QA:10 a=S1A5HrydsesA:10 a=Qsx_du5GiBkA:10 a=8nJEP1OIZ-IA:10 a=fxJcL_dCAAAA:8 a=KGjhK52YXX0A:10 a=QfKxxUxMAAAA:8 a=ickQx8NtnmQFXAwB7PgA:9 a=wPNLvfGTeEIA:10 a=/DbS/tiKggfTkRRHPZEB4g==:117 X-Cloudmark-Score: 0 X-Authenticated-User: X-Originating-IP: 67.78.168.186 Received: from [67.78.168.186] ([67.78.168.186:55571] helo=[10.1.1.236]) by cdptpa-oedge04.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTP id 23/7A-25023-A5DFD925; Tue, 03 Dec 2013 15:48:43 +0000 Message-ID: <529DFD5A.2090004@ubuntu.com> Date: Tue, 03 Dec 2013 10:48:42 -0500 From: Phillip Susi User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: control@debbugs.gnu.org X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 merge 15551 15532 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJSnf1aAAoJEI5FoCIzSKrw3LIH/i/sJNgTAWJIIQDps3oWfcgD bm54jlM1Z4f+jlyJAOFM8XZw4Y1QyXs4U+sRk78KhJiiYCOVgS5YKFbdi5FAXARI ntPhZravPiAuaoigqbAtcrPopYv9VbxcFSt7gz2USF7Ix3nbK3M1pkScLfHmfEVt xYi9+hoHpMZqwfL0MbcfGOEXm9XEPVDZO272lOAvS60/tmsRT2J0faI91YvLPdIF OjPANHm0x2jwI4rkvO+QgGZKi7At3lLkTeJkOMdp3Jo+D2Skq6Bfm6I400jgtzX+ tGlxpYam6ksBiK+wpyiHvVMC0H9aix1VF6C+/lfDxCjDSC8jVhzzyKNUyPxnIPY= =VRDl -----END PGP SIGNATURE----- [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [75.180.132.120 listed in list.dnswl.org] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 merge 15551 15532 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJSnf1aAAoJEI5FoCIzSKrw3LIH/i/sJNgTAWJIIQDps3oWfcgD bm54jlM1Z4f+jlyJAOFM8XZw4Y1QyXs4U+sRk78KhJiiYCOVgS5YKFbdi5FAXARI ntPhZravPiAuaoigqbAtcrPopYv9VbxcFSt7gz2USF7Ix3nbK3M1pkScLfHmfEVt xYi9+hoHpMZqwfL0MbcfGOEXm9XEPVDZO272lOAvS60/tmsRT2J0faI91YvLPdIF OjPANHm0x2jwI4rkvO+QgGZKi7At3lLkTeJkOMdp3Jo+D2Skq6Bfm6I400jgtzX+ tGlxpYam6ksBiK+wpyiHvVMC0H9aix1VF6C+/lfDxCjDSC8jVhzzyKNUyPxnIPY= =VRDl -----END PGP SIGNATURE----- [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [75.180.132.120 listed in list.dnswl.org] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 merge 15551 15532 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJSnf1aAAoJEI5FoCIzSKrw3LIH/i/sJNgTAWJIIQDps3oWfcgD bm54jlM1Z4f+jlyJAOFM8XZw4Y1QyXs4U+sRk78KhJiiYCOVgS5YKFbdi5FAXARI ntPhZravPiAuaoigqbAtcrPopYv9VbxcFSt7gz2USF7Ix3nbK3M1pkScLfHmfEVt xYi9+hoHpMZqwfL0MbcfGOEXm9XEPVDZO272lOAvS60/tmsRT2J0faI91YvLPdIF OjPANHm0x2jwI4rkvO+QgGZKi7At3lLkTeJkOMdp3Jo+D2Skq6Bfm6I400jgtzX+ tGlxpYam6ksBiK+wpyiHvVMC0H9aix1VF6C+/lfDxCjDSC8jVhzzyKNUyPxnIPY= =VRDl -----END PGP SIGNATURE----- From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 03 10:58:26 2013 Received: (at control) by debbugs.gnu.org; 3 Dec 2013 15:58:26 +0000 Received: from localhost ([127.0.0.1]:56571 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VnsMk-0001pB-Cf for submit@debbugs.gnu.org; Tue, 03 Dec 2013 10:58:26 -0500 Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.120]:36411) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VnsMj-0001oy-8m for control@debbugs.gnu.org; Tue, 03 Dec 2013 10:58:25 -0500 X-Authority-Analysis: v=2.0 cv=IPSA+3TG c=1 sm=0 a=/DbS/tiKggfTkRRHPZEB4g==:17 a=h_Sp9wbh10QA:10 a=S1A5HrydsesA:10 a=Qsx_du5GiBkA:10 a=8nJEP1OIZ-IA:10 a=fxJcL_dCAAAA:8 a=KGjhK52YXX0A:10 a=QfKxxUxMAAAA:8 a=Z46x3MgZ6fUVXFtS14wA:9 a=wPNLvfGTeEIA:10 a=/DbS/tiKggfTkRRHPZEB4g==:117 X-Cloudmark-Score: 0 X-Authenticated-User: X-Originating-IP: 67.78.168.186 Received: from [67.78.168.186] ([67.78.168.186:55611] helo=[10.1.1.236]) by cdptpa-oedge02.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTP id B6/66-09582-D9FFD925; Tue, 03 Dec 2013 15:58:21 +0000 Message-ID: <529DFF9D.9040500@ubuntu.com> Date: Tue, 03 Dec 2013 10:58:21 -0500 From: Phillip Susi User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: control@debbugs.gnu.org X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 unmerge 15535 15551 merge 15551 15532 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [75.180.132.120 listed in list.dnswl.org] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 unmerge 15535 15551 merge 15551 15532 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [75.180.132.120 listed in list.dnswl.org] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 unmerge 15535 15551 merge 15551 15532 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJSnf+dAAoJEI5FoCIzSKrwE3cH/jbkrWhh1BdV/Q0WRHSDCiwU tB7PVO9gnwY30rB9o6vAoe2ive+jzTXN5FZUzYLoU3svgEo733irM5fCgsezyagH Pe8eObZew0AHW6eeNQuzDk+cLnLMhUJ0OmscPAG+XjfjeG7CV9d0CVwslEpfFHJz iOW/DCxPV6mMGNnuLrg6bPwoNclQDaCdn7ujv9oCAmU9a0YXCdD3WJh+tSFd2zar o1ZKBF5pQZVub9pWFJONlzJLX9jSCmmx8AJhskqL3Hrgi2N5h6MDLWjewfya0wF0 OZqWHmGDEk6kGXo75WRyYdSvpy94L5fRPxMFLYkG53sTnVhQ/d93izuxcLDoM2Q= =NY2T -----END PGP SIGNATURE----- From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 03 11:12:04 2013 Received: (at control) by debbugs.gnu.org; 3 Dec 2013 16:12:04 +0000 Received: from localhost ([127.0.0.1]:56585 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VnsZv-0003Hy-IY for submit@debbugs.gnu.org; Tue, 03 Dec 2013 11:12:04 -0500 Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.120]:44642) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VnsZs-0003HQ-Dk for control@debbugs.gnu.org; Tue, 03 Dec 2013 11:12:01 -0500 X-Authority-Analysis: v=2.0 cv=R8mB6KtX c=1 sm=0 a=/DbS/tiKggfTkRRHPZEB4g==:17 a=h_Sp9wbh10QA:10 a=S1A5HrydsesA:10 a=Qsx_du5GiBkA:10 a=8nJEP1OIZ-IA:10 a=fxJcL_dCAAAA:8 a=KGjhK52YXX0A:10 a=QfKxxUxMAAAA:8 a=m-B7IYqEhfrvo8oVAiUA:9 a=wPNLvfGTeEIA:10 a=SQL9NOghRBwA:10 a=/DbS/tiKggfTkRRHPZEB4g==:117 X-Cloudmark-Score: 0 X-Authenticated-User: X-Originating-IP: 67.78.168.186 Received: from [67.78.168.186] ([67.78.168.186:55678] helo=[10.1.1.236]) by cdptpa-oedge01.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTP id CD/44-00728-AC20E925; Tue, 03 Dec 2013 16:11:55 +0000 Message-ID: <529E02CA.5020707@ubuntu.com> Date: Tue, 03 Dec 2013 11:11:54 -0500 From: Phillip Susi User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: control@debbugs.gnu.org X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 unmerge 15535 merge 15551 15532 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [75.180.132.120 listed in list.dnswl.org] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 unmerge 15535 merge 15551 15532 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [75.180.132.120 listed in list.dnswl.org] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 unmerge 15535 merge 15551 15532 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJSngLKAAoJEI5FoCIzSKrwpmYH/2727G4PI8X8OMXv/iJmcrdo RcgCEP7vr5qreFXtVtSt0aM1loLMHBMnHJYza4c0ASiUH+3OvY8jo5XVpcd/n+e2 XDdmmEVfM/O2RAgLp7ufNrbElhqT4+7mE4jsy9D0+5z7WOZPiN2N2PJJNdnIGBA0 BZEnsvYK2vXNftz0/XATfIw/33YsxzOEFEJeAwJOsvQ+nX2BatEp0QzmMp438t47 NNdZygp/uPlZ45Zl+wP3pPy+dqUxkbeZlBe+Tbau3GCqk8BW8s33udVl4JwkcwAJ Y1H4PPdZFuy12Xu4SmiponSN3NYsfrc7FUmbCCysuy6Hr1joLokx1jRW/kXjhA8= =TBXF -----END PGP SIGNATURE----- From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 03 11:24:15 2013 Received: (at control) by debbugs.gnu.org; 3 Dec 2013 16:24:15 +0000 Received: from localhost ([127.0.0.1]:56596 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Vnsli-0004hZ-9P for submit@debbugs.gnu.org; Tue, 03 Dec 2013 11:24:14 -0500 Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.120]:60921) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Vnslf-0004hN-Bc for control@debbugs.gnu.org; Tue, 03 Dec 2013 11:24:12 -0500 X-Authority-Analysis: v=2.0 cv=CLiorGXD c=1 sm=0 a=/DbS/tiKggfTkRRHPZEB4g==:17 a=h_Sp9wbh10QA:10 a=S1A5HrydsesA:10 a=Qsx_du5GiBkA:10 a=8nJEP1OIZ-IA:10 a=fxJcL_dCAAAA:8 a=KGjhK52YXX0A:10 a=QfKxxUxMAAAA:8 a=jrI6tR0hz310uNNB8jAA:9 a=wPNLvfGTeEIA:10 a=/DbS/tiKggfTkRRHPZEB4g==:117 X-Cloudmark-Score: 0 X-Authenticated-User: X-Originating-IP: 67.78.168.186 Received: from [67.78.168.186] ([67.78.168.186:55700] helo=[10.1.1.236]) by cdptpa-oedge03.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTP id EA/6C-07327-9A50E925; Tue, 03 Dec 2013 16:24:09 +0000 Message-ID: <529E05A9.7070907@ubuntu.com> Date: Tue, 03 Dec 2013 11:24:09 -0500 From: Phillip Susi User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: control@debbugs.gnu.org X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 unmerge 15551 merge 15551 15532 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [75.180.132.120 listed in list.dnswl.org] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 unmerge 15551 merge 15551 15532 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ [...] Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [75.180.132.120 listed in list.dnswl.org] 1.8 MISSING_SUBJECT Missing Subject: header 0.2 NO_SUBJECT Extra score for no subject -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 unmerge 15551 merge 15551 15532 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJSngWpAAoJEI5FoCIzSKrwcM4IAJX1B1vkIUjq30NJerlelwF+ qTe8vyxkcLCOMTkrH1TfJBoGLo2X+KVxx+fJv0uLRoxnRWBLyfVu2rD2CO4wu98e 6ddbFTdaJZzwUX7RsEk2AKeoRVcoW6XItGpo8On41rVajkgKDFjR1VdCDru+0Usi qpO2zUQeCTt55NPC9Q0qg01cZ/UDD7TohdOKkTmKsv+nGoNvzdVdRffJanNgKbYo AUd6EL9RVBZJRD6Sv49uGvRGJWQiUsnVYLgKU1716yk6dEMhYpjT+HZBD5ppBbhm BrtyeOjmpHGOOYADdHHdw69WLR2lF2xeQG5da7Wlg2SALM01dzr4BoAca/NSSg0= =oVzi -----END PGP SIGNATURE----- From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 25 13:16:03 2014 Received: (at 15551-done) by debbugs.gnu.org; 25 Feb 2014 18:16:04 +0000 Received: from localhost ([127.0.0.1]:39736 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WIMXz-0000C2-Hc for submit@debbugs.gnu.org; Tue, 25 Feb 2014 13:16:03 -0500 Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.120]:47093) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WIMXx-0008Up-Jx for 15551-done@debbugs.gnu.org; Tue, 25 Feb 2014 13:16:02 -0500 X-Authority-Analysis: v=2.0 cv=GMaK45xK c=1 sm=0 a=/DbS/tiKggfTkRRHPZEB4g==:17 a=JipEcVzqA9wA:10 a=jDPTdKJwQB4A:10 a=S1A5HrydsesA:10 a=Qsx_du5GiBkA:10 a=8nJEP1OIZ-IA:10 a=fxJcL_dCAAAA:8 a=KGjhK52YXX0A:10 a=L-qvTDE8kVoA:10 a=QfKxxUxMAAAA:8 a=VChJ6kKo-bRh3Qj9T8YA:9 a=wPNLvfGTeEIA:10 a=/DbS/tiKggfTkRRHPZEB4g==:117 X-Cloudmark-Score: 0 X-Authenticated-User: X-Originating-IP: 67.78.168.186 Received: from [67.78.168.186] ([67.78.168.186:54805] helo=[10.1.1.236]) by cdptpa-oedge01.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTP id 84/78-00728-ADDDC035; Tue, 25 Feb 2014 18:15:54 +0000 Message-ID: <530CDDDB.5000203@ubuntu.com> Date: Tue, 25 Feb 2014 13:15:55 -0500 From: Phillip Susi User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: 15551-done@debbugs.gnu.org Subject: [PATCH RESEND] GPT: add support for PReP GUID X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 15551-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Closing this as it was a duplicate of #15528. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJTDN3bAAoJEI5FoCIzSKrwV1sH/A2UvCwpx2k8w0BOOiKscBup HgZhahdQyHi2tHKUVoxFeeHyzOM6vsgbwASXh+CyTKfJXVWM0RNR2pSDO5jpy2/q Bhm3lvHg4AmspUX8rEoyUxFI7RltHLAfq6SFgxqEXspq7VJH6vYsPmLNsysgM3by 4INwdYEw5ZMAdMT/OE74oLjKtE1RFsuj3J/VPSwevsMydJEdJvm7qTFE/LHhIVuR F6W9KQIISMijjzirZ4mCukML/XtB44u6nDkccn9MsdfH9sizWKDvmMAfQznHd0o+ Y3hLWagfT2AUIEL0w6vSnS6UVlWO03uNA3zH3rWnDkNmtkE4yOrBhzogBjgqYN8= =rmJf -----END PGP SIGNATURE----- From unknown Sun Jun 22 22:48:05 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 26 Mar 2014 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator