The NetBSD Project

CVS log for pkgsrc/net/libvncserver/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / net / libvncserver

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Dec 25 18:29:50 2022 UTC (23 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, HEAD
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -3 lines
libvncserver: do not re-define _XOPEN_SOURCE in installed header

While here: make gnutls really an option

Bump PKGREVISION.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Oct 26 11:05:57 2021 UTC (3 years, 1 month ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines

net: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Not committed (merge conflicts...):

net/radsecproxy/distinfo

The following distfiles could not be fetched (fetched conditionally?):

./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Oct 7 14:41:47 2021 UTC (3 years, 1 month ago) by nia
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -2 lines
net: Remove SHA1 hashes for distfiles

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Dec 18 23:25:59 2020 UTC (3 years, 11 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +5 -5 lines
libvncserver: Update to 0.9.13

# 2020-06-13: Version 0.9.13

0.9.13 truly is a cross-platform release, the best we've ever done in that respect:
Out of the [49 issues](https://github.com/LibVNC/libvncserver/issues?q=is%3Aclosed+milestone%3A%22Release+0.9.13%22)
closed with this release, 20 alone were related to MS Windows. The result is that 0.9.13
is the first release with full support for Microsoft Windows! The cross-platform focused
work did not end there tough: MacOS support was brought up from barebones to a fully working
production-grade VNC server application. Other highlights are improvements regarding TLS
in LibVNCClient, [SetDesktopSize](https://github.com/rfbproto/rfbproto/blob/master/rfbproto.rst#setdesktopsize)
support in LibVNCServer and a major cleanup of the project's documentation. Last but not
least, 0.9.13 comes with the usual assortment of bugfixes and security improvements.

## 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.
  * Fixed unstable WebSockets connections thanks to Sebastian Kranz.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Nov 29 20:33:53 2020 UTC (4 years ago) by nia
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
libvncserver: Fix missing decl of fd_set when compiled with openssl

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Mar 14 09:15:13 2019 UTC (5 years, 8 months ago) by jperkin
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -1 lines
libvncserver: Register tls_openssl.c patch in distinfo.

Pointed out by leot@

Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Feb 1 12:45:21 2019 UTC (5 years, 10 months ago) by tnn
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -5 lines
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.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Jul 18 17:55:54 2018 UTC (6 years, 4 months ago) by bouyer
Branches: MAIN
CVS tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
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

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Jan 2 10:09:06 2018 UTC (6 years, 11 months ago) by jperkin
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1 lines
libvncserver: Byteswap compat for SunOS.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Jan 9 07:55:15 2017 UTC (7 years, 10 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -8 lines
Update to 0.9.11

* Update buildlink3.mk
* Update HOMEPAGE and MASTER_SITES

Changelog:
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.
        Removed broken and unmaintained H264 decoding.
        Some documentation fixes.
        Added hooks to WriteToTLS() for optional protection by mutex.

    LibVNCServer:
        Stability fixes for the WebSocket implementation.
        Replaced SHA1 implementation with the one from RFC 6234.
        The built-in HTTP server does not allow directory traversals anymore.
        The built-in HTTP now sends correct MIME types for CSS and SVG.
        Added support for systemd socket activation.
        Made it possible to get autoPort behavior with either ipv4 or ipv6 disabled.
        Fixed starting of an onHold-client in threaded mode.

0.9.10:
    Overall changes:
        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.

    LibVNCServer/LibVNCClient:
        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.

    LibVNCServer:
        Merged patches from KDE/krfb.
        Can now do IPv6 without IPv4.
        Fixed a use-after-free issue in scale.c.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Dec 8 17:23:20 2015 UTC (8 years, 11 months ago) by jperkin
Branches: MAIN
CVS tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1 lines
Use $as_echo to support escape sequences correctly.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Nov 4 00:35:10 2015 UTC (9 years, 1 month ago) by agc
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
Add SHA512 digests for distfiles for net category

Problems found with existing digests:
	Package haproxy distfile haproxy-1.5.14.tar.gz
	159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded]
	da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]

Problems found locating distfiles:
	Package bsddip: missing distfile bsddip-1.02.tar.Z
	Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz
	Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2
	Package djbdns: missing distfile djbdns-cachestats.patch
	Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch
	Package gated: missing distfile gated-3-5-11.tar.gz
	Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz
	Package poink: missing distfile poink-1.6.tar.gz
	Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz
	Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch
	Package waste: missing distfile waste-source.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Dec 17 16:27:18 2013 UTC (10 years, 11 months ago) by prlw1
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1 lines
Don't segfault when using PKG_OPTIONS.libVNCServer=-inet6

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Feb 27 18:24:51 2013 UTC (11 years, 9 months ago) by jperkin
Branches: MAIN
CVS tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Add SunOS byteswap support.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun May 6 09:08:36 2012 UTC (12 years, 7 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +5 -5 lines
Update libVNCServer to 0.9.9.

0.9.9
   - 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.
     * Support for using OpenSSL instead of GnuTLS. This could come in handy on embedded
       devices where only this TLS implementation is available.
     * Added support to connect to UltraVNC Single Click servers.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Feb 22 09:50:24 2012 UTC (12 years, 9 months ago) by cheusov
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
Fix build failure on Linux (PR 42289)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Nov 10 06:29:44 2011 UTC (13 years ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4 lines
Update libVNCServer to 0.9.8.2.

0.9.8.2
   - Fixed a regression that crept in with the Apple Remote Desktop support.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Oct 13 10:50:56 2011 UTC (13 years, 1 month ago) by obache
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4 lines
Update libVNCServer to 0.9.8.1.

0.9.8.1
   - Fixed an ABI compatibility issue.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Apr 4 09:13:44 2011 UTC (13 years, 8 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4 lines
Update libVNCServer to 0.9.8.

0.9.8
   - Overall changes:
     * Automagically generated API documentation using doxygen.
     * Added support for pkg-config.
     * Fixed Mingw32 cross compilation.
     * Fixed CMake build system.

   - LibVNCServer/LibVNCClient:
     * All files used by _both_ LibVNCServer and LibVNCClient were put into
       a 'common' directory, reducing code duplication.
     * Implemented xvp VNC extension.
     * Updated minilzo library used for Ultra encoding to ver 2.04.
       According to the minilzo README, this brings a significant
       speedup on 64-bit architechtures.

   - LibVNCServer:
     * Thread safety for ZRLE, Zlib, Tight, RRE, CoRRE and Ultra encodings.
       This makes all VNC encodings safe to use with a multithreaded server.
     * A DisplayFinishedHook for LibVNCServer. If set, this hook gets called
       just before rfbSendFrameBufferUpdate() returns.
     * Fix for tight security type for RFB 3.8 in TightVNC file transfer
       (Debian Bug #517422).

   - LibVNCClient:
     * Unix sockets support.
     * Anonymous TLS security type support.
     * VeNCrypt security type support.
     * MSLogon security type support.
     * ARD (Apple Remote Desktop) security type support.
     * UltraVNC Repeater support.
     * A new FinishedFrameBufferUpdate callback that is invoked after each
       complete framebuffer update.
     * A new non-forking listen (reverse VNC) function that works under
       Windows.
     * IPv6 support. LibVNCClient is now able to connect to IPv6 VNC servers.
     * IP QoS support. This enables setting the DSCP/Traffic Class field of
       IP/IPv6 packets sent by a client. For example starting a client with
       -qosdscp 184 marks all outgoing traffic for expedited forwarding.
       Implementation for Win32 is still a TODO, though.
     * Fixed hostname resolution problems under Windows.

   - SDLvncviewer
     * Is now resizable and can do key repeat, mouse wheel scrolling
       and clipboard copy and paste.

   - LinuxVNC:
     * Fix for no input possible because of ctrl key being stuck.
       Issue was reported as Debian bug #555988.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu May 7 12:19:15 2009 UTC (15 years, 7 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -4 lines
Update libVNCServer to 0.9.7.

Notes: Support for the ZYWRLE encoding, a wavelet based enhancement to the ZRLE
encoding. CMake is supported. Bugfixes and configure improvements.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Jul 11 14:37:25 2007 UTC (17 years, 4 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4 lines
Update libVNCServer to 0.9.1.
 * libs are built shared by defaut now.
 * x11vnc is no longer included in the package tarball.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Oct 15 14:03:41 2006 UTC (18 years, 1 month ago) by bouyer
Branches: TNF
CVS tags: pkgsrc-base, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import libvncserver, provided by Pierrick Brossin in private mail:

LibVNCServer is ripped out of Xvnc to provide an easy API to write
one's own vnc server.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Oct 15 14:03:41 2006 UTC (18 years, 1 month ago) by bouyer
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>