-
Notifications
You must be signed in to change notification settings - Fork 76
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
Showing
8 changed files
with
19 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.4.5 | ||
2.4.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 |
---|---|---|
|
@@ -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): | ||
# | ||
|
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,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 | ||
|
@@ -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 | ||
|
||
|
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,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 | ||
|
@@ -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 | ||
|
||
|
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,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 | ||
|
@@ -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 | ||
|
||
|
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 |
---|---|---|
|
@@ -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. | ||
# | ||
|
@@ -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) | ||
|