Update to latest upstream version 3.4.12
bug #1173946: Disable -march=native compile time optimization, use Fedora defaults.
This commit is contained in:
parent
4852012d30
commit
ba09037440
4
sources
4
sources
@ -1,2 +1,2 @@
|
|||||||
497e5be7b3430d12667628296760beca squid-3.4.9.tar.xz
|
632b4dfc3d40b419cb4c060e01d547bf squid-3.4.12.tar.xz
|
||||||
37ac228db735a7d0ee5ca2d48b0c95c6 squid-3.4.9.tar.xz.asc
|
d29da67f153b861aa29513208f55f0ef squid-3.4.12.tar.xz.asc
|
||||||
|
11
squid.spec
11
squid.spec
@ -1,8 +1,8 @@
|
|||||||
%define __perl_requires %{SOURCE98}
|
%define __perl_requires %{SOURCE98}
|
||||||
|
|
||||||
Name: squid
|
Name: squid
|
||||||
Version: 3.4.9
|
Version: 3.4.12
|
||||||
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
|
||||||
@ -145,7 +145,8 @@ LDFLAGS="$RPM_LD_FLAGS -pie -Wl,-z,relro -Wl,-z,now"
|
|||||||
--with-default-user="squid" \
|
--with-default-user="squid" \
|
||||||
--with-dl \
|
--with-dl \
|
||||||
--with-openssl \
|
--with-openssl \
|
||||||
--with-pthreads
|
--with-pthreads \
|
||||||
|
--disable-arch-native
|
||||||
|
|
||||||
make \
|
make \
|
||||||
DEFAULT_SWAP_DIR=%{_localstatedir}/spool/squid \
|
DEFAULT_SWAP_DIR=%{_localstatedir}/spool/squid \
|
||||||
@ -289,6 +290,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 25 2015 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.4.12-1
|
||||||
|
- Update to latest upstream version 3.4.12
|
||||||
|
- bug #1173946: Disable -march=native compile time optimization, use Fedora defaults.
|
||||||
|
|
||||||
* Tue Nov 18 2014 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.4.9-3
|
* Tue Nov 18 2014 Henrik Nordstrom <henrik@henriknordstrom.net> - 7:3.4.9-3
|
||||||
- Update to latest upstream version 3.4.9
|
- Update to latest upstream version 3.4.9
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user