Skip to content

Commit

Permalink
ports-mgmt/pkg: update to 1.20.5
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bapt committed Aug 1, 2023
1 parent ceb6586 commit 8d83ff7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.4
DISTVERSION= 1.20.5
_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 = 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

0 comments on commit 8d83ff7

Please sign in to comment.