Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Nov 2001 13:00:13 +1100
From:      chris@aims.com.au
To:        <freebsd-gnats-submit@freebsd.org>
Subject:   ports/32257: [MAINTAINER UPDATE] net/rdesktop
Message-ID:  <200111230659.fAN6x5J14337@dbserver2.aims.private>

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

>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




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