Date: Tue, 1 Aug 2023 08:30:42 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: ceb658695b9a - main - ports-mgmt/pkg-devel: update to 1.20.99.5 Message-ID: <202308010830.3718Ugcb064996@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=ceb658695b9a07c03dd78ef92402c59ab8babc92 commit ceb658695b9a07c03dd78ef92402c59ab8babc92 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2023-08-01 08:28:43 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2023-08-01 08:28:43 +0000 ports-mgmt/pkg-devel: update to 1.20.99.5 Changes: - fix a regression introduce with switch to libcurl which results in the remote db mtime being badly set - fix a regression which makes pkg query report twice some packages when configured in multirepository mode. - fix a compatibility issue with http_proxy env var (lowercase) - update libcurl to latest version - introduce PKG_EVENT_PKG_ERRNO new event type --- 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 6e9439f3b154..08707877eae7 100644 --- a/ports-mgmt/pkg-devel/Makefile +++ b/ports-mgmt/pkg-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= pkg -DISTVERSION= 1.20.99.4 +DISTVERSION= 1.20.99.5 _PKG_VERSION= ${DISTVERSION} CATEGORIES= ports-mgmt PKGNAMESUFFIX= -devel @@ -12,7 +12,7 @@ LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 0506a9bf +GH_TAGNAME= 1b51004c 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 74b82a723a9b..b3892a2cd21a 100644 --- a/ports-mgmt/pkg-devel/distinfo +++ b/ports-mgmt/pkg-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1689155293 -SHA256 (freebsd-pkg-1.20.99.4-0506a9bf_GH0.tar.gz) = 0c9f5f683c0b2f249d5d816e316c3f59a3b3a1e00d5d53e003b507c437327eaf -SIZE (freebsd-pkg-1.20.99.4-0506a9bf_GH0.tar.gz) = 8242516 +TIMESTAMP = 1690878512 +SHA256 (freebsd-pkg-1.20.99.5-1b51004c_GH0.tar.gz) = cab425f622573f8742b33d500b8ca9d388d696bab01808d33fdb5710b2f31c32 +SIZE (freebsd-pkg-1.20.99.5-1b51004c_GH0.tar.gz) = 8269284
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308010830.3718Ugcb064996>