Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Feb 2004 10:38:54 -0600 (CST)
From:      Tillman Hodgson <"tillman ATseeingfireDOTcom"@seekingfire.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/62648: [maintainer update] Bump net/latd from 1.19 to 1.20 (more-than-minor code changes, files deleted)
Message-ID:  <20040210163854.4F003F0@mail.seekingfire.com>
Resent-Message-ID: <200402101640.i1AGeHF7096077@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         62648
>Category:       ports
>Synopsis:       [maintainer update] Bump net/latd from 1.19 to 1.20 (more-than-minor code changes, files deleted)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 10 08:40:16 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Tillman Hodgson <tillman AT seeingfire DOT com>
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
ROSPA
>Environment:
System: FreeBSD athena.seekingfire.prv 4.9-STABLE FreeBSD 4.9-STABLE #0: Wed Jan 7 17:09:09 CST 2004 toor@athena.seekingfire.prv:/usr/obj/usr/src/sys/ATHENA i386


	
>Description:

Patches to make latd FreeBSD-friendly have been integrated by the software author (thanks Patrick Caulfield). This eliminates the need for the existing BPF patch and the pre-configure weirdness. Support for BSD-style backspace is also included now. Security is improved with the removal of local LAT service being automatically offered. Additionally, major changes to how latd works means that reliability and speed should be mcuh better. Unfortunately, support for DECserver 90L models appears to have developed some issues with the new code.

The specific removed file is files/patch-interfaces-bpf.cc (as well as the files directory)

Changelog says:

  * Loads of protocol fixes and speed enhancements, so many I've forgotten                                                    
    them all now. Importantly I hope this version should be generally more                                                    
    reliable and faster than previous ones.                                                                                   
    NOTE: There are known problems with DECserver 90L terminal servers and                                                    
          this release.                                                                                                       
  * Don't kill a circuit with outstanding data                                                                                
  * Add -b switch to moprc                                                                                                    
  * Add better support for DS90L servers reverse LAT                                                                          
    (belated) thanks to Dmitri Popov for this.                                                                                
  * (non-debian) Don't clobber /etc/latd.conf on "make install"                                                               
  * Add --disable-defservice to ./configure                                                                                   
  * Don't send out service multicasts if we have no services to advertise                                                     
  * Don't keep retrying connects for ever                                                                                     
  * Reduce delay between EOF and deleting a connection.      

>How-To-Repeat:
	
>Fix:

	

--- latd.patch begins here ---
diff -ru latd/Makefile latd.new/Makefile
--- latd/Makefile	Tue Feb 10 10:08:42 2004
+++ latd.new/Makefile	Tue Feb 10 10:20:06 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	latd
-PORTVERSION=	1.19
+PORTVERSION=	1.20
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	linux-decnet
@@ -20,9 +20,5 @@
 MAN1=		llogin.1
 MAN5=		latd.conf.5
 MAN8=		latd.8 latcp.8 moprc.8
-
-pre-configure:
-	@${CP} ${WRKSRC}/latd.conf ${WRKSRC}/latd.conf.sample
-	@${SED} -i .dist -e 's/sysconf_DATA = latd.conf/sysconf_DATA = latd.conf.sample/' ${WRKSRC}/Makefile.in
 
 .include <bsd.port.mk>
diff -ru latd/distinfo latd.new/distinfo
--- latd/distinfo	Tue Feb 10 10:08:28 2004
+++ latd.new/distinfo	Tue Feb 10 10:20:06 2004
@@ -1 +1,2 @@
-MD5 (latd-1.19.tar.gz) = 4ec5969354601d72550d1b4d00af01cd
+MD5 (latd-1.20.tar.gz) = 23adb0eda76d4ff2beab1c981b21d152
+SIZE (latd-1.20.tar.gz) = 239632
Only in latd: files
--- latd.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040210163854.4F003F0>