Date: Sat, 24 Jun 2017 03:25:14 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 220241] dns/knot2 pykeymgr needs lmdb Message-ID: <bug-220241-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220241 Bug ID: 220241 Summary: dns/knot2 pykeymgr needs lmdb Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: clukas@firc.de CC: freebsd@dns-lab.com Flags: maintainer-feedback?(freebsd@dns-lab.com) CC: freebsd@dns-lab.com The upgrade of dns/knot2 from 2.4.3 to 2.5.1 brings an important change with it: The DNSSEC key database format changes. 2.5 ships with a script to upgrade the database from JSON to LMDB [1], pykeymgr. However, pykeymgr requires the python module lmdb, which is missing, or otherwise not recongized on my system: root@alpha ~ # =E2=9D=AF=E2=9D=AF=E2=9D=AF pykeymgr Traceback (most recent call last): File "/usr/local/sbin/pykeymgr", line 9, in <module> import lmdb ImportError: No module named lmdb This is problematic for people who use knots automatic DNSSEC key managemen= t, because new keys will be silently generated and used forthwith to update the zones, breaking DNSSEC lookups. 1: https://www.knot-dns.cz/docs/2.5/html/migration.html#upgrade-2-4-x-to-2-= 5-x --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220241-13>