mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
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 MFH: 2017Q1 Security: 64be967a-d379-11e6-a071-001e67f15f5a
This commit is contained in:
parent
9ed8b8c842
commit
feab39b3c3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432083
@ -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}
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= virtualbox-ose
|
||||
PORTVERSION= 5.1.14
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://download.virtualbox.org/virtualbox/${PORTVERSION}/
|
||||
DISTFILES= VirtualBox-${PORTVERSION}${EXTRACT_SUFX} ${GUESTADDITIONS}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= guacamole-server
|
||||
PORTVERSION= 0.9.9
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= ultima1252@gmail.com
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= krdc
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net kde kde-kde4
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -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:security/gnutls
|
||||
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
|
||||
|
@ -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
|
||||
|
@ -1,13 +0,0 @@
|
||||
--- libvncclient/h264.c.orig 2016-06-26 17:53:47 UTC
|
||||
+++ libvncclient/h264.c
|
||||
@@ -20,6 +20,10 @@
|
||||
#ifdef LIBVNCSERVER_CONFIG_LIBVA
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
+#include <va/va_version.h>
|
||||
+#if VA_CHECK_VERSION(0,39,2)
|
||||
+#include <va/va_compat.h>
|
||||
+#endif
|
||||
#include <va/va_x11.h>
|
||||
|
||||
enum _slice_types {
|
@ -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
|
||||
|
@ -2,6 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PKGNAMESUFFIX= -vnc
|
||||
PORTREVISION= 1
|
||||
|
||||
COMMENT= Remmina plugin for VNC protocol
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user