aboutsummaryrefslogtreecommitdiffstats
path: root/security/lockdown
Commit message (Collapse)AuthorAgeFilesLines
* Convert tab after WWW: in pkg-descrs to single space as per PHBamdmi32016-05-241-1/+1
| | | | Approved by: portmgr blanket
* Reset maintainererwin2015-08-191-1/+1
| | | | | | | <db@TruNet.dk>: Host or domain name not found. Name service error for name=TruNet.dk type=AAAA: Host not found Sponsored by: DK Hostmaster A/S
* Adds -fPIC to CFLAGS_aarch64 to a number of ports that already have itandrew2015-08-101-0/+1
| | | | | | | in the amd64 CFLAGS and are failing to build. Approved by: bapt Differential Revision: https://reviews.freebsd.org/D3321
* - Support stagingehaupt2014-02-252-15/+15
| | | | - Use CFLAGS_amd64
* Fix properties on pkg-plistbapt2014-01-221-1/+0
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | security)
* Remove more tags from pkg-descr files fo the form:dougb2011-10-241-2/+1
| | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file.
* -remove MD5ohauer2011-07-031-1/+0
|
* Remove 4.x support.itetcu2007-04-191-5/+1
| | | | | | PR: ports/111825 Submitted by: Marcelo Araujo Approved by: maintainer
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Fix build on amd64 with -fPICvs2005-07-301-0/+4
| | | | | | | | | | PR: ports/84156 Submitted by: Hirohisa Yamaguchi Approved by: maintainer Note w.r.t. 4.x: The .depend-issue can be fixed through 'gmake'. However, then it still needs a patch for a missing <sys/time.h>, and still won't build with neither gcc-2.95, 3.4 or 4.0, so I didn't bother.
* Mark broken on 4.xlawrance2005-07-141-1/+7
| | | | Approved by: maintainer
* Fix pkg-plistlawrance2005-06-291-0/+1
| | | | Reported by: kris
* Update to 2.0.0lawrance2005-06-254-20/+24
| | | | | PR: ports/82614 Submitted by: Daniel Blankensteiner <db@trunet.dk> (maintainer)
* - Update to version 1.0.1krion2004-05-103-4/+4
| | | | | PR: ports/66458 Submitted by: maintainer
* - Update to version 1.0krion2004-04-164-9/+6
| | | | | PR: ports/65618 Submitted by: maintainer
* - Update to version 0.1.1krion2004-03-283-8/+9
| | | | | PR: ports/64841 Submitted by: maintainer
* Add lockdown 0.1:sergei2004-03-015-0/+48
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. WWW: http://lockdown.TruNet.dk/ PR: 62714 Submitted by: Daniel Blankensteiner <db@TruNet.dk>