From 777d18c8aba20d80da5e3ae25666cd52e865d4bd Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sun, 28 Mar 2004 14:34:32 +0000 Subject: [PATCH] - Update to version 0.1.1 PR: ports/64841 Submitted by: maintainer --- security/lockdown/Makefile | 2 +- security/lockdown/distinfo | 4 ++-- 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/