From 8be7f175b147537ec9bc209417223fbe69afb50e Mon Sep 17 00:00:00 2001 From: MichaelTimbert <110017095+MichaelTimbert@users.noreply.github.com> Date: Tue, 21 May 2024 16:13:42 +0200 Subject: [PATCH 01/11] Update README.md fix broken link to installation instructions for Zonemaster::Engine --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed258dcb..35ccfaab 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,7 @@ be found in the [LICENSE](LICENSE) file included in this respository. [Docker Image Creation]: https://github.com/zonemaster/zonemaster/blob/master/docs/internal-documentation/maintenance/ReleaseProcess-create-docker-image.md [Ed25519]: #ed25519 [IDN]: #idn -[Installation instructions for Zonemaster::Engine]: https://github.com/zonemaster/zonemaster-engine/blob/master/docs/Installation.md +[Installation instructions for Zonemaster::Engine]: https://github.com/zonemaster/zonemaster/tree/master/docs/public/installation [Internal ldns]: #internal-ldns [Ldns library]: https://www.nlnetlabs.nl/projects/ldns/ [NLnet Labs]: https://www.nlnetlabs.nl/ From 4a81c9b188e4f1a92615fa8343b3dc4b018d2e2e Mon Sep 17 00:00:00 2001 From: MichaelTimbert <110017095+MichaelTimbert@users.noreply.github.com> Date: Tue, 21 May 2024 16:20:35 +0200 Subject: [PATCH 02/11] Update README.md fix broken link to using zonemaster-cli documentations --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35ccfaab..7623332c 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,6 @@ be found in the [LICENSE](LICENSE) file included in this respository. [Internal ldns]: #internal-ldns [Ldns library]: https://www.nlnetlabs.nl/projects/ldns/ [NLnet Labs]: https://www.nlnetlabs.nl/ -[USING]: https://github.com/zonemaster/zonemaster-cli/blob/master/USING.md +[USING]: https://github.com/zonemaster/zonemaster/tree/master/docs/public/using [Zonemaster project]: http://github.com/zonemaster/zonemaster From 95f1cfbb1d85e601fec594f20fc42b2b60808510 Mon Sep 17 00:00:00 2001 From: MichaelTimbert <110017095+MichaelTimbert@users.noreply.github.com> Date: Tue, 21 May 2024 16:25:21 +0200 Subject: [PATCH 03/11] Update README.md fix broken link to docker image creation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7623332c..88318a34 100644 --- a/README.md +++ b/README.md @@ -237,7 +237,7 @@ be found in the [LICENSE](LICENSE) file included in this respository. [Debug]: #debug [DNS::LDNS]: http://search.cpan.org/~erikoest/DNS-LDNS/ [Docker Hub]: https://hub.docker.com/u/zonemaster -[Docker Image Creation]: https://github.com/zonemaster/zonemaster/blob/master/docs/internal-documentation/maintenance/ReleaseProcess-create-docker-image.md +[Docker Image Creation]: https://github.com/zonemaster/zonemaster/blob/master/docs/internal/maintenance/ReleaseProcess-create-docker-image.md [Ed25519]: #ed25519 [IDN]: #idn [Installation instructions for Zonemaster::Engine]: https://github.com/zonemaster/zonemaster/tree/master/docs/public/installation From ce3b3b718a4b6105cbb33f670fd12d10721a3101 Mon Sep 17 00:00:00 2001 From: MichaelTimbert <110017095+MichaelTimbert@users.noreply.github.com> Date: Wed, 22 May 2024 10:18:23 +0200 Subject: [PATCH 04/11] Update README.md fix for the PR --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88318a34..45a4624a 100644 --- a/README.md +++ b/README.md @@ -240,10 +240,10 @@ be found in the [LICENSE](LICENSE) file included in this respository. [Docker Image Creation]: https://github.com/zonemaster/zonemaster/blob/master/docs/internal/maintenance/ReleaseProcess-create-docker-image.md [Ed25519]: #ed25519 [IDN]: #idn -[Installation instructions for Zonemaster::Engine]: https://github.com/zonemaster/zonemaster/tree/master/docs/public/installation +[Installation instructions for Zonemaster::Engine]: https://github.com/zonemaster/zonemaster/blob/master/docs/public/installation/zonemaster-engine.md [Internal ldns]: #internal-ldns [Ldns library]: https://www.nlnetlabs.nl/projects/ldns/ [NLnet Labs]: https://www.nlnetlabs.nl/ -[USING]: https://github.com/zonemaster/zonemaster/tree/master/docs/public/using +[USING]: https://github.com/zonemaster/zonemaster/blob/master/docs/public/using/cli.md [Zonemaster project]: http://github.com/zonemaster/zonemaster From e5da26b9a116640a74df3de9de152403be075def Mon Sep 17 00:00:00 2001 From: Mats Dufberg Date: Wed, 19 Jun 2024 15:00:58 +0200 Subject: [PATCH 05/11] Updates what perl versions to be tested --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ad56c99d..2ada1bfc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,9 @@ env: language: perl perl: - - "5.36" + - "5.38" + - "5.34" - "5.30.2" - - "5.26" before_install: # quoting preserves newlines in the script and then avoid error if the From 60a6aed8adf2a8e9680955b6dc3bdc953a090d59 Mon Sep 17 00:00:00 2001 From: Mats Dufberg Date: Wed, 19 Jun 2024 15:49:36 +0200 Subject: [PATCH 06/11] Changes Perl version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2ada1bfc..7e0ccc84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ language: perl perl: - "5.38" - "5.34" - - "5.30.2" + - "5.30" before_install: # quoting preserves newlines in the script and then avoid error if the From db5994e55d5a430daf678db29dafb23080380909 Mon Sep 17 00:00:00 2001 From: Mats Dufberg Date: Wed, 19 Jun 2024 17:15:19 +0200 Subject: [PATCH 07/11] Empty trigger commit From 3839e1e7f462dd7cb2ece061224f183c0f22938c Mon Sep 17 00:00:00 2001 From: Mats Dufberg Date: Thu, 20 Jun 2024 13:27:59 +0200 Subject: [PATCH 08/11] Adds depedency --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7e0ccc84..fee64f80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ before_install: # script contains comments - eval "$(curl https://travis-perl.github.io/init)" - sudo apt-get install -y libidn2-dev - - cpan-install --deps Devel::CheckLib Module::Install Module::Install::XSUtil + - cpan-install --deps Devel::CheckLib Module::Install Module::Install::XSUtil Test::Fatal install: - cpanm --verbose --notest --configure-args="--no-ed25519" . From 58f04e256b6493c690da6199bc0671205953201f Mon Sep 17 00:00:00 2001 From: Mats Dufberg Date: Thu, 20 Jun 2024 14:06:04 +0200 Subject: [PATCH 09/11] Restore Perl v5.30.2 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fee64f80..443b9d6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ language: perl perl: - "5.38" - "5.34" - - "5.30" + - "5.30.2" before_install: # quoting preserves newlines in the script and then avoid error if the From 7469f143da3de71323b5c4dc1ec54160cd441553 Mon Sep 17 00:00:00 2001 From: Mats Dufberg Date: Wed, 26 Jun 2024 17:51:53 +0200 Subject: [PATCH 10/11] Adjusts the list against used Perl versions --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 443b9d6a..540de78a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ language: perl perl: - "5.38" - "5.34" - - "5.30.2" + - "5.26" before_install: # quoting preserves newlines in the script and then avoid error if the From 60a22f09f83b2dbe43bfd5dbd8723fec66c19b39 Mon Sep 17 00:00:00 2001 From: Mats Dufberg Date: Fri, 28 Jun 2024 11:51:14 +0200 Subject: [PATCH 11/11] Sets version and updates Changes --- Changes | 6 ++++++ lib/Zonemaster/LDNS.pm | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index db01c5bc..e41f766b 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,12 @@ Release history for Zonemaster component Zonemaster-LDNS +4.0.2 2024-07-01 (part of Zonemaster v2024.1 release) + + [Fixes] + - Fixes broken links in README.md (#189) + + 4.0.1 2024-03-28 [Fixes] diff --git a/lib/Zonemaster/LDNS.pm b/lib/Zonemaster/LDNS.pm index 08f0c14d..1d7d9618 100644 --- a/lib/Zonemaster/LDNS.pm +++ b/lib/Zonemaster/LDNS.pm @@ -2,7 +2,7 @@ package Zonemaster::LDNS; use 5.014; -our $VERSION = '4.0.1'; +our $VERSION = '4.0.2'; use parent 'Exporter'; our @EXPORT_OK = qw[to_idn has_idn ldns_version load_zonefile];