Skip to content

Commit

Permalink
0.7.4 (20220725)
Browse files Browse the repository at this point in the history
  • Loading branch information
raforg committed Jul 25, 2022
1 parent a8c3a8b commit 3cfb5e8
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 15 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CHANGELOG
=========

0.7.4 (20220725)

- Add support for non-rsa keys (e.g., ecdsa) (github/csarn Christoph Sarnowski)
- Fix tabs in TLSA record output on some systems (with github/csarn Christoph Sarnowski)

0.7.3 (20211221)

- tlsa-check: Fixed output of new reuse_key check to match greppability convention
Expand Down Expand Up @@ -125,7 +130,7 @@ CHANGELOG

URL: https://raf.org/danectl
GIT: https://github.com/raforg/danectl
Date: 20211221
Date: 20220725
Author: raf <raf@raf.org>


4 changes: 2 additions & 2 deletions COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ COPYING
danectl - DNSSEC DANE implementation manager
https://raf.org/danectl

Copyright (C) 2021 raf <raf@raf.org>
Copyright (C) 2021-2022 raf <raf@raf.org>

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
Expand All @@ -22,6 +22,6 @@ Copyright (C) 2021 raf <raf@raf.org>

URL: http://raf.org/danectl
GIT: https://github.com/raforg/danectl
Date: 20211221
Date: 20220725
Author: raf <raf@raf.org>

8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# danectl - DNSSEC DANE implementation manager
# https://raf.org/danectl
#
# Copyright (C) 2021 raf <raf@raf.org>
# Copyright (C) 2021-2022 raf <raf@raf.org>
#
# 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
Expand All @@ -18,7 +18,7 @@
# along with this program; if not, see <https://www.gnu.org/licenses/>.
#

# 20211221 raf <raf@raf.org>
# 20220725 raf <raf@raf.org>

DESTDIR :=
PREFIX := $(DESTDIR)/usr/local
Expand All @@ -31,8 +31,8 @@ APP_MANDIR := $(MAN_INSDIR)/man$(APP_MANSECT)
APP_MANSECTNAME := User Commands

DANECTL_NAME=danectl
DANECTL_VERSION=0.7.3
DANECTL_DATE=20211221
DANECTL_VERSION=0.7.4
DANECTL_DATE=20220725
DANECTL_ID=$(DANECTL_NAME)-$(DANECTL_VERSION)
DANECTL_DIST=$(DANECTL_ID).tar.gz
DANECTL_MANFILE=$(DANECTL_NAME).$(APP_MANSECT)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ SMIMEA records, and check that they are published in the DNS.

To install danectl:

tar xzf danectl-0.7.3.tar.gz
cd danectl-0.7.3
tar xzf danectl-0.7.4.tar.gz
cd danectl-0.7.4
make install

This will install:
Expand Down Expand Up @@ -137,6 +137,6 @@ On systems like Solaris, /usr/xpg4/bin/sh is used instead of /bin/sh.

URL: https://raf.org/danectl
GIT: https://github.com/raforg/danectl
Date: 20211221
Date: 20220725
Author: raf <raf@raf.org>

10 changes: 5 additions & 5 deletions danectl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# danectl - DNSSEC DANE implementation manager
# https://raf.org/danectl
#
# Copyright (C) 2021 raf <raf@raf.org>
# Copyright (C) 2021-2022 raf <raf@raf.org>
#
# 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
Expand All @@ -17,11 +17,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/>.
#
# 20211221 raf <raf@raf.org>
# 20220725 raf <raf@raf.org>

name=danectl
version=0.7.3
date=20211221
version=0.7.4
date=20220725
author="raf <raf@raf.org>"
url=https://raf.org/danectl
git=https://github.com/raforg/danectl
Expand Down Expand Up @@ -101,7 +101,7 @@ Author: $author
URL: $url
URL: $git
Copyright (C) 2021 $author
Copyright (C) 2021-2022 $author
This is free software released under the terms of the GPLv2+:
Expand Down

0 comments on commit 3cfb5e8

Please sign in to comment.