re-enable the NIST P-224 curve
This commit is contained in:
parent
663103c2f1
commit
85dfe17917
File diff suppressed because it is too large
Load Diff
11
golang.spec
11
golang.spec
@ -91,7 +91,7 @@
|
|||||||
|
|
||||||
Name: golang
|
Name: golang
|
||||||
Version: 1.7.3
|
Version: 1.7.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: The Go Programming Language
|
Summary: The Go Programming Language
|
||||||
# source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain
|
# source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain
|
||||||
License: BSD and Public Domain
|
License: BSD and Public Domain
|
||||||
@ -119,9 +119,6 @@ Requires: go-srpm-macros
|
|||||||
|
|
||||||
Patch0: golang-1.2-verbose-build.patch
|
Patch0: golang-1.2-verbose-build.patch
|
||||||
|
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1038683
|
|
||||||
Patch1: golang-1.2-remove-ECC-p224.patch
|
|
||||||
|
|
||||||
# use the arch dependent path in the bootstrap
|
# use the arch dependent path in the bootstrap
|
||||||
Patch212: golang-1.5-bootstrap-binary-path.patch
|
Patch212: golang-1.5-bootstrap-binary-path.patch
|
||||||
|
|
||||||
@ -254,9 +251,6 @@ Summary: Golang shared object libraries
|
|||||||
# increase verbosity of build
|
# increase verbosity of build
|
||||||
%patch0 -p1 -b .verbose
|
%patch0 -p1 -b .verbose
|
||||||
|
|
||||||
# remove the P224 curve
|
|
||||||
%patch1 -p1 -b .curve
|
|
||||||
|
|
||||||
# use the arch dependent path in the bootstrap
|
# use the arch dependent path in the bootstrap
|
||||||
%patch212 -p1 -b .bootstrap
|
%patch212 -p1 -b .bootstrap
|
||||||
|
|
||||||
@ -486,6 +480,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 17 2016 Tom Callaway <spot@fedoraproject.org> - 1.7.3-2
|
||||||
|
- re-enable the NIST P-224 curve
|
||||||
|
|
||||||
* Thu Oct 20 2016 Jakub Čajka <jcajka@redhat.com> - 1.7.3-1
|
* Thu Oct 20 2016 Jakub Čajka <jcajka@redhat.com> - 1.7.3-1
|
||||||
- Resolves: BZ#1387067 - golang-1.7.3 is available
|
- Resolves: BZ#1387067 - golang-1.7.3 is available
|
||||||
- added fix for tests failing with latest tzdata
|
- added fix for tests failing with latest tzdata
|
||||||
|
Loading…
Reference in New Issue
Block a user