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

Baptiste Jonglez zorun at archlinux.org
Mon Apr 2 11:40:18 UTC 2018


    Date: Monday, April 2, 2018 @ 11:40:17
  Author: zorun
Revision: 313856

upgpkg: kea 1.3.0-5

Fix FS#57941

Modified:
  kea/trunk/PKGBUILD
  kea/trunk/kea-dhcp4.service
  kea/trunk/kea-dhcp6.service
Deleted:
  kea/trunk/add-missing-header.patch

--------------------------+
 PKGBUILD                 |    6 +++---
 add-missing-header.patch |   18 ------------------
 kea-dhcp4.service        |    2 +-
 kea-dhcp6.service        |    2 +-
 4 files changed, 5 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-02 11:27:25 UTC (rev 313855)
+++ PKGBUILD	2018-04-02 11:40:17 UTC (rev 313856)
@@ -2,7 +2,7 @@
 # Contributor: nfnty
 pkgname='kea'
 pkgver=1.3.0
-pkgrel=4
+pkgrel=5
 pkgdesc='High-performance, extensible DHCP server engine from ISC, supporting both DHCPv4 and DHCPv6'
 arch=('x86_64')
 url='http://kea.isc.org'
@@ -31,8 +31,8 @@
             '81874fd3a12f55ea23593b7248c7653450c3a6e5ba8e79c7c5fb40ab685b0dc5d4e29e50f10000bd9018200731dba35f15e5d86c8005c94d14865d73e19983e5'
             '2ac01524f70c95986cb64f8d0fc29612aec38c8ab95892469329ced071cf3660b4e9997b6e22a62765c244a9c68b41c4729aec8cfe03099e009ce858faa5c661'
             '13a473bea4f8a1ba40f5667b880010590c5fddecaa76c360113e977c9ab3898558141cda17000def7b1c592b7dc6f8d5a508752351c601f6484abd775b60d214'
-            '24fdd95fc25bcd6aaf21cec598f3d09715418705aadbb2403792b62f4d8789b1897aa65f5e68184612d0a2c1c6be4123491db2fc3b1d602f6e7c5cd6c2d278eb'
-            'f4d54483034ac5d2815a5a06cec84a20aa2849484630d7eeed4d9f2bd7cb96814f80d1f06da2f10b43eabdba0f79f4fb7befe06171001b7d1617844fe8813dae')
+            '873612cdab1c5d72105ccf379885975405e10b4e4b3b93b258293fbd304ea9f6a47e5af5357b130e603d713691d4980d8868a5ed23376e50aba6eb81b348b8cb'
+            '48cd98cfc2a82b4d5f6350e70ba7048976a633ceae3c8f405824d2131700d78a9eeb885a41634a393e3cdaacc9836dda45343b7ae81c44427b46e758d6520f6c')
 validpgpkeys=('BE0E9748B718253A28BB89FFF1B11BF05CF02E57') # Internet Systems Consortium, Inc. (Signing key, 2017-2018) <codesign at isc.org>
 
 prepare() {

Deleted: add-missing-header.patch
===================================================================
--- add-missing-header.patch	2018-04-02 11:27:25 UTC (rev 313855)
+++ add-missing-header.patch	2018-04-02 11:40:17 UTC (rev 313856)
@@ -1,18 +0,0 @@
-commit b63da2b6ab2a623539eb1bc8ed3850cb88ef6f26
-Author: Walt Steverson <waltsteverson at users.noreply.github.com>
-Date:   Fri Jun 9 11:12:42 2017 -0500
-
-    Add missing header file option6_pdexclude.h
-
-diff --git a/src/lib/dhcp/Makefile.am b/src/lib/dhcp/Makefile.am
-index 461429ba8..12c3ebf84 100644
---- a/src/lib/dhcp/Makefile.am
-+++ b/src/lib/dhcp/Makefile.am
-@@ -99,6 +99,7 @@ libkea_dhcp___include_HEADERS = \
-     option6_ia.h \
-     option6_iaaddr.h \
-     option6_iaprefix.h \
-+    option6_pdexclude.h \
-     option6_status_code.h \
-     option.h \
-     option_custom.h \

Modified: kea-dhcp4.service
===================================================================
--- kea-dhcp4.service	2018-04-02 11:27:25 UTC (rev 313855)
+++ kea-dhcp4.service	2018-04-02 11:40:17 UTC (rev 313856)
@@ -6,7 +6,7 @@
 After=time-sync.target
 
 [Service]
-ExecStart=/usr/bin/kea-dhcp4 -c /etc/kea/kea.conf
+ExecStart=/usr/bin/kea-dhcp4 -c /etc/kea/kea-dhcp4.conf
 
 [Install]
 WantedBy=multi-user.target

Modified: kea-dhcp6.service
===================================================================
--- kea-dhcp6.service	2018-04-02 11:27:25 UTC (rev 313855)
+++ kea-dhcp6.service	2018-04-02 11:40:17 UTC (rev 313856)
@@ -6,7 +6,7 @@
 After=time-sync.target
 
 [Service]
-ExecStart=/usr/bin/kea-dhcp6 -c /etc/kea/kea.conf
+ExecStart=/usr/bin/kea-dhcp6 -c /etc/kea/kea-dhcp6.conf
 
 [Install]
 WantedBy=multi-user.target



More information about the arch-commits mailing list