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 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676
|
libvncserver (0.9.15+dfsg-1) unstable; urgency=medium
* New upstream release.
* debian/control:
+ Bump Standards-Version: to 4.7.2. No changes needed.
+ In B-D, switch from pkg-config to pkgconf.
* debian/libvncclient1.symbols:
+ Update symbols.
* debian/copyright:
+ Auto-generate copyright.in file for better copyright changes tracking.
+ Entirely rewrite copyright attributions.
-- Mike Gabriel <sunweaver@debian.org> Thu, 10 Apr 2025 12:51:42 +0200
libvncserver (0.9.14+dfsg-1) unstable; urgency=medium
* New upstream release.
* debian/control:
+ Bump Standards-Version: to 4.6.2. No changes needed.
* debian/patches:
+ Drop all patches. All included in this upstream release.
* debian/libvncserver-dev.install:
+ Add CMake module for LibVNCServer.
* debian/*.symbols:
+ Update symbols for 0.9.14.
* debian/{rules,source/lintian-overrides}:
+ Drop finished dbgsym-migration specific rules.
* debian/copyright:
+ Update copyright attributions.
-- Mike Gabriel <sunweaver@debian.org> Mon, 06 Feb 2023 17:38:46 +0100
libvncserver (0.9.13+dfsg-5) unstable; urgency=medium
[ Thosten Alteholz ]
* debian/patches:
+ CVE-2020-29260: Add CVE-2020-29260.patch. Resolve memory leak in
function rfbClientCleanup(). (Closes: #1019228).
[ Mike Gabriel ]
* debian/watch:
+ Use tags-path on Github, not releases-path.
-- Mike Gabriel <sunweaver@debian.org> Sun, 20 Nov 2022 13:10:45 +0100
libvncserver (0.9.13+dfsg-4) unstable; urgency=medium
* debian/patches:
+ Trivially rebase patches 0001 and 0002.
+ Add 0003-rfb-increase-update-buf-size.patch. Allow larger screen sizes.
(Closes: #1010449).
* debian/control:
+ Bump Standards-Version: to 4.6.1. No changes needed.
-- Mike Gabriel <sunweaver@debian.org> Fri, 03 Jun 2022 09:47:24 +0200
libvncserver (0.9.13+dfsg-3) unstable; urgency=medium
* debian/watch:
+ Fix Github watch URL.
-- Mike Gabriel <sunweaver@debian.org> Thu, 29 Apr 2021 14:22:25 +0200
libvncserver (0.9.13+dfsg-2) unstable; urgency=medium
[ Marco Trevisan (TreviƱo) ]
* debian/patches:
+ Fix crashes when using desktop sharing with gnome-remote-desktop
(LP: #1915410; closes: #982940).
[ Mike Gabriel ]
* debian/patches/series:
+ White-space cleanup.
* debian/control:
+ Bump Standards-Version: to 4.5.1. No changes needed.
* debian/watch:
+ Switch to format version 4.
* debian/copyright:
+ Amend attributions. The files common/md5.* don't exist anymore.
-- Mike Gabriel <sunweaver@debian.org> Sun, 28 Feb 2021 15:37:06 +0100
libvncserver (0.9.13+dfsg-1) unstable; urgency=medium
* New upstream release:
- CVE-2018-21247: When connecting to a repeater, only send initialised
string
- CVE-2019-20839: libvncclient: bail out if unix socket name would overflow
- CVE-2019-20840: fix crash because of unaligned accesses in
hybiReadAndDecode()
- CVE-2020-14396: libvncclient/tls_openssl: do not deref a NULL pointer
- CVE-2020-14397: libvncserver: add missing NULL pointer checks
- CVE-2020-14398: libvncclient: handle half-open TCP connections
- CVE-2020-14399: libvncclient: fix pointer aliasing/alignment issue
- CVE-2020-14400: libvncserver: fix pointer aliasing/alignment issue
- CVE-2020-14401: libvncserver: scale: cast to 64 bit before shifting
- CVE-2020-14402: libvncserver: encodings: prevent OOB accesses
- CVE-2020-14403: encodings: prevent OOB accesses
- CVE-2020-14404: libvncserver: encodings: prevent OOB accesses
- CVE-2020-14405: libvncclient/rfbproto: limit max textchat size
* debian/patches:
+ Drop all patches. All applied upstream.
+ Add README file explaining on our patch naming scheme.
* debian/*.symbols:
+ Update symbols.
* debian/control:
+ Bump DH compat level to version 13.
-- Mike Gabriel <sunweaver@debian.org> Mon, 29 Jun 2020 14:44:43 +0200
libvncserver (0.9.12+dfsg-9) unstable; urgency=medium
* Bump Standards-Version: to 4.5.0. No changes needed.
* debian/patches:
+ Add CVE-2019-15690/0001-heap-buffer-overflow.patch. (Closes: #954163).
-- Antoni Villalonga <antoni@friki.cat> Sat, 21 Mar 2020 12:51:24 +0100
libvncserver (0.9.12+dfsg-8) unstable; urgency=medium
* debian/changelog:
+ Typo fix in previous upload stanza.
* debian/patches:
+ Add 0005_LibVNCCient-fix-regression-in-tight-raw-decoding.patch.
LibVNCClient: Fix regression in Tight/Raw decoding. (Closes: #950330).
-- Mike Gabriel <sunweaver@debian.org> Sat, 01 Feb 2020 23:05:21 +0100
libvncserver (0.9.12+dfsg-7) unstable; urgency=medium
* debian/patches:
+ Add 0003_rfbserver-dont-close-fd-0-accidentally.patch and
0004_avoid-pthread-join-if-backgroundLoop-is-FALSE.patch. Follow-up fixes
for concurrency issue during client closure between client and
clientOutput thread. (See #905786).
-- Mike Gabriel <sunweaver@debian.org> Wed, 08 Jan 2020 10:36:05 +0100
libvncserver (0.9.12+dfsg-6) unstable; urgency=medium
[ Sebastien Bacher ]
* debian/tests:
+ Use the correct compiler for proposed autopkgtest cross-testing support.
(Closes: #946615).
[ Mike Gabriel ]
* debian/patches:
+ Add 0002_fix-crash-because-of-unaligned-accesses-in-hybiReadAndDecode.patch.
Fix FTBFS on sparc64 architecture. (Closes: #947808).
-- Mike Gabriel <sunweaver@debian.org> Thu, 02 Jan 2020 15:04:42 +0100
libvncserver (0.9.12+dfsg-5) unstable; urgency=medium
[ Mike Gabriel ]
* debian/control:
+ Add Ds (libvncserver-dev): libgcrypt20-dev, liblzo2-dev and libsasl2-dev.
(As found under B-D). (Closes: #946865).
* debian/tests/control:
+ White-space cleanup.
[ Antoni Villalonga ]
* Add debian/.gitlab.yml salsa tests.
[ Sebastien Bacher ]
* debian/control:
+ Use the correct team name in the Vcs references
-- Mike Gabriel <sunweaver@debian.org> Wed, 18 Dec 2019 09:51:48 +0100
libvncserver (0.9.12+dfsg-4) unstable; urgency=medium
[ Antoni Villalonga ]
* debian/control:
+ Remove obsolete D (libvncserver-dev): libvncserver-config. (Closes:
#946598).
-- Mike Gabriel <sunweaver@debian.org> Wed, 11 Dec 2019 21:58:16 +0100
libvncserver (0.9.12+dfsg-3) unstable; urgency=medium
* Re-upload to unstable as-is.
-- Mike Gabriel <sunweaver@debian.org> Wed, 11 Dec 2019 08:02:19 +0100
libvncserver (0.9.12+dfsg-2) experimental; urgency=medium
* debian/changelog:
+ Weave-in NMU changelog stanzas from previous security uploads
(0.9.11+dfsg-1.1 through to 0.9.11+dfsg-1.3).
* debian/patches:
+ Use subdirs for CVE issues.
+ Re-add erroneously removed patch/fix for CVE-2018-20750.
+ Rebase patch/fix for CVE-2019-15681.
-- Mike Gabriel <sunweaver@debian.org> Fri, 29 Nov 2019 09:50:45 +0100
libvncserver (0.9.12+dfsg-1) experimental; urgency=medium
* New upstream release to experimental. (Closes: #918777).
* debian/{control,compat}:
+ Switch to debhelper-compat notation. Bump DH compat level to version 12.
* debian/control:
+ Bump Standards-Version: to 4.4.1. No changes needed.
+ Add Rules-Requires-Root: field and set it to "no".
+ Move package maintenance to Debian Remote Maintainers team, after
personal communication with Peter Spiess-Knafl. Thanks for all
previous contributions. Also, make myself uploader.
+ Update Vcs-*: fields. Packaging VCS has been moved over to
salsa.debian.org.
+ Update B-Ds; Use cmake for building this package from now on.
Autotools support has been dropped by upstream.
+ Add B-D: liblzo2-dev. Avoid building embedded miniLZO implementation.
+ Add B-D: libsasl2-dev.
* debian/patches:
+ Drop all previous added CVE security fixes. All applied upstream.
+ Drop 0001-ignore_webclients.patch. No automake support available in
upstream sources anymore.
+ Drop remove-libpng.patch. Not required anymore since cmake build switch.
+ Add 0001_cmake-multiarch-support.patch. Fix install_targets, so that they
install to multi-arch libdir.
+ CVE-2019-15681: Add CVE-2019-15681.patch. rfbserver: don't leak stack
memory to the remote. (Closes: #943793).
* debian/rules:
+ Add get-orig-source target for maintainers' convenience.
+ Fully switch to cmake based build. Make sure WITH_PNG gets disabled.
+ Enable all hardening flags.
* debian/{control,libvncserver-config.*}:
+ Drop bin:pkg libvncserver-config. Replace by pkgconfig .pc files.
* debian/libvnc*.symbols:
+ Update symbols files.
+ Add *Build-Depends-Package: meta-data fields.
* debian/libvncserver-dev.install:
+ Drop *.a files. No built by cmake based build implementation anymore.
* debian/{control,rules}:
+ Drop dbg:pkgs, start a very late dbgsym migration.
* debian/source/lintian-overrides:
+ Override debug-symbol-migration-possibly-complete. It will be in
bullseye+1.
* debian/copyright:
+ Use secure URL in Format: field.
* debian/libvncserver-dev.examples:
+ Install examples/ folder into dev:pkg.
* debian/{changelog,control,copyright}:
+ Strip white-spaces off at EOLs.
* debian/tests/smoketest-libvnc*:
+ Stop using $ADDTMP, replace by $AUTOPKGTEST_TMP.
* debian/upstream/metadata:
+ Add DEP-12 compliant metadata file
-- Mike Gabriel <sunweaver@debian.org> Thu, 28 Nov 2019 23:43:20 +0100
libvncserver (0.9.11+dfsg-1.3) unstable; urgency=medium
* Non-maintainer upload.
* LibVNCClient: ignore server-sent cut text longer than 1MB (CVE-2018-20748)
(Closes: #920941)
* LibVNCClient: ignore server-sent reason strings longer than 1MB
(CVE-2018-20748) (Closes: #920941)
* LibVNCClient: fail on server-sent desktop name lengths longer than 1MB
(CVE-2018-20748) (Closes: #920941)
* LibVNCClient: remove now-useless cast (CVE-2018-20748) (Closes: #920941)
* Error out in rfbProcessFileTransferReadBuffer if length can not be
allocated (CVE-2018-20749) (Closes: #920941)
* Limit lenght to INT_MAX bytes in rfbProcessFileTransferReadBuffer()
(CVE-2018-20750) (Closes: #920941)
-- Salvatore Bonaccorso <carnil@debian.org> Wed, 30 Jan 2019 22:39:15 +0100
libvncserver (0.9.11+dfsg-1.2) unstable; urgency=high
* Non-maintainer upload.
* Fix multiple security vulnerabilities (Closes: #916941)
- Use-after-free in file transfer extension allows for potential
code execution (CVE-2018-15126)
- Heap out-of-bounds write in
rfbserver.c:rfbProcessFileTransferReadBuffer() allows for
potential code execution (CVE-2018-15127)
- Multiple heap out-of-bound writes in VNC client code
(CVE-2018-20019)
- Heap out-of-bound write inside structure in VNC client code allows
for potential code execution (CVE-2018-20020)
- Infinite loop in VNC client code allows for denial of service
(CVE-2018-20021)
- Improper initialization in VNC client code allows for information
disclosure (CVE-2018-20022)
- Improper initialization in VNC Repeater client code allows for
information disclosure (CVE-2018-20023)
- NULL pointer dereference in VNC client code allows for denial of
service (CVE-2018-20024)
- Use-after-free in file transfer extension server code allows for
potential code execution (CVE-2018-6307)
* Update symbols file for libvncserver1.
The fix for CVE-2018-15126 removes CloseUndoneFileTransfer and
introduces new CloseUndoneFileDownload and CloseUndoneFileUpload.
-- Salvatore Bonaccorso <carnil@debian.org> Wed, 02 Jan 2019 16:26:53 +0100
libvncserver (0.9.11+dfsg-1.1) unstable; urgency=high
* Non-maintainer upload.
* Fix CVE-2018-7225: Uninitialized and potentially sensitive data could be
accessed by remote attackers because the msg.cct.length in rfbserver.c was
not sanitized. (Closes: #894045)
-- Markus Koschany <apo@debian.org> Tue, 05 Jun 2018 14:43:47 +0200
libvncserver (0.9.11+dfsg-1) unstable; urgency=high
* New upstream release, containing security fixes for
- CVE-2016-9941
- CVE-2016-9942
* Remove upstream applied patches
-- Peter Spiess-Knafl <dev@spiessknafl.at> Tue, 03 Jan 2017 11:50:27 +0100
libvncserver (0.9.10+dfsg-3) unstable; urgency=medium
* Avoid regeneration of rfbint.h and rfbconfig.h (Closes: #786822)
-- Peter Spiess-Knafl <dev@spiessknafl.at> Tue, 26 May 2015 00:12:15 +0200
libvncserver (0.9.10+dfsg-2) unstable; urgency=medium
* Changed maintainer email.
* Upload to unstable.
-- Peter Spiess-Knafl <dev@spiessknafl.at> Sun, 24 May 2015 10:22:09 +0200
libvncserver (0.9.10+dfsg-1) experimental; urgency=medium
* New Maintainer (Closes: #755299)
* New upstream version (Closes: #766335)
- Set opcode correctly for binary frames (Closes: #766257)
* Split out linuxvnc into new source package (vncterm)
* Removed upstream applied patches
* Bugfix in watchfile (Closes: #776162)
* Fix in short description (Closes: #758754)
* Replaced non-free sha1 implementations in common/sha1.*
* Added patch for libgcrypt init before use (Closes: #782570)
* Bump SONAME 0 -> 1
-- Peter Spiess-Knafl <psk@autistici.org> Fri, 30 Jan 2015 16:09:03 +0000
libvncserver (0.9.9+dfsg-6.1) unstable; urgency=medium
* Non-maintainer upload.
* CVE-2014-6051, CVE-2014-6052, CVE-2014-6053, CVE-2014-6054, CVE-2014-6055:
Multiple issues in libVNCserver -- cherry picking targeted fixed from
upstream (Closes: #762745)
-- Tobias Frost <tobi@debian.org> Sun, 23 Nov 2014 16:19:53 +0100
libvncserver (0.9.9+dfsg-6) unstable; urgency=medium
[ Luca Falavigna ]
* debian/patches/pkgconfig.patch:
- Use Libs.private to avoid unnecessary linkage (Closes: #747539).
* debian/tests/*:
- Provide a simple test to check whether the package is functional
as per DEP8 (autopkgtests).
* debian/control:
- (Build-)depends on libgnutls28-dev and libgcrypt20-dev instead of
libgnutls-dev and libgcrypt11-dev (Closes: #753126).
- Point Homepage field to the new home page.
* debian/copyright:
- Point Source field to the new download location.
* debian/watch:
- Point to GitHub.
[ Gianfranco Costamagna ]
* Drop the libpng12-dev build conflict, relying instead on a better
--without-png configure flag
[ Matthias Klose ]
* debian/patches/ppc64el.patch
- Patch acinclude.m4 for ppc64el (Closes: #756809).
-- Luca Falavigna <dktrkranz@debian.org> Tue, 12 Aug 2014 16:02:26 +0200
libvncserver (0.9.9+dfsg-5) unstable; urgency=medium
* debian/patches/listenSock.patch:
- Cherry-pick patch from upstream to fix a segfault on listenSock
and listen6Sock, thanks to Shaddy Baddah (Closes: #746260).
* debian/control:
- Build-depends on libgcrypt11-dev, thanks to Andreas Metzler for
the bug report (Closes: #745954).
-- Luca Falavigna <dktrkranz@debian.org> Thu, 01 May 2014 10:20:21 +0200
libvncserver (0.9.9+dfsg-4) unstable; urgency=medium
* debian/copyright:
- Document missing copyright information (Closes: #734849).
-- Luca Falavigna <dktrkranz@debian.org> Mon, 20 Jan 2014 16:35:02 +0100
libvncserver (0.9.9+dfsg-3) unstable; urgency=medium
* Provide libvncclient in a separate binary package (Closes: #620322).
* debian/control:
- Drop obsolete Breaks/Replaces fields in libvncserver-config.
* debian/libvncclient0.symbols, debian/libvncserver0.symbols:
- Provide symbol files for both libraries.
* debian/libvncserver-config.docs:
- Install documentation in libvncserver-config.
-- Luca Falavigna <dktrkranz@debian.org> Thu, 09 Jan 2014 09:25:22 +0100
libvncserver (0.9.9+dfsg-2) unstable; urgency=medium
[ Luca Falavigna ]
* debian/patches/format_string.patch:
- Use format string argument in gtkvncviewer (Closes: #711805).
* debian/control:
- Add Build-Conflicts on libpng12-0 and libpng12-dev (Closes: #725480).
- Bump Standards-Version to 3.9.5.
- Use canonic URIs for the Vcs-* fields.
* debian/clean:
- Remove files created at build time.
* debian/rules:
- Enable verbose build log.
[ Prach Pongpanich ]
* debian/patches/multiarch.patch:
- Avoid regenerating header files at build time (Closes: #671790).
-- Luca Falavigna <dktrkranz@debian.org> Thu, 02 Jan 2014 12:17:18 +0100
libvncserver (0.9.9+dfsg-1) unstable; urgency=low
* New upstream release.
* Patches refreshed for the new upstream version.
* Multi-arch support (Closes: #664883).
* debian/patches/format_string.patch:
- Use format string argument with fprintf.
* debian/patches/02_linux_test.patch:
- Removed, applied upstream.
* debian/patches/04_rename_linuxvnc.patch:
- Removed, applied upstream.
* debian/patches/05_GnuTLS.patch:
- Removed, applied upstream.
* debian/compat:
- Bump compatibility level to 9.
* debian/control:
- Add libvncserver-config binary package, needed for Multi-arch.
- Bump Standards-Version to 3.9.3.
* debian/copyright:
- Convert to DEP5 format.
* debian/libvncserver-config.1:
- Fix hyphen-used-as-minus-sign lintian warning.
* debian/rules:
- Implement a get-orig-source target to get rid of webclients
directory, which contains Java classes without sources.
* debian/watch:
- Mangle "+dfsg" prefix from version number.
-- Luca Falavigna <dktrkranz@debian.org> Sat, 05 May 2012 23:45:15 +0200
libvncserver (0.9.8.2-2) unstable; urgency=low
* debian/*.1:
- Refresh man pages to consider new parameters (Closes: #518617).
* debian/libvncserver-dev.install:
- Install libvncserver.pc and libvncclient files (Closes: #649481).
-- Luca Falavigna <dktrkranz@debian.org> Thu, 08 Dec 2011 11:55:19 +0100
libvncserver (0.9.8.2-1) unstable; urgency=low
* New upstream bugfix release.
- Fix a regression in libvncclient with Apple Remote Desktop support
that prevented viewers to connect to ARD servers (Closes: #644455).
-- Luca Falavigna <dktrkranz@debian.org> Wed, 09 Nov 2011 23:31:28 +0100
libvncserver (0.9.8.1-1) unstable; urgency=low
* New upstream bugfix release.
- Fix ABI break (Closes: #644455).
* debian/compat:
- Bump compatibility to 8.
* debian/control:
- Adopting package.
- Add Vcs-* fields.
- Build-depend on dh-autoreconf instead of automake and libtool.
- Add libgnutls-dev to libvncserver-dev dependencies.
* debian/not-installed:
- Not needed, removed.
* debian/rules:
- Build with autoreconf support.
-- Luca Falavigna <dktrkranz@debian.org> Wed, 12 Oct 2011 19:59:26 +0200
libvncserver (0.9.8-2) unstable; urgency=low
* QA upload.
* debian/control:
- Build-depend on libgnutls-dev for GNUTLS support.
-- Luca Falavigna <dktrkranz@debian.org> Sun, 02 Oct 2011 14:27:56 +0200
libvncserver (0.9.8-1) unstable; urgency=low
* QA upload.
* New upstream release (Closes: #621705).
- Fix segfault launching "linuxvnc 1 -help" (Closes: #399501).
- Close socket when connection ends (Closes: #525226).
- Fix no input caused by stucked CTRL key (Closes: #555988).
* debian/patches/*:
- Refresh patches for new upstream release.
* debian/patches/05_GnuTLS.patch:
- Backport patch from upstream repository to drop deprecated GnuTLS
functions (gnutls_*_set_priority -> gnutls_priority_set_direct).
* debian/control:
- Build-depend on pkg-config.
- Remove duplicate section field for libvncserver0 binary.
- Bump Standards-Version to 3.9.2.
* debian/libvncserver-config.1:
- Use minus signs instead of hypens.
* debian/README.source:
- Dropped, no longer needed.
* debian/watch:
- Provide watch file.
-- Luca Falavigna <dktrkranz@debian.org> Sun, 02 Oct 2011 02:54:05 +0200
libvncserver (0.9.7-3) unstable; urgency=low
* QA upload
* Change (build-)depdendencies on libjpeg62-dev to libjpeg-dev
(closes: #629976).
* Migrate to source format 3.0 (quilt):
- add debian/source/format
- remove build-dependency on quilt
- debian/rules: drop --with-quilt from dh invocation
* debian/rules, clean target: also remove generated file _configs.sed
-- Ralf Treinen <treinen@debian.org> Fri, 10 Jun 2011 19:39:44 +0200
libvncserver (0.9.7-2) unstable; urgency=low
* QA upload.
* Don't build linuxvnc on non-linux architectures (Closes: #542592).
* Add a debian/README.source.
-- Aurelien Jarno <aurel32@debian.org> Sun, 30 Aug 2009 17:15:14 +0200
libvncserver (0.9.7-1) unstable; urgency=low
* QA upload.
* New upstream release (Closes: #529010):
- x11vnc is removed upstream from libvncserver sources.
Now, it is released separately.
* Added patches:
- 03_no_x11vnc_subdir.patch
Remove x11vnc remaining occurrences from the build system.
- 04_rename_linuxvnc.patch
Rename LinuxVNC to linuxvnc.
* Bumped debian/compat from 5 to 7.
* Updated debian/control:
- Cleanuped build dependencies.
- Switched to quilt patch system.
- Added Homepage field.
- Added libjpeg62-dev and zlib1g-dev dependencies to libvncserver-dev.
(Closes: #515029)
- Added priority extra and section debug to libvncserver0-dbg.
- Removed x11vnc package.
* Added debian/not-installed:
- *.la files are not installed anymore in libvncserver-dev.
* 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
|