Changeset 2211
- Timestamp:
- 08/04/08 08:14:18 (4 months ago)
- Files:
-
- psad/trunk/ChangeLog (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
psad/trunk/ChangeLog
r2200 r2211 1 psad-2.1.4 (08/ 03/2008):1 psad-2.1.4 (08//2008): 2 2 - Restructured perl module paths to make it easy to introduce a "nodeps" 3 3 distribution of psad that does not contain any perl modules. This … … 6 6 modules). The main driver for this work is to make all cipherdyne.org 7 7 projects easily integrated with distributions based on Debian, and 8 Franck Joncourt has been instrumental in this process a reality. All9 perl modules are now placed within the "deps" directory, and the8 Franck Joncourt has been instrumental in making this process a reality. 9 All perl modules are now placed within the "deps" directory, and the 10 10 install.pl script checks to see if this directory exists - a separate 11 11 psad-<ver>-nodeps tarball will be distributed without this directory. … … 13 13 a new "psad-nodeps.spec" file has been added to build an RPM from the 14 14 psad sources that does not install any perl modules. 15 - Updated to use the normal system whois client if the /usr/bin/whois_psad 16 path does not exist, and moved the whois/ directory into the deps/ 17 directory. This removes /usr/bin/whois_psad as a strict dependency. 15 18 - Bugfix to honor the IPT_SYSLOG_FILE variable in --Analyze-msgs mode. 16 19
