- spec file modified to be fedora packaging guidline compliant

- little shifting lines in init script header due to rpmlint complaint
- fixes assertion during start up
This commit is contained in:
Jiri Skala 2010-02-06 13:29:25 +00:00
parent b99b92d821
commit e7ee3bc4e4
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,11 @@
diff -up squid-3.1.0.16/src/peer_select.cc.assert squid-3.1.0.16/src/peer_select.cc
--- squid-3.1.0.16/src/peer_select.cc.assert 2010-02-01 05:02:27.000000000 +0100
+++ squid-3.1.0.16/src/peer_select.cc 2010-02-05 15:27:09.000000000 +0100
@@ -67,6 +67,7 @@ const char *hier_strings[] = {
"ANY_PARENT",
"USERHASH",
"SOURCEHASH",
+ "PINNED",
"INVALID CODE"
};

View File

@ -31,6 +31,7 @@ Patch202: squid-3.1.0.9-location.patch
Patch204: squid-3.0.STABLE1-perlpath.patch
Patch205: squid-3.1.0.15-smb-path.patch
Patch208: squid-3.0.STABLE7-from_manpg.patch
Patch209: squid-3.1.0.16-assert.patch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: bash >= 2.0
@ -76,6 +77,7 @@ lookup program (dnsserver), a program for retrieving FTP data
%patch204 -p1 -b .perlpath
%patch205 -p1 -b .smb-path
%patch208 -p1 -b .from_manpg
%patch209 -p1 -b .assert
%build
%configure \
@ -263,6 +265,7 @@ fi
* Wed Feb 03 2010 Jiri Skala <jskala@redhat.com> 7:3.1.0.16-4
- spec file modified to be fedora packaging guidline compliant
- little shifting lines in init script header due to rpmlint complaint
- fixes assertion during start up
* Mon Feb 01 2010 Henrik Nordstrom <henrik@henriknordstrom.net> 7:3.1.0.16-3
- Upgrade to 3.1.0.16 for DNS related DoS fix (Squid-2010:1)