From owner-cvs-all@FreeBSD.ORG Mon Jun 25 16:06:47 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77B521065740; Mon, 25 Jun 2012 16:06:47 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 638578FC14; Mon, 25 Jun 2012 16:06:47 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q5PG6lIp003884; Mon, 25 Jun 2012 16:06:47 GMT (envelope-from jgh@repoman.freebsd.org) Received: (from jgh@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q5PG6l2N003883; Mon, 25 Jun 2012 16:06:47 GMT (envelope-from jgh) Message-Id: <201206251606.q5PG6l2N003883@repoman.freebsd.org> From: Jason Helfman Date: Mon, 25 Jun 2012 16:06:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/vuxml vuln.xml ports/security/py-pycrypto Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jun 2012 16:06:47 -0000 jgh 2012-06-25 16:06:47 UTC FreeBSD ports repository Modified files: security/vuxml vuln.xml security/py-pycrypto Makefile distinfo pkg-plist Log: - update to 2.6 PyCrypto before 2.6 does not produce appropriate prime numbers when using an ElGamal scheme to generate a key, which reduces the signature space or public key space and makes it easier for attackers to conduct brute force attacks to obtain the private key. PR: ports/169146 Approved by: portmgr Revision Changes Path 1.21 +2 -1 ports/security/py-pycrypto/Makefile 1.13 +2 -2 ports/security/py-pycrypto/distinfo 1.8 +41 -14 ports/security/py-pycrypto/pkg-plist 1.2745 +41 -1 ports/security/vuxml/vuln.xml