diff options
author | garga <garga@FreeBSD.org> | 2006-09-03 20:53:16 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-09-03 20:53:16 +0800 |
commit | a3e7c027f813759158cd80a1adc25e7d0afcbb02 (patch) | |
tree | c6a389a0c6fd7c8a152638f1a3d975b598a0c646 /net-im/jabber/Makefile | |
parent | 0b6f46531c315ceda26ed1aa66d6fed908f5a2ae (diff) | |
download | freebsd-ports-gnome-a3e7c027f813759158cd80a1adc25e7d0afcbb02.tar.gz freebsd-ports-gnome-a3e7c027f813759158cd80a1adc25e7d0afcbb02.tar.zst freebsd-ports-gnome-a3e7c027f813759158cd80a1adc25e7d0afcbb02.zip |
- Fix fd_set vulnerability and save this port to be removed
- Bump PORTREVISION
Provided by: author
Diffstat (limited to 'net-im/jabber/Makefile')
-rw-r--r-- | net-im/jabber/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-im/jabber/Makefile b/net-im/jabber/Makefile index 21398a457941..ae4acc2c1917 100644 --- a/net-im/jabber/Makefile +++ b/net-im/jabber/Makefile @@ -7,6 +7,7 @@ PORTNAME= jabber PORTVERSION= 1.4.3.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net-im MASTER_SITES= http://devel.amessage.info/jabberd14/ @@ -19,8 +20,6 @@ COMMENT= Online presence and instant messaging server LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth \ expat.6:${PORTSDIR}/textproc/expat2 -DEPRECATED= fd_set -- bitmap index overflow in multiple applications. - USE_RC_SUBR= jabberd.sh USE_BZIP2= yes GNU_CONFIGURE= yes |