Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Oct 2021 09:21:03 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b24894798645 - main - ports-mgmt/pkg-devel: 1.17.99.6
Message-ID:  <202110040921.1949L3bC056421@gitrepo.freebsd.org>

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

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

commit b24894798645e4dece7286b6b3fbdb94800de757
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2021-10-04 09:19:04 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2021-10-04 09:20:57 +0000

    ports-mgmt/pkg-devel: 1.17.99.6
    
    - fix segfault when packaging packages providing shared libraries
    - fix fingerprint signature handling with rootdir
---
 ports-mgmt/pkg-devel/Makefile | 4 ++--
 ports-mgmt/pkg-devel/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile
index daed542c556e..2b2303808bdb 100644
--- a/ports-mgmt/pkg-devel/Makefile
+++ b/ports-mgmt/pkg-devel/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pkg
-DISTVERSION=	1.17.99.5
+DISTVERSION=	1.17.99.6
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 PKGNAMESUFFIX=	-devel
@@ -11,7 +11,7 @@ LICENSE=	BSD2CLAUSE
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	freebsd
-GH_TAGNAME=	4ffdaa3e
+GH_TAGNAME=	2499761a
 
 CFLAGS+=	-O0 -g -Wno-error
 USE_LDCONFIG=	${PREFIX}/lib/compat/pkg
diff --git a/ports-mgmt/pkg-devel/distinfo b/ports-mgmt/pkg-devel/distinfo
index 9c3a629c1774..9638397e9177 100644
--- a/ports-mgmt/pkg-devel/distinfo
+++ b/ports-mgmt/pkg-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1632212064
-SHA256 (freebsd-pkg-1.17.99.5-4ffdaa3e_GH0.tar.gz) = d785ebc37e1a8373f3980f31e441ca27b86756438f5fde26ddb61d68966271b2
-SIZE (freebsd-pkg-1.17.99.5-4ffdaa3e_GH0.tar.gz) = 3893434
+TIMESTAMP = 1633339084
+SHA256 (freebsd-pkg-1.17.99.6-2499761a_GH0.tar.gz) = 8ae84e50dcdba7cc2d74c212041ea2b95ffe1cc812c0ed274f7ba819f9e62283
+SIZE (freebsd-pkg-1.17.99.6-2499761a_GH0.tar.gz) = 3893605



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