Rev 59 | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 58 | magnus | 1 | ssvnc (1.0.29-6) unstable; urgency=low |
| 2 | |||
| 3 | * no-mkmf.patch: Replace Imake-generated Makefiles with simple ones in |
||
| 4 | preparation for the removal of xmkkf (Closes: #888009, #997646). |
||
| 5 | Thanks to Helmut Grohne <helmut@subdivi.de>. |
||
| 59 | magnus | 6 | * sendclipboard-fix.patch: Make sure that -sendclipboard actually uses |
| 7 | the clipboard (Closes: #841854). Thanks to OmegaPhil |
||
| 8 | <OmegaPhil@startmail.com>. |
||
| 60 | magnus | 9 | * Bump Standards-Version to 4.6.0. |
| 58 | magnus | 10 | |
| 60 | magnus | 11 | -- Magnus Holmgren <holmgren@debian.org> Thu, 06 Jan 2022 21:56:37 +0100 |
| 58 | magnus | 12 | |
| 56 | magnus | 13 | ssvnc (1.0.29-5) unstable; urgency=high |
| 14 | |||
| 15 | * Porting of libvncclient security patches by the jessie LTS team |
||
| 16 | (Closes: #945827): |
||
| 17 | - CVE-2018-20020: heap out-of-bound write vulnerability inside structure |
||
| 18 | in VNC client code. |
||
| 19 | - CVE-2018-20021: CWE-835: Infinite loop vulnerability in VNC client code. |
||
| 20 | - CVE-2018-20022: CWE-665: Improper Initialization vulnerability. |
||
| 21 | - CVE-2018-20024: null pointer dereference that can result DoS. |
||
| 57 | magnus | 22 | * Bump Standards-Version to 4.4.1. |
| 56 | magnus | 23 | |
| 57 | magnus | 24 | -- Magnus Holmgren <holmgren@debian.org> Mon, 16 Dec 2019 19:46:31 +0100 |
| 56 | magnus | 25 | |
| 50 | magnus | 26 | ssvnc (1.0.29-4) unstable; urgency=low |
| 27 | |||
| 28 | * default-jdk-headless is enough to build. |
||
| 54 | magnus | 29 | * Compile java with -source 1.7 -target 1.7 (Closes: #874004). |
| 52 | magnus | 30 | * Replace priority extra with optional. |
| 53 | magnus | 31 | * Switch to Debhelper compat level 10. |
| 50 | magnus | 32 | |
| 53 | magnus | 33 | -- Magnus Holmgren <holmgren@debian.org> Sun, 24 Jun 2018 19:39:53 +0200 |
| 50 | magnus | 34 | |
| 39 | magnus | 35 | ssvnc (1.0.29-3) unstable; urgency=low |
| 36 | |||
| 37 | * debian/rules: Add call to dh_strip_nondeterminism. |
||
| 40 | magnus | 38 | * openssl1.1.patch (new): Support OpenSSL 1.1 API changes (Closes: |
| 39 | #828559). |
||
| 42 | magnus | 40 | * auto-scale.patch (new): Make autoscaling work (Closes: #801804, LP: |
| 41 | #1312966). In addition to the command-line option "-scale auto" |
||
| 42 | creating a 1×1 window, rescaling when resizing the window didn't |
||
| 43 | happen, at least not when Caps Lock or other modifiers were active. |
||
| 43 | magnus | 44 | * samemachine_ipv6_overflow.patch (new): Fix stack overflow when |
| 45 | connecting over IPv6, caused by non-IPv6-aware code (Closes: #774622). |
||
| 45 | magnus | 46 | * nostrip.patch: Don't strip vncstorepw or ultravnc_dsm_helper either. |
| 47 | magnus | 47 | * buildflags.patch: Also pass flags to vncstorepw/Makefile and patch |
| 48 | that to use them. |
||
| 48 | magnus | 49 | * Bump Standards-Version to 3.9.8. |
| 39 | magnus | 50 | |
| 48 | magnus | 51 | -- Magnus Holmgren <holmgren@debian.org> Sat, 30 Jul 2016 23:09:44 +0200 |
| 39 | magnus | 52 | |
| 37 | magnus | 53 | ssvnc (1.0.29-2) unstable; urgency=low |
| 54 | |||
| 55 | * Also get CPPFLAGS from dpkg-buildflags. Pass it as EXTRA_DEFINES to |
||
| 56 | vnc_unixsrc/*/Makefile. |
||
| 57 | |||
| 58 | -- Magnus Holmgren <holmgren@debian.org> Fri, 11 Nov 2011 08:11:09 +0100 |
||
| 59 | |||
| 25 | magnus | 60 | ssvnc (1.0.29-1) unstable; urgency=low |
| 61 | |||
| 62 | * New upstream release. |
||
| 26 | magnus | 63 | * Install ReleaseNotes as upstream changelog file. |
| 27 | magnus | 64 | * Simply build-depend on libjpeg-dev instead of libjpeg62-dev | |
| 65 | libjpeg-dev (Closes: #644808). |
||
| 28 | magnus | 66 | * Install a symlink in /usr/bin instead of including the main vncviewer |
| 67 | binary twice in the package. |
||
| 29 | magnus | 68 | * Add build-arch and build-indep targets to debian/rules. |
| 30 | magnus | 69 | * nostrip.patch: Remove strip command from the Makefile, allowing |
| 70 | DEB_BUILD_OPTONS=nostrip to work. |
||
| 31 | magnus | 71 | * Get CFLAGS and LDFLAGS from dpkg-buildflags. |
| 32 | magnus | 72 | * buildflags.patch: Pass CFLAGS and LDFLAGS through via ./Makefile as |
| 73 | CDEBUGFLAGS and LOCAL_LDFLAGS to vnc_unixsrc/*/Makefile. This results |
||
| 74 | in -fno-strict-aliasing (added by xmkmf by default) being dropped, but |
||
| 75 | that doesn't seem to cause any problems. |
||
| 34 | magnus | 76 | * format-security.patch: Fix some flaws uncovered by -Wformat-security. |
| 35 | magnus | 77 | * Bump Standards-Version to 3.9.2. |
| 25 | magnus | 78 | |
| 35 | magnus | 79 | -- Magnus Holmgren <holmgren@debian.org> Thu, 10 Nov 2011 22:23:15 +0100 |
| 25 | magnus | 80 | |
| 18 | magnus | 81 | ssvnc (1.0.28-1) unstable; urgency=low |
| 82 | |||
| 83 | * New upstream release (Closes: #592873, "Connection from UVNC |
||
| 84 | Single-Click does not start vncviewer when -acceptpopups is set"). |
||
| 19 | magnus | 85 | * Convert to source format 3.0 (quilt), changing /bin/sh into /bin/bash |
| 86 | (see below) in the install target instead. |
||
| 20 | magnus | 87 | * debian/copyright: Update years of copyright; remove notice that the |
| 88 | UltraVNC DSM helper module is not included (which it is since |
||
| 89 | 1.0.24-1). |
||
| 21 | magnus | 90 | * Remove redundant bash dependency; bash isn't going to be non-essential |
| 91 | any time soon. |
||
| 22 | magnus | 92 | * Up Standards-Version to 3.9.1. |
| 18 | magnus | 93 | |
| 22 | magnus | 94 | -- Magnus Holmgren <holmgren@debian.org> Sun, 06 Feb 2011 23:06:25 +0100 |
| 18 | magnus | 95 | |
| 15 | magnus | 96 | ssvnc (1.0.27-1) unstable; urgency=low |
| 97 | |||
| 98 | * New upstream release. |
||
| 16 | magnus | 99 | * bashisms.dpatch: Don't try to fix all bashisms; instead change /bin/sh |
| 100 | to /bin/bash and depend on bash, which is small in this context. |
||
| 15 | magnus | 101 | |
| 16 | magnus | 102 | -- Magnus Holmgren <holmgren@debian.org> Sun, 23 May 2010 19:07:52 +0200 |
| 15 | magnus | 103 | |
| 14 | magnus | 104 | ssvnc (1.0.25-1) unstable; urgency=low |
| 105 | |||
| 106 | * New upstream release. |
||
| 107 | * confusing_-h.dpatch and bashisms.dpatch: adjusted. |
||
| 108 | |||
| 109 | -- Magnus Holmgren <holmgren@debian.org> Sat, 06 Feb 2010 20:45:04 +0100 |
||
| 110 | |||
| 4 | magnus | 111 | ssvnc (1.0.24-1) unstable; urgency=low |
| 112 | |||
| 113 | * New upstream release. |
||
| 114 | * ssvnc -help now prints a help message instead of passing -help to the |
||
| 115 | tcl interpreter. |
||
| 116 | * confusing_-h.dpatch (new): Improve upstream's handling of -help a bit |
||
| 117 | (Closes: 544250). |
||
| 6 | magnus | 118 | * ultraftp_path.dpach (new): Use hardcoded (and correct for this |
| 119 | package) path to ultraftp.jar if SSVNC_ULTRA_FTP_JAR is unset, so that |
||
| 120 | file transfers work even if ssvncviewer is executed directly. |
||
| 7 | magnus | 121 | * bashisms.dpatch (new): Fix most bashisms (all that matter). |
| 8 | magnus | 122 | * Drop no_openssl.dpatch and build ultravnc_dsm_helper; OpenSSL |
| 11 | magnus | 123 | exception has been granted. Build-depend on libssl-dev. |
| 9 | magnus | 124 | * Promote stunnel4 from Recommends to Depends (Closes: #553411), depend |
| 125 | directly on openssl, depend on tk instead of tk8.4, and tweak java |
||
| 126 | recommendations. |
||
| 10 | magnus | 127 | * Add README.source. |
| 128 | * Bump Standards-Version to 3.8.3. |
||
| 4 | magnus | 129 | |
| 11 | magnus | 130 | -- Magnus Holmgren <holmgren@debian.org> Sat, 31 Oct 2009 21:02:42 +0100 |
| 4 | magnus | 131 | |
| 3 | magnus | 132 | ssvnc (1.0.23-1) unstable; urgency=low |
| 133 | |||
| 134 | * Initial release (Closes: #504134). |
||
| 135 | |||
| 136 | -- Magnus Holmgren <holmgren@debian.org> Sat, 01 Aug 2009 19:31:25 +0200 |