mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
Remove expired port:
2013-08-28 net/gatekeeper: Vulnerable for than 2 month
This commit is contained in:
parent
25d1c72b89
commit
339dff263e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325512
1
MOVED
1
MOVED
@ -4871,3 +4871,4 @@ irc/smuxi||2013-08-27|Has expired: Broken for more than 6 month
|
||||
java/icedtea6-stubs||2013-08-27|Has expired: Broken for more than 6 month
|
||||
math/octave-forge-es||2013-08-27|Has expired: Broken for more than 6 month
|
||||
math/octave-forge-java||2013-08-27|Has expired: Broken for more than 6 month
|
||||
net/gatekeeper||2013-08-28|Has expired: Vulnerable for than 2 month
|
||||
|
@ -164,7 +164,6 @@
|
||||
SUBDIR += fsplib
|
||||
SUBDIR += ftelnetd
|
||||
SUBDIR += g2ipmsg
|
||||
SUBDIR += gatekeeper
|
||||
SUBDIR += gateway6
|
||||
SUBDIR += get_iplayer
|
||||
SUBDIR += gini
|
||||
|
@ -1,114 +0,0 @@
|
||||
# New ports collection makefile for: gatekeeper
|
||||
# Date created: Wed Apr 15 15:41:00 GMT 2000
|
||||
# Whom: Roger Hardiman <roger@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gatekeeper
|
||||
#PORTVERSION= 2.2.8
|
||||
DISTVERSION= 2.2.8
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= SF/openh323gk/Sources/${PORTVERSION}
|
||||
DISTNAME= gnugk-${DISTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= GnuGK is GPL Gate Keeper for OhPhone, GnomeMeeting, NetMeeting, and H323
|
||||
|
||||
LIB_DEPENDS= h323_r.1:${PORTSDIR}/net/openh323
|
||||
|
||||
#WRKSRC= ${WRKDIR}/${MASTER_SITE_SUBDIR}-${DISTVERSION:C/-[0-9]$//}
|
||||
|
||||
DEPRECATED= Vulnerable for than 2 month
|
||||
EXPIRATION_DATE= 2013-08-28
|
||||
|
||||
USE_RC_SUBR= gnugk
|
||||
USERS= gnugk
|
||||
GROUPS= ${USERS}
|
||||
|
||||
USE_AUTOTOOLS= autoconf
|
||||
CONFIGURE_ARGS+= --disable-firebird
|
||||
|
||||
USE_GMAKE= yes
|
||||
ALL_TARGET= optshared addpasswd
|
||||
MAKE_ENV= PWLIBDIR=${LOCALBASE}/share/pwlib \
|
||||
OPENH323DIR=${LOCALBASE}/share/openh323 \
|
||||
SYSLIBDIR=${LOCALBASE}/lib
|
||||
MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${ARCH:S/i386/x86/} \
|
||||
OSRELEASE=${OSVERSION} CPLUS=${CXX}
|
||||
|
||||
PLIST_SUB= PORTNAME=${PORTNAME}
|
||||
DOCSDIR= ${PREFIX}/share/doc/openh323
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/openh323
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_FDSET)
|
||||
CONFIGURE_ARGS+= --with-large-fdset=${WITH_FDSET}
|
||||
.endif
|
||||
|
||||
.if defined(WITH_RADIUS)
|
||||
CONFIGURE_ARGS+= --enable-radius
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-radius
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MYSQL)
|
||||
USE_MYSQL= yes
|
||||
CONFIGURE_ARGS+= --enable-mysql \
|
||||
--with-mysql-dir=${LOCALBASE}
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-mysql
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PGSQL)
|
||||
USE_PGSQL= yes
|
||||
CONFIGURE_ARGS+= --enable-pgsql
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-pgsql
|
||||
.endif
|
||||
|
||||
pre-everything::
|
||||
.if !defined(WITH_RADIUS) || !defined(WITH_MYSQL) || !defined(WITH_PGSQL) || !defined(WITH_FDSET)
|
||||
@${ECHO_MSG} "Additional build options are:"
|
||||
@${ECHO_MSG} ""
|
||||
.endif
|
||||
.ifndef(WITH_RADIUS)
|
||||
@${ECHO_MSG} "WITH_RADIUS=yes - enable Radius support"
|
||||
@${ECHO_MSG} ""
|
||||
.endif
|
||||
.ifndef(WITH_MYSQL)
|
||||
@${ECHO_MSG} "WITH_MYSQL=yes - enable the MySQL backend"
|
||||
@${ECHO_MSG} ""
|
||||
.endif
|
||||
.ifndef(WITH_PGSQL)
|
||||
@${ECHO_MSG} "WITH_PGSQL=yes - enable the PostgreSQL backend"
|
||||
@${ECHO_MSG} ""
|
||||
.endif
|
||||
.ifndef(WITH_FDSET)
|
||||
@${ECHO_MSG} "WITH_FDSET=<some number> - expand the 'Maximum number of sockets'"
|
||||
@${ECHO_MSG} "Default is: 1024"
|
||||
@${ECHO_MSG} ""
|
||||
.endif
|
||||
|
||||
pre-su-install:
|
||||
@${SETENV} PKG_PREFIX=${PREFIX} \
|
||||
${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/obj_r/gnugk ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/obj_r/addpasswd ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/etc/complete.ini ${PREFIX}/etc/gnugk.ini.default
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}/${PORTNAME}
|
||||
@${CP} -Rp ${WRKSRC}/docs/*.txt ${DOCSDIR}/${PORTNAME}
|
||||
.endif
|
||||
@${MKDIR} ${EXAMPLESDIR}/${PORTNAME}
|
||||
@${CP} -Rp ${WRKSRC}/etc/*.ini ${EXAMPLESDIR}/${PORTNAME}
|
||||
|
||||
post-install:
|
||||
@${SETENV} PKG_PREFIX=${PREFIX} \
|
||||
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (gnugk-2.2.8.tar.gz) = 7b1fbc33bdde8c8aa5f427011a3b5acc7804a7c47070c3873365712bdcfe23e3
|
||||
SIZE (gnugk-2.2.8.tar.gz) = 1282055
|
@ -1,41 +0,0 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# PROVIDE: gnugk
|
||||
# REQUIRE: NETWORKING SERVERS
|
||||
# BEFORE: DAEMON
|
||||
# KEYWORD: shutdown
|
||||
#
|
||||
# Add to /etc/rc.conf to enable gnugk:
|
||||
# gnugk_enable="YES"
|
||||
#
|
||||
# Additional options for /etc/rc.conf
|
||||
# gnugk_user="the user that should run gnugk" (def: gnugk)
|
||||
# gnugk_config"path to the config file to use" (def: /usr/local/etc/gnugk.ini)
|
||||
# gnugk_logfile="path to the logfile to log to" (def: /var/log/gnugk/gnugk.log)
|
||||
# gnugk_pidfile="path to the pidfile to use" (def: /var/run/gnugk/gnugk.pid)
|
||||
# gnugk_flags="additional flags you need" (def: -t)
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
name="gnugk"
|
||||
rcvar=gnugk_enable
|
||||
command="%%PREFIX%%/bin/${name}"
|
||||
extra_commands="reload"
|
||||
|
||||
load_rc_config $name
|
||||
|
||||
gnugk_user=${gnugk_user:-${name}}
|
||||
gnugk_config=${gnugk_config:-"%%PREFIX%%/etc/${name}.ini"}
|
||||
gnugk_logfile=${gnugk_logfile:-"/var/log/${name}/${name}.log"}
|
||||
gnugk_pidfile=${gnugk_pidfile:-"/var/run/${name}/${name}.pid"}
|
||||
|
||||
# use some defaults if no flags are specified in /etc/rc.conf
|
||||
gnugk_flags=${gnugk_flags:-"-t"}
|
||||
|
||||
required_files=${gnugk_conf}
|
||||
pidfile=${gnugk_pidfile}
|
||||
command_args="-u ${gnugk_user} -c ${gnugk_config} -o ${gnugk_logfile} --pid ${pidfile} >/dev/null &"
|
||||
|
||||
run_rc_command "$1"
|
@ -1,11 +0,0 @@
|
||||
--- configure.in.orig 2006-06-02 11:21:34.000000000 +0200
|
||||
+++ configure.in 2008-02-27 21:29:00.000000000 +0100
|
||||
@@ -321,7 +321,7 @@
|
||||
AC_ARG_WITH(mysql-dir,
|
||||
[ --with-mysql-dir=DIR base directory where MySQL is installed ],
|
||||
[ mysql_lib_dir="$withval/lib/mysql"
|
||||
- mysql_include_dir="$withval/include/mysql"
|
||||
+ mysql_include_dir="$withval/include"
|
||||
]
|
||||
)
|
||||
|
@ -1,14 +0,0 @@
|
||||
diff -ruN main.cxx.old main.cxx
|
||||
--- main.cxx.old 2004-04-17 07:43:43.000000000 -0400
|
||||
+++ main.cxx 2008-01-05 21:37:07.000000000 -0500
|
||||
@@ -18,6 +18,10 @@
|
||||
|
||||
|
||||
#include <ptlib.h>
|
||||
+/* the following were expected to be included within ptlib.h
|
||||
+ but in case they weren't include them explicitly here. */
|
||||
+#include <ptlib/pprocess.h>
|
||||
+
|
||||
#include "gk.h"
|
||||
|
||||
PCREATE_PROCESS(Gatekeeper)
|
@ -1,14 +0,0 @@
|
||||
--- pwlib_compat.h.orig 2011-02-18 15:06:44.000000000 +0100
|
||||
+++ pwlib_compat.h 2011-02-18 15:08:05.000000000 +0100
|
||||
@@ -103,9 +103,8 @@
|
||||
///////////////////////////////////////////////
|
||||
|
||||
// OpenH323 version matching
|
||||
-#ifdef H323_H460
|
||||
- #define hasH460 1 // H460 support
|
||||
-#endif
|
||||
+#undef H323_H460
|
||||
+#undef hasH460
|
||||
|
||||
#if OPENH323_MAJOR == 1
|
||||
#if OPENH323_MINOR >= 19
|
@ -1,41 +0,0 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PATH=/bin:/usr/bin:/usr/sbin
|
||||
|
||||
gnugk_config=${PKG_PREFIX:-"/usr/local"}/etc/gnugk.ini
|
||||
gnugk_logdir="/var/log/gnugk"
|
||||
gnugk_piddir="/var/run/gnugk"
|
||||
|
||||
case $2 in
|
||||
DEINSTALL)
|
||||
cmp -s -z ${gnugk_config} ${gnugk_config}.default && rm ${gnugk_config}
|
||||
rmdir ${gnugk_logdir} 2>/dev/null
|
||||
rmdir ${gnugk_piddir} 2>/dev/null
|
||||
;;
|
||||
POST-DEINSTALL)
|
||||
echo "===> post-deinstallation information for $1"
|
||||
echo ""
|
||||
echo " Please note that gatekeeper was not completely removed"
|
||||
echo " from this system:"
|
||||
echo ""
|
||||
echo " Any gatekeeper related user accounts were kept."
|
||||
if [ -f ${gnugk_config} \
|
||||
-o -d ${gnugk_logdir} \
|
||||
-o -d ${gnugk_piddir} ] ; then
|
||||
echo ""
|
||||
echo " Additionally, the log directory as well as any"
|
||||
echo " modified configuration files were preserved"
|
||||
echo " too, in case you want to install an updated version"
|
||||
echo " of gatekeeper. You need to remove them manually if"
|
||||
echo " you do not want to use it any longer."
|
||||
fi
|
||||
echo ""
|
||||
;;
|
||||
*)
|
||||
exit 64
|
||||
;;
|
||||
esac
|
||||
exit 0
|
@ -1,18 +0,0 @@
|
||||
GNU Gatekeeper (previously called OpenH323 Gatekeeper) is a H323 gatekeeper
|
||||
which uses the OpenH323 stack.
|
||||
It is released with the GPL (GNU Public Licence)
|
||||
|
||||
A H323 Gatekeeper manages multiple H323 clients on a network
|
||||
and provides a nice user name to IP mapping.
|
||||
It also supports a proxy function for networks with firewalls and NAT.
|
||||
|
||||
As it follows the H323 standard, it is compatible with H323
|
||||
client programs including OhPhone, OpenPhone, GnomeMeeting and
|
||||
Microsoft NetMeeting.
|
||||
|
||||
It makes use of PWLib and the OpenH323 stack from Equivalence Ltd Pty
|
||||
|
||||
WWW: http://www.gnugk.org/
|
||||
|
||||
Also see
|
||||
WWW: http://www.openh323.org/
|
@ -1,58 +0,0 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PATH=/bin:/usr/bin:/usr/sbin
|
||||
|
||||
pkgname=$1
|
||||
gnugk_user=gnugk
|
||||
gnugk_group=gnugk
|
||||
gnugk_config=${PKG_PREFIX:-"/usr/local"}/etc/gnugk.ini
|
||||
gnugk_logdir="/var/log/gnugk"
|
||||
gnugk_piddir="/var/run/gnugk"
|
||||
|
||||
case $2 in
|
||||
PRE-INSTALL)
|
||||
echo "===> Pre-installation configuration for ${pkgname}"
|
||||
|
||||
for dir in ${gnugk_logdir} ${gnugk_piddir}; do
|
||||
if [ ! -d ${dir} ]; then
|
||||
echo "Creating ${dir}..."
|
||||
install -d -o ${gnugk_user} -g ${gnugk_group} \
|
||||
-m 0750 ${dir}
|
||||
fi
|
||||
done
|
||||
;;
|
||||
POST-INSTALL)
|
||||
if [ ! -f ${gnugk_config} \
|
||||
-a -f ${gnugk_config}.default ]; then
|
||||
echo "Creating ${gnugk_config} from default..."
|
||||
install -c -o root -g ${gnugk_group} -m 0640 \
|
||||
${gnugk_config}.default \
|
||||
${gnugk_config}
|
||||
fi
|
||||
|
||||
echo "===> Post-installation informations for ${pkgname}"
|
||||
echo ""
|
||||
echo " o A sample configuration file for this package is installed"
|
||||
echo " as ${gnugk_config}."
|
||||
echo " More example configurations can be found in"
|
||||
echo " ${PKG_PREFIX}/share/examples/openh323/gatekeeper."
|
||||
echo ""
|
||||
echo " o Documentation can be found in"
|
||||
echo " ${PKG_PREFIX}/share/doc/openh323/gatekeeper."
|
||||
echo ""
|
||||
echo " o A log directory has been created in ${gnugk_logdir}."
|
||||
echo ""
|
||||
echo " To enable gatekeeper, set gnugk_enable=yes in either"
|
||||
echo " /etc/rc.conf, /etc/rc.conf.local or /etc/rc.conf.d/gnugk"
|
||||
echo " See ${PKG_PREFIX}/etc/rc.d/gnugk.sh for more"
|
||||
echo " configuration options."
|
||||
echo ""
|
||||
;;
|
||||
*)
|
||||
exit 64
|
||||
;;
|
||||
esac
|
||||
exit 0
|
@ -1,41 +0,0 @@
|
||||
@unexec %D/etc/rc.d/gnugk.sh forcestop 2>/dev/null || true
|
||||
@unexec %D/etc/rc.d/gnugk forcestop 2>/dev/null || true
|
||||
bin/addpasswd
|
||||
bin/gnugk
|
||||
etc/gnugk.ini.default
|
||||
%%EXAMPLESDIR%%/%%PORTNAME%%/child.ini
|
||||
%%EXAMPLESDIR%%/%%PORTNAME%%/clirw.ini
|
||||
%%EXAMPLESDIR%%/%%PORTNAME%%/complete.ini
|
||||
%%EXAMPLESDIR%%/%%PORTNAME%%/fileacct.ini
|
||||
%%EXAMPLESDIR%%/%%PORTNAME%%/gnugk.ini
|
||||
%%EXAMPLESDIR%%/%%PORTNAME%%/ipauth.ini
|
||||
%%EXAMPLESDIR%%/%%PORTNAME%%/mysql.ini
|
||||
%%EXAMPLESDIR%%/%%PORTNAME%%/neighbor.ini
|
||||
%%EXAMPLESDIR%%/%%PORTNAME%%/proxy.ini
|
||||
%%EXAMPLESDIR%%/%%PORTNAME%%/radacct.ini
|
||||
%%EXAMPLESDIR%%/%%PORTNAME%%/radaliasauth.ini
|
||||
%%EXAMPLESDIR%%/%%PORTNAME%%/radauth.ini
|
||||
%%EXAMPLESDIR%%/%%PORTNAME%%/routed.ini
|
||||
%%EXAMPLESDIR%%/%%PORTNAME%%/rrqauth.ini
|
||||
%%EXAMPLESDIR%%/%%PORTNAME%%/sql.ini
|
||||
%%EXAMPLESDIR%%/%%PORTNAME%%/status.ini
|
||||
%%EXAMPLESDIR%%/%%PORTNAME%%/vqueue.ini
|
||||
%%EXAMPLESDIR%%/%%PORTNAME%%/uri.ini
|
||||
%%EXAMPLESDIR%%/%%PORTNAME%%/syslog.ini
|
||||
%%EXAMPLESDIR%%/%%PORTNAME%%/qos.ini
|
||||
%%EXAMPLESDIR%%/%%PORTNAME%%/p2pnat.ini
|
||||
%%EXAMPLESDIR%%/%%PORTNAME%%/odbc.ini
|
||||
%%EXAMPLESDIR%%/%%PORTNAME%%/nat.ini
|
||||
%%EXAMPLESDIR%%/%%PORTNAME%%/h350.ini
|
||||
%%EXAMPLESDIR%%/%%PORTNAME%%/enum.ini
|
||||
@dirrm %%EXAMPLESDIR%%/%%PORTNAME%%
|
||||
@dirrmtry %%EXAMPLESDIR%%
|
||||
%%PORTDOCS%%%%DOCSDIR%%/%%PORTNAME%%/keepalive.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/%%PORTNAME%%/known_bugs.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/%%PORTNAME%%/performance.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/%%PORTNAME%%/radauth.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/%%PORTNAME%%/trace_levels.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/%%PORTNAME%%/pwlib_bugs.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/%%PORTNAME%%/identifiers.txt
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/%%PORTNAME%%
|
||||
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user