* update dhcp to 4.4.3.P1-4
This commit is contained in:
parent
c6f688fdd6
commit
ddaa82651f
46
dhcp/.SRCINFO
Normal file
46
dhcp/.SRCINFO
Normal file
@ -0,0 +1,46 @@
|
||||
pkgbase = dhcp
|
||||
pkgver = 4.4.3.P1
|
||||
pkgrel = 4
|
||||
url = https://www.isc.org/dhcp/
|
||||
arch = x86_64
|
||||
arch = powerpc64le
|
||||
arch = powerpc64
|
||||
arch = powerpc
|
||||
arch = riscv64
|
||||
license = custom:isc-dhcp
|
||||
makedepends = bash
|
||||
makedepends = iproute2
|
||||
makedepends = openldap
|
||||
options = !lto
|
||||
source = https://downloads.isc.org/isc/dhcp/4.4.3-P1/dhcp-4.4.3-P1.tar.gz
|
||||
source = https://downloads.isc.org/isc/dhcp/4.4.3-P1/dhcp-4.4.3-P1.tar.gz.asc
|
||||
source = 0001-99-replace-hostname-with-uname-n.patch
|
||||
source = dhcp-sysusers.conf
|
||||
source = dhcp-tmpfiles.conf
|
||||
source = dhcpd4.service
|
||||
source = dhcpd6.service
|
||||
source = dhclient@.service
|
||||
validpgpkeys = 7E1C91AC8030A5A59D1EFAB9750F3C87723E4012
|
||||
sha256sums = 0ac416bb55997ca8632174fd10737fd61cdb8dba2752160a335775bc21dc73c7
|
||||
sha256sums = SKIP
|
||||
sha256sums = 559ed9ce6318f1a3700f8b879552bd22844c7c5b96622202dbf3164cd99c444e
|
||||
sha256sums = 62335e1043e40ea96a7447db499eafcb9b5a262356c5d9951a43ca4bc981fecc
|
||||
sha256sums = abcd30e9e8428e34d22ab4d3074ef4bd84c2b11f5868597111b47d6f56d204da
|
||||
sha256sums = 03fce30efab819b2d928085b0bab962a33ce56fc376acae98ad9b30aa278c9c8
|
||||
sha256sums = f98a4438f4f69cab7cc5cce6927df4790ee993ebc8f88a169e63043c53d25625
|
||||
sha256sums = 86cd0b1e0ea1d47ab096f6ee925eee60545116fb887a155761eda589b30e4f0e
|
||||
|
||||
pkgname = dhcp
|
||||
pkgdesc = A DHCP server, client, and relay agent
|
||||
depends = glibc
|
||||
depends = libldap
|
||||
backup = etc/dhcpd.conf
|
||||
backup = etc/dhcpd6.conf
|
||||
|
||||
pkgname = dhclient
|
||||
pkgdesc = A standalone DHCP client from the dhcp package
|
||||
depends = glibc
|
||||
depends = bash
|
||||
depends = iproute2
|
||||
depends = run-parts
|
||||
provides = dhcp-client
|
@ -8,7 +8,7 @@ pkgname=('dhcp' 'dhclient')
|
||||
# separate patch levels with a period to maintain proper versioning.
|
||||
_realver=4.4.3-P1
|
||||
pkgver=${_realver/-/.}
|
||||
pkgrel=3.1
|
||||
pkgrel=4
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
license=('custom:isc-dhcp')
|
||||
url='https://www.isc.org/dhcp/'
|
||||
@ -25,7 +25,7 @@ source=("https://downloads.isc.org/isc/${pkgbase}/${_realver}/${pkgbase}-${_real
|
||||
sha256sums=('0ac416bb55997ca8632174fd10737fd61cdb8dba2752160a335775bc21dc73c7'
|
||||
'SKIP'
|
||||
'559ed9ce6318f1a3700f8b879552bd22844c7c5b96622202dbf3164cd99c444e'
|
||||
'b16083e6bb572ffacaa7cd97e7fde5fcfa1b6dbeb166f162e2ec6e8ec4b928d6'
|
||||
'62335e1043e40ea96a7447db499eafcb9b5a262356c5d9951a43ca4bc981fecc'
|
||||
'abcd30e9e8428e34d22ab4d3074ef4bd84c2b11f5868597111b47d6f56d204da'
|
||||
'03fce30efab819b2d928085b0bab962a33ce56fc376acae98ad9b30aa278c9c8'
|
||||
'f98a4438f4f69cab7cc5cce6927df4790ee993ebc8f88a169e63043c53d25625'
|
||||
|
@ -1 +1 @@
|
||||
u dhcp - "DHCP daemon" /
|
||||
u! dhcp - "DHCP daemon" /
|
||||
|
Loading…
x
Reference in New Issue
Block a user