summaryrefslogtreecommitdiff
path: root/net/asterisk-app-notify
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-10-14 22:30:49 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-10-14 22:30:49 +0000
commit4eb5b88d9eb1a88094ac3ae85f20e29e7510e97b (patch)
tree07820ebb6104ca954e4d94f3a2fdb93d78912435 /net/asterisk-app-notify
parentAdd doulos-compact 4.110, Doulos SIL TrueType font collection, compact (diff)
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
Notes
Notes: svn path=/head/; revision=283540
Diffstat (limited to 'net/asterisk-app-notify')
-rw-r--r--net/asterisk-app-notify/Makefile30
-rw-r--r--net/asterisk-app-notify/distinfo2
-rw-r--r--net/asterisk-app-notify/files/patch-Makefile27
-rw-r--r--net/asterisk-app-notify/files/patch-cflags.sh12
-rw-r--r--net/asterisk-app-notify/pkg-descr5
-rw-r--r--net/asterisk-app-notify/pkg-message14
-rw-r--r--net/asterisk-app-notify/pkg-plist2
7 files changed, 0 insertions, 92 deletions
diff --git a/net/asterisk-app-notify/Makefile b/net/asterisk-app-notify/Makefile
deleted file mode 100644
index 73a7bdf92c9a..000000000000
--- a/net/asterisk-app-notify/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# New ports collection makefile for: app_notify
-# Date created: 23 March 2007
-# Whom: mayo
-#
-# $FreeBSD$
-#
-
-PORTNAME= app_notify
-DISTVERSION= 2.0rc1
-PORTREVISION= 7
-CATEGORIES= net
-MASTER_SITES= http://www.mezzo.net/asterisk/ \
- http://static.oyam.ca/freebsd/ports/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= mayo@oyam.ca
-COMMENT= Notify application module for the Asterisk PBX
-
-DEPRECATED= Depends on net/asterisk14, which is FORBIDDEN
-EXPIRATION_DATE= 2011-10-14
-
-BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk14
-RUN_DEPENDS= asterisk:${PORTSDIR}/net/asterisk14
-
-USE_GMAKE= yes
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/net/asterisk-app-notify/distinfo b/net/asterisk-app-notify/distinfo
deleted file mode 100644
index d73a2e3cd8fb..000000000000
--- a/net/asterisk-app-notify/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (app_notify-2.0rc1.tgz) = b3eb3a7b1f567c9bb0d44406d3425de3062194411d0559f2c9c547926e3ad0cf
-SIZE (app_notify-2.0rc1.tgz) = 4053
diff --git a/net/asterisk-app-notify/files/patch-Makefile b/net/asterisk-app-notify/files/patch-Makefile
deleted file mode 100644
index 31370c7b29f0..000000000000
--- a/net/asterisk-app-notify/files/patch-Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
---- Makefile.orig Thu Feb 1 04:08:39 2007
-+++ Makefile Thu Oct 25 00:05:18 2007
-@@ -7,6 +7,7 @@
- #
-
- NAME=app_notify
-+CONF=extensions_dialer.conf
-
- CC=gcc
- CFLAGS=$(shell ./cflags.sh)
-@@ -21,7 +22,7 @@
- CC=gcc -arch ppc -arch i386
- else
- SOLINK=-shared -Xlinker -x
-- MODULES_DIR=/usr/lib/asterisk/modules
-+ MODULES_DIR=$(LOCALBASE)/lib/asterisk/modules
- endif
-
- RES=$(NAME).so
-@@ -35,6 +36,7 @@
- rm -f $(NAME).o $(NAME).so notifyClient.o notifyClient sampleClient
-
- install: all
-+ install -m 644 $(CONF).sample $(LOCALBASE)/etc/asterisk/$(CONF).sample ; \
- if [ -f $(NAME).so ]; then \
- install -m 755 $(NAME).so $(MODULES_DIR) ; \
- fi
diff --git a/net/asterisk-app-notify/files/patch-cflags.sh b/net/asterisk-app-notify/files/patch-cflags.sh
deleted file mode 100644
index 15483921b9b4..000000000000
--- a/net/asterisk-app-notify/files/patch-cflags.sh
+++ /dev/null
@@ -1,12 +0,0 @@
---- cflags.sh.orig Wed Oct 24 23:37:00 2007
-+++ cflags.sh Wed Oct 24 23:31:46 2007
-@@ -8,7 +8,8 @@
- INCDIR=/Library/Asterisk/include
- CFLAGS="${CFLAGS} -I/Library/Asterisk/include"
- else
-- INCDIR=/usr/include
-+ INCDIR=${LOCALBASE}/include
-+ CFLAGS="${CFLAGS} -I${INCDIR}"
- fi
-
- CHANNEL_H=${INCDIR}/asterisk/channel.h
diff --git a/net/asterisk-app-notify/pkg-descr b/net/asterisk-app-notify/pkg-descr
deleted file mode 100644
index 7e2c76bac340..000000000000
--- a/net/asterisk-app-notify/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Asterisk Notify is an Asterisk module which can be configured to send
-notifications over the network to announce the callers name and telephone
-number to a desktop PC.
-
-WWW: http://www.mezzo.net/asterisk/app_notify.html
diff --git a/net/asterisk-app-notify/pkg-message b/net/asterisk-app-notify/pkg-message
deleted file mode 100644
index 6b1a948a654b..000000000000
--- a/net/asterisk-app-notify/pkg-message
+++ /dev/null
@@ -1,14 +0,0 @@
-*****************************************************************************
-
-a) If this is a new install, restart Asterisk or activate the module by
- running:
-
- # asterisk -rx "module load app_notify"
-
-b) If this is an upgrade, you can restart Asterisk or reload the module by
- running:
-
- # asterisk -rx "module unload app_notify"
- # asterisk -rx "module load app_notify"
-
-*****************************************************************************
diff --git a/net/asterisk-app-notify/pkg-plist b/net/asterisk-app-notify/pkg-plist
deleted file mode 100644
index 58e21b95faf0..000000000000
--- a/net/asterisk-app-notify/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-etc/asterisk/extensions_dialer.conf.sample
-lib/asterisk/modules/app_notify.so