Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jul 2023 11:49:41 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: c2b502b0a7a6 - main - pkg*: new regression fixes release
Message-ID:  <202307111149.36BBnfEG075503@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=c2b502b0a7a6b8fb70db7acc68e503dfebba3fbb

commit c2b502b0a7a6b8fb70db7acc68e503dfebba3fbb
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2023-07-11 11:47:52 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2023-07-11 11:49:40 +0000

    pkg*: new regression fixes release
    
    Changes:
    - speed up pkg add again, and greatly reduce its memory footprint
    - more compatibility with libfetch (SSL_* variables)
    - fixed FETCH_TIMEOUT adaptation to libcurl
---
 ports-mgmt/pkg-devel/Makefile | 4 ++--
 ports-mgmt/pkg-devel/distinfo | 6 +++---
 ports-mgmt/pkg/Makefile       | 2 +-
 ports-mgmt/pkg/distinfo       | 6 +++---
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/ports-mgmt/pkg-devel/Makefile b/ports-mgmt/pkg-devel/Makefile
index 0fc71641375d..c04f2f54edc2 100644
--- a/ports-mgmt/pkg-devel/Makefile
+++ b/ports-mgmt/pkg-devel/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pkg
-DISTVERSION=	1.20.99.2
+DISTVERSION=	1.20.99.3
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 PKGNAMESUFFIX=	-devel
@@ -12,7 +12,7 @@ LICENSE=	BSD2CLAUSE
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	freebsd
-GH_TAGNAME=	67b61a85
+GH_TAGNAME=	b2bd9ce4
 
 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 69c701c23fcf..e5492f9adc69 100644
--- a/ports-mgmt/pkg-devel/distinfo
+++ b/ports-mgmt/pkg-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688991180
-SHA256 (freebsd-pkg-1.20.99.2-67b61a85_GH0.tar.gz) = c4d982ad4609210f63882425cea1753bb3c4e3f3bdd5da38aaff3e8f83d851e1
-SIZE (freebsd-pkg-1.20.99.2-67b61a85_GH0.tar.gz) = 8242789
+TIMESTAMP = 1689076050
+SHA256 (freebsd-pkg-1.20.99.3-b2bd9ce4_GH0.tar.gz) = 60754b5b515ecd2bf508d1c77d7e95187f2d1bcb968eee69c94fbab592237044
+SIZE (freebsd-pkg-1.20.99.3-b2bd9ce4_GH0.tar.gz) = 8243265
diff --git a/ports-mgmt/pkg/Makefile b/ports-mgmt/pkg/Makefile
index 0ce6a6b94ac7..df09cfa1aeb7 100644
--- a/ports-mgmt/pkg/Makefile
+++ b/ports-mgmt/pkg/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pkg
-DISTVERSION=	1.20.2
+DISTVERSION=	1.20.3
 _PKG_VERSION=	${DISTVERSION}
 CATEGORIES=	ports-mgmt
 
diff --git a/ports-mgmt/pkg/distinfo b/ports-mgmt/pkg/distinfo
index ce04438858eb..b23a5bab0dd0 100644
--- a/ports-mgmt/pkg/distinfo
+++ b/ports-mgmt/pkg/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1688991315
-SHA256 (freebsd-pkg-1.20.2_GH0.tar.gz) = 9b2db7ea6be375bafde8be35930440d681f2846028ff2384d766dc9b48a1f80e
-SIZE (freebsd-pkg-1.20.2_GH0.tar.gz) = 8242398
+TIMESTAMP = 1689075999
+SHA256 (freebsd-pkg-1.20.3_GH0.tar.gz) = 34c43381378ec26fe6ae09c74d9bb048cee2fc76d19b0aa4b1c3b69a8406bf1d
+SIZE (freebsd-pkg-1.20.3_GH0.tar.gz) = 8242649



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