aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2011-10-15 06:30:49 +0800
committerdougb <dougb@FreeBSD.org>2011-10-15 06:30:49 +0800
commitf263b11cfc542f6956ae7ef2bf5ee844f52aa0e9 (patch)
treed782689aec1286d5187787b922e773e1ba4a609b /devel
parentf797d663f51794e39d1fba66c178a3e2639cc2e0 (diff)
downloadfreebsd-ports-gnome-f263b11cfc542f6956ae7ef2bf5ee844f52aa0e9.tar.gz
freebsd-ports-gnome-f263b11cfc542f6956ae7ef2bf5ee844f52aa0e9.tar.zst
freebsd-ports-gnome-f263b11cfc542f6956ae7ef2bf5ee844f52aa0e9.zip
As previously advertised, complete removal of vulnerable ports that
no one has stepped up to deal with: archivers/pecl-phar Vulnerable since 2011-01-13 comms/libsyncml Depends on devel/libsoup22, which is FORBIDDEN databases/mysql323-server Vulnerable since 2006-10-29 databases/mysql323-client Vulnerable since 2006-10-29 databases/mysql323-scripts Vulnerable since 2006-10-29 databases/mysql40-server Vulnerable since 2006-10-29 databases/mysql40-client Vulnerable since 2006-10-29 databases/mysql40-scripts Vulnerable since 2006-10-29 databases/p5-DBD-mysql40 Depends on databases/mysql40-server, which is FORBIDDEN deskutils/buoh Depends on devel/libsoup22, which is FORBIDDEN deskutils/libopensync-plugin-syncml Depends on comms/libsyncml, which is DEPRECATED devel/libsoup22 Vulnerable since 2011-07-28 dns/bind9-sdb-ldap Vulnerable since 2011-06-04 dns/bind9-sdb-postgresql Vulnerable since 2011-06-04 ftp/wgetpro Vulnerable since 2004-12-14 games/quake2forge Vulnerable since 2005-01-21 graphics/linux-tiff Vulnerable since 2004-10-13 japanese/mutt Vulnerable since 2007-07-29 japanese/asterisk14-sounds Depends on net/asterisk14, which is FORBIDDEN net/asterisk14 Vulnerable since 2011-06-25 net/isc-dhcp31-client Vulnerable since 2011-04-10 net/isc-dhcp31-server Vulnerable since 2011-04-10 net/isc-dhcp31-relay Vulnerable since 2011-04-10 net/asterisk-app-ldap Depends on net/asterisk14, which is FORBIDDEN net/asterisk-app-notify Depends on net/asterisk14, which is FORBIDDEN net/asterisk-oh323 Depends on net/asterisk14, which is FORBIDDEN, does not compile on sparc64 net/asterisk14-addons Depends on net/asterisk14, which is FORBIDDEN net/astfax Depends on net/asterisk14, which is FORBIDDEN net-mgmt/nagios2 Vulnerable since 2009-06-30 www/gforge Vulnerable since 2005-08-09 www/linux-flashplugin7 Vulnerable since at least 2008-05-30 www/opera-devel Vulnerable since 2010-06-25, does not fetch www/plone3 Vulnerable and unsupported upstream www/serendipity-devel Vulnerable since 2008-04-25 www/ziproxy Vulnerable since 2010-06-15 www/asterisk-gui Depends on net/asterisk14, which is FORBIDDEN x11-toolkits/linux-pango Vulnerable since 2009-05-13
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/libsoup22/Makefile52
-rw-r--r--devel/libsoup22/distinfo2
-rw-r--r--devel/libsoup22/pkg-descr16
-rw-r--r--devel/libsoup22/pkg-plist32
5 files changed, 0 insertions, 103 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 2e5d1ba66e1c..d46f189fa6c5 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -908,7 +908,6 @@
SUBDIR += libsoup
SUBDIR += libsoup-gnome
SUBDIR += libsoup-reference
- SUBDIR += libsoup22
SUBDIR += libstatgrab
SUBDIR += libstrfunc
SUBDIR += libstroke
diff --git a/devel/libsoup22/Makefile b/devel/libsoup22/Makefile
deleted file mode 100644
index eab135ba5a1c..000000000000
--- a/devel/libsoup22/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# New ports collection makefile for: libsoup
-# Date created: 12 March 2003
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/devel/libsoup22/Makefile,v 1.40 2008/03/04 20:28:19 mezz Exp $
-#
-
-PORTNAME= libsoup
-PORTVERSION= 2.2.105
-PORTREVISION= 5
-CATEGORIES= devel gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A SOAP (Simple Object Access Protocol) implementation in C
-
-FORBIDDEN= Vulnerable since 2011-07-28, http://portaudit.freebsd.org/30cb4522-b94d-11e0-8182-485d60cb5385.html
-EXPIRATION_DATE= 2011-10-14
-
-LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
-
-NO_LATEST_LINK= yes
-
-USE_BZIP2= yes
-USE_GNOME= gnomehack glib20 libxml2 ltverhack referencehack
-USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool
-USE_GMAKE= yes
-CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
- --disable-gtk-doc
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-PLIST_SUB= VERSION="2.2"
-
-.if !defined(WITHOUT_SSL)
-LIB_DEPENDS+= gnutls.47:${PORTSDIR}/security/gnutls
-.else
-CONFIGURE_ARGS+=--disable-ssl
-.endif
-
-.include <bsd.port.pre.mk>
-
-pre-everything::
- @${ECHO_MSG} ""
- @${ECHO_MSG} "libsoup has the following configurable option(s):"
- @${ECHO_MSG} " WITHOUT_SSL Disable GnuTLS SSL support"
- @${ECHO_MSG} ""
-
-.include <bsd.port.post.mk>
diff --git a/devel/libsoup22/distinfo b/devel/libsoup22/distinfo
deleted file mode 100644
index d1fffabda77b..000000000000
--- a/devel/libsoup22/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gnome2/libsoup-2.2.105.tar.bz2) = 3760a127ee810cfd0fda257ff615d19a2dd8aeece199dad0d18690446df72e8f
-SIZE (gnome2/libsoup-2.2.105.tar.bz2) = 505095
diff --git a/devel/libsoup22/pkg-descr b/devel/libsoup22/pkg-descr
deleted file mode 100644
index 1ec2bfea440f..000000000000
--- a/devel/libsoup22/pkg-descr
+++ /dev/null
@@ -1,16 +0,0 @@
-Soup is a SOAP (Simple Object Access Protocol) implementation in C.
-
-It provides a queued asynchronous callback-based mechanism for sending and
-servicing SOAP requests, and a WSDL (Web Service Definition Language) for C
-compilers which generates client stubs and server skeletons for easily
-calling and implementing SOAP methods. It uses GLib and is designed to work
-well with GTK applications.
-
-Features:
- * Completely Asynchronous
- * Connection cache
- * HTTP chunked transfer and persistent connections
- * Authenticated HTTP, SOCKS4, and SOCKS5 proxy support
- * SSL Support using OpenSSL
- * Apache module server support
- * Client digest authentication
diff --git a/devel/libsoup22/pkg-plist b/devel/libsoup22/pkg-plist
deleted file mode 100644
index 24f7140d1e00..000000000000
--- a/devel/libsoup22/pkg-plist
+++ /dev/null
@@ -1,32 +0,0 @@
-include/libsoup-%%VERSION%%/libsoup/soup-address.h
-include/libsoup-%%VERSION%%/libsoup/soup-connection.h
-include/libsoup-%%VERSION%%/libsoup/soup-date.h
-include/libsoup-%%VERSION%%/libsoup/soup-headers.h
-include/libsoup-%%VERSION%%/libsoup/soup-message-filter.h
-include/libsoup-%%VERSION%%/libsoup/soup-message-queue.h
-include/libsoup-%%VERSION%%/libsoup/soup-message.h
-include/libsoup-%%VERSION%%/libsoup/soup-method.h
-include/libsoup-%%VERSION%%/libsoup/soup-misc.h
-include/libsoup-%%VERSION%%/libsoup/soup-portability.h
-include/libsoup-%%VERSION%%/libsoup/soup-server-auth.h
-include/libsoup-%%VERSION%%/libsoup/soup-server-message.h
-include/libsoup-%%VERSION%%/libsoup/soup-server.h
-include/libsoup-%%VERSION%%/libsoup/soup-session-async.h
-include/libsoup-%%VERSION%%/libsoup/soup-session-sync.h
-include/libsoup-%%VERSION%%/libsoup/soup-session.h
-include/libsoup-%%VERSION%%/libsoup/soup-soap-message.h
-include/libsoup-%%VERSION%%/libsoup/soup-soap-response.h
-include/libsoup-%%VERSION%%/libsoup/soup-socket.h
-include/libsoup-%%VERSION%%/libsoup/soup-status.h
-include/libsoup-%%VERSION%%/libsoup/soup-types.h
-include/libsoup-%%VERSION%%/libsoup/soup-uri.h
-include/libsoup-%%VERSION%%/libsoup/soup-xmlrpc-message.h
-include/libsoup-%%VERSION%%/libsoup/soup-xmlrpc-response.h
-include/libsoup-%%VERSION%%/libsoup/soup.h
-lib/libsoup-%%VERSION%%.a
-lib/libsoup-%%VERSION%%.la
-lib/libsoup-%%VERSION%%.so
-lib/libsoup-%%VERSION%%.so.8
-libdata/pkgconfig/libsoup-%%VERSION%%.pc
-@dirrm include/libsoup-%%VERSION%%/libsoup
-@dirrm include/libsoup-%%VERSION%%