forked from pool/gnutls
This commit is contained in:
parent
9d64530c5a
commit
c54486e66e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dfcdcd622b80b00d28ee40881ee56fec771213110b7fc07048bce07df7cec035
|
|
||||||
size 4048916
|
|
3
gnutls-1.6.1.tar.bz2
Normal file
3
gnutls-1.6.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7711a351913731db25e12b20bc6f51e488f28df9c2673efdfa6e35034884cb41
|
||||||
|
size 4226536
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 23 17:29:00 CET 2007 - mkoenig@suse.de
|
||||||
|
|
||||||
|
- update to new stable branch 1.6.1:
|
||||||
|
* Fix the list of trusted CAs that server's send to clients.
|
||||||
|
* Fix gnutls_certificate_set_x509_crl to initialize the CRL
|
||||||
|
before using it.
|
||||||
|
* Encode UID fields in DN's as DirectoryString.
|
||||||
|
* Fix ./configure failure with non-GCC compilers.
|
||||||
|
* A GnuTLS C++ library is part of the official distribution.
|
||||||
|
* New APIs for custom push/pull function error reporting.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 24 19:08:36 CEST 2006 - mkoenig@suse.de
|
Tue Oct 24 19:08:36 CEST 2006 - mkoenig@suse.de
|
||||||
|
|
||||||
|
28
gnutls.spec
28
gnutls.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnutls (Version 1.4.4)
|
# spec file for package gnutls (Version 1.6.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -12,9 +12,9 @@
|
|||||||
|
|
||||||
Name: gnutls
|
Name: gnutls
|
||||||
BuildRequires: gcc-c++ libgcrypt-devel libopencdk-devel lzo-devel
|
BuildRequires: gcc-c++ libgcrypt-devel libopencdk-devel lzo-devel
|
||||||
Version: 1.4.4
|
Version: 1.6.1
|
||||||
Release: 10
|
Release: 2
|
||||||
License: GNU General Public License (GPL) - all versions
|
License: GNU General Public License (GPL)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
URL: http://www.gnutls.org/
|
URL: http://www.gnutls.org/
|
||||||
Source0: %name-%version.tar.bz2
|
Source0: %name-%version.tar.bz2
|
||||||
@ -61,13 +61,14 @@ Authors:
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
CFLAGS="$RPM_OPT_FLAGS" ./configure \
|
./configure --prefix=%_prefix \
|
||||||
--prefix=%_prefix \
|
|
||||||
--sysconfdir=%_sysconfdir \
|
--sysconfdir=%_sysconfdir \
|
||||||
--libdir=%_libdir \
|
--libdir=%_libdir \
|
||||||
--mandir=%_mandir --infodir=%_infodir \
|
--mandir=%_mandir --infodir=%_infodir \
|
||||||
--localstatedir=%_localstatedir \
|
--localstatedir=%_localstatedir \
|
||||||
--with-included-libtasn1
|
--with-included-libtasn1 \
|
||||||
|
CFLAGS="$RPM_OPT_FLAGS" \
|
||||||
|
CXXFLAGS="$RPM_OPT_FLAGS"
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -119,7 +120,16 @@ rm -rf %buildroot
|
|||||||
%_infodir/%{name}*
|
%_infodir/%{name}*
|
||||||
%doc doc/examples doc/gnutls.html doc/*.png doc/gnutls.pdf doc/reference/html/*
|
%doc doc/examples doc/gnutls.html doc/*.png doc/gnutls.pdf doc/reference/html/*
|
||||||
|
|
||||||
%changelog -n gnutls
|
%changelog
|
||||||
|
* Tue Jan 23 2007 - mkoenig@suse.de
|
||||||
|
- update to new stable branch 1.6.1:
|
||||||
|
* Fix the list of trusted CAs that server's send to clients.
|
||||||
|
* Fix gnutls_certificate_set_x509_crl to initialize the CRL
|
||||||
|
before using it.
|
||||||
|
* Encode UID fields in DN's as DirectoryString.
|
||||||
|
* Fix ./configure failure with non-GCC compilers.
|
||||||
|
* A GnuTLS C++ library is part of the official distribution.
|
||||||
|
* New APIs for custom push/pull function error reporting.
|
||||||
* Tue Oct 24 2006 - mkoenig@suse.de
|
* Tue Oct 24 2006 - mkoenig@suse.de
|
||||||
- move developer related docs to devel package and remove
|
- move developer related docs to devel package and remove
|
||||||
binary stuff from docs [#212454]
|
binary stuff from docs [#212454]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user