Switch all URLs to https

Include also github repository link in package to simplify upstream
changes tracking.
This commit is contained in:
Petr Menšík
2023-01-16 14:04:39 +01:00
parent ca77654663
commit aa8fa4c842

View File

@@ -12,14 +12,17 @@
%bcond_with tss_trousers %bcond_with tss_trousers
%endif %endif
%global forgeurl0 https://github.com/strongswan/strongswan
Name: strongswan Name: strongswan
Version: 5.9.9 Version: 5.9.9
Release: 1%{?dist} Release: 1%{?dist}
Summary: An OpenSource IPsec-based VPN and TNC solution Summary: An OpenSource IPsec-based VPN and TNC solution
License: GPLv2+ License: GPLv2+
URL: http://www.strongswan.org/ URL: https://www.strongswan.org/
Source0: http://download.strongswan.org/strongswan-%{version}%{?prerelease}.tar.bz2 VCS: git:%{forgeurl0}
Source1: http://download.strongswan.org/strongswan-%{version}%{?prerelease}.tar.bz2.sig Source0: https://download.strongswan.org/strongswan-%{version}%{?prerelease}.tar.bz2
Source1: https://download.strongswan.org/strongswan-%{version}%{?prerelease}.tar.bz2.sig
Source2: https://download.strongswan.org/STRONGSWAN-RELEASE-PGP-KEY Source2: https://download.strongswan.org/STRONGSWAN-RELEASE-PGP-KEY
Source3: tmpfiles-strongswan.conf Source3: tmpfiles-strongswan.conf
Patch0: strongswan-5.6.0-uintptr_t.patch Patch0: strongswan-5.6.0-uintptr_t.patch