diff --git a/.cvsignore b/.cvsignore index aac0aa4..f48e38a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,4 @@ gnupg-1.4.0.tar.bz2 gnupg-1.4.0.tar.bz2.sig +gnupg-1.4.1.tar.bz2 +gnupg-1.4.1.tar.bz2.sig diff --git a/gnupg.spec b/gnupg.spec index fbfe2a2..d5d6e9c 100644 --- a/gnupg.spec +++ b/gnupg.spec @@ -1,14 +1,14 @@ Summary: A GNU utility for secure communication and data storage. Name: gnupg -Version: 1.4.0 -Release: 2 +Version: 1.4.1 +Release: 1 License: GPL Group: Applications/System Source0: ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2 Source1: ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2.sig Source2: gnupg-shm-coprocessing.expect Source3: 57548DCD.gpg -Patch0: gnupg-1.4.0-gcc.patch +Patch0: gnupg-1.4.1-gcc.patch URL: http://www.gnupg.org/ BuildPrereq: autoconf, automake, bzip2-devel, expect, ncurses-devel BuildPrereq: openldap-devel, readline-devel, zlib-devel @@ -29,7 +29,7 @@ only IDEA for symmetric-key encryption, which is patented worldwide). %prep %setup -q -%patch0 -p1 -b .gcc +%patch -p1 -b .gcc autoreconf %build @@ -40,12 +40,10 @@ configure_flags=--disable-asm %endif CFLAGS="$RPM_OPT_FLAGS -fPIE -DPIC" ; export CFLAGS LDFLAGS="$RPM_OPT_FLAGS -pie -Wl,-z,relro,-z,now" ; export LDFLAGS -# Work around a configure bug which will be fixed in 1.4.1. -LIBS="$LIBS -lncurses"; export LIBS %configure \ --disable-rpath \ --libexecdir=%{_libdir} \ - --with-zlib --with-bzip2 --with-readline \ + --with-zlib --with-bzip2 --with-readline --enable-noexecstack \ $configure_flags make %{?_smp_mflags} make check @@ -88,6 +86,9 @@ fi %{_mandir}/man7/* %changelog +* Wed Mar 16 2005 Nalin Dahyabhai 1.4.1-1 +- update to 1.4.1 + * Tue Mar 8 2005 Nalin Dahyabhai 1.4.0-2 - build asm modules with -Wa,--noexecstack diff --git a/sources b/sources index 13795a5..efe2385 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -8c303606aaf73b7756b9fe6f3d8b58c2 gnupg-1.4.0.tar.bz2 -bdfb7093cf5d76d1b69e9b577e9d8514 gnupg-1.4.0.tar.bz2.sig +fdfc5553d0904cd65011e47a42a9532c gnupg-1.4.1.tar.bz2 +440038771606d59e9cbc153cccdbac55 gnupg-1.4.1.tar.bz2.sig