From owner-freebsd-ports Sun Jun 3 12:20: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B85837B406 for ; Sun, 3 Jun 2001 12:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f53JK1m53899; Sun, 3 Jun 2001 12:20:01 -0700 (PDT) (envelope-from gnats) Received: from totem.fix.no (totem.fix.no [213.142.66.130]) by hub.freebsd.org (Postfix) with ESMTP id 5612E37B401 for ; Sun, 3 Jun 2001 12:13:03 -0700 (PDT) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id 15D6C3C9C; Sun, 3 Jun 2001 21:13:02 +0200 (CEST) Message-Id: <20010603191302.15D6C3C9C@totem.fix.no> Date: Sun, 3 Jun 2001 21:13:02 +0200 (CEST) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/27857: Update port: net/dante Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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: >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 . o Output from 'config.guess' is not sufficient to determine use of elf on NetBSD. Problem report and patch submitted by Janne Snabb o BSDI 4.1 doesn't have freeifaddrs(), but uses free() Problem reported by "Zand, Nooshin" >How-To-Repeat: >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 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