SHA256
1
0
forked from pool/libgcrypt
OBS User unknown 2008-07-05 00:29:19 +00:00 committed by Git OBS Bridge
parent 483178bbab
commit 4a523c8682
4 changed files with 20 additions and 7 deletions

View File

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

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

View File

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

View File

@ -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.
# This file and all modifications and additions to the pristine
@ -14,8 +14,8 @@
Name: libgcrypt
BuildRequires: libgpg-error-devel
Url: http://www.gnu.org/directory/Security/libgcrypt.html
Version: 1.4.0
Release: 3
Version: 1.4.1
Release: 1
Summary: The GNU Crypto Library
License: GPL v2 or later; LGPL v2.1 or later
Group: Development/Libraries/C and C++
@ -117,7 +117,7 @@ autoreconf -fi
--disable-static \
--enable-ciphers="$ENABLE_CIPHER" \
--enable-pubkey-ciphers="$ENABLE_PUBKEY" \
--enable-digessts="$ENABLE_DIGEST" \
--enable-digests="$ENABLE_DIGEST" \
CFLAGS="$RPM_OPT_FLAGS"
make
@ -164,6 +164,11 @@ rm -rf $RPM_BUILD_ROOT
%_datadir/aclocal/libgcrypt.m4
%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
- fix rename of xxbit packages
* Thu Apr 10 2008 ro@suse.de