]> git.pld-linux.org Git - packages/gnupg2.git/commitdiff
- patch fixes CVE-2010-2547 ; rel 1.1
authorzbyniu <zbyniu@pld-linux.org>
Sat, 14 Aug 2010 22:25:19 +0000 (22:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    CVE-2010-2547.patch -> 1.1
    gnupg2.spec -> 1.103

CVE-2010-2547.patch [new file with mode: 0644]
gnupg2.spec

diff --git a/CVE-2010-2547.patch b/CVE-2010-2547.patch
new file mode 100644 (file)
index 0000000..11da3d5
--- /dev/null
@@ -0,0 +1,10 @@
+--- gnupg-2.0.16/kbx/keybox-blob.c~    2009-09-21 18:53:44.000000000 +0200
++++ gnupg-2.0.16/kbx/keybox-blob.c     2010-08-14 23:41:56.679952838 +0200
+@@ -898,6 +898,7 @@ _keybox_create_x509_blob (KEYBOXBLOB *r_
+               rc = gpg_error_from_syserror ();
+               goto leave;
+             }
++        names = tmp;
+         }
+       names[blob->nuids++] = p;
+       if (!i && (p=x509_email_kludge (p)))
index 8acf9e2d3db1cfcf6571ec55cb6605ca8e5a709d..d04172d5a0191a2f51b290244ff4541f337bf724 100644 (file)
@@ -7,7 +7,7 @@ Summary:        GNU Privacy Guard - tool for secure communication and data storage - en
 Summary(pl.UTF-8):     GnuPG - narzędzie do bezpiecznej komunikacji i bezpiecznego przechowywania danych - wersja rozszerzona
 Name:          gnupg2
 Version:       2.0.16
-Release:       1
+Release:       1.1
 License:       GPL v3+
 Group:         Applications/File
 Source0:       ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2
@@ -18,6 +18,7 @@ Patch1:               %{name}-pth.patch
 # send it upstream after updating!
 Patch2:                %{name}-pl.po-update.patch
 Patch3:                %{name}-disable_tests.patch
+Patch4:                CVE-2010-2547.patch
 URL:           http://www.gnupg.org/
 BuildRequires: adns-devel
 BuildRequires: autoconf >= 2.61
@@ -195,6 +196,7 @@ Rozszerzenie GnuPG - obsługa S/MIME.
 %patch1 -p1
 %patch2 -p1
 %{!?with_tests:%patch3 -p1}
+%patch4 -p1
 
 rm -f po/stamp-po
 
This page took 0.044157 seconds and 4 git commands to generate.