update botan2 to 2.8.0
This commit is contained in:
parent
68aa56597a
commit
ad1c2e686a
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2018/07/06 00:18:39 bluhm Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2018/10/22 21:28:52 bluhm Exp $
|
||||
|
||||
COMMENT = crypto and TLS for C++11
|
||||
|
||||
VERSION = 2.7.0
|
||||
VERSION = 2.8.0
|
||||
DISTNAME = Botan-${VERSION}
|
||||
PKGNAME = botan2-${VERSION}
|
||||
|
||||
SHARED_LIBS = botan-2 7.0
|
||||
SHARED_LIBS = botan-2 8.0
|
||||
|
||||
CATEGORIES = security
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (Botan-2.7.0.tgz) = 5C35FVYxdYjGyg5Bv3lvm9XsXHDgZo5sl8YIxpfCSpA=
|
||||
SHA256 (Botan-2.7.0.tgz.asc) = xzGpMeyyBEYzdTr4fooJyaIpno3uOldTS0xhLglZasY=
|
||||
SIZE (Botan-2.7.0.tgz) = 7021654
|
||||
SIZE (Botan-2.7.0.tgz.asc) = 488
|
||||
SHA256 (Botan-2.8.0.tgz) = 5xWbEn6R4MFYJF1hxjjFDUQ+x7RAtrAWEyjEezq6OWA=
|
||||
SHA256 (Botan-2.8.0.tgz.asc) = +pZ8r1u+G/cinwggp0uTGYBemVSRaaqHfb+I8m7VYXg=
|
||||
SIZE (Botan-2.8.0.tgz) = 7152674
|
||||
SIZE (Botan-2.8.0.tgz.asc) = 484
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.10 2018/07/06 00:18:39 bluhm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.11 2018/10/22 21:28:52 bluhm Exp $
|
||||
@bin bin/botan
|
||||
@bin bin/botan-test
|
||||
include/botan-2/
|
||||
@ -207,6 +207,7 @@ include/botan-2/botan/psk_db.h
|
||||
include/botan-2/botan/psk_db_sql.h
|
||||
include/botan-2/botan/pssr.h
|
||||
include/botan-2/botan/pubkey.h
|
||||
include/botan-2/botan/pwdhash.h
|
||||
include/botan-2/botan/rc4.h
|
||||
include/botan-2/botan/reducer.h
|
||||
include/botan-2/botan/rfc3394.h
|
||||
@ -274,6 +275,7 @@ include/botan-2/botan/totp.h
|
||||
include/botan-2/botan/tss.h
|
||||
include/botan-2/botan/twofish.h
|
||||
include/botan-2/botan/types.h
|
||||
include/botan-2/botan/uuid.h
|
||||
include/botan-2/botan/version.h
|
||||
include/botan-2/botan/whrlpool.h
|
||||
include/botan-2/botan/workfactor.h
|
||||
@ -370,6 +372,7 @@ share/botan-2/data/bn/isprime.vec
|
||||
share/botan-2/data/bn/lshift.vec
|
||||
share/botan-2/data/bn/mod.vec
|
||||
share/botan-2/data/bn/mul.vec
|
||||
share/botan-2/data/bn/perfect_square.vec
|
||||
share/botan-2/data/bn/powmod.vec
|
||||
share/botan-2/data/bn/random.vec
|
||||
share/botan-2/data/bn/ressol.vec
|
||||
@ -377,6 +380,7 @@ share/botan-2/data/bn/rshift.vec
|
||||
share/botan-2/data/bn/sqr.vec
|
||||
share/botan-2/data/bn/sub.vec
|
||||
share/botan-2/data/charset.vec
|
||||
share/botan-2/data/cryptobox.vec
|
||||
share/botan-2/data/dates.vec
|
||||
share/botan-2/data/fpe_fe1.vec
|
||||
share/botan-2/data/hash/
|
||||
@ -496,6 +500,7 @@ share/botan-2/data/rfc6979.vec
|
||||
share/botan-2/data/rng/
|
||||
share/botan-2/data/rng/chacha_rng.vec
|
||||
share/botan-2/data/rng/hmac_drbg.vec
|
||||
share/botan-2/data/salted_blowfish.vec
|
||||
share/botan-2/data/scrypt.vec
|
||||
share/botan-2/data/siv_ad.vec
|
||||
share/botan-2/data/stream/
|
||||
@ -536,6 +541,8 @@ share/botan-2/data/tls/server_hello.vec
|
||||
share/botan-2/data/tls_cbc.vec
|
||||
share/botan-2/data/tls_cbc_padding.vec
|
||||
share/botan-2/data/util.vec
|
||||
share/botan-2/data/utils/
|
||||
share/botan-2/data/utils/read_kv.vec
|
||||
share/botan-2/data/x509/
|
||||
share/botan-2/data/x509/bsi/
|
||||
share/botan-2/data/x509/bsi/cert_path_CRL_01/
|
||||
|
Loading…
x
Reference in New Issue
Block a user