diff options
author | clsung <clsung@FreeBSD.org> | 2005-03-15 15:22:39 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2005-03-15 15:22:39 +0800 |
commit | dccd476433799169e6cda37c72f377d06afde211 (patch) | |
tree | 29b8449888b52b5ba8c1758eb7fc186eb2841c56 | |
parent | aa774e2572a572cb3408a1c5f7defac0f949c2ed (diff) | |
download | freebsd-ports-gnome-dccd476433799169e6cda37c72f377d06afde211.tar.gz freebsd-ports-gnome-dccd476433799169e6cda37c72f377d06afde211.tar.zst freebsd-ports-gnome-dccd476433799169e6cda37c72f377d06afde211.zip |
- update to 1.4.6
- ChangeLog [http://botan.randombit.net/logs/log-14.php]
* Fix an error in the shutdown code introduced in 1.4.5
* Setting base/pkcs8_tries to 0 disables the builtin fail-out
* Support for XMPP identifiers in X.509 certificates
* Duplicate entries in X.509 DNs are removed
* More fixes for Borland C++, from Friedemann Kleint
* Add a workaround for buggy iostreams
-rw-r--r-- | security/botan/Makefile | 3 | ||||
-rw-r--r-- | security/botan/distinfo | 4 | ||||
-rw-r--r-- | security/botan/files/extra-patch-include::mem_pool.h-gcc295 | 12 | ||||
-rw-r--r-- | security/botan/pkg-plist | 3 |
4 files changed, 4 insertions, 18 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile index e53e63892310..d9d31057984d 100644 --- a/security/botan/Makefile +++ b/security/botan/Makefile @@ -7,7 +7,7 @@ # PORTNAME= botan -PORTVERSION= 1.4.4 +PORTVERSION= 1.4.6 PORTREVISION= 0 CATEGORIES= security MASTER_SITES= http://files.randombit.net/botan/ @@ -40,7 +40,6 @@ PORTDOCS= * CONFIGURE_ARGS+= --noauto PLIST_SUB+= OS_4="@comment " .else -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-include::mem_pool.h-gcc295 PLIST_SUB+= OS_4="" post-patch: @${FIND} ${WRKSRC} -name '*.orig' -delete diff --git a/security/botan/distinfo b/security/botan/distinfo index a827109bb540..422de8d7d93e 100644 --- a/security/botan/distinfo +++ b/security/botan/distinfo @@ -1,2 +1,2 @@ -MD5 (Botan-1.4.4.tbz) = 804ed83275876e878e28a279350a3473 -SIZE (Botan-1.4.4.tbz) = 1338781 +MD5 (Botan-1.4.6.tbz) = a67ca04e078ff12e2ef05ef700f258e4 +SIZE (Botan-1.4.6.tbz) = 1335816 diff --git a/security/botan/files/extra-patch-include::mem_pool.h-gcc295 b/security/botan/files/extra-patch-include::mem_pool.h-gcc295 deleted file mode 100644 index 3f6079ac42ef..000000000000 --- a/security/botan/files/extra-patch-include::mem_pool.h-gcc295 +++ /dev/null @@ -1,12 +0,0 @@ ---- include/mem_pool.h.orig Fri Dec 3 12:38:48 2004 -+++ include/mem_pool.h Tue Feb 15 15:09:51 2005 -@@ -63,7 +63,9 @@ - bool same_buffer(Buffer&, Buffer&) const; - void remove_empty_buffers(std::vector<Buffer>&) const; - -+ public: - static bool buffer_cmp(const Buffer&, const Buffer&); -+ private: - static bool is_empty_buffer(const Buffer&); - - const u32bit PREF_SIZE, ALIGN_TO; diff --git a/security/botan/pkg-plist b/security/botan/pkg-plist index 567eb7e14b5f..e9a872ad4d0c 100644 --- a/security/botan/pkg-plist +++ b/security/botan/pkg-plist @@ -140,7 +140,6 @@ include/botan/sha_64.h include/botan/skipjack.h include/botan/socket.h include/botan/square.h -include/botan/ssl3_mac.h include/botan/symkey.h include/botan/tea.h include/botan/tiger.h @@ -164,7 +163,7 @@ include/botan/x509stor.h include/botan/x917_rng.h include/botan/x919_mac.h include/botan/xtea.h -lib/libbotan-1.4.4.so +lib/libbotan-1.4.6.so lib/libbotan-1.4.so lib/libbotan-1.so lib/libbotan.a |