summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-misc/memcached: keyword 1.6.17 for ~riscvYixun Lan2022-09-041-1/+1
| | | | Signed-off-by: Yixun Lan <dlan@gentoo.org>
* net-misc/gsasl: add 2.2.0Sam James2022-09-032-0/+93
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: drop USE=threadsSam James2022-09-031-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | USE=threads is a terrible USE flag (not the fault of net-misc/curl or its maintainer) and we're looking to get rid of it entirely. This is motivated further by the fact users have USE=threads in make.conf seeking performance improvements and such (which is understandable) but as per below, it can lead to conflicting and inconsistent effects. (In particular, anyone with USE="threads" in make.conf (don't do this for the reasons below!) will end up with a REQUIRED_USE issue between the now-default USE=adns and USE=threads). There are a few possibilities with threads support: 1. Upstreams always have threads support (hence USE=threads is only affecting a "handful" of packages anyway, not every single package, as many will just always be using pthreads and there's no way of disabling it); 2. The "threads" toggle means enabling some experimental or legacy implementation (think e.g. dev-lang/perl, which uses USE=ithreads for this, as it breaks ABI) (also applies to net-misc/curl given USE=threads doesn't help with the adns functionality many applications desire, see linked bug); 3. Not having "threads" on enables some experimental or legacy implementation again (this *again* applies to net-misc/curl given USE="-adns -threads" leaves us with a dodgy implementation as well). Commit 60b7aaa7a70149751446237d7207ff1ca20c256e enabled adns by default (IUSE=+adns). This commit drops USE=threads entirely and makes the default pthreads with adns opt-in with IUSE=+adns still. Now, the ebuild previously had REQUIRED_USE="threads? ( !adns )". I can't see a reason for this other than making the previous situation "meaningful", i.e. allowing people to decisively choose which is used at runtime, as while curl can build with both threads and adns, I think adns ends up preferred at runtime. With this change and given all of the above, we actually want adns to take priority if it's set, as threads will just be the default, so drop the REQUIRED_USE. Bug: https://bugs.gentoo.org/699632 See: 60b7aaa7a70149751446237d7207ff1ca20c256e Signed-off-by: Sam James <sam@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/27111 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/minidlna: Bump to 1.3.2Michał Górny2022-09-022-0/+107
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-misc/memcached: stabilize 1.6.16Matthew Thode2022-09-021-1/+1
| | | | Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* net-misc/oidc-agent: drop 4.2.6Marek Szuba2022-09-025-166/+0
| | | | Signed-off-by: Marek Szuba <marecki@gentoo.org>
* net-misc/chrony: add 4.3, drop 4.3_pre1Sam James2022-09-012-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/oidc-agent: Stabilize 4.3.1 amd64, #867874Sam James2022-09-011-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* Revert "net-misc/curl: cleanup older stable versions"Anthony G. Basile2022-09-014-0/+586
| | | | | | | | This reverts commit 2a1bfcbd5d722a1f7aee9d91f7c3a173c6773849. dev-lang/julia depends on <net-misc/curl-7.81.0 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* net-misc/yt-dlp: add 2022.9.1Ionen Wolkens2022-09-012-0/+65
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* net-misc/yt-dlp: drop 2022.8.14Ionen Wolkens2022-09-012-65/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* net-misc/curl: cleanup older stable versionsAnthony G. Basile2022-09-014-586/+0
| | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* net-misc/curl: version bump 7.85.0Anthony G. Basile2022-09-012-0/+290
| | | | | | | | We also enable USE=adns by default. Closes: https://bugs.gentoo.org/699632 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* net-misc/seafile-client: add minimum libsearpc version requirementJoonas Niilola2022-09-011-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-misc/seafile-client: version bump to 8.0.8Quentin Retornaz2022-09-012-0/+53
| | | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Quentin Retornaz <gentoo@retornaz.com> Closes: https://github.com/gentoo/gentoo/pull/26936 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-misc/seafile: version bump to 8.0.8Quentin Retornaz2022-09-012-0/+61
| | | | | | Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Quentin Retornaz <gentoo@retornaz.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-misc/networkmanager: Disable USE=iwd by default in v1.38Matt Turner2022-08-311-1/+1
| | | | | | Bug: https://bugs.gentoo.org/865017 Bug: https://bugs.gentoo.org/866695 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* net-misc/networkmanager: Version bump to 1.40.0Matt Turner2022-08-312-0/+416
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* net-misc/haeredes: keyword 0.5.3 for ~arm64matoro2022-08-311-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/hath: keyword 0.5.7 for ~arm64matoro2022-08-311-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/dropbox: add 156.4.4908Ben Kohler2022-08-312-0/+112
| | | | Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* net-misc/sshrc: drop 0.6.1Alice Ferrazzi2022-08-312-24/+0
| | | | Signed-off-by: Alice Ferrazzi <alicef@gentoo.org>
* net-misc/openrsync: fix build w/ muslSam James2022-08-312-0/+12
| | | | | Closes: https://bugs.gentoo.org/866932 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/udpcast: add 20211207Sam James2022-08-313-0/+66
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/spiped: drop 1.6.0-r1, 1.6.1, EAPI-6--Andreas Sturmlechner2022-08-304-129/+0
| | | | | Closes: https://bugs.gentoo.org/867205 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-misc/spiped: Stabilize 1.6.2 x86, #867205Jakov Smolić2022-08-301-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* net-misc/keychain: Stabilize 2.8.5-r1 x86, #867199Jakov Smolić2022-08-301-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* net-misc/spiped: Stabilize 1.6.2 amd64, #867205Jakov Smolić2022-08-301-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* net-misc/keychain: Stabilize 2.8.5-r1 amd64, #867199Jakov Smolić2022-08-301-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* net-misc/bgpq4: Keyword 1.5 x86, #865725Jakov Smolić2022-08-301-1/+1
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* net-misc/electrum: Bump to 4.3.1Michał Górny2022-08-302-0/+96
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-misc/keychain: Stabilize 2.8.5-r1 arm, #867199Arthur Zamarin2022-08-301-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/keychain: Stabilize 2.8.5-r1 sparc, #867199Arthur Zamarin2022-08-301-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/keychain: Stabilize 2.8.5-r1 ppc64, #867199Arthur Zamarin2022-08-301-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/keychain: Stabilize 2.8.5-r1 ppc, #867199Arthur Zamarin2022-08-301-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/keychain: Stabilize 2.8.5-r1 arm64, #867199Arthur Zamarin2022-08-301-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/netkit-telnetd: drop 0.17-r12, EAPI-6--Andreas Sturmlechner2022-08-292-90/+0
| | | | | | Closes: https://bugs.gentoo.org/857222 Closes: https://github.com/gentoo/gentoo/pull/27056 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-misc/nxplayer: drop 5.1.24.1-r1, EAPI-6--Andreas Sturmlechner2022-08-292-45/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-misc/haeredes: add 0.5.3, drop 0.5.2Michael Orlitzky2022-08-282-3/+3
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* net-misc/hath: add 0.5.7, drop 0.5.0Michael Orlitzky2022-08-282-8/+3
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* net-misc/hath: keyword 0.5.0 for ~ppc64matoro2022-08-281-2/+7
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* net-misc/haeredes: keyword 0.5.2 for ~ppc64matoro2022-08-281-2/+2
| | | | Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* net-misc/gallery-dl: bump to 1.23.0Maciej Barć2022-08-282-0/+39
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* net-misc/gallery-dl: drop old 1.22.3Maciej Barć2022-08-282-39/+0
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* net-misc/gallery-dl: drop old 1.22.2Maciej Barć2022-08-282-39/+0
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* net-misc/connman: add 1.42_pre20220828Ben Kohler2022-08-282-0/+107
| | | | | | Bug: https://bugs.gentoo.org/865621 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* net-misc/uftp: drop 4.10.1-r1, 5.0-r1Azamat H. Hackimov2022-08-284-121/+0
| | | | | | Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/26781 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-misc/uftp: add 5.0.1Azamat H. Hackimov2022-08-282-0/+48
| | | | | Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-misc/rsync: forward ~loongWANG Xuerui2022-08-281-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* net-misc/rsync: keyword 3.2.5-r1 for ~loongWANG Xuerui2022-08-281-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>