pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/pkgtools/pkgin



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Sep  6 12:32:47 UTC 2022

Modified Files:
        pkgsrc/pkgtools/pkgin: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 pkgsrc/pkgtools/pkgin/Makefile
cvs rdiff -u -r1.75 -r1.76 pkgsrc/pkgtools/pkgin/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/pkgin/Makefile
diff -u pkgsrc/pkgtools/pkgin/Makefile:1.120 pkgsrc/pkgtools/pkgin/Makefile:1.121
--- pkgsrc/pkgtools/pkgin/Makefile:1.120        Thu Jul  7 16:28:56 2022
+++ pkgsrc/pkgtools/pkgin/Makefile      Tue Sep  6 12:32:47 2022
@@ -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}

Index: pkgsrc/pkgtools/pkgin/distinfo
diff -u pkgsrc/pkgtools/pkgin/distinfo:1.75 pkgsrc/pkgtools/pkgin/distinfo:1.76
--- pkgsrc/pkgtools/pkgin/distinfo:1.75 Wed Dec  1 12:20:58 2021
+++ pkgsrc/pkgtools/pkgin/distinfo      Tue Sep  6 12:32:47 2022
@@ -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