diff options
author | kris <kris@FreeBSD.org> | 2001-04-17 16:22:46 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-04-17 16:22:46 +0800 |
commit | 605d14fc5d4b368e890cda296521bd2476335e4d (patch) | |
tree | 286d4fe3efdc1e2c29e16be75c48f8afb01c84aa /comms/hylafax/Makefile | |
parent | 07e62c9b80780424baaf7c27fe7452d8a7414385 (diff) | |
download | freebsd-ports-gnome-605d14fc5d4b368e890cda296521bd2476335e4d.tar.gz freebsd-ports-gnome-605d14fc5d4b368e890cda296521bd2476335e4d.tar.zst freebsd-ports-gnome-605d14fc5d4b368e890cda296521bd2476335e4d.zip |
Remove setuid root bit from hfaxd and fix a format string error which was
previously a security vulnerability
Reported by: Marcin Dawcewicz <miv@IIDEA.PL>
Obtained from: http://www.hylafax.org
Diffstat (limited to 'comms/hylafax/Makefile')
-rw-r--r-- | comms/hylafax/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index abab9930cb5e..1e4fa64185a7 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -7,7 +7,7 @@ PORTNAME= hylafax PORTVERSION= 4.1.b2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= ftp://ftp.hylafax.org/source/ DISTNAME= ${PORTNAME}-4.1beta2 |