Accepting request 266910 from Base:System
- build with PIE for commandline tools - 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. (forwarded request 266909 from msmeissn) OBS-URL: https://build.opensuse.org/request/show/266910 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnutls?expand=0&rev=80
This commit is contained in:
parent
1827cfd454
commit
a06553bba5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7967057e78c3ed968e524a07ab262681219b73001ab8e75cbc4f1a506abdb598
|
||||
size 5160184
|
Binary file not shown.
3
gnutls-3.2.21.tar.xz
Normal file
3
gnutls-3.2.21.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:824196254cf9162b9ff841677f292d108ca1efa6cf8ae1c02b9a8682a3d7087f
|
||||
size 5162040
|
BIN
gnutls-3.2.21.tar.xz.sig
Normal file
BIN
gnutls-3.2.21.tar.xz.sig
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user