diff options
author | jperkin <jperkin@pkgsrc.org> | 2022-09-06 12:32:47 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2022-09-06 12:32:47 +0000 |
commit | b2cb81041deb2447ce5d9d59a20e9557df4d75f0 (patch) | |
tree | 10239836776715514ee84786c5215485ff5795de /pkgtools | |
parent | 2e6d6485a7054b312ab4e75cd11ebada3e5a0031 (diff) | |
download | pkgsrc-b2cb81041deb2447ce5d9d59a20e9557df4d75f0.tar.gz |
pkgin: Update to 22.9.0.
## Version 22.9.0 (2022-09-06)
* Pass verbose flag down to libfetch operations too.
* Update show-keep/show-no-keep output format (Sunil Nimmagadda).
* Add -4 and -6 flags to force libfetch to use IPv4/IPv6 (Staffan Thomén,
Sebastian Wiedenroth).
* Convert many SQL queries to use sqlite3_snprintf() and sqlite3 format
strings to reduce potential SQL injection attacks (Taylor R Campbell).
* Use sqlite3 savepoints, fixing issue around interrupted local summary
updates (Taylor R Campbell).
* Use posix_spawn() on newer macOS.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkgin/Makefile | 5 | ||||
-rw-r--r-- | pkgtools/pkgin/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/pkgtools/pkgin/Makefile b/pkgtools/pkgin/Makefile index dbd43b14b3c..60679c9664a 100644 --- a/pkgtools/pkgin/Makefile +++ b/pkgtools/pkgin/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.120 2022/07/07 16:28:56 jperkin Exp $ +# $NetBSD: Makefile,v 1.121 2022/09/06 12:32:47 jperkin Exp $ -DISTNAME= pkgin-21.12.0 -PKGREVISION= 2 +DISTNAME= pkgin-22.9.0 CATEGORIES= pkgtools MASTER_SITES= ${MASTER_SITE_GITHUB:=NetBSDfr/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/pkgtools/pkgin/distinfo b/pkgtools/pkgin/distinfo index 9c80abbef04..236e86fcb03 100644 --- a/pkgtools/pkgin/distinfo +++ b/pkgtools/pkgin/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.75 2021/12/01 12:20:58 jperkin Exp $ +$NetBSD: distinfo,v 1.76 2022/09/06 12:32:47 jperkin Exp $ -BLAKE2s (pkgin-21.12.0.tar.gz) = a816864a1606ff5b36ed8fbb049a89958b4bf62482c7f5f70002d459282e7c27 -SHA512 (pkgin-21.12.0.tar.gz) = a2d917447b8985591476db76d95c07a0c473aca9b999cbe3daa0320c79b4c624bf97ba919e368fbad12cd87ff5ca9015d8394a42f5778743c9e62cc4d7b0fb12 -Size (pkgin-21.12.0.tar.gz) = 248055 bytes +BLAKE2s (pkgin-22.9.0.tar.gz) = 411c2a7530c0ac2e9e6aa32aba61c6b12b2a4a0d41be6dcc6dda3e014f285189 +SHA512 (pkgin-22.9.0.tar.gz) = 60e552d09004682cf918cc35872aa5b1e5364b1bad4507e9571f4064be52088e0079eba227b4cdb6b9565c4d7f3d5bfd3d3ae5735ec546303367f2440e959bd5 +Size (pkgin-22.9.0.tar.gz) = 249387 bytes |