non port: security/lockdown/Makefile |
SVNWeb
|
Number of commits found: 17 |
Wed, 19 Sep 2018
|
[ 21:58 antoine ]
Deprecate lockdown
|
[ 21:53 antoine ]
Bump PORTREVISION for FORBIDDEN
|
[ 14:20 emaste ]
security/lockdown: mark FORBIDDEN as it renders the system unbootable
By inspection I see that the port sets the obsolete 'nodev' flag in
/etc/fstab, and it really needs careful review for use with contemporary
FreeBSD; upstream is gone.
Reported by: Jeffrey Bouquet on -current
Approved by: sbruno
|
Tue, 18 Sep 2018
|
[ 19:20 emaste ]
Bump PORTREVISION for changed CFLAGS
I adjusted CFLAGS in several ports to allow linking with lld on i386 but
missed the corresponding PORTREVISION bump.
Related commits:
r480023 r480045 r480047 r480048 r480049 r480061 r480062 r480068
Reported by: antoine
Approved by: antoine
|
[ 17:45 emaste ]
security/lockdown: add -fPIC on i386, to allow linking with lld
By default lld does not allow non-PIC code where PIC is required.
Other architectures already apply -fPIC; do so for i386 as well.
Approved by: portmgr (lld blanket)
Sponsored by: The FreeBSD Foundation
|
Wed, 19 Aug 2015
|
[ 07:12 erwin ]
Reset maintainer
<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
|
Sun, 9 Aug 2015
|
[ 22:24 andrew ]
Adds -fPIC to CFLAGS_aarch64 to a number of ports that already have it
in the amd64 CFLAGS and are failing to build.
Approved by: bapt
Differential Revision: https://reviews.freebsd.org/D3321
|
Tue, 25 Feb 2014
|
[ 11:40 ehaupt ]
- Support staging
- Use CFLAGS_amd64
|
Fri, 20 Sep 2013
|
[ 22:55 bapt ] (Only the first 10 of 1016 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
|
Thu, 19 Apr 2007
|
[ 07:55 itetcu ]
Remove 4.x support.
PR: ports/111825
Submitted by: Marcelo Araujo
Approved by: maintainer
|
Fri, 29 Jul 2005
|
[ 17:18 vs ]
Fix build on amd64 with -fPIC
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.
|
Wed, 13 Jul 2005
|
[ 23:51 lawrance ]
Mark broken on 4.x
Approved by: maintainer
|
Fri, 24 Jun 2005
|
[ 17:02 lawrance ]
Update to 2.0.0
PR: ports/82614
Submitted by: Daniel Blankensteiner <db@trunet.dk> (maintainer)
|
Mon, 10 May 2004
|
[ 13:14 krion ]
- Update to version 1.0.1
PR: ports/66458
Submitted by: maintainer
|
Fri, 16 Apr 2004
|
[ 14:52 krion ]
- Update to version 1.0
PR: ports/65618
Submitted by: maintainer
|
Sun, 28 Mar 2004
|
[ 14:34 krion ]
- Update to version 0.1.1
PR: ports/64841
Submitted by: maintainer
|
Sun, 29 Feb 2004
|
[ 23:22 sergei ]
Add lockdown 0.1:
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>
|
Number of commits found: 17 |