mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
- update to 1.4.10
PR: 91035 Submitted by: Wesley Shields <wxs_AT_csh dot rit dot edu>
This commit is contained in:
parent
882ca916ec
commit
8403bccbdf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152553
@ -7,8 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= botan
|
||||
PORTVERSION= 1.4.9
|
||||
PORTREVISION= 0
|
||||
PORTVERSION= 1.4.10
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://files.randombit.net/botan/
|
||||
DISTNAME= Botan-${PORTVERSION}
|
||||
@ -46,7 +45,7 @@ post-patch:
|
||||
.endif
|
||||
|
||||
.if ${PERL_LEVEL} < 500601
|
||||
IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again
|
||||
IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Botan-1.4.9.tbz) = c008a2f5c7f51e1c78083f57308ceaa4
|
||||
SHA256 (Botan-1.4.9.tbz) = c51c81c194149ccdd4abce863333180dcdff6d49101f90c86bfc55542256b283
|
||||
SIZE (Botan-1.4.9.tbz) = 1668031
|
||||
MD5 (Botan-1.4.10.tbz) = ddc46514c20f1782603646277f8341dd
|
||||
SHA256 (Botan-1.4.10.tbz) = 9c04d89c632b9de05541462be92381e5ccfdea4a4d7fb14ea12ad39745fb6978
|
||||
SIZE (Botan-1.4.10.tbz) = 1677102
|
||||
|
@ -14,6 +14,7 @@ include/botan/base64.h
|
||||
include/botan/basefilt.h
|
||||
include/botan/ber_dec.h
|
||||
include/botan/bigint.h
|
||||
include/botan/bit_ops.h
|
||||
include/botan/blinding.h
|
||||
include/botan/blowfish.h
|
||||
include/botan/botan.h
|
||||
@ -71,6 +72,7 @@ include/botan/idea.h
|
||||
include/botan/if_algo.h
|
||||
include/botan/init.h
|
||||
include/botan/isaac.h
|
||||
include/botan/kasumi.h
|
||||
include/botan/kdf.h
|
||||
include/botan/keypair.h
|
||||
include/botan/lion.h
|
||||
@ -101,7 +103,9 @@ include/botan/numthry.h
|
||||
include/botan/ofb.h
|
||||
include/botan/oids.h
|
||||
include/botan/openpgp.h
|
||||
include/botan/out_buf.h
|
||||
include/botan/par_hash.h
|
||||
include/botan/parsing.h
|
||||
include/botan/pbe.h
|
||||
include/botan/pbe_pkcs.h
|
||||
include/botan/pem.h
|
||||
@ -138,7 +142,6 @@ include/botan/sha160.h
|
||||
include/botan/sha256.h
|
||||
include/botan/sha_64.h
|
||||
include/botan/skipjack.h
|
||||
include/botan/socket.h
|
||||
include/botan/square.h
|
||||
include/botan/symkey.h
|
||||
include/botan/tea.h
|
||||
|
Loading…
Reference in New Issue
Block a user