Skip to content

Commit

Permalink
bump version to psad-2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrash committed Mar 2, 2014
1 parent 6bd297f commit 98763c9
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.2.2
2.2.3
2 changes: 1 addition & 1 deletion nf2csv
Expand Up @@ -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}|;
Expand Down
7 changes: 5 additions & 2 deletions 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
Expand Down Expand Up @@ -155,7 +155,10 @@ fi
%config(noreplace) %_sysconfdir/%name/icmp6_types

%changelog
* Mon Jan 13 2013 Michael Rash <mbr@cipherdyne.org>
* Sat Mar 01 2014 Michael Rash <mbr@cipherdyne.org>
- psad-2.2.3 release

* Mon Jan 13 2014 Michael Rash <mbr@cipherdyne.org>
- psad-2.2.2 release

* Wed Jan 02 2013 Michael Rash <mbr@cipherdyne.org>
Expand Down
5 changes: 4 additions & 1 deletion 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
Expand Down Expand Up @@ -302,6 +302,9 @@ fi
%_libdir/%name

%changelog
* Sat Mar 01 2014 Michael Rash <mbr@cipherdyne.org>
- psad-2.2.3 release

* Mon Jan 13 2014 Michael Rash <mbr@cipherdyne.org>
- psad-2.2.2 release

Expand Down
5 changes: 4 additions & 1 deletion 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
Expand Down Expand Up @@ -301,6 +301,9 @@ fi
%_libdir/%name

%changelog
* Sat Mar 01 2014 Michael Rash <mbr@cipherdyne.org>
- psad-2.2.3 release

* Mon Jan 13 2014 Michael Rash <mbr@cipherdyne.org>
- psad-2.2.2 release

Expand Down
4 changes: 2 additions & 2 deletions psad
Expand Up @@ -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)
#
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 98763c9

Please sign in to comment.