summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* net-misc/dhcp: build w/ -std=gnu17Sam James2024-11-261-0/+3
| | | | | | | EOL upstream. Closes: https://bugs.gentoo.org/944907 Signed-off-by: Sam James <sam@gentoo.org>
* */*: unkeyword ~ia64Arthur Zamarin2024-09-122-2/+2
| | | | | | | | Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/dhcp: fix variable reordering leading to undefined variable in RDEPENDEli Schwartz2024-05-261-4/+4
| | | | | | | | | | | BDEPEND is expanded in RDEPEND, so it has to come first. Fixes failure to depend on acct-*/ packages at runtime, i.e. no guarantee when installing with binpkgs / depcleaning that accounts will be usable anymore. Fixes: 0762acb5ac0a3f951d4c7d96c1608aa98ef6cae2 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/dhcp: Stabilize 4.4.3_p1-r5 arm, #927704Sam James2024-03-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/dhcp: Stabilize 4.4.3_p1-r5 x86, #927704Sam James2024-03-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/dhcp: Stabilize 4.4.3_p1-r5 ppc64, #927704Sam James2024-03-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/dhcp: Stabilize 4.4.3_p1-r5 amd64, #927704Sam James2024-03-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/dhcp: Stabilize 4.4.3_p1-r5 sparc, #927704Sam James2024-03-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/dhcp: Stabilize 4.4.3_p1-r5 arm64, #927704Sam James2024-03-241-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/dhcp: Stabilize 4.4.3_p1-r5 ppc, #927704Sam James2024-03-241-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/dhcp: switch to append-atomic-flagsSam James2023-07-141-3/+1
| | | | | | | | Fixes build on mips (report on #gentoo). Bug: https://bugs.gentoo.org/720806 Bug: https://bugs.gentoo.org/801592 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/dhcp: Stabilize 4.4.3_p1-r4 ppc, #908634Sam James2023-06-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/dhcp: Stabilize 4.4.3_p1-r4 x86, #908634Sam James2023-06-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/dhcp: Stabilize 4.4.3_p1-r4 ppc64, #908634Arthur Zamarin2023-06-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/dhcp: Stabilize 4.4.3_p1-r4 sparc, #908634Arthur Zamarin2023-06-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/dhcp: Stabilize 4.4.3_p1-r4 arm64, #908634Sam James2023-06-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/dhcp: Stabilize 4.4.3_p1-r4 amd64, #908634Sam James2023-06-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/dhcp: Stabilize 4.4.3_p1-r4 arm, #908634Sam James2023-06-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/dhcp: Add missing depRaul E Rangel2023-05-272-3/+5
| | | | | | | | | | | | | | checking for zlib library... yes checking for library containing deflate... no configure: error: found zlib include but not library. /build/arm64-generic/tmp/portage/net-misc/dhcp-4.4.1-r1/work/dhcp-4.4.1/bind/bind-9.11.2-P1/config.log: This shows up when cross compiling into a new sysroot when using the ROOT= environment variable. Signed-off-by: Raul E Rangel <rrangel@chromium.org> Closes: https://github.com/gentoo/gentoo/pull/30467 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* net-misc/dhcp: remove unused fileMichael Mair-Keimberger2023-05-221-2/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31132 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
* net-misc/dhcp: drop 4.4.3_p1Mike Gilbert2023-05-211-298/+0
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* net-misc/dhcp: drop broken LD_PRELOAD settingMike Gilbert2023-05-213-5/+3
| | | | | Closes: https://bugs.gentoo.org/836405 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* net-misc/dhcp: destabilize 4.4.3_p1-r2Sam James2023-04-281-1/+1
| | | | | Fixes: 8c680f270b865d00a05f08ed03e042d27fb76fc0 Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/dhcp: fix configure w/ clang 16Sam James2023-04-282-0/+437
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/dhcp: Stabilize 4.4.3_p1-r1 amd64, #899342Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/dhcp: Stabilize 4.4.3_p1-r1 ppc, #899342Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/dhcp: Stabilize 4.4.3_p1-r1 sparc, #899342Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/dhcp: Stabilize 4.4.3_p1-r1 ppc64, #899342Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/dhcp: Stabilize 4.4.3_p1-r1 x86, #899342Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/dhcp: Stabilize 4.4.3_p1-r1 arm, #899342Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/dhcp: Stabilize 4.4.3_p1-r1 arm64, #899342Arthur Zamarin2023-03-041-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/dhcp: tweak /var/lib/dhcp creationMike Gilbert2023-01-192-0/+295
| | | | | | | | Drop the keepdir from src_install. Update the modes in the tmpfiles.d file, and install it unconditionally. Closes: https://bugs.gentoo.org/891347 Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* net-misc/dhcp: keyword 4.4.3_p1 for ~loongWANG Xuerui2022-11-291-1/+1
| | | | Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
* net-misc/dhcp: Adding acct-user/dhcp and acct-group/dhcp to BDPENDWiktor Jaskulski2022-10-241-3/+7
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/27919 Signed-off-by: Wiktor Jaskulski <root@GDN-N-WIKTORJ.advaoptical.com> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* net-misc/dhcp: rebase patchesDavid Seifert2022-10-1411-41/+40
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* net-misc/dhcp: drop 4.4.2_p1-r2, 4.4.3-r1David Seifert2022-10-146-662/+0
| | | | | Bug: https://bugs.gentoo.org/875521 Signed-off-by: David Seifert <soap@gentoo.org>
* net-misc/dhcp: Stabilize 4.4.3_p1 sparc, #877043Arthur Zamarin2022-10-141-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/dhcp: Stabilize 4.4.3_p1 ppc, #877043Arthur Zamarin2022-10-141-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/dhcp: Stabilize 4.4.3_p1 ppc64, #877043Arthur Zamarin2022-10-141-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* net-misc/dhcp: Stabilize 4.4.3_p1 x86, #877043Sam James2022-10-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/dhcp: Stabilize 4.4.3_p1 arm64, #877043Sam James2022-10-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/dhcp: Stabilize 4.4.3_p1 arm, #877043Sam James2022-10-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/dhcp: Stabilize 4.4.3_p1 amd64, #877043Sam James2022-10-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>