From: Quentin Smith Date: Sat, 1 Nov 2008 02:53:16 +0000 (-0400) Subject: Document source for included code in VNC server X-Git-Tag: 0.0.7~2 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-vnc-client.git/commitdiff_plain/0f834b534d37ed3a0e90a17b7bbb98a77ea0b28f Document source for included code in VNC server svn path=/trunk/packages/invirt-vnc-client/; revision=1472 --- diff --git a/config.todo b/config.todo deleted file mode 100644 index 6711a36..0000000 --- a/config.todo +++ /dev/null @@ -1 +0,0 @@ -all: separate our changes in invirt-ssl-proxy.patch from upstream diff --git a/debian/patches/invirt-ssl-proxy.patch b/debian/patches/invirt-ssl-proxy.patch index f777283..6c52a51 100644 --- a/debian/patches/invirt-ssl-proxy.patch +++ b/debian/patches/invirt-ssl-proxy.patch @@ -2,7 +2,8 @@ Index: invirt-vnc-client/InvirtTrustManager.java =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ invirt-vnc-client/InvirtTrustManager.java 2008-10-31 06:09:10.000000000 -0400 -@@ -0,0 +1,122 @@ +@@ -0,0 +1,123 @@ ++// This code is based on http://svntrac.hanhuy.com/repo/browser/hanhuy/trunk/cms/src/com/hanhuy/ria/client/RIATrustManager.java +/* + * Copyright 2006 Perry Nguyen + * Licensed under the Apache License, Version 2.0 (the "License"); @@ -185,11 +186,12 @@ Index: invirt-vnc-client/SocketWrapper.java =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ invirt-vnc-client/SocketWrapper.java 2008-10-31 06:09:10.000000000 -0400 -@@ -0,0 +1,262 @@ +@@ -0,0 +1,263 @@ +/* + * Written by Dawid Kurzyniec and released to the public domain, as explained + * at http://creativecommons.org/licenses/publicdomain + */ ++// Upstream is at http://www.dcl.mathcs.emory.edu/downloads/h2o/doc/api/edu/emory/mathcs/util/net/SocketWrapper.html + +//package edu.emory.mathcs.util.net; +