summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-misc/tinyssh: revbump due to implicit-function-declaration fixJoonas Niilola2024-02-281-0/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-misc/tinyssh: C99 compatibilityHaelwenn (lanodan) Monnier2024-02-282-0/+34
| | | | | | | Closes: https://bugs.gentoo.org/923493 Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/35150 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-misc/tinyssh: respect user CFLAGSHaelwenn (lanodan) Monnier2024-02-282-3/+14
| | | | | | Closes: https://bugs.gentoo.org/887897 Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-misc/gallery-dl: Stabilize 1.26.7 ALLARCHES, #925651Sam James2024-02-271-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/geoipupdate: add 6.1.0Sam James2024-02-272-0/+46
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/geoipupdate: recreate Go dep tarballSam James2024-02-271-1/+1
| | | | | | Much smaller with the cached .zips dropped. Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/geoipupdate: add 6.0.0Alfred Wingate2024-02-273-0/+76
| | | | | | | Closes: https://bugs.gentoo.org/919767 Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/34270 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/geoipupdate: recreate Go dep tarballSam James2024-02-271-1/+1
| | | | | | Much smaller with the cached .zips dropped. Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/sunshine: Turns out nlohmann_json is only needed on WindowsJames Le Cuirot2024-02-273-72/+12
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* net-misc/xmrig: drop 6.21.0Craig Andrews2024-02-262-73/+0
| | | | Signed-off-by: Craig Andrews <candrews@gentoo.org>
* net-misc/xmrig: add 6.21.1Craig Andrews2024-02-262-0/+73
| | | | Signed-off-by: Craig Andrews <candrews@gentoo.org>
* net-misc/proxychains: add 4.17, EAPI8, proxy-maintHank Leininger2024-02-254-1/+112
| | | | | | | Closes: https://bugs.gentoo.org/911140 Closes: https://github.com/gentoo/gentoo/35339 Signed-off-by: Hank Leininger <hlein@korelogic.com> Signed-off-by: Yixun Lan <dlan@gentoo.org>
* net-misc/remmina: drop 1.4.33-r1, 1.4.34Ben Kohler2024-02-244-277/+0
| | | | Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* net-misc/remmina: remove libvncserver[gcrypt] reference from stable tooBen Kohler2024-02-241-7/+1
| | | | | | Closes: https://bugs.gentoo.org/923289 Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* net-misc/remmina: add 1.4.35Ben Kohler2024-02-242-0/+105
| | | | Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* net-misc/sysrepo: add 2.2.150Jakov Smolić2024-02-242-0/+41
| | | | Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
* net-misc/electrum: Bump to 4.5.3Michał Górny2024-02-232-0/+115
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-misc/ytfzf: drop 2.6.1Ionen Wolkens2024-02-222-60/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* net-misc/dropbox: add 193.4.5594Ben Kohler2024-02-212-0/+112
| | | | Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* net-misc/streamlink: drop 6.5.0Sam James2024-02-212-75/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/streamlink: add 6.6.2Sam James2024-02-212-0/+75
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/ytfzf: Stabilize 2.6.2 ALLARCHES, #925118Sam James2024-02-211-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/openssh: drop old gcc-config workaroundSam James2024-02-191-7/+0
| | | | | | | This shouldn't be needed anymore since 0b22d07f89b16ac3400e45077702ac4c4492e5a4 anyway. Bug: https://bugs.gentoo.org/872416 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/openssh: use an officially supported approach to overriding xauthEli Schwartz2024-02-191-4/+2
| | | | | | | | | | | | | | | | | | | | Instead of patching out a header file, use the ./configure option dedicated for this purpose. It has the side effect of correctly sed'ing out config files / manpages with the updated location. When not explicitly passed, the builtin default is used as a fallback, but when USE=X, portage as an implementation detail guarantees that xauth will be installed before openssh is compiled. ... as long as you don't use --buildpkg. So, "probably" if you used USE=X the paths were correct, but: - this is overall a poor approach to reliability - it misses the point of also overriding the path when USE="-X" - we just removed the USE flag and the RDEPEND Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/openssh: remove pointless USE=XEli Schwartz2024-02-191-0/+399
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It was originally added in 2006 with the following rationale: > Since with our new stable modular X, all we need to do X11-forwarding > via SSH is to have x11-apps/xauth (and dependencies) installed, it would > be handy to have this as an RDEPEND in the ebuilds. In order to keep > most entirely-non-X servers happy, it should probably be turned on only > with a USE flag, say 'X'. > This is entirely unnecessary for the building of openssh, but would > provide a straight-foward way of letting users know what to do if they > want to enable x11-forwarding w/o having xorg-x11 installed, and without > having to debug their ssh -X session or delve deeply into documentation. It is the textbook rationale for optfeature. However, in 2006, optfeature didn't exist -- it was added in 2014 through bug 498988. (And of course the real solution is GLEP 62 "IUSE_RUNTIME".) It is now 2024 and enabling/disabling USE=X still causes openssh to pointlessly recompile and rebuild itself, invalidating binhosts in the process. Bug: https://bugs.gentoo.org/139235 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: Stabilize 8.5.0-r3 ppc64, #924915Arthur Zamarin2024-02-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/curl: Stabilize 8.5.0-r3 sparc, #924915Arthur Zamarin2024-02-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/curl: Stabilize 8.5.0-r3 x86, #924915Arthur Zamarin2024-02-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/streamlink: Stabilize 6.5.1 ALLARCHES, #924918Arthur Zamarin2024-02-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/jwhois: Stabilize 4.0-r2 x86, #924907Arthur Zamarin2024-02-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/jwhois: Stabilize 4.0-r2 sparc, #924907Arthur Zamarin2024-02-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/jwhois: Stabilize 4.0-r2 amd64, #924907Arthur Zamarin2024-02-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/curl: Stabilize 8.5.0-r3 amd64, #924915Arthur Zamarin2024-02-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/rsync: Stabilize 3.2.7-r4 arm64, #924909Arthur Zamarin2024-02-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/rsync: Stabilize 3.2.7-r4 x86, #924909Arthur Zamarin2024-02-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/rsync: Stabilize 3.2.7-r4 sparc, #924909Arthur Zamarin2024-02-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/rsync: Stabilize 3.2.7-r4 amd64, #924909Arthur Zamarin2024-02-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/rsync: Stabilize 3.2.7-r4 ppc64, #924909Arthur Zamarin2024-02-181-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/sunshine: Update for new ARM flagsJames Le Cuirot2024-02-182-4/+4
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* net-misc/sunshine: fix manifestFlorian Schmaus2024-02-181-1/+0
| | | | Signed-off-by: Florian Schmaus <flow@gentoo.org>
* net-misc/sunshine: On second thoughts, unbundle nv-codec-headersJames Le Cuirot2024-02-183-12/+32
| | | | | | | Using the bundled copy is awkward as they need to be "installed". Loosen the version requirement to just the same major version, which is probably fine. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* net-misc/sunshine: Allow apulse instead of libpulseJames Le Cuirot2024-02-182-2/+8
| | | | | | Only build tested so far. I'll runtime test it later. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* net-misc/sunshine: libva is hard-required at build time for 0.21.0James Le Cuirot2024-02-181-0/+1
| | | | | | This requirement has been dropped since. Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* net-misc/jwhois: Stabilize 4.0-r2 ppc64, #924907Sam James2024-02-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/jwhois: Stabilize 4.0-r2 arm, #924907Sam James2024-02-181-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/rsync: Stabilize 3.2.7-r4 arm, #924909Sam James2024-02-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/curl: Stabilize 8.5.0-r3 arm64, #924915Sam James2024-02-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/dhcp: move patches to devspace for 4.4.3_p1-r5Sam James2024-02-183-969/+16
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/dhcp: add support for InfinibandHank Leininger2024-02-181-0/+957
| | | | | | | | | | Taken from Ubuntu's patchset, although it does not apply cleanly: https://packages.ubuntu.com/lunar/isc-dhcp-server Signed-off-by: Hank Leininger <hlein@korelogic.com> Closes: https://bugs.gentoo.org/908986 Closes: https://github.com/gentoo/gentoo/pull/31568 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/dhcp: add kea migration assistant (keama)Paul Zander2024-02-181-1/+3
| | | | | | | | | keama assist in migrating of dhcpd configuration to net-misc/kea, but has to be manually compiled. Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34210 Signed-off-by: Sam James <sam@gentoo.org>