dhcp: 4.2.7 -> 4.3.3

This commit is contained in:
Thomas Penteker 2015-11-30 00:59:19 +01:00
parent 755cc518e9
commit e7e1c3432f
3 changed files with 21 additions and 22 deletions

View File

@ -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/

View File

@ -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

View File

@ -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