File tree Expand file tree Collapse file tree 5 files changed +20
-15
lines changed
Expand file tree Collapse file tree 5 files changed +20
-15
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 0.7.4 (20220725)
5+
6+ - Add support for non-rsa keys (e.g., ecdsa) (github/csarn Christoph Sarnowski)
7+ - Fix tabs in TLSA record output on some systems (with github/csarn Christoph Sarnowski)
8+
490.7.3 (20211221)
510
611 - tlsa-check: Fixed output of new reuse_key check to match greppability convention
@@ -125,7 +130,7 @@ CHANGELOG
125130
126131 URL: https://raf.org/danectl
127132 GIT: https://github.com/raforg/danectl
128- Date: 20211221
133+ Date: 20220725
129134 Author: raf <raf@raf.org>
130135
131136
Original file line number Diff line number Diff line change 33danectl - DNSSEC DANE implementation manager
44https://raf.org/danectl
55
6- Copyright (C) 2021 raf <raf@raf.org>
6+ Copyright (C) 2021-2022 raf <raf@raf.org>
77
88 This program is free software; you can redistribute it and/or modify
99 it under the terms of the GNU General Public License as published by
@@ -22,6 +22,6 @@ Copyright (C) 2021 raf <raf@raf.org>
2222
2323 URL: http://raf.org/danectl
2424 GIT: https://github.com/raforg/danectl
25- Date: 20211221
25+ Date: 20220725
2626 Author: raf <raf@raf.org>
2727
Original file line number Diff line number Diff line change 22# danectl - DNSSEC DANE implementation manager
33# https://raf.org/danectl
44#
5- # Copyright (C) 2021 raf <raf@raf.org>
5+ # Copyright (C) 2021-2022 raf <raf@raf.org>
66#
77# This program is free software; you can redistribute it and/or modify
88# it under the terms of the GNU General Public License as published by
1818# along with this program; if not, see <https://www.gnu.org/licenses/>.
1919#
2020
21- # 20211221 raf <raf@raf.org>
21+ # 20220725 raf <raf@raf.org>
2222
2323DESTDIR :=
2424PREFIX := $(DESTDIR ) /usr/local
@@ -31,8 +31,8 @@ APP_MANDIR := $(MAN_INSDIR)/man$(APP_MANSECT)
3131APP_MANSECTNAME := User Commands
3232
3333DANECTL_NAME =danectl
34- DANECTL_VERSION =0.7.3
35- DANECTL_DATE =20211221
34+ DANECTL_VERSION =0.7.4
35+ DANECTL_DATE =20220725
3636DANECTL_ID =$(DANECTL_NAME ) -$(DANECTL_VERSION )
3737DANECTL_DIST =$(DANECTL_ID ) .tar.gz
3838DANECTL_MANFILE =$(DANECTL_NAME ) .$(APP_MANSECT )
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.
103103
104104To install danectl:
105105
106- tar xzf danectl-0.7.3 .tar.gz
107- cd danectl-0.7.3
106+ tar xzf danectl-0.7.4 .tar.gz
107+ cd danectl-0.7.4
108108 make install
109109
110110This will install:
@@ -137,6 +137,6 @@ On systems like Solaris, /usr/xpg4/bin/sh is used instead of /bin/sh.
137137
138138 URL: https://raf.org/danectl
139139 GIT: https://github.com/raforg/danectl
140- Date: 20211221
140+ Date: 20220725
141141 Author: raf <raf@raf.org>
142142
Original file line number Diff line number Diff line change 22# danectl - DNSSEC DANE implementation manager
33# https://raf.org/danectl
44#
5- # Copyright (C) 2021 raf <raf@raf.org>
5+ # Copyright (C) 2021-2022 raf <raf@raf.org>
66#
77# This program is free software; you can redistribute it and/or modify
88# it under the terms of the GNU General Public License as published by
1717# You should have received a copy of the GNU General Public License
1818# along with this program; if not, see <https://www.gnu.org/licenses/>.
1919#
20- # 20211221 raf <raf@raf.org>
20+ # 20220725 raf <raf@raf.org>
2121
2222name=danectl
23- version=0.7.3
24- date=20211221
23+ version=0.7.4
24+ date=20220725
2525author=" raf <raf@raf.org>"
2626url=https://raf.org/danectl
2727git=https://github.com/raforg/danectl
@@ -101,7 +101,7 @@ Author: $author
101101URL: $url
102102URL: $git
103103
104- Copyright (C) 2021 $author
104+ Copyright (C) 2021-2022 $author
105105
106106This is free software released under the terms of the GPLv2+:
107107
You can’t perform that action at this time.
0 commit comments