diff options
author | bad <bad@pkgsrc.org> | 2001-07-08 13:32:14 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 2001-07-08 13:32:14 +0000 |
commit | b6af6f8df3bafef06d98aaecc3b7f2488bc8ae5f (patch) | |
tree | ad090a65f61a3e08ab43dcab68060567f5fb68ea /comms/hylafax/patches/patch-an | |
parent | feb48c5de2333c4835f6ae45f9a99734d6ff6f84 (diff) | |
download | pkgsrc-b6af6f8df3bafef06d98aaecc3b7f2488bc8ae5f.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/patches/patch-an')
-rw-r--r-- | comms/hylafax/patches/patch-an | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/comms/hylafax/patches/patch-an b/comms/hylafax/patches/patch-an index 129ec5d8211..4629efea04f 100644 --- a/comms/hylafax/patches/patch-an +++ b/comms/hylafax/patches/patch-an @@ -1,7 +1,7 @@ -$NetBSD: patch-an,v 1.4 2001/04/23 15:06:18 abs Exp $ +$NetBSD: patch-an,v 1.5 2001/07/08 13:32:15 bad Exp $ ---- util/Makefile.in.orig Sun Sep 3 04:39:34 2000 -+++ util/Makefile.in +--- util/Makefile.in.orig Wed May 30 04:04:39 2001 ++++ util/Makefile.in Sun Jul 8 01:12:54 2001 @@ -154,7 +154,7 @@ PUTCLIENT = ${INSTALL} -idb ${PRODUCT}.sw.client PUTSERVER = ${INSTALL} -idb ${PRODUCT}.sw.server @@ -16,13 +16,13 @@ $NetBSD: patch-an,v 1.4 2001/04/23 15:06:18 abs Exp $ ${PUTSBIN} -m 755 -src recvstats.sh -O recvstats ${PUTSBIN} -m 755 -idb "config(update)" -src faxcron.sh -O faxcron + -${MKDIR} -m 755 ${LIBEXEC}/hylafax - ${PUTSUPD} -m 755 -src ${SRCDIR}/ps2fax.gs.sh -O ps2fax.gs - ${PUTSUPD} -m 755 -src ${SRCDIR}/ps2fax.dps.sh -O ps2fax.dps - ${PUTSUPD} -m 755 -src ${SRCDIR}/ps2fax.imp.sh -O ps2fax.imp -@@ -182,9 +183,11 @@ - ${PUTSUPD} -m 755 -src ${SRCDIR}/pollrcvd.sh -O pollrcvd - ${PUTSUPD} -m 755 -src ${SRCDIR}/mkcover.sh -O mkcover - ${PUTSUPD} -m 755 -src ${SRCDIR}/wedged.sh -O wedged + ${PUTSUPD} -m 755 -src ps2fax.gs.sh -O ps2fax.gs + ${PUTSUPD} -m 755 -src ps2fax.dps.sh -O ps2fax.dps + ${PUTSUPD} -m 755 -src ps2fax.imp.sh -O ps2fax.imp +@@ -183,9 +184,11 @@ + ${PUTSUPD} -m 755 -src pollrcvd.sh -O pollrcvd + ${PUTSUPD} -m 755 -src mkcover.sh -O mkcover + ${PUTSUPD} -m 755 -src wedged.sh -O wedged - ${PUTSERVER} -F ${SPOOL}/etc -m 444 -idb "config(update)" \ + -${MKDIR} -m 755 ${PREFIX}/share/hylafax + -${MKDIR} -m 755 ${PREFIX}/share/hylafax/etc_template |