Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package netcfg for openSUSE:Factory checked in at 2021-03-02 14:41:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/netcfg (Old) and /work/SRC/openSUSE:Factory/.netcfg.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "netcfg" Tue Mar 2 14:41:32 2021 rev:48 rq:874237 version:11.6 Changes: -------- --- /work/SRC/openSUSE:Factory/netcfg/netcfg.changes 2020-05-20 18:36:05.888059172 +0200 +++ /work/SRC/openSUSE:Factory/.netcfg.new.2378/netcfg.changes 2021-03-02 15:21:29.577789753 +0100 @@ -1,0 +2,5 @@ +Thu Feb 18 07:40:58 UTC 2021 - Johannes Segitz <jseg...@suse.com> + +- services-create.pl: Switch to https (bsc#1182395) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ netcfg.spec ++++++ --- /var/tmp/diff_new_pack.0Pppem/_old 2021-03-02 15:21:30.265790202 +0100 +++ /var/tmp/diff_new_pack.0Pppem/_new 2021-03-02 15:21:30.269790205 +0100 @@ -1,7 +1,7 @@ # # spec file for package netcfg # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed ++++++ services-create.pl ++++++ --- /var/tmp/diff_new_pack.0Pppem/_old 2021-03-02 15:21:30.497790353 +0100 +++ /var/tmp/diff_new_pack.0Pppem/_new 2021-03-02 15:21:30.497790353 +0100 @@ -6,7 +6,7 @@ binmode( STDOUT, 'utf8:' ); -my $portsurl = 'http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'; +my $portsurl = 'https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xml'; my $servicesfile = 'services.new'; my $reader = XML::LibXML::Reader->new(location => $portsurl) or die "cannot read $portsurl\n";