[Bug 220241] dns/knot2 pykeymgr needs lmdb

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jun 24 03:25:16 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220241

            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 at FreeBSD.org
          Reporter: clukas at firc.de
                CC: freebsd at dns-lab.com
             Flags: maintainer-feedback?(freebsd at dns-lab.com)
                CC: freebsd at 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 at alpha ~ # ❯❯❯ 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 management,
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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list