cfe88cb1ad
-Update to 1.3.18 [2] Updates: OPENDNSSEC-620: conf.xml: New options: <PidFile> for both enforcer and signer, and <SocketFile> for the signer. Build: Fixed various OpenBSD compatibility issues found by Patrik Lundin <patrik.lundin.swe () gmail.com>. New tool: ods-getconf: to retrieve a configuration value from conf.xml given an expression. Bugfixes: OPENDNSSEC-632: ods-ksmutil: 'zone add' command when zonelist.xml.backup can't be written zone is still added to database, solved it by checking the zonelist.xml.backup is writable before adding zones, and add error message when add zone failed. OPENDNSSEC-624: memory leak when signer failed, solved it by add ldns_rr_free(signature) in libhsm.c simple-dnskey-mailer.sh: Fix syntax error. (by Patrik Lundin https://github.com/eest) libhsm: Fixed a few other memory leaks. PR: 191272 [1], 192022 [2] Submitted by: Andrew Fyfe <andrew@neptune-one.net> [1], Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) [2]
69 lines
2.1 KiB
Text
69 lines
2.1 KiB
Text
%%AUDITOR%%bin/ods-auditor
|
|
bin/ods-getconf
|
|
bin/ods-hsmspeed
|
|
bin/ods-hsmutil
|
|
bin/ods-ksmutil
|
|
%%AUDITOR%%bin/ods-kaspcheck
|
|
bin/ods-kasp2html
|
|
@sample %%ETCDIR%%/conf.xml.sample
|
|
@sample %%ETCDIR%%/kasp.xml.sample
|
|
@sample %%ETCDIR%%/zonefetch.xml.sample
|
|
@sample %%ETCDIR%%/zonelist.xml.sample
|
|
%%AUDITOR%%lib/opendnssec/kasp_auditor/auditor.rb
|
|
%%AUDITOR%%lib/opendnssec/kasp_auditor/changed_config.rb
|
|
%%AUDITOR%%lib/opendnssec/kasp_auditor/commands.rb
|
|
%%AUDITOR%%lib/opendnssec/kasp_auditor/config.rb
|
|
%%AUDITOR%%lib/opendnssec/kasp_auditor/key_tracker.rb
|
|
%%AUDITOR%%lib/opendnssec/kasp_auditor/parse.rb
|
|
%%AUDITOR%%lib/opendnssec/kasp_auditor/preparser.rb
|
|
%%AUDITOR%%lib/opendnssec/kasp_auditor.rb
|
|
%%AUDITOR%%lib/opendnssec/kasp_auditor/partial_auditor.rb
|
|
%%AUDITOR%%lib/opendnssec/kasp_checker.rb
|
|
%%AUDITOR%%lib/opendnssec/time_shift.rb
|
|
%%AUDITOR%%man/man1/ods-auditor.1.gz
|
|
man/man1/ods-hsmspeed.1.gz
|
|
man/man1/ods-hsmutil.1.gz
|
|
%%AUDITOR%%man/man1/ods-kaspcheck.1.gz
|
|
man/man1/ods-ksmutil.1.gz
|
|
man/man5/ods-timing.5.gz
|
|
man/man7/opendnssec.7.gz
|
|
man/man8/ods-control.8.gz
|
|
man/man8/ods-enforcerd.8.gz
|
|
man/man8/ods-getconf.8.gz
|
|
man/man8/ods-signer.8.gz
|
|
man/man8/ods-signerd.8.gz
|
|
sbin/ods-control
|
|
sbin/ods-enforcerd
|
|
sbin/ods-signer
|
|
sbin/ods-signerd
|
|
%%DATADIR%%/conf.rnc
|
|
%%DATADIR%%/conf.rng
|
|
%%SQLITE%%%%DATADIR%%/database_create.sqlite3
|
|
%%MYSQL%%%%DATADIR%%/database_create.mysql
|
|
%%DATADIR%%/kasp.rnc
|
|
%%DATADIR%%/kasp.rng
|
|
%%DATADIR%%/kasp2html.xsl
|
|
%%DATADIR%%/signconf.rnc
|
|
%%DATADIR%%/signconf.rng
|
|
%%DATADIR%%/zonefetch.rnc
|
|
%%DATADIR%%/zonefetch.rng
|
|
%%DATADIR%%/zonelist.rnc
|
|
%%DATADIR%%/zonelist.rng
|
|
@dirrm var/opendnssec/unsigned
|
|
@dirrm var/opendnssec/tmp
|
|
@dirrm var/opendnssec/signed
|
|
@dirrm var/opendnssec/signconf
|
|
@dirrm var/opendnssec
|
|
@dirrm %%DATADIR%%
|
|
%%AUDITOR%%@dirrm lib/opendnssec/kasp_auditor
|
|
%%AUDITOR%%@dirrm lib/opendnssec
|
|
@dirrm %%ETCDIR%%
|
|
@exec mkdir -p %D/var/run/opendnssec
|
|
@exec mkdir -p %D/var/opendnssec/unsigned
|
|
@exec mkdir -p %D/var/opendnssec/tmp
|
|
@exec mkdir -p %D/var/opendnssec/signed
|
|
@exec mkdir -p %D/var/opendnssec/signconf
|
|
@exec chown -R %%USER%%:%%GROUP%% %D/var/opendnssec
|
|
@dirrmtry var/run/opendnssec
|
|
@dirrmtry var/run
|
|
@dirrmtry var
|