forked from pool/libgcrypt
Accepting request 53419 from devel:libraries:c_c++
Accepted submit request 53419 from user mvyskocil OBS-URL: https://build.opensuse.org/request/show/53419 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgcrypt?expand=0&rev=19
This commit is contained in:
parent
16693e1e44
commit
16277c07d8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3212b88080cf8fa006164d38fc176fafa5c29591c8384f284ab880db0dbf306f
|
||||
size 1143139
|
3
libgcrypt-1.4.6.tar.bz2
Normal file
3
libgcrypt-1.4.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e4b30da6b357b565333d0222133b64a0414be99ba72733081165c8ea9bc6b85
|
||||
size 1151877
|
@ -1,9 +1,11 @@
|
||||
--- cipher/Makefile.am
|
||||
+++ cipher/Makefile.am
|
||||
@@ -71,3 +71,10 @@
|
||||
Index: cipher/Makefile.am
|
||||
===================================================================
|
||||
--- cipher/Makefile.am.orig 2009-12-11 16:31:38.000000000 +0100
|
||||
+++ cipher/Makefile.am 2010-11-19 10:53:55.818890156 +0100
|
||||
@@ -80,3 +80,10 @@
|
||||
|
||||
tiger.lo: $(srcdir)/tiger.c
|
||||
`echo $(LTCOMPILE) -c $(srcdir)/tiger.c | sed -e 's/-O[2-9s]*/-O1/g' `
|
||||
`echo $(LTCOMPILE) -c $(srcdir)/tiger.c | $(o_flag_munging) `
|
||||
+
|
||||
+# We need to build ac.c with -fno-strict-aliasing
|
||||
+ac.o: $(srcdir)/ac.c
|
||||
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 19 09:59:41 UTC 2010 - mvyskocil@suse.cz
|
||||
|
||||
- update to 1.4.6
|
||||
* Fixed minor memory leak in DSA key generation.
|
||||
* No more switching to FIPS mode if /proc/version is not readable.
|
||||
* Fixed a sigill during Padlock detection on old CPUs.
|
||||
* Boosted SHA-512 performance by 30% on ia32 boxes and gcc 4.3;
|
||||
SHA-256 went up by 25%.
|
||||
* New variants of the TIGER algorithm.
|
||||
* New cipher algorithm mode for AES-WRAP.
|
||||
* Interface changes relative to the 1.4.2 release:
|
||||
GCRY_MD_TIGER1 NEW
|
||||
GCRY_MD_TIGER2 NEW
|
||||
GCRY_CIPHER_MODE_AESWRAP NEW
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 4 19:07:16 UTC 2010 - jengelh@medozas.de
|
||||
|
||||
|
@ -21,8 +21,8 @@
|
||||
Name: libgcrypt
|
||||
BuildRequires: libgpg-error-devel
|
||||
Url: http://www.gnu.org/directory/Security/libgcrypt.html
|
||||
Version: 1.4.4
|
||||
Release: 3
|
||||
Version: 1.4.6
|
||||
Release: 1
|
||||
Summary: The GNU Crypto Library
|
||||
License: GPLv2+ ; LGPLv2.1+
|
||||
Group: Development/Libraries/C and C++
|
||||
|
Loading…
Reference in New Issue
Block a user