diff options
author | csjp <csjp@FreeBSD.org> | 2004-11-14 03:20:48 +0800 |
---|---|---|
committer | csjp <csjp@FreeBSD.org> | 2004-11-14 03:20:48 +0800 |
commit | c58008c3210c9be13f06d3172559de4260c0f36a (patch) | |
tree | adf3522984e9490975a13c40f0626c503b727f32 /security | |
parent | ab635d746b85036a66c9ed4460037a7ab4e28831 (diff) | |
download | freebsd-ports-gnome-c58008c3210c9be13f06d3172559de4260c0f36a.tar.gz freebsd-ports-gnome-c58008c3210c9be13f06d3172559de4260c0f36a.tar.zst freebsd-ports-gnome-c58008c3210c9be13f06d3172559de4260c0f36a.zip |
Update termlog from 2.0 to 2.2
This version introduces the following:
-Bug fixes around locking
-Enhanced jail support
-Ability to create log files with SF_APPEND flag
-cryptographic hashing algorithm was changed from md5 to sha1
Approved by: seanc@
Diffstat (limited to 'security')
-rw-r--r-- | security/termlog/Makefile | 2 | ||||
-rw-r--r-- | security/termlog/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/termlog/Makefile b/security/termlog/Makefile index c628a9a5ab26..f9c0cc924042 100644 --- a/security/termlog/Makefile +++ b/security/termlog/Makefile @@ -6,7 +6,7 @@ # PORTNAME= termlog -PORTVERSION= 2.0 +PORTVERSION= 2.2 CATEGORIES= security sysutils MASTER_SITES= http://www.seccuris.com/documents/downloads/ MASTER_SITE_SUBDIR= termlog diff --git a/security/termlog/distinfo b/security/termlog/distinfo index 063afe195282..c76f66b5ec35 100644 --- a/security/termlog/distinfo +++ b/security/termlog/distinfo @@ -1,2 +1,2 @@ -MD5 (termlog-2.0.tar.gz) = 7d8885b918e71be7b2e782d110edd305 -SIZE (termlog-2.0.tar.gz) = 9271 +MD5 (termlog-2.2.tar.gz) = 3dfa227fe2ef6564be8fd9c1630c0859 +SIZE (termlog-2.2.tar.gz) = 10441 |