Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 7C69AA5858 for ; Sun, 24 May 2015 11:41:05 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BFB5B14A3A9; Sun, 24 May 2015 11:41:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 563B414A3A2 for ; Sun, 24 May 2015 11:41:01 +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 8zVA2vsK8mfj for ; Sun, 24 May 2015 11:41:00 +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 C9FF614A39C for ; Sun, 24 May 2015 11:41:00 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id BDAB198; Sun, 24 May 2015 11:41:00 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 24 May 2015 11:41:00 +0000 From: "Matthias Scheler" Subject: CVS commit: [pkgsrc-2015Q1] pkgsrc/www/apache22 To: pkgsrc-changes@NetBSD.org Reply-To: tron@netbsd.org X-Mailer: log_accum Message-Id: <20150524114100.BDAB198@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: tron Date: Sun May 24 11:41:00 UTC 2015 Modified Files: pkgsrc/www/apache22 [pkgsrc-2015Q1]: Makefile distinfo Added Files: pkgsrc/www/apache22/patches [pkgsrc-2015Q1]: patch-modules_ssl_ssl__engine__dh.c Log Message: Pullup ticket #4733 - requested by sborrill www/apache22: security patch Revisions pulled up: - www/apache22/Makefile 1.103 - www/apache22/distinfo 1.61 - www/apache22/patches/patch-modules_ssl_ssl__engine__dh.c 1.1 --- Module Name: pkgsrc Committed By: sborrill Date: Fri May 22 09:20:20 UTC 2015 Modified Files: pkgsrc/www/apache22: Makefile distinfo Added Files: pkgsrc/www/apache22/patches: patch-modules_ssl_ssl__engine__dh.c Log Message: Add patch to mitigate Logjam TLS vulnerabilities (CVE-2015-4000). Based on FreeBSD ports. To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.102.6.1 pkgsrc/www/apache22/Makefile cvs rdiff -u -r1.60 -r1.60.6.1 pkgsrc/www/apache22/distinfo cvs rdiff -u -r0 -r1.1.2.2 \ pkgsrc/www/apache22/patches/patch-modules_ssl_ssl__engine__dh.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.