Drop obsolete errname patch
This commit is contained in:
parent
84e33e5754
commit
e160330225
@ -1,13 +0,0 @@
|
|||||||
diff -up squid-3.2.0.13/src/ssl/ErrorDetailManager.cc.dbg squid-3.2.0.13/src/ssl/ErrorDetailManager.cc
|
|
||||||
--- squid-3.2.0.13/src/ssl/ErrorDetailManager.cc.dbg 2011-10-14 03:42:56.000000000 +0200
|
|
||||||
+++ squid-3.2.0.13/src/ssl/ErrorDetailManager.cc 2011-10-26 08:16:12.968976995 +0200
|
|
||||||
@@ -209,7 +209,8 @@ Ssl::ErrorDetailFile::parse(const char *
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
- const char *errorName = parser.getByName("name").termedBuf();
|
|
||||||
+ String strErrName = parser.getByName("name");
|
|
||||||
+ const char *errorName = strErrName.termedBuf();
|
|
||||||
if (!errorName) {
|
|
||||||
debugs(83, DBG_IMPORTANT, HERE <<
|
|
||||||
"WARNING! invalid or no error detail name on:" << s);
|
|
@ -37,7 +37,6 @@ Patch202: squid-3.1.0.9-location.patch
|
|||||||
Patch203: squid-3.0.STABLE1-perlpath.patch
|
Patch203: squid-3.0.STABLE1-perlpath.patch
|
||||||
Patch204: squid-3.2.0.9-fpic.patch
|
Patch204: squid-3.2.0.9-fpic.patch
|
||||||
Patch205: squid-3.1.9-ltdl.patch
|
Patch205: squid-3.1.9-ltdl.patch
|
||||||
Patch206: squid-3.2.0.13-errname.patch
|
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Requires: bash >= 2.0
|
Requires: bash >= 2.0
|
||||||
@ -103,7 +102,6 @@ The squid-sysvinit contains SysV initscritps support.
|
|||||||
%patch203 -p1 -b .perlpath
|
%patch203 -p1 -b .perlpath
|
||||||
%patch204 -p1 -b .fpic
|
%patch204 -p1 -b .fpic
|
||||||
%patch205 -p1 -b .ltdl
|
%patch205 -p1 -b .ltdl
|
||||||
%patch206 -p1 -b .errname
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch sparcv9 sparc64 s390 s390x
|
%ifarch sparcv9 sparc64 s390 s390x
|
||||||
|
Loading…
Reference in New Issue
Block a user