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:           Wed May 11 19:00:55 UTC 2022

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

Log Message:
go118: update to 1.18.2 (security)

go1.18.2 (released 2022-05-10) includes security fixes to the syscall package,
as well as bug fixes to the compiler, runtime, the go command, and the
crypto/x509, go/types, net/http/httptest, reflect, and sync/atomic packages.
See the Go 1.18.2 milestone on our issue tracker for details.


To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 pkgsrc/lang/go/version.mk
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/go118/PLIST pkgsrc/lang/go118/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.148 pkgsrc/lang/go/version.mk:1.149
--- pkgsrc/lang/go/version.mk:1.148     Wed May 11 18:39:42 2022
+++ pkgsrc/lang/go/version.mk   Wed May 11 19:00:55 2022
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.148 2022/05/11 18:39:42 bsiegert Exp $
+# $NetBSD: version.mk,v 1.149 2022/05/11 19:00:55 bsiegert Exp $
 
 #
 # If bsd.prefs.mk is included before go-package.mk in a package, then this
@@ -6,7 +6,7 @@
 #
 .include "go-vars.mk"
 
-GO118_VERSION= 1.18.1
+GO118_VERSION= 1.18.2
 GO117_VERSION= 1.17.10
 GO116_VERSION= 1.16.15
 GO110_VERSION= 1.10.8

Index: pkgsrc/lang/go118/PLIST
diff -u pkgsrc/lang/go118/PLIST:1.2 pkgsrc/lang/go118/PLIST:1.3
--- pkgsrc/lang/go118/PLIST:1.2 Wed Apr 13 07:46:56 2022
+++ pkgsrc/lang/go118/PLIST     Wed May 11 19:00:55 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2022/04/13 07:46:56 bsiegert Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/05/11 19:00:55 bsiegert Exp $
 bin/go${GOVERSSUFFIX}
 bin/gofmt${GOVERSSUFFIX}
 go118/AUTHORS
@@ -1869,6 +1869,7 @@ go118/src/cmd/compile/internal/types2/te
 go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51593.go2
 go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51607.go2
 go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue51658.go2
+go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue52529.go2
 go118/src/cmd/compile/internal/types2/testdata/fixedbugs/issue6977.src
 go118/src/cmd/compile/internal/types2/testdata/manual.go2
 go118/src/cmd/compile/internal/types2/testdata/spec/assignability.go2
@@ -2413,6 +2414,7 @@ go118/src/cmd/go/testdata/script/bug.txt
 go118/src/cmd/go/testdata/script/build_GOTMPDIR.txt
 go118/src/cmd/go/testdata/script/build_acl_windows.txt
 go118/src/cmd/go/testdata/script/build_arm.txt
+go118/src/cmd/go/testdata/script/build_buildvcs_auto.txt
 go118/src/cmd/go/testdata/script/build_cache_arch_mode.txt
 go118/src/cmd/go/testdata/script/build_cache_compile.txt
 go118/src/cmd/go/testdata/script/build_cache_disabled.txt
@@ -2836,6 +2838,7 @@ go118/src/cmd/go/testdata/script/mod_ret
 go118/src/cmd/go/testdata/script/mod_retract_rename.txt
 go118/src/cmd/go/testdata/script/mod_retract_replace.txt
 go118/src/cmd/go/testdata/script/mod_retract_versions.txt
+go118/src/cmd/go/testdata/script/mod_run_issue52331.txt
 go118/src/cmd/go/testdata/script/mod_run_nonmain.txt
 go118/src/cmd/go/testdata/script/mod_run_path.txt
 go118/src/cmd/go/testdata/script/mod_run_pkg_version.txt
@@ -5496,6 +5499,7 @@ go118/src/go/types/testdata/fixedbugs/is
 go118/src/go/types/testdata/fixedbugs/issue51593.go2
 go118/src/go/types/testdata/fixedbugs/issue51658.go2
 go118/src/go/types/testdata/fixedbugs/issue52031.go
+go118/src/go/types/testdata/fixedbugs/issue52529.go2
 go118/src/go/types/testdata/fixedbugs/issue6977.src
 go118/src/go/types/testdata/manual.go2
 go118/src/go/types/testdata/spec/assignability.go2
@@ -7299,8 +7303,8 @@ go118/src/runtime/example_test.go
 go118/src/runtime/export_aix_test.go
 go118/src/runtime/export_arm_test.go
 go118/src/runtime/export_darwin_test.go
-go118/src/runtime/export_debug_regabiargs_off_test.go
-go118/src/runtime/export_debug_regabiargs_on_test.go
+go118/src/runtime/export_debug_amd64_test.go
+go118/src/runtime/export_debug_arm64_test.go
 go118/src/runtime/export_debug_test.go
 go118/src/runtime/export_debuglog_test.go
 go118/src/runtime/export_linux_test.go
@@ -10769,6 +10773,7 @@ go118/test/fixedbugs/issue5162.go
 go118/test/fixedbugs/issue5172.go
 go118/test/fixedbugs/issue51839.go
 go118/test/fixedbugs/issue5231.go
+go118/test/fixedbugs/issue52438.go
 go118/test/fixedbugs/issue5244.go
 go118/test/fixedbugs/issue5259.dir/bug.go
 go118/test/fixedbugs/issue5259.dir/main.go
@@ -10776,6 +10781,7 @@ go118/test/fixedbugs/issue5259.go
 go118/test/fixedbugs/issue5260.dir/a.go
 go118/test/fixedbugs/issue5260.dir/b.go
 go118/test/fixedbugs/issue5260.go
+go118/test/fixedbugs/issue52612.go
 go118/test/fixedbugs/issue5291.dir/pkg1.go
 go118/test/fixedbugs/issue5291.dir/prog.go
 go118/test/fixedbugs/issue5291.go
@@ -11612,12 +11618,18 @@ go118/test/typeparam/issue51423.dir/b.go
 go118/test/typeparam/issue51423.go
 go118/test/typeparam/issue51522a.go
 go118/test/typeparam/issue51522b.go
+go118/test/typeparam/issue51700.go
 go118/test/typeparam/issue51733.go
 go118/test/typeparam/issue51765.go
 go118/test/typeparam/issue51836.dir/a.go
 go118/test/typeparam/issue51836.dir/aa.go
 go118/test/typeparam/issue51836.dir/p.go
 go118/test/typeparam/issue51836.go
+go118/test/typeparam/issue52026.go
+go118/test/typeparam/issue52117.dir/a.go
+go118/test/typeparam/issue52117.dir/b.go
+go118/test/typeparam/issue52117.go
+go118/test/typeparam/issue52228.go
 go118/test/typeparam/list.go
 go118/test/typeparam/list2.go
 go118/test/typeparam/listimp.dir/a.go
Index: pkgsrc/lang/go118/distinfo
diff -u pkgsrc/lang/go118/distinfo:1.2 pkgsrc/lang/go118/distinfo:1.3
--- pkgsrc/lang/go118/distinfo:1.2      Wed Apr 13 07:46:56 2022
+++ pkgsrc/lang/go118/distinfo  Wed May 11 19:00:55 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2022/04/13 07:46:56 bsiegert Exp $
+$NetBSD: distinfo,v 1.3 2022/05/11 19:00:55 bsiegert Exp $
 
-BLAKE2s (go1.18.1.src.tar.gz) = 90afdcd66edadc9f649954af31f4dbfd116b2e94f4c2815f089766cc55c706bb
-SHA512 (go1.18.1.src.tar.gz) = baa053e2d713b235b9285c946b4f0842085a5224d1f4cbe92a446fbf97ed9f7289c8d4ba212fb31dd2e4eac39bb4c015f478543a1856594c2d1fc331c946f571
-Size (go1.18.1.src.tar.gz) = 22834149 bytes
+BLAKE2s (go1.18.2.src.tar.gz) = 770d1b0c7874bcae1990ba7ab7d8fa519cc1e460efa6a7fe4cf4863ac969a02c
+SHA512 (go1.18.2.src.tar.gz) = 9214cbc051cf26b49ab1bd4d8d30b060865944b831578a9ea7fcfe33f84009f77932a39f2948efbfc412b151e4734a3bc1f8332f3bea11b35a912b0e23a4118f
+Size (go1.18.2.src.tar.gz) = 22837686 bytes
 SHA1 (patch-misc_ios_clangwrap.sh) = 0a06403609cb7bce2e6f65444fd322f486761afe
 SHA1 (patch-src_cmd_dist_util.go) = 2d9c2f59e27672d56f5f1a0e3f9d5101a05546a7
 SHA1 (patch-src_crypto_x509_root__bsd.go) = 0b5dead901450967109303f873a2696c65ccac35



Home | Main Index | Thread Index | Old Index