summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-libs/libnetfilter_queue: Stabilize 1.0.5 amd64, #776565Sam James2021-03-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/libnetfilter_cttimeout: Stabilize 1.0.0-r1 ppc64, #773307Sam James2021-03-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/libnetfilter_cthelper: Stabilize 1.0.0-r1 ppc64, #773307Sam James2021-03-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/libnetfilter_queue: Stabilize 1.0.3 ppc64, #773307Sam James2021-03-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/libnetfilter_conntrack: Stabilize 1.0.8 ppc64, #773307Sam James2021-03-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/libnetfilter_cttimeout: Stabilize 1.0.0-r1 ppc, #773307Sam James2021-03-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/libnetfilter_cthelper: Stabilize 1.0.0-r1 ppc, #773307Sam James2021-03-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/libnetfilter_queue: Stabilize 1.0.3 ppc, #773307Sam James2021-03-171-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/libnetfilter_conntrack: Stabilize 1.0.8 ppc, #773307Sam James2021-03-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/libgsasl: drop 1.8.0-r1, 1.8.1Sam James2021-03-166-221/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/gloox: drop 1.0.22Sam James2021-03-162-50/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/libdom: drop 0.3.3-r2, 0.4.0-r1Sam James2021-03-163-114/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/cvm: drop 0.96-r1Sam James2021-03-162-124/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/libtrace: drop 4.0.14_p1Sam James2021-03-162-69/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/libmnl: drop 1.0.3-r1Sam James2021-03-162-34/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/daq: drop 2.0.6-r1Sam James2021-03-162-83/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* */*: replace <description>Proxy...</description with proxied=""Michał Górny2021-03-162-4/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Add proxied="yes" for non-@gentoo.org peopleMichał Górny2021-03-1620-22/+22
| | | | | | | | | | | | 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-1615-15/+15
| | | | | | | | | | 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>
* */*: Normalize metadata.xml filesMichał Górny2021-03-1614-14/+11
| | | | | | | | | | | Normalize quoting, replace '>' with entities, replace unnecessary entities, remove trailing empty lines. Done via: find -name metadata.xml -exec xml ed -P -L -d //none {} + Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-libs/libnetfilter_queue: Stabilize 1.0.5 x86, #776565Sam James2021-03-161-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/libtorrent: revbump 0.13.8 due to RDEPEND changeJoonas Niilola2021-03-161-0/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-libs/libtorrent: cppunit to RDEPEND, add subslotDaniel M. Weeks2021-03-161-3/+3
| | | | | | | | Closes: https://bugs.gentoo.org/773340 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Daniel M. Weeks <dan@danweeks.net> Closes: https://github.com/gentoo/gentoo/pull/19796 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-libs/libsrtp-1.6.0-r1: Fix compilation with sys-devel/autoconf-2.71Jannis Achstetter2021-03-161-0/+1
| | | | | | | | | | - non-maintainer commit, acked by chainsaw Closes: https://bugs.gentoo.org/775680 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Jannis Achstetter <kripton@kripserver.net> Closes: https://github.com/gentoo/gentoo/pull/19905 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-libs/libnet: add patch to support muslPetr Vaněk2021-03-152-0/+19
| | | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/14219 Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/pjproject: security cleanupJaco Kroon2021-03-155-367/+2
| | | | | | | | Bug: https://bugs.gentoo.org/775359 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Jaco Kroon <jaco@uls.co.za> Closes: https://github.com/gentoo/gentoo/pull/19939 Signed-off-by: John Helmert III <ajak@gentoo.org>
* net-libs/libnetfilter_conntrack: x86 stable (bug #773307)Thomas Deutschmann2021-03-151-2/+2
| | | | | Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* net-libs/pjproject: Stabilize 2.10-r1 x86, #775359Sam James2021-03-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/uhttpmock: Remove GCONF_DEBUG usageMatt Turner2021-03-131-2/+2
| | | | | Closes: https://bugs.gentoo.org/775851 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* net-libs/farstream: Version bump to 0.2.9Matt Turner2021-03-134-0/+112
| | | | | Closes: https://bugs.gentoo.org/713226 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* net-libs/mbedtls: version bump to 2.16.10, 2.26.0Anthony G. Basile2021-03-133-0/+191
| | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* net-libs/uhttpmock: Version bump to 0.5.3Matt Turner2021-03-132-0/+46
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* net-libs/telepathy-glib: Version bump to 0.24.2Matt Turner2021-03-122-0/+67
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* net-libs/pjproject: Stabilize 2.10-r1 amd64, #775359Sam James2021-03-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/libupnp: security cleanup (drop <1.14.0)John Helmert III2021-03-125-192/+0
| | | | | | Bug: https://bugs.gentoo.org/727170 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: John Helmert III <ajak@gentoo.org>
* net-libs/xrootd-ceph: bump to 5.1.1Marek Szuba2021-03-122-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-libs/xrootd: bump to 5.1.1Marek Szuba2021-03-122-1/+1
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-libs/libqmi: Stabilize 1.26.6 x86, #774942Sam James2021-03-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/libmbim: Stabilize 1.24.4 x86, #774942Sam James2021-03-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/libqmi: Stabilize 1.26.6 arm, #774942Mikle Kolyada2021-03-121-1/+1
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* net-libs/libmbim: Stabilize 1.24.4 arm, #774942Mikle Kolyada2021-03-121-1/+1
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* net-libs/glib-networking: Stabilize 2.66.0 amd64, #774927Mikle Kolyada2021-03-121-1/+1
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* net-libs/pjproject: security rev bump to 2.10-r1Jaco Kroon2021-03-114-0/+403
| | | | | | | | | | | | | | | | Upstream didn't release a new version as one would expect. Instead patches are applied locally. Also add subslot because they are equally good at maintaining ABI compatibility, and SONAME is never updated, thus we need to be able to depend on subslots to rebuild (preserved-rebuild is no good). Bug: https://bugs.gentoo.org/775359 Bug: https://bugs.gentoo.org/775353 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Jaco Kroon <jaco@uls.co.za> Closes: https://github.com/gentoo/gentoo/pull/19876 Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/libqmi: Stabilize 1.26.6 amd64, #774942Sam James2021-03-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/libmbim: Stabilize 1.24.4 amd64, #774942Sam James2021-03-111-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-libs/gnutls: Bump to version 3.7.1Lars Wendler2021-03-102-0/+138
| | | | Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* net-libs/libtorrent-rasterbar: Version bump (v1.2.12)Mikle Kolyada2021-03-092-0/+116
| | | | | Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* net-libs/courier-authlib: Version bumpHanno Böck2021-03-062-0/+149
| | | | | Signed-off-by: Hanno Böck <hanno@gentoo.org> Package-Manager: Portage-3.0.16, Repoman-3.0.2
* net-libs/courier-unicode: Version bumpHanno Böck2021-03-062-0/+23
| | | | | Signed-off-by: Hanno Böck <hanno@gentoo.org> Package-Manager: Portage-3.0.16, Repoman-3.0.2
* net-libs/libetpan: Stabilize 1.9.4-r1 arm, #769764Sam James2021-03-051-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>