From eebba956446c4d650127aaaa48b1f0fcaf56ca29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 5 Aug 2019 11:23:37 +0200 Subject: [PATCH] Use HTTPS protocol in URL metadata --- pcre2.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pcre2.spec b/pcre2.spec index f67a7d4..a9f35ed 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -45,7 +45,7 @@ Summary: Perl-compatible regular expression library # test-driver: GPLv2+ with exception # testdata: Public Domain License: BSD -URL: http://www.pcre.org/ +URL: https://www.pcre.org/ Source0: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{?rcversion:Testing/}%{name}-%{myversion}.tar.bz2 Source1: ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{?rcversion:Testing/}%{name}-%{myversion}.tar.bz2.sig Source2: https://ftp.pcre.org/pub/pcre/Public-Key @@ -280,6 +280,7 @@ make %{?_smp_mflags} check VERBOSE=yes * Mon Aug 05 2019 Petr Pisar - 10.33-10 - Fix an incorrect computation of a group length when a branch exceeds 65535 (upstream bug #2428) +- Use HTTPS protocol in URL metadata * Fri Jul 26 2019 Fedora Release Engineering - 10.33-9.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild