Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Jan 2017 12:02:19 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r432114 - in branches/2017Q1: emulators/aqemu emulators/kcemu emulators/virtualbox-ose net/guacamole-server net/krdc net/libvncserver net/libvncserver/files net/remmina-plugin-vnc
Message-ID:  <201701221202.v0MC2Jg8001087@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Sun Jan 22 12:02:19 2017
New Revision: 432114
URL: https://svnweb.freebsd.org/changeset/ports/432114

Log:
  MFH: r432083 r432088
  
  Update to 0.9.11
  
  This includes a	security fix for CVE-2016-9941 and CVE-2016-9942
  
    * Drop files/patch-libvncclient_h264.c -- upstream has dropped h264 support
    * Switch from USE_OPENSSL to USES+=ssl
    * PORTREVISION bump in ports that link against libvncserver.so (with
      their default OPTIONS settings) due to change in ABI version of
      libvncserver.so
  
  PR:		215802
  Submitted by:	vlad-fbsd@acheronmedia.com
  Security:	64be967a-d379-11e6-a071-001e67f15f5a
  
  Bump PORTREVISION chasing ABI version increment in libvncserver --
  this port was missed from r432083, and this change should be MFH'd as
  well.
  
  Approved by:	ports-secteam (junovitch)

Deleted:
  branches/2017Q1/net/libvncserver/files/
Modified:
  branches/2017Q1/emulators/aqemu/Makefile
  branches/2017Q1/emulators/kcemu/Makefile
  branches/2017Q1/emulators/virtualbox-ose/Makefile
  branches/2017Q1/net/guacamole-server/Makefile
  branches/2017Q1/net/krdc/Makefile
  branches/2017Q1/net/libvncserver/Makefile
  branches/2017Q1/net/libvncserver/distinfo
  branches/2017Q1/net/libvncserver/pkg-plist
  branches/2017Q1/net/remmina-plugin-vnc/Makefile
Directory Properties:
  branches/2017Q1/   (props changed)

Modified: branches/2017Q1/emulators/aqemu/Makefile
==============================================================================
--- branches/2017Q1/emulators/aqemu/Makefile	Sun Jan 22 11:08:48 2017	(r432113)
+++ branches/2017Q1/emulators/aqemu/Makefile	Sun Jan 22 12:02:19 2017	(r432114)
@@ -2,7 +2,7 @@
 
 PORTNAME=	aqemu
 PORTVERSION=	0.8.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:S,.0$,,}/
 

Modified: branches/2017Q1/emulators/kcemu/Makefile
==============================================================================
--- branches/2017Q1/emulators/kcemu/Makefile	Sun Jan 22 11:08:48 2017	(r432113)
+++ branches/2017Q1/emulators/kcemu/Makefile	Sun Jan 22 12:02:19 2017	(r432114)
@@ -3,7 +3,7 @@
 
 PORTNAME=	kcemu
 PORTVERSION=	0.5.1
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	emulators
 MASTER_SITES=	SF/${PORTNAME}/KCemu/KCemu-${PORTVERSION}
 DISTNAME=	KCemu-${PORTVERSION}

Modified: branches/2017Q1/emulators/virtualbox-ose/Makefile
==============================================================================
--- branches/2017Q1/emulators/virtualbox-ose/Makefile	Sun Jan 22 11:08:48 2017	(r432113)
+++ branches/2017Q1/emulators/virtualbox-ose/Makefile	Sun Jan 22 12:02:19 2017	(r432114)
@@ -3,6 +3,7 @@
 
 PORTNAME=	virtualbox-ose
 PORTVERSION=	5.1.12
+PORTREVISION=	1
 CATEGORIES=	emulators
 MASTER_SITES=	http://download.virtualbox.org/virtualbox/${PORTVERSION}/
 DISTFILES=	VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS}

Modified: branches/2017Q1/net/guacamole-server/Makefile
==============================================================================
--- branches/2017Q1/net/guacamole-server/Makefile	Sun Jan 22 11:08:48 2017	(r432113)
+++ branches/2017Q1/net/guacamole-server/Makefile	Sun Jan 22 12:02:19 2017	(r432114)
@@ -3,7 +3,7 @@
 
 PORTNAME=	guacamole-server
 PORTVERSION=	0.9.9
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net
 
 MAINTAINER=	ultima1252@gmail.com

Modified: branches/2017Q1/net/krdc/Makefile
==============================================================================
--- branches/2017Q1/net/krdc/Makefile	Sun Jan 22 11:08:48 2017	(r432113)
+++ branches/2017Q1/net/krdc/Makefile	Sun Jan 22 12:02:19 2017	(r432114)
@@ -2,7 +2,7 @@
 
 PORTNAME=	krdc
 PORTVERSION=	${KDE4_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net kde kde-kde4
 
 MAINTAINER=	kde@FreeBSD.org

Modified: branches/2017Q1/net/libvncserver/Makefile
==============================================================================
--- branches/2017Q1/net/libvncserver/Makefile	Sun Jan 22 11:08:48 2017	(r432113)
+++ branches/2017Q1/net/libvncserver/Makefile	Sun Jan 22 12:02:19 2017	(r432114)
@@ -2,9 +2,8 @@
 # $FreeBSD$
 
 PORTNAME=	libvncserver
-PORTVERSION=	0.9.10
+PORTVERSION=	0.9.11
 DISTVERSIONPREFIX=	LibVNCServer-
-PORTREVISION=	1
 CATEGORIES=	net devel
 
 MAINTAINER=	ports@FreeBSD.org
@@ -35,7 +34,7 @@ GNUTLS_LIB_DEPENDS=	libgnutls.so:securit
 GNUTLS_CONFIGURE_WITH=	gnutls
 
 OPENSSL_CONFIGURE_WITH=	crypto ssl
-OPENSSL_USE=		OPENSSL=yes
+OPENSSL_USES=		ssl
 
 GCRYPT_LIB_DEPENDS=	libgcrypt.so:security/libgcrypt \
 			libgpg-error.so:security/libgpg-error

Modified: branches/2017Q1/net/libvncserver/distinfo
==============================================================================
--- branches/2017Q1/net/libvncserver/distinfo	Sun Jan 22 11:08:48 2017	(r432113)
+++ branches/2017Q1/net/libvncserver/distinfo	Sun Jan 22 12:02:19 2017	(r432114)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1466709748
-SHA256 (LibVNC-libvncserver-LibVNCServer-0.9.10_GH0.tar.gz) = ed10819a5bfbf269969f97f075939cc38273cc1b6d28bccfb0999fba489411f7
-SIZE (LibVNC-libvncserver-LibVNCServer-0.9.10_GH0.tar.gz) = 1415191
+TIMESTAMP = 1483637975
+SHA256 (LibVNC-libvncserver-LibVNCServer-0.9.11_GH0.tar.gz) = 193d630372722a532136fd25c5326b2ca1a636cbb8bf9bb115ef869c804d2894
+SIZE (LibVNC-libvncserver-LibVNCServer-0.9.11_GH0.tar.gz) = 1413739

Modified: branches/2017Q1/net/libvncserver/pkg-plist
==============================================================================
--- branches/2017Q1/net/libvncserver/pkg-plist	Sun Jan 22 11:08:48 2017	(r432113)
+++ branches/2017Q1/net/libvncserver/pkg-plist	Sun Jan 22 12:02:19 2017	(r432114)
@@ -4,16 +4,15 @@ include/rfb/keysym.h
 include/rfb/rfb.h
 include/rfb/rfbclient.h
 include/rfb/rfbconfig.h
-include/rfb/rfbint.h
 include/rfb/rfbproto.h
 include/rfb/rfbregion.h
 lib/libvncclient.a
 lib/libvncclient.so
-lib/libvncclient.so.0
-lib/libvncclient.so.0.0.0
+lib/libvncclient.so.1
+lib/libvncclient.so.1.0.0
 lib/libvncserver.a
 lib/libvncserver.so
-lib/libvncserver.so.0
-lib/libvncserver.so.0.0.0
+lib/libvncserver.so.1
+lib/libvncserver.so.1.0.0
 libdata/pkgconfig/libvncclient.pc
 libdata/pkgconfig/libvncserver.pc

Modified: branches/2017Q1/net/remmina-plugin-vnc/Makefile
==============================================================================
--- branches/2017Q1/net/remmina-plugin-vnc/Makefile	Sun Jan 22 11:08:48 2017	(r432113)
+++ branches/2017Q1/net/remmina-plugin-vnc/Makefile	Sun Jan 22 12:02:19 2017	(r432114)
@@ -2,6 +2,7 @@
 # $FreeBSD$
 
 PKGNAMESUFFIX=	-vnc
+PORTREVISION=	1
 
 COMMENT=	Remmina plugin for VNC protocol
 



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