diff --git a/.gitignore b/.gitignore index 676941a..a2b446d 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /go1.5.1.src.tar.gz /go1.5.2.src.tar.gz /Mark.Twain-Tom.Sawyer.txt.bz2 +/go1.5.3.src.tar.gz diff --git a/golang.spec b/golang.spec index 6348496..21242f8 100644 --- a/golang.spec +++ b/golang.spec @@ -85,11 +85,11 @@ %endif %global go_api 1.5 -%global go_version 1.5.2 +%global go_version 1.5.3 Name: golang -Version: 1.5.2 -Release: 2%{?dist} +Version: 1.5.3 +Release: 1%{?dist} Summary: The Go Programming Language # source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain License: BSD and Public Domain @@ -271,11 +271,18 @@ Summary: Golang shared object libraries # disable TestCloneNEWUSERAndRemapNoRootDisableSetgroups %patch214 -p1 +%patch215 -p1 + %patch216 -p1 cp %{SOURCE1} "$(pwd)/src/compress/bzip2/testdata/Mark.Twain-Tom.Sawyer.txt.bz2" %build +# print out system information +uname -a +cat /proc/cpuinfo +cat /proc/meminfo + # bootstrap compiler GOROOT %if !%{golang_bootstrap} export GOROOT_BOOTSTRAP=/ @@ -478,6 +485,12 @@ fi %endif %changelog +* Thu Jan 14 2016 Jakub Čajka - 1.5.3-1 +- rebase to 1.5.3 +- resolves bz1293451, CVE-2015-8618 +- apply timezone patch, avoid using bundled data +- print out rpm build system info + * Fri Dec 11 2015 Jakub Čajka - 1.5.2-2 - bz1290543 Accept x509 certs with negative serial diff --git a/sources b/sources index 2940f56..d1149f9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -5317d2785056450be19dc9623356aefe go1.5.2.src.tar.gz +5c07bee28b57345e67c4dfa4074b83e8 go1.5.3.src.tar.gz 95da7ca97a8b8f5955fb7eb329784489 Mark.Twain-Tom.Sawyer.txt.bz2