[arch-commits] Commit in kea/trunk (PKGBUILD)

Baptiste Jonglez zorun at archlinux.org
Wed Jan 23 21:56:00 UTC 2019


    Date: Wednesday, January 23, 2019 @ 21:56:00
  Author: zorun
Revision: 427414

upgpkg: kea 1.5.0-1

Modified:
  kea/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-23 21:30:46 UTC (rev 427413)
+++ PKGBUILD	2019-01-23 21:56:00 UTC (rev 427414)
@@ -1,12 +1,12 @@
 # Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
 # Contributor: nfnty
 pkgname='kea'
-pkgver=1.4.0.P1
-_upstreamver=1.4.0-P1
-pkgrel=7
+pkgver=1.5.0
+_upstreamver=1.5.0
+pkgrel=1
 pkgdesc='High-performance, extensible DHCP server engine from ISC, supporting both DHCPv4 and DHCPv6'
 arch=('x86_64')
-url='http://kea.isc.org'
+url='https://kea.isc.org'
 license=('MPL2')
 depends=('botan>=2.7.0' 'boost-libs' 'log4cplus' 'mariadb-libs' 'postgresql-libs')
 makedepends=('boost'
@@ -24,15 +24,13 @@
         fix-scripts-include-path.patch
         tmpfiles-kea.conf
         kea-dhcp4.service
-        kea-dhcp6.service
-        kea-boost-1.68.patch::"https://github.com/isc-projects/kea/commit/4a88f764.patch")
-sha512sums=('beb3baae09510de970fb5c1a301c57d64fc56d825d964f413357ba448b993d0a4f714d4efa4da166d3c06623a9ae78b70c25b61793e696551cb97b7e08d5e634'
+        kea-dhcp6.service)
+sha512sums=('6d6b7407831311ebe37abce382ce77c664015ddbe3e73ec78153a00b301f98af5be52e26ad4febf5ca1e478d2c1844db4c988b241d2700d758e90b077f176ad8'
             'SKIP'
             '337c1e8689ce569bb8b085261e946743bc88d62ffdd264f4e8f271a6ca92c5bcda2329376aec4ffacd96187c7dba30450b8d5a9e2929f0a559ef8ecba7c0bafc'
             '13a473bea4f8a1ba40f5667b880010590c5fddecaa76c360113e977c9ab3898558141cda17000def7b1c592b7dc6f8d5a508752351c601f6484abd775b60d214'
             '873612cdab1c5d72105ccf379885975405e10b4e4b3b93b258293fbd304ea9f6a47e5af5357b130e603d713691d4980d8868a5ed23376e50aba6eb81b348b8cb'
-            '48cd98cfc2a82b4d5f6350e70ba7048976a633ceae3c8f405824d2131700d78a9eeb885a41634a393e3cdaacc9836dda45343b7ae81c44427b46e758d6520f6c'
-            'c1d2d2c4ee980d0485d50c285a441e343e2bf64278aaa98de72b20e45fd956b4fb8fb01a7ad35a5d255ac9a942cb4aafbaac753afd452fd0ed646f681250fbf6')
+            '48cd98cfc2a82b4d5f6350e70ba7048976a633ceae3c8f405824d2131700d78a9eeb885a41634a393e3cdaacc9836dda45343b7ae81c44427b46e758d6520f6c')
 validpgpkeys=('BE0E9748B718253A28BB89FFF1B11BF05CF02E57') # Internet Systems Consortium, Inc. (Signing key, 2017-2018) <codesign at isc.org>
 
 prepare() {
@@ -41,8 +39,6 @@
   # Also, it fallbacks to the absolute path inside the chrooted build dir,
   # which will certainly not exist on the target system...
   patch -p1 < "${srcdir}"/fix-scripts-include-path.patch
-
-  patch -p1 -i ../kea-boost-1.68.patch # Fix build with boost 1.68
 }
 
 build() {



More information about the arch-commits mailing list