diff --git a/VERSION b/VERSION index b1b25a5..5859406 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.2 +2.2.3 diff --git a/nf2csv b/nf2csv index 5fd5b33..61d1710 100755 --- a/nf2csv +++ b/nf2csv @@ -36,7 +36,7 @@ use Getopt::Long 'GetOptions'; use strict; -my $version = '2.2.2'; +my $version = '2.2.3'; ### regex to match an ip address my $ip_re = qr|(?:[0-2]?\d{1,2}\.){3}[0-2]?\d{1,2}|; diff --git a/packaging/psad-nodeps.spec b/packaging/psad-nodeps.spec index 3df253d..a1515b3 100644 --- a/packaging/psad-nodeps.spec +++ b/packaging/psad-nodeps.spec @@ -1,5 +1,5 @@ %define name psad -%define version 2.2.2 +%define version 2.2.3 %define release 1 %define psadlogdir /var/log/psad %define psadrundir /var/run/psad @@ -155,7 +155,10 @@ fi %config(noreplace) %_sysconfdir/%name/icmp6_types %changelog -* Mon Jan 13 2013 Michael Rash +* Sat Mar 01 2014 Michael Rash +- psad-2.2.3 release + +* Mon Jan 13 2014 Michael Rash - psad-2.2.2 release * Wed Jan 02 2013 Michael Rash diff --git a/packaging/psad-require-makemaker.spec b/packaging/psad-require-makemaker.spec index b719781..79aa4cf 100644 --- a/packaging/psad-require-makemaker.spec +++ b/packaging/psad-require-makemaker.spec @@ -1,5 +1,5 @@ %define name psad -%define version 2.2.2 +%define version 2.2.3 %define release 1 %define psadlibdir %_libdir/%name %define psadlogdir /var/log/psad @@ -302,6 +302,9 @@ fi %_libdir/%name %changelog +* Sat Mar 01 2014 Michael Rash +- psad-2.2.3 release + * Mon Jan 13 2014 Michael Rash - psad-2.2.2 release diff --git a/packaging/psad.spec b/packaging/psad.spec index c745d20..b402599 100644 --- a/packaging/psad.spec +++ b/packaging/psad.spec @@ -1,5 +1,5 @@ %define name psad -%define version 2.2.2 +%define version 2.2.3 %define release 1 %define psadlibdir %_libdir/%name %define psadlogdir /var/log/psad @@ -301,6 +301,9 @@ fi %_libdir/%name %changelog +* Sat Mar 01 2014 Michael Rash +- psad-2.2.3 release + * Mon Jan 13 2014 Michael Rash - psad-2.2.2 release diff --git a/psad b/psad index 9ac7198..ba12d74 100755 --- a/psad +++ b/psad @@ -20,7 +20,7 @@ # # Credits: (see the CREDITS file bundled with the psad sources.) # -# Version: 2.2.2 +# Version: 2.2.3 # # Copyright (C) 1999-2014 Michael Rash (mbr@cipherdyne.org) # @@ -145,7 +145,7 @@ use strict; ### ========================== main ================================= ### set the current version -my $version = '2.2.2'; +my $version = '2.2.3'; ### default config file for psad (can be changed with ### --config switch)