diff options
author | fredb <fredb@pkgsrc.org> | 2001-06-21 17:02:23 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-06-21 17:02:23 +0000 |
commit | 359fb97696952dd7262b8c0b169d9a45e268a8bf (patch) | |
tree | bd36d68428288c786ddadc15feb3d18635b39142 /comms/mgetty+sendfax/distinfo | |
parent | 20984a2457e4f09084554745b0c541dc94de3be3 (diff) | |
download | pkgsrc-359fb97696952dd7262b8c0b169d9a45e268a8bf.tar.gz |
Fix mgetty package to not delete its config files on pkg_delete (next
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.
Diffstat (limited to 'comms/mgetty+sendfax/distinfo')
-rw-r--r-- | comms/mgetty+sendfax/distinfo | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/comms/mgetty+sendfax/distinfo b/comms/mgetty+sendfax/distinfo index 9a7da0b2bd5..b0cea2047c1 100644 --- a/comms/mgetty+sendfax/distinfo +++ b/comms/mgetty+sendfax/distinfo @@ -1,12 +1,13 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 09:04:22 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/06/21 17:02:23 fredb Exp $ -SHA1 (mgetty1.1.22-Aug17.tar.gz) = d04a749265ca11ec9ad451646b1e04b8cb49fb04 -Size (mgetty1.1.22-Aug17.tar.gz) = 948803 bytes +SHA1 (mgetty1.1.26-Apr16.tar.gz) = c36926dad8849f14e617f207cb7729f8e4c7f089 +Size (mgetty1.1.26-Apr16.tar.gz) = 948245 bytes SHA1 (patch-aa) = 249ec3d2425d359a5d89241978ff9ac6122d0eb6 -SHA1 (patch-ab) = c5fbc193735f4afa864f91e261935068c8428276 +SHA1 (patch-ab) = ca2ff2961b045b66a3aedf692ce83e8fc6ecdd09 SHA1 (patch-ac) = f37ba8521f18957931f5180c8c90f3ec0b6a707f SHA1 (patch-ad) = c31a50209e83d9082cd4a026c0d3e1517d96a336 SHA1 (patch-ae) = bf1dde04e3c3ae0b0683481cf1bd2e590d1dddd8 SHA1 (patch-af) = 418e87beca4f3a52ae0c6f7e337d119f86766d6c SHA1 (patch-ag) = 943aa837a285663ff6cf5ab07c3f908f499c2074 SHA1 (patch-ah) = 7724a401625d25b00ba88782eeffc3cdc03387c6 +SHA1 (patch-ai) = 98eba401e1b422e2f759eca00132a75e68518f4d |