From: Tianling Shen Date: Wed, 5 Feb 2025 08:05:43 +0000 (+0800) Subject: golang: Update to 1.23.6 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=86b01442111b6cdf2a0eb10d603289569ee53d6a;p=feed%2Fpackages.git golang: Update to 1.23.6 go1.23.5 (released 2025-01-16) includes security fixes to the crypto/x509 and net/http packages, as well as bug fixes to the compiler, the runtime, and the net package. go1.23.6 (released 2025-02-04) includes security fixes to the crypto/elliptic package, as well as bug fixes to the compiler and the go command. Signed-off-by: Tianling Shen --- diff --git a/lang/golang/golang/Makefile b/lang/golang/golang/Makefile index 4ff73021dd..b00ea8509b 100644 --- a/lang/golang/golang/Makefile +++ b/lang/golang/golang/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk GO_VERSION_MAJOR_MINOR:=1.23 -GO_VERSION_PATCH:=4 +GO_VERSION_PATCH:=6 PKG_NAME:=golang PKG_VERSION:=$(GO_VERSION_MAJOR_MINOR)$(if $(GO_VERSION_PATCH),.$(GO_VERSION_PATCH)) @@ -20,7 +20,7 @@ GO_SOURCE_URLS:=https://dl.google.com/go/ \ PKG_SOURCE:=go$(PKG_VERSION).src.tar.gz PKG_SOURCE_URL:=$(GO_SOURCE_URLS) -PKG_HASH:=ad345ac421e90814293a9699cca19dd5238251c3f687980bbcae28495b263531 +PKG_HASH:=039c5b04e65279daceee8a6f71e70bd05cf5b801782b6f77c6e19e2ed0511222 PKG_MAINTAINER:=Jeffery To PKG_LICENSE:=BSD-3-Clause