From owner-svn-ports-head@FreeBSD.ORG Sun Jul 20 12:06:48 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3C21A9B6; Sun, 20 Jul 2014 12:06:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DFE42E00; Sun, 20 Jul 2014 12:06:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6KC6lN6013275; Sun, 20 Jul 2014 12:06:47 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6KC6lWa013267; Sun, 20 Jul 2014 12:06:47 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201407201206.s6KC6lWa013267@svn.freebsd.org> From: Rene Ladan Date: Sun, 20 Jul 2014 12:06:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362314 - in head/security: linux-f10-gnutls linux-f10-libgcrypt linux-f10-nss linux-f10-openssl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jul 2014 12:06:48 -0000 Author: rene Date: Sun Jul 20 12:06:46 2014 New Revision: 362314 URL: http://svnweb.freebsd.org/changeset/ports/362314 QAT: https://qat.redports.org/buildarchive/r362314/ Log: Mark vulnerable linux-f10 ports as forbidden (category s*) Approved by: portmgr (bapt) Modified: head/security/linux-f10-gnutls/Makefile head/security/linux-f10-libgcrypt/Makefile head/security/linux-f10-nss/Makefile head/security/linux-f10-openssl/Makefile Modified: head/security/linux-f10-gnutls/Makefile ============================================================================== --- head/security/linux-f10-gnutls/Makefile Sun Jul 20 11:59:59 2014 (r362313) +++ head/security/linux-f10-gnutls/Makefile Sun Jul 20 12:06:46 2014 (r362314) @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-${R MAINTAINER= emulation@FreeBSD.org COMMENT= GNU Transport Layer Security library +FORBIDDEN= http://www.freshports.org/vuxml.php?vid=f645aa90-a3e8-11e3-a422-3c970e169bc2 + USE_LINUX_RPM= yes USE_LINUX_APPS= libtasn1 libgcrypt libgpg-error LINUX_DIST_VER= 10 Modified: head/security/linux-f10-libgcrypt/Makefile ============================================================================== --- head/security/linux-f10-libgcrypt/Makefile Sun Jul 20 11:59:59 2014 (r362313) +++ head/security/linux-f10-libgcrypt/Makefile Sun Jul 20 12:06:46 2014 (r362314) @@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-${R MAINTAINER= emulation@FreeBSD.org COMMENT= General purpose crypto library based on code used in GnuPG +FORBIDDEN= http://www.freshports.org/vuxml.php?vid=689c2bf7-0701-11e3-9a25-002590860428 + USE_LINUX_RPM= yes LINUX_DIST_VER= 10 RPMVERSION= 1.fc10 Modified: head/security/linux-f10-nss/Makefile ============================================================================== --- head/security/linux-f10-nss/Makefile Sun Jul 20 11:59:59 2014 (r362313) +++ head/security/linux-f10-nss/Makefile Sun Jul 20 12:06:46 2014 (r362314) @@ -12,6 +12,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-${R MAINTAINER= emulation@FreeBSD.org COMMENT= Network Security Services (Linux Fedora 10) +FORBIDDEN= http://www.freshports.org/vuxml.php?vid=9ccfee39-3c3b-11df-9edc-000f20797ede + CONFLICTS= linux-f8-nss-[0-9]* ONLY_FOR_ARCHS= i386 amd64 Modified: head/security/linux-f10-openssl/Makefile ============================================================================== --- head/security/linux-f10-openssl/Makefile Sun Jul 20 11:59:59 2014 (r362313) +++ head/security/linux-f10-openssl/Makefile Sun Jul 20 12:06:46 2014 (r362314) @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-${R MAINTAINER= emulation@FreeBSD.org COMMENT= OpenSSL toolkit (Linux Fedora 10) +FORBIDDEN= http://www.freshports.org/vuxml.php?vid=2ecb7b20-d97e-11e0-b2e2-00215c6a37bb|82b55df8-4d5a-11de-8811-0030843d3802 + CONFLICTS= linux-openssl-[0-9]* linux-f8-openssl-[0-9]* USE_LINUX_RPM= yes