SHA256
1
0
forked from pool/gnutls

Accepting request 184447 from Base:System

- revert to using certificate directory again until gnutls
  understands the trust bits in pkcs11. Otherwise it would use
  blacklisted certificates. (forwarded request 184442 from lnussel)

OBS-URL: https://build.opensuse.org/request/show/184447
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnutls?expand=0&rev=61
This commit is contained in:
Stephan Kulow
2013-07-29 15:41:34 +00:00
committed by Git OBS Bridge
parent 38c4e94a77
commit 76f004feaf
3 changed files with 164 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ Patch4: gnutls-32bit.patch
# Disable elliptic curves for reasons. - meissner&cfarrell
Patch5: gnutls-3.2.1-noecc.patch
Patch6: gnutls-implement-trust-store-dir.diff
BuildRequires: automake
BuildRequires: gcc-c++
@@ -147,6 +148,7 @@ Files needed for software development using gnutls.
%patch3
%patch4 -p1
%patch5 -p1
%patch6 -p1
%build
autoreconf -if
@@ -158,7 +160,7 @@ autoreconf -if
--with-pic \
--disable-rpath \
--disable-silent-rules \
--with-default-trust-store-pkcs11=pkcs11: \
--with-default-trust-store-dir=/var/lib/ca-certificates/pem \
--disable-ecdhe \
--with-sysroot=/%{?_sysroot}
%__make %{?_smp_mflags}