FreeBSD Bugzilla – Attachment 202703 Details for
Bug 236210
www/squid: fails to build with clang 8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix www/squid build with clang 8
www__squid-fix-clang8-build-1.diff (text/plain), 1.23 KB, created by
Dimitry Andric
on 2019-03-07 20:12:25 UTC
(
hide
)
Description:
Fix www/squid build with clang 8
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2019-03-07 20:12:25 UTC
Size:
1.23 KB
patch
obsolete
>Index: www/squid/files/patch-src_security_ServerOptions.h >=================================================================== >--- www/squid/files/patch-src_security_ServerOptions.h (nonexistent) >+++ www/squid/files/patch-src_security_ServerOptions.h (working copy) >@@ -0,0 +1,11 @@ >+--- src/security/ServerOptions.h.orig 2019-02-19 02:46:22 UTC >++++ src/security/ServerOptions.h >+@@ -35,7 +35,7 @@ class ServerOptions : public PeerOptions (public) >+ // is more secure to have only a small set of trusted CA. >+ flags.tlsDefaultCa.defaultTo(false); >+ } >+- ServerOptions(const ServerOptions &) = default; >++ ServerOptions(const ServerOptions &) = delete; >+ ServerOptions &operator =(const ServerOptions &); >+ ServerOptions(ServerOptions &&o) { this->operator =(o); } >+ ServerOptions &operator =(ServerOptions &&o) { this->operator =(o); return *this; } > >Property changes on: www/squid/files/patch-src_security_ServerOptions.h >___________________________________________________________________ >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
Actions:
View
|
Diff
Attachments on
bug 236210
: 202703