From 0f834b534d37ed3a0e90a17b7bbb98a77ea0b28f Mon Sep 17 00:00:00 2001 From: Quentin Smith Date: Fri, 31 Oct 2008 22:53:16 -0400 Subject: [PATCH 1/1] Document source for included code in VNC server svn path=/trunk/packages/invirt-vnc-client/; revision=1472 --- config.todo | 1 - debian/patches/invirt-ssl-proxy.patch | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 config.todo 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; + -- 1.7.9.5