ports/core (3.2): [notify] dhcpcd: updated to 6.10.0.
commit cc23245c1a173e4756e46fe77fda5ae99cb466e8 Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Fri Jan 8 00:11:38 2016 +0100 [notify] dhcpcd: updated to 6.10.0. Includes fixes for: CVE-2016-1503 CVE-2016-1504 diff --git a/dhcpcd/.footprint b/dhcpcd/.footprint index 7c5c461..7c5608d 100644 --- a/dhcpcd/.footprint +++ b/dhcpcd/.footprint @@ -8,16 +8,18 @@ drwxr-xr-x root/root lib/dhcpcd/dev/ drwxr-xr-x root/root lib/dhcpcd/dhcpcd-hooks/ -rw-r--r-- root/root lib/dhcpcd/dhcpcd-hooks/01-test -rw-r--r-- root/root lib/dhcpcd/dhcpcd-hooks/02-dump --rw-r--r-- root/root lib/dhcpcd/dhcpcd-hooks/10-wpa_supplicant --rw-r--r-- root/root lib/dhcpcd/dhcpcd-hooks/15-timezone -rw-r--r-- root/root lib/dhcpcd/dhcpcd-hooks/20-resolv.conf --rw-r--r-- root/root lib/dhcpcd/dhcpcd-hooks/29-lookup-hostname -rw-r--r-- root/root lib/dhcpcd/dhcpcd-hooks/30-hostname -rwxr-xr-x root/root lib/dhcpcd/dhcpcd-run-hooks drwxr-xr-x root/root sbin/ -rwxr-xr-x root/root sbin/dhcpcd drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/dhcpcd/ +drwxr-xr-x root/root usr/share/dhcpcd/hooks/ +-rw-r--r-- root/root usr/share/dhcpcd/hooks/10-wpa_supplicant +-rw-r--r-- root/root usr/share/dhcpcd/hooks/15-timezone +-rw-r--r-- root/root usr/share/dhcpcd/hooks/29-lookup-hostname drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man5/ -rw-r--r-- root/root usr/share/man/man5/dhcpcd.conf.5.gz diff --git a/dhcpcd/.md5sum b/dhcpcd/.md5sum index 054f635..0431e3c 100644 --- a/dhcpcd/.md5sum +++ b/dhcpcd/.md5sum @@ -1 +1 @@ -02f5043a415cd4b6d089631a0cd95f5b dhcpcd-6.9.4.tar.xz +f39c5773e7c4bea352d9fb7367c899de dhcpcd-6.10.0.tar.xz diff --git a/dhcpcd/Pkgfile b/dhcpcd/Pkgfile index 0a8b3a6..167152a 100644 --- a/dhcpcd/Pkgfile +++ b/dhcpcd/Pkgfile @@ -4,7 +4,7 @@ # Depends on: eudev name=dhcpcd -version=6.9.4 +version=6.10.0 release=1 source=(http://roy.marples.name/downloads/dhcpcd/$name-$version.tar.xz)
On Fri, Jan 08, 2016 at 12:11:51AM +0100, crux@crux.nu wrote:
commit cc23245c1a173e4756e46fe77fda5ae99cb466e8 Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Fri Jan 8 00:11:38 2016 +0100
[notify] dhcpcd: updated to 6.10.0.
Includes fixes for: CVE-2016-1503 CVE-2016-1504
Other things to note might also be this: * timezone, lookup-hostname, wpa_supplicant and YP hooks are no longer installed by default but are installed to an example directory The rest of the release notes are available here: http://roy.marples.name/archives/dhcpcd-discuss/2016/1143.html -- Fredrik Rinnestam
participants (2)
-
crux@crux.nu
-
Fredrik Rinnestam