diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-03-15 07:22:39 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2005-03-15 07:22:39 +0000 |
commit | 3a1c3d0939ff8e841268dfca8a56bf76371656ce (patch) | |
tree | f034e90f89b9e74d352febf6650a530af9ba08f2 | |
parent | d3365328a0079b96bbb483a5bafdf7973c7e18d2 (diff) | |
download | ports-3a1c3d0939ff8e841268dfca8a56bf76371656ce.tar.gz ports-3a1c3d0939ff8e841268dfca8a56bf76371656ce.zip |
Notes
-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 |