Subversion Repositories

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

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

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