Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Aug 2023 08:30:43 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: 8d83ff738e20 - main - ports-mgmt/pkg: update to 1.20.5
Message-ID:  <202308010830.3718Uh9V065015@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=8d83ff738e20f75ad8a23302f16a55ba2c4e9936

commit 8d83ff738e20f75ad8a23302f16a55ba2c4e9936
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2023-08-01 08:30:10 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2023-08-01 08:30:10 +0000

    ports-mgmt/pkg: update to 1.20.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
---
 ports-mgmt/pkg/Makefile | 2 +-
 ports-mgmt/pkg/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile
index f3a471dbcecb..309aeb868795 100644
--- a/ports-mgmt/pkg/Makefile
+++ b/ports-mgmt/pkg/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pkg
-DISTVERSION=	1.20.4
+DISTVERSION=	1.20.5
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 
diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo
index 377820ac26cc..c621185bb98b 100644
--- a/ports-mgmt/pkg/distinfo
+++ b/ports-mgmt/pkg/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1689148199
-SHA256 (freebsd-pkg-1.20.4_GH0.tar.gz) = 32095d12c5714d041b46629b9e89e2ac777bba383b524a3aac0428ff3968fe2a
-SIZE (freebsd-pkg-1.20.4_GH0.tar.gz) = 8242145
+TIMESTAMP = 1690878607
+SHA256 (freebsd-pkg-1.20.5_GH0.tar.gz) = 9198e215ebea4e87065a2bcc6bd3c7aa8c78e94065a83b3c5dd2616601c83942
+SIZE (freebsd-pkg-1.20.5_GH0.tar.gz) = 8268843



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