Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 58 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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