https://bugzilla.redhat.com/show_bug.cgi?id=1724169
Bug ID: 1724169 Summary: Missing MPLv2.0 in License Product: Fedora Version: rawhide Status: NEW Component: perl-IO-Socket-SSL Assignee: paul@city-fan.org Reporter: ppisar@redhat.com QA Contact: extras-qa@fedoraproject.org CC: caillon+fedoraproject@gmail.com, jose.p.oliveira.oss@gmail.com, paul@city-fan.org, perl-devel@lists.fedoraproject.org, rhughes@redhat.com, rstrode@redhat.com, sandmann@redhat.com Target Milestone: --- Classification: Fedora
I noticed IO-Socket-SSL-2.066 sources distribute Public Suffix list from https://publicsuffix.org/list/ in lib/IO/Socket/SSL/PublicSuffix.pm file. The data carry it's own license declaration:
// This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at https://mozilla.org/MPL/2.0/.
I believe perl-IO-Socket-SSL should add MPLv2.0 to the License tag.
https://bugzilla.redhat.com/show_bug.cgi?id=1724169
Petr Pisar ppisar@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |1632600
https://bugzilla.redhat.com/show_bug.cgi?id=1724169
Paul Howarth paul@city-fan.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Fixed In Version| |perl-IO-Socket-SSL-2.066-4. | |fc31 Resolution|--- |RAWHIDE Last Closed| |2019-06-26 15:16:44
--- Comment #1 from Paul Howarth paul@city-fan.org --- Fixed in perl-IO-Socket-SSL-2.066-4.fc31
https://src.fedoraproject.org/rpms/perl-IO-Socket-SSL/c/030559c4b0c18576c708... https://koji.fedoraproject.org/koji/taskinfo?taskID=35844506
https://bugzilla.redhat.com/show_bug.cgi?id=1724169
--- Comment #2 from Petr Pisar ppisar@redhat.com ---
-# openssl for Test-client-performs-Post-Handshake-Authentication.patch -BuildRequires: openssl
This was there because of /usr/bin/openssl tool. I can see you already have had "openssl >= 0.9.8". Should that be openssl-libs?
https://bugzilla.redhat.com/show_bug.cgi?id=1724169
Petr Pisar ppisar@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks|1632600 |
https://bugzilla.redhat.com/show_bug.cgi?id=1724169
Paul Howarth paul@city-fan.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|perl-IO-Socket-SSL-2.066-4. |perl-IO-Socket-SSL-2.066-5. |fc31 |fc31
--- Comment #3 from Paul Howarth paul@city-fan.org --- (In reply to Petr Pisar from comment #2)
-# openssl for Test-client-performs-Post-Handshake-Authentication.patch -BuildRequires: openssl
This was there because of /usr/bin/openssl tool. I can see you already have had "openssl >= 0.9.8". Should that be openssl-libs?
Yes, it should. That dependency dates back to before the openssl/openssl-libs split in Fedora 18.
perl-devel@lists.fedoraproject.org