diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-28 14:34:32 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-28 14:34:32 +0000 |
commit | 777d18c8aba20d80da5e3ae25666cd52e865d4bd (patch) | |
tree | 321c3e18138a933604bff37c28f3d72f6d98045d /security/lockdown | |
parent | 61b6ded0ba8a587be91adf67e4950e43e8d8c28e (diff) | |
download | ports-777d18c8aba20d80da5e3ae25666cd52e865d4bd.tar.gz ports-777d18c8aba20d80da5e3ae25666cd52e865d4bd.zip |
Notes
Diffstat (limited to 'security/lockdown')
-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 903dfc19ab69..f4d571c2895c 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 ddad51afa7e1..db51f506ceb4 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 0f14130a160f..8943f78db668 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/ |