pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/pkglint
Module Name: pkgsrc
Committed By: rillig
Date: Sat Nov 20 18:06:13 UTC 2021
Modified Files:
pkgsrc/pkgtools/pkglint: Makefile
pkgsrc/pkgtools/pkglint/files: distinfo.go
Log Message:
pkgtools/pkglint: update to 21.3.4
Changes since 21.3.3:
For wip packages, allow SHA1 to be used as digest algorithm. An example
package that needs this is wip/doomlegacy-devel.
To generate a diff of this commit:
cvs rdiff -u -r1.703 -r1.704 pkgsrc/pkgtools/pkglint/Makefile
cvs rdiff -u -r1.48 -r1.49 pkgsrc/pkgtools/pkglint/files/distinfo.go
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/pkgtools/pkglint/Makefile
diff -u pkgsrc/pkgtools/pkglint/Makefile:1.703 pkgsrc/pkgtools/pkglint/Makefile:1.704
--- pkgsrc/pkgtools/pkglint/Makefile:1.703 Sat Nov 13 21:20:59 2021
+++ pkgsrc/pkgtools/pkglint/Makefile Sat Nov 20 18:06:13 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.703 2021/11/13 21:20:59 rillig Exp $
+# $NetBSD: Makefile,v 1.704 2021/11/20 18:06:13 rillig Exp $
-PKGNAME= pkglint-21.3.3
+PKGNAME= pkglint-21.3.4
CATEGORIES= pkgtools
DISTNAME= tools
MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
Index: pkgsrc/pkgtools/pkglint/files/distinfo.go
diff -u pkgsrc/pkgtools/pkglint/files/distinfo.go:1.48 pkgsrc/pkgtools/pkglint/files/distinfo.go:1.49
--- pkgsrc/pkgtools/pkglint/files/distinfo.go:1.48 Thu Oct 28 20:15:25 2021
+++ pkgsrc/pkgtools/pkglint/files/distinfo.go Sat Nov 20 18:06:13 2021
@@ -153,6 +153,10 @@ func (ck *distinfoLinesChecker) checkAlg
// TODO: remove after 2021Q4. Until then, allow pkgsrc-wip to
// be used with the stable 2021Q3.
return
+ case G.Wip && algorithms == "SHA1, RMD160, SHA512, Size" && isPatch != yes:
+ // TODO: remove after 2021Q4. Until then, allow pkgsrc-wip to
+ // be used with the stable 2021Q3.
+ return
case G.Wip && algorithms == "SHA1, BLAKE2s, SHA512, Size" && isPatch != yes:
// TODO: remove after 2021Q4. Until then, allow pkgsrc-wip to
// be used with the stable 2021Q3.
Home |
Main Index |
Thread Index |
Old Index