rpms/gnupg/devel .cvsignore, 1.22, 1.23 gnupg.spec, 1.73, 1.74 sources, 1.26, 1.27 gnupg-1.4.5-termlib.patch, 1.1, NONE

Nalin Somabhai Dahyabhai (nalin) fedora-extras-commits at redhat.com
Wed Mar 26 20:56:48 UTC 2008


Author: nalin

Update of /cvs/pkgs/rpms/gnupg/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16404

Modified Files:
	.cvsignore gnupg.spec sources 
Removed Files:
	gnupg-1.4.5-termlib.patch 
Log Message:
- update to 1.4.9 to fix a possible vulnerability in 1.4.8
- add a disttag
- drop patch to let us specify a dependent library for readline, as the
  readline package now links with its dependency



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnupg/devel/.cvsignore,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- .cvsignore	21 Dec 2007 15:37:15 -0000	1.22
+++ .cvsignore	26 Mar 2008 20:56:11 -0000	1.23
@@ -17,3 +17,5 @@
 gnupg-1.4.7.tar.bz2.sig
 gnupg-1.4.8.tar.bz2
 gnupg-1.4.8.tar.bz2.sig
+gnupg-1.4.9.tar.bz2
+gnupg-1.4.9.tar.bz2.sig


Index: gnupg.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnupg/devel/gnupg.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- gnupg.spec	26 Mar 2008 14:42:38 -0000	1.73
+++ gnupg.spec	26 Mar 2008 20:56:11 -0000	1.74
@@ -1,8 +1,7 @@
 Summary: A GNU utility for secure communication and data storage
 Name: gnupg
-Version: 1.4.8
-# no %{?dist} ?  -- Rex
-Release: 5 
+Version: 1.4.9
+Release: 1%{?dist}
 License: GPLv3
 Group: Applications/System
 Source0: ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2
@@ -10,7 +9,6 @@
 Source2: gnupg-shm-coprocessing.expect
 Patch0: gnupg-1.4.1-gcc.patch
 Patch1: gnupg-1.4.2-curl.patch
-Patch2: gnupg-1.4.5-termlib.patch
 Patch3: gnupg-1.4.6-dir.patch
 URL: http://www.gnupg.org/
 # Requires autoconf >= 2.60 because earlier autoconf didn't define $localedir.
@@ -26,7 +24,6 @@
 Requires(post): /sbin/install-info
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-
 %description
 GnuPG (GNU Privacy Guard) is a GNU utility for encrypting data and
 creating digital signatures. GnuPG has advanced key management
@@ -39,7 +36,6 @@
 %setup -q
 %patch0 -p1 -b .gcc
 %patch1 -p0 -b .curl
-%patch2 -p1 -b .termlib
 %patch3 -p1 -b .dir
 autoreconf
 
@@ -55,7 +51,7 @@
     --disable-rpath \
     --libexecdir=%{_libdir} \
     --with-zlib --with-bzip2 --with-readline --enable-noexecstack \
-    --with-libcurl --with-termlib=-lncurses \
+    --with-libcurl \
     $configure_flags
 make %{?_smp_mflags}
 env LANG=C expect -f %{SOURCE2}
@@ -110,6 +106,12 @@
 %{_mandir}/man7/*
 
 %changelog
+* Wed Mar 26 2008 Nalin Dahyabhai <nalin at redhat.com> - 1.4.9-1
+- update to 1.4.9 to fix a possible vulnerability in 1.4.8
+- add a disttag
+- drop patch to let us specify a dependent library for readline, as the
+  readline package now links with its dependency
+
 * Wed Mar 26 2008 Rex Dieter <rdieter at fedoraproject.org> - 1.4.8-5
 - drop Provides: openpgp
 - versioned Provides: gpg


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnupg/devel/sources,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- sources	21 Dec 2007 15:37:15 -0000	1.26
+++ sources	26 Mar 2008 20:56:11 -0000	1.27
@@ -1,2 +1,2 @@
-e5be39ea81bb07de006e7dd44439cb76  gnupg-1.4.8.tar.bz2
-66089a7c49e3436803d4bdef7e51b775  gnupg-1.4.8.tar.bz2.sig
+cc52393087480ac8d245625004a6a30c  gnupg-1.4.9.tar.bz2
+c1dbb1e28502593635bf0349b74ca33a  gnupg-1.4.9.tar.bz2.sig


--- gnupg-1.4.5-termlib.patch DELETED ---




More information about the fedora-extras-commits mailing list