From b4e64ed274cb21eb7cc5cd372b0d3f8004a3a986 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Sun, 26 Aug 2018 01:46:30 -0400 Subject: [PATCH] Use https for URL and SOURCE tags While upstream redirects to https these days, avoid sending users to the non-secure site. As %url is used for Source0 it's preferable to download source tarballs via a secure channel. --- znc.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/znc.spec b/znc.spec index bd9f22c..815df07 100644 --- a/znc.spec +++ b/znc.spec @@ -18,7 +18,7 @@ Summary: An advanced IRC bouncer Group: System Environment/Daemons License: ASL 2.0 -URL: http://znc.in +URL: https://znc.in Source0: %{url}/releases/%{name}-%{version}.tar.gz BuildRequires: automake @@ -250,6 +250,7 @@ getent passwd znc >/dev/null || \ - Clean up ancient Fedora and RHEL conditionals - Remove cruft from %%prep - Use %%autosetup, %%make_build, and %%make_install macros +- Use https for URL and SOURCE tags * Mon Jul 23 2018 Nick Bebout - 1.7.1-2 - Add gcc-c++ and redhat-rpm-config to znc-devel's dependencies