From 85c5fb262c1e8f09aa7751a18152b737631a585e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8Cajka?= Date: Thu, 30 Jan 2020 14:21:27 +0100 Subject: [PATCH 1/7] Rebase to go1.13.9 Fix for CVE-2020-7919 Resolves: BZ#1808044 --- .gitignore | 2 ++ golang.spec | 11 ++++++++--- sources | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2f45c1b..6b2f0e7 100644 --- a/.gitignore +++ b/.gitignore @@ -79,3 +79,5 @@ /go1.13.4.src.tar.gz /go1.13.5.src.tar.gz /go1.13.6.src.tar.gz +/go1.13.7.src.tar.gz +/go1.13.9.src.tar.gz diff --git a/golang.spec b/golang.spec index 976b80b..a5fd941 100644 --- a/golang.spec +++ b/golang.spec @@ -105,10 +105,10 @@ %endif %global go_api 1.13 -%global go_version 1.13.6 +%global go_version 1.13.9 Name: golang -Version: 1.13.6 +Version: 1.13.9 Release: 1%{?dist} Summary: The Go Programming Language # source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain @@ -581,7 +581,12 @@ fi %endif %changelog -* Mon Jan 13 2020 Jakub Čajka - 1.13.6-1 +* Mon Mar 30 2020 Jakub Čajka - 1.13.9-1 +- Rebase to go1.13.9 +- Fix for CVE-2020-0601 and CVE-2020-7919 +- Resolves: + +* Mon Jan 13 2020 Jakub Čajka - 1.13.6-1 - Rebase to go1.13.6 * Thu Dec 05 2019 Jakub Čajka - 1.13.5-1 diff --git a/sources b/sources index e30151f..d20c902 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (go1.13.6.src.tar.gz) = dffb6e06eea0b1541901dfbed8d28e8cc1eac3184dc40a19ed3637737df796a67a2e7170b228e1003d36b14e6f0f13bb8be9d2a702834a9c06228d1821659528 +SHA512 (go1.13.9.src.tar.gz) = 0034ec394141e2c19941bf839cad93992c175476e3f3fa7b483c919aeea01fa4e0136eb8dd87a3158b911c04ded98a3c4960975a13280f1be076eb8f51464a98 From 8f8a5ff9576065657a8fdef6e46e7c85060dbe78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8Cajka?= Date: Tue, 31 Mar 2020 12:59:40 +0200 Subject: [PATCH 2/7] Fix change log --- golang.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/golang.spec b/golang.spec index a5fd941..b908269 100644 --- a/golang.spec +++ b/golang.spec @@ -583,8 +583,8 @@ fi %changelog * Mon Mar 30 2020 Jakub Čajka - 1.13.9-1 - Rebase to go1.13.9 -- Fix for CVE-2020-0601 and CVE-2020-7919 -- Resolves: +- Fix for CVE-2020-7919 +- Resolves: BZ#1808044 * Mon Jan 13 2020 Jakub Čajka - 1.13.6-1 - Rebase to go1.13.6 From fda316437979cddacb3de8bd6f8e7963b7079d1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8Cajka?= Date: Mon, 20 Apr 2020 20:05:49 +0200 Subject: [PATCH 3/7] Rebase to go1.13.10 --- .gitignore | 1 + golang.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6b2f0e7..f06e411 100644 --- a/.gitignore +++ b/.gitignore @@ -81,3 +81,4 @@ /go1.13.6.src.tar.gz /go1.13.7.src.tar.gz /go1.13.9.src.tar.gz +/go1.13.10.src.tar.gz diff --git a/golang.spec b/golang.spec index b908269..4e39acc 100644 --- a/golang.spec +++ b/golang.spec @@ -105,10 +105,10 @@ %endif %global go_api 1.13 -%global go_version 1.13.9 +%global go_version 1.13.10 Name: golang -Version: 1.13.9 +Version: 1.13.10 Release: 1%{?dist} Summary: The Go Programming Language # source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain @@ -581,6 +581,9 @@ fi %endif %changelog +* Mon Apr 20 2020 Jakub Čajka - 1.13.10-1 +- Rebase to go1.13.10 + * Mon Mar 30 2020 Jakub Čajka - 1.13.9-1 - Rebase to go1.13.9 - Fix for CVE-2020-7919 diff --git a/sources b/sources index d20c902..e0e14b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (go1.13.9.src.tar.gz) = 0034ec394141e2c19941bf839cad93992c175476e3f3fa7b483c919aeea01fa4e0136eb8dd87a3158b911c04ded98a3c4960975a13280f1be076eb8f51464a98 +SHA512 (go1.13.10.src.tar.gz) = 9e020dd89ab6201c4cbb893caecc0b077d5fbb2e10381e1b76a29ddc18c141d8db67a1b0f607ed915b0e9c40c4fb2c65b0319472535892534a31ad962e72fe05 From 62b1543a88f5f96e336f286d73389ebb48c910b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20S=C3=A1ez?= Date: Mon, 18 May 2020 20:03:09 +0200 Subject: [PATCH 4/7] Rebase to go1.13.11 --- golang.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/golang.spec b/golang.spec index 4e39acc..2c2cbdc 100644 --- a/golang.spec +++ b/golang.spec @@ -105,10 +105,10 @@ %endif %global go_api 1.13 -%global go_version 1.13.10 +%global go_version 1.13.11 Name: golang -Version: 1.13.10 +Version: 1.13.11 Release: 1%{?dist} Summary: The Go Programming Language # source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain @@ -581,6 +581,9 @@ fi %endif %changelog +* Mon May 18 2020 Álex Sáez - 1.13.11-1 +- Rebase to go1.13.11 + * Mon Apr 20 2020 Jakub Čajka - 1.13.10-1 - Rebase to go1.13.10 From 3f1710e2ebaee5c110e4d3ad5635359010f9d6ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8Cajka?= Date: Wed, 20 May 2020 19:04:42 +0200 Subject: [PATCH 5/7] New sources --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f06e411..958123e 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,4 @@ /go1.13.7.src.tar.gz /go1.13.9.src.tar.gz /go1.13.10.src.tar.gz +/go1.13.11.src.tar.gz diff --git a/sources b/sources index e0e14b8..a73e449 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (go1.13.10.src.tar.gz) = 9e020dd89ab6201c4cbb893caecc0b077d5fbb2e10381e1b76a29ddc18c141d8db67a1b0f607ed915b0e9c40c4fb2c65b0319472535892534a31ad962e72fe05 +SHA512 (go1.13.11.src.tar.gz) = 2342e70779d2d5a77da00815078e8ed4f00ed5cc0509e332e4d46eb441f0a50e7697b7afe3ba0b12c3be697b9beb6650c196f0e603d602d255e4415a703ed7df From 69ff2bc2116ef3937f34e337d4909e37614188c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8Cajka?= Date: Mon, 20 Jul 2020 14:42:35 +0200 Subject: [PATCH 6/7] Rebase to go1.13.14 Fix for CVE-2020-14040 and CVE-2020-15586 Resolves: BZ#1853653, BZ#1856957 --- .gitignore | 1 + golang.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 958123e..e3988d3 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,4 @@ /go1.13.9.src.tar.gz /go1.13.10.src.tar.gz /go1.13.11.src.tar.gz +/go1.13.14.src.tar.gz diff --git a/golang.spec b/golang.spec index 2c2cbdc..808ecbb 100644 --- a/golang.spec +++ b/golang.spec @@ -105,10 +105,10 @@ %endif %global go_api 1.13 -%global go_version 1.13.11 +%global go_version 1.13.14 Name: golang -Version: 1.13.11 +Version: 1.13.14 Release: 1%{?dist} Summary: The Go Programming Language # source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain @@ -581,6 +581,11 @@ fi %endif %changelog +* Mon Jul 20 2020 Jakub Čajka - 1.13.14-1 +- Rebase to go1.13.14 +- Fix for CVE-2020-14040 and CVE-2020-15586 +- Resolves: BZ#1853653, BZ#1856957 + * Mon May 18 2020 Álex Sáez - 1.13.11-1 - Rebase to go1.13.11 diff --git a/sources b/sources index a73e449..1c4e814 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (go1.13.11.src.tar.gz) = 2342e70779d2d5a77da00815078e8ed4f00ed5cc0509e332e4d46eb441f0a50e7697b7afe3ba0b12c3be697b9beb6650c196f0e603d602d255e4415a703ed7df +SHA512 (go1.13.14.src.tar.gz) = 49dd28394333eaa7676fdf530d2fc18a645546c814fbe9247c9613e36529eb23634816b5c84574fea1cd9191fa86e684130e75dc70545344851c6b47c846558d From 163a4e95f0052cab06bc962ce3a40a91fe62cb9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20S=C3=A1ez?= Date: Mon, 31 Aug 2020 13:09:11 +0200 Subject: [PATCH 7/7] Rebase to go1.13.15 --- .gitignore | 1 + golang.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e3988d3..4e86f97 100644 --- a/.gitignore +++ b/.gitignore @@ -84,3 +84,4 @@ /go1.13.10.src.tar.gz /go1.13.11.src.tar.gz /go1.13.14.src.tar.gz +/go1.13.15.src.tar.gz diff --git a/golang.spec b/golang.spec index 808ecbb..803daa4 100644 --- a/golang.spec +++ b/golang.spec @@ -105,10 +105,10 @@ %endif %global go_api 1.13 -%global go_version 1.13.14 +%global go_version 1.13.15 Name: golang -Version: 1.13.14 +Version: 1.13.15 Release: 1%{?dist} Summary: The Go Programming Language # source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain @@ -581,6 +581,9 @@ fi %endif %changelog +* Mon Aug 31 2020 Alejandro Sáez - 1.13.15-1 +- Rebase to go1.13.15 + * Mon Jul 20 2020 Jakub Čajka - 1.13.14-1 - Rebase to go1.13.14 - Fix for CVE-2020-14040 and CVE-2020-15586 diff --git a/sources b/sources index 1c4e814..a807649 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (go1.13.14.src.tar.gz) = 49dd28394333eaa7676fdf530d2fc18a645546c814fbe9247c9613e36529eb23634816b5c84574fea1cd9191fa86e684130e75dc70545344851c6b47c846558d +SHA512 (go1.13.15.src.tar.gz) = 35d3e7aaef1b0fc6ab684bb7352da3a23194115331ba7d1543225c35939cafcd437f454519aac38182cb8f222723ed9a297f9da566075b5e4079be26952a21e3