Go

~canonical-is-delta/golang/+git/golang-deb:debian/1.15/buster-backports

Last commit made on 2023-02-13
Get this branch:
git clone -b debian/1.15/buster-backports https://git.launchpad.net/~canonical-is-delta/golang/+git/golang-deb

Branch merges

Branch information

Name:
debian/1.15/buster-backports
Repository:
lp:~canonical-is-delta/golang/+git/golang-deb

Recent commits

4718968... by Shengjing Zhu

Update changelog for 1.15.15-1~deb11u4~bpo10+1 release

2f58c09... by Shengjing Zhu

Merge tag 'debian/1.15.15-1_deb11u4' into debian/1.15/buster-backports

golang-1.15 Debian release 1.15.15-1~deb11u4

0745ef0... by Shengjing Zhu

Update changelog for 1.15.15-1~deb11u4 release

339257b... by Shengjing Zhu

Backport patch for CVE-2022-24921:

regexp: stack exhaustion compiling deeply nested expressions

f511f61... by Shengjing Zhu

Update changelog for 1.15.15-1~deb11u3 release

eff6ec8... by Shengjing Zhu

Backport patches for CVE-2022-23806 CVE-2022-23772 CVE-2022-23773

+ CVE-2022-23806: crypto/elliptic: fix IsOnCurve for big.Int values
  that are not valid coordinates
+ CVE-2022-23772: math/big: prevent large memory consumption in
  Rat.SetString
+ CVE-2022-23773: cmd/go: prevent branches from materializing into versions

f6b0a27... by Shengjing Zhu

Fix debian-changelog-line-too-long

dc6a55c... by Shengjing Zhu

Update changelog for 1.15.15-1~deb11u2 release

80ea85d... by Shengjing Zhu

Backport patch for CVE-2021-44717

syscall: don’t close fd 0 on ForkExec error

d03d192... by Shengjing Zhu

Backport patch for CVE-2021-44716

net/http: limit growth of header canonicalization cache