Skip to content

Commit

Permalink
bump version to 2.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mrash committed Aug 1, 2018
1 parent 3b529e6 commit 9603db2
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
psad-2.4.6 (07//2018):
psad-2.4.6 (07/31/2018):
- Add EMAIL_APPEND_HEADER to allow psad alerts to have custom email headers
appended to outbound emails. This uses the '-a' command line argument
offered by the 'mail' command. An example usage would be to set the
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.5
2.4.6
2 changes: 1 addition & 1 deletion install.pl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
# Credits: (see the CREDITS file)
#
# Copyright (C) 1999-2017 Michael Rash ([email protected])
# Copyright (C) 1999-2018 Michael Rash ([email protected])
#
# License (GNU Public License):
#
Expand Down
2 changes: 1 addition & 1 deletion nf2csv
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
use Getopt::Long 'GetOptions';
use strict;

my $version = '2.4.5';
my $version = '2.4.6';

### regex to match an ip address
my $ip_re = qr|(?:[0-2]?\d{1,2}\.){3}[0-2]?\d{1,2}|;
Expand Down
5 changes: 4 additions & 1 deletion packaging/psad-nodeps.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define name psad
%define version 2.4.5
%define version 2.4.6
%define release 1
%define psadlogdir /var/log/psad
%define psadrundir /var/run/psad
Expand Down Expand Up @@ -155,6 +155,9 @@ fi
%config(noreplace) %_sysconfdir/%name/icmp6_types

%changelog
* Tue Jul 31 2018 Michael Rash <[email protected]>
- psad-2.4.6 release

* Tue Jun 13 2017 Michael Rash <[email protected]>
- psad-2.4.5 release

Expand Down
5 changes: 4 additions & 1 deletion packaging/psad-require-makemaker.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define name psad
%define version 2.4.5
%define version 2.4.6
%define release 1
%define psadlibdir %_libdir/%name
%define psadlogdir /var/log/psad
Expand Down Expand Up @@ -302,6 +302,9 @@ fi
%_libdir/%name

%changelog
* Tue Jul 31 2018 Michael Rash <[email protected]>
- psad-2.4.6 release

* Tue Jun 13 2017 Michael Rash <[email protected]>
- psad-2.4.5 release

Expand Down
5 changes: 4 additions & 1 deletion packaging/psad.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%define name psad
%define version 2.4.5
%define version 2.4.6
%define release 1
%define psadlibdir %_libdir/%name
%define psadlogdir /var/log/psad
Expand Down Expand Up @@ -301,6 +301,9 @@ fi
%_libdir/%name

%changelog
* Tue Jul 31 2018 Michael Rash <[email protected]>
- psad-2.4.6 release

* Tue Jun 13 2017 Michael Rash <[email protected]>
- psad-2.4.5 release

Expand Down
6 changes: 3 additions & 3 deletions psad
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
#
# Credits: (see the CREDITS file bundled with the psad sources.)
#
# Version: 2.4.5
# Version: 2.4.6
#
# Copyright (C) 1999-2017 Michael Rash ([email protected])
# Copyright (C) 1999-2018 Michael Rash ([email protected])
#
# Reference: SNORT is a registered trademark of Sourcefire, Inc.
#
Expand Down Expand Up @@ -146,7 +146,7 @@ use strict;
### ========================== main =================================

### set the current version
my $version = '2.4.5';
my $version = '2.4.6';

### default config file for psad (can be changed with
### --config switch)
Expand Down

0 comments on commit 9603db2

Please sign in to comment.