new version 4.6
disabled strict checking due to gcc warnings
This commit is contained in:
parent
4a4c014c5f
commit
a942cf4117
4
sources
4
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
|
||||
|
@ -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
|
||||
# *
|
||||
|
11
squid.spec
11
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 <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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user