Next | Query returned 61 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2019-02-25 10:48:26 by Jonathan Perkin | Files touched by this commit (2)
Log message:
libvncserver: Fix build on SunOS.
   2019-02-20 13:21:34 by Ryo ONODERA | Files touched by this commit (2)
Log message:
Fix build when security/cyrus-sasl is installed

Introduce sasl option (disabled by default) to inconsistent
detection of cyrus-sasl between CMAKE and CC.
Reported by NISHIMURA Takeshi.
   2019-02-01 13:45:21 by Tobias Nygren | Files touched by this commit (5) | Package updated
Log message:
libVNCServer: update to 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.
  Made the TightVNC-style file transfer more stable.
   2018-07-18 19:55:54 by Manuel Bouyer | Files touched by this commit (3)
Log message:
NetBSD doens't define __BYTE_ORDER nor __BIG_ENDIAN, so the test
# if __BYTE_ORDER == __BIG_ENDIAN
is always true, and e.g. x11vnc wrongly sets bigEndian in the wire
strucure, causing clients to fail.
Check that __BYTE_ORDER is defined before using it, and add a test for
_BYTE_ORDER too.
Bump PKGREVISION
   2018-04-18 00:29:53 by Thomas Klausner | Files touched by this commit (286)
Log message:
Add p11-kit to gnutls/bl3.mk and bump dependencies.
   2018-01-02 11:09:07 by Jonathan Perkin | Files touched by this commit (2)
Log message:
libvncserver: Byteswap compat for SunOS.
   2017-02-06 02:12:12 by Mark Davies | Files touched by this commit (1)
Log message:
No linux only files in latest libvncserver.
   2017-01-11 13:43:18 by Ryo ONODERA | Files touched by this commit (1)
Log message:
Restore .includes to fix dependent package builds
   2017-01-09 09:14:33 by Ryo ONODERA | Files touched by this commit (1)
Log message:
Revert unintentional revbump
   2017-01-09 09:07:54 by Ryo ONODERA | Files touched by this commit (7)
Log message:
Recursive revbump from net/libvncserver

Next | Query returned 61 messages, browsing 21 to 30 | Previous