Accepting request 874237 from Base:System

OBS-URL: https://build.opensuse.org/request/show/874237
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/netcfg?expand=0&rev=48
This commit is contained in:
Richard Brown 2021-03-02 13:41:32 +00:00 committed by Git OBS Bridge
commit d8996630de
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 18 07:40:58 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
- services-create.pl: Switch to https (bsc#1182395)
-------------------------------------------------------------------
Mon May 18 07:58:08 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@ -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

View File

@ -6,7 +6,7 @@ use XML::LibXML::Reader;
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";