Date: Sat, 20 Sep 2014 14:13:41 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368642 - in head: audio/linux-f10-libaudiofile devel/linux-f10-dbus-glib ftp/linux-f10-curl graphics/linux-f10-png graphics/linux-f10-tiff net/linux-f10-openldap security/linux-f10-gnu... Message-ID: <201409201413.s8KEDfKb023061@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Sat Sep 20 14:13:41 2014 New Revision: 368642 URL: http://svnweb.freebsd.org/changeset/ports/368642 QAT: https://qat.redports.org/buildarchive/r368642/ Log: Remove FORBIDDEN that references vuxml. We already have vuxml, portaudit and pkg audit to handle this. The user can make their own decision as to whether or not they want to use vulnerable ports or packages. Using FORBIDDEN like this is not proper. It should only be used in extreme cases. In the meantime, the new Linux ports are being tested and should arrive soon. With hat: portmgr Modified: head/audio/linux-f10-libaudiofile/Makefile head/devel/linux-f10-dbus-glib/Makefile head/ftp/linux-f10-curl/Makefile head/graphics/linux-f10-png/Makefile head/graphics/linux-f10-tiff/Makefile head/net/linux-f10-openldap/Makefile head/security/linux-f10-gnutls/Makefile head/security/linux-f10-libgcrypt/Makefile head/security/linux-f10-nss/Makefile head/security/linux-f10-openssl/Makefile head/textproc/linux-f10-expat/Makefile head/textproc/linux-f10-libxml2/Makefile Modified: head/audio/linux-f10-libaudiofile/Makefile ============================================================================== --- head/audio/linux-f10-libaudiofile/Makefile Sat Sep 20 14:11:09 2014 (r368641) +++ head/audio/linux-f10-libaudiofile/Makefile Sat Sep 20 14:13:41 2014 (r368642) @@ -11,8 +11,6 @@ DISTNAME= ${LINUX_NAME}-${PORTVERSION}-$ MAINTAINER= emulation@FreeBSD.org COMMENT= Implementation of the Audio File Library from SGI (Linux Fedora 10) -FORBIDDEN= http://www.freshports.org/vuxml.php?vid=09f47c51-c1a6-11e3-a5ac-001b21614864 - CONTFLICTS= linux-libaudiofile-[0-9]* linux-f8-libaudiofile-[0-9]* USE_LINUX_RPM= yes Modified: head/devel/linux-f10-dbus-glib/Makefile ============================================================================== --- head/devel/linux-f10-dbus-glib/Makefile Sat Sep 20 14:11:09 2014 (r368641) +++ head/devel/linux-f10-dbus-glib/Makefile Sat Sep 20 14:13:41 2014 (r368642) @@ -11,8 +11,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-${R MAINTAINER= emulation@FreeBSD.org COMMENT= GLib bindings for D-Bus (Linux Fedora 10) -FORBIDDEN= http://www.freshports.org/vuxml.php?vid=77bb0541-c1aa-11e3-a5ac-001b21614864 - USE_LINUX_RPM= yes USE_LINUX_APPS= dbuslibs expat LINUX_DIST_VER= 10 Modified: head/ftp/linux-f10-curl/Makefile ============================================================================== --- head/ftp/linux-f10-curl/Makefile Sat Sep 20 14:11:09 2014 (r368641) +++ head/ftp/linux-f10-curl/Makefile Sat Sep 20 14:13:41 2014 (r368642) @@ -18,8 +18,6 @@ ALWAYS_KEEP_DISTFILES= YES MAINTAINER= emulation@FreeBSD.org COMMENT= Command line tool for transferring files with URL syntax (Linux Fedora 10) -FORBIDDEN= http://www.freshports.org/vuxml.php?vid=9aecb94c-c1ad-11e3-a5ac-001b21614864 - CONFLICTS= linux-curl-[0-9]* linux-f8-curl-[0-9]* USE_LINUX_RPM= yes Modified: head/graphics/linux-f10-png/Makefile ============================================================================== --- head/graphics/linux-f10-png/Makefile Sat Sep 20 14:11:09 2014 (r368641) +++ head/graphics/linux-f10-png/Makefile Sat Sep 20 14:13:41 2014 (r368642) @@ -12,8 +12,6 @@ DISTNAME= ${LINUX_NAME}-${PORTVERSION}-$ MAINTAINER= emulation@FreeBSD.org COMMENT= RPM of the PNG lib (Linux Fedora 10) -FORBIDDEN= http://www.freshports.org/vuxml.php?vid=262b92fe-81c8-11e1-8899-001ec9578670 - CONFLICTS= linux-png-[0-9]* linux-f8-png-[0-9]* ONLY_FOR_ARCHS= i386 amd64 Modified: head/graphics/linux-f10-tiff/Makefile ============================================================================== --- head/graphics/linux-f10-tiff/Makefile Sat Sep 20 14:11:09 2014 (r368641) +++ head/graphics/linux-f10-tiff/Makefile Sat Sep 20 14:13:41 2014 (r368642) @@ -11,8 +11,6 @@ DISTNAME= ${LINUX_NAME}-${PORTVERSION}-$ MAINTAINER= emulation@FreeBSD.org COMMENT= TIFF library, Linux/i386 binary (Linux Fedora 10) -FORBIDDEN= http://www.freshports.org/vuxml.php?vid=8816bf3a-7929-11df-bcce-0018f3e2eb82 - CONFLICTS= linux-tiff-[0-9]* linux-f8-tiff-[0-9]* ONLY_FOR_ARCHS= amd64 i386 Modified: head/net/linux-f10-openldap/Makefile ============================================================================== --- head/net/linux-f10-openldap/Makefile Sat Sep 20 14:11:09 2014 (r368641) +++ head/net/linux-f10-openldap/Makefile Sat Sep 20 14:13:41 2014 (r368642) @@ -12,8 +12,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-${R MAINTAINER= emulation@FreeBSD.org COMMENT= Lightweight Directory Access Protocol libraries (Linux Fedora 10) -FORBIDDEN= http://www.freshports.org/vuxml.php?vid=abad20bf-c1b4-11e3-a5ac-001b21614864 - USE_LINUX_RPM= yes LINUX_DIST_VER= 10 RPMVERSION= 1.fc10 Modified: head/security/linux-f10-gnutls/Makefile ============================================================================== --- head/security/linux-f10-gnutls/Makefile Sat Sep 20 14:11:09 2014 (r368641) +++ head/security/linux-f10-gnutls/Makefile Sat Sep 20 14:13:41 2014 (r368642) @@ -11,8 +11,6 @@ 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 Sat Sep 20 14:11:09 2014 (r368641) +++ head/security/linux-f10-libgcrypt/Makefile Sat Sep 20 14:13:41 2014 (r368642) @@ -10,8 +10,6 @@ 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 Sat Sep 20 14:11:09 2014 (r368641) +++ head/security/linux-f10-nss/Makefile Sat Sep 20 14:13:41 2014 (r368642) @@ -12,8 +12,6 @@ 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 Sat Sep 20 14:11:09 2014 (r368641) +++ head/security/linux-f10-openssl/Makefile Sat Sep 20 14:13:41 2014 (r368642) @@ -11,8 +11,6 @@ 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 Modified: head/textproc/linux-f10-expat/Makefile ============================================================================== --- head/textproc/linux-f10-expat/Makefile Sat Sep 20 14:11:09 2014 (r368641) +++ head/textproc/linux-f10-expat/Makefile Sat Sep 20 14:13:41 2014 (r368642) @@ -11,8 +11,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-${R MAINTAINER= emulation@FreeBSD.org COMMENT= Linux/i386 binary port of Expat XML-parsing library (Linux Fedora 10) -FORBIDDEN= http://www.freshports.org/vuxml.php?vid=5f030587-e39a-11de-881e-001aa0166822 - CONFLICTS= linux-expat-[0-9]* linux-f8-expat-[0-9]* ONLY_FOR_ARCHS= i386 amd64 Modified: head/textproc/linux-f10-libxml2/Makefile ============================================================================== --- head/textproc/linux-f10-libxml2/Makefile Sat Sep 20 14:11:09 2014 (r368641) +++ head/textproc/linux-f10-libxml2/Makefile Sat Sep 20 14:13:41 2014 (r368642) @@ -12,8 +12,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-${R MAINTAINER= emulation@FreeBSD.org COMMENT= Library providing XML and HTML support (Linux Fedora 10) -FORBIDDEN= http://www.freshports.org/vuxml.php?vid=57f1a624-6197-11e1-b98c-bcaec565249c|7be92050-a450-11e2-9898-001060e06fd4|b8ae4659-a0da-11e1-a294-bcaec565249c - CONFLICTS= linux-libxml2-[0-9]* linux-f8-libxml2-[0-9]* USE_LINUX_RPM= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409201413.s8KEDfKb023061>