public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/virtualbox/files: virtualbox-4.1.18-ipv6_vnc.patch
@ 2012-07-24  7:50 Lars Wendler (polynomial-c)
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Wendler (polynomial-c) @ 2012-07-24  7:50 UTC (permalink / raw
  To: gentoo-commits

polynomial-c    12/07/24 07:50:43

  Added:                virtualbox-4.1.18-ipv6_vnc.patch
  Log:
  Fixed crash when opening a VNC connection via IPv6 (bug #425698)
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-emulation/virtualbox/files/virtualbox-4.1.18-ipv6_vnc.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtualbox/files/virtualbox-4.1.18-ipv6_vnc.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/virtualbox/files/virtualbox-4.1.18-ipv6_vnc.patch?rev=1.1&content-type=text/plain

Index: virtualbox-4.1.18-ipv6_vnc.patch
===================================================================
diff -aur vanilla/VirtualBox-4.1.18/src/VBox/Frontends/VBoxHeadless/FramebufferVNC.cpp changed/VirtualBox-4.1.18/src/VBox/Frontends/VBoxHeadless/FramebufferVNC.cpp
--- vanilla/VirtualBox-4.1.18/src/VBox/Frontends/VBoxHeadless/FramebufferVNC.cpp	2012-06-20 15:15:53.000000000 +0200
+++ changed/VirtualBox-4.1.18/src/VBox/Frontends/VBoxHeadless/FramebufferVNC.cpp	2012-07-16 16:24:22.448349886 +0200
@@ -88,8 +88,16 @@
 
     vncServer = rfbGetScreen(0, NULL, mWidth, mHeight, 8, 3, 1);
     vncServer->screenData = (void*)this;
+#ifdef LIBVNCSERVER_IPv6
+    if (mVncPort) {
+	    vncServer->port = mVncPort;
+	    vncServer->ipv6port = mVncPort;
+    }
+#else
     if (mVncPort)
         vncServer->port = mVncPort;
+#endif
+
     char *pszDesktopName;
     rc = RTStrAPrintf(&pszDesktopName, "%s - VirtualBox", pszName);
     if (rc >= 0)





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-emulation/virtualbox/files: virtualbox-4.1.18-ipv6_vnc.patch
@ 2012-08-21  9:19 Lars Wendler (polynomial-c)
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Wendler (polynomial-c) @ 2012-08-21  9:19 UTC (permalink / raw
  To: gentoo-commits

polynomial-c    12/08/21 09:19:11

  Removed:              virtualbox-4.1.18-ipv6_vnc.patch
  Log:
  Version bump. Removed old
  
  (Portage version: 2.2.0_alpha121/cvs/Linux x86_64)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-21  9:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-21  9:19 [gentoo-commits] gentoo-x86 commit in app-emulation/virtualbox/files: virtualbox-4.1.18-ipv6_vnc.patch Lars Wendler (polynomial-c)
  -- strict thread matches above, loose matches on Subject: below --
2012-07-24  7:50 Lars Wendler (polynomial-c)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox