Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  3 Jun 2001 21:13:02 +0200 (CEST)
From:      Anders Nordby <anders@fix.no>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27857: Update port: net/dante
Message-ID:  <20010603191302.15D6C3C9C@totem.fix.no>

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

>Number:         27857
>Category:       ports
>Synopsis:       Update port: net/dante
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 03 12:20:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Anders Nordby
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Fluxpod Information eXchange
>Environment:

	<Relevant environment information (multiple lines)>

>Description:

Updates Dante to the latest version, 1.1.10. New in this version:

***  Tuesday, May 29, 2001 -- Dante v1.1.10

 o new method added: "pam".  Code contributed by
   Patrick Bihan-Faou, MindStep Corporation, patrick@mindstep.com.

 o let client-rules have their own global methodline, "clientmethod",
   default value set to "none".
   The global "method" is only used for socks-rules now.

 o delay checking of password/etc til we have received the socks
   request (rather than during negotiation, as was the case).
   Required for supporting passwordbased authentication via non-socks
   methods, e.g. pam.

 o socklen_t definition updated for NetBSD 1.5U.
   Problem report and patch submitted by Janne Snabb <snabb@ssh.com>.

 o Output from 'config.guess' is not sufficient to determine use
   of elf on NetBSD.
   Problem report and patch submitted by Janne Snabb <snabb@ssh.com>

 o BSDI 4.1 doesn't have freeifaddrs(), but uses free()
   Problem reported by "Zand, Nooshin" <nooshin.zand@intel.com>

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>Fix:

diff -Nur dante.old/Makefile dante/Makefile
--- dante.old/Makefile	Sat Jun  2 12:47:22 2001
+++ dante/Makefile	Sun Jun  3 20:33:36 2001
@@ -6,11 +6,11 @@
 #
 
 PORTNAME=	dante
-PORTVERSION=	1.1.9
+PORTVERSION=	1.1.10
 CATEGORIES=	net security
 MASTER_SITES=	ftp://ftp.inet.no/pub/socks/ \
-		http://www.freenix.no/~anders/ \
-		ftp://totem.fix.no/pub/mirrors/misc/
+		ftp://ftp.nuug.no/pub/anders/distfiles/ \
+		http://www.freenix.no/~anders/
 
 MAINTAINER=	anders@fix.no
 
@@ -31,6 +31,7 @@
 	@${INSTALL_DATA} ${WRKSRC}/doc/README* ${PREFIX}/share/doc/dante
 	@${INSTALL_DATA} ${WRKSRC}/doc/rfc* ${PREFIX}/share/doc/dante
 	@${INSTALL_DATA} ${WRKSRC}/doc/SOCKS4.protocol ${PREFIX}/share/doc/dante
+	@${INSTALL_DATA} ${WRKSRC}/doc/faq.tex ${PREFIX}/share/doc/dante
 .endif
 
 .include <bsd.port.mk>
diff -Nur dante.old/distinfo dante/distinfo
--- dante.old/distinfo	Sat Jun  2 12:47:22 2001
+++ dante/distinfo	Sat Jun  2 12:54:52 2001
@@ -1 +1 @@
-MD5 (dante-1.1.9.tar.gz) = 83a23e3ffbf41c1b03a2b818d7dd1682
+MD5 (dante-1.1.10.tar.gz) = ebb25c57efbe03eb07706cf295d59875
diff -Nur dante.old/pkg-plist dante/pkg-plist
--- dante.old/pkg-plist	Sat Jun  2 12:47:22 2001
+++ dante/pkg-plist	Sun Jun  3 20:33:53 2001
@@ -16,4 +16,5 @@
 %%PORTDOCS%%share/doc/dante/SOCKS4.protocol
 %%PORTDOCS%%share/doc/dante/rfc1928.txt
 %%PORTDOCS%%share/doc/dante/rfc1929.txt
+%%PORTDOCS%%share/doc/dante/faq.tex
 %%PORTDOCS%%@dirrm share/doc/dante
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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