pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkgin pkgin: Update to 22.9.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/173b635bfa77
branches: trunk
changeset: 384856:173b635bfa77
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Tue Sep 06 12:32:47 2022 +0000
description:
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:
pkgtools/pkgin/Makefile | 5 ++---
pkgtools/pkgin/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (26 lines):
diff -r 0af3f6f00643 -r 173b635bfa77 pkgtools/pkgin/Makefile
--- a/pkgtools/pkgin/Makefile Tue Sep 06 11:05:55 2022 +0000
+++ b/pkgtools/pkgin/Makefile Tue Sep 06 12:32:47 2022 +0000
@@ -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 -r 0af3f6f00643 -r 173b635bfa77 pkgtools/pkgin/distinfo
--- a/pkgtools/pkgin/distinfo Tue Sep 06 11:05:55 2022 +0000
+++ b/pkgtools/pkgin/distinfo Tue Sep 06 12:32:47 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index