pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/sops/patches



Module Name:    pkgsrc
Committed By:   leot
Date:           Wed Jan 22 22:39:42 UTC 2025

Added Files:
        pkgsrc/security/sops/patches: patch-go.mod

Log Message:
sops: Commit accidentally missed patch

No PKGREVISION bump given that without it it was broken.

Thanks to <wiz> for pointing that out!


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/sops/patches/patch-go.mod

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

Added files:

Index: pkgsrc/security/sops/patches/patch-go.mod
diff -u /dev/null pkgsrc/security/sops/patches/patch-go.mod:1.1
--- /dev/null   Wed Jan 22 22:39:42 2025
+++ pkgsrc/security/sops/patches/patch-go.mod   Wed Jan 22 22:39:42 2025
@@ -0,0 +1,21 @@
+$NetBSD: patch-go.mod,v 1.1 2025/01/22 22:39:42 leot Exp $
+
+Rerun go mod tidy and get rid of toolchain.
+
+Without that build fails with:
+
+ go: updates to go.mod needed; to update it:
+         go mod tidy
+
+--- go.mod.orig        2024-12-31 12:27:00.000000000 +0000
++++ go.mod
+@@ -1,8 +1,6 @@
+ module github.com/getsops/sops/v3
+ 
+-go 1.22
+-
+-toolchain go1.22.9
++go 1.22.7
+ 
+ require (
+       cloud.google.com/go/kms v1.20.3



Home | Main Index | Thread Index | Old Index