new upstream release
This commit is contained in:
parent
5cf107dfaa
commit
4adeac77fb
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,3 +35,4 @@ gnutls-2.10.1-nosrp.tar.bz2
|
|||||||
/gnutls-3.2.12-hobbled.tar.xz
|
/gnutls-3.2.12-hobbled.tar.xz
|
||||||
/gnutls-3.2.12.1-hobbled.tar.xz
|
/gnutls-3.2.12.1-hobbled.tar.xz
|
||||||
/gnutls-3.2.13-hobbled.tar.xz
|
/gnutls-3.2.13-hobbled.tar.xz
|
||||||
|
/gnutls-3.3.0-hobbled.tar.xz
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%bcond_with guile
|
%bcond_with guile
|
||||||
Summary: A TLS protocol implementation
|
Summary: A TLS protocol implementation
|
||||||
Name: gnutls
|
Name: gnutls
|
||||||
Version: 3.2.13
|
Version: 3.3.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
# The libraries are LGPLv2.1+, utilities are GPLv3+
|
# The libraries are LGPLv2.1+, utilities are GPLv3+
|
||||||
License: GPLv3+ and LGPLv2+
|
License: GPLv3+ and LGPLv2+
|
||||||
@ -150,6 +150,7 @@ export LDFLAGS="-Wl,--no-add-needed"
|
|||||||
--disable-openssl-compatibility \
|
--disable-openssl-compatibility \
|
||||||
--disable-srp-authentication \
|
--disable-srp-authentication \
|
||||||
--disable-non-suiteb-curves \
|
--disable-non-suiteb-curves \
|
||||||
|
--with-system-priority-file=/etc/crypto-profiles/apps/gnutls.config \
|
||||||
--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit" \
|
--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit" \
|
||||||
%if %{with guile}
|
%if %{with guile}
|
||||||
--enable-guile \
|
--enable-guile \
|
||||||
@ -222,7 +223,6 @@ fi
|
|||||||
%files -f gnutls.lang
|
%files -f gnutls.lang
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/libgnutls.so.28*
|
%{_libdir}/libgnutls.so.28*
|
||||||
%{_libdir}/libgnutls-xssl.so.0*
|
|
||||||
%doc COPYING COPYING.LESSER README AUTHORS NEWS THANKS
|
%doc COPYING COPYING.LESSER README AUTHORS NEWS THANKS
|
||||||
|
|
||||||
%files c++
|
%files c++
|
||||||
@ -268,6 +268,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 14 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.3.0-1
|
||||||
|
- new upstream release
|
||||||
|
|
||||||
* Tue Apr 08 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.2.13-1
|
* Tue Apr 08 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> 3.2.13-1
|
||||||
- new upstream release
|
- new upstream release
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user