From 247311e7337800f6b62d34d4b0a85e986e6a1f69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8Cajka?= Date: Mon, 26 Aug 2019 10:20:11 +0200 Subject: [PATCH 1/7] Rebase to 1.12.9 Fix for CVE-2019-14809, CVE-2019-9514 and CVE-2019-9512 Resolves: BZ#1741816, BZ#1741827 and BZ#1743131 --- .gitignore | 1 + golang.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 12e50aa..a26f4fa 100644 --- a/.gitignore +++ b/.gitignore @@ -70,3 +70,4 @@ /go1.12.5.src.tar.gz /go1.12.6.src.tar.gz /go1.12.7.src.tar.gz +/go1.12.9.src.tar.gz diff --git a/golang.spec b/golang.spec index 9cc85e8..55ddc81 100644 --- a/golang.spec +++ b/golang.spec @@ -102,10 +102,10 @@ %endif %global go_api 1.12 -%global go_version 1.12.7 +%global go_version 1.12.9 Name: golang -Version: 1.12.7 +Version: 1.12.9 Release: 1%{?dist} Summary: The Go Programming Language # source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain @@ -546,6 +546,11 @@ fi %endif %changelog +* Mon Aug 26 2019 Jakub Čajka - 1.12.9-1 +- Rebase to 1.12.9 +- Fix for CVE-2019-14809, CVE-2019-9514 and CVE-2019-9512 +- Resolves: BZ#1741816, BZ#1741827 and BZ#1743131 + * Tue Jul 09 2019 Jakub Čajka - 1.12.7-1 - Rebase to 1.12.7 - Resolves: BZ#1728056 diff --git a/sources b/sources index e5b609e..19a16cc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (go1.12.7.src.tar.gz) = f84c6b89dea9df21f0efa07564eb80baeee5bc2d68cced5fd645ebb32e9317e60b657afe011c81e7739d8a93e4b4dafa0b4f78431a009d36e05de55f89ed0fd6 +SHA512 (go1.12.9.src.tar.gz) = 57041e7fb767f528aa9fc2592d205d3a7c120c73f92dc8d91f17f816e12aa6152c8421b333081800a5f50b1bb656f203a25faf8ed92c69a6ec164ce0a5619c13 From 95d13fd079fe24cce4a3d29cd1e8742508dcebb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8Cajka?= Date: Mon, 30 Sep 2019 12:50:21 +0200 Subject: [PATCH 2/7] Rebase to 1.12.10 Fix for CVE-2019-16276 Resolves: BZ#1755970 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub Čajka --- .gitignore | 1 + golang.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a26f4fa..6ecda33 100644 --- a/.gitignore +++ b/.gitignore @@ -71,3 +71,4 @@ /go1.12.6.src.tar.gz /go1.12.7.src.tar.gz /go1.12.9.src.tar.gz +/go1.12.10.src.tar.gz diff --git a/golang.spec b/golang.spec index 55ddc81..17937ad 100644 --- a/golang.spec +++ b/golang.spec @@ -102,10 +102,10 @@ %endif %global go_api 1.12 -%global go_version 1.12.9 +%global go_version 1.12.10 Name: golang -Version: 1.12.9 +Version: 1.12.10 Release: 1%{?dist} Summary: The Go Programming Language # source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain @@ -546,6 +546,11 @@ fi %endif %changelog +* Mon Sep 30 2019 Jakub Čajka - 1.12.10-1 +- Rebase to 1.12.10 +- Fix for CVE-2019-16276 +- Resolves: BZ#1755970 + * Mon Aug 26 2019 Jakub Čajka - 1.12.9-1 - Rebase to 1.12.9 - Fix for CVE-2019-14809, CVE-2019-9514 and CVE-2019-9512 diff --git a/sources b/sources index 19a16cc..ea593de 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (go1.12.9.src.tar.gz) = 57041e7fb767f528aa9fc2592d205d3a7c120c73f92dc8d91f17f816e12aa6152c8421b333081800a5f50b1bb656f203a25faf8ed92c69a6ec164ce0a5619c13 +SHA512 (go1.12.10.src.tar.gz) = 9d40cf8d71daffe43f5872597b316cd1150ae640d852ff0f0be3126cc7bb40b9a0290bb02d7fabdf808f40ab3f67a56d2eaeba3b32299fa9b0a3df03899f6ac2 From 33cad86b0f507b6399a0f18088156841889a79c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8Cajka?= Date: Wed, 30 Oct 2019 07:38:31 +0100 Subject: [PATCH 3/7] Rebase to 1.12.12 Fix for CVE-2019-17596 Resolves: BZ#1763312 --- .gitignore | 1 + golang.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6ecda33..7ce574d 100644 --- a/.gitignore +++ b/.gitignore @@ -72,3 +72,4 @@ /go1.12.7.src.tar.gz /go1.12.9.src.tar.gz /go1.12.10.src.tar.gz +/go1.12.12.src.tar.gz diff --git a/golang.spec b/golang.spec index 17937ad..d0b83cd 100644 --- a/golang.spec +++ b/golang.spec @@ -102,10 +102,10 @@ %endif %global go_api 1.12 -%global go_version 1.12.10 +%global go_version 1.12.12 Name: golang -Version: 1.12.10 +Version: 1.12.12 Release: 1%{?dist} Summary: The Go Programming Language # source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain @@ -546,6 +546,11 @@ fi %endif %changelog +* Sun Oct 20 2019 Jakub Čajka - 1.12.12-1 +- Rebase to 1.12.12 +- Fix for CVE-2019-17596 +- Resolves: BZ#1763312 + * Mon Sep 30 2019 Jakub Čajka - 1.12.10-1 - Rebase to 1.12.10 - Fix for CVE-2019-16276 diff --git a/sources b/sources index ea593de..a4df925 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (go1.12.10.src.tar.gz) = 9d40cf8d71daffe43f5872597b316cd1150ae640d852ff0f0be3126cc7bb40b9a0290bb02d7fabdf808f40ab3f67a56d2eaeba3b32299fa9b0a3df03899f6ac2 +SHA512 (go1.12.12.src.tar.gz) = f173adbe1ad1c5c422a3374aa15d49881059b67cdca61b56ddc477a1b178cf418853aff78c3acec46194e60726805e53d8ac8466780343eb205a2a7285960995 From b35d03b0e4717bdecf9a55f8d17d40e11f5d7be3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8Cajka?= Date: Fri, 1 Nov 2019 21:47:44 +0100 Subject: [PATCH 4/7] Rebase to go1.12.13 --- .gitignore | 1 + golang.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7ce574d..13a237c 100644 --- a/.gitignore +++ b/.gitignore @@ -73,3 +73,4 @@ /go1.12.9.src.tar.gz /go1.12.10.src.tar.gz /go1.12.12.src.tar.gz +/go1.12.13.src.tar.gz diff --git a/golang.spec b/golang.spec index d0b83cd..9ba629e 100644 --- a/golang.spec +++ b/golang.spec @@ -102,10 +102,10 @@ %endif %global go_api 1.12 -%global go_version 1.12.12 +%global go_version 1.12.13 Name: golang -Version: 1.12.12 +Version: 1.12.13 Release: 1%{?dist} Summary: The Go Programming Language # source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain @@ -546,6 +546,9 @@ fi %endif %changelog +* Fri Nov 01 2019 Jakub Čajka - 1.12.13-1 +- Rebase 1.12.13 + * Sun Oct 20 2019 Jakub Čajka - 1.12.12-1 - Rebase to 1.12.12 - Fix for CVE-2019-17596 diff --git a/sources b/sources index a4df925..6a88e32 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (go1.12.12.src.tar.gz) = f173adbe1ad1c5c422a3374aa15d49881059b67cdca61b56ddc477a1b178cf418853aff78c3acec46194e60726805e53d8ac8466780343eb205a2a7285960995 +SHA512 (go1.12.13.src.tar.gz) = a8210ba909c1bb26799625bbf648204dbef5a9f91af323277f76caee489f5912a08e9de686b71fe97d30c7dc171d5f4bcf8a2c2227d02353cfbb7d292c9efc22 From 89f2b161f5e2f30bff3a33ffafa509500c6b2f56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8Cajka?= Date: Mon, 9 Dec 2019 12:35:16 +0100 Subject: [PATCH 5/7] Rebase to 1.12.14 --- .gitignore | 1 + golang.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 13a237c..0bbb7e3 100644 --- a/.gitignore +++ b/.gitignore @@ -74,3 +74,4 @@ /go1.12.10.src.tar.gz /go1.12.12.src.tar.gz /go1.12.13.src.tar.gz +/go1.12.14.src.tar.gz diff --git a/golang.spec b/golang.spec index 9ba629e..15f36fa 100644 --- a/golang.spec +++ b/golang.spec @@ -102,10 +102,10 @@ %endif %global go_api 1.12 -%global go_version 1.12.13 +%global go_version 1.12.14 Name: golang -Version: 1.12.13 +Version: 1.12.14 Release: 1%{?dist} Summary: The Go Programming Language # source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain @@ -546,8 +546,11 @@ fi %endif %changelog +* Mon Dec 09 2019 Jakub Čajka - 1.12.14-1 +- Rebase to 1.12.14 + * Fri Nov 01 2019 Jakub Čajka - 1.12.13-1 -- Rebase 1.12.13 +- Rebase to 1.12.13 * Sun Oct 20 2019 Jakub Čajka - 1.12.12-1 - Rebase to 1.12.12 diff --git a/sources b/sources index 6a88e32..e8227b0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (go1.12.13.src.tar.gz) = a8210ba909c1bb26799625bbf648204dbef5a9f91af323277f76caee489f5912a08e9de686b71fe97d30c7dc171d5f4bcf8a2c2227d02353cfbb7d292c9efc22 +SHA512 (go1.12.14.src.tar.gz) = 6cd225282fbade8bd7e96789744c7db07f223f5309358ca3768c95c34a099b44bd9ba9adc2ce293a5bbd608237ae6473b86e7bb451db395c647809fc2750dd4c From 5bba784b0ea8b6e1a2f26538ad0df2b6974eef41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8Cajka?= Date: Tue, 14 Jan 2020 15:17:33 +0100 Subject: [PATCH 6/7] Rebase to 1.12.15 --- .gitignore | 1 + golang.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0bbb7e3..75383b5 100644 --- a/.gitignore +++ b/.gitignore @@ -75,3 +75,4 @@ /go1.12.12.src.tar.gz /go1.12.13.src.tar.gz /go1.12.14.src.tar.gz +/go1.12.15.src.tar.gz diff --git a/golang.spec b/golang.spec index 15f36fa..916cb74 100644 --- a/golang.spec +++ b/golang.spec @@ -102,10 +102,10 @@ %endif %global go_api 1.12 -%global go_version 1.12.14 +%global go_version 1.12.15 Name: golang -Version: 1.12.14 +Version: 1.12.15 Release: 1%{?dist} Summary: The Go Programming Language # source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain @@ -546,6 +546,9 @@ fi %endif %changelog +* Tue Jan 14 2020 Jakub Čajka - 1.12.15-1 +- Rebase to 1.12.15 + * Mon Dec 09 2019 Jakub Čajka - 1.12.14-1 - Rebase to 1.12.14 diff --git a/sources b/sources index e8227b0..ed74fb5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (go1.12.14.src.tar.gz) = 6cd225282fbade8bd7e96789744c7db07f223f5309358ca3768c95c34a099b44bd9ba9adc2ce293a5bbd608237ae6473b86e7bb451db395c647809fc2750dd4c +SHA512 (go1.12.15.src.tar.gz) = 887e331c73b9d174e4a707a85be389fa0de43c77bc191ef5e0fe326ac7285374404450ca081cb8e92514a973d25d0314ca74eb17c8e53f8386e1798edd9d41aa From 47875d25fcaafec3ea4b76e76ca2ea28a668e28e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8Cajka?= Date: Fri, 31 Jan 2020 10:04:53 +0100 Subject: [PATCH 7/7] Rebase to 1.12.17 --- .gitignore | 2 ++ golang.spec | 7 +++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 75383b5..f0e1f6f 100644 --- a/.gitignore +++ b/.gitignore @@ -76,3 +76,5 @@ /go1.12.13.src.tar.gz /go1.12.14.src.tar.gz /go1.12.15.src.tar.gz +/go1.12.16.src.tar.gz +/go1.12.17.src.tar.gz diff --git a/golang.spec b/golang.spec index 916cb74..7224d37 100644 --- a/golang.spec +++ b/golang.spec @@ -102,10 +102,10 @@ %endif %global go_api 1.12 -%global go_version 1.12.15 +%global go_version 1.12.17 Name: golang -Version: 1.12.15 +Version: 1.12.17 Release: 1%{?dist} Summary: The Go Programming Language # source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain @@ -546,6 +546,9 @@ fi %endif %changelog +* Mon Mar 23 2020 Jakub Čajka - 1.12.17-1 +- Rebase to 1.12.17 + * Tue Jan 14 2020 Jakub Čajka - 1.12.15-1 - Rebase to 1.12.15 diff --git a/sources b/sources index ed74fb5..73d0d48 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (go1.12.15.src.tar.gz) = 887e331c73b9d174e4a707a85be389fa0de43c77bc191ef5e0fe326ac7285374404450ca081cb8e92514a973d25d0314ca74eb17c8e53f8386e1798edd9d41aa +SHA512 (go1.12.17.src.tar.gz) = 069f8f445d9d2268ebb14b2446fab34843d56283c04561636d122fd8b4c1ea0b63640a84437db7a7be71039440ffe170cd3f8025b03b0acf95f2a56fa2febec6