Version: 2.1.10, Package name: opendnssec-2.1.10 |
Maintained by: Pavel Korovin |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description OpenDNSSEC was created as an open-source turn-key solution for DNSSEC. It secures zone data just before it is published in an authoritative name server. |
Filesize: 1115.261 KB |
Version History (View Complete History) |
|
2021-11-28 03:37:05 by Stuart Henderson | Files touched by this commit (6) |
Log message: unbreak opendnssec following ldns update, ok tb@ pvk@ opendnssec assumes that all ldns >=1.7 have Ed25519/Ed448 but this isn't correct. In ldns >= 1.8 the constants related to Ed25519/Ed448 are _not_ available unless those features are available, so builds trying to use them will fail (previously this was a runtime failure). opendnssec's autoconf script sets USE_ED25519/USE_ED448 (hardcoded to 1) but doesn't actually use them in code. Change the code to use them, and hardcode to 0 for now. Should check LDNS_BUILD_CONFIG_USE_ED25519 and LDNS_BUILD_CONFIG_USE_ED448 on 1.8+. |
2021-09-16 01:45:23 by Pavel Korovin | Files touched by this commit (2) |
Log message: Update opendnssec 2.1.9 -> 2.1.10 Announcement: https://www.opendnssec.org/2021/09/opendnssec-2-1-10/ |
2021-05-24 11:48:09 by Pavel Korovin | Files touched by this commit (2) |
Log message: Update opendnssec 2.1.8 -> 2.1.9 Announcement: https://www.opendnssec.org/2020/04/1602 With the fix for sparc64 build from kmos@, thanks! |
2021-02-27 13:50:33 by Pavel Korovin | Files touched by this commit (2) |
Log message: Update opendnssec 2.1.7 -> 2.1.8 Announcement: https://www.opendnssec.org/2021/02/opendnssec-2-1-8/ |
2020-10-09 01:47:07 by Pavel Korovin | Files touched by this commit (2) |
Log message: Update opendnssec 2.1.6 -> 2.1.7 Announcement: https://www.opendnssec.org/2020/10/opendnssec-2-1-7 |
2020-09-23 14:33:41 by Pavel Korovin | Files touched by this commit (2) |
Log message: Update pkg README |
2020-02-18 11:02:45 by Pavel Korovin | Files touched by this commit (2) |
Log message: Update opendnssec 2.1.5 -> 2.1.6 Announcement: https://www.opendnssec.org/2020/02/opendnssec-2-1-6/ |
2019-11-09 03:17:45 by Pavel Korovin | Files touched by this commit (3) |
Log message: Update opendnssec 2.1.4 -> 2.1.5 Announcement: https://www.opendnssec.org/2019/11/opendnssec-2-1-5/ |
2019-07-27 07:54:41 by Stuart Henderson | Files touched by this commit (3) |
Log message: handle packaging changes in net/ldns |
2019-07-12 14:49:09 by Stuart Henderson | Files touched by this commit (854) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-17 06:42:45 by Pavel Korovin | Files touched by this commit (2) |
Log message: Update opendnssec 2.1.3 -> 2.1.4 Announcement: https://www.opendnssec.org/2019/05/opendnssec-2-1-4/ |
2019-01-25 01:32:02 by Pavel Korovin | Files touched by this commit (15) |
Log message: Update opendnssec 1.4.14 -> 2.1.3 Take maintainership, OK'd by MAINTAINER; ok rsadowski@ |
2018-09-04 06:46:28 by Marc Espie | Files touched by this commit (918) |
Log message: convert to PKGSTEM |
2018-01-11 12:27:12 by Robert Peichaer | Files touched by this commit (624) |
Log message: Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-07-10 12:12:05 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to opendnssec-1.4.14, from maintainer Patrik Lundin |
2017-07-05 11:03:58 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: spello |
2017-04-10 05:46:37 by Stuart Henderson | Files touched by this commit (277) |
Log message: use LIBCXX |
2017-03-17 15:12:11 by Frederic Cambus | Files touched by this commit (3) |
Log message: Update opendnssec to 1.4.13. From maintainer Patrik Lundin. |
2016-11-19 05:25:27 by Stuart Henderson | Files touched by this commit (6) |
Log message: update to opendnssec-1.4.12, from Patrik Lundin |
2016-09-23 03:16:58 by Stuart Henderson | Files touched by this commit (124) |
Log message: Cope with moving sqlite3 back to ports. |
2016-09-13 12:52:06 by Christian Weisgerber | Files touched by this commit (23) |
Log message: replace libiconv module |
2016-06-14 05:29:46 by Jeremie Courreges-Anglas | Files touched by this commit (4) |
Log message: Update to opendnssec-1.4.10 from Patrik Lundin (maintainer) |
2016-03-14 00:46:25 by Jeremie Courreges-Anglas | Files touched by this commit (3) |
Log message: Remove SHARED_ONLY per maintainer request |
2016-01-25 08:05:39 by Stuart Henderson | Files touched by this commit (2) |
Log message: Update to opendnssec-1.4.9, bug fixes including notably a fix for use with >50 zones in combination with XFR based setup. From maintainer Patrik Lundin. |
2015-12-22 00:02:25 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: /etc -> ${SYSCONFDIR} from Patrik Lundin (maintainer) |