-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
43 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,6 @@ Upstream-Contact: raf <[email protected]> | |
Source: https://raf.org/danectl | ||
|
||
Files: * | ||
Copyright: 2021-2022 raf <[email protected]> | ||
Copyright: 2021-2023 raf <[email protected]> | ||
License: GPL-2.0-or-later | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,18 @@ | ||
CHANGELOG | ||
========= | ||
|
||
0.8 (20230313) | ||
|
||
- Add references to the codeberg repository | ||
- Add LICENSES/* and .reuse/dep5 (REUSE 3.0 compliant) | ||
- Add danectl-nsupdate (output adapter for BIND9 dynamic DNS updates) | ||
- Add support for drill on systems like Arch that prefer it to host (for Gaspard d'Hautefeuille) | ||
- Fix openpgpkey-check superfluous record detection: localpart was hard-coded for testing | ||
- Add danectl-zonefile (output adapter for modifying BIND9 zonefiles) | ||
- Add --group option for different certbot configurations for different domains (for github/hunter-nl) | ||
- Add support for reload to use an explicit path to an executable file (for github/hunter-nl) | ||
- Add exporting $CERTNAME environment variable when reloading services (for github/hunter-nl) | ||
|
||
0.7.4 (20220725) | ||
|
||
- Add support for non-rsa keys (e.g., ecdsa) (github/csarn Christoph Sarnowski) | ||
|
@@ -130,7 +142,8 @@ CHANGELOG | |
|
||
URL: https://raf.org/danectl | ||
GIT: https://github.com/raforg/danectl | ||
Date: 20220725 | ||
GIT: https://codeberg.org/raforg/danectl | ||
Date: 20230313 | ||
Author: raf <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ COPYING | |
danectl - DNSSEC DANE implementation manager | ||
https://raf.org/danectl | ||
|
||
Copyright (C) 2021-2022 raf <[email protected]> | ||
Copyright (C) 2021-2023 raf <[email protected]> | ||
|
||
This program is free software; you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
|
@@ -23,6 +23,6 @@ Copyright (C) 2021-2022 raf <[email protected]> | |
URL: http://raf.org/danectl | ||
GIT: https://github.com/raforg/danectl | ||
GIT: https://codeberg.org/raforg/danectl | ||
Date: 20220725 | ||
Date: 20230313 | ||
Author: raf <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# danectl - DNSSEC DANE implementation manager | ||
# https://raf.org/danectl | ||
# | ||
# Copyright (C) 2021-2022 raf <[email protected]> | ||
# Copyright (C) 2021-2023 raf <[email protected]> | ||
# | ||
# This program is free software; you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
@@ -17,7 +17,7 @@ | |
# along with this program; if not, see <https://www.gnu.org/licenses/>. | ||
# | ||
|
||
# 20220725 raf <[email protected]> | ||
# 20230313 raf <[email protected]> | ||
|
||
DESTDIR := | ||
PREFIX := $(DESTDIR)/usr/local | ||
|
@@ -30,8 +30,8 @@ APP_MANDIR := $(MAN_INSDIR)/man$(APP_MANSECT) | |
APP_MANSECTNAME := User Commands | ||
|
||
DANECTL_NAME=danectl | ||
DANECTL_VERSION=0.7.4 | ||
DANECTL_DATE=20220725 | ||
DANECTL_VERSION=0.8 | ||
DANECTL_DATE=20230313 | ||
DANECTL_ID=$(DANECTL_NAME)-$(DANECTL_VERSION) | ||
DANECTL_DIST=$(DANECTL_ID).tar.gz | ||
DANECTL_MANFILE=$(DANECTL_NAME).$(APP_MANSECT) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,8 +103,8 @@ SMIMEA records, and check that they are published in the DNS. | |
|
||
To install `danectl`: | ||
|
||
tar xzf danectl-0.7.4.tar.gz | ||
cd danectl-0.7.4 | ||
tar xzf danectl-0.8.tar.gz | ||
cd danectl-0.8 | ||
make install | ||
|
||
This will install: | ||
|
@@ -152,6 +152,6 @@ For reloading affected services on key rollover, any system with | |
URL: https://raf.org/danectl | ||
GIT: https://github.com/raforg/danectl | ||
GIT: https://codeberg.org/raforg/danectl | ||
Date: 20220725 | ||
Date: 20230313 | ||
Author: raf <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# https://github.com/raforg/danectl | ||
# https://codeberg.org/raforg/danectl | ||
# | ||
# Copyright (C) 2021-2022 raf <[email protected]> | ||
# Copyright (C) 2021-2023 raf <[email protected]> | ||
# | ||
# This program is free software; you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
@@ -19,11 +19,11 @@ | |
# You should have received a copy of the GNU General Public License | ||
# along with this program; if not, see <https://www.gnu.org/licenses/>. | ||
# | ||
# 20220725 raf <[email protected]> | ||
# 20230313 raf <[email protected]> | ||
|
||
name=danectl | ||
version=0.7.4 | ||
date=20220725 | ||
version=0.8 | ||
date=20230313 | ||
author="raf <[email protected]>" | ||
url=https://raf.org/danectl | ||
git=https://github.com/raforg/danectl | ||
|
@@ -107,7 +107,7 @@ URL: $url | |
GIT: $git | ||
GIT: $git2 | ||
Copyright (C) 2021-2022 $author | ||
Copyright (C) 2021-2023 $author | ||
This is free software released under the terms of the GPLv2+: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ use strict; | |
# https://github.com/raforg/danectl | ||
# https://codeberg.org/raforg/danectl | ||
# | ||
# Copyright (C) 2021-2022 raf <[email protected]> | ||
# Copyright (C) 2021-2023 raf <[email protected]> | ||
# | ||
# This program is free software; you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
@@ -24,7 +24,7 @@ use strict; | |
# You should have received a copy of the GNU General Public License | ||
# along with this program; if not, see <https://www.gnu.org/licenses/>. | ||
# | ||
# 20220725 raf <[email protected]> | ||
# 20230313 raf <[email protected]> | ||
|
||
# danectl-nsupdate - Adapt danectl DNS RR output for BIND9 nsupdate | ||
# usage: danectl rollover <cert-name> | danectl-nsupdate ttl | nsupdate | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# https://github.com/raforg/danectl | ||
# https://codeberg.org/raforg/danectl | ||
# | ||
# Copyright (C) 2021-2022 raf <[email protected]> | ||
# Copyright (C) 2021-2023 raf <[email protected]> | ||
# | ||
# This program is free software; you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
@@ -18,7 +18,7 @@ | |
# You should have received a copy of the GNU General Public License | ||
# along with this program; if not, see <https://www.gnu.org/licenses/>. | ||
# | ||
# 20220725 raf <[email protected]> | ||
# 20230313 raf <[email protected]> | ||
|
||
=head1 NAME | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ use strict; | |
# https://github.com/raforg/danectl | ||
# https://codeberg.org/raforg/danectl | ||
# | ||
# Copyright (C) 2021-2022 raf <[email protected]> | ||
# Copyright (C) 2021-2023 raf <[email protected]> | ||
# | ||
# This program is free software; you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
@@ -24,7 +24,7 @@ use strict; | |
# You should have received a copy of the GNU General Public License | ||
# along with this program; if not, see <https://www.gnu.org/licenses/>. | ||
# | ||
# 20220725 raf <[email protected]> | ||
# 20230313 raf <[email protected]> | ||
|
||
# danectl-zonefile - Adapt danectl DNS RR output to modify a BIND9 zonefile | ||
# usage: danectl rollover <cert-name> | danectl-zonectl <zonefile> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# https://github.com/raforg/danectl | ||
# https://codeberg.org/raforg/danectl | ||
# | ||
# Copyright (C) 2021-2022 raf <[email protected]> | ||
# Copyright (C) 2021-2023 raf <[email protected]> | ||
# | ||
# This program is free software; you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
@@ -18,7 +18,7 @@ | |
# You should have received a copy of the GNU General Public License | ||
# along with this program; if not, see <https://www.gnu.org/licenses/>. | ||
# | ||
# 20220725 raf <[email protected]> | ||
# 20230313 raf <[email protected]> | ||
|
||
=head1 NAME | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# https://github.com/raforg/danectl | ||
# https://codeberg.org/raforg/danectl | ||
# | ||
# Copyright (C) 2021-2022 raf <[email protected]> | ||
# Copyright (C) 2021-2023 raf <[email protected]> | ||
# | ||
# This program is free software; you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
@@ -19,7 +19,7 @@ | |
# You should have received a copy of the GNU General Public License | ||
# along with this program; if not, see <https://www.gnu.org/licenses/>. | ||
# | ||
# 20220725 raf <[email protected]> | ||
# 20230313 raf <[email protected]> | ||
|
||
status=0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# https://github.com/raforg/danectl | ||
# https://codeberg.org/raforg/danectl | ||
# | ||
# Copyright (C) 2021-2022 raf <[email protected]> | ||
# Copyright (C) 2021-2023 raf <[email protected]> | ||
# | ||
# This program is free software; you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
@@ -19,7 +19,7 @@ | |
# You should have received a copy of the GNU General Public License | ||
# along with this program; if not, see <https://www.gnu.org/licenses/>. | ||
# | ||
# 20220725 raf <[email protected]> | ||
# 20230313 raf <[email protected]> | ||
|
||
./danectl-nsupdate 300 < tests/nsupdate.in | diff -u tests/nsupdate.out - | ||
rc=$? | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# https://github.com/raforg/danectl | ||
# https://codeberg.org/raforg/danectl | ||
# | ||
# Copyright (C) 2021-2022 raf <[email protected]> | ||
# Copyright (C) 2021-2023 raf <[email protected]> | ||
# | ||
# This program is free software; you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
@@ -19,7 +19,7 @@ | |
# You should have received a copy of the GNU General Public License | ||
# along with this program; if not, see <https://www.gnu.org/licenses/>. | ||
# | ||
# 20220725 raf <[email protected]> | ||
# 20230313 raf <[email protected]> | ||
|
||
# Test 1 replaces old "manual" records with new ones | ||
# Test 2 appends new records only (no old records) | ||
|