- Update to version 0.1.1
PR: ports/64841 Submitted by: maintainer
This commit is contained in:
parent
61b6ded0ba
commit
777d18c8ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105510
3 changed files with 9 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= lockdown
|
||||
PORTVERSION= 0.1
|
||||
PORTVERSION= 0.1.1
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://lockdown.trunet.dk/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in a new issue