git: 951d5bcada15 - main - security/tang: Update to v15
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 18 Feb 2024 16:43:44 UTC
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=951d5bcada15b4d2ade3ff4da54dc98a24985134 commit 951d5bcada15b4d2ade3ff4da54dc98a24985134 Author: Howard Holm <hdholm@alumni.iastate.edu> AuthorDate: 2024-02-16 08:38:04 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2024-02-18 16:43:35 +0000 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) --- security/tang/Makefile | 5 ++--- security/tang/distinfo | 6 +++--- 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