aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoward Holm <hdholm@alumni.iastate.edu>2024-02-16 08:38:04 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2024-02-18 16:43:35 +0000
commit951d5bcada15b4d2ade3ff4da54dc98a24985134 (patch)
tree8635698f9eaa3427780958989fdf8c5484ca1b9a
parentdedb1dcb3f81e037e276845eae28e7ccad444f2e (diff)
downloadports-951d5bcada15b4d2ade3ff4da54dc98a24985134.tar.gz
ports-951d5bcada15b4d2ade3ff4da54dc98a24985134.zip
security/tang: Update to v15
ChangeLog: https://github.com/latchset/tang/releases/tag/v15 * Build with llhttp instead of http-parser * Fix issue introduced in http-parser -> llhttp conversion * Include parameter to indicate endpoint * README updates * Avoid usage of unused variable * Increase test timeouts PR: 277061 Reported by: hdholm@alumni.iastate.edu (maintainer)
-rw-r--r--security/tang/Makefile5
-rw-r--r--security/tang/distinfo6
2 files changed, 5 insertions, 6 deletions
diff --git a/security/tang/Makefile b/security/tang/Makefile
index 24f3a82f7071..07c203503ed8 100644
--- a/security/tang/Makefile
+++ b/security/tang/Makefile
@@ -1,6 +1,5 @@
PORTNAME= tang
-DISTVERSION= 14
-PORTREVISION= 1
+DISTVERSION= 15
CATEGORIES= security
MASTER_SITES= https://github.com/latchset/${PORTNAME}/releases/download/v${DISTVERSION}/
@@ -11,7 +10,7 @@ WWW= https://github.com/latchset/tang
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libhttp_parser.so:www/http-parser \
+LIB_DEPENDS= libllhttp.so:www/llhttp \
libjansson.so:devel/jansson \
libjose.so:net/jose
BUILD_DEPENDS= a2x:textproc/asciidoc \
diff --git a/security/tang/distinfo b/security/tang/distinfo
index 7595909e9b47..3e952ad42bef 100644
--- a/security/tang/distinfo
+++ b/security/tang/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1687621718
-SHA256 (tang-14.tar.xz) = 04263ed1cc98d60cab29fe47f908921b7b1aa4d6da5f9de2fcbe543773b75886
-SIZE (tang-14.tar.xz) = 36772
+TIMESTAMP = 1707961137
+SHA256 (tang-15.tar.xz) = eaf4a2abfea3d05f454a8841e98332be1e1e2432744c70bb7765651ed82c3f7c
+SIZE (tang-15.tar.xz) = 38248