SHA256
1
0
forked from pool/gnutls

Accepting request 405821 from Base:System

- Fix a problem with expired test certificate by using datefudge
  (boo#987139)
  * add 0001-tests-use-datefudge-in-name-constraints-test.patch (forwarded request 405618 from vitezslav_cizek)

OBS-URL: https://build.opensuse.org/request/show/405821
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnutls?expand=0&rev=92
This commit is contained in:
2016-07-09 07:21:14 +00:00
committed by Git OBS Bridge
parent 58772c3a5d
commit 1683bf17ea
7 changed files with 75 additions and 4 deletions

View File

@@ -30,7 +30,7 @@
%bcond_without guile
Name: gnutls
Version: 3.4.11
Version: 3.4.13
Release: 0
Summary: The GNU Transport Layer Security Library
License: LGPL-2.1+ and GPL-3.0+
@@ -41,15 +41,18 @@ Source0: ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/%{name}-%{version}.tar.x
Source1: ftp://ftp.gnutls.org/gcrypt/gnutls/v3.4/%{name}-%{version}.tar.xz.sig
Source2: %name.keyring
Source3: baselibs.conf
Patch: 0001-tests-use-datefudge-in-name-constraints-test.patch
BuildRequires: autogen
BuildRequires: automake
BuildRequires: datefudge
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: libidn-devel
BuildRequires: libnettle-devel >= 3.1
BuildRequires: libtasn1-devel >= 4.3
BuildRequires: libtool
BuildRequires: net-tools-deprecated
%if %{with tpm}
BuildRequires: trousers-devel
%endif
@@ -188,6 +191,7 @@ GnuTLS Wrappers for GNU Guile - dialect of scheme.
%prep
%setup -q
%patch -p1
%build
export LDFLAGS="-pie"