-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b8d3c03
commit a96ef52
Showing
10 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Removed spam.dnsbl.anonmails.de, bl.score.senderscore.com and cidr.bl.mcafee.com | ||
Removed ix.dnsbl.manitu.net |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.7.4 | ||
1.7.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ package main; | |
# | ||
# See the INSTALL file for installation instructions | ||
# | ||
# Copyright (c) 2009-2023 Matteo Corti <[email protected]> | ||
# Copyright (c) 2009-2025 Matteo Corti <[email protected]> | ||
# Copyright (c) 2009 ETH Zurich. | ||
# Copyright (c) 2010 Elan Ruusamae <[email protected]>. | ||
# Copyright (c) 2022 Claudio Kuenzler <[email protected]>. | ||
|
@@ -21,7 +21,7 @@ package main; | |
use strict; | ||
use warnings; | ||
|
||
our $VERSION = '1.7.5'; | ||
our $VERSION = '1.7.6'; | ||
|
||
use Capture::Tiny qw(capture); | ||
use Data::Validate::Domain qw(is_hostname); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
%define version 1.7.5 | ||
%define version 1.7.6 | ||
%define release 0 | ||
%define sourcename check_rbl | ||
%define packagename nagios-plugins-check-rbl | ||
|
@@ -57,6 +57,9 @@ rm -rf %{buildroot} | |
%{_mandir}/man1/%{sourcename}.1* | ||
|
||
%changelog | ||
* Fri Jan 17 2025 Matteo Corti <[email protected]> - 1.7.6-0 | ||
- Update to 1.7.6 | ||
|
||
* Fri Sep 20 2024 Matteo Corti <[email protected]> - 1.7.4-0 | ||
- Update to 1.7.4 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters