mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
security/tang: Update to v11
Changelog: https://github.com/latchset/tang/releases/tag/v11 Fixes CVE-2021-4076 PR: 260574
This commit is contained in:
parent
32621c81fd
commit
21ea51a6ef
3 changed files with 7 additions and 11 deletions
|
@ -1,6 +1,7 @@
|
||||||
PORTNAME= tang
|
PORTNAME= tang
|
||||||
DISTVERSION= 10
|
DISTVERSION= 11
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
|
MASTER_SITES= https://github.com/latchset/${PORTNAME}/releases/download/v${DISTVERSION}/
|
||||||
|
|
||||||
MAINTAINER= hdholm@alumni.iastate.edu
|
MAINTAINER= hdholm@alumni.iastate.edu
|
||||||
COMMENT= Tang is a small daemon for binding data to the presence of a network
|
COMMENT= Tang is a small daemon for binding data to the presence of a network
|
||||||
|
@ -16,13 +17,7 @@ BUILD_DEPENDS= a2x:textproc/asciidoc \
|
||||||
${LOCALBASE}/libdata/pkgconfig/jose.pc:net/jose \
|
${LOCALBASE}/libdata/pkgconfig/jose.pc:net/jose \
|
||||||
socat:net/socat
|
socat:net/socat
|
||||||
|
|
||||||
USES= compiler:c11 meson ninja pkgconfig
|
USES= compiler:c11 meson pkgconfig tar:xz
|
||||||
USE_GITHUB= yes
|
|
||||||
GH_ACCOUNT= latchset
|
|
||||||
GH_TAGNAME= v10
|
|
||||||
USE_LDCONFIG= yes
|
|
||||||
|
|
||||||
INSTALL_TARGET= install-strip
|
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${MKDIR} -m 0700 ${STAGEDIR}/var/db/tang
|
${MKDIR} -m 0700 ${STAGEDIR}/var/db/tang
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1620421972
|
TIMESTAMP = 1642307478
|
||||||
SHA256 (latchset-tang-10-v10_GH0.tar.gz) = 168ceee00bcf1da3d4e595285947fdcd5822b2e4e5cdb4b0e69b450b2cac2ba6
|
SHA256 (tang-11.tar.xz) = ef5d3ae56030f20c290594b9be89ad9ec469dd385676595e1c7a2bfdc3f45d8f
|
||||||
SIZE (latchset-tang-10-v10_GH0.tar.gz) = 36469
|
SIZE (tang-11.tar.xz) = 34048
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
libexec/tangd
|
libexec/tangd
|
||||||
|
man/man1/tangd-rotate-keys.1.gz
|
||||||
man/man1/tang-show-keys.1.gz
|
man/man1/tang-show-keys.1.gz
|
||||||
man/man8/tang.8.gz
|
man/man8/tang.8.gz
|
||||||
libexec/tangd-keygen
|
libexec/tangd-keygen
|
||||||
|
|
Loading…
Add table
Reference in a new issue