diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-06-01 10:44:50 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-06-01 10:44:50 +0800 |
commit | c66ecb6d0e78d1bfc6ba2650b9404db7314b99f6 (patch) | |
tree | 2dde7c81ac7afa848ee6c2c711125e5e6accca78 /security/botan | |
parent | 81b0f52bd74d6c29632b00c2b7b6d02d3299bc4c (diff) | |
download | freebsd-ports-gnome-c66ecb6d0e78d1bfc6ba2650b9404db7314b99f6.tar.gz freebsd-ports-gnome-c66ecb6d0e78d1bfc6ba2650b9404db7314b99f6.tar.zst freebsd-ports-gnome-c66ecb6d0e78d1bfc6ba2650b9404db7314b99f6.zip |
PR: 52828
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Update security/botan: 1.2.3 -> 1.2.4
Diffstat (limited to 'security/botan')
-rw-r--r-- | security/botan/Makefile | 2 | ||||
-rw-r--r-- | security/botan/distinfo | 2 | ||||
-rw-r--r-- | security/botan/pkg-plist | 5 |
3 files changed, 5 insertions, 4 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile index 1907aaf9bf99..94427795c645 100644 --- a/security/botan/Makefile +++ b/security/botan/Makefile @@ -7,7 +7,7 @@ # PORTNAME= botan -PORTVERSION= 1.2.3 +PORTVERSION= 1.2.4 PORTREVISION= 0 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff --git a/security/botan/distinfo b/security/botan/distinfo index 6ed99bbcbf49..5c86808b4ff4 100644 --- a/security/botan/distinfo +++ b/security/botan/distinfo @@ -1 +1 @@ -MD5 (Botan-1.2.3.tgz) = ac51e29f697b56f4e272fad69674d01e +MD5 (Botan-1.2.4.tgz) = c94d51e49b6730d047d9023627459638 diff --git a/security/botan/pkg-plist b/security/botan/pkg-plist index 3b2b4ccaac2d..081044334049 100644 --- a/security/botan/pkg-plist +++ b/security/botan/pkg-plist @@ -80,6 +80,7 @@ include/botan/misty1.h include/botan/mod_exp.h include/botan/mode_pad.h include/botan/modebase.h +include/botan/mp_asm.h include/botan/mp_core.h include/botan/mp_mul.h include/botan/mp_types.h @@ -150,10 +151,10 @@ include/botan/x509stor.h include/botan/x917_rng.h include/botan/x919_mac.h include/botan/xtea.h -lib/libbotan.a -lib/libbotan-1.2.3.so +lib/libbotan-1.2.4.so lib/libbotan-1.2.so lib/libbotan-1.so +lib/libbotan.a lib/libbotan.so share/doc/Botan-%%PORTVERSION%%/api.ps share/doc/Botan-%%PORTVERSION%%/api.tex |