Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Feb 2023 12:32:39 GMT
From:      =?utf-8?Q?Fernando=20Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d32119c0d4ec - main - security/tang: Update to v12
Message-ID:  <202302181232.31ICWdom026592@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d32119c0d4ec81062ee1db8a1aa3c812d1abbb04

commit d32119c0d4ec81062ee1db8a1aa3c812d1abbb04
Author:     Howard Holm <hdholm@alumni.iastate.edu>
AuthorDate: 2023-02-17 08:53:33 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-02-18 12:28:12 +0000

    security/tang: Update to v12
    
    ChangeLog: https://github.com/latchset/tang/releases/tag/v12
    
     * A few small changes for BSD support after standalone changes
     * tang: allow running standalone
     * When json_load_file fails report the error details information
     * Fix service to include configured group
     * Add documentation in service files
    
    PR:             269573
    Reported by:    hdholm@alumni.iastate.edu (maintainer)
---
 security/tang/Makefile | 6 +++---
 security/tang/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/security/tang/Makefile b/security/tang/Makefile
index 890c58080179..763eb0e1cf63 100644
--- a/security/tang/Makefile
+++ b/security/tang/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	tang
-DISTVERSION=	11
+DISTVERSION=	12
 CATEGORIES=	security
 MASTER_SITES=	https://github.com/latchset/${PORTNAME}/releases/download/v${DISTVERSION}/
 
@@ -13,10 +13,10 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libhttp_parser.so:www/http-parser \
 		libjansson.so:devel/jansson \
 		libjose.so:net/jose
-RUN_DEPENDS=	socat:net/socat
 BUILD_DEPENDS=	a2x:textproc/asciidoc \
 		${LOCALBASE}/libdata/pkgconfig/jose.pc:net/jose \
-		socat:net/socat
+		socat:net/socat \
+		curl:ftp/curl
 
 USES=		compiler:c11 cpe meson pkgconfig tar:xz
 
diff --git a/security/tang/distinfo b/security/tang/distinfo
index 1c170bcf182b..29b405b7554c 100644
--- a/security/tang/distinfo
+++ b/security/tang/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1642307478
-SHA256 (tang-11.tar.xz) = ef5d3ae56030f20c290594b9be89ad9ec469dd385676595e1c7a2bfdc3f45d8f
-SIZE (tang-11.tar.xz) = 34048
+TIMESTAMP = 1676484261
+SHA256 (tang-12.tar.xz) = 892e0b26ee2db01f2c257b083fbb85aede7d3f59de7361c9c9528c0d5783e69c
+SIZE (tang-12.tar.xz) = 36628



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302181232.31ICWdom026592>