Your message dated Wed, 03 Dec 2014 22:22:26 +0000
with message-id <[email protected]>
and subject line Bug#769891: fixed in vnc4 4.1.1+X4.3.0-37.5
has caused the Debian Bug report #769891,
regarding xvnc4viewer: Fails to start with vnc:// URI
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
769891: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769891
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xvnc4viewer
Version: 4.1.1+X4.3.0-37.2
Severity: normal
Tags: patch

Hi,

it is not possible to launch xvnc4viewer with an URI like vnc://example.com:1.
Thus making it impossible to launch xvnc4viewer via an URI from the browser
(e.g. iceweasel). Please support URIs starting with vnc:// as server name. A
patch for that is attached. Do you mind me doing a NMU for that?

PS: The packaging is in a quite outdated state. I offer my (one-time) help to
update the packaging to use the latest technology (debhelper 9 with dh, 3.0
(quilt) source format). Are you interested?

-- 
Benjamin Drung
System Developer

ProfitBricks GmbH - The IaaS-Company
Greifswalder Str. 207
D - 10405 Berlin

Mail: [email protected]
Fax:  +49 30 577 008 598
URL:  http://www.profitbricks.com

Sitz der Gesellschaft: Berlin.
Registergericht: Amtsgericht Charlottenburg, HRB 125506 B.
Geschäftsführer: Andreas Gauger, Achim Weiss.
diff -u vnc4-4.1.1+X4.3.0/debian/changelog vnc4-4.1.1+X4.3.0/debian/changelog
--- vnc4-4.1.1+X4.3.0/debian/changelog
+++ vnc4-4.1.1+X4.3.0/debian/changelog
@@ -1,3 +1,10 @@
+vnc4 (4.1.1+X4.3.0-37.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Strip vnc:// prefix from server name to support URIs
+
+ -- Benjamin Drung <[email protected]>  Mon, 17 Nov 2014 11:47:55 +0100
+
 vnc4 (4.1.1+X4.3.0-37.2) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u vnc4-4.1.1+X4.3.0/unix/vncviewer/vncviewer.cxx vnc4-4.1.1+X4.3.0/unix/vncviewer/vncviewer.cxx
--- vnc4-4.1.1+X4.3.0/unix/vncviewer/vncviewer.cxx
+++ vnc4-4.1.1+X4.3.0/unix/vncviewer/vncviewer.cxx
@@ -264,6 +264,10 @@
     }
 
     vncServerName = argv[i];
+    // Strip vnc:// prefix from server name
+    if (strncmp(vncServerName, "vnc://", 6) == 0) {
+      vncServerName = &vncServerName[6];
+    }
   }
 
   // Create .vnc in the user's home directory if it doesn't already exist
only in patch2:
unchanged:
--- vnc4-4.1.1+X4.3.0.orig/debian/patches/vnc-uri.patch
+++ vnc4-4.1.1+X4.3.0/debian/patches/vnc-uri.patch
@@ -0,0 +1,18 @@
+Description: Strip vnc:// prefix from server name to support URIs
+Author: Benjamin Drung <[email protected]>
+
+--- a/unix/vncviewer/vncviewer.cxx
++++ b/unix/vncviewer/vncviewer.cxx
+@@ -263,7 +263,11 @@
+       usage();
+     }
+ 
+     vncServerName = argv[i];
++    // Strip vnc:// prefix from server name
++    if (strncmp(vncServerName, "vnc://", 6) == 0) {
++      vncServerName = &vncServerName[6];
++    }
+   }
+ 
+   // Create .vnc in the user's home directory if it doesn't already exist
+
Description: Strip vnc:// prefix from server name to support URIs
Author: Benjamin Drung <[email protected]>

--- a/unix/vncviewer/vncviewer.cxx
+++ b/unix/vncviewer/vncviewer.cxx
@@ -263,7 +263,11 @@
       usage();
     }
 
     vncServerName = argv[i];
+    // Strip vnc:// prefix from server name
+    if (strncmp(vncServerName, "vnc://", 6) == 0) {
+      vncServerName = &vncServerName[6];
+    }
   }
 
   // Create .vnc in the user's home directory if it doesn't already exist


--- End Message ---
--- Begin Message ---
Source: vnc4
Source-Version: 4.1.1+X4.3.0-37.5

We believe that the bug you reported is fixed in the latest version of
vnc4, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
dann frazier <[email protected]> (supplier of updated vnc4 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Mon, 24 Nov 2014 15:44:08 -0700
Source: vnc4
Binary: vnc4server xvnc4viewer
Architecture: source
Version: 4.1.1+X4.3.0-37.5
Distribution: experimental
Urgency: medium
Maintainer: Ola Lundqvist <[email protected]>
Changed-By: dann frazier <[email protected]>
Description:
 vnc4server - Virtual network computing server software
 xvnc4viewer - Virtual network computing client software for X
Closes: 769891
Changes:
 vnc4 (4.1.1+X4.3.0-37.5) experimental; urgency=medium
 .
   * Non-maintainer upload.
   * Reapply patch dropped from previous release to aide testing migration:
      - Strip vnc:// prefix from server name to support URIs (Closes: #769891)
Checksums-Sha1:
 42e7ae1d074cd07be10b0c321cefa1a027dd7385 1801 vnc4_4.1.1+X4.3.0-37.5.dsc
 af8a5ed6ab1f1e0472ec7f5a51a5c2a8de66e6c1 70773 vnc4_4.1.1+X4.3.0-37.5.diff.gz
Checksums-Sha256:
 8c2c54741a54ded4efbb10ffb36a66d664ba06d956521ae6b61457edb16dd67a 1801 
vnc4_4.1.1+X4.3.0-37.5.dsc
 d2b8f8d062120f3fe770a855faa5f0bcc9a4a5c62d1798b7df7f3ceaaaf6b447 70773 
vnc4_4.1.1+X4.3.0-37.5.diff.gz
Files:
 fcfcdc7021e2718e97a84466690c9853 1801 x11 optional vnc4_4.1.1+X4.3.0-37.5.dsc
 d4877944d872cb5ee3f0cb545eb7fa5a 70773 x11 optional 
vnc4_4.1.1+X4.3.0-37.5.diff.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJUf4DtAAoJEBv4PF5U/IZAqvMQAJYwjq713oQJl69Q8vuK/5jn
r5ql3Q8jdQLLaWvpmYrJUc4Zce5JDtnXY3NOMiYzgEPt20d84dob7DYmAvKDkyH9
0lsB1N/KeHSfIpXsx/J/N5vwz89R29ScTXDi+Ms/yt9C8ddW0raIy3aGNJylbEXe
rt4wruETNgEQ+929GT7U1b9wa3USSTo8Z3YUTxSbtKUgcOis/kGUlL9Ae0hrOmHx
Qs0z0nm1cnDg3SHywQe3Z/qWDnQUzQzL5kqfm/eS5iQRVuIbHLhYajel8mvrZOt7
CiYZpa8f+3cabSXAxmywj6kxMpi106mpwCskvq3ssLxz8nSZFRNnXKoi7woCGp4+
O2g9CNQsju/PLjdtXmAQDnIUsWHdyqA4ahiLkxaWTvPejrYoHoScWvqXbye6eLTA
GbJCUCNxQZO5rJTKpcuGbAWdJniNAXJLdTXqE7gkxS8MAVkydyDApE9Ejm9Dh1bO
d7emHxbZGEs4dcPLGiHqbyqUh1031nsHqwYx20SoymeUQWwCFMoveSFONh6SBjyx
0Rn26cPJ5sxd+1gJzzTL16ZulvbruhBerX2ZXWxPgTRPK2zReFVWQqldBjl/zVrm
dBQ1jORU+I67iNYT9UWul6uRtBHGpOeQWrRu4FuEmaGBhsWSCUFjoRRKPMvRRL4T
3gwN/MdKJmqF/G3arl8p
=vvZa
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to