From ehaupt@eha.no-ip.com  Sun Mar  5 19:59:37 2006
Return-Path: <ehaupt@eha.no-ip.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8297316A420
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  5 Mar 2006 19:59:37 +0000 (GMT)
	(envelope-from ehaupt@eha.no-ip.com)
Received: from beaver.critical.ch (212-41-66-36.adsl.solnet.ch [212.41.66.36])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BC26E43D45
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  5 Mar 2006 19:59:36 +0000 (GMT)
	(envelope-from ehaupt@eha.no-ip.com)
Received: from beaver.critical.ch (localhost [127.0.0.1])
	by beaver.critical.ch (8.13.4/8.13.4) with ESMTP id k25JxZlR000528
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 5 Mar 2006 20:59:35 +0100 (CET)
	(envelope-from ehaupt@eha.no-ip.com)
Received: (from ehaupt@localhost)
	by beaver.critical.ch (8.13.4/8.13.4/Submit) id k25JxZAq000527;
	Sun, 5 Mar 2006 20:59:35 +0100 (CET)
	(envelope-from ehaupt)
Message-Id: <200603051959.k25JxZAq000527@beaver.critical.ch>
Date: Sun, 5 Mar 2006 20:59:35 +0100 (CET)
From: Emanuel Haupt <ehaupt@freebsd.org>
Reply-To: Emanuel Haupt <ehaupt@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer-update] update security/proxytunnel -> 1.6.0 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         94106
>Category:       ports
>Synopsis:       [maintainer-update] update security/proxytunnel -> 1.6.0
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    ehaupt
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 05 20:00:18 GMT 2006
>Closed-Date:    Wed Mar 15 11:41:53 CET 2006
>Last-Modified:  Wed Mar 15 11:41:53 CET 2006
>Originator:     Emanuel Haupt
>Release:        FreeBSD 6.0-BETA5 i386
>Organization:
>Environment:
System: FreeBSD beaver.critical.ch 6.0-BETA5 FreeBSD 6.0-BETA5 #0: Tue Sep 27 19:38:58 CEST 2005 root@beaver.critical.ch:/usr/obj/usr/src/RELENG_6/src/sys/BEAVER i386


	
>Description:
update security/proxytunnel -> 1.6.0

>How-To-Repeat:
	
>Fix:

	



--- proxytunnel.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/security/proxytunnel/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	19 Feb 2006 11:39:11 -0000	1.11
+++ Makefile	5 Mar 2006 19:58:31 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	proxytunnel
-PORTVERSION=	1.5.0
+PORTVERSION=	1.6.0
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/security/proxytunnel/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo	30 Nov 2005 14:01:10 -0000	1.6
+++ distinfo	5 Mar 2006 19:58:31 -0000
@@ -1,3 +1,3 @@
-MD5 (proxytunnel-1.5.0.tgz) = 2a36409580391e25421fc06e82eed4ce
-SHA256 (proxytunnel-1.5.0.tgz) = 82f6e5ea8c425d5b3a86c0670cfbc3ebf6f805e4ceff5d4ab692dbf32cf600a6
-SIZE (proxytunnel-1.5.0.tgz) = 56775
+MD5 (proxytunnel-1.6.0.tgz) = def873a50ad4d54f9775d2384605a1dd
+SHA256 (proxytunnel-1.6.0.tgz) = 8c0ff7df9fcc2c190e7cb71a25d1c244b4819198980f8a4578ad86b41216829a
+SIZE (proxytunnel-1.6.0.tgz) = 58558
Index: files/patch-ntlm.c
===================================================================
RCS file: files/patch-ntlm.c
diff -N files/patch-ntlm.c
--- files/patch-ntlm.c	29 Aug 2005 12:56:54 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,18 +0,0 @@
---- ntlm.c.orig	Mon Aug 15 12:05:33 2005
-+++ ntlm.c	Tue Aug 16 19:33:37 2005
-@@ -70,13 +70,14 @@
- 
- 	int len = unbase64(t2_buf, buf, TYPE2_BUF_SIZE);
- 	int i;
-+	ntlm_type2 *t2;
- 
- 	if (len <= 0) {
- 		message("parse_type2: failed to decode the message\n");
- 		return -1;
- 	}
- 
--	ntlm_type2 *t2 = (ntlm_type2 *)t2_buf;
-+	t2 = (ntlm_type2 *)t2_buf;
- 
- 	if (strcmp(t2->signature, "NTLMSSP") != 0) {
- 		message("parse_type2: Signature did not match\n");
--- proxytunnel.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ehaupt 
Responsible-Changed-By: ehaupt 
Responsible-Changed-When: Sun Mar 5 22:25:23 CET 2006 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=94106 
State-Changed-From-To: open->closed 
State-Changed-By: ehaupt 
State-Changed-When: Wed Mar 15 11:41:48 CET 2006 
State-Changed-Why:  
Committed, thanks! 

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