Skip to content

Commit

Permalink
security/tang: Update to v15
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
hdholm authored and fernape committed Feb 18, 2024
1 parent dedb1dc commit 951d5bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions 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}/

Expand All @@ -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 \
Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit 951d5bc

Please sign in to comment.