View | Details | Raw Unified | Return to bug 244026
Collapse All | Expand All

(-)squid/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD: head/www/squid/Makefile 519101 2019-12-05 18:27:45Z pkubaj $
1
# $FreeBSD: head/www/squid/Makefile 519101 2019-12-05 18:27:45Z pkubaj $
2
2
3
PORTNAME=	squid
3
PORTNAME=	squid
4
PORTVERSION=	4.9
4
PORTVERSION=	4.10
5
CATEGORIES=	www
5
CATEGORIES=	www
6
MASTER_SITES=	http://www.squid-cache.org/Versions/v4/ \
6
MASTER_SITES=	http://www.squid-cache.org/Versions/v4/ \
7
		http://www2.us.squid-cache.org/Versions/v4/ \
7
		http://www2.us.squid-cache.org/Versions/v4/ \
(-)squid/distinfo (-2 / +2 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1573809964
1
TIMESTAMP = 1573809964
2
SHA256 (squid4/squid-4.9.tar.xz) = 1cb1838c6683b0568a3a4050f4ea2fc1eaa5cbba6bdf7d57f7258c7cd7b41fa1
2
SHA256 (squid4/squid-4.10.tar.xz) = 98f0100afd8a42ea5f6b81eb98b0e4b36d7a54beab1c73d2f1705ab49b025f1f
3
SIZE (squid4/squid-4.9.tar.xz) = 2444664
3
SIZE (squid4/squid-4.10.tar.xz) = 2445848
(-)squid/files/patch-src_security_ServerOptions.h (-11 lines)
Lines 1-11 Link Here
1
--- src/security/ServerOptions.h.orig	2019-02-19 02:46:22 UTC
2
+++ src/security/ServerOptions.h
3
@@ -35,7 +35,7 @@ class ServerOptions : public PeerOptions (public)
4
         // is more secure to have only a small set of trusted CA.
5
         flags.tlsDefaultCa.defaultTo(false);
6
     }
7
-    ServerOptions(const ServerOptions &) = default;
8
+    ServerOptions(const ServerOptions &) = delete;
9
     ServerOptions &operator =(const ServerOptions &);
10
     ServerOptions(ServerOptions &&o) { this->operator =(o); }
11
     ServerOptions &operator =(ServerOptions &&o) { this->operator =(o); return *this; }

Return to bug 244026