summaryrefslogtreecommitdiff
path: root/extra/dhcp
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-11 03:52:51 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-11 03:52:51 +0000
commit345769552026b46d72b7318f1efa6d615ce03ee3 (patch)
tree765f8ab1a83d1b71727938ea97f507fab3a039ff /extra/dhcp
parentb7ad9e746ae50cb940e3ea21772049f46f7b2c0f (diff)
Tue Mar 11 03:48:52 UTC 2014
Diffstat (limited to 'extra/dhcp')
-rw-r--r--extra/dhcp/PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/extra/dhcp/PKGBUILD b/extra/dhcp/PKGBUILD
index acd817025..3cf207658 100644
--- a/extra/dhcp/PKGBUILD
+++ b/extra/dhcp/PKGBUILD
@@ -1,23 +1,24 @@
-# $Id: PKGBUILD 203066 2014-01-03 09:19:21Z bpiotrowski $
+# $Id: PKGBUILD 207474 2014-03-10 16:01:06Z anatolik $
# Maintainer: Daniel Isenmann <daniel @archlinux.org>
pkgbase=dhcp
pkgname=('dhcp' 'dhclient')
# separate patch levels with a period to maintain proper versioning.
-pkgver=4.2.5.p1
-_pkgver=4.2.5-P1
-pkgrel=3
+pkgver=4.3.0
+_pkgver=4.3.0
+pkgrel=1
arch=('i686' 'x86_64')
license=('custom:isc-dhcp')
url="https://www.isc.org/software/dhcp"
makedepends=('bash' 'iproute2')
+# The patches come from LFS
source=(ftp://ftp.isc.org/isc/${pkgbase}/${_pkgver}/${pkgbase}-${_pkgver}.tar.gz{,.asc}
dhcpd4.service
dhcpd6.service
dhcp-4.2.5-client_script-1.patch
dhcp-4.2.5-missing_ipv6-1.patch)
-md5sums=('f68e3c1f00a9af5742bc5e71d567cf93'
+md5sums=('1020d77e1a4c1f01b76279caff9beb80'
'SKIP'
'439ee2f145a1e86dd644cb94a854f8e7'
'588aa85b6fe228c45623185a58d11992'
@@ -50,6 +51,7 @@ build() {
package_dhcp(){
pkgdesc="A DHCP server, client, and relay agent"
+ depends=('glibc')
backup=('etc/dhcpd.conf')
install=dhcp.install
@@ -73,7 +75,7 @@ package_dhcp(){
package_dhclient(){
pkgdesc="A standalone DHCP client from the dhcp package"
- depends=('bash' 'iproute2')
+ depends=('glibc' 'bash' 'iproute2')
provides=('dhcp-client')
cd "${srcdir}/${pkgbase}-${_pkgver}"