Skip to content

Commit

Permalink
upgpkg: dhcp 4.4.3-1: new upstream release
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@439383 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
eworm committed Mar 10, 2022
1 parent b097fd4 commit 65572a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 147 deletions.
13 changes: 0 additions & 13 deletions dhcp/trunk/0002-iproute2.patch

This file was deleted.

117 changes: 0 additions & 117 deletions dhcp/trunk/0003-117-fixed-gcc-10-compilation-issues.patch

This file was deleted.

20 changes: 3 additions & 17 deletions dhcp/trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,43 +5,29 @@ pkgbase=dhcp
pkgname=('dhcp' 'dhclient')

# separate patch levels with a period to maintain proper versioning.
_realver=4.4.2-P1
_realver=4.4.3
pkgver=${_realver/-/.}
pkgrel=4
pkgrel=1
arch=('x86_64')
license=('custom:isc-dhcp')
url='https://www.isc.org/dhcp/'
makedepends=('bash' 'iproute2' 'openldap')
options=('!lto')
validpgpkeys=('7E1C91AC8030A5A59D1EFAB9750F3C87723E4012') # Internet Systems Consortium, Inc. (Signing key, 2021-2022) <[email protected]>
source=("https://downloads.isc.org/isc/${pkgbase}/${_realver}/${pkgbase}-${_realver}.tar.gz"{,.asc}
'0002-iproute2.patch'
'0003-117-fixed-gcc-10-compilation-issues.patch'
'dhcp-sysusers.conf'
'dhcp-tmpfiles.conf'
'dhcpd4.service'
'dhcpd6.service'
'[email protected]')
sha256sums=('b05e04337539545a8faa0d6ac518defc61a07e5aec66a857f455e7f218c85a1a'
sha256sums=('0e3ec6b4c2a05ec0148874bcd999a66d05518378d77421f607fb0bc9d0135818'
'SKIP'
'837a64189b949afae951655546967cc8f17f2f2cf370faabff00575364f0fcf7'
'ab652f408a0730caa996df11bea608f279c5547acc849d5562a592ea19f67727'
'b16083e6bb572ffacaa7cd97e7fde5fcfa1b6dbeb166f162e2ec6e8ec4b928d6'
'abcd30e9e8428e34d22ab4d3074ef4bd84c2b11f5868597111b47d6f56d204da'
'03fce30efab819b2d928085b0bab962a33ce56fc376acae98ad9b30aa278c9c8'
'f98a4438f4f69cab7cc5cce6927df4790ee993ebc8f88a169e63043c53d25625'
'86cd0b1e0ea1d47ab096f6ee925eee60545116fb887a155761eda589b30e4f0e')

prepare() {
cd "${srcdir}/${pkgbase}-${_realver}"

# no ifconfig, use ip from iproute2
patch -Np1 -i ../0002-iproute2.patch

# [#117] Fixed gcc 10 compilation issues
patch -Np1 -i ../0003-117-fixed-gcc-10-compilation-issues.patch
}

build() {
cd "${srcdir}/${pkgbase}-${_realver}"

Expand Down

0 comments on commit 65572a2

Please sign in to comment.