IABSD.fr/ports/security/opendnssec

Branch :


Log

Author Commit Date CI Message
1323e2a9 2021-12-08 23:57:35 Backout previous opendnssec changes to cope with it wanting to use constants from ldns for a different purpose, that ldns doesn't really want to expose on non-EdXXX builds. Bodge it in ldns instead by supporting the same USE_EDxxx cpp macros that opendnssec uses. Looks to me like ldns are trying to replace them with something harder to mess about with. Hopefully the various parts of nlnetlabs responsible for these two pieces of software will talk to each other and figure something out. Hopefully this should fix ed25519 with opendnssec as found by an anonymous reporter on ports@.
e2df2949 2021-11-28 10:37:04 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+.
4aa8adbc 2021-09-16 07:45:23 Update opendnssec 2.1.9 -> 2.1.10 Announcement: https://www.opendnssec.org/2021/09/opendnssec-2-1-10/
3a2455f1 2021-05-24 17:48:09 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!
4f8eb6a8 2021-02-27 20:50:33 Update opendnssec 2.1.7 -> 2.1.8 Announcement: https://www.opendnssec.org/2021/02/opendnssec-2-1-8/
e8099601 2020-10-09 07:47:06 Update opendnssec 2.1.6 -> 2.1.7 Announcement: https://www.opendnssec.org/2020/10/opendnssec-2-1-7
ace76fd0 2020-09-23 20:33:41 Update pkg README
b9366b84 2020-02-18 18:02:45 Update opendnssec 2.1.5 -> 2.1.6 Announcement: https://www.opendnssec.org/2020/02/opendnssec-2-1-6/
4404f670 2019-11-09 10:17:45 Update opendnssec 2.1.4 -> 2.1.5 Announcement: https://www.opendnssec.org/2019/11/opendnssec-2-1-5/
beb35339 2019-07-27 13:54:41 handle packaging changes in net/ldns