2013-03-15 19:22:03 by Matthias Drochner | Files touched by this commit (8) | |
Log message:
update to 2.6
changes:
-support for PKCS #5 PBKDF2, SHA3, GOST R 34.11-94
-bugfixes
-minor improvements
|
2012-10-23 20:17:02 by Aleksej Saushev | Files touched by this commit (368) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-07-09 06:50:12 by Chuck Silvers | Files touched by this commit (1) | |
Log message:
update required version to 2.4, the new gnutls needs it.
|
2012-01-27 00:00:22 by Steven Drake | Files touched by this commit (1) |
Log message:
Use SET_LIBDIR to get rid of lib64
|
2012-01-17 22:43:21 by Steven Drake | Files touched by this commit (24) |
Log message:
Convert packages with add --libdir=* to CONFIGURE_ARGS to use
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR.
|
2011-09-08 22:22:14 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update to 2.4:
NEWS for the 2.4 release
This is a bugfix release only. It turned out ripemd160 in the
2.3 release was broken on all big-endian systems, due to a
missing include of config.h. nettle-2.4 fixes this.
The library is intended to be binary compatible with
nettle-2.2 and nettle-2.3. The shared library names are
libnettle.so.4.3 and libhogweed.so.2.1, with sonames still
libnettle.so.4 and libhogweed.so.2.
NEWS for the 2.3 release
* Support for the ripemd-160 hash function.
* Generates and installs nettle.pc and hogweed.pc files, for
use with pkg-config. Feedback appreciated. For projects
using autoconf, the traditional non-pkg-config ways of
detecting libraries, and setting LIBS and LDFLAGS, is still
recommended.
* Fixed a bug which made the testsuite fail in the GCM test on
certain platforms. Should not affect any documented features
of the library.
* Reorganization of the code for the various Merkle-Damg
hash functions. Some fields in the context structs for md4,
md5 and sha1 have been renamed, for consistency.
Applications should not peek inside these structs, and the
ABI is unchanged.
* In the manual, fixed mis-placed const in certain function
prototypes.
The library is intended to be binary compatible with
nettle-2.2. The shared library names are libnettle.so.4.2 and
libhogweed.so.2.1, with sonames still libnettle.so.4 and
libhogweed.so.2.
|
2011-08-25 22:17:26 by Matthias Scheler | Files touched by this commit (2) |
Log message:
Fix linking error under Mac OS X caused by duplicate definition of
a bunch of global variables.
|
2011-05-06 21:30:14 by Alexander Nasonov | Files touched by this commit (1) |
Log message:
pass --libdir to ./configure to fix lib64 vs lib confusion on linux
|
2011-05-02 23:27:16 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Fix building with Clang
|
2011-04-26 11:54:55 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
buildlink3.mk depends on gmp, even when includes are needed; use MAJOR/MINOR for \
linking libraries
|