diff options
author | rh <rh@pkgsrc.org> | 2000-06-12 18:40:54 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-06-12 18:40:54 +0000 |
commit | 90f54c31ca4ee2bf911a78f3f2e8f88efc07fcbb (patch) | |
tree | a47fe5196087a919445ed73cdf54d654db2d18ac /comms/minicom/Makefile | |
parent | 6ed0dee62406d4b0fa0ed9dd6e280fb861c4f68e (diff) | |
download | pkgsrc-90f54c31ca4ee2bf911a78f3f2e8f88efc07fcbb.tar.gz |
Update minicom to 0.83.1
Notable changes include:
- An old signal handling bug has been fixed. It sometimes caused an
eternal loop of "Killed by signal x" - "Resetting modem" - "Killed
by signal y" when minicom was aborted unexpectedly, and then it could
only be killed with kill -9 (SIGKILL).
- Now there is also a setting in the Bps/par/bits section of the Serial
port setup menu to use two stop bits.
- Some patches for SVR4 lock file handling.
- Fixed some compilation errors when -D_HAVE_MACROS is not defined
in the makefile.
- possible overflows fixed in inputting the manual dialing string and
search string in the phone dir.
- user-configurable options to disable writing the logfile or select
which things to write there
- the command line option -d now accepts multiple numbers or names as
the parameter. Separate them with commas and use no spaces around it.
- a fix for the script timeout command that sometimes didn't work right.
- now you can move an entry up/down in the phone directory.
- flag %f added to the upload/download protocol program command lines to
allow passing the port file descriptor to c-kermit
- support for DTE speed 230400 bps
- newline delay option added in the terminal settings
- multiline option added to untag all phonedir entries with the same name
when one of them answers
Diffstat (limited to 'comms/minicom/Makefile')
-rw-r--r-- | comms/minicom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index 1181262b47c..37440d986d4 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2000/01/05 22:58:13 tron Exp $ +# $NetBSD: Makefile,v 1.18 2000/06/12 18:40:54 rh Exp $ # FreeBSD Id: Makefile,v 1.13 1998/01/03 10:58:40 obrien Exp # DISTNAME= ${PKGNAME}.src -PKGNAME= minicom-1.82.1 +PKGNAME= minicom-1.83.1 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/serialcomm/dialout/} \ http://www.pp.clinet.fi/~walker/ |