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)
This commit is contained in:
Howard Holm 2024-02-16 09:38:04 +01:00 committed by Fernando Apesteguía
parent dedb1dcb3f
commit 951d5bcada
2 changed files with 5 additions and 6 deletions

View File

@ -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 \

View File

@ -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