Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
3bf01b0
Merge pull request #232 from zonemaster/master
matsduf Jun 27, 2025
dd4ca16
LDNS to 1.8.4
MichaelTimbert Aug 21, 2024
ce8ff71
Update MANIFEST
MichaelTimbert Aug 21, 2024
79a0888
Update 't/rr.t'
MichaelTimbert Oct 9, 2025
75190c7
Merge pull request #202 from MichaelTimbert/194
matsduf Oct 15, 2025
121ec4b
RRList.pm: drop misplaced =back.
emollier Oct 21, 2025
b713c1c
Merge branch 'develop' into HEAD
matsduf Oct 22, 2025
52445c1
Merge pull request #233 from emollier/pod
matsduf Oct 23, 2025
86bd6cb
Preparation for release v2025.2
matsduf Dec 5, 2025
cd348c9
Updates unit test to match change in public zone
matsduf Dec 5, 2025
36f3ad8
Merge pull request #234 from matsduf/preparation-release-v2025.2
matsduf Dec 16, 2025
c148078
Editorial change
matsduf Dec 16, 2025
de4dc68
Merge pull request #235 from matsduf/preparation-release-v2025.2-fix
matsduf Dec 16, 2025
0df2815
artifact
MichaelTimbert Nov 25, 2025
5b89eef
artifact
MichaelTimbert Nov 25, 2025
ce0ae98
artifact
MichaelTimbert Nov 25, 2025
f28448b
make
MichaelTimbert Nov 25, 2025
9bd9ce4
make
MichaelTimbert Nov 25, 2025
ec5a59e
update
MichaelTimbert Nov 25, 2025
cdbc03c
try with *
MichaelTimbert Nov 25, 2025
71a4a2e
update
MichaelTimbert Nov 25, 2025
42a226b
add dependency to tests
MichaelTimbert Nov 25, 2025
e032ba2
add another file
MichaelTimbert Nov 25, 2025
0ce541a
update
MichaelTimbert Nov 25, 2025
8c698e1
Revert "update"
MichaelTimbert Nov 25, 2025
f4b5a56
release
MichaelTimbert Nov 25, 2025
2a56ec4
artifact with name
MichaelTimbert Nov 25, 2025
88ed825
update
MichaelTimbert Nov 25, 2025
71884bd
sha
MichaelTimbert Dec 18, 2025
82f05c0
update
MichaelTimbert Dec 18, 2025
ab25f86
more variable
MichaelTimbert Dec 18, 2025
305aaec
update
MichaelTimbert Dec 18, 2025
33ab91f
update
MichaelTimbert Dec 18, 2025
1eea132
update
MichaelTimbert Dec 18, 2025
a6bb210
updateeeee
MichaelTimbert Dec 18, 2025
9eeb63e
add env
MichaelTimbert Dec 18, 2025
75c3f73
add env
MichaelTimbert Dec 18, 2025
def5f3c
add env
MichaelTimbert Dec 18, 2025
480a23c
perplexity
MichaelTimbert Dec 18, 2025
09c4752
create on pr
MichaelTimbert Dec 18, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ on:
- develop
- master
- 'release/**'
- '**'

pull_request:
branches:
- develop
- master
- 'release/**'
- '**'

env:
TEST_WITH_NETWORK: 1
Expand Down Expand Up @@ -52,3 +54,32 @@ jobs:
- name: test
run: prove -bl

build-artifact:
#needs: run-tests
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4

- name: perl version
run: perl -v

- name: apt install
run: sudo apt-get install -y git cpanminus gettext autoconf automake build-essential libdevel-checklib-perl libextutils-pkgconfig-perl libmime-base32-perl libmodule-install-xsutil-perl libssl-dev libtest-exception-perl libidn2-dev libtool libidn2-dev cpanminus
- name: cpan module
run: sudo cpanm Devel::CheckLib ExtUtils::PkgConfig Module::Install Module::Install::XSUtil Test::Exception Test::Fatal
- name: build
run: perl Makefile.PL && make all dist

- name: env
run: env

- name: upload artifact
uses: actions/upload-artifact@v4
with:
name: Zonemaster-LDNS
path: Zonemaster-LDNS-5.0.1.tar.gz

# - name: release
# uses: softprops/action-gh-release@v2
# with:
# files: Zonemaster-*.tar.gz
7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release history for Zonemaster component Zonemaster-LDNS


5.0.1 2025-12-17 (part of Zonemaster v2025.2 release)

[Fixes]
- Updates LDNS submodule to v1.8.4 #202
- RRList.pm: drop misplaced =back #233


5.0.0 2025-06-26 (part of Zonemaster v2025.1 release)

[Breaking changes]
Expand Down
2 changes: 1 addition & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ldns/.github/FUNDING.yml
ldns/.github/workflows/testsuite.yml
ldns/buffer.c
ldns/Changelog
ldns/compat/asctime_r.c
ldns/compat/b64_ntop.c
ldns/compat/b64_pton.c
ldns/compat/strlcpy.c
Expand Down Expand Up @@ -81,7 +82,6 @@ ldns/parse.c
ldns/radix.c
ldns/rbtree.c
ldns/rdata.c
ldns/README-Travis.md
ldns/resolver.c
ldns/rr.c
ldns/rr_functions.c
Expand Down
2 changes: 1 addition & 1 deletion ldns
Submodule ldns updated 104 files
2 changes: 1 addition & 1 deletion lib/Zonemaster/LDNS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Zonemaster::LDNS;

use 5.014;

our $VERSION = '5.0.0';
our $VERSION = '5.0.1';

use parent 'Exporter';
our @EXPORT_OK = qw[lib_version to_idn has_idn has_gost load_zonefile];
Expand Down
2 changes: 0 additions & 2 deletions lib/Zonemaster/LDNS/RRList.pm
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ Zonemaster::LDNS::RRList - class representing lists of resource records.

Creates a new empty L<Zonemaster::LDNS::RRList> object.

=back

=item new($rrs)

Creates a new L<Zonemaster::LDNS::RRList> object for the given resource records.
Expand Down
4 changes: 2 additions & 2 deletions t/rr.t
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ subtest 'SOA' => sub {

foreach my $rr ( $p->answer ) {
isa_ok( $rr, 'Zonemaster::LDNS::RR::SOA' );
is( lc($rr->mname), 'ns.nic.se.' );
is( lc($rr->mname), 'nsa.dnsnode.net.' );
is( lc($rr->rname), 'hostmaster.nic.se.' );
ok( $rr->serial >= 1381471502, 'serial' );
is( $rr->refresh, 14400, 'refresh' );
is( $rr->retry, 3600, 'retry' );
is( $rr->expire, 2592000, 'expire' );
is( $rr->minimum, 600, 'minimum' );
is( $rr->minimum, 480, 'minimum' );
}
}
};
Expand Down
Loading