From e7e1c3432f792f21e371050040c20fcd8d1aa778 Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Mon, 30 Nov 2015 00:59:19 +0100 Subject: [PATCH] dhcp: 4.2.7 -> 4.3.3 --- dhcp/.footprint | 38 +++++++++++++++++++------------------- dhcp/.md5sum | 2 +- dhcp/Pkgfile | 3 +-- 3 files changed, 21 insertions(+), 22 deletions(-) diff --git a/dhcp/.footprint b/dhcp/.footprint index c4f107bb8..869628e13 100644 --- a/dhcp/.footprint +++ b/dhcp/.footprint @@ -26,30 +26,30 @@ drwxr-xr-x root/root usr/include/omapip/ -rw-r--r-- root/root usr/include/omapip/trace.h drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libdhcpctl.a --rw-r--r-- root/root usr/lib/libdst.a -rw-r--r-- root/root usr/lib/libomapi.a -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/omshell.1.gz -drwxr-xr-x root/root usr/man/man3/ --rw-r--r-- root/root usr/man/man3/dhcpctl.3.gz --rw-r--r-- root/root usr/man/man3/omapi.3.gz -drwxr-xr-x root/root usr/man/man5/ --rw-r--r-- root/root usr/man/man5/dhclient.conf.5.gz --rw-r--r-- root/root usr/man/man5/dhclient.leases.5.gz --rw-r--r-- root/root usr/man/man5/dhcp-eval.5.gz --rw-r--r-- root/root usr/man/man5/dhcp-options.5.gz --rw-r--r-- root/root usr/man/man5/dhcpd.conf.5.gz --rw-r--r-- root/root usr/man/man5/dhcpd.leases.5.gz -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/dhclient-script.8.gz --rw-r--r-- root/root usr/man/man8/dhclient.8.gz --rw-r--r-- root/root usr/man/man8/dhcpd.8.gz --rw-r--r-- root/root usr/man/man8/dhcrelay.8.gz drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/dhclient -rwxr-xr-x root/root usr/sbin/dhcpd -rwxr-xr-x root/root usr/sbin/dhcrelay +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/omshell.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/dhcpctl.3.gz +-rw-r--r-- root/root usr/share/man/man3/omapi.3.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/dhclient.conf.5.gz +-rw-r--r-- root/root usr/share/man/man5/dhclient.leases.5.gz +-rw-r--r-- root/root usr/share/man/man5/dhcp-eval.5.gz +-rw-r--r-- root/root usr/share/man/man5/dhcp-options.5.gz +-rw-r--r-- root/root usr/share/man/man5/dhcpd.conf.5.gz +-rw-r--r-- root/root usr/share/man/man5/dhcpd.leases.5.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/dhclient-script.8.gz +-rw-r--r-- root/root usr/share/man/man8/dhclient.8.gz +-rw-r--r-- root/root usr/share/man/man8/dhcpd.8.gz +-rw-r--r-- root/root usr/share/man/man8/dhcrelay.8.gz drwxr-xr-x root/root var/ drwxr-xr-x root/root var/db/ drwxr-xr-x root/root var/state/ diff --git a/dhcp/.md5sum b/dhcp/.md5sum index e4e356f23..b0405816e 100644 --- a/dhcp/.md5sum +++ b/dhcp/.md5sum @@ -1,4 +1,4 @@ 157549658aba092b0d26aa1df3943051 default-config.diff 2c0abf8990ab061accefc5d3d0f655d1 dhclient -e688bb2fbd4b9017ee4a137785361453 dhcp-4.2.7.tar.gz +c5577b09c9017cdd319a11ff6364268e dhcp-4.3.3.tar.gz 51665125f8360c6cc1ef59ad6cd8cf84 dhcpd diff --git a/dhcp/Pkgfile b/dhcp/Pkgfile index f9329dddf..a8b86ef63 100644 --- a/dhcp/Pkgfile +++ b/dhcp/Pkgfile @@ -4,7 +4,7 @@ # Packager: Mark Rosenstand, mark at borkware dot net name=dhcp -version=4.2.7 +version=4.3.3 release=1 source=(http://ftp.isc.org/isc/$name/$version/$name-$version.tar.gz dhcpd \ dhclient default-config.diff) @@ -14,7 +14,6 @@ build() { patch -p1 -i $SRC/default-config.diff ./configure --prefix=/usr \ - --mandir=/usr/man \ --disable-dhcpv6 \ --sysconfdir=/etc make