-
-
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.
Merge branch 'master' of https://github.com/matteocorti/check_rbl
- Loading branch information
Showing
22 changed files
with
78 additions
and
86 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
konstant |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[codespell] | ||
check-filenames = | ||
check-hidden = | ||
skip = .git,check_rbl-*,Makefile,blib,*.bak,check_rbl.ini,inc | ||
ignore-words = .codespell-ignore |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# GitHub Action to automate the identification of common misspellings in text files. | ||
# https://github.com/codespell-project/actions-codespell | ||
# https://github.com/codespell-project/codespell | ||
name: codespell | ||
on: | ||
push: | ||
paths-ignore: | ||
pull_request: | ||
|
||
jobs: | ||
codespell: | ||
name: Check for spelling errors | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: codespell-project/actions-codespell@master |
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ Matteo Corti <[email protected]> | |
|
||
Thanks: | ||
|
||
* Many thanks to Elan Ruusam�e <[email protected]> for the improved parallel support and several fixes | ||
* Many thanks to Elan Ruusamäe <[email protected]> for the improved parallel support and several fixes | ||
* Many thanks to Victor V Kudlak <[email protected]> for the parallel support | ||
* Many thanks to Jan Kantert <[email protected]> for the whitelisting support | ||
* Many thanks to Nick Nicholas <[email protected]> for IPv6 support | ||
|
@@ -14,4 +14,4 @@ Thanks: | |
* Many thanks to waja (https://github.com/waja) for the dnsbl.inps.de patch | ||
* Many thanks to Dalfo (https://github.com/DalfoCentreon) for the installation instructions | ||
* Many thanks to Bas Couwenberg (https://github.com/sebastic) for the --authoritative patch | ||
* Many thanks to Peter Bieringer ([email protected]) for the Fedora 38 and EPEL 9 patch | ||
* Many thanks to Peter Bieringer ([email protected]) for the Fedora 38 and EPEL 9 patch and the 'debuglog' patch |
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,3 +1,11 @@ | ||
2024-09-20 Matteo Corti <[email protected]> | ||
|
||
* check_rbl: Fixed a problem with a debug subroutine | ||
|
||
2024-08-04 Matteo Corti <[email protected]> | ||
|
||
* removed bondsender.org as it's not working anymore | ||
|
||
2024-03-27 Matteo Corti <[email protected]> | ||
|
||
* check_rbl: Removed spamtrap.drbl.drand.net | ||
|
@@ -141,7 +149,7 @@ | |
* Version 1.2.2 | ||
* check_rbl: specified the dependency on Nagios::Plugin > 0.31 | ||
(earlier versions caused parameter parsing errors, | ||
thanks to Elan Ruusam�e) | ||
thanks to Elan Ruusamäe) | ||
|
||
2010-07-05 Matteo Corti <[email protected]> | ||
|
||
|
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,3 +1,5 @@ | ||
.codespell-ignore | ||
.codespellrc | ||
AUTHORS | ||
build_rpm.sh | ||
Changes | ||
|
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 spamtrap.drbl.drand.net | ||
Fixed a problem with a debug subroutine |
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.3 | ||
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
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.3 | ||
%define version 1.7.4 | ||
%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 Sep 20 2024 Matteo Corti <[email protected]> - 1.7.4-0 | ||
- Update to 1.7.4 | ||
|
||
* Wed Mar 27 2024 Matteo Corti <[email protected]> - 1.7.3-0 | ||
- Update to 1.7.3 | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#!/usr/bin/env perl | ||
|
||
use strict; | ||
use warnings; | ||
use Test::More; | ||
|
||
# Ensure codespell is available | ||
my $codespell = `which codespell`; | ||
if (!$codespell) { | ||
plan skip_all => 'codespell is not installed'; | ||
exit; | ||
} | ||
|
||
# Run codespell | ||
my $output = `codespell 2>&1`; | ||
if ($? == 0) { | ||
pass('No spelling errors found by codespell'); | ||
} else { | ||
fail('Spelling errors found by codespell'); | ||
diag($output); | ||
} | ||
|
||
done_testing(); |
Oops, something went wrong.