<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/net/isc-dhcp/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-05-08T20:28:27Z</updated>
<entry>
<title>treewide: cleanup URLs</title>
<updated>2026-05-08T20:28:27Z</updated>
<author>
<name>Yanase Yuki</name>
</author>
<published>2026-01-02T09:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b0d8a3d384915c2de1c5b473fcfb8b3996bb849b'/>
<id>urn:sha1:b0d8a3d384915c2de1c5b473fcfb8b3996bb849b</id>
<content type='text'>
This commit converts plain HTTP URLs to HTTPS, and updates
old or outdated URLs.

Signed-off-by: Yanase Yuki &lt;dev@zpc.st&gt;
</content>
</entry>
<entry>
<title>isc-dhcp: don't die when a network restart happens</title>
<updated>2026-02-11T18:02:24Z</updated>
<author>
<name>Philip Prindeville</name>
</author>
<published>2026-01-08T00:42:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6a9f2bcda761a2da3f140f106a2ea817ee770e68'/>
<id>urn:sha1:6a9f2bcda761a2da3f140f106a2ea817ee770e68</id>
<content type='text'>
Our triggering code was using the logical network name and
not the ifname as required.

Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;
</content>
</entry>
<entry>
<title>isc-dhcp: replacing automatic empty needs addzone</title>
<updated>2026-02-03T03:48:47Z</updated>
<author>
<name>Philip Prindeville</name>
</author>
<published>2026-02-02T20:17:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f171043ce8a433afaaa456afc4a6db965b321f03'/>
<id>urn:sha1:f171043ce8a433afaaa456afc4a6db965b321f03</id>
<content type='text'>
Since the RFC-1918 in-addr.arpa empty zones are automatically created,
they will exist, but we can't use modzone on them because that's not
how things work.

Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;
</content>
</entry>
<entry>
<title>treewide: remove FTP usage</title>
<updated>2025-12-31T07:22:58Z</updated>
<author>
<name>Yanase Yuki</name>
</author>
<published>2025-12-29T08:13:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=66f2422b71d0b9e4382d1826fd0384d3e4856e89'/>
<id>urn:sha1:66f2422b71d0b9e4382d1826fd0384d3e4856e89</id>
<content type='text'>
Drop obsolete protocol usage.
Use HTTPS (if possible) or HTTP instead.

Signed-off-by: Yanase Yuki &lt;dev@zpc.st&gt;
</content>
</entry>
<entry>
<title>isc-dhcp: fix startup issues with RFC-1918 PTR RRs</title>
<updated>2025-12-13T19:26:38Z</updated>
<author>
<name>Philip Prindeville</name>
</author>
<published>2025-12-10T22:03:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a050b08db2edf2290d28a3834065cf6c4aa127dd'/>
<id>urn:sha1:a050b08db2edf2290d28a3834065cf6c4aa127dd</id>
<content type='text'>
If isc-dhcp gets restarted, it might have to deal with RFC-1918 zones
being previously populated by an earlier instance.  In that case, we
need to know if we're modified versus initially adding the zones.

The special handling of RFC-1918 zones in Bind is quirky, and there
should be a patch soon to make it more friendly, but in the meantime
you might have to use:

disable-empty-zone 168.192.in-addr.arpa;

Or similar depending on which address block you poach.

Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;
</content>
</entry>
<entry>
<title>isc-dhcp: use modzone not addzone so in-addr.arpa works</title>
<updated>2025-12-02T17:03:24Z</updated>
<author>
<name>Philip Prindeville</name>
</author>
<published>2025-12-01T23:09:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=27f55cdbda2259bcd8ab3f0b7c56aca12931689f'/>
<id>urn:sha1:27f55cdbda2259bcd8ab3f0b7c56aca12931689f</id>
<content type='text'>
Updates to in-addr.arpa are being rejected with:

update failed: REFUSED

because we create an empty zone, and then try to add it again
when it already exists.  So use modzone instead to update it.

Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;
</content>
</entry>
<entry>
<title>isc-dhcp: Missing trailing dot on SRV RRs</title>
<updated>2025-11-15T07:02:02Z</updated>
<author>
<name>Philip Prindeville</name>
</author>
<published>2025-11-15T02:27:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=13ea3654c3343361157e87d4128b555c58dff4c4'/>
<id>urn:sha1:13ea3654c3343361157e87d4128b555c58dff4c4</id>
<content type='text'>
When generating SRV RRs we're omitting the trailing dot that
roots the domain.

Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;
</content>
</entry>
<entry>
<title>isc-dhcp: create zones using rndc</title>
<updated>2025-09-13T20:36:41Z</updated>
<author>
<name>David Härdeman</name>
</author>
<published>2025-08-03T20:10:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=dc68b6679767ac80b182389bf73ce81066645446'/>
<id>urn:sha1:dc68b6679767ac80b182389bf73ce81066645446</id>
<content type='text'>
This changes isc-dhcp's init script to create bind zones using the tools
bind provides for that scenario instead of crafting separate zone
configuration by hand.

At the same time, remove the use of /tmp/bind/named.conf.local and add
permissions for dynamic zone creation to bind.

Signed-off-by: David Härdeman &lt;david@hardeman.nu&gt;
</content>
</entry>
<entry>
<title>isc-dhcp: clean up 'if' formatting</title>
<updated>2025-08-15T03:43:00Z</updated>
<author>
<name>Philip Prindeville</name>
</author>
<published>2025-08-11T23:59:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3d2a8e3f8cd8a329158d5d61d00438c84c1cce28'/>
<id>urn:sha1:3d2a8e3f8cd8a329158d5d61d00438c84c1cce28</id>
<content type='text'>
We don't use a consistent format of bracket-semicolon, so fix it.

Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;
</content>
</entry>
<entry>
<title>isc-dhcp: fix build issues with stricter compilers</title>
<updated>2025-08-11T23:51:51Z</updated>
<author>
<name>Philip Prindeville</name>
</author>
<published>2025-08-11T05:22:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=808d025126b6624bf872cbb2b8afae629211e6c9'/>
<id>urn:sha1:808d025126b6624bf872cbb2b8afae629211e6c9</id>
<content type='text'>
The new gcc in the toolchain is failing K&amp;R style prototypes. There
are also some function pointers passed as parameters that didn't
have prototypes so were causing incompatible pointer clashes.

Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;
</content>
</entry>
</feed>
