28 Commits

Author SHA1 Message Date
sthen
1323e2a998 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@.
2021-12-08 23:57:35 +00:00
sthen
e2df2949d2 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-11-28 10:37:04 +00:00
pvk
4aa8adbc1c Update opendnssec 2.1.9 -> 2.1.10
Announcement: https://www.opendnssec.org/2021/09/opendnssec-2-1-10/
2021-09-16 07:45:23 +00:00
pvk
3a2455f1dd 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-05-24 17:48:09 +00:00
pvk
4f8eb6a82b Update opendnssec 2.1.7 -> 2.1.8
Announcement: https://www.opendnssec.org/2021/02/opendnssec-2-1-8/
2021-02-27 20:50:33 +00:00
pvk
e8099601f8 Update opendnssec 2.1.6 -> 2.1.7
Announcement: https://www.opendnssec.org/2020/10/opendnssec-2-1-7
2020-10-09 07:47:06 +00:00
pvk
ace76fd005 Update pkg README 2020-09-23 20:33:41 +00:00
pvk
b9366b84b1 Update opendnssec 2.1.5 -> 2.1.6
Announcement: https://www.opendnssec.org/2020/02/opendnssec-2-1-6/
2020-02-18 18:02:45 +00:00
pvk
4404f67080 Update opendnssec 2.1.4 -> 2.1.5
Announcement: https://www.opendnssec.org/2019/11/opendnssec-2-1-5/
2019-11-09 10:17:45 +00:00
sthen
beb3533945 handle packaging changes in net/ldns 2019-07-27 13:54:41 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
pvk
c323cf4457 Update opendnssec 2.1.3 -> 2.1.4
Announcement: https://www.opendnssec.org/2019/05/opendnssec-2-1-4/
2019-05-17 12:42:45 +00:00
pvk
28a5390a0c Update opendnssec 1.4.14 -> 2.1.3
Take maintainership, OK'd by MAINTAINER; ok rsadowski@
2019-01-25 08:32:02 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
rpe
9a8b5ccd06 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
2018-01-11 19:27:01 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
da655181ff update to opendnssec-1.4.14, from maintainer Patrik Lundin 2017-07-10 18:12:05 +00:00
jasper
1ef981a902 spello 2017-07-05 17:03:58 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
fcambus
1fbee5fa65 Update opendnssec to 1.4.13.
From maintainer Patrik Lundin.
2017-03-17 21:12:11 +00:00
sthen
c6fd350716 update to opendnssec-1.4.12, from Patrik Lundin 2016-11-19 12:25:27 +00:00
sthen
564c6c344a Cope with moving sqlite3 back to ports. 2016-09-23 09:16:52 +00:00
naddy
bac38152ca replace libiconv module 2016-09-13 18:52:05 +00:00
jca
202cadbd99 Update to opendnssec-1.4.10
from Patrik Lundin (maintainer)
2016-06-14 11:29:46 +00:00
jca
c28aec4806 Remove SHARED_ONLY per maintainer request 2016-03-14 06:46:24 +00:00
sthen
626e23ead6 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.
2016-01-25 15:05:39 +00:00
ajacoutot
d48c7a9dfe /etc -> ${SYSCONFDIR}
from Patrik Lundin (maintainer)
2015-12-22 07:02:24 +00:00
jca
370676132d Import opendnssec-1.4.8.2; from maintainer Patrik Lundin
Feedback and ok sthen@

pkg/DESCR:

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.
2015-10-13 17:03:55 +00:00