<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dhcpcd.git, branch dhcpcd-9.0.1</title>
<subtitle>DHCP / IPv4LL / IPv6RA / DHCPv6 client
</subtitle>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/'/>
<entry>
<title>Release dhcpcd-9.0.1</title>
<updated>2020-04-13T15:09:08+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-04-13T15:09:08+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=2d6718d5c68a7e35a4222ed7e1e1b64a8aa801ad'/>
<id>2d6718d5c68a7e35a4222ed7e1e1b64a8aa801ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>install: Dont move old files around to new locations</title>
<updated>2020-04-05T15:50:59+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-04-05T15:50:59+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=a81dde9e3a29e74ed6eb6ed3f8717f8ac2c5c6bf'/>
<id>a81dde9e3a29e74ed6eb6ed3f8717f8ac2c5c6bf</id>
<content type='text'>
privsep user dir may not exist and this code wont work for
dhcpcd-9 anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
privsep user dir may not exist and this code wont work for
dhcpcd-9 anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>Note /dev/log issue on linux</title>
<updated>2020-04-05T15:47:25+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-04-05T15:47:25+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=e97206ac7b7c2e3e2c13bf0e1f052882293bf789'/>
<id>e97206ac7b7c2e3e2c13bf0e1f052882293bf789</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>privsep: Detect a suitable user for dhcpcd, otherwise use dhcpcd</title>
<updated>2020-04-05T15:44:32+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-04-05T15:44:32+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=fa54fc1687eebfed9ecef156359676eb0b404835'/>
<id>fa54fc1687eebfed9ecef156359676eb0b404835</id>
<content type='text'>
System users generally have _ preceeding their username.
Only use this user if it exists and their home dir is not /var/empty.
Otherwise default to using dhcpcd.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
System users generally have _ preceeding their username.
Only use this user if it exists and their home dir is not /var/empty.
Otherwise default to using dhcpcd.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "privsep: default to using _dhcpcd and not _dhcp"</title>
<updated>2020-04-05T14:52:50+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-04-05T14:52:50+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=0227431cc87758176d81b7e8f04331091f7b89a7'/>
<id>0227431cc87758176d81b7e8f04331091f7b89a7</id>
<content type='text'>
This reverts commit 36c47a8df0951236a7842bbf8241e2932357ef61.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 36c47a8df0951236a7842bbf8241e2932357ef61.
</pre>
</div>
</content>
</entry>
<entry>
<title>privsep: default to using _dhcpcd and not _dhcp</title>
<updated>2020-04-10T09:17:38+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-04-10T09:17:38+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=a942a2622eff84ef2a0a9103c99c1423390b813b'/>
<id>a942a2622eff84ef2a0a9103c99c1423390b813b</id>
<content type='text'>
_dhcp home dir defaults to /var/empty.
System integrators can and should be in charge of changing it when needed.
Packagers on the other hand don't have such a luxury and so should not
use _dhcp by default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
_dhcp home dir defaults to /var/empty.
System integrators can and should be in charge of changing it when needed.
Packagers on the other hand don't have such a luxury and so should not
use _dhcp by default.
</pre>
</div>
</content>
</entry>
<entry>
<title>linux: Remove warning when HAVE_IN6_ADDR_GEN_MODE_NONE isn't supported</title>
<updated>2020-04-09T21:29:46+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-04-09T21:29:46+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=050c5c2ade6b20bda8a1462201fd3fbebbe758ee'/>
<id>050c5c2ade6b20bda8a1462201fd3fbebbe758ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>route: revert prior change to rt_new0</title>
<updated>2020-04-09T20:55:33+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-04-09T20:55:33+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=146f6566974e8a14c831cc4ad0aab28d33a1b93c'/>
<id>146f6566974e8a14c831cc4ad0aab28d33a1b93c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dhcpcd: always emit version when starting.</title>
<updated>2020-04-09T20:08:05+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-04-09T20:08:05+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=6bba969c332bbcdf23383d3913eceacc7c88ba2c'/>
<id>6bba969c332bbcdf23383d3913eceacc7c88ba2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>RTA_PREF was added in kernel-4.1</title>
<updated>2020-04-09T16:27:18+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-04-09T16:27:18+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=9636652017a4218cda07d6a5da8be315032413ee'/>
<id>9636652017a4218cda07d6a5da8be315032413ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
