summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-libs/libvncserver: Drop 0.9.11-r1 and 0.9.12 (r0)Andreas Sturmlechner2019-07-283-145/+0
| | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-libs/libvncserver: arm stable wrt bug #684596Mikle Kolyada2019-07-281-1/+1
| | | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.16 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* net-libs/libvncserver: arm64 stable (bug #684596)Aaron Bauman2019-07-221-1/+1
| | | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="arm64"
* net-libs/libvncserver: stable 0.9.12-r2 for hppa, bug #684596Sergei Trofimovich2019-07-211-1/+1
| | | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* net-libs/libvncserver: add REQUIRED_USE="jpeg? ( zlib )"Alexander Tsoy2019-07-191-1/+2
| | | | | | | | Closes: https://bugs.gentoo.org/690202 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/12473 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-libs/libvncserver: ia64 stable wrt bug #684596Agostino Sarubbo2019-07-181-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="ia64"
* net-libs/libvncserver: x86 stable wrt bug #684596Agostino Sarubbo2019-07-181-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="x86"
* net-libs/libvncserver: sparc stable wrt bug #684596Agostino Sarubbo2019-07-181-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc"
* net-libs/libvncserver: alpha stable wrt bug #684596Agostino Sarubbo2019-07-181-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="alpha"
* net-libs/libvncserver: ppc64 stable wrt bug #684596Agostino Sarubbo2019-07-181-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc64"
* net-libs/libvncserver: ppc stable wrt bug #684596Agostino Sarubbo2019-07-181-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc"
* net-libs/libvncserver: amd64 stable wrt bug #684596Agostino Sarubbo2019-07-181-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* net-libs/libvncserver: Drop 0.9.12-r1Andreas Sturmlechner2019-07-161-67/+0
| | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-libs/libvncserver: add fix for unaligned access crashRolf Eike Beer2019-07-162-0/+108
| | | | | | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.66, Repoman-2.3.11 Closes: https://bugs.gentoo.org/686914 Closes: https://github.com/gentoo/gentoo/pull/12359 Closes: https://github.com/gentoo/gentoo/pull/12359 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-libs/libvncserver: update descriptions in metadata.xmlAlexander Tsoy2019-07-061-11/+5
| | | | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.11 Signed-off-by: Alexander Tsoy <alexander@tsoy.me> Closes: https://github.com/gentoo/gentoo/pull/12090 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-libs/libvncserver: update licenseAlexander Tsoy2019-07-061-1/+3
| | | | | | 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>
* net-libs/libvncserver: reorganize ssl/crypto depsAlexander Tsoy2019-07-062-9/+47
| | | | | | | | | | | | * no longer depend on libgcrypt when gnutls USE-flag is enabled * put gnutls dependency behind ssl USE-flag openssl/libressl also provides crypto (if gcrypt is not enabled), but lets leave them behind ssl USE-flag anyway. 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>
* net-libs/libvncserver: drop redundant USE-flagsAlexander Tsoy2019-07-061-3/+1
| | | | | | | | | | * "sdl" is a no-op without building examples, and we don't build them yet * "static-libs" and "test" are simply redundant (static-libs was supported in autotools based builds) 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>
* net-libs/libvncserver: drop multilib supportAlexander Tsoy2019-07-061-0/+69
| | | | | | | | | | Multilib support was added for dev-libs/libnsfb. There are no packages left in the gentoo repo that require it. Closes: https://bugs.gentoo.org/671232 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>
* net-libs/libvncserver: take maintainershipAlexander Tsoy2019-07-061-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>
* net-libs/libvncserver: arm64 stableAaron Bauman2019-05-271-1/+1
| | | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.12 RepoMan-Options: --include-arches="arm64"
* net-libs/libvncserver: stable 0.9.12 for hppa, bug #684596Sergei 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>
* net-libs/libvncserver: amd64 stable wrt bug #684596Mikle Kolyada2019-05-251-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"
* net-libs/libvncserver: x86 stable (bug #684596)Thomas Deutschmann2019-05-171-1/+1
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* net-libs/libvncserver-0.9.12-r0: alpha stableTobias Klausmann2019-05-071-1/+1
| | | | | Bug: http://bugs.gentoo.org/684596 Signed-off-by: Tobias Klausmann <klausman@gentoo.org>
* net-libs/libvncserver: stable 0.9.12 for ppc64, bug #684596Sergei Trofimovich2019-04-291-1/+1
| | | | | | Package-Manager: Portage-2.3.65, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* net-libs/libvncserver: stable 0.9.12 for ppc, bug #684596Sergei Trofimovich2019-04-291-1/+1
| | | | | | Package-Manager: Portage-2.3.65, Repoman-2.3.12 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* net-libs/libvncserver: stable 0.9.12 for ia64, bug #684596Sergei Trofimovich2019-04-291-1/+1
| | | | | | Package-Manager: Portage-2.3.65, Repoman-2.3.12 RepoMan-Options: --include-arches="ia64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* net-libs/libvncserver: Maintainer retiredJonas Stein2019-01-191-8/+1
| | | | | | | Proxied maintainer asked for retirement. Closes: https://bugs.gentoo.org/632924 Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Jonas Stein <jstein@gentoo.org>
* net-libs/libvncserver: Require >=openssl-1.0.2Sven Wegener2019-01-181-1/+1
| | | | | Signed-off-by: Sven Wegener <swegener@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* net-libs/libvncserver: Require >=libressl-2.7.0, bug #675780Sven Wegener2019-01-181-1/+1
| | | | | | Closes: https://bugs.gentoo.org/675780 Signed-off-by: Sven Wegener <swegener@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* net-libs/libvncserver: Version bump, security bug #659560 and #673508Sven Wegener2019-01-173-0/+95
| | | | | | | | | Bug: https://bugs.gentoo.org/659560 Bug: https://bugs.gentoo.org/673508 Closes: https://bugs.gentoo.org/435326 Closes: https://bugs.gentoo.org/675046 Signed-off-by: Sven Wegener <swegener@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* Drop arm-linux keyword from tree.Benda Xu2018-08-311-1/+1
| | | | | | | | "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
* net-libs/*: Update Manifest hashesMichał Górny2017-12-101-1/+1
|
* net-libs/libvncserver: keyword ~arm64Alexis Ballier2017-06-281-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* net-libs/libvncserver: Security cleanup (bug #605326)Thomas Deutschmann2017-02-175-262/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-libs/libvncserver: arm stable, bug #605326Markus Meier2017-02-051-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
* net-libs/libvncserver: Switch to +threads by defaultAndreas Sturmlechner2017-02-051-1/+1
| | | | | | | | | Gentoo-bug: 606838 REQUIRED_USE case: Eases life of most users that either set ssl in make.conf or are desktop profile users. Package-Manager: portage-2.3.3
* net-libs/libvncserver: ia64 stable wrt bug #605326Agostino Sarubbo2017-01-231-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/libvncserver: sparc stable wrt bug #605326Agostino Sarubbo2017-01-221-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/libvncserver: ppc stable wrt bug #605326Agostino Sarubbo2017-01-211-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/libvncserver: x86 stable wrt bug #605326Agostino Sarubbo2017-01-211-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/libvncserver: amd64 stable wrt bug #605326Agostino Sarubbo2017-01-211-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/libvncserver: Stable for HPPA (bug #605326).Jeroen Roovers2017-01-211-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
* net-libs/libvncserver: Stable for PPC64 (bug #605326).Jeroen Roovers2017-01-211-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
* net-libs/libvncserver-0.9.11-r1: stable on alphaTobias Klausmann2017-01-211-1/+1
| | | | Gentoo-Bug: 605326
* net-libs/libvncserver: Rev bump to remove sub slotThomas Deutschmann2017-01-202-4/+2
| | | | | | | | | | | In commit 13bf08599c6d3 I (Whissi) introduced a sub slot which the main proxy-maintainer declines (see bug #604192 comment 7). This rev bump will remove the sub slot. Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=604192#c7 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-libs/libvncserver: Bump to v0.9.11 (bug #604192)Alex Xu2017-01-203-0/+76
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* net-libs/libvncserver: remove the obsolete <description> tagGöktürk Yüksek2017-01-141-1/+0
| | | | Package-Manager: portage-2.3.0