pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Fri Mar  7 20:41:31 UTC 2025

Modified Files:
        pkgsrc/lang/go: version.mk
        pkgsrc/lang/go123: PLIST distinfo

Log Message:
go123: update to 1.23.7 (security)

go1.23.7 (released 2025-03-04) includes security fixes to the net/http
package, as well as bug fixes to cgo, the compiler, and the reflect,
runtime, and syscall packages. See the Go 1.23.7 milestone on our issue
tracker for details.


To generate a diff of this commit:
cvs rdiff -u -r1.227 -r1.228 pkgsrc/lang/go/version.mk
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/go123/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/go123/distinfo

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

Modified files:

Index: pkgsrc/lang/go/version.mk
diff -u pkgsrc/lang/go/version.mk:1.227 pkgsrc/lang/go/version.mk:1.228
--- pkgsrc/lang/go/version.mk:1.227     Fri Mar  7 16:30:08 2025
+++ pkgsrc/lang/go/version.mk   Fri Mar  7 20:41:31 2025
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.227 2025/03/07 16:30:08 bsiegert Exp $
+# $NetBSD: version.mk,v 1.228 2025/03/07 20:41:31 bsiegert Exp $
 
 #
 # If bsd.prefs.mk is included before go-package.mk in a package, then this
@@ -7,7 +7,7 @@
 .include "go-vars.mk"
 
 GO124_VERSION= 1.24.1
-GO123_VERSION= 1.23.6
+GO123_VERSION= 1.23.7
 GO122_VERSION= 1.22.12
 GO121_VERSION= 1.21.13
 GO120_VERSION= 1.20.14

Index: pkgsrc/lang/go123/PLIST
diff -u pkgsrc/lang/go123/PLIST:1.6 pkgsrc/lang/go123/PLIST:1.7
--- pkgsrc/lang/go123/PLIST:1.6 Fri Jan 17 10:33:08 2025
+++ pkgsrc/lang/go123/PLIST     Fri Mar  7 20:41:31 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2025/01/17 10:33:08 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.7 2025/03/07 20:41:31 bsiegert Exp $
 bin/go${GOVERSSUFFIX}
 bin/gofmt${GOVERSSUFFIX}
 go123/CONTRIBUTING.md
@@ -12341,6 +12341,8 @@ go123/test/fixedbugs/issue7083.go
 go123/test/fixedbugs/issue7129.go
 go123/test/fixedbugs/issue7150.go
 go123/test/fixedbugs/issue7153.go
+go123/test/fixedbugs/issue71675.go
+go123/test/fixedbugs/issue71675.out
 go123/test/fixedbugs/issue7214.go
 go123/test/fixedbugs/issue7223.go
 go123/test/fixedbugs/issue7272.go

Index: pkgsrc/lang/go123/distinfo
diff -u pkgsrc/lang/go123/distinfo:1.8 pkgsrc/lang/go123/distinfo:1.9
--- pkgsrc/lang/go123/distinfo:1.8      Fri Feb  7 10:17:49 2025
+++ pkgsrc/lang/go123/distinfo  Fri Mar  7 20:41:31 2025
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.8 2025/02/07 10:17:49 bsiegert Exp $
+$NetBSD: distinfo,v 1.9 2025/03/07 20:41:31 bsiegert Exp $
 
 BLAKE2s (80344887818a2321296ce7fa71cca8ca2520611d.diff) = 80c77c55780bbd3b61f54698a5790169566a5c1c142ea9cf6b3de4ff261375f6
 SHA512 (80344887818a2321296ce7fa71cca8ca2520611d.diff) = a72fe9c2bba6191df1fb796fe55cc0fea2eb1809f7a4f148230a8be798e3b6820405e48a92a57da59d8fbe23d7d624b49cef9761852a62b4e81ba9dcaa7deaa6
 Size (80344887818a2321296ce7fa71cca8ca2520611d.diff) = 3273 bytes
-BLAKE2s (go1.23.6.src.tar.gz) = 39540123071b012aca1326c326453ead7a2ac8d67e6e696ec9e10bd6ca719113
-SHA512 (go1.23.6.src.tar.gz) = c504476d42cdbcd1b6afe53c0974e82c19eb0efac974bc06d41c1641440676891cfe6416455a0cfc81fe82902a9b82ea0a1d95089c676667d05487e45f5e04e3
-Size (go1.23.6.src.tar.gz) = 28179132 bytes
+BLAKE2s (go1.23.7.src.tar.gz) = fda562713c406d6f38739ee994d79f345315dbf4bd1042b1dfb463f18a562d55
+SHA512 (go1.23.7.src.tar.gz) = 79192b760ab6fcc9512fd879a9484a3566fdeec5eace36c54b728cd9cb033e7ac68065a42fc657b351a106d684b79fdbefbf682cf63209c0191e7e7c8c0a0147
+Size (go1.23.7.src.tar.gz) = 28181215 bytes
 SHA1 (patch-misc_ios_clangwrap.sh) = 28ea4426336155d6720f7e16b43f0207b47a6dd8
 SHA1 (patch-src_cmd_dist_build.go) = cbb9576f832806b0cbef121ea38ba6a54db95bc3
 SHA1 (patch-src_crypto_x509_root__bsd.go) = 0b5dead901450967109303f873a2696c65ccac35



Home | Main Index | Thread Index | Old Index