summaryrefslogtreecommitdiff
path: root/net/latd
AgeCommit message (Collapse)AuthorFilesLines
2015-11-04Add SHA512 digests for distfiles for net categoryagc1-1/+2
Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-08-13Fix const use.joerg2-1/+33
2013-10-10Check in std for manipulators.joerg2-1/+23
2013-10-08Update to 1.21. Changes:shattered5-33/+42
- Fix memory leak caused by latcp -d & llogin -d - Loads of protocol fixes and speed enhancements NOTE: There are known problems with DECserver 90L terminal servers - Add better support for DS90L servers reverse LAT - Fix REQID message in moprc so it works with more servers.
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2011-11-25Fix build with newer GCC.joerg11-17/+160
2010-02-11DESTDIR supportjoerg3-6/+8
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-3/+3
Patch provided by Sergey Svishchev in private mail.
2007-01-27Fix build with gcc4. From Hans Rosenfeld in PR 35496.wiz2-1/+15
2006-06-03Uses C++.joerg1-1/+3
2006-03-14DragonFly support.joerg4-5/+46
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-11-07NOT_FOR_PLATFORM Interix.tv1-1/+3
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-17Fix quoting.uebayasi1-2/+2
2004-04-25Convert to buildlink3 and correct a spelling error in DESCR.snj2-3/+3
2003-10-21Updated to 1.18. Closes PR pkg/22735.xtraeme7-12/+87
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.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-4/+4
2002-03-12New "latd" package supplied by Matt Fredette:fredette4-0/+37
DEC Local Area Terminal (LAT) tools from the linux-decnet project.