squid 3.4.14: latest patches from upstream
Message ID | 1461225592-1142-1-git-send-email-matthias.fischer@ipfire.org |
---|---|
State | Superseded |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (hedwig.ipfire.org [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 261E262797 for <patchwork@ipfire.org>; Thu, 21 Apr 2016 10:00:03 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 43672A48; Thu, 21 Apr 2016 10:00:02 +0200 (CEST) Received: from Devel.localdomain (p5DD8275B.dip0.t-ipconnect.de [93.216.39.91]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id D69BFA0E for <development@lists.ipfire.org>; Thu, 21 Apr 2016 09:59:57 +0200 (CEST) From: Matthias Fischer <matthias.fischer@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] squid 3.4.14: latest patches from upstream Date: Thu, 21 Apr 2016 09:59:52 +0200 Message-Id: <1461225592-1142-1-git-send-email-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.8.1 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
Message
Matthias Fischer
April 21, 2016, 5:59 p.m. UTC
squid13233-3.4-13233.patch:
cachemgr.cgi: use dynamic MemBuf for internal content generation
squid-3.4-13234.patch:
nullptr is a C++11 feature
squid-3.4-13235.patch:
Fix several ESI element construction issues
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
lfs/squid | 3 +
src/patches/squid-3.4-13233.patch | 274 ++++++++++++++++++++++++++++++++++++++
src/patches/squid-3.4-13234.patch | 33 +++++
src/patches/squid-3.4-13235.patch | 97 ++++++++++++++
4 files changed, 407 insertions(+)
create mode 100644 src/patches/squid-3.4-13233.patch
create mode 100644 src/patches/squid-3.4-13234.patch
create mode 100644 src/patches/squid-3.4-13235.patch