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:
OBS User autobuild 2010-04-24 15:22:37 +00:00 committed by Git OBS Bridge
parent 4d2ae767c1
commit 9217145c4c
4 changed files with 50 additions and 15 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d6f846a7064af3ee2c9aebd65dcee76953b767170cbcd719e990ed6b9688a356
size 6469369

View File

@ -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

View File

@ -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.
#
@ -19,9 +19,9 @@
Name: gnutls
BuildRequires: gcc-c++ libgcrypt-devel libopencdk-devel libtasn1-devel
Version: 2.8.5
Release: 2
BuildRequires: gcc-c++ libgcrypt-devel libopencdk-devel libtasn1-devel pkg-config
Version: 2.8.6
Release: 1
License: LGPLv2.1+
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://www.gnutls.org/
@ -161,17 +161,13 @@ rm -f %{buildroot}%{_libdir}/*.{a,la}
%clean
rm -rf %buildroot
%post -n libgnutls26
/sbin/ldconfig
%post -n libgnutls26 -p /sbin/ldconfig
%postun -n libgnutls26
/sbin/ldconfig
%postun -n libgnutls26 -p /sbin/ldconfig
%post -n libgnutls-extra26
/sbin/ldconfig
%post -n libgnutls-extra26 -p /sbin/ldconfig
%postun -n libgnutls-extra26
/sbin/ldconfig
%postun -n libgnutls-extra26 -p /sbin/ldconfig
%post -n libgnutls-devel
%install_info --info-dir=%{_infodir} %{_infodir}/gnutls.info.gz