8
0
forked from pool/LibVNCServer

79 Commits
devel ... main

Author SHA256 Message Date
a014ea3d0d Accepting request 1288668 from devel:libraries:c_c++
- Update to 0.9.15
  https://github.com/LibVNC/libvncserver/releases/tag/LibVNCServer-0.9.15
  * internal code structure cleanup
  * UTF-8 clipboard handling improvements
  * HTTP server support for multithreaded VNC servers
  * Fixed building with OpenSSL >= 3.0.0
- Rebase patches
- Fix devel package dependencies. The libraries have public link
  targets that must be present when LibVNCServer-devel is
  installed
- Add upstream change to fix build failures with CMake 4:
  * 0001-CMake-require-at-least-CMake-3.5.patch
- Spec refresh

OBS-URL: https://build.opensuse.org/request/show/1288668
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=48
2025-06-27 21:00:17 +00:00
abb94dbac9 Accepting request 1094908 from devel:libraries:c_c++
- version update to 0.9.14
  ## Overall changes: 
    * Added more documentation (build system integration, repeater setup) and a legal FAQ.
    * Added [contribution guidelines](CONTRIBUTING.md).
    * Ported the TravisCI continous integration machinery to GitHub workflows.
  ## LibVNCServer/LibVNCClient:
    * Added [qemu extended key event].
    * Fixed several potential multiplication overflows.
  ## LibVNCClient:
    * Fixes of several memory leaks and buffer overflows.
    * Added UltraVNC's MSLogonII authentication scheme.
    * Fixed TLS interoperability with GnuTLS servers.
    * Fixed detection of newer UltraVNC and TightVNC servers.
    * Added support for [SetDesktopSize].
    * Added SSH tunneling example using libssh2.
    * Added some extensions to VeNCrypt in order to be compatible with a wider range of servers.
  ## LibVNCServer:
    * Fixes to the multi-threaded server implementation which should be a lot more sound now.
    * Fixed TightVNC-filetransfer file upload for 64-bit systems.
    * Fixes of crashes in the zlib compression.
    * Added support for [UTF8 clipboard data].
    * Fixed visual artifacts in framebuffer on ARM platforms.
    * Fixed several WebSockets bugs.
    * Fixed the UltraVNC-style repeater example.
    * Added support for larger framebuffers (two 4k screens possible now).
    * Added support for timeouts for outbound connections (to repeaters for instance).
    * Fixed out-of-bounds memory access in Tight encoding.
- modified patches
  % 0001-libvncserver-Add-API-to-add-custom-I-O-entry-points.patch (refreshed)
  % 0002-libvncserver-Add-channel-security-handlers.patch (refreshed)

OBS-URL: https://build.opensuse.org/request/show/1094908
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=47
2023-06-24 18:13:28 +00:00
34179ea7cb - version update to 0.9.14
## Overall changes: 
    * Added more documentation (build system integration, repeater setup) and a legal FAQ.
    * Added [contribution guidelines](CONTRIBUTING.md).
    * Ported the TravisCI continous integration machinery to GitHub workflows.
  ## LibVNCServer/LibVNCClient:
    * Added [qemu extended key event].
    * Fixed several potential multiplication overflows.
  ## LibVNCClient:
    * Fixes of several memory leaks and buffer overflows.
    * Added UltraVNC's MSLogonII authentication scheme.
    * Fixed TLS interoperability with GnuTLS servers.
    * Fixed detection of newer UltraVNC and TightVNC servers.
    * Added support for [SetDesktopSize].
    * Added SSH tunneling example using libssh2.
    * Added some extensions to VeNCrypt in order to be compatible with a wider range of servers.
  ## LibVNCServer:
    * Fixes to the multi-threaded server implementation which should be a lot more sound now.
    * Fixed TightVNC-filetransfer file upload for 64-bit systems.
    * Fixes of crashes in the zlib compression.
    * Added support for [UTF8 clipboard data].
    * Fixed visual artifacts in framebuffer on ARM platforms.
    * Fixed several WebSockets bugs.
    * Fixed the UltraVNC-style repeater example.
    * Added support for larger framebuffers (two 4k screens possible now).
    * Added support for timeouts for outbound connections (to repeaters for instance).
    * Fixed out-of-bounds memory access in Tight encoding.
- modified patches
  % 0001-libvncserver-Add-API-to-add-custom-I-O-entry-points.patch (refreshed)
  % 0002-libvncserver-Add-channel-security-handlers.patch (refreshed)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=69
2023-06-23 14:47:24 +00:00
8dfed1cd29 Accepting request 1001885 from devel:libraries:c_c++
- security update
- added patches
  fix CVE-2020-29260 [bsc#1203106], memory leakage via rfbClientCleanup()
  + LibVNCServer-CVE-2020-29260.patch

OBS-URL: https://build.opensuse.org/request/show/1001885
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=46
2022-09-09 16:22:19 +00:00
5288f14c75 - security update
- added patches
  fix CVE-2020-29260 [bsc#1203106], memory leakage via rfbClientCleanup()
  + LibVNCServer-CVE-2020-29260.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=67
2022-09-08 08:26:49 +00:00
a2a696afcb Accepting request 919689 from devel:libraries:c_c++
- purposedly adding just this changelog entry
- previous version updates fixed also:
  * CVE-2020-14398 [bsc#1173880] -- improperly closed TCP connection causes an infinite loop in libvncclient/sockets.c
  * CVE-2017-18922 [bsc#1173477] -- preauth buffer overwrite
  * CVE-2018-20748 [bsc#1123823] -- libvnc contains multiple heap out-of-bounds writes
  * CVE-2020-25708 [bsc#1178682] -- libvncserver/rfbserver.c has a divide by zero which could result in DoS
  * CVE-2018-21247 [bsc#1173874] -- uninitialized memory contents are vulnerable to Information leak
  * CVE-2018-20750 [bsc#1123832] -- heap out-of-bounds write vulnerability in libvncserver/rfbserver.c
  * CVE-2020-14397 [bsc#1173700] -- NULL pointer dereference in libvncserver/rfbregion.c
  * CVE-2019-20839 [bsc#1173875] -- buffer overflow in ConnectClientToUnixSock()
  * CVE-2020-14401 [bsc#1173694] -- potential integer overflows in libvncserver/scale.c
  * CVE-2020-14400 [bsc#1173691] -- Byte-aligned data is accessed through uint16_t pointers in libvncserver/translate.c.
  * CVE-2019-20840 [bsc#1173876] -- unaligned accesses in hybiReadAndDecode can lead to denial of service
  * CVE-2020-14399 [bsc#1173743] -- Byte-aligned data is accessed through uint32_t pointers in libvncclient/rfbproto.c.
  * CVE-2020-14402 [bsc#1173701] -- out-of-bounds access via encodings.
  * CVE-2020-14403 [bsc#1173701]
  * CVE-2020-14404 [bsc#1173701]

OBS-URL: https://build.opensuse.org/request/show/919689
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=45
2021-09-21 19:12:26 +00:00
eda0463099 - purposedly adding just this changelog entry
- previous version updates fixed also:
  * CVE-2020-14398 [bsc#1173880] -- improperly closed TCP connection causes an infinite loop in libvncclient/sockets.c
  * CVE-2017-18922 [bsc#1173477] -- preauth buffer overwrite
  * CVE-2018-20748 [bsc#1123823] -- libvnc contains multiple heap out-of-bounds writes
  * CVE-2020-25708 [bsc#1178682] -- libvncserver/rfbserver.c has a divide by zero which could result in DoS
  * CVE-2018-21247 [bsc#1173874] -- uninitialized memory contents are vulnerable to Information leak
  * CVE-2018-20750 [bsc#1123832] -- heap out-of-bounds write vulnerability in libvncserver/rfbserver.c
  * CVE-2020-14397 [bsc#1173700] -- NULL pointer dereference in libvncserver/rfbregion.c
  * CVE-2019-20839 [bsc#1173875] -- buffer overflow in ConnectClientToUnixSock()
  * CVE-2020-14401 [bsc#1173694] -- potential integer overflows in libvncserver/scale.c
  * CVE-2020-14400 [bsc#1173691] -- Byte-aligned data is accessed through uint16_t pointers in libvncserver/translate.c.
  * CVE-2019-20840 [bsc#1173876] -- unaligned accesses in hybiReadAndDecode can lead to denial of service
  * CVE-2020-14399 [bsc#1173743] -- Byte-aligned data is accessed through uint32_t pointers in libvncclient/rfbproto.c.
  * CVE-2020-14402 [bsc#1173701] -- out-of-bounds access via encodings.
  * CVE-2020-14403 [bsc#1173701]
  * CVE-2020-14404 [bsc#1173701]

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=66
2021-09-17 09:13:27 +00:00
a3eea2d2a6 Accepting request 862815 from devel:libraries:c_c++
drop unwanted patch (forwarded request 862813 from fcrozat)

OBS-URL: https://build.opensuse.org/request/show/862815
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=44
2021-01-18 10:26:13 +00:00
2a437571c2 Accepting request 862813 from home:fcrozat:branches:devel:libraries:c_c++
drop unwanted patch

OBS-URL: https://build.opensuse.org/request/show/862813
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=64
2021-01-13 08:22:31 +00:00
2a94164a4f Accepting request 862644 from home:fcrozat:branches:devel:libraries:c_c++
- Add many patches needed for GNOME Remote desktop (already in
  Fedora):
  * TLS security type enablement patches gh#LibVNC/libvncserver!234 
    - 0001-libvncserver-Add-API-to-add-custom-I-O-entry-points.patch
    - 0002-libvncserver-Add-channel-security-handlers.patch
    - 0003-libvncserver-auth-don-t-keep-security-handlers-from-.patch
  * Fix crash on all runs after the first gh#LibVNC/libvncserver!444 rh#1882718
    - 0004-zlib-Clear-buffer-pointers-on-cleanup-444.patch
  * Fix another crasher glgo#GNOME/gnome-remote-desktop#45 rh#1882718
    - 0001-libvncserver-don-t-NULL-out-internal-of-the-default-.patch

OBS-URL: https://build.opensuse.org/request/show/862644
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=63
2021-01-13 07:09:21 +00:00
281e07edae Accepting request 817795 from devel:libraries:c_c++
- version update to 0.9.13 [bsc#1173477]
  ## Overall changes:
    * Small tweaks to the CMake build system.
    * The macOS server example was overhauled and is now the most feature-complete sample
          application of the project, ready for real-world use.
    * Lots of documentation updates and markdownifying.
    * The TravisCI continuous integration now also build-checks cross-compilation from
          Linux to Windows.
    * Setup a [Gitter community chat](https://gitter.im/LibVNC/libvncserver) for the project.
  ## LibVNCServer/LibVNCClient:
    * Both LibVNCServer and LibVNCClient now support an additional platform, namely
          Microsoft Windows. Building is supported with Visual Studio as well as MingGW.
    * The separate crypto routines used by LibVNCClient and LibVNCServer were refactored
          into an implementation common to both libraries.
    * Several security issues got fixed.
    * The bundled noVNC client is now at version 1.1.0 and included via a git submodule.
  ## LibVNCClient:
    * Added connect timeout as well as read timeout support thanks to Tobias Junghans.
    * Both TLS backends now do proper locking of network operations when multi-threaded
      thanks to Gaurav Ujjwal.
    * Fixed regression in Tight/Raw decoding introduced in 0.9.12 thanks to DRC.
    * Fixed encrypted connections to AnonTLS servers when using the OpenSSL back-end.
          Made possible by the profound research done by Gaurav Ujjwal.
  ## LibVNCServer:
    * Added a hooking function (`clientFramebufferUpdateRequestHook`) to deliver
          rfbFramebufferUpdateRequest messages from clients to the frame producer
          thanks to Jae Hyun Yoo.
    * Added SetDesktopSize/ExtendedDesktopSize support thanks to Floris Bos.
    * Added multi-threading support for MS Windows.
    * Fixed VNC repeater/proxy functionality that was broken in 0.9.12.

OBS-URL: https://build.opensuse.org/request/show/817795
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=43
2020-07-01 16:22:08 +00:00
b53ff28ae7 - version update to 0.9.13 [bsc#1173477]
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=61
2020-06-30 06:52:30 +00:00
f0e1496500 - version update to 0.9.13
## Overall changes:
    * Small tweaks to the CMake build system.
    * The macOS server example was overhauled and is now the most feature-complete sample
          application of the project, ready for real-world use.
    * Lots of documentation updates and markdownifying.
    * The TravisCI continuous integration now also build-checks cross-compilation from
          Linux to Windows.
    * Setup a [Gitter community chat](https://gitter.im/LibVNC/libvncserver) for the project.
  ## LibVNCServer/LibVNCClient:
    * Both LibVNCServer and LibVNCClient now support an additional platform, namely
          Microsoft Windows. Building is supported with Visual Studio as well as MingGW.
    * The separate crypto routines used by LibVNCClient and LibVNCServer were refactored
          into an implementation common to both libraries.
    * Several security issues got fixed.
    * The bundled noVNC client is now at version 1.1.0 and included via a git submodule.
  ## LibVNCClient:
    * Added connect timeout as well as read timeout support thanks to Tobias Junghans.
    * Both TLS backends now do proper locking of network operations when multi-threaded
      thanks to Gaurav Ujjwal.
    * Fixed regression in Tight/Raw decoding introduced in 0.9.12 thanks to DRC.
    * Fixed encrypted connections to AnonTLS servers when using the OpenSSL back-end.
          Made possible by the profound research done by Gaurav Ujjwal.
  ## LibVNCServer:
    * Added a hooking function (`clientFramebufferUpdateRequestHook`) to deliver
          rfbFramebufferUpdateRequest messages from clients to the frame producer
          thanks to Jae Hyun Yoo.
    * Added SetDesktopSize/ExtendedDesktopSize support thanks to Floris Bos.
    * Added multi-threading support for MS Windows.
    * Fixed VNC repeater/proxy functionality that was broken in 0.9.12.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=60
2020-06-30 06:51:13 +00:00
d86a9342f4 Accepting request 800071 from devel:libraries:c_c++
- deleted patches
  - LibVNCServer-CVE-2018-20749.patch (mistakenly added, it is
    already part of 0.9.12)

OBS-URL: https://build.opensuse.org/request/show/800071
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=42
2020-05-07 15:49:40 +00:00
5bfbbc96fa - deleted patches
- LibVNCServer-CVE-2018-20749.patch (mistakenly added, it is
    already part of 0.9.12)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=58
2020-05-04 13:50:18 +00:00
dc2b77f4c6 Accepting request 798132 from devel:libraries:c_c++
- security update
- added patches
  fix CVE-2019-15690 [bsc#1160471], heap buffer overflow
  + LibVNCServer-CVE-2019-15690.patch
  fix CVE-2019-20788 [bsc#1170441], integer overflow and heap-based buffer overflow via a large height or width value
  + LibVNCServer-CVE-2019-20788.patch

OBS-URL: https://build.opensuse.org/request/show/798132
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=41
2020-04-29 18:41:20 +00:00
796592bc8f - security update
- added patches
  fix CVE-2019-15690 [bsc#1160471], heap buffer overflow
  + LibVNCServer-CVE-2019-15690.patch
  fix CVE-2019-20788 [bsc#1170441], integer overflow and heap-based buffer overflow via a large height or width value
  + LibVNCServer-CVE-2019-20788.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=56
2020-04-27 09:23:22 +00:00
65bebe09c0 Accepting request 762624 from devel:libraries:c_c++
- Add patches to fix crash on shutdown:
  * avoid-pthread_join-if-backgroundLoop-is-FALSE.patch
  * fix-crash-on-shutdown.patch (forwarded request 762623 from favogt)

OBS-URL: https://build.opensuse.org/request/show/762624
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=40
2020-01-12 22:18:05 +00:00
9950d776ae Accepting request 762623 from home:favogt:branches:devel:libraries:c_c++
- Add patches to fix crash on shutdown:
  * avoid-pthread_join-if-backgroundLoop-is-FALSE.patch
  * fix-crash-on-shutdown.patch

OBS-URL: https://build.opensuse.org/request/show/762623
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=54
2020-01-10 08:50:06 +00:00
a08f697f88 Accepting request 745157 from devel:libraries:c_c++
- turn the test suite on

- security update
- added patches
  CVE-2019-15681 [bsc#1155419]
  + LibVNCServer-CVE-2019-15681.patch

OBS-URL: https://build.opensuse.org/request/show/745157
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=39
2019-11-08 14:21:50 +00:00
ad5db89a6b - turn the test suite on
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=52
2019-11-04 11:29:42 +00:00
596ae64df8 - security update
- added patches
  CVE-2019-15681 [bsc#1155419]
  + LibVNCServer-CVE-2019-15681.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=51
2019-11-04 10:27:40 +00:00
3ab352a3fd Accepting request 741008 from openSUSE:Factory
revert

OBS-URL: https://build.opensuse.org/request/show/741008
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=50
2019-10-18 09:15:52 +00:00
b58022b44a Accepting request 739228 from home:RBrownSUSE:branches:devel:libraries:c_c++
Remove obsolete Groups tag (fate#326485)

OBS-URL: https://build.opensuse.org/request/show/739228
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=49
2019-10-17 12:26:05 +00:00
b69128c8bd Accepting request 679220 from devel:libraries:c_c++
- Add BuildRequire libgnutls-devel: Remmina needs it for VNC
  connections (boo#1123805) (forwarded request 679156 from zhangxiaofei)

OBS-URL: https://build.opensuse.org/request/show/679220
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=38
2019-03-01 15:46:08 +00:00
241c8e9bef Accepting request 679156 from home:zhangxiaofei:branches:devel:libraries:c_c++
- Add BuildRequire libgnutls-devel: Remmina needs it for VNC
  connections (boo#1123805)

OBS-URL: https://build.opensuse.org/request/show/679156
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=47
2019-02-26 11:09:03 +00:00
aeaa1a102a - security update
* CVE-2018-20749 [bsc#1123828]
    + LibVNCServer-CVE-2018-20749.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=46
2019-02-11 12:08:31 +00:00
c86db330b8 Accepting request 673256 from home:pgajdos
- use upstream commit, amend cmake-libdir.patch

- fix cmake build, add cmake-libdir.patch (upstream issue #281)

OBS-URL: https://build.opensuse.org/request/show/673256
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=45
2019-02-11 12:01:51 +00:00
e444f91661 Accepting request 671855 from home:pgajdos
- update to version 0.9.12
   - Overall changes:
     * CMake now is the default build system, Autotools were removed.
     * In addition to TravisCI, all commits are now build-tested by AppVeyorCI.
   - LibVNCServer/LibVNCClient:
     * Numerous build fixes for Visual Studio compilers to the extent that
       one can now _build_ the project with these. The needed changes for
       successfully _running_ stuff will be implemented in 0.9.13.
     * Fixed building for Android and added build instructions.
     * Removed the unused PolarSSL wrapper.
     * Updated the bundled noVNC to latest release 1.0.0.
     * Allowed to use global LZO library instead of miniLZO.
   - LibVNCClient:
     * Support for OpenSSL 1.1.x.
     * Support for overriding the default rectangle decode handlers (with
       hardware-accelerated ones for instance) thanks to Balazs Ludmany.
     * vnc2mpg updated.
     * Added support for X509 server certificate verification as part of the
       handshake process thanks to Simon Waterman.
     * Added a TRLE decoder thanks to Wiki Wang.
     * Included Tight decoding optimizations from TurboVNC thanks to DRC.
     * Ported the SDL viewer from SDL 1.2 to SDL 2.0.
     * Numerous security fixes.
     * Added support for custom auth handlers in order to support additional
       security types.
   - LibVNCServer:
     * Websockets rework to remove obsolete code thanks to Andreas Weigel.
     * Ensured compatibility with gtk-vnc 0.7.0+ thanks to Michał Kępień.
     * The built-in webserver now sends correct MIME type for Javascript.
     * Numerous memory management issues fixed.

OBS-URL: https://build.opensuse.org/request/show/671855
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=44
2019-02-05 15:10:38 +00:00
84dd974a59 - Fix devel package dependencies
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=43
2019-01-11 14:11:46 +00:00
f764faba55 Accepting request 662702 from home:pgajdos
- security update
  * CVE-2018-15126 [bsc#1120114]
    + LibVNCServer-CVE-2018-15126.patch
  * CVE-2018-6307 [bsc#1120115]
    + LibVNCServer-CVE-2018-6307.patch
  * CVE-2018-20020 [bsc#1120116]
    + LibVNCServer-CVE-2018-20020.patch
  * CVE-2018-15127 [bsc#1120117]
    + LibVNCServer-CVE-2018-15127.patch
  * CVE-2018-20019 [bsc#1120118]
    + LibVNCServer-CVE-2018-20019.patch
  * CVE-2018-20023 [bsc#1120119]
    + LibVNCServer-CVE-2018-20023.patch
  * CVE-2018-20022 [bsc#1120120]
    + LibVNCServer-CVE-2018-20022.patch
  * CVE-2018-20024 [bsc#1120121]
    + LibVNCServer-CVE-2018-20024.patch
  * CVE-2018-20021 [bsc#1120122]
    + LibVNCServer-CVE-2018-20021.patch

- Update to version 0.9.11
    Overall changes:
        LibVNCServer/LibVNCClient development now uses continous intregration,
        provided by TravisCI.
    LibVNCClient:
        Now initializes libgcrypt before use if the application did not do it.
        Fixes a crash when connection to Mac hosts
        (#45).
        Various fixes that result in more stable handling of malicious or broken
        servers.

OBS-URL: https://build.opensuse.org/request/show/662702
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=42
2019-01-07 10:02:55 +00:00
ad92219d6d Accepting request 607448 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/607448
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=37
2018-05-19 13:40:56 +00:00
9d95543798 Accepting request 605744 from home:kbabioch:branches:devel:libraries:c_c++
- security update
  * CVE-2018-7225 [bsc#1081493]
    + LibVNCServer-CVE-2018-7225.patch

OBS-URL: https://build.opensuse.org/request/show/605744
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=40
2018-05-15 10:30:59 +00:00
7918ae0630 Accepting request 397918 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/397918
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=36
2016-05-31 10:10:17 +00:00
aaeeed14cb Accepting request 397781 from home:1Antoine1:branches:devel:libraries:c_c++
- Fix build errors of applications using stl_algobase.h and
  libvncserver's rfbproto.h, e.g. krfb (issue #102)
  * Add libvncserver-0.9.10-use-namespaced-rfbMax-macro.patch

OBS-URL: https://build.opensuse.org/request/show/397781
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=38
2016-05-25 10:25:38 +00:00
4b5853064d Accepting request 285635 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/285635
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=35
2015-02-14 12:45:03 +00:00
ddc9afdae4 Accepting request 284719 from home:elvigia:branches:devel:libraries:c_c++
- Remove xorg-x11-devel from buildRequires, X libraries 
  are not directly used/linked

- libvncserver-0.9.10-ossl.patch: Update, do not 
  RAND_load_file("/dev/urandom", 1024) if the the PRNG is already
  seeded. (It always is on linux)

OBS-URL: https://build.opensuse.org/request/show/284719
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=36
2015-02-11 13:05:29 +00:00
dd349cc601 Accepting request 265357 from devel:libraries:c_c++
- Update to version 0.9.10
  + Moved the whole project from sourceforge to https://libvnc.github.io/.
  + Cleaned out the autotools build system which now uses autoreconf.
  + Updated noVNC HTML5 client to latest version.
  + Split out x11vnc sources into separate repository at
    https://github.com/LibVNC/x11vnc
  + Split out vncterm sources into separate repository at
    https://github.com/LibVNC/vncterm
  + Split out VisualNaCro sources into separate repository at
    https://github.com/LibVNC/VisualNaCro
  + Merged Debian patches.
  + Fixed some security-related buffer overflow cases.
  + Added compatibility headers to make LibVNCServer/LibVNCClient
    build on native Windows 8.
  + Update LZO to version 2.07, fixing CVE-2014-4607.
  + Merged patches from KDE/krfb.
  + Can now do IPv6 without IPv4.
  + Fixed a use-after-free issue in scale.c.
- Update Url and download source to new project home
- Remove LibVNCServer-0.9.9-no_x11vnc.patch; upstream splited it
  out of main tarball
- Rebase libvncserver-ossl.patch to upstream changes
  > libvncserver-0.9.10-ossl.patch
- Remove linuxvnc subpackage; like x11vnc, it has been splited out
  but is depreciated and unmaintained.

OBS-URL: https://build.opensuse.org/request/show/265357
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=34
2014-12-17 18:19:27 +00:00
Ismail Dönmez
a535b959f1 -
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=34
2014-12-16 09:25:43 +00:00
Ismail Dönmez
348f91bb03 -
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=33
2014-12-14 10:03:22 +00:00
Ismail Dönmez
48bfbc4217 Accepting request 265083 from home:posophe:branches:devel:libraries:c_c++
fixed

OBS-URL: https://build.opensuse.org/request/show/265083
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=32
2014-12-13 17:38:38 +00:00
Stephan Kulow
0d0d2ecea1 Accepting request 254050 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/254050
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=33
2014-10-06 10:06:08 +00:00
Cristian Rodríguez
070bb97862 Accepting request 253912 from home:olh:branches:devel:libraries:c_c++
- Obsolete old LibVNCServer.rpm in libvncclient0 package. The old
  version included binaries, devel and runtime libs. But nothing
  removes the old package, which leads to file conflicts during
  upgrade if linuxvnc.rpm is not on the install media (bnc#893343)

OBS-URL: https://build.opensuse.org/request/show/253912
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=30
2014-10-05 18:32:01 +00:00
Stephan Kulow
9ca8ca1c2c Accepting request 239171 from devel:libraries:c_c++
- remove old .bz2 file

OBS-URL: https://build.opensuse.org/request/show/239171
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=31
2014-07-08 14:58:47 +00:00
Stephan Kulow
1100ec1380 - remove old .bz2 file
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=28
2014-07-01 13:35:45 +00:00
913bb8158b Remove unused excess sources
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=27
2013-06-21 15:40:33 +00:00
Stephan Kulow
045dfc9df3 Accepting request 159812 from devel:libraries:c_c++
- Add Url to Source section in spec file (forwarded request 159783 from m_meister)

OBS-URL: https://build.opensuse.org/request/show/159812
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=29
2013-03-20 10:49:09 +00:00
Ismail Dönmez
2415d604bf Accepting request 159783 from home:m_meister:branches:openSUSE:Factory
- Add Url to Source section in spec file

OBS-URL: https://build.opensuse.org/request/show/159783
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=25
2013-03-18 14:07:52 +00:00
Cristian Rodríguez
20bba0f125 Accepting request 148186 from home:jengelh:branches:devel:libraries:c_c++
- Follow shared library packaging guidelines
- Avoid self-obsolete tag
- Put libvncserver-config into -devel where it should belong
- Provide pkgconfig() RPM symbols

OBS-URL: https://build.opensuse.org/request/show/148186
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=24
2013-01-13 15:30:19 +00:00
Stephan Kulow
3211c354d8 Accepting request 147684 from devel:libraries:c_c++
- Switch SSL backend to openssl, we all agree that OpenSSL
  has it faults, but it is heavily optimized in all platforms
  not only x86 and performance matters in interactive,latency
  sensitive tasks like VNC.
- libvncserver-ossl.patch Ensures openssl use less memory
  and avoid abi breaks on openSSL updates. (forwarded request 146780 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/147684
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=27
2013-01-10 12:12:26 +00:00
221dcc6341 Accepting request 146780 from home:elvigia:branches:devel:libraries:c_c++
- Switch SSL backend to openssl, we all agree that OpenSSL
  has it faults, but it is heavily optimized in all platforms
  not only x86 and performance matters in interactive,latency
  sensitive tasks like VNC.
- libvncserver-ossl.patch Ensures openssl use less memory
  and avoid abi breaks on openSSL updates.

OBS-URL: https://build.opensuse.org/request/show/146780
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=22
2013-01-09 10:09:51 +00:00
Ismail Dönmez
72a11fc664 Accepting request 146707 from devel:libraries:c_c++
- libvncserver-byteswap.patch : USe OS byteswapping macros 
  which are optimized for the target arch.
- BuildRequire libpng-Devel (forwarded request 146704 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/146707
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=26
2012-12-31 13:25:59 +00:00
Ismail Dönmez
e643117aab Accepting request 146704 from home:elvigia:branches:devel:libraries:c_c++
- libvncserver-byteswap.patch : USe OS byteswapping macros 
  which are optimized for the target arch.
- BuildRequire libpng-Devel

OBS-URL: https://build.opensuse.org/request/show/146704
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=20
2012-12-30 22:31:39 +00:00
Stephan Kulow
49140390bb Accepting request 139253 from devel:libraries:c_c++
- delete not used LibVNCServer-0.9.9-system_minilzo.patch
- document patches
- rename redef-keysym to redef-keysym.patch

- Update to 0.9.9 version:
 - Overall changes:
     * Added noVNC HTML5 VNC viewer (http://kanaka.github.com/noVNC/) connect possibility
       to our http server. Pure JavaScript, no Java plugin required anymore! (But a
       recent browser...)
     * Added a GTK+ VNC viewer example.
   - LibVNCServer/LibVNCClient:
     * Added support to build for Google Android.
     * Complete IPv6 support in both LibVNCServer and LibVNCClient.
   - LibVNCServer:
     * Split two event-loop related functions out of the rfbProcessEvents() mechanism.
       This is required to be able to do proper event loop integration with Qt. Idea was
       taken from Vino's libvncserver fork.
     * Added TightPNG (http://wiki.qemu.org/VNC_Tight_PNG) encoding support. Like the
       original Tight encoding, this still uses JPEG, but ZLIB encoded rects are encoded
       with PNG here.
     * Added suport for serving VNC sessions through WebSockets
       (http://en.wikipedia.org/wiki/WebSocket), a web technology providing for multiplexing
       bi-directional, full-duplex communications channels over a single TCP connection.
     * Support connections from the Mac OS X built-in VNC client to LibVNCServer
       instances running with no password.
     * Replaced the Tight encoder with a TurboVNC one which is tremendously faster in most
       cases, especially with high-color video or 3D workloads.
       (http://www.virtualgl.org/pmwiki/uploads/About/tighttoturbo.pdf)
   - LibVNCClient:
     * Added support to only listen for reverse connections on a specific IP address.

OBS-URL: https://build.opensuse.org/request/show/139253
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=25
2012-10-26 15:13:55 +00:00
276f922942 - delete not used LibVNCServer-0.9.9-system_minilzo.patch
- document patches
- rename redef-keysym to redef-keysym.patch
- remove upstreamed LibVNCServer-LINUX.diff
- remove upstreamed LibVNCServer-0.9.8_git201104301110-overflow.patch
- remove upstreamed LibVNCServer-system-lzo.patch
- rename and refresh dont-build-x11vnc to LibVNCServer-0.9.9-no_x11vnc.patch
- add, but not enable LibVNCServer-0.9.9-system_minilzo.patch
- add libvncserver-0.9.1-multilib.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=18
2012-10-25 10:16:40 +00:00
695455ae8f - osc rm LibVNCServer-0.9.9-system_minilzo.patch
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=17
2012-10-16 12:02:30 +00:00
ab9a94fbcf Accepting request 136136 from home:posophe:branches:devel:libraries:c_c++
Update to 0.9.8 version

OBS-URL: https://build.opensuse.org/request/show/136136
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=16
2012-09-29 10:29:36 +00:00
Stephan Kulow
ce4e54f1de Accepting request 131753 from devel:libraries:c_c++
- Devel package needs a dependency on gnutls-devel

OBS-URL: https://build.opensuse.org/request/show/131753
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=24
2012-08-27 14:23:52 +00:00
Ismail Dönmez
1c3e6ebe21 - Devel package needs a dependency on gnutls-devel
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=14
2012-08-27 11:30:06 +00:00
Ismail Dönmez
e475c1a3c0 Accepting request 131135 from devel:libraries:c_c++
Enable support for GnuTLS, this is needed by Remmina, see bnc#775609 (forwarded request 131133 from gberh)

OBS-URL: https://build.opensuse.org/request/show/131135
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=23
2012-08-22 12:36:43 +00:00
a19b64d7b0 Accepting request 131133 from home:gberh:branches:devel:libraries:c_c++
Enable support for GnuTLS, this is needed by Remmina, see bnc#775609

OBS-URL: https://build.opensuse.org/request/show/131133
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=12
2012-08-18 13:35:02 +00:00
Stephan Kulow
b49f35bd20 Accepting request 98357 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/98357
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=21
2011-12-31 16:19:59 +00:00
Ismail Dönmez
e716a0646b Accepting request 94554 from home:coolo:removeautomake
add automake to buildrequires

OBS-URL: https://build.opensuse.org/request/show/94554
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=9
2011-11-30 14:33:41 +00:00
Lars Vogdt
ee6526afc6 Accepting request 82657 from devel:libraries:c_c++
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build (forwarded request 82637 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/82657
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=19
2011-09-19 13:25:29 +00:00
Ismail Dönmez
38b259f0f0 Accepting request 82637 from home:jengelh:bl
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build

OBS-URL: https://build.opensuse.org/request/show/82637
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=7
2011-09-17 10:05:13 +00:00
Sascha Peilicke
79a628710b Autobuild autoformatter for 69812
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=18
2011-05-09 07:28:23 +00:00
OBS User buildservice-autocommit
8db311db3b Updating link to change in openSUSE:Factory/LibVNCServer revision 18.0
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=6fea0b3a0236febab244d68ecd3a1144
2011-05-09 07:28:23 +00:00
Sascha Peilicke
91d8221248 Accepting request 69812 from devel:libraries:c_c++
- Update to version 0.9.8 latest.
  * Changes too long to list here, see NEWS 
- Use system lzo library (forwarded request 69811 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/69812
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=17
2011-05-09 07:28:14 +00:00
OBS User autobuild
738e871d24 Accepting request 50099 from devel:libraries:c_c++
Copy from devel:libraries:c_c++/LibVNCServer based on submit request 50099 from user coolo

OBS-URL: https://build.opensuse.org/request/show/50099
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=15
2010-10-11 12:39:53 +00:00
OBS User autobuild
9d0baad6ae OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=12 2010-03-18 14:32:15 +00:00
OBS User unknown
d3287db56f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=10 2009-04-23 23:50:09 +00:00
OBS User unknown
f3c3254768 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=9 2009-03-13 15:01:48 +00:00
OBS User unknown
899f0bb1be OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=8 2008-10-27 16:02:19 +00:00
OBS User unknown
4a2b9d8bf3 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=6 2008-02-25 16:18:58 +00:00
OBS User unknown
c6558713a1 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=5 2007-10-11 19:51:51 +00:00
OBS User unknown
446db6c255 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=4 2007-07-18 19:39:50 +00:00
OBS User unknown
65ea89fb5b OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=3 2007-04-12 16:01:17 +00:00
OBS User unknown
5a23935331 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=2 2007-03-16 08:47:32 +00:00
OBS User unknown
e79bd871f1 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/LibVNCServer?expand=0&rev=1 2007-01-15 22:49:20 +00:00

BIN
LibVNCServer-0.9.14.tar.gz (Stored with Git LFS)

Binary file not shown.