aboutsummaryrefslogtreecommitdiff
path: root/net/isc-dhcp/patches
Commit message (Collapse)AuthorAge
* treewide: quote CC and CXXPaul Fertser2023-01-20
| | | | | | | When CC is set to e.g. "ccache mips-openwrt-linux-musl-gcc" it needs to be quoted to avoid word splitting on substitution. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* isc-dhcp: Update to 4.4.3Philip Prindeville2022-03-15
| | | | | | | Note that on 32-bit ARM with MUSL we don't have Unwind_GetIP() so we need to disable backtraces. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* isc-dhcp: fix build on macosSergey V. Lobanov2022-01-28
| | | | | | | | | isc-dhcp uses system ar tool so build fails on Darwin build host. Embedded bind lib uses system ar and ranlib tools and fails on Darwin This patch explicitly specifies ar and ranlib tools for target build Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* isc-dhcp: seeing crashes when attempting to update dynamic dnsPhilip Prindeville2020-12-10
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* isc-dhcp: update to 4.4.0Philip Prindeville2018-02-07
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* isc-dhcp: bump version to latest and fix build issuesPhilip Prindeville2017-01-06
| | | | | | | | | | Version bumped to 4.3.5. Separated out compile/install steps since compiling with $DESTDIR yields bogus results. Removed rfc-3527 patch as something similar (better) is now upstream (well, more complete error checking anyway). Change relay scripts from '-l ifname' to '-U ifname' to correspond to upstream changes. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* isc-dhcp: update to 4.3.3. Migrate from oldplackagesAntony Antony2016-03-25
Signed-off-by: Antony Antony <antony@phenome.org>