mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
upgrade to 2.1.0
This commit is contained in:
parent
079bdaffca
commit
06bfca1ce1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43972
3 changed files with 39 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= beecrypt
|
PORTNAME= beecrypt
|
||||||
PORTVERSION= 2.0.0
|
PORTVERSION= 2.1.0
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||||
http://www.virtualunlimited.com/download/
|
http://www.virtualunlimited.com/download/
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (beecrypt-2.0.0.tar.gz) = dace63122099a089bcf450e378a0caea
|
MD5 (beecrypt-2.1.0.tar.gz) = 64af60feb0bd6678af6042b409e1f925
|
||||||
|
|
|
@ -1,3 +1,38 @@
|
||||||
|
include/beecrypt/base64.h
|
||||||
|
include/beecrypt/beecrypt.h
|
||||||
|
include/beecrypt/blockmode.h
|
||||||
|
include/beecrypt/blockpad.h
|
||||||
|
include/beecrypt/blowfish.h
|
||||||
|
include/beecrypt/blowfishopt.h
|
||||||
|
include/beecrypt/dhaes.h
|
||||||
|
include/beecrypt/dldp.h
|
||||||
|
include/beecrypt/dlkp.h
|
||||||
|
include/beecrypt/dlpk.h
|
||||||
|
include/beecrypt/dlsvdp-dh.h
|
||||||
|
include/beecrypt/elgamal.h
|
||||||
|
include/beecrypt/endianness.h
|
||||||
|
include/beecrypt/entropy.h
|
||||||
|
include/beecrypt/fips180.h
|
||||||
|
include/beecrypt/fips180opt.h
|
||||||
|
include/beecrypt/fips186.h
|
||||||
|
include/beecrypt/hmac.h
|
||||||
|
include/beecrypt/hmacmd5.h
|
||||||
|
include/beecrypt/hmacsha1.h
|
||||||
|
include/beecrypt/hmacsha256.h
|
||||||
|
include/beecrypt/md5.h
|
||||||
|
include/beecrypt/memchunk.h
|
||||||
|
include/beecrypt/mp32.h
|
||||||
|
include/beecrypt/mp32barrett.h
|
||||||
|
include/beecrypt/mp32number.h
|
||||||
|
include/beecrypt/mp32opt.h
|
||||||
|
include/beecrypt/mp32prime.h
|
||||||
|
include/beecrypt/mtprng.h
|
||||||
|
include/beecrypt/rsa.h
|
||||||
|
include/beecrypt/rsakp.h
|
||||||
|
include/beecrypt/rsapk.h
|
||||||
|
include/beecrypt/sha256.h
|
||||||
|
include/beecrypt/timestamp.h
|
||||||
|
@dirrm include/beecrypt
|
||||||
|
lib/libbeecrypt.la
|
||||||
lib/libbeecrypt.so
|
lib/libbeecrypt.so
|
||||||
lib/libbeecrypt.so.2
|
lib/libbeecrypt.so.3
|
||||||
lib/libbeecrypt.so.2.0.0
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue