Skip to content

Commit

Permalink
pkg*: new regression fixes release
Browse files Browse the repository at this point in the history
Changes:
- speed up pkg add again, and greatly reduce its memory footprint
- more compatibility with libfetch (SSL_* variables)
- fixed FETCH_TIMEOUT adaptation to libcurl
  • Loading branch information
bapt committed Jul 11, 2023
1 parent 661d923 commit c2b502b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions ports-mgmt/pkg-devel/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= pkg
DISTVERSION= 1.20.99.2
DISTVERSION= 1.20.99.3
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt
PKGNAMESUFFIX= -devel
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions ports-mgmt/pkg-devel/distinfo
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion ports-mgmt/pkg/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= pkg
DISTVERSION= 1.20.2
DISTVERSION= 1.20.3
_PKG_VERSION= ${DISTVERSION}
CATEGORIES= ports-mgmt

Expand Down
6 changes: 3 additions & 3 deletions ports-mgmt/pkg/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c2b502b

Please sign in to comment.