diff options
author | daichi <daichi@FreeBSD.org> | 2003-07-08 19:34:00 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-07-08 19:34:00 +0800 |
commit | ebc0c61ba26b584e1d372e543b9ddcf665fd823c (patch) | |
tree | 974a93a2f9c1867a5174f75f363c0b7b97f5b9ec | |
parent | fd6ffed30e5b272956ea7b3a237dd6bbcd22864d (diff) | |
download | freebsd-ports-gnome-ebc0c61ba26b584e1d372e543b9ddcf665fd823c.tar.gz freebsd-ports-gnome-ebc0c61ba26b584e1d372e543b9ddcf665fd823c.tar.zst freebsd-ports-gnome-ebc0c61ba26b584e1d372e543b9ddcf665fd823c.zip |
update security/botan: 1.2.4 -> 1.2.6
PR: 54118
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
-rw-r--r-- | security/botan/Makefile | 2 | ||||
-rw-r--r-- | security/botan/distinfo | 2 | ||||
-rw-r--r-- | security/botan/pkg-plist | 39 |
3 files changed, 20 insertions, 23 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile index 94427795c645..dd01e226c128 100644 --- a/security/botan/Makefile +++ b/security/botan/Makefile @@ -7,7 +7,7 @@ # PORTNAME= botan -PORTVERSION= 1.2.4 +PORTVERSION= 1.2.6 PORTREVISION= 0 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} diff --git a/security/botan/distinfo b/security/botan/distinfo index 5c86808b4ff4..0bfbce185a50 100644 --- a/security/botan/distinfo +++ b/security/botan/distinfo @@ -1 +1 @@ -MD5 (Botan-1.2.4.tgz) = c94d51e49b6730d047d9023627459638 +MD5 (Botan-1.2.6.tgz) = 5b371e72378a3ede5e693da65f33ce59 diff --git a/security/botan/pkg-plist b/security/botan/pkg-plist index 081044334049..308c1445f5fd 100644 --- a/security/botan/pkg-plist +++ b/security/botan/pkg-plist @@ -36,7 +36,6 @@ include/botan/data_src.h include/botan/defalloc.h include/botan/der_enc.h include/botan/des.h -include/botan/desx.h include/botan/dh.h include/botan/dl_algo.h include/botan/dl_param.h @@ -80,8 +79,8 @@ 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_impl.h include/botan/mp_mul.h include/botan/mp_types.h include/botan/mutex.h @@ -103,7 +102,6 @@ include/botan/pk_util.h include/botan/pkcs10.h include/botan/pkcs5.h include/botan/pkcs8.h -include/botan/primes.h include/botan/pubkey.h include/botan/randpool.h include/botan/rc2.h @@ -145,31 +143,30 @@ include/botan/x509_crl.h include/botan/x509_key.h include/botan/x509_obj.h include/botan/x509cert.h -include/botan/x509opt.h include/botan/x509self.h include/botan/x509stor.h include/botan/x917_rng.h include/botan/x919_mac.h include/botan/xtea.h -lib/libbotan-1.2.4.so +lib/libbotan-1.2.6.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 -share/doc/Botan-%%PORTVERSION%%/authors.txt -share/doc/Botan-%%PORTVERSION%%/bugs.txt -share/doc/Botan-%%PORTVERSION%%/deprecated.txt -share/doc/Botan-%%PORTVERSION%%/indent.el -share/doc/Botan-%%PORTVERSION%%/license.txt -share/doc/Botan-%%PORTVERSION%%/log.txt -share/doc/Botan-%%PORTVERSION%%/pgpkeys.asc -share/doc/Botan-%%PORTVERSION%%/readme.txt -share/doc/Botan-%%PORTVERSION%%/rngs.txt -share/doc/Botan-%%PORTVERSION%%/thanks.txt -share/doc/Botan-%%PORTVERSION%%/todo.txt -share/doc/Botan-%%PORTVERSION%%/tutorial.ps -share/doc/Botan-%%PORTVERSION%%/tutorial.tex +%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/api.ps +%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/api.tex +%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/authors.txt +%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/bugs.txt +%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/deprecated.txt +%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/indent.el +%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/license.txt +%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/log.txt +%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/pgpkeys.asc +%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/readme.txt +%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/rngs.txt +%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/thanks.txt +%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/todo.txt +%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/tutorial.ps +%%PORTDOCS%%share/doc/Botan-%%PORTVERSION%%/tutorial.tex @dirrm include/botan -@dirrm share/doc/Botan-%%PORTVERSION%% +@dirrm %%PORTDOCS%%share/doc/Botan-%%PORTVERSION%% |