forked from pool/gnutls
Accepting request 38750 from Base:System
Copy from Base:System/gnutls based on submit request 38750 from user coolo OBS-URL: https://build.opensuse.org/request/show/38750 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnutls?expand=0&rev=24
This commit is contained in:
parent
4d2ae767c1
commit
9217145c4c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9249c29df71551e302e0186f4e1876dd6cc4c6cf2974b432c22525dde815cae8
|
|
||||||
size 6196862
|
|
3
gnutls-2.8.6.tar.bz2
Normal file
3
gnutls-2.8.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d6f846a7064af3ee2c9aebd65dcee76953b767170cbcd719e990ed6b9688a356
|
||||||
|
size 6469369
|
@ -1,3 +1,42 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 24 11:38:17 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
- buildrequire pkg-config to fix provides
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 15 16:47:31 CEST 2010 - meissner@suse.de
|
||||||
|
|
||||||
|
- updated to stable 2.8.6
|
||||||
|
** libgnutls: For CSRs, don't null pad integers for RSA/DSA value.
|
||||||
|
VeriSign rejected CSRs with this padding.
|
||||||
|
|
||||||
|
Note: As a side effect of this change, the "public key identifier"
|
||||||
|
value computed for a certificate using this version of GnuTLS will be
|
||||||
|
different from values computed using earlier versions of GnuTLS.
|
||||||
|
|
||||||
|
** libgnutls: For CSRs on DSA keys, don't add DSA parameters to the
|
||||||
|
optional SignatureAlgorithm parameter field.
|
||||||
|
VeriSign rejected these CSRs. They are stricly speaking not needed
|
||||||
|
since you need the signer's certificate to verify the certificate
|
||||||
|
signature anyway.
|
||||||
|
|
||||||
|
** libgnutls: When checking openpgp self signature also check the signatures
|
||||||
|
of all subkeys.
|
||||||
|
Ilari Liusvaara noticed and reported the issue and provided test
|
||||||
|
vectors as well.
|
||||||
|
|
||||||
|
** libgnutls: Cleanups and several bug fixes.
|
||||||
|
Found by Steve Grubb and Tomas Mraz.
|
||||||
|
|
||||||
|
** Link libgcrypt explicitly to certtool, gnutls-cli, gnutls-serv.
|
||||||
|
|
||||||
|
** Fix --disable-valgrind-tests.
|
||||||
|
|
||||||
|
** examples: Use the new APIs for printing X.509 certificate information.
|
||||||
|
|
||||||
|
** i18n: Updated Czech, Dutch, French, Polish, Swedish and Vietnamese
|
||||||
|
translations. Added Simplified Chinese translation.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 6 19:15:22 UTC 2010 - crrodriguez@opensuse.org
|
Tue Apr 6 19:15:22 UTC 2010 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
20
gnutls.spec
20
gnutls.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnutls (Version 2.8.5)
|
# spec file for package gnutls (Version 2.8.6)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,9 +19,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnutls
|
Name: gnutls
|
||||||
BuildRequires: gcc-c++ libgcrypt-devel libopencdk-devel libtasn1-devel
|
BuildRequires: gcc-c++ libgcrypt-devel libopencdk-devel libtasn1-devel pkg-config
|
||||||
Version: 2.8.5
|
Version: 2.8.6
|
||||||
Release: 2
|
Release: 1
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Url: http://www.gnutls.org/
|
Url: http://www.gnutls.org/
|
||||||
@ -161,17 +161,13 @@ rm -f %{buildroot}%{_libdir}/*.{a,la}
|
|||||||
%clean
|
%clean
|
||||||
rm -rf %buildroot
|
rm -rf %buildroot
|
||||||
|
|
||||||
%post -n libgnutls26
|
%post -n libgnutls26 -p /sbin/ldconfig
|
||||||
/sbin/ldconfig
|
|
||||||
|
|
||||||
%postun -n libgnutls26
|
%postun -n libgnutls26 -p /sbin/ldconfig
|
||||||
/sbin/ldconfig
|
|
||||||
|
|
||||||
%post -n libgnutls-extra26
|
%post -n libgnutls-extra26 -p /sbin/ldconfig
|
||||||
/sbin/ldconfig
|
|
||||||
|
|
||||||
%postun -n libgnutls-extra26
|
%postun -n libgnutls-extra26 -p /sbin/ldconfig
|
||||||
/sbin/ldconfig
|
|
||||||
|
|
||||||
%post -n libgnutls-devel
|
%post -n libgnutls-devel
|
||||||
%install_info --info-dir=%{_infodir} %{_infodir}/gnutls.info.gz
|
%install_info --info-dir=%{_infodir} %{_infodir}/gnutls.info.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user