use Getopt::Long 'GetOptions';
use strict;
-my $version = '2.3-pre1';
+my $version = '2.2.1';
### regex to match an ip address
my $ip_re = qr|(?:[0-2]?\d{1,2}\.){3}[0-2]?\d{1,2}|;
%define name psad
-%define version 2.2
+%define version 2.2.1
%define release 1
%define psadlogdir /var/log/psad
%define psadrundir /var/run/psad
%config(noreplace) %_sysconfdir/%name/icmp6_types
%changelog
+* Wed Jan 02 2013 Michael Rash <mbr@cipherdyne.org>
+- psad-2.2.1 release
+
* Wed Apr 18 2012 Michael Rash <mbr@cipherdyne.org>
- Update to use the NetAddr::IP module for all IP/subnet calculations
- psad-2.2 release
%define name psad
-%define version 2.2
+%define version 2.2.1
%define release 1
%define psadlibdir %_libdir/%name
%define psadlogdir /var/log/psad
%_libdir/%name
%changelog
+* Wed Jan 02 2013 Michael Rash <mbr@cipherdyne.org>
+- psad-2.2.1 release
+
* Wed Apr 18 2012 Michael Rash <mbr@cipherdyne.org>
- Update to use the NetAddr::IP module for all IP/subnet calculations
- psad-2.2 release
%define name psad
-%define version 2.2
+%define version 2.2.1
%define release 1
%define psadlibdir %_libdir/%name
%define psadlogdir /var/log/psad
%_libdir/%name
%changelog
+* Wed Jan 02 2013 Michael Rash <mbr@cipherdyne.org>
+- psad-2.2.1 release
+
* Wed Apr 18 2012 Michael Rash <mbr@cipherdyne.org>
- Update to use the NetAddr::IP module for all IP/subnet calculations
- psad-2.2 release
#
# Credits: (see the CREDITS file bundled with the psad sources.)
#
-# Version: 2.3-pre1
+# Version: 2.2.1
#
# Copyright (C) 1999-2012 Michael Rash (mbr@cipherdyne.org)
#
### ========================== main =================================
### set the current version
-my $version = '2.3-pre1';
+my $version = '2.2.1';
### default config file for psad (can be changed with
### --config switch)