security/libreswan: Update 4.6 -> 4.7
Reported by: portscout
This commit is contained in:
parent
25197428e8
commit
ea7056a268
3 changed files with 13 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= libreswan
|
||||
DISTVERSION= 4.6
|
||||
DISTVERSION= 4.7
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= https://download.libreswan.org/
|
||||
|
||||
|
@ -39,7 +39,10 @@ post-configure:
|
|||
${RLN} netbsd.mk freebsd.mk
|
||||
|
||||
post-install:
|
||||
.for f in _import_crl addconn algparse cavp dncheck ecdsasigkey enumcheck hunkcheck ipcheck jambufcheck keyidcheck pluto readwriteconf rsasigkey showhostkey timecheck whack
|
||||
.for f in \
|
||||
_import_crl addconn algparse asn1check cavp dncheck ecdsasigkey \
|
||||
enumcheck hunkcheck ipcheck jambufcheck keyidcheck pluto readwriteconf \
|
||||
routecheck rsasigkey showhostkey timecheck vendoridcheck whack
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/ipsec/${f}
|
||||
.endfor
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1642197311
|
||||
SHA256 (libreswan-4.6.tar.gz) = 26396f4826a682735772a4689a7ce9ae2d409d166a4b72836fc55d14bad356ff
|
||||
SIZE (libreswan-4.6.tar.gz) = 3579760
|
||||
TIMESTAMP = 1653544584
|
||||
SHA256 (libreswan-4.7.tar.gz) = ddd6337b3900063d870301c3d9f61f56107c765850fb00a163d360359ff3fc44
|
||||
SIZE (libreswan-4.7.tar.gz) = 3684167
|
||||
|
|
|
@ -16,9 +16,10 @@ libexec/ipsec/_secretcensor
|
|||
libexec/ipsec/_stackmanager
|
||||
libexec/ipsec/_unbound-hook
|
||||
libexec/ipsec/_updown
|
||||
libexec/ipsec/_updown.bsdkame
|
||||
libexec/ipsec/_updown.bsd
|
||||
libexec/ipsec/addconn
|
||||
libexec/ipsec/algparse
|
||||
libexec/ipsec/asn1check
|
||||
libexec/ipsec/auto
|
||||
libexec/ipsec/barf
|
||||
libexec/ipsec/cavp
|
||||
|
@ -34,11 +35,13 @@ libexec/ipsec/look
|
|||
libexec/ipsec/newhostkey
|
||||
libexec/ipsec/pluto
|
||||
libexec/ipsec/readwriteconf
|
||||
libexec/ipsec/routecheck
|
||||
libexec/ipsec/rsasigkey
|
||||
libexec/ipsec/setup
|
||||
libexec/ipsec/show
|
||||
libexec/ipsec/showhostkey
|
||||
libexec/ipsec/timecheck
|
||||
libexec/ipsec/vendoridcheck
|
||||
libexec/ipsec/verify
|
||||
libexec/ipsec/whack
|
||||
sbin/ipsec
|
||||
|
@ -72,6 +75,7 @@ share/man/man8/ipsec_rsasigkey.8.gz
|
|||
share/man/man8/ipsec_setup.8.gz
|
||||
share/man/man8/ipsec_show.8.gz
|
||||
share/man/man8/ipsec_showhostkey.8.gz
|
||||
share/man/man8/ipsec_vendorid.8.gz
|
||||
share/man/man8/ipsec_verify.8.gz
|
||||
share/man/man8/ipsec_whack.8.gz
|
||||
share/man/man8/pluto.8.gz
|
||||
|
|
Loading…
Reference in a new issue