Received: from mail.netbsd.org (mail.NetBSD.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 5D6E57ABDE for ; Fri, 18 Dec 2015 17:49:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 01ABF85F16; Fri, 18 Dec 2015 17:49:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 853EE85F04 for ; Fri, 18 Dec 2015 17:49:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id iSTVjTH0UjLB for ; Fri, 18 Dec 2015 17:49:07 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E6CE085E63 for ; Fri, 18 Dec 2015 17:49:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DB2F6FB88; Fri, 18 Dec 2015 17:49:06 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 18 Dec 2015 17:49:06 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20151218174906.DB2F6FB88@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: adam Date: Fri Dec 18 17:49:06 UTC 2015 Modified Files: pkgsrc/devel/java-subversion: Makefile pkgsrc/devel/p5-subversion: Makefile pkgsrc/devel/py-subversion: Makefile pkgsrc/devel/ruby-subversion: Makefile pkgsrc/devel/subversion: Makefile.version distinfo pkgsrc/devel/subversion-base: Makefile pkgsrc/devel/subversion/files: build-outputs.mk pkgsrc/www/ap2-subversion: Makefile Log Message: Changes 1.9.3: This release fixes two security issues: CVE-2015-5259: Remotely triggerable heap overflow and out-of-bounds read caused by integer overflow in the svn:// protocol parser. http://subversion.apache.org/security/CVE-2015-5259-advisory.txt CVE-2015-5343: Remotely triggerable heap overflow and out-of-bounds read in mod_dav_svn caused by integer overflow when parsing skel-encoded request bodies. http://subversion.apache.org/security/CVE-2015-5343-advisory.txt To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/java-subversion/Makefile cvs rdiff -u -r1.88 -r1.89 pkgsrc/devel/p5-subversion/Makefile cvs rdiff -u -r1.66 -r1.67 pkgsrc/devel/py-subversion/Makefile cvs rdiff -u -r1.55 -r1.56 pkgsrc/devel/ruby-subversion/Makefile cvs rdiff -u -r1.75 -r1.76 pkgsrc/devel/subversion/Makefile.version cvs rdiff -u -r1.102 -r1.103 pkgsrc/devel/subversion/distinfo cvs rdiff -u -r1.99 -r1.100 pkgsrc/devel/subversion-base/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/subversion/files/build-outputs.mk cvs rdiff -u -r1.72 -r1.73 pkgsrc/www/ap2-subversion/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.