pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

kea-git: add missing info in comment



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <nros%netbsd.org@localhost>
Pushed By:	nros
Date:		Mon Jan 13 22:22:09 2020 +0000
Changeset:	8b9ef2d32c470230ea8e8c722f6fe4899a2e9bac

Modified Files:
	kea-git/distinfo
	kea-git/patches/patch-src_lib_dhcp_iface__mgr__sun.cc

Log Message:
kea-git: add missing info in comment

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8b9ef2d32c470230ea8e8c722f6fe4899a2e9bac

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 kea-git/distinfo                                      | 2 +-
 kea-git/patches/patch-src_lib_dhcp_iface__mgr__sun.cc | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diffs:
diff --git a/kea-git/distinfo b/kea-git/distinfo
index 5d1569e673..879002a509 100644
--- a/kea-git/distinfo
+++ b/kea-git/distinfo
@@ -16,7 +16,7 @@ SHA1 (patch-src_bin_dhcp6_tests_parser__unittest.cc) = f671c6b5c26a6b6179971f2f1
 SHA1 (patch-src_bin_keactrl_Makefile.am) = 5b6fd816da6011858d1167d297c83eda7947efd7
 SHA1 (patch-src_bin_netconf_netconf__lexer.ll) = ec316d436f791470df9dd5c106c76f3026a19b0e
 SHA1 (patch-src_lib_dhcp_Makefile.am) = 452036d0100a85f41c52562292931bea2501e396
-SHA1 (patch-src_lib_dhcp_iface__mgr__sun.cc) = 8157d6f6eb70d4b60b58de63102e562f82f1306d
+SHA1 (patch-src_lib_dhcp_iface__mgr__sun.cc) = ca4330b27adfa12b1ff6c6cc54c8c30f89f9851f
 SHA1 (patch-src_lib_dhcp_pkt__filter__inet.cc) = 32f70306483a719a8b400eff613cdbb935fe9cd0
 SHA1 (patch-src_lib_dhcp_tests_Makefile.am) = 9ee63ba82b05d02ea88e3a74183a7aa6da7b36c9
 SHA1 (patch-src_lib_dhcp_tests_iface__mgr__unittest.cc) = 8e274dbb5d9897ccd1708e4007cbe69ab2db0ef5
diff --git a/kea-git/patches/patch-src_lib_dhcp_iface__mgr__sun.cc b/kea-git/patches/patch-src_lib_dhcp_iface__mgr__sun.cc
index 7c14f2390e..d31b5babb9 100644
--- a/kea-git/patches/patch-src_lib_dhcp_iface__mgr__sun.cc
+++ b/kea-git/patches/patch-src_lib_dhcp_iface__mgr__sun.cc
@@ -1,6 +1,12 @@
 $NetBSD$
 
 * map conflicts with map from net/if.h, use std::map explicitly
+* enable bpf filter
+* get the mac adresses the right way on illumos
+  based on illumos-ims.diff from
+  https://gitlab.isc.org/isc-projects/kes/issues/631
+  copyright ISC licensed under mpl-2.0
+  https://www.mozilla.org/en-US/MPL/2.0/
 
 --- src/lib/dhcp/iface_mgr_sun.cc.orig	2020-01-02 23:01:48.000000000 +0000
 +++ src/lib/dhcp/iface_mgr_sun.cc


Home | Main Index | Thread Index | Old Index