diff --git a/crypto++/.footprint b/crypto++/.footprint index c40160187..68bf72e9c 100644 --- a/crypto++/.footprint +++ b/crypto++/.footprint @@ -9,6 +9,7 @@ drwxr-xr-x root/root usr/include/cryptopp/ -rw-r--r-- root/root usr/include/cryptopp/arc4.h -rw-r--r-- root/root usr/include/cryptopp/argnames.h -rw-r--r-- root/root usr/include/cryptopp/asn.h +-rw-r--r-- root/root usr/include/cryptopp/authenc.h -rw-r--r-- root/root usr/include/cryptopp/base32.h -rw-r--r-- root/root usr/include/cryptopp/base64.h -rw-r--r-- root/root usr/include/cryptopp/basecode.h @@ -18,7 +19,9 @@ drwxr-xr-x root/root usr/include/cryptopp/ -rw-r--r-- root/root usr/include/cryptopp/camellia.h -rw-r--r-- root/root usr/include/cryptopp/cast.h -rw-r--r-- root/root usr/include/cryptopp/cbcmac.h +-rw-r--r-- root/root usr/include/cryptopp/ccm.h -rw-r--r-- root/root usr/include/cryptopp/channels.h +-rw-r--r-- root/root usr/include/cryptopp/cmac.h -rw-r--r-- root/root usr/include/cryptopp/config.h -rw-r--r-- root/root usr/include/cryptopp/cpu.h -rw-r--r-- root/root usr/include/cryptopp/crc.h @@ -30,6 +33,7 @@ drwxr-xr-x root/root usr/include/cryptopp/ -rw-r--r-- root/root usr/include/cryptopp/dll.h -rw-r--r-- root/root usr/include/cryptopp/dmac.h -rw-r--r-- root/root usr/include/cryptopp/dsa.h +-rw-r--r-- root/root usr/include/cryptopp/eax.h -rw-r--r-- root/root usr/include/cryptopp/ec2n.h -rw-r--r-- root/root usr/include/cryptopp/eccrypto.h -rw-r--r-- root/root usr/include/cryptopp/ecp.h @@ -42,6 +46,7 @@ drwxr-xr-x root/root usr/include/cryptopp/ -rw-r--r-- root/root usr/include/cryptopp/filters.h -rw-r--r-- root/root usr/include/cryptopp/fips140.h -rw-r--r-- root/root usr/include/cryptopp/fltrimpl.h +-rw-r--r-- root/root usr/include/cryptopp/gcm.h -rw-r--r-- root/root usr/include/cryptopp/gf256.h -rw-r--r-- root/root usr/include/cryptopp/gf2_32.h -rw-r--r-- root/root usr/include/cryptopp/gf2n.h @@ -98,6 +103,7 @@ drwxr-xr-x root/root usr/include/cryptopp/ -rw-r--r-- root/root usr/include/cryptopp/seal.h -rw-r--r-- root/root usr/include/cryptopp/secblock.h -rw-r--r-- root/root usr/include/cryptopp/seckey.h +-rw-r--r-- root/root usr/include/cryptopp/seed.h -rw-r--r-- root/root usr/include/cryptopp/serpent.h -rw-r--r-- root/root usr/include/cryptopp/serpentp.h -rw-r--r-- root/root usr/include/cryptopp/sha.h diff --git a/crypto++/.md5sum b/crypto++/.md5sum index e98fa056a..877b12ce0 100644 --- a/crypto++/.md5sum +++ b/crypto++/.md5sum @@ -1 +1 @@ -a889be9d9ad5c202c925fb105caa4857 cryptopp552.zip +36f35789ad60489d58003d3c849807e8 cryptopp560.zip diff --git a/crypto++/Pkgfile b/crypto++/Pkgfile index 4835d6072..a35fe1592 100644 --- a/crypto++/Pkgfile +++ b/crypto++/Pkgfile @@ -4,7 +4,7 @@ # Depends on: name=crypto++ -version=5.5.2 +version=5.6.0 release=1 source=(http://www.cryptopp.com/${name/++/pp}${version//\./}.zip)