rebase to 1.5.3

resolves bz1293451, CVE-2015-8618
This commit is contained in:
Jakub Čajka 2016-01-14 15:13:23 +01:00
parent 85525165e1
commit 672b8a1217
3 changed files with 18 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <jcajka@redhat.com> - 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 <jcajka@redhat.com> - 1.5.2-2
- bz1290543 Accept x509 certs with negative serial

View File

@ -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