From a942cf4117a578d7521afefb3bb05bab358ce1ba Mon Sep 17 00:00:00 2001 From: Lubos Uhliarik Date: Apr 24 2019 15:59:18 +0000 Subject: new version 4.6 disabled strict checking due to gcc warnings --- diff --git a/sources b/sources index 06662ee..ed90053 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (squid-4.4.tar.xz) = 8ed45abc65febf2955db11bafd49e940914a58230a8945afab9ea4926c4bafd538474a0836665b4131e23a23d6389d512a40bbe53368b8206ba4765fd71fb21f -SHA512 (squid-4.4.tar.xz.asc) = 4fd50f376b5ff9a249f702e17cc648ad34b37ad4df7548346a92d4dfca3bbd077c0a7138d7cef66539e29352fbf65b8ccf389ad1bcd8fe1bdb84770c8c778481 +SHA512 (squid-4.6.tar.xz) = dbe2b02b83d53d67459e22a19e71cbf99b66d74a2ddc4bc69310f03a0a6092e5840766ad699fc43893516e97ef89799ef2147dd40f76b0bd688c1e271fd20d06 +SHA512 (squid-4.6.tar.xz.asc) = 2fa9d396857ed8d6e12f0eab63d1f896ebee8e24ca84715f8ed5229cacbb0ea7b2b227bf0623112e0ad76d557491f14733073d661e9d20370c1da84be3dcf10b diff --git a/squid-3.0.STABLE1-perlpath.patch b/squid-3.0.STABLE1-perlpath.patch index 052b8d7..0805fd0 100644 --- a/squid-3.0.STABLE1-perlpath.patch +++ b/squid-3.0.STABLE1-perlpath.patch @@ -1,10 +1,10 @@ diff --git a/contrib/url-normalizer.pl b/contrib/url-normalizer.pl -index 90ac6a4..8dbed90 100755 +index 4cb0480..4b89910 100755 --- a/contrib/url-normalizer.pl +++ b/contrib/url-normalizer.pl @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl -Tw +#!/usr/bin/perl -Tw # - # * Copyright (C) 1996-2018 The Squid Software Foundation and contributors + # * Copyright (C) 1996-2019 The Squid Software Foundation and contributors # * diff --git a/squid.spec b/squid.spec index 82c1f62..0d18221 100644 --- a/squid.spec +++ b/squid.spec @@ -1,8 +1,8 @@ %define __perl_requires %{SOURCE98} Name: squid -Version: 4.4 -Release: 3%{?dist} +Version: 4.6 +Release: 1%{?dist} Summary: The Squid proxy caching server Epoch: 7 # See CREDITS for breakdown of non GPLv2+ code @@ -143,7 +143,8 @@ LDFLAGS="$RPM_LD_FLAGS -pie -Wl,-z,relro -Wl,-z,now -Wl,--warn-shared-textrel" --with-pthreads \ --disable-arch-native \ --with-pic \ - --disable-security-cert-validators + --disable-security-cert-validators \ + --disable-strict-error-checking make \ DEFAULT_SWAP_DIR=%{_localstatedir}/spool/squid \ @@ -289,6 +290,10 @@ fi %changelog +* Wed Apr 24 2019 Lubos Uhliarik - 7:4.6-1 +- new version 4.6 +- disabled strict checking due to gcc warnings + * Sun Feb 03 2019 Fedora Release Engineering - 7:4.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild