summaryrefslogtreecommitdiff
path: root/comms/hylafax/Makefile
diff options
context:
space:
mode:
authorbad <bad>2001-07-08 13:32:14 +0000
committerbad <bad>2001-07-08 13:32:14 +0000
commitb2734179a2f0b457fb15ad26e99b714a1a20fe7c (patch)
treead090a65f61a3e08ab43dcab68060567f5fb68ea /comms/hylafax/Makefile
parent1c55ffff9079df71c4cdc035dd1fd0cb4d9ab1f6 (diff)
downloadpkgsrc-b2734179a2f0b457fb15ad26e99b714a1a20fe7c.tar.gz
Update Hylafax to 4.1 release.
Because the beta package was named 4.1b3 name this 4.1nb1. Note that the spool directory has moved from /var/spool/fax to /var/spool/hylafax. Notify the user about this from faxsetup if appropriate. Use root:wheel as SYSUID:SYSGID so the install does not mess up the permissions on $PREFIX/{bin,sbin} etc. Changelog for HylaFAX 4.1 - Jul 1, 2001 * tidied up README & INSTALL for full release (01 Jul 2001) * repaired dangling references to recently renamed manpages (01 Jul 2001) * no other changes - 4.1rc2 basically promoted to 4.1 Changelog for HylaFAX 4.1rc2 - Jun 17, 2001 * corrected some default JobReq* values (17 Jun 2001) * clarified documentation on sendfax -k option (17 Jun 2001) * added prototype configs for Courier and Zyxel models (17 Jun 2001) * added "Modem" option to DestControls (17 Jun 2001) * fix a segfault when processing null HDLC frames (17 Jun 2001) * continue manpage naming transition of 03 Jun (13 Jun 2001) * fix minor flaw in PriorityScheduling documentation (13 Jun 2001) * improve faxsetup onClient routines (07, 14 Jun 2001) * impose a T2 timeout on faxgetty vulnerability (07 Jun 2001) * updates for HTML documentation (07 Jun 2001) Changelog for HylaFAX 4.1rc1 - Jun 04, 2001 * remove use of /sbin/killall, problematic on Tru64 (04 Jun 2001) * fix ModemServer.c++ for OpenBSD (04 Jun 2001) * change manpage names: config to hylafax-config, info to hylafax-info, log to hylafax-log, and shutdown to hylafax-shutdown (03 Jun 2001) * add configs for UMC9624 and MT5634ZPX-PCI modems (03 Jun 2001) * fix TimeOfDay race if using bad syntax (03 Jun 2001) * break the initialization string apart and remove ModemOnHookCmd from it (03 Jun 2001) * allow use of "none" in five config options (03 Jun 2001) * add HylaFAX version and device usage in logs (30 May 2001) * rearrangements in configure to fix HP sed (30 May 2001) * change default spool dir to /var/spool/hylafax (29 May 2001) * make ModemServer attempt resets twice, if needed (29 May 2001) * fixes for building outside of source tree (27 May 2001) * fixes for 'make package' (27 May 2001) * removed a goto in faxd/Class1Send.c++ which caused compile errors for some (27 May 2001) * improved error handling for: (20 May 2001) - DLE+ETX - ERROR after AT+FRM (instead of +FCERROR) - faxgetty training hangups * added ModemDTRDropDelay config option and default, correcting some "Can not setup modem" issues (20 May 2001) * improved logging verbosity for SEND FAILED (20 May 2001) * updated various documentation antiquities (20 May 2001) * added Lucent (LT) Winmodem prototype config (20 May 2001) * added default status/any.info creation by faxsetup (20, 27 May 2001) * added PriorityScheduling option and POSIX function (20 May 2001) * fixed previous utmp update for libc5 (20 May 2001) * added Class1SwitchingDelay config option and default, correcting some timeout errors (20 May 2001) * fixed file gid numbering (20 May 2001) * Adjusted faxq to load-balance modems with equal priority (22 Apr 2001) * Added new CONTRIBUTORS (14 Apr 2001) * Merged performance-rts into rc288dpi-1 config file (14/19 Apr 2001) * Fixed vix.com reference in hylafax-server man page (14 Apr 2001) * Fixed \(dg character mis-recognition in faxwatch man page (14 Apr 2001) * Fixed hard-coded man page numbers in scripts (14/16 Apr 2001) * Clarify documentation of MaxConcurrentJobs (14 Apr 2001) * Alter install of hfaxd to not be suid (13 Apr 2001) * Fix hfaxd -q format string vulnerability (13 Apr 2001) * Add more NSF codes to known-NSF list (26 Mar 2001, 14 Apr 2001) * Fix to allow null-TSI matching (19 Mar 2001) * Fix USR default use of Class2APQueryCmd (19 Mar 2001) * Added server-side PDF conversion (19 Mar 2001, 14/17 Apr 2001) * Correct a typo in wedged man page (08 Mar 2001) * Fixed incorrect paths in some man pages (08 Mar 2001) * Various utmpx, LOCKS, and IXO_XMITTIMEOUT fixes (08 Mar 2001)
Diffstat (limited to 'comms/hylafax/Makefile')
-rw-r--r--comms/hylafax/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile
index 005c898f62e..8b62c838b06 100644
--- a/comms/hylafax/Makefile
+++ b/comms/hylafax/Makefile
@@ -1,15 +1,12 @@
-# $NetBSD: Makefile,v 1.19 2001/07/07 22:40:31 bad Exp $
+# $NetBSD: Makefile,v 1.20 2001/07/08 13:32:14 bad Exp $
#
-DISTNAME= hylafax-4.1beta3
-PKGNAME= hylafax-4.1b3
+DISTNAME= hylafax-4.1
+PKGNAME= hylafax-4.1nb1
CATEGORIES= comms
MASTER_SITES= ftp://ftp.hylafax.org/source/ \
ftp://ftp.leo.org/pub/comp/os/unix/networking/fax/hylafax/source
-PATCH_SITES= http://www.hylafax.org/patches/
-PATCHFILES= hfaxd-vulnerability.patch
-
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.hylafax.org/
COMMENT= Telecommunication and fax server system