diff --git a/gnutls-3.2.20.tar.xz b/gnutls-3.2.20.tar.xz deleted file mode 100644 index d52a0a2..0000000 --- a/gnutls-3.2.20.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7967057e78c3ed968e524a07ab262681219b73001ab8e75cbc4f1a506abdb598 -size 5160184 diff --git a/gnutls-3.2.20.tar.xz.sig b/gnutls-3.2.20.tar.xz.sig deleted file mode 100644 index 8133d76..0000000 Binary files a/gnutls-3.2.20.tar.xz.sig and /dev/null differ diff --git a/gnutls-3.2.21.tar.xz b/gnutls-3.2.21.tar.xz new file mode 100644 index 0000000..444f710 --- /dev/null +++ b/gnutls-3.2.21.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:824196254cf9162b9ff841677f292d108ca1efa6cf8ae1c02b9a8682a3d7087f +size 5162040 diff --git a/gnutls-3.2.21.tar.xz.sig b/gnutls-3.2.21.tar.xz.sig new file mode 100644 index 0000000..3186ed5 Binary files /dev/null and b/gnutls-3.2.21.tar.xz.sig differ diff --git a/gnutls.changes b/gnutls.changes index 894ae09..f913b0c 100644 --- a/gnutls.changes +++ b/gnutls.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Dec 31 09:19:19 UTC 2014 - meissner@suse.com + +- build with PIE for commandline tools + +------------------------------------------------------------------- +Wed Dec 31 09:18:28 UTC 2014 - meissner@suse.com + +- Updated to 3.2.21 (released 2014-12-11) + - libgnutls: Corrected regression introduced in 3.2.19 related to + session renegotiation. Reported by Dan Winship. + - libgnutls: Corrected parsing issue with OCSP responses. + ------------------------------------------------------------------- Wed Nov 12 10:59:02 UTC 2014 - meissner@suse.com diff --git a/gnutls.spec b/gnutls.spec index 91e44ca..114949e 100644 --- a/gnutls.spec +++ b/gnutls.spec @@ -21,7 +21,7 @@ %define gnutls_ossl_sover 27 Name: gnutls -Version: 3.2.20 +Version: 3.2.21 Release: 0 Summary: The GNU Transport Layer Security Library License: LGPL-2.1+ and GPL-3.0+ @@ -139,6 +139,9 @@ Files needed for software development using gnutls. %patch6 -p1 %build +export LDFLAGS="-pie" +export CFLAGS="$RPM_OPT_FLAGS -fPIE" +export CXXFLAGS="$RPM_OPT_FLAGS -fPIE" autoreconf -if %configure \ gl_cv_func_printf_directive_n=yes \