From 9766a65fd0afeee48b78ea6bda3a90fa11014f9e Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Fri, 30 Sep 2011 09:12:36 +0000 Subject: As previously advertised, delete ports that have vulnerabilities listed in portaudit, and those that depend on them - part 1 math/mupad Relies on xpm, vulnerable since 2004-09-15 net-p2p/torrentflux Vulnerable since 2006-10-07 net/tptest Vulnerable since 2009-12-17 security/pgp6 Vulnerable since 2005-07-31 www/p5-RTx-RightsMatrix Only works with www/rt36, which is FORBIDDEN www/p5-RTx-Shredder Only works with www/rt36, which is FORBIDDEN www/p5-RTx-Statistics Only works with www/rt36, which is FORBIDDEN www/plone Vulnerable since 2011-02-10 www/pyblosxom Vulnerable since 2009-02-11 www/rt36 Vulnerable since 2009-12-09 www/zope-archetypes Depends on www/plone, which is FORBIDDEN www/zope-calendaring Depends on www/plone, which is FORBIDDEN www/zope-coreblog2 Depends on www/plone, which is FORBIDDEN www/zope-i18nlayer Depends on www/plone, which is FORBIDDEN www/zope-plonelanguagetool Depends on www/plone, which is FORBIDDEN www/zope-simpleblog Depends on www/plone, which is FORBIDDEN --- security/pgp6/files/patch-as | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 security/pgp6/files/patch-as (limited to 'security/pgp6/files/patch-as') diff --git a/security/pgp6/files/patch-as b/security/pgp6/files/patch-as deleted file mode 100644 index f78f4fc4b91f..000000000000 --- a/security/pgp6/files/patch-as +++ /dev/null @@ -1,11 +0,0 @@ ---- libs/pfl/common/lthread/pgpSemaphore.c.orig 1998-03-17 21:08:17.000000000 -0800 -+++ libs/pfl/common/lthread/pgpSemaphore.c 2008-09-01 10:01:39.000000000 -0700 -@@ -41,7 +41,7 @@ int PGPSemDestroy(PGPSem_t *sem) - #endif /* end PGP_UNIX_SOLARIS */ - - /* Linux has sem_init function but no headers ?? */ --#if HAVE_SEM_INIT && !PGP_UNIX_LINUX -+#if HAVE_SEM_INIT && !PGP_UNIX_LINUX && !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) - - PGPSemAttr_t PGPSemAttr_def = {0, 0}; - -- cgit v1.2.3