FreeBSD Bugzilla – Attachment 190900 Details for
Bug 225447
www/squid-devel: update to 4.0.23, Fixes security vulnerability
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
squid-devel-4.0.23.patch
squid-devel-4.0.23.patch (text/plain), 2.63 KB, created by
Danilo G. Baio
on 2018-02-22 19:55:39 UTC
(
hide
)
Description:
squid-devel-4.0.23.patch
Filename:
MIME Type:
Creator:
Danilo G. Baio
Created:
2018-02-22 19:55:39 UTC
Size:
2.63 KB
patch
obsolete
>Index: www/squid-devel/Makefile >=================================================================== >--- www/squid-devel/Makefile (revision 462621) >+++ www/squid-devel/Makefile (working copy) >@@ -1,8 +1,7 @@ > # $FreeBSD$ > > PORTNAME= squid >-PORTVERSION= 4.0.22 >-PORTREVISION= 1 >+PORTVERSION= 4.0.23 > CATEGORIES= www ipv6 > MASTER_SITES= http://www.squid-cache.org/Versions/v4/ \ > http://www2.us.squid-cache.org/Versions/v4/ \ >@@ -309,11 +308,4 @@ > @${MKDIR} ${STAGEDIR}${DOCSDIR} > (cd ${WRKSRC} && ${INSTALL_DATA} ${MYDOCS} ${STAGEDIR}${DOCSDIR}) > >-.include <bsd.port.pre.mk> >- >-.if ${CHOSEN_COMPILER_TYPE} == clang >-CXXFLAGS+= -Wno-unknown-warning-option >-CXXFLAGS+= -Wno-undefined-bool-conversion -Wno-tautological-undefined-compare -Wno-dynamic-class-memaccess >-.endif >- >-.include <bsd.port.post.mk> >+.include <bsd.port.mk> >Index: www/squid-devel/distinfo >=================================================================== >--- www/squid-devel/distinfo (revision 462621) >+++ www/squid-devel/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1499897995 >-SHA256 (squid4.0/squid-4.0.22.tar.xz) = 51b852f17c21569d53bcd098d2c55a4e0c745e9cac392cff26d92681e911a5a2 >-SIZE (squid4.0/squid-4.0.22.tar.xz) = 2411692 >+TIMESTAMP = 1517146538 >+SHA256 (squid4.0/squid-4.0.23.tar.xz) = 18b71a601f60f49ca0cfc7d1d212dc935112d61008ab8a689fceab3ef4070f29 >+SIZE (squid4.0/squid-4.0.23.tar.xz) = 2415132 >Index: www/squid-devel/files/patch-src_ipc_Kid.cc >=================================================================== >--- www/squid-devel/files/patch-src_ipc_Kid.cc (nonexistent) >+++ www/squid-devel/files/patch-src_ipc_Kid.cc (working copy) >@@ -0,0 +1,16 @@ >+# https://bugs.squid-cache.org/show_bug.cgi?id=4822 >+# https://patch-diff.githubusercontent.com/raw/squid-cache/squid/pull/158.patch >+ >+--- src/ipc/Kid.cc.orig 2018-02-22 18:34:42 UTC >++++ src/ipc/Kid.cc >+@@ -90,7 +90,9 @@ Kid::reportStopped() const >+ if (hopeless() && Config.hopelessKidRevivalDelay) { >+ syslog(LOG_NOTICE, "Squid Parent: %s process %d will not be restarted for %ld " >+ "seconds due to repeated, frequent failures", >+- theName.termedBuf(), pid, Config.hopelessKidRevivalDelay); >++ theName.termedBuf(), >++ pid, >++ static_cast<long int>(Config.hopelessKidRevivalDelay)); >+ } >+ } >+ > >Property changes on: www/squid-devel/files/patch-src_ipc_Kid.cc >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
timp87
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 225447
:
190050
| 190900