Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
time! -- save them by hand if you need them for this upgrade), add a
package hook to change ${CONFDIR}, where the binaries look for their
configuration files, and update to 1.1.26. Many bug fixes and improved
compatibility with various modems. The following were culled from the
extensive ChangeLog file's for being conceivably of general interest.
* login.c: export current tty as $DEVICE to shell
* dialin.config: added V253 codes for OUT_OF_AREA and PRIVATE.
* getdisk.c: fix overflow on file systems with > 2G (2^31 bytes) free
* getdisk.c: default MINFREESPACE from policy.h was interpreted
as *bytes*, not as *kbytes*. Which kind of defeats the purpose
of checking for "enough disk space". Fixed, work with kbytes now.
* faxrecp.c: check access rights first, space second (this will
give clearer log messages for non-existing directories)
* faxrecp.c: change fax page writing to open( O_EXCL|O_CREAT )
* locks.c: use mkstemp() to create tmp file, if available,
open( O_EXCL|O_CREAT ) otherwise.
and for vgetty...
* Fixed buffer overflow in vm and vgetty, submitted by Georg
Kirschbaum, <Georg.Kirschbaum@gimmel.franken.de>. Impact would
not have been very big since only DTMFs are under control
of the user.
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
|
|
|
|
|
|
up on deinstall (but check first, and leave them all alone if there are
any files in there).
|
|
* callback/callback.c: use VARRUNDIR instead of MGETTY_PID_FILE
* mgetty.c: use VARRUNDIR to get name of PID file, non-conditional
* policy.h: MGETTY_PID_FILE is gone, VARRUNDIR used instead
* mgetty.c: write CallerId to UTMP, if available, Connect otherwise
* fax/faxspool: convert .pdf files via Acroread (contributed by
Michael Fischer v. Mollard, mfvm@gmx.de).
* Makefile, mksed: introduce $VARRUNDIR
* fax/faxrunqd.in, fax/faxrunq.in, fax/faxspool.in: change
location of ".last_run" to $VARRUNDIR/faxqueue_done (previously,
$fax_spool_out/.last_run creation was vulnerable to symlink attacks)
* cnd.c: add NMBR=<nnn> format for Digi DataFire RAS
* login.c: add \Y hack (simplar to \I) to get CallerID in ut_host field
* faxlib.c: distinguish Elink 310 and Elink 343
|
|
data/fax core. Update adds quirks/hints for a few additional voice modems
and fixes a long-standing bug with WAV file conversions.
|
|
interface, expands help files, and recognizes a few more modems. No
change whatsoever to data/fax core.
|
|
Numerous tweaks, minor bug fixes.
|
|
|
|
|
|
|
|
"/usr/local/lib/mgetty+sendfax/new_fax". Problem noted by Simon J. Gerraty
in PR pkg/8255.
|
|
|
|
|
|
|
|
|
|
|
|
we don't use FreeBSD's perl script for that purpose.
|
|
|
|
|
|
|
|
Handle external logins, send and receive faxes.
|