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:           Wed Oct 20 08:18:57 UTC 2021

Modified Files:
        pkgsrc/pkgtools/pkgin: Makefile distinfo

Log Message:
pkgin: Update to 21.10.1.

## Version 21.10.1 (2021-10-20)

 * Free memory correctly when building package lists for printing.  Reduces
   memory usage considerably when operating on a large number of packages.

 * Avoid infinite loop in package linked list when handling pkg_install.


To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 pkgsrc/pkgtools/pkgin/Makefile
cvs rdiff -u -r1.72 -r1.73 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.115 pkgsrc/pkgtools/pkgin/Makefile:1.116
--- pkgsrc/pkgtools/pkgin/Makefile:1.115        Tue Oct 12 12:46:14 2021
+++ pkgsrc/pkgtools/pkgin/Makefile      Wed Oct 20 08:18:57 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.115 2021/10/12 12:46:14 jperkin Exp $
+# $NetBSD: Makefile,v 1.116 2021/10/20 08:18:57 jperkin Exp $
 
-DISTNAME=              pkgin-21.10.0
+DISTNAME=              pkgin-21.10.1
 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.72 pkgsrc/pkgtools/pkgin/distinfo:1.73
--- pkgsrc/pkgtools/pkgin/distinfo:1.72 Tue Oct 12 12:46:14 2021
+++ pkgsrc/pkgtools/pkgin/distinfo      Wed Oct 20 08:18:57 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.72 2021/10/12 12:46:14 jperkin Exp $
+$NetBSD: distinfo,v 1.73 2021/10/20 08:18:57 jperkin Exp $
 
-RMD160 (pkgin-21.10.0.tar.gz) = 6c57a928384d76af60a299cad396622aa8974d31
-SHA512 (pkgin-21.10.0.tar.gz) = f2b2efc2b4172db0a0055fecf306f067e0bcd2ac1eea41e38df44afde9d91cefe6131d72d854762642de61750ee3cd1482b9108dd9ae21daca34fda1b2920b62
-Size (pkgin-21.10.0.tar.gz) = 247816 bytes
+RMD160 (pkgin-21.10.1.tar.gz) = 506541d7081bf3d9513de02c7fa7771d63770536
+SHA512 (pkgin-21.10.1.tar.gz) = 8aa3da557845325109d134b99d192e01c87552ae729f3aaa07d6db351add6d1991eec0b6bdd911b6287fbcf04493a3f9ba3a39f893d9c36876fc985468c8e51f
+Size (pkgin-21.10.1.tar.gz) = 247904 bytes



Home | Main Index | Thread Index | Old Index