x11-misc / x11vnc

VNC server for real X displays

Official package sites : https://libvnc.github.io/ ·

The primary goal of this program is to create a portable and simple command-line server utility that allows a VNC viewer to connect to an actual X display.

v0.9.16-r8 :: 0 :: gentoo

Modified
License
GPL-2+-with-openssl-exception
Keywords
amd64 arm ppc ppc64 sparc x86 ~alpha ~amd64-linux ~arm64 ~hppa ~mips ~riscv ~s390 ~x64-solaris ~x86-linux
USE flags
crypt fbcon ssl xcomposite xdamage xfixes xinerama xrandr zeroconf

General

crypt
Add support for encryption -- using mcrypt or gpg where applicable
fbcon
Add framebuffer support for the console, via the kernel
ssl
Add support for SSL/TLS connections (Secure Socket Layer / Transport Layer Security)
xcomposite
Enable support for the Xorg composite extension
xdamage
Enable support for the Xdamage library
xfixes
Enable support for the Xfixes library
xinerama
Add support for querying multi-monitor screen geometry through the Xinerama API
xrandr
Enable support for the X xrandr extension
zeroconf
Support for DNS Service Discovery (DNS-SD)

dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)

net-dns / avahi : System which facilitates service discovery on a local network

net-libs / libvncserver : library for creating vnc servers

virtual / libcrypt : Virtual for libcrypt.so

x11-base / xorg-proto : X.Org combined protocol headers

x11-libs / libX11 : X.Org X11 library

x11-libs / libXcomposite : X.Org Xcomposite library

x11-libs / libXcursor : X.Org Xcursor library

x11-libs / libXdamage : X.Org Xdamage library

x11-libs / libXext : X.Org Xext library

x11-libs / libXfixes : X.Org Xfixes library

x11-libs / libXinerama : X.Org Xinerama library

x11-libs / libXrandr : X.Org Xrandr library

x11-libs / libXt : X.Org X Toolkit Intrinsics library

x11-libs / libXtst : X.Org Xlib-based client API for the XTEST & RECORD extensions library

dev-lang / tk : Tk Widget Set

dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)

net-dns / avahi : System which facilitates service discovery on a local network

net-libs / libvncserver : library for creating vnc servers

virtual / libcrypt : Virtual for libcrypt.so

x11-libs / libX11 : X.Org X11 library

x11-libs / libXcomposite : X.Org Xcomposite library

x11-libs / libXcursor : X.Org Xcursor library

x11-libs / libXdamage : X.Org Xdamage library

x11-libs / libXext : X.Org Xext library

x11-libs / libXfixes : X.Org Xfixes library

x11-libs / libXinerama : X.Org Xinerama library

x11-libs / libXrandr : X.Org Xrandr library

x11-libs / libXtst : X.Org Xlib-based client API for the XTEST & RECORD extensions library

640744
x11-misc/x11vnc init script is incompatible with x11-misc/sddm display manager
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
*/*: unkeyword ~ia64
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alexander Tsoy · gentoo
x11-misc/x11vnc: fix build on 32bit arches with 64bit time_t
Closes: https://bugs.gentoo.org/936857 Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/37891 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Fabian Groffen · gentoo
*/*: remove sparc-solaris keyword
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Fabian Groffen · gentoo
*/*: remove x86-solaris keyword
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
orbea · gentoo
x11-misc/x11vnc: add upstream libressl patch
This patch was accepted upstream and fixed the build with LibreSSL < 3.6 which doesn't have SSL_CTX_set_security_level() which is added in the also upstreamed x11vnc-0.9.16-anonymous-ssl.patch. The function is appropriately enabled for LibreSSL >= 3.6. Bug: https://bugs.gentoo.org/903001 Upstream-PR: https://github.com/LibVNC/x11vnc/pull/202 Upstream-Commit: https://github.com/LibVNC/x11vnc/commit/af63109a17f1b1ec8b1e332d215501f11c4a33a0 Upstream-PR: https://github.com/LibVNC/x11vnc/pull/224 Upstream-Commit: https://github.com/LibVNC/x11vnc/commit/354602cffa8edcbe813da6dfd051b96d94b3efbc Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/30856 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
x11-misc/x11vnc: revbump for init script+configure fixes
Signed-off-by: Sam James <sam@gentoo.org>
Alexander Tsoy · gentoo
x11-misc/x11vnc: remove old
Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/29949 Signed-off-by: Sam James <sam@gentoo.org>
Alexander Tsoy · gentoo
x11-misc/x11vnc: fix implicit function declarations in configure
Also fix issue reported by checkbashisms and remove trailing spaces from init script. Closes: https://bugs.gentoo.org/849227 Closes: https://bugs.gentoo.org/898398 Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alex Fan · gentoo
x11-misc/x11vnc: keyword 0.9.16-r7 for ~riscv
Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Alex Fan <alexfanqi@yahoo.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
x11-misc/x11vnc: add virtual/libcrypt dependency
Needed for upcoming libcrypt migration. Acked-by: David Seifert <soap@gentoo.org> Reported-by: Ulrich Müller <ulm@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
x11-misc/x11vnc: drop obsolete LibreSSL patch
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Mikle Kolyada · gentoo
x11-misc/x11vnc: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
x11-misc/x11vnc: Stabilize 0.9.16-r5 ppc, #768039
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
x11-misc/x11vnc: Stabilize 0.9.16-r5 ppc64, #768039
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
x11-misc/x11vnc: Stabilize 0.9.16-r5 x86, #768039
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
x11-misc/x11vnc: Stabilize 0.9.16-r5 amd64, #768039
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Rolf Eike Beer · gentoo
x11-misc/x11vnc: stable 0.9.16-r5 for sparc, bug #768039
Package-Manager: Portage-3.0.17, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
x11-misc/x11vnc: Stabilize 0.9.16-r5 arm, #768039
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Aisha Tammy · gentoo
x11-misc/x11vnc: revbump for d-m-i
Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Signed-off-by: Matt Turner <mattst88@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Matt Turner · gentoo
*/*: Drop most stable hppa keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Alexander Tsoy · gentoo
x11-misc/x11vnc: security cleanup
Bug: https://bugs.gentoo.org/756841 Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/18797 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sergei Trofimovich · gentoo
x11-misc/x11vnc: stable 0.9.16-r4 for hppa
stable wrt bug #756841 Package-Manager: Portage-3.0.12, Repoman-3.0.2 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
x11-misc/x11vnc: Stabilize 0.9.16-r4 amd64, #756841
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sergei Trofimovich · gentoo
x11-misc/x11vnc: stable 0.9.16-r4 for ppc64
stable wrt bug #756841 Package-Manager: Portage-3.0.12, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Sergei Trofimovich · gentoo
x11-misc/x11vnc: stable 0.9.16-r4 for ppc
stable wrt bug #756841 Package-Manager: Portage-3.0.12, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
x11-misc/x11vnc: Stabilize 0.9.16-r4 arm, #756841
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
x11-misc/x11vnc: x86 stable (bug #756841)
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Rolf Eike Beer · gentoo
x11-misc/x11vnc: stable 0.9.16-r4 for sparc, bug #756841
Package-Manager: Portage-3.0.9, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alexander Tsoy · gentoo
x11-misc/x11vnc: security bump for CVE-2020-29074
Bug: https://bugs.gentoo.org/756841 Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/18432 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matt Turner · gentoo
*/*: Drop stable ia64 keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Mikle Kolyada · gentoo
*/*: Discontinue Gentoo SuperH port
Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: Bump copyright on files touched this year
Update the copyright notice on all files that were touched since January 1st but did not have the notice updated. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alexander Tsoy · gentoo
x11-misc/x11vnc: fix build with -fno-common
Closes: https://bugs.gentoo.org/706840 Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/14495 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matt Turner · gentoo
*/*: Drop stable alpha keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
x11-misc: Remove *-fbsd KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alexander Tsoy · gentoo
x11-misc/x11vnc: use myconf array for econf args
Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/12071 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Alexander Tsoy · gentoo
x11-misc/x11vnc: fix license to GPL-2+-with-openssl-exception
Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Andreas Sturmlechner · gentoo
x11-misc/x11vnc: Drop 0.9.14_p20161013
Broken with >=OpenSSL-1.1 Package-Manager: Portage-2.3.66, Repoman-2.3.13 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Mikle Kolyada · gentoo
x11-misc/x11vnc: x86 stable wrt bug #686404
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="x86"
Mikle Kolyada · gentoo
x11-misc/x11vnc: arm stable wrt bug #686404
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="arm"
Mikle Kolyada · gentoo
x11-misc/x11vnc: amd64 stable wrt bug #686404
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
Mikle Kolyada · gentoo
x11-misc/x11vnc: alpha stable wrt bug #686404
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="alpha"
Repository mirror & CI · gentoo
Merge updates from master
Sergei Trofimovich · gentoo
x11-misc/x11vnc: stable 0.9.16-r2 for hppa, bug #686404
Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Sergei Trofimovich · gentoo
x11-misc/x11vnc: stable 0.9.16-r2 for ppc64, bug #686404
Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Sergei Trofimovich · gentoo
x11-misc/x11vnc: stable 0.9.16-r2 for ppc, bug #686404
Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sergei Trofimovich · gentoo
x11-misc/x11vnc: stable 0.9.16-r2 for ia64, bug #686404
Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Alexander Tsoy · gentoo
x11-misc/x11vnc: fix building with libressl
Closes: https://bugs.gentoo.org/675610 Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Alexander Tsoy · gentoo
x11-misc/x11vnc: restore ssl USE-flag
Package should depend on net-libs/libvncserver[ssl=] Bug: https://bugs.gentoo.org/686494 Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Rolf Eike Beer · gentoo
x11-misc/x11vnc: stable 0.9.16-r2 for sparc, bug #686404
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Andreas Sturmlechner · gentoo
x11-misc/x11vnc: Drop 0.9.16-r0, -r1
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Andreas Sturmlechner · gentoo
x11-misc/x11vnc: USE !ssl is broken, drop it
Closes: https://bugs.gentoo.org/686494 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Andreas Sturmlechner · gentoo
x11-misc/x11vnc: Fix anonymous SSL w/ OpenSSL-1.1
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Andreas Sturmlechner · gentoo
x11-misc/x11vnc: EAPI-7 bump, superfluous vcs-snapshot, fix RDEPENDs
Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matt Turner · gentoo
x11-misc/x11vnc: Drop xtrap support
XTrap hasn't been supported by the Xserver since 2008. libXTrap is masked for removal. Signed-off-by: Matt Turner <mattst88@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Pacho Ramos · gentoo
x11-misc/x11vnc: Fix dependencies and build issues
Closes: https://bugs.gentoo.org/675596 Closes: https://bugs.gentoo.org/648898 Closes: https://bugs.gentoo.org/611088 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sven Wegener · gentoo
x11-misc/x11vnc: Version bump
Signed-off-by: Sven Wegener <swegener@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Repository mirror & CI · gentoo
Merge updates from master
Benda Xu · gentoo
Drop arm-linux keyword from tree.
"arm-linux" is considered deprecated, unmaintained and easily replaced by "arm". Closes: https://bugs.gentoo.org/664598 Reference: https://archives.gentoo.org/gentoo-dev/message/63bafa051cccd1eb3d2ade16823671fa
Arfrever Frehtes Taifersar Arahesis · gentoo
x11-misc/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).
Michał Górny · gentoo
x11-misc/x11vnc: Clean old up, #619894
Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Fabian Groffen · gentoo
x11-misc/x11vnc: dropped ~x86-interix
Package-Manager: portage-2.3.3
T. Malfatti · gentoo
media-libs/portaudio: Version bump
Jeroen Roovers · gentoo
x11-misc/x11vnc: Stable for HPPA (bug #601684).
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
Markus Meier · gentoo
x11-misc/x11vnc: arm stable, bug #601684
Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
Agostino Sarubbo · gentoo
x11-misc/x11vnc: ppc64 stable wrt bug #601684
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo · gentoo
x11-misc/x11vnc: ppc stable wrt bug #601684
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo · gentoo
x11-misc/x11vnc: ia64 stable wrt bug #601684
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo · gentoo
x11-misc/x11vnc: sparc stable wrt bug #601684
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo · gentoo
x11-misc/x11vnc: x86 stable wrt bug #601684
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo · gentoo
x11-misc/x11vnc: amd64 stable wrt bug #601684
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Tobias Klausmann · gentoo
x11-misc/x11vnc-0.9.14_p20161013-r0: stable on alpha
Gentoo-Bug: 601684
Pacho Ramos · gentoo
x11-misc/x11vnc: Drop old
Package-Manager: portage-2.3.2
Pacho Ramos · gentoo
x11-misc/x11vnc: Version bump by Alex Xu (Hello71) fixing bugs #526796, #584788 and others.
Package-Manager: portage-2.3.2
Mike Frysinger · gentoo
x11-misc/x11vnc: add upstream fixes for -unixpw handling #567612
Michał Kępień · gentoo
x11-misc/x11vnc: fix compiler detection.
Closes: https://github.com/gentoo/gentoo/pull/2549 Gentoo-Bug: https://bugs.gentoo.org/584968 Gentoo-Bug: https://bugs.gentoo.org/596138 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Pacho Ramos · gentoo
x11-misc/x11vnc: Use zeroconf instead of avahi USE flag (#477620)
Package-Manager: portage-2.3.1
Alex Xu · gentoo
x11-misc/x11vnc: 0.9.14 bump, clean metadata.xml
Credit for init.d and conf.d script to: Sal Gonzalez <sgonzalez@codejunkie.net>. Package-Manager: portage-2.2.24 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Ian Delaney · gentoo
x11-misc/x11vnc: bump to -0.9.13_p20150627 via the gentoo bug
disable the option --disable-crypt in new snapshot, ebuild submitted by proxy maintainer Gentoo bug: #548434 Package-Manager: portage-2.2.20.1
Ian Delaney · gentoo
x11-misc/x11vnc: rm old, clean up for sec bug #515268
Package-Manager: portage-2.2.20.1
Agostino Sarubbo · gentoo
x11-misc/x11vnc: ia64 stable wrt bug #515268
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ia64"
Julian Ospald · gentoo
x11-misc/x11vnc: add libressl support
Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed