Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Aug 2021 14:43:26 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: 35c7ef4d57a1 - main - ports-mgmt/pkg-devel: update to 1.17.99.3
Message-ID:  <202108231443.17NEhQC5098878@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=35c7ef4d57a17200c8e98681b1e3d5d0ec0b137d

commit 35c7ef4d57a17200c8e98681b1e3d5d0ec0b137d
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2021-08-23 14:42:45 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2021-08-23 14:42:45 +0000

    ports-mgmt/pkg-devel: update to 1.17.99.3
    
    - make pkg/audit.h C++ friendly
    - fix build with libressl
    - Enable aarch64 support for linux
    - plenty of portability fixes for linux with musl libc
    - autoremove: respect -q
    - version: report an error if the provided INDEX file does not exist
    - periodic: allow users so provide an ignore list of jails
    - periodic: reduce audit script verbosity
    - arch: to not consider .h as potentially arch specific
    - query: allow -e to be used with other filter options
    - register: implement a -N to disable registration in the database
    - rework internal hash tables
    - plenty of memory leak fixed
    - fetch; do not count cached files as files to be fetched
---
 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 1cf1dc4656fc..7b9f6ddf4cf9 100644
--- a/ports-mgmt/pkg-devel/Makefile
+++ b/ports-mgmt/pkg-devel/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pkg
-DISTVERSION=	1.17.99.2
+DISTVERSION=	1.17.99.3
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 PKGNAMESUFFIX=	-devel
@@ -11,7 +11,7 @@ LICENSE=	BSD2CLAUSE
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	freebsd
-GH_TAGNAME=	21cf05a9
+GH_TAGNAME=	014693e3
 
 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 4d69387a0b38..9971066b2835 100644
--- a/ports-mgmt/pkg-devel/distinfo
+++ b/ports-mgmt/pkg-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1627375032
-SHA256 (freebsd-pkg-1.17.99.2-21cf05a9_GH0.tar.gz) = eea8257d5242e95c2b044044dd4fd0971b91d04ee1da566c1aadf681e269caa1
-SIZE (freebsd-pkg-1.17.99.2-21cf05a9_GH0.tar.gz) = 3894800
+TIMESTAMP = 1629729720
+SHA256 (freebsd-pkg-1.17.99.3-014693e3_GH0.tar.gz) = e5c50638b53339148d517bc6e051eddb89a79058140353792ddae6a9eb7fb3a0
+SIZE (freebsd-pkg-1.17.99.3-014693e3_GH0.tar.gz) = 3889805



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