diff options
author | krion <krion@FreeBSD.org> | 2004-03-28 14:34:32 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-28 14:34:32 +0000 |
commit | a2b1a4cc174fdf05f456479cd345e2e087be1a92 (patch) | |
tree | 6e117586b67d37f0de26ed1246064d0f2d60d9f7 /security | |
parent | 534ffde24fd6525eefbca1625bb37af02d85665d (diff) | |
download | FreeBSD-ports-a2b1a4cc174fdf05f456479cd345e2e087be1a92.zip FreeBSD-ports-a2b1a4cc174fdf05f456479cd345e2e087be1a92.tar.gz |
- Update to version 0.1.1
PR: ports/64841
Submitted by: maintainer
Diffstat (limited to 'security')
-rw-r--r-- | security/lockdown/Makefile | 2 | ||||
-rw-r--r-- | security/lockdown/distinfo | 4 | ||||
-rw-r--r-- | security/lockdown/pkg-descr | 11 |
3 files changed, 9 insertions, 8 deletions
diff --git a/security/lockdown/Makefile b/security/lockdown/Makefile index 903dfc1..f4d571c 100644 --- a/security/lockdown/Makefile +++ b/security/lockdown/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lockdown -PORTVERSION= 0.1 +PORTVERSION= 0.1.1 CATEGORIES= security MASTER_SITES= http://lockdown.trunet.dk/ diff --git a/security/lockdown/distinfo b/security/lockdown/distinfo index ddad51a..db51f50 100644 --- a/security/lockdown/distinfo +++ b/security/lockdown/distinfo @@ -1,2 +1,2 @@ -MD5 (lockdown-0.1.tar.gz) = f6f607d341af3ae34ede32d17ea588c9 -SIZE (lockdown-0.1.tar.gz) = 10726 +MD5 (lockdown-0.1.1.tar.gz) = 6d326b7e4c0930f1a34a5cec7ad8edd4 +SIZE (lockdown-0.1.1.tar.gz) = 10744 diff --git a/security/lockdown/pkg-descr b/security/lockdown/pkg-descr index 0f14130..8943f78 100644 --- a/security/lockdown/pkg-descr +++ b/security/lockdown/pkg-descr @@ -1,11 +1,12 @@ Lockdown is a hardening system written in C++ for FreeBSD and released under the BSD license. -Lockdown was designed to harden FreeBSD's base system. It does so -by editing the systems configuration files and set permissions, -flags and ownership on SUID, GID and information files. -Lockdown was meant to be run only once, so you can quickly -and without forgetting something, get a secure system running. +Lockdown was designed to harden FreeBSD's base system. It does +so by editing the systems configuration files and set +permissions, flags and ownership on SUID, GID and "information" +files. Lockdown was meant to be run only once (after a system +install or upgrade), so you can quickly and without forgetting +something, get a secure system. WWW: http://lockdown.TruNet.dk/ |