1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366
|
x11vnc (0.9.16-9) unstable; urgency=medium
* Team upload.
* debian/control:
+ Enforce rebuild against libvncserver (>= 0.9.13+dfsg-4~). This version
introduced an ABI incompatibility that requires a rebuild of x11vnc.
(Closes: #1030609, #1027043).
-- Mike Gabriel <sunweaver@debian.org> Mon, 06 Feb 2023 18:00:01 +0100
x11vnc (0.9.16-8) unstable; urgency=medium
* d/control: Add Recommends x11-utils. Closes: #1001599
-- Antoni Villalonga <antoni@friki.cat> Mon, 13 Dec 2021 18:05:31 +0000
x11vnc (0.9.16-7) unstable; urgency=medium
[ Antoni Villalonga ]
* autopkgtests: Modify allow-connections waiting time and wait for ending
processes. (Closes: #983019).
-- Mike Gabriel <sunweaver@debian.org> Thu, 25 Feb 2021 15:57:51 +0100
x11vnc (0.9.16-6) unstable; urgency=medium
* autopkgtests: Add allow-connections
* d/watch: Adjust to dh_make skel for github
-- Antoni Villalonga <antoni@friki.cat> Mon, 30 Nov 2020 16:51:45 +0100
x11vnc (0.9.16-5) unstable; urgency=medium
[ Salvatore Bonaccorso ]
* scan: limit access to shared memory segments to current user
(CVE-2020-29074) (Closes: #975875)
[ Antoni Villalonga ]
* Update to debhelper-compat 13
* dPatches: Add Forwarder DEP-3 tag
* dPatches: Add patch 0006-fix-manpage-acute-accents.patch
* dControl: Bump Standards-Version to 4.5.1
-- Antoni Villalonga <antoni@friki.cat> Sat, 28 Nov 2020 09:01:54 +0100
x11vnc (0.9.16-4) unstable; urgency=medium
* Add patch 0004-x11vnc.ftbfs-gcc10.patch (Closes: #957965)
* Standards-Version: 4.5.0 (routine-update)
* Point Vcs fields to salsa.debian.org (routine-update)
* Remove trailing whitespace in debian/copyright (routine-update)
* Rename salsa-ci file
* d/upstream/metadata: Repository and Bug
* Re-export upstream signing key without extra signatures.
-- Antoni Villalonga <antoni@friki.cat> Fri, 17 Apr 2020 14:56:23 +0200
x11vnc (0.9.16-3) unstable; urgency=medium
* debian/control Team maintenance
* debian/control Rules-Requires-Root: no
* debian/control Bump Standards-Version to 4.4.1 (no changes needed)
-- Antoni Villalonga <antoni@friki.cat> Thu, 07 Nov 2019 20:19:00 +0100
x11vnc (0.9.16-2) unstable; urgency=medium
* Fix debian/watch signature verification (gittag based)
* Upload to unstable
* Bump Standards-Version to 4.4.0
-- Antoni Villalonga <antoni@friki.cat> Thu, 01 Aug 2019 17:04:40 +0200
x11vnc (0.9.16-1) experimental; urgency=medium
[ Antoni Villalonga ]
* New maintainer. Closes: #921960
* New upstream version 0.9.16. Closes: #672435, #805100, #857498, #902893
* Clean debian/rules
* Clean debian/patches/
* Remove package x11vnc-data
* Bump Standards-Version to 4.3.0
* Update to debhelper-compat 12
* Add patch 0000-Xdummy-man-page.patch
* Add patch 0001-fix-typos.patch
* Add patch 0002-x11vnc.desktop-keywords.patch
* Update debian/copyright to policy conformant
* Add debian/source/format, 3.0 quilt
* Add debian/upstream/metadata
* Add debian/watch to github
-- Antoni Villalonga <antoni@friki.cat> Mon, 08 Apr 2019 14:05:49 +0200
x11vnc (0.9.13-6) unstable; urgency=medium
* Add two buffer overflow fixes from upstream. Closes: #851496, #859213.
This is a temporary measure, new upstream should be package instead.
-- Nikita Yushchenko <yoush@debian.org> Mon, 07 May 2018 23:13:43 +0300
x11vnc (0.9.13-5) unstable; urgency=low
* Split build and install into arch and indep parts (Closes: #895591).
-- Nikita Yushchenko <yoush@debian.org> Fri, 13 Apr 2018 17:09:45 +0300
x11vnc (0.9.13-4) unstable; urgency=low
* New maintainer (Closes: #879439).
* Bump Standards-Version to 4.1.4, no changes needed.
* Use compat version 10:
- no need to pass --parallel to dh,
- no need to pass --with autoreconf to dh and build-depend on autoreconf.
* Re-arrange commands in debian/rules to avoid need of dh --until.
-- Nikita Yushchenko <yoush@debian.org> Tue, 10 Apr 2018 21:39:56 +0300
x11vnc (0.9.13-3) unstable; urgency=low
* QA upload.
* Set maintainer to Debian QA Group. (see #879439)
* Use default-jdk for building.
-- Adrian Bunk <bunk@debian.org> Thu, 29 Mar 2018 15:15:50 +0300
x11vnc (0.9.13-2) unstable; urgency=medium
* Add patches:
- 0001-Fix-openssl-1.1.x-detection.patch - update configure.ac to detect
the OpenSSL instead of SSL_library_init function
- 0002-Support-openssl-1.1.0.patch - add support for OpenSSL 1.1.0
(Closes: #845106)
- do-not-run-dbus-launch.patch (Closes: #836401)
- enforce-bash.patch - enforce bash due to shopt usage (Closes: #690637)
* Update 10_usepkgconfig.diff: use $PKG_CONFIG instead of pkg-config.
Thanks to Helmut Grohne. (Closes: #845723)
* Update debian/control:
- add dh-autoreconf build dependency
- we really want openjdk, so use openjdk-8-jdk | openjdk-7-jdk
* Update debian/rules: pass --without-tightvnc-filetransfer to configure.
-- Fathi Boudra <fabo@debian.org> Wed, 21 Dec 2016 16:59:50 +0200
x11vnc (0.9.13-1.3) unstable; urgency=medium
* Non-maintainer upload.
* Build with libssl1.0-dev for now. (Closes: #845106)
-- Christian Hofstaedtler <zeha@debian.org> Mon, 19 Dec 2016 02:37:39 +0000
x11vnc (0.9.13-1.2) unstable; urgency=medium
* Non-maintainer upload.
* 10_usepkgconfig.diff: Use pkg-config instead of libvncserver-config to
locate libvncserver/client. This prevents unnecessary linkage and fixes a
FTBFS caused by trying to link against libgcrypt (which is not a
build-dependency). Closes: #760086
-- Andreas Metzler <ametzler@debian.org> Sun, 31 Aug 2014 18:16:32 +0200
x11vnc (0.9.13-1.1) unstable; urgency=low
* Non-maintainer upload.
* Fix "Transition package to use default java implementation":
apply patch from Ubuntu / James Page:
Transition package to build with default java implementation:
- d/control: BD on default-jdk (>= 1:1.6) instead of openjdk-6-jdk.
(Closes: #684378)
-- gregor herrmann <gregoa@debian.org> Wed, 22 May 2013 19:14:10 +0200
x11vnc (0.9.13-1) unstable; urgency=low
* New upstream release.
-- Fathi Boudra <fabo@debian.org> Sat, 31 Dec 2011 12:57:29 +0200
x11vnc (0.9.12-1) unstable; urgency=low
* New upstream release. (Closes: #609899)
- jar files fail to work on earlier jvm's. (Closes: #593305)
- FTBFS: error: 'pointer' redeclared as different kind of symbol.
(Closes: #610802)
-- Fathi Boudra <fabo@debian.org> Mon, 21 Feb 2011 12:04:32 +0200
x11vnc (0.9.10-1.1) unstable; urgency=low
* Non-maintainer upload.
* debian/control: B-D-I on openjdk-6-jdk rather than B-D on default-jdk.
* debian/rules: Only rebuild jars in binary and binary-indep targets.
(Closes: #598619)
-- Tim Retout <diocles@debian.org> Mon, 18 Oct 2010 23:53:56 +0100
x11vnc (0.9.10-1) unstable; urgency=low
* New upstream release:
- enabled fix for tight security type for RFB 3.8 (Closes: #517422)
* Add x11vnc-data package: split jar files.
* Switch to dpkg-source 3.0 (quilt) format.
* Update debian/control:
- bump debhelper build dependencies.
- bump Standards-Version to 3.8.4 (no changes needed).
* Update debian/rules:
- enable parallel build (pass --parallel option to dh).
- list missing files (pass --list-missing option to dh).
- rebuild signed jar files on all architectures except:
hppa, hurd-i386, kfreebsd-amd64 and kfreebsd-i386.
The Sun's java/jarsigner isn't available on these architectures.
(Closes: #559088)
-- Fathi Boudra <fabo@debian.org> Mon, 14 Jun 2010 11:49:13 +0300
x11vnc (0.9.9-1) unstable; urgency=low
* New upstream release:
- Improve -rfbauth option documentation in the manual page.
(Closes: #496294)
- Improve -quiet option documentation. (Closes: #560805)
- Print error reasons for -storepasswd failures. (Closes: #560809)
* Drop XTrap support. XTrap has been removed from the xserver.
Remove libxtrap-dev build dependency. (Closes: #559699)
* Add chrpath build dependency to remove x11vnc rpath.
* Bump Standards-Version to 3.8.3 (no changes needed).
-- Fathi Boudra <fabo@debian.org> Wed, 23 Dec 2009 11:58:48 +0100
x11vnc (0.9.8-2) unstable; urgency=low
* Updated debian/copyright:
- Added OpenSSl license exception to link against libssl.
* Updated debian/control:
- Set myself as Maintainer.
- Added libssl-dev build dependency.
- Added openssl dependency. (Closes: #501020)
* Updated debian/rules:
- Removed --without-ssl configure option.
-- Fathi Boudra <fabo@debian.org> Mon, 10 Aug 2009 07:55:12 +0200
x11vnc (0.9.8-1) unstable; urgency=low
* QA upload.
* New upstream release (Closes: #529010):
- x11vnc is removed upstream from libvncserver sources.
Now, it is released separately.
- fixed x11vnc -forever segfault. (Closes: #461382)
- x11vnc.desktop file is included. (Closes: #475113)
* Bumped debian/compat from 5 to 7.
* Updated debian/control:
- Cleanuped build dependencies.
- Removed libssl-dev build dependency.
- Added Homepage field.
- Added tk dependency. (Closes: #505213)
- Added default-jdk build dependency. java applet are built from sources.
(Closes: #507011, #500970)
* Updated debian/copyright.
* Switched debian/rules from cdbs to dh usage.
-- Fathi Boudra <fabo@debian.org> Fri, 07 Aug 2009 15:45:36 +0200
libvncserver (0.9.3.dfsg.1-2) unstable; urgency=low
* QA upload.
* Drop useless build-depends on linux-libc-dev.
-- Aurelien Jarno <aurel32@debian.org> Wed, 13 May 2009 20:11:07 +0200
libvncserver (0.9.3.dfsg.1-1) unstable; urgency=low
* QA upload.
* New upstream release. (Closes: #448942)
- CVS tag X11VNC_REL_0_9_3
* Switched rules to CDBS.
* Bumped compat to 5.
* Bumped Standards-Version to 3.7.2
* Enabled shared libraries. (Closes: #373298)
* Dropped vncommand, since it isn't installed by make install.
- All hate-mail should be sent to debian@pusling.com
* Added debug package.
* Removed the classes/ dir, there are no sources for the jar files.
- Appended .dfsg.1 to source version.
- Added patch 01_ignore_classes to allow building without classes/ dir.
* Added patch 02_linux_test to look for /usr/include/linux instead of /dev/vcsa
-- Matthew Rosewarne <mrosewarne@inoutbox.com> Mon, 05 Nov 2007 03:22:20 -0500
libvncserver (0.8.2-2) unstable; urgency=low
* Orphaning package
-- Ludovic Drolez <ldrolez@debian.org> Wed, 25 Apr 2007 12:00:32 +0200
libvncserver (0.8.2-1) unstable; urgency=high
* New upstream release. Closes: #373808
* This new release fixes a security bug which might be present in the
previous release of the package. Closes: #376824
* urgency=high because a probable security bug was fixed.
-- Ludovic Drolez <ldrolez@debian.org> Mon, 17 Jul 2006 20:43:38 +0200
libvncserver (0.7.1-5) unstable; urgency=high
* Re-upload with urgency=high because the package in testing is unusable
-- Ludovic Drolez <ldrolez@debian.org> Thu, 12 Jan 2006 15:30:00 +0100
libvncserver (0.7.1-4) unstable; urgency=low
* Put x11vnc 0.7.3 sources in their own directory. Closes: #333880
* Updated build-depends. Closes: #347019
-- Ludovic Drolez <ldrolez@debian.org> Mon, 9 Jan 2006 23:13:15 +0100
libvncserver (0.7.1-3) unstable; urgency=low
* Added x11vnc 0.7.3 sources. Closes: #328943
* Added the x11vnc FAQ which is in the README. Closes: #325479
* Added build dependencies on libxdamage-dev, libfixes-dev, libxrandr-dev
-- Ludovic Drolez <ldrolez@debian.org> Wed, 28 Sep 2005 19:00:05 +0200
libvncserver (0.7.1-2) unstable; urgency=low
* Removed the /dev/vcsa1 test to fix the pbuilder bug. Closes: #322643
* new vncommand package: allows you to attach a VNC server to any command
-- Ludovic Drolez <ldrolez@debian.org> Fri, 26 Aug 2005 18:02:16 +0200
libvncserver (0.7.1-1) unstable; urgency=low
* New upstream release. Closes: #309385
-- Ludovic Drolez <ldrolez@debian.org> Fri, 25 Mar 2005 20:48:38 +0100
libvncserver (0.7-1) unstable; urgency=low
* New upstream release
* New upstream x11vnc man page. Closes: Bug#277510
-- Ludovic Drolez <ldrolez@debian.org> Mon, 31 Jan 2005 23:06:17 +0100
libvncserver (0.6-3) unstable; urgency=low
* Added the latest x11vnc.c (0.6.1) which has the -scale option.
* Added the scale option in the manual.
-- Ludovic Drolez <ldrolez@debian.org> Fri, 16 Jul 2004 16:26:09 +0200
libvncserver (0.6-2) unstable; urgency=low
* Added the latest x11vnc.c from the CVS. Closes: Bug#246205
-- Ludovic Drolez <ldrolez@debian.org> Thu, 29 Apr 2004 22:09:53 +0200
libvncserver (0.6-1) unstable; urgency=low
* Initial Release.
* Integrated the last release of x11vnc.
-- Ludovic Drolez <ldrolez@debian.org> Wed, 10 Mar 2004 23:42:26 +0100
|