Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
golang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
staging
src-rhel
rpms
golang
Commits
bee88f2b
Commit
bee88f2b
authored
5 years ago
by
CentOS Sources
Browse files
Options
Downloads
Patches
Plain Diff
import golang-1.11.13-2.module+el8.0.1+4087+d8180914
parent
108839d9
No related branches found
Branches containing commit
Tags
imports/c8-stream-rhel8/golang-1.11.13-2.module+el8.0.1+4087+d8180914
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-1
1 addition, 1 deletion
.gitignore
.golang.metadata
+1
-1
1 addition, 1 deletion
.golang.metadata
SPECS/golang.spec
+21
-6
21 additions, 6 deletions
SPECS/golang.spec
with
23 additions
and
8 deletions
.gitignore
+
1
−
1
View file @
bee88f2b
SOURCES/go
1.11-5
-openssl-fips.tar.gz
SOURCES/go
-go-1.11.13-2
-openssl-fips.tar.gz
This diff is collapsed.
Click to expand it.
.golang.metadata
+
1
−
1
View file @
bee88f2b
5d619fca07ff3aa6a71988d8b19f78fa5e7394c2 SOURCES/go1.11-5
-openssl-fips.tar.gz
0120364194243a58264be175fd2e15d7b89abace SOURCES/go-go-1.11.13-2
-openssl-fips.tar.gz
This diff is collapsed.
Click to expand it.
SPECS/golang.spec
+
21
−
6
View file @
bee88f2b
...
...
@@ -96,17 +96,17 @@
%global gohostarch s390x
%endif
%global go_api 1.11.
6
%global go_version 1.11.
6
%global go_api 1.11.
13
%global go_version 1.11.
13
Name: golang
Version: 1.11.
6
Release:
1
%{?dist}
Version: 1.11.
13
Release:
2
%{?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
URL: http://golang.org/
Source0: http://
releases.pagure.org
/go
/
go1.11
-5
-openssl-fips.tar.gz
Source0: http
s
://
pagure.io/go/archive/go-1.11.13-2-openssl-fips
/go
-
go
-
1.11
.13-2
-openssl-fips.tar.gz
# make possible to override default traceback level at build time by setting build tag rpm_crashtraceback
Source1: fedora.go
Source2: golang.macros
...
...
@@ -228,7 +228,7 @@ Requires: %{name} = %{version}-%{release}
%endif
%prep
%setup -q -n go
1.11
-openssl-fips
%setup -q -n go
-go-1.11.13-2
-openssl-fips
%patch215 -p1
...
...
@@ -509,6 +509,21 @@ cd ..
%endif
%changelog
* Thu Aug 22 2019 Tom Stellard <tstellar@redhat.com> - 1.11.13-2
- Improve error message when using non-FIPS API in FIPS mode.
- Fixes CVE-2019-9512.
- Fixes CVE-2019-9514.
- Resolves: rhbz#1745711
- Resolves: rhbz#1745705
* Thu Aug 1 2019 Derek Parker <deparker@redhat.com> - 1.11.6-3
- Updates to be less strict on key size in FIPS mode
- Resolves: rhbz#1731550
* Wed May 29 2019 Derek Parker <deparker@redhat.com> - 1.11.6-2
- Lock to specific OpenSSL version on build
- Resolves: rhbz#1709606
* Fri May 17 2019 Derek Parker <deparker@redhat.com> - 1.11.6-1
- Rebase to Go 1.11.6 and include FIPS lab feedback
- Resolves: rhbz#1709606
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment