From root@seekingfire.com  Tue Feb 10 08:38:55 2004
Return-Path: <root@seekingfire.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7EE5D16A4CF
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 10 Feb 2004 08:38:55 -0800 (PST)
Received: from mail.seekingfire.com (coyote.seekingfire.com [24.72.10.212])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 3D37743D1D
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 10 Feb 2004 08:38:55 -0800 (PST)
	(envelope-from root@seekingfire.com)
Received: by mail.seekingfire.com (Postfix, from userid 0)
	id 4F003F0; Tue, 10 Feb 2004 10:38:54 -0600 (CST)
Message-Id: <20040210163854.4F003F0@mail.seekingfire.com>
Date: Tue, 10 Feb 2004 10:38:54 -0600 (CST)
From: Tillman Hodgson <"tillman ATseeingfireDOTcom"@seekingfire.com>
Reply-To: Tillman Hodgson <"tillman ATseeingfireDOTcom"@seekingfire.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer update] Bump net/latd from 1.19 to 1.20 (more-than-minor code changes, files deleted)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 10 08:40:16 PST 2004
>Closed-Date:    Tue Feb 10 13:11:57 PST 2004
>Last-Modified:  Tue Feb 10 13:11:57 PST 2004
>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:
State-Changed-From-To: open->closed 
State-Changed-By: krion 
State-Changed-When: Tue Feb 10 13:11:52 PST 2004 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=62648 
>Unformatted:
