From 4a523c8682a614167aedc904dd3acb2f25a6813690f72596421e561e36e941ad Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 5 Jul 2008 00:29:19 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgcrypt?expand=0&rev=7 --- libgcrypt-1.4.0.tar.bz2 | 3 --- libgcrypt-1.4.1.tar.bz2 | 3 +++ libgcrypt.changes | 8 ++++++++ libgcrypt.spec | 13 +++++++++---- 4 files changed, 20 insertions(+), 7 deletions(-) delete mode 100644 libgcrypt-1.4.0.tar.bz2 create mode 100644 libgcrypt-1.4.1.tar.bz2 diff --git a/libgcrypt-1.4.0.tar.bz2 b/libgcrypt-1.4.0.tar.bz2 deleted file mode 100644 index 78e30eb..0000000 --- a/libgcrypt-1.4.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d7f855f766944a5b6e7ffee2d6ffdf828ab709acd4453b0e64aea808ce2760ec -size 964779 diff --git a/libgcrypt-1.4.1.tar.bz2 b/libgcrypt-1.4.1.tar.bz2 new file mode 100644 index 0000000..e7ed13f --- /dev/null +++ b/libgcrypt-1.4.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe3b32bdf0c92d6b3bb7b3e4b3c19a6a899a9deb65f1b36f0a5882d308c91fa3 +size 969240 diff --git a/libgcrypt.changes b/libgcrypt.changes index d1d6803..1c3aaa9 100644 --- a/libgcrypt.changes +++ b/libgcrypt.changes @@ -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 diff --git a/libgcrypt.spec b/libgcrypt.spec index 9ac75d2..825c05b 100644 --- a/libgcrypt.spec +++ b/libgcrypt.spec @@ -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