summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: remove sparc-solaris keywordFabian Groffen2023-05-251-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* */*: remove x86-solaris keywordFabian Groffen2023-05-241-1/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* x11-misc/x11vnc: add upstream libressl patchorbea2023-05-102-0/+46
| | | | | | | | | | | | | | | | 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>
* x11-misc/x11vnc: revbump for init script+configure fixesSam James2023-03-111-0/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/x11vnc: remove oldAlexander Tsoy2023-03-112-148/+0
| | | | | | Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/29949 Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/x11vnc: fix implicit function declarations in configureAlexander Tsoy2023-03-113-6/+33
| | | | | | | | | | 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>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* x11-misc/x11vnc: keyword 0.9.16-r7 for ~riscvAlex Fan2021-07-211-1/+1
| | | | | | 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>
* x11-misc/x11vnc: add virtual/libcrypt dependencySam James2021-06-222-0/+2
| | | | | | | | 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>
* x11-misc/x11vnc: drop obsolete LibreSSL patchSam James2021-05-013-95/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/x11vnc: remove libressl supportMikle Kolyada2021-04-302-11/+5
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* x11-misc/x11vnc: Stabilize 0.9.16-r5 ppc, #768039Sam James2021-04-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/x11vnc: Stabilize 0.9.16-r5 ppc64, #768039Sam James2021-04-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/x11vnc: Stabilize 0.9.16-r5 x86, #768039Sam James2021-04-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/x11vnc: Stabilize 0.9.16-r5 amd64, #768039Sam James2021-04-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/x11vnc: stable 0.9.16-r5 for sparc, bug #768039Rolf Eike Beer2021-04-081-1/+1
| | | | | | | 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>
* x11-misc/x11vnc: Stabilize 0.9.16-r5 arm, #768039Sam James2021-04-071-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/x11vnc: revbump for d-m-iAisha Tammy2021-03-242-0/+151
| | | | | Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-161-1/+1
| | | | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '/pkgmetadata/maintainer[substring(email, string-length(email) - string-length("@gentoo.org") + 1) != "@gentoo.org"]' \ -t attr -n proxied -v yes {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add 'proxied="proxy"' for proxy-maint projectMichał Górny2021-03-161-1/+1
| | | | | | | | | | Done via: find -name metadata.xml -exec xml ed -P -L \ -a '//maintainer[email="proxy-maint@gentoo.org"]' \ -t attr -n proxied -v proxy {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Drop most stable hppa keywordsMatt Turner2020-12-311-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-misc/x11vnc: security cleanupAlexander Tsoy2020-12-262-155/+0
| | | | | | | 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>
* x11-misc/x11vnc: stable 0.9.16-r4 for hppaSergei Trofimovich2020-12-211-1/+1
| | | | | | | | 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>
* x11-misc/x11vnc: Stabilize 0.9.16-r4 amd64, #756841Sam James2020-12-151-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/x11vnc: stable 0.9.16-r4 for ppc64Sergei Trofimovich2020-12-111-1/+1
| | | | | | | | 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>
* x11-misc/x11vnc: stable 0.9.16-r4 for ppcSergei Trofimovich2020-12-111-1/+1
| | | | | | | | 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>
* x11-misc/x11vnc: Stabilize 0.9.16-r4 arm, #756841Sam James2020-12-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* x11-misc/x11vnc: x86 stable (bug #756841)Thomas Deutschmann2020-12-101-1/+1
| | | | | Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* x11-misc/x11vnc: stable 0.9.16-r4 for sparc, bug #756841Rolf Eike Beer2020-12-091-1/+1
| | | | | | | 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>
* x11-misc/x11vnc: security bump for CVE-2020-29074Alexander Tsoy2020-12-072-0/+106
| | | | | | | 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>
* */*: Drop stable ia64 keywordsMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* */*: Discontinue Gentoo SuperH portMikle Kolyada2020-03-262-2/+2
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --ignore-arches Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* */*: Bump copyright on files touched this yearMichał Górny2020-02-111-1/+1
| | | | | | | 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>
* x11-misc/x11vnc: fix build with -fno-commonAlexander Tsoy2020-01-302-1/+47
| | | | | | | 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>
* */*: Drop stable alpha keywordsMatt Turner2020-01-251-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* x11-misc: Remove *-fbsd KEYWORDSMichał Górny2019-10-112-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* x11-misc/x11vnc: use myconf array for econf argsAlexander Tsoy2019-06-011-14/+16
| | | | | | | 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>
* x11-misc/x11vnc: fix license to GPL-2+-with-openssl-exceptionAlexander Tsoy2019-06-011-1/+1
| | | | | | 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>
* x11-misc/x11vnc: fix building with libresslAlexander Tsoy2019-06-012-0/+94
| | | | | | | 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>
* x11-misc/x11vnc: restore ssl USE-flagAlexander Tsoy2019-06-011-0/+76
| | | | | | | | | 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>
* x11-misc/x11vnc: take maintainershipAlexander Tsoy2019-06-011-1/+8
| | | | | | 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>
* x11-misc/x11vnc: Drop 0.9.14_p20161013Andreas Sturmlechner2019-05-262-56/+0
| | | | | | | Broken with >=OpenSSL-1.1 Package-Manager: Portage-2.3.66, Repoman-2.3.13 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* x11-misc/x11vnc: x86 stable wrt bug #686404Mikle Kolyada2019-05-261-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="x86"
* x11-misc/x11vnc: arm stable wrt bug #686404Mikle Kolyada2019-05-261-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="arm"
* x11-misc/x11vnc: amd64 stable wrt bug #686404Mikle Kolyada2019-05-261-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* x11-misc/x11vnc: alpha stable wrt bug #686404Mikle Kolyada2019-05-261-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="alpha"
* x11-misc/x11vnc: stable 0.9.16-r2 for hppa, bug #686404Sergei Trofimovich2019-05-261-1/+1
| | | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* x11-misc/x11vnc: stable 0.9.16-r2 for ppc64, bug #686404Sergei Trofimovich2019-05-241-1/+1
| | | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* x11-misc/x11vnc: stable 0.9.16-r2 for ppc, bug #686404Sergei Trofimovich2019-05-241-1/+1
| | | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* x11-misc/x11vnc: stable 0.9.16-r2 for ia64, bug #686404Sergei Trofimovich2019-05-241-1/+1
| | | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>