summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* net-misc/dhcp: add OpenRC description stringsOskari Pirhonen2024-02-181-1/+4
| | | | | | | | | Show a description of the service and the exported `configtest` command when running `rc-service dhcpd describe`. Signed-off-by: Oskari Pirhonen <xxc3ncoredxx@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34452 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/dhcp: update DHCPD_CONF commentOskari Pirhonen2024-02-181-1/+3
| | | | | | | | | Update the comment for the `DHCPD_CONF` variable in the OpenRC service config file to reflect how the default dhcpd config file is actually chosen. Signed-off-by: Oskari Pirhonen <xxc3ncoredxx@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/dhcp: update EAPI 7 -> 8, use HTTPS for SRC_URISam James2024-02-181-0/+296
| | | | | | | | | | | | | | | | * EAPI 8 * Use HTTPS for SRC_URI * Add missing || die * Reorder phases to reflect execution order I was hoping to wire up verify-sig w/ sec-keys/openpgp-keys-isc just for fun as we have it now for net-dns/bind, but it was signed with a diff. key. It's EOL anyway so oh well. Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/dhcp: drop 4.4.3_p1-r3Sam James2024-02-181-294/+0
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/streamlink: add 6.6.1, drop 6.6.0Sam James2024-02-182-1/+1
| | | | | | | 6.6.0 was a shortlived release w/ 6.6.1 fixing regressions in it shortly after it came out. Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/tuba: Remove oldMichał Górny2024-02-182-73/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* net-misc/tuba: Stabilize 0.6.3 amd64, #924788Sam James2024-02-181-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/sunshine: New packageJames Le Cuirot2024-02-179-0/+1404
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* net-misc/tuba: Stabilize 0.6.3 arm64, #924788Sam James2024-02-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/gallery-dl: bump to 1.26.8Maciej Barć2024-02-172-0/+45
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* net-misc/gallery-dl: drop old 1.26.5Maciej Barć2024-02-172-41/+0
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* net-misc/gallery-dl: drop old 1.26.4Maciej Barć2024-02-172-41/+0
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* net-misc/rygel: Version bump to 0.42.5Guillermo Joandet2024-02-172-0/+88
| | | | | | Signed-off-by: Guillermo Joandet <gjoandet@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34687 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* net-misc/smb4k: Actually drop dependency on kdsoap-ws-discovery-clientAndreas Sturmlechner2024-02-171-4/+1
| | | | | | ...since it is bundled now. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-misc/smb4k: Bundle net-libs/kdsoap-ws-discovery-client...Andreas Sturmlechner2024-02-172-0/+89
| | | | | | | | Upstream has not yet finished porting to KF6/Qt6 and downstream package is already broken if a Qt6-based net-libs/kdsoap-ws-discovery-client is installed. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-misc/openssh-contrib: remove unused patchesMichael Mair-Keimberger2024-02-174-110/+0
| | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: David Seifert <soap@gentoo.org>
* net-misc/streamlink: add 6.6.0Sam James2024-02-172-0/+75
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/dhcpcd: backport crash fix ("every 5 days")Sam James2024-02-172-0/+216
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/kio-zeroconf: 23.08.5 version bumpAndreas Sturmlechner2024-02-153-0/+42
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-misc/kio-zeroconf: add 24.01.95Andreas Sturmlechner2024-02-152-0/+28
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* net-misc/croc: add 9.6.9 (version bump)Armas Spann2024-02-152-0/+49
| | | | | | Signed-off-by: Armas Spann <zappel@simple-co.de> Closes: https://github.com/gentoo/gentoo/pull/35336 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* net-misc/yt-dlp: update live (now using hatchling)Ionen Wolkens2024-02-151-8/+11
| | | | | Closes: https://bugs.gentoo.org/924615 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>