From owner-freebsd-ports Sat Nov 24 18:10:14 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 3FFED37B418 for ; Sat, 24 Nov 2001 18:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAP2A1D47175; Sat, 24 Nov 2001 18:10:01 -0800 (PST) (envelope-from gnats) Received: from postoffice.aims.com.au (eth0.lnk.aims.com.au [203.31.73.253]) by hub.freebsd.org (Postfix) with ESMTP id 1144537B405 for ; Sat, 24 Nov 2001 18:00:38 -0800 (PST) Received: from postoffice.aims.com.au (nts-ts1.aims.private [192.168.10.2]) by postoffice.aims.com.au with ESMTP id fAP20aF56806 for ; Sun, 25 Nov 2001 13:00:36 +1100 (EST) (envelope-from chris@aims.com.au) Received: from ntsts1 by aims.com.au with SMTP (MDaemon.v3.5.3.R) for ; Sun, 25 Nov 2001 13:00:15 +1100 Message-Id: <200111230659.fAN6x5J14337@dbserver2.aims.private> Date: Sun, 25 Nov 2001 13:00:13 +1100 From: chris@aims.com.au Reply-To: To: X-Send-Pr-Version: 3.113 Subject: ports/32257: [MAINTAINER UPDATE] net/rdesktop 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: 32257 >Category: ports >Synopsis: [MAINTAINER UPDATE] net/rdesktop >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: Sat Nov 24 18:10:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Chris Knight >Release: FreeBSD 4.3-RELEASE i386 >Organization: AIMS Independent Computer Professionals >Environment: System: FreeBSD dbserver2.aims.private 4.3-RELEASE FreeBSD 4.3-RELEASE #6: Wed Oct 3 16:13:28 EST 2001 root@dbserver2.aims.private:/usr/src/sys/compile/DBSERVER i386 >Description: Update to patch level 19-7-5 >How-To-Repeat: N/A >Fix: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/rdesktop/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 2001/10/19 04:08:05 1.6 +++ Makefile 2001/11/23 06:44:09 @@ -6,14 +6,14 @@ # PORTNAME= rdesktop -PORTVERSION= 1.0.0.p19.7.4 +PORTVERSION= 1.0.0.p19.7.5 CATEGORIES= net comms MASTER_SITES= http://bibl4.oru.se/projects/rdesktop/dist/releases/ DISTNAME= rdesktop-1.0.0 PATCH_SITES= http://bibl4.oru.se/projects/rdesktop/ \ http://bibl4.oru.se/projects/rdesktop/patch19/ -PATCHFILES= rdesktop-unified-patch19-7-4.bz2 +PATCHFILES= rdesktop-unified-patch19-7-5.bz2 PATCH_DIST_STRIP= -p2 MAINTAINER= chris@aims.com.au Index: distinfo =================================================================== RCS file: /home/ncvs/ports/net/rdesktop/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 2001/10/19 04:08:05 1.4 +++ distinfo 2001/11/23 06:45:42 @@ -1,2 +1,2 @@ MD5 (rdesktop-1.0.0.tar.bz2) = 2f45a57016fe7ee7930848bbcb94f8b7 -MD5 (rdesktop-unified-patch19-7-4.bz2) = 3068adb8e1da5dee5b26a7cb942a7895 +MD5 (rdesktop-unified-patch19-7-5.bz2) = 5a1ebe2b07062ec97067dadbd19318a9 Index: files/patch-aa =================================================================== RCS file: patch-aa diff -N patch-aa --- /tmp/cvsXu2EHYmlvD Fri Nov 23 17:54:36 2001 +++ /dev/null Fri Nov 23 17:46:19 2001 @@ -1,12 +0,0 @@ ---- secure.c~ Mon Aug 27 16:33:56 2001 -+++ secure.c Mon Aug 27 16:36:19 2001 -@@ -387,6 +387,9 @@ - { - int hostlen = 2 * ( hostname == 0 ? 0 : strlen (hostname)); - -+ if (hostlen > 30) -+ hostlen = 30; -+ - out_uint16_be (s, 5); /* unknown */ - out_uint16_be (s, 0x14); - out_uint8 (s, 0x7c); >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message