forked from pool/libgcrypt
This commit is contained in:
parent
483178bbab
commit
4a523c8682
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d7f855f766944a5b6e7ffee2d6ffdf828ab709acd4453b0e64aea808ce2760ec
|
|
||||||
size 964779
|
|
3
libgcrypt-1.4.1.tar.bz2
Normal file
3
libgcrypt-1.4.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fe3b32bdf0c92d6b3bb7b3e4b3c19a6a899a9deb65f1b36f0a5882d308c91fa3
|
||||||
|
size 969240
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 30 11:47:59 CEST 2008 - mkoenig@suse.de
|
||||||
|
|
||||||
|
- update to version 1.4.1
|
||||||
|
* Fixed a bug which led to the comsumption of far too much
|
||||||
|
entropy for the intial seeding
|
||||||
|
* Improved AES performance for CFB and CBC modes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 11 11:54:39 CEST 2008 - coolo@suse.de
|
Sun May 11 11:54:39 CEST 2008 - coolo@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libgcrypt (Version 1.4.0)
|
# spec file for package libgcrypt (Version 1.4.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 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
|
||||||
@ -14,8 +14,8 @@
|
|||||||
Name: libgcrypt
|
Name: libgcrypt
|
||||||
BuildRequires: libgpg-error-devel
|
BuildRequires: libgpg-error-devel
|
||||||
Url: http://www.gnu.org/directory/Security/libgcrypt.html
|
Url: http://www.gnu.org/directory/Security/libgcrypt.html
|
||||||
Version: 1.4.0
|
Version: 1.4.1
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: The GNU Crypto Library
|
Summary: The GNU Crypto Library
|
||||||
License: GPL v2 or later; LGPL v2.1 or later
|
License: GPL v2 or later; LGPL v2.1 or later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
@ -117,7 +117,7 @@ autoreconf -fi
|
|||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-ciphers="$ENABLE_CIPHER" \
|
--enable-ciphers="$ENABLE_CIPHER" \
|
||||||
--enable-pubkey-ciphers="$ENABLE_PUBKEY" \
|
--enable-pubkey-ciphers="$ENABLE_PUBKEY" \
|
||||||
--enable-digessts="$ENABLE_DIGEST" \
|
--enable-digests="$ENABLE_DIGEST" \
|
||||||
CFLAGS="$RPM_OPT_FLAGS"
|
CFLAGS="$RPM_OPT_FLAGS"
|
||||||
make
|
make
|
||||||
|
|
||||||
@ -164,6 +164,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%_datadir/aclocal/libgcrypt.m4
|
%_datadir/aclocal/libgcrypt.m4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 30 2008 mkoenig@suse.de
|
||||||
|
- update to version 1.4.1
|
||||||
|
* Fixed a bug which led to the comsumption of far too much
|
||||||
|
entropy for the intial seeding
|
||||||
|
* Improved AES performance for CFB and CBC modes
|
||||||
* Sun May 11 2008 coolo@suse.de
|
* Sun May 11 2008 coolo@suse.de
|
||||||
- fix rename of xxbit packages
|
- fix rename of xxbit packages
|
||||||
* Thu Apr 10 2008 ro@suse.de
|
* Thu Apr 10 2008 ro@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user