new version 4.6

disabled strict checking due to gcc warnings
This commit is contained in:
Lubos Uhliarik 2019-04-24 15:59:18 +00:00
parent 4a4c014c5f
commit a942cf4117
3 changed files with 12 additions and 7 deletions

View File

@ -1,2 +1,2 @@
SHA512 (squid-4.4.tar.xz) = 8ed45abc65febf2955db11bafd49e940914a58230a8945afab9ea4926c4bafd538474a0836665b4131e23a23d6389d512a40bbe53368b8206ba4765fd71fb21f SHA512 (squid-4.6.tar.xz) = dbe2b02b83d53d67459e22a19e71cbf99b66d74a2ddc4bc69310f03a0a6092e5840766ad699fc43893516e97ef89799ef2147dd40f76b0bd688c1e271fd20d06
SHA512 (squid-4.4.tar.xz.asc) = 4fd50f376b5ff9a249f702e17cc648ad34b37ad4df7548346a92d4dfca3bbd077c0a7138d7cef66539e29352fbf65b8ccf389ad1bcd8fe1bdb84770c8c778481 SHA512 (squid-4.6.tar.xz.asc) = 2fa9d396857ed8d6e12f0eab63d1f896ebee8e24ca84715f8ed5229cacbb0ea7b2b227bf0623112e0ad76d557491f14733073d661e9d20370c1da84be3dcf10b

View File

@ -1,10 +1,10 @@
diff --git a/contrib/url-normalizer.pl b/contrib/url-normalizer.pl 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 --- a/contrib/url-normalizer.pl
+++ b/contrib/url-normalizer.pl +++ b/contrib/url-normalizer.pl
@@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
-#!/usr/local/bin/perl -Tw -#!/usr/local/bin/perl -Tw
+#!/usr/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
# * # *

View File

@ -1,8 +1,8 @@
%define __perl_requires %{SOURCE98} %define __perl_requires %{SOURCE98}
Name: squid Name: squid
Version: 4.4 Version: 4.6
Release: 3%{?dist} Release: 1%{?dist}
Summary: The Squid proxy caching server Summary: The Squid proxy caching server
Epoch: 7 Epoch: 7
# See CREDITS for breakdown of non GPLv2+ code # 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 \ --with-pthreads \
--disable-arch-native \ --disable-arch-native \
--with-pic \ --with-pic \
--disable-security-cert-validators --disable-security-cert-validators \
--disable-strict-error-checking
make \ make \
DEFAULT_SWAP_DIR=%{_localstatedir}/spool/squid \ DEFAULT_SWAP_DIR=%{_localstatedir}/spool/squid \
@ -289,6 +290,10 @@ fi
%changelog %changelog
* Wed Apr 24 2019 Lubos Uhliarik <luhliari@redhat.com> - 7:4.6-1
- new version 4.6
- disabled strict checking due to gcc warnings
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7:4.4-3 * Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 7:4.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild