Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id B5F5863E529 for ; Sat, 15 Dec 2012 19:05:00 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 954E314A174; Sat, 15 Dec 2012 19:05:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7435B14A16E for ; Sat, 15 Dec 2012 19:04:58 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 3VNbqjARtBlE for ; Sat, 15 Dec 2012 19:04:58 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id F111314A16D for ; Sat, 15 Dec 2012 19:04:57 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id CA059175DD; Sat, 15 Dec 2012 19:04:56 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 15 Dec 2012 19:04:56 +0000 From: "Sergey Svishchev" Subject: CVS commit: pkgsrc/net/haproxy To: pkgsrc-changes@NetBSD.org Reply-To: shattered@netbsd.org X-Mailer: log_accum Message-Id: <20121215190456.CA059175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: shattered Date: Sat Dec 15 19:04:56 UTC 2012 Modified Files: pkgsrc/net/haproxy: Makefile distinfo pkgsrc/net/haproxy/patches: patch-aa Added Files: pkgsrc/net/haproxy/patches: patch-ab Log Message: Update to 1.4.22 and replace a gcc-ism with a c99-ism. Notable changes: - BUG/MEDIUM: option forwardfor if-none doesn't work with some configurations - BUG/MEDIUM: ebtree: ebmb_insert() must not call cmp_bits on full-length matches To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/haproxy/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/haproxy/distinfo cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/net/haproxy/patches/patch-aa cvs rdiff -u -r0 -r1.1 pkgsrc/net/haproxy/patches/patch-ab Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.