Date: 15 May 2006 18:24:31 -0000 From: James Raftery <james@now.ie> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/97313: [maintainer patch] Update net/vnc port to 4.1.2 Message-ID: <20060515182431.37406.qmail@morbo.kerna.ie> Resent-Message-ID: <200605151830.k4FIUJUC009479@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 97313 >Category: ports >Synopsis: [maintainer patch] Update net/vnc port to 4.1.2 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon May 15 18:30:19 GMT 2006 >Closed-Date: >Last-Modified: >Originator: James Raftery >Release: FreeBSD 6.1-BETA4 i386 >Organization: >Environment: System: FreeBSD morbo.kerna.ie 6.1-BETA4 FreeBSD 6.1-BETA4 #0: Tue Mar 28 18:25:46 IST 2006 root@morbo.kerna.ie:/usr/obj/usr/src/sys/MORBO i386 >Description: The patch below updates the net/vnc port from version 4.1.1 to version 4.1.2. 4.1.2 addresses a serious vulnerability in RealVNC. >How-To-Repeat: N/A >Fix: The patch below updates the Makefile and distinfo for RealVNC version 4.1.2 Thanks! james --- vnc-4.1.2.patch begins here --- diff -ruN vnc.orig/Makefile vnc/Makefile --- vnc.orig/Makefile Wed Apr 5 20:12:08 2006 +++ vnc/Makefile Mon May 15 19:00:13 2006 @@ -6,10 +6,10 @@ # PORTNAME= vnc -PORTVERSION= 4.1.1 +PORTVERSION= 4.1.2 CATEGORIES= net ipv6 MASTER_SITES= http://www.realvnc.com/:vnc -DISTNAME= vnc-4_1_1-unixsrc +DISTNAME= vnc-4_1_2-unixsrc DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:vnc DIST_SUBDIR= xc @@ -64,7 +64,7 @@ # No direct URL for VNC -- have to pseudo-submit their webform. pre-fetch: @${MKDIR} ${DISTDIR}/${DIST_SUBDIR} && cd ${DISTDIR}/${DIST_SUBDIR} && \ - ${FETCH_CMD} -o ${DISTNAME}.tar.gz 'http://www.realvnc.com/cgi-bin/download.cgi?product=free4/src/unix&acceptLicense=1&filever=4.1.1&filetype=tar_gz&haveDetails=1' + ${FETCH_CMD} -o ${DISTNAME}.tar.gz 'http://www.realvnc.com/cgi-bin/download.cgi?product=free4/src/unix&acceptLicense=1&haveDetails=1&filetype=tar_gz' post-extract: .if !defined(WITHOUT_SERVER) diff -ruN vnc.orig/distinfo vnc/distinfo --- vnc.orig/distinfo Sun Jan 22 21:24:00 2006 +++ vnc/distinfo Mon May 15 19:01:10 2006 @@ -1,6 +1,6 @@ -MD5 (xc/vnc-4_1_1-unixsrc.tar.gz) = 2ddf091a8be9f03bb991a553427d7b89 -SHA256 (xc/vnc-4_1_1-unixsrc.tar.gz) = 1f38a3074bd4089ae805675b447f7541e8e6705c3651eed540972cd0035cf5de -SIZE (xc/vnc-4_1_1-unixsrc.tar.gz) = 529894 +MD5 (xc/vnc-4_1_2-unixsrc.tar.gz) = cf9a6fe8f592286b5e0fdde686504ffb +SHA256 (xc/vnc-4_1_2-unixsrc.tar.gz) = ed73cd1abf4c4044032929fa2dd023d851f5fe37f88009523d3b08b7d836d542 +SIZE (xc/vnc-4_1_2-unixsrc.tar.gz) = 537713 MD5 (xc/X430src-1.tgz) = 4f241a4f867363f40efa2b00dca292af SHA256 (xc/X430src-1.tgz) = 5276b045e154948fce7abba7d686406c65862d90b43b50f2546b33e38378f0d7 SIZE (xc/X430src-1.tgz) = 10993622 --- vnc-4.1.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060515182431.37406.qmail>