summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-libs/c-client: use ":" as pattern separator in a sed call.Michael Orlitzky2017-02-201-3/+3
| | | | | | | | | | | | | | | | Most of the "sed" calls in the c-client ebuilds use ":" as the pattern separator, because we expect to be replacing things with front-slashes in them. One exception was the call that replaced CC, AR, and RANLIB; and that finally bit us. A user with absolute paths in those variables reported the defect. This commit fixes the call to use ":" as the pattern separator, like everywhere else in the ebuild. Since it is a build-only fix, it was made without a new revision. Gentoo-Bug: 609744 Package-Manager: portage-2.3.3
* net-libs/libhackrf: complete eapi 6 migration properlyZero_Chaos2017-02-202-2/+2
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-libs/libhackrf: bump to eapi 6, bump to 2017.02.1Zero_Chaos2017-02-203-4/+51
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-libs/libnm-qt: Remove last-rited pkgJohannes Huber2017-02-203-70/+0
|
* net-libs/libmm-qt: Remove last-rited pkgJohannes Huber2017-02-204-60/+0
|
* net-libs/libbluedevil: Remove last-rited pkgJohannes Huber2017-02-203-27/+0
|
* net-libs/liblockfile: Removed old.Lars Wendler2017-02-202-48/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-libs/liblockfile: Bump to version 1.14Lars Wendler2017-02-202-0/+50
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-libs/phodav: fix install with USE="spice -systemd"genoob2017-02-201-1/+1
| | | | | Bug: https://bugs.gentoo.org/609390 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-libs/openslp: Add patch for CVE-2016-7567, bug 595542Andreas K. Hüttel2017-02-192-0/+138
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-libs/stem: version bump to 1.5.4Anthony G. Basile2017-02-182-0/+45
| | | | Package-Manager: portage-2.3.3
* net-libs/openslp: Forward-port and add patch for CVE-2012-4428, bug 434918Andreas K. Hüttel2017-02-182-0/+94
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-libs/c-client: new revision building the "slx" target with USE="-pam".Michael Orlitzky2017-02-181-0/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The build system for c-client supports a few different targets. When USE=pam was not set, we were using the "lnx" target, which supposes that the crypt() function is available directly in libc. That is not the case in Gentoo, but things usually worked out when libcrypt was linked in transitively (by, say, PHP). However, the "gold" linker is more strict than "bfd" with regard to transitive dependencies. The gold linker treats them as superfluous and mercilessly prunes them; thus c-client could wind up with no crypt() function when the gold linker was used: c-client was not linking with -lcrypt itself, and even though consumers might be linking in c-client with -lcrypt, the crypt library appeared unused and would be omitted. By switching from the "lnx" target to "slx", we ensure that -lcrypt is passed to the linker when it links c-client itself. Thus the crypt() function is where it is expected to be, and the associated PHP build failure is resolved. I was unable to reproduce a related bug in mail-client/alpine. I added two (unrelated) missing "die" statements to the ebuild while I was at it. This non-maintainer commit was with permission from robbat2. Gentoo-Bug: 456928 Gentoo-Bug: 545086 Package-Manager: portage-2.3.3
* net-libs/openslp: EAPI bump, add Fedora patch for CVE 2016-4912Andreas K. Hüttel2017-02-182-0/+57
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-libs/libkgapi: pkgmove to kde-apps/libkgapiAndreas Sturmlechner2017-02-185-118/+0
| | | | Package-Manager: portage-2.3.3
* net-libs/openslp: Remove oldAndreas K. Hüttel2017-02-171-34/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-libs/openslp: Restore keywords. Let's see how much explodes...Andreas K. Hüttel2017-02-171-4/+4
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* 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/libqmi: arm stable, bug #601666Markus Meier2017-02-171-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
* net-libs/libmbim: arm stable, bug #601664Markus Meier2017-02-171-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
* net-libs/webkit-gtk: remove old (security cleanup)Mart Raudsepp2017-02-163-581/+0
| | | | | Gentoo-bug: 608958 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-libs/webkit-gtk: x86 stable wrt bug #608958Agostino Sarubbo2017-02-161-1/+1
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/webkit-gtk: amd64 stable wrt bug #608958Agostino Sarubbo2017-02-161-1/+1
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/libdmapsharing: remove oldMart Raudsepp2017-02-162-49/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-libs/gupnp-av: remove oldMart Raudsepp2017-02-162-44/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-libs/gnome-online-accounts: remove oldMart Raudsepp2017-02-162-91/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-libs/nghttp2: Drop to ~arm64 for nowMart Raudsepp2017-02-151-2/+2
| | | | | | | | | curl has lost stable arm64 keyword during cleanup and some nghttp2 optional deps were never stabled or use.masked. Rather than doing the testing or masking, just drop to ~arm64 for the time being due to only consumer having lost stable keywords for now. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-libs/webkit-gtk: bump to 2.14.5 for serious HiDPI regression fixesMart Raudsepp2017-02-152-0/+289
| | | | | | | * Fix rendering of non-accelerated contents with HiDPI. * Revert the fix for rendering issues in long documents with transparent background because it caused issues in HiDPI. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-libs/libpcap: Old.Jeroen Roovers2017-02-142-82/+0
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-libs/libupnp: do not override user CFLAGSMike Frysinger2017-02-133-0/+32
|
* net-libs/libupnp: drop unused patchesMike Frysinger2017-02-133-329/+0
|
* net-libs/gnutls: Only depend on libidn2 which provides pkgconfig files.Lars Wendler2017-02-131-2/+2
| | | | | | | Dropped ia64 and sparc KEYOWRDS because latest libidn2 ebuild don't have such KEYWORDS. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-libs/gnutls: Revbump to fix idn dependency (bug #609180)Lars Wendler2017-02-131-1/+1
| | | | | | which has been changed from net-dns/libidn to net-dns/libidn2. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-libs/gnutls: remove makeinfo hackAlon Bar-Lev2017-02-121-11/+1
|
* net-libs/gnutls: no longer need cxx hackAlon Bar-Lev2017-02-121-3/+1
| | | | Package-Manager: portage-2.3.3
* net-libs/gnutls: tiny cleanupAlon Bar-Lev2017-02-121-2/+2
| | | | Package-Manager: portage-2.3.3
* net-libs/gnutls: version bumpAlon Bar-Lev2017-02-122-0/+148
| | | | Package-Manager: portage-2.3.3
* net-libs/zeromq: ppc stable wrt bug #591998Agostino Sarubbo2017-02-121-1/+1
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/nodejs: x86 stable wrt bug #600546Agostino Sarubbo2017-02-121-1/+1
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/osptoolkit: Remove oldDavid Seifert2017-02-123-190/+0
| | | | | | | Bug: https://bugs.gentoo.org/show_bug.cgi?id=581058 Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3928
* net-libs/libkgapi: Drop oldAndreas Sturmlechner2017-02-121-31/+0
| | | | Package-Manager: portage-2.3.3
* net-libs/libkgapi: Fix build with Qt-5.8.0Andreas Sturmlechner2017-02-122-0/+85
| | | | Package-Manager: portage-2.3.3
* net-libs/osptoolkit: Version bump to 4.13.0David Seifert2017-02-123-0/+116
| | | | | | | * Also fix GCC 5 bug Bug: https://bugs.gentoo.org/show_bug.cgi?id=581058 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-libs/webkit-gtk: more exact local description for USE=geolocationMart Raudsepp2017-02-121-10/+11
| | | | | | | | There was a specific flag description for USE=geoloc; retain it for USE=geolocation. Also reindent the XML and normalize the flag description to be similar with eachother (no period at the end) Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-libs/webkit-gtk: amd64/x86 stable, bug #608958Pacho Ramos2017-02-111-1/+1
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* net-libs/phodav: x86 stable, bug 606818Pacho Ramos2017-02-111-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="x86"
* net-libs/libdmapsharing: x86 stable, bug 606818Pacho Ramos2017-02-111-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="x86"
* net-libs/gupnp-av: x86 stable, bug 606818Pacho Ramos2017-02-111-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="x86"
* net-libs/gnome-online-accounts: x86 stable, bug 606818Pacho Ramos2017-02-111-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="x86"
* net-libs/phodav: amd64 stable, bug 606818Pacho Ramos2017-02-111-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64"