diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-01-19 23:09:50 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-01-19 23:09:50 +0000 |
commit | f31e29e939a5362dd63d76a8e0bf768e091f5845 (patch) | |
tree | 4d773883677d24324a9d09217fd62ac8daa892dd /security/osiris | |
parent | e2674f8087eddaac0ab1af1b6d5204d2134cf51b (diff) | |
download | ports-f31e29e939a5362dd63d76a8e0bf768e091f5845.tar.gz ports-f31e29e939a5362dd63d76a8e0bf768e091f5845.zip |
Update: security/osiris 4.0.6 -> 4.0.8
Updating the Osiris integrity checker to 4.0.8. From changelog:
FIXED:
: updated copyrights.
: cli stat of editor incorrect.
: utilities.c, escape filename bug in octal handling.
: fixed memory leak in regex file filter hs_regfree missing.
FEATURES:
: port of host.conf config keyword from the 4.1 branch.
PR: ports/76481
Submitted by: David Thiel <lx@redundancy.redundancy.org>
Notes
Notes:
svn path=/head/; revision=126874
Diffstat (limited to 'security/osiris')
-rw-r--r-- | security/osiris/Makefile | 2 | ||||
-rw-r--r-- | security/osiris/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/osiris/Makefile b/security/osiris/Makefile index b5db86bf81b2..9e84c8b36ef2 100644 --- a/security/osiris/Makefile +++ b/security/osiris/Makefile @@ -6,7 +6,7 @@ # PORTNAME= osiris -PORTVERSION= 4.0.6 +PORTVERSION= 4.0.8 CATEGORIES= security MASTER_SITES= http://osiris.shmoo.com/data/ diff --git a/security/osiris/distinfo b/security/osiris/distinfo index 4eb51f8985a8..dac1e3580448 100644 --- a/security/osiris/distinfo +++ b/security/osiris/distinfo @@ -1,2 +1,2 @@ -MD5 (osiris-4.0.6.tar.gz) = c23180e5e44aa4303531e0b9d9308c80 -SIZE (osiris-4.0.6.tar.gz) = 1882069 +MD5 (osiris-4.0.8.tar.gz) = 593eee1967a14e519e27de88f75c9cad +SIZE (osiris-4.0.8.tar.gz) = 1896413 |