https://bugzilla.redhat.com/show_bug.cgi?id=1396472
Bug ID: 1396472
Summary: Missing flannel package for ppc64le architecture
Product: Fedora
Version: 25
Component: flannel
Severity: urgent
Assignee: jchaloup(a)redhat.com
Reporter: mkumatag(a)in.ibm.com
QA Contact: extras-qa(a)fedoraproject.org
CC: eparis(a)redhat.com,
golang-updates(a)lists.fedoraproject.org,
jchaloup(a)redhat.com, linville(a)redhat.com,
nhorman(a)redhat.com, vbatts(a)redhat.com
Description of problem:
Missing flannel package for ppc64le architecture
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. dnf info flannel
Actual results:
[root@localhost ~]# dnf info flannel
Last metadata expiration check: 0:52:52 ago on Fri Nov 18 03:27:17 2016.
Error: No matching Packages to list
[root@localhost ~]#
Expected results:
Should have a package in the repository.
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1409931
Bug ID: 1409931
Summary: %gobuild incorrectly assumes all compiler flags are
compatible with getopt
Product: Fedora
Version: 25
Component: go-compilers
Assignee: jchaloup(a)redhat.com
Reporter: nalin(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: fpokorny(a)redhat.com,
golang-updates(a)lists.fedoraproject.org,
jcajka(a)redhat.com, jchaloup(a)redhat.com
Description of problem:
The current definition of %gobuild:
%gobuild(o:) go build -compiler gc -ldflags "${LDFLAGS:-} -B 0x$(head -c20
/dev/urandom|od -An -tx1|tr -d ' \\n')" -a -v -x %{?**};
produces an (apparently harmless) error message if I try to pass flags that
aren't a single character to the macro. (In my case, "-tags".) The set of
arguments that the "go" command accepts includes some which are multiple
characters long, so if %gobuild is meant to accept them, it needs to be
corrected.
Version-Release number of selected component (if applicable):
go-compilers-golang-compiler-1-8.fc25.x86_64
How reproducible:
Always
Steps to Reproduce:
1. Modify a .spec file to pass build tags ("-tags 'foo bar'") to %gobuild
Actual results:
gobuild: invalid option -- 't'
error: Unknown option t in gobuild()
(build continues)
Expected results:
No error message, build continues.
Additional info:
This definition seems to accept arbitrary flags and produces the results I
expect:
%define gobuild() go build -ldflags "${LDFLAGS:-} -B 0x$(head -c20
/dev/urandom|od -An -tx1|tr -d ' \\n')" -a -v -x %{**};
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1444767
Bug ID: 1444767
Summary: Not installable etcd-devel on F25
Product: Fedora
Version: 25
Component: etcd
Assignee: jchaloup(a)redhat.com
Reporter: praiskup(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: avagarwa(a)redhat.com, eparis(a)redhat.com,
golang-updates(a)lists.fedoraproject.org,
gscrivan(a)redhat.com, jcajka(a)redhat.com,
jchaloup(a)redhat.com, lacypret(a)gmail.com,
lemenkov(a)gmail.com, walters(a)redhat.com
v3.1.3 seems to have broken deps:
$ sudo dnf update
Last metadata expiration check: 1:40:35 ago on Mon Apr 24 09:21:50 2017.
Dependencies resolved.
=============================================================================================================================================================================================================================================
Package Arch
Version
Repository Size
=============================================================================================================================================================================================================================================
Skipping packages with broken dependencies:
etcd-devel noarch
3.1.3-1.fc25
updates 1.3 M
Transaction Summary
=============================================================================================================================================================================================================================================
Skip 1 Package
Nothing to do.
Complete!
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1405688
Bug ID: 1405688
Summary: go1: internal compiler error: in do_get_backend
Product: Fedora
Version: 24
Component: golang
Assignee: vbatts(a)redhat.com
Reporter: dridi.boukelmoune(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: admiller(a)redhat.com, amurdaca(a)redhat.com,
golang-updates(a)lists.fedoraproject.org,
jcajka(a)redhat.com, lemenkov(a)gmail.com,
renich(a)woralelandia.com, s(a)shk.io, vbatts(a)redhat.com
Created attachment 1232848
--> https://bugzilla.redhat.com/attachment.cgi?id=1232848&action=edit
The go snippet
Description of problem:
go1: internal compiler error: in do_get_backend, at
go/gofrontend/expressions.cc:8352
Version-Release number of selected component (if applicable):
$ rpm -qa golang gcc gcc-c++
gcc-c++-6.2.1-2.fc24.x86_64
golang-1.6.4-2.fc24.x86_64
gcc-6.2.1-2.fc24.x86_64
How reproducible:
Always.
Steps to Reproduce:
Attached is the go snippet from
https://stackoverflow.com/questions/9203526/mapping-an-array-to-a-file-via-…
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1423643
Bug ID: 1423643
Summary: golang-github-cpuguy83-go-md2man: FTBFS in rawhide
Product: Fedora
Version: rawhide
Component: golang-github-cpuguy83-go-md2man
Assignee: fpokorny(a)redhat.com
Reporter: releng(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: fpokorny(a)redhat.com,
golang-updates(a)lists.fedoraproject.org,
jcajka(a)redhat.com, jchaloup(a)redhat.com
Blocks: 1423041
Your package golang-github-cpuguy83-go-md2man failed to build from source in
current rawhide.
https://koji.fedoraproject.org/koji/taskinfo?taskID=17718405
For details on mass rebuild see
https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1423041
[Bug 1423041] Fedora 26 Mass Rebuild FTBFS Tracker
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1404639
Bug ID: 1404639
Summary: golang: User's trust preferences for root certificates
were not honored [epel-all]
Product: Fedora EPEL
Version: epel7
Component: golang
Keywords: Security, SecurityTracking
Severity: low
Priority: low
Assignee: admiller(a)redhat.com
Reporter: amaris(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: admiller(a)redhat.com, amurdaca(a)redhat.com,
golang-updates(a)lists.fedoraproject.org,
jcajka(a)redhat.com, s(a)shk.io
Blocks: 1404636
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of Fedora EPEL.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.
NOTE: this issue affects multiple supported versions of Fedora EPEL. While
only one tracking bug has been filed, please correct all affected versions
at the same time. If you need to fix the versions independent of each
other, you may clone this bug as appropriate.
[bug automatically created by: add-tracking-bugs]
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1404636
[Bug 1404636] golang: User's trust preferences for root certificates were
not honored
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1404638
Bug ID: 1404638
Summary: golang: User's trust preferences for root certificates
were not honored [fedora-all]
Product: Fedora
Version: 25
Component: golang
Keywords: Security, SecurityTracking
Severity: low
Priority: low
Assignee: vbatts(a)redhat.com
Reporter: amaris(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: admiller(a)redhat.com, amurdaca(a)redhat.com,
golang-updates(a)lists.fedoraproject.org,
jcajka(a)redhat.com, lemenkov(a)gmail.com,
renich(a)woralelandia.com, s(a)shk.io, vbatts(a)redhat.com
Blocks: 1404636
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of Fedora.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.
NOTE: this issue affects multiple supported versions of Fedora. While only
one tracking bug has been filed, please correct all affected versions at
the same time. If you need to fix the versions independent of each other,
you may clone this bug as appropriate.
[bug automatically created by: add-tracking-bugs]
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1404636
[Bug 1404636] golang: User's trust preferences for root certificates were
not honored
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1404636
Bug ID: 1404636
Summary: golang: User's trust preferences for root certificates
were not honored
Product: Security Response
Component: vulnerability
Keywords: Security
Severity: low
Priority: low
Assignee: security-response-team(a)redhat.com
Reporter: amaris(a)redhat.com
CC: admiller(a)redhat.com, amurdaca(a)redhat.com,
aortega(a)redhat.com, apevec(a)redhat.com,
ayoung(a)redhat.com, bleanhar(a)redhat.com,
ccoleman(a)redhat.com, chrisw(a)redhat.com,
cvsbot-xmlrpc(a)redhat.com, dedgar(a)redhat.com,
dmcphers(a)redhat.com,
golang-updates(a)lists.fedoraproject.org,
jcajka(a)redhat.com, jgoulding(a)redhat.com,
jialiu(a)redhat.com, jkeck(a)redhat.com,
joelsmith(a)redhat.com, jokerman(a)redhat.com,
jschluet(a)redhat.com, kbasil(a)redhat.com,
kseifried(a)redhat.com, lemenkov(a)gmail.com,
lhh(a)redhat.com, lmeyer(a)redhat.com, lpeer(a)redhat.com,
markmc(a)redhat.com, mmccomas(a)redhat.com,
rbryant(a)redhat.com, renich(a)woralelandia.com,
sclewis(a)redhat.com, srevivo(a)redhat.com, s(a)shk.io,
tdawson(a)redhat.com, tdecacqu(a)redhat.com,
vbatts(a)redhat.com
It was found that user's trust preferences for root certificates were not
honored. If the user had a root certificate loaded in their Keychain that was
explicitly not trusted, a Go program would still verify a connection using that
root certificate.
Upstream bug:
https://github.com/golang/go/issues/18141
Upstream patch:
https://go-review.googlesource.com/#/c/33721/
External Reference:
https://groups.google.com/forum/#!msg/golang-dev/4NdLzS8sls8/uIz8QlnIBQAJ
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1460496
Bug ID: 1460496
Summary: etcd-3.1.9 is available
Product: Fedora
Version: rawhide
Component: etcd
Assignee: jchaloup(a)redhat.com
Reporter: jchaloup(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: avagarwa(a)redhat.com, dustymabe(a)redhat.com,
eparis(a)redhat.com, extras-qa(a)fedoraproject.org,
golang-updates(a)lists.fedoraproject.org,
gscrivan(a)redhat.com, jcajka(a)redhat.com,
jchaloup(a)redhat.com, lacypret(a)gmail.com,
lemenkov(a)gmail.com,
upstream-release-monitoring(a)fedoraproject.org,
walters(a)redhat.com
https://github.com/coreos/etcd/releases/tag/v3.1.9
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1474536
Bug ID: 1474536
Summary: Please update to a more recent version
Product: Fedora
Version: rawhide
Component: golang-googlecode-google-api-client
Assignee: fpokorny(a)redhat.com
Reporter: zebob.m(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: eparis(a)redhat.com, fpokorny(a)redhat.com,
golang-updates(a)lists.fedoraproject.org,
jchaloup(a)redhat.com, vbatts(a)redhat.com
Hello,
I'm trying to package an app but it's depending on a more recent version of the
API, specifically a least this commit
https://github.com/google/google-api-go-client/commit/77f162b8178853926ec7d…
Could you please update it?
Thanks.
--
You are receiving this mail because:
You are on the CC list for the bug.