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

Baptiste Jonglez zorun at archlinux.org
Sun Oct 29 15:44:14 UTC 2017


    Date: Sunday, October 29, 2017 @ 15:44:09
  Author: zorun
Revision: 264665

upgpkg: kea 1.3.0-1

Modified:
  kea/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-29 14:42:36 UTC (rev 264664)
+++ PKGBUILD	2017-10-29 15:44:09 UTC (rev 264665)
@@ -2,12 +2,12 @@
 # Contributor: nfnty
 pkgbase='kea'
 pkgname=('kea' 'kea-devel-docs')
-pkgver=1.2.0
-pkgrel=6
+pkgver=1.3.0
+pkgrel=1
 pkgdesc='High-performance, extensible DHCP server engine from ISC, supporting both DHCPv4 and DHCPv6'
 arch=('i686' 'x86_64')
 url='http://kea.isc.org'
-license=('custom:MPL2.0')
+license=('MPL2')
 depends=('botan' 'boost-libs' 'log4cplus' 'libmariadbclient' 'postgresql-libs')
 makedepends=('boost'
              'postgresql' # Needed for some headers
@@ -15,18 +15,18 @@
 	     'libxslt' 'docbook-xsl' 'elinks' 'doxygen' 'graphviz') # Doc
 # Checks are disabled for now
 #checkdepends=('gtest' 'postgresql' 'mariadb' 'python' 'procps-ng') # procps-ng needed for 'pgrep'
-backup=('etc/kea/kea.conf' 'etc/kea/kea-ca.conf' 'etc/kea/keactrl.conf')
+backup=('etc/kea/kea.conf' 'etc/kea/kea-ca.conf' # Config files up to Kea 1.2
+        'etc/kea/kea-dhcp4.conf' 'etc/kea/kea-dhcp6.conf' 'etc/kea/kea-dhcp-ddns.conf' 'etc/kea/kea-ctrl-agent.conf' 'etc/kea/keactrl.conf') # New config files as of Kea 1.3
+
 source=(https://ftp.isc.org/isc/kea/${pkgver}/kea-${pkgver}.tar.gz{,.asc}
         fix-scripts-include-path.patch
-        add-missing-header.patch
         LICENSE
         tmpfiles-kea.conf
         kea-dhcp4.service
         kea-dhcp6.service)
-sha512sums=('d90571027edbce9eeb75d9ac889865dc24c2fd3ab17e44e23337ff623ca098ffd02560f01273da3c28f13734d95d5950110bc116bed527a295a9dc70addcc240'
+sha512sums=('4708485efe537d9af00b50da9a3f33b740edaf37d9bbfe96f5625e30715349c48ef8a32f5abb8320f00821aea642a5b7ecdbc9f0d323a71b7a07f46f1bed978b'
             'SKIP'
             '81874fd3a12f55ea23593b7248c7653450c3a6e5ba8e79c7c5fb40ab685b0dc5d4e29e50f10000bd9018200731dba35f15e5d86c8005c94d14865d73e19983e5'
-            '79e2ad71d1742450f7b488326fdec8a62141622c8c927b1ed9db168052856ce848f80af70415cf03ce666441fab59eefbf3359ed47c6f326a19ace7db4b5328e'
             '32a402845f82f89a8357208be666b58672d70cf30fc264f3093b89b4201bf73b57877a080ed123c9beb8e50cd5396092a6286c33e511b595efb1b43e196e3be1'
             '13a473bea4f8a1ba40f5667b880010590c5fddecaa76c360113e977c9ab3898558141cda17000def7b1c592b7dc6f8d5a508752351c601f6484abd775b60d214'
             '24fdd95fc25bcd6aaf21cec598f3d09715418705aadbb2403792b62f4d8789b1897aa65f5e68184612d0a2c1c6be4123491db2fc3b1d602f6e7c5cd6c2d278eb'
@@ -39,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
-  # Backported from the git repo, without this header hooks may fail to build.
-  patch -p1 < "${srcdir}"/add-missing-header.patch
 }
 
 build() {
@@ -81,8 +79,6 @@
   # Systemd service files
   install -Dm644 "${srcdir}"/kea-dhcp4.service "${pkgdir}"/usr/lib/systemd/system/kea-dhcp4.service
   install -Dm644 "${srcdir}"/kea-dhcp6.service "${pkgdir}"/usr/lib/systemd/system/kea-dhcp6.service
-  # License, see https://bugs.archlinux.org/task/31547
-  install -Dm644 "${srcdir}"/LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }
 
 package_kea-devel-docs() {



More information about the arch-commits mailing list