re-enable p224 curve (see BZ#1038683)
This commit is contained in:
parent
28634a4d32
commit
2bde97f8e2
File diff suppressed because it is too large
Load Diff
10
golang.spec
10
golang.spec
@ -89,7 +89,7 @@
|
|||||||
|
|
||||||
Name: golang
|
Name: golang
|
||||||
Version: 1.5.4
|
Version: 1.5.4
|
||||||
Release: 3%{?dist}
|
Release: 4%{?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
|
||||||
@ -120,8 +120,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
|
|
||||||
# Accept x509 certs with negative serial
|
# Accept x509 certs with negative serial
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1290543
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1290543
|
||||||
# https://github.com/golang/go/issues/8265
|
# https://github.com/golang/go/issues/8265
|
||||||
@ -260,9 +258,6 @@ Summary: Golang shared object libraries
|
|||||||
# increase verbosity of build
|
# increase verbosity of build
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
# remove the P224 curve
|
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
|
|
||||||
%patch3 -p1 -b .httpoxy
|
%patch3 -p1 -b .httpoxy
|
||||||
@ -486,6 +481,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 18 2016 Jakub Čajka <jcajka@redhat.com> - 1.5.4-4
|
||||||
|
- re-enable p224 curve (see BZ#1038683)
|
||||||
|
|
||||||
* Mon Aug 08 2016 Jakub Čajka <jcajka@redhat.com> - 1.5.4-3
|
* Mon Aug 08 2016 Jakub Čajka <jcajka@redhat.com> - 1.5.4-3
|
||||||
-Obsolete golang-vet and golang-cover from golang-googlecode-tools package
|
-Obsolete golang-vet and golang-cover from golang-googlecode-tools package
|
||||||
vet/cover binaries are provided by golang-bin rpm(thanks to jchaloup)
|
vet/cover binaries are provided by golang-bin rpm(thanks to jchaloup)
|
||||||
|
Loading…
Reference in New Issue
Block a user