Skip to content

Commit 4ba610b

Browse files
committed
Prepared new release
1 parent 3723d45 commit 4ba610b

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
2025-03-27: 1.7.7 - Removed madavi.de
12
2025-01-17: 1.7.6 - Removed ix.dnsbl.manitu.net
23
2024-11-13: 1.7.5 - Removed spam.dnsbl.anonmails.de, bl.score.senderscore.com and cidr.bl.mcafee.com
34
2024-09-20: 1.7.4 - Fixed a problem with a debug subroutine

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
© Matteo Corti, ETH Zurich, 2009-2012
33

4-
© Matteo Corti, 2009-2024
4+
© Matteo Corti, 2009-2025
55

66
see AUTHORS for the complete list of contributors
77

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Removed ix.dnsbl.manitu.net
1+
Removed madavi.de

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.7.6
1+
1.7.7

check_rbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ package main;
2121
use strict;
2222
use warnings;
2323

24-
our $VERSION = '1.7.6';
24+
our $VERSION = '1.7.7';
2525

2626
use Capture::Tiny qw(capture);
2727
use Data::Validate::Domain qw(is_hostname);

check_rbl.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
%define version 1.7.6
1+
%define version 1.7.7
22
%define release 0
33
%define sourcename check_rbl
44
%define packagename nagios-plugins-check-rbl
@@ -57,6 +57,9 @@ rm -rf %{buildroot}
5757
%{_mandir}/man1/%{sourcename}.1*
5858

5959
%changelog
60+
* Thu Mar 27 2025 Matteo Corti <matteo@corti.li> - 1.7.7-0
61+
- Update to 1.7.7
62+
6063
* Fri Jan 17 2025 Matteo Corti <matteo@corti.li> - 1.7.6-0
6164
- Update to 1.7.6
6265

0 commit comments

Comments
 (0)