diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-10-21 20:55:42 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-10-21 20:55:42 +0000 |
commit | 2dadebc2fd1de2b644fe364274bf11c57b131d9e (patch) | |
tree | a0231ecde287b067b3a30093600786b538a1abc1 /net/latd/PLIST | |
parent | 0d13b4f588461b9925e06ae11301c99a31f1417b (diff) | |
download | pkgsrc-2dadebc2fd1de2b644fe364274bf11c57b131d9e.tar.gz |
Updated to 1.18. Closes PR pkg/22735.
Changelog:
latd (1.17-1) unstable; urgency=low
* Add support for a MOPRC_INTERFACE env variable.
* Fix bug in the lastest retransmit code that screwed up
queued connections rather badly.
* Don't show status messages to /dev/lat ports
* moprc is now a C++ program that uses the LATinterfaces class.
* llogin -p only locks devices if liblockdev is found
* Porting work for *BSD and Darwin.
HUGE thanks to Matthew Fredette of NetBSD for all the bpf work.
* Use autoconf to configure and build. Again Matthew Fredette did
most of the work for this, but I added the Linux bits.
latd (1.16-1) unstable; urgency=low
* Don't use an IP socket for finding interfaces. So now you
can use LAT (& moprc) with a kernel that doesn't have IP.
* Fix latcp man page (-J and -j were wrong way round)
* llogin -L disables locking when using -p
* latd now expires services if it doesn't receive HELLOs
* Expand escape sequences in /etc/issue.net or /etc/issue.lat
* Fix crash on queued connections referencing freed memory.
* moprc now ignores duplicate messages it receives. This fixes
odd behaviour with some Emulex targets
* Put a timeout on CONNECT and COMMAND messages so we can resend
them if we get no reply.
* Check connection IDs more carefully.
latd (1.15-1) unstable; urgency=low
* More DS90L+ fixes (keepalive message format)
* Fix iostreams so they produce the correct output in gcc 3.0 & 2.95.
Now I know why people really hate iostreams.
* Use getloadavg() rather than /proc to get load average.
* Close all FDs before forking server processes.
* Always send an ACK for a packet with data in it.
* llogin uses lock files for device connections
latd (1.14-1) unstable; urgency=low
* gcc-3.0 compilation fixes in the new bits
* Rewritten ethernet flow control
* Increase moprc timeout a little.
* Don't try to process zero-length packets
* Include lat.html documentation
* Tested on DECserver 700
* Send "no more slots on circuit" message when closing a connection for
that reason. Fixes reconnection on DECserver 90L+
pkgsrc changes:
* Fix building when using gcc3
* Use the bsd.pkg.install.mk framework to install the
configuration file into the right place.
Diffstat (limited to 'net/latd/PLIST')
-rw-r--r-- | net/latd/PLIST | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/net/latd/PLIST b/net/latd/PLIST index 33e757c2032..d5a081fee3e 100644 --- a/net/latd/PLIST +++ b/net/latd/PLIST @@ -1,11 +1,12 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/03/12 22:19:18 fredette Exp $ -sbin/latd -sbin/latcp -sbin/moprc +@comment $NetBSD: PLIST,v 1.2 2003/10/21 20:55:42 xtraeme Exp $ bin/llogin -etc/latd.conf man/man1/llogin.1 man/man5/latd.conf.5 -man/man8/latd.8 man/man8/latcp.8 +man/man8/latd.8 man/man8/moprc.8 +sbin/latcp +sbin/latd +sbin/moprc +share/examples/latd/latd.conf +@dirrm share/examples/latd |