diff options
author | rene <rene@FreeBSD.org> | 2018-09-30 18:39:44 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2018-09-30 18:39:44 +0800 |
commit | 0217a8deca6108e61595783eb4e6d38485b6725b (patch) | |
tree | b7baeadda128f31d3a2a9969563990868e8403c2 /security | |
parent | ade2640f03493d1c24cc44d0f120e102ffd32f52 (diff) | |
download | freebsd-ports-gnome-0217a8deca6108e61595783eb4e6d38485b6725b.tar.gz freebsd-ports-gnome-0217a8deca6108e61595783eb4e6d38485b6725b.tar.zst freebsd-ports-gnome-0217a8deca6108e61595783eb4e6d38485b6725b.zip |
Remove expired ports:
2018-09-29 net/ntp-devel: Use net/ntp instead
2018-09-29 net/xrdp-devel: Use net/xrdp instead
2018-09-29 net/tigervnc-devel: Use net/tigervnc instead
2018-09-29 net/unison-devel: Use net/unison instead
2018-09-30 textproc/p5-IDNA-Punycode: Deprecated by upstream
2018-08-15 graphics/gnustep-slideshowkit: unknown license
2018-08-15 graphics/gnustep-slideshow: depends on expiring graphics/gnustep-slideshowkit
2018-09-30 security/lockdown: Renders system unbootable
2018-09-30 devel/p5-Search-Binary: Deprecated by upstream, use List::BinarySearch instead
2018-09-30 devel/p5-ExtUtils-Command: ExtUtils::Command has been re-incorporated to ExtUtils-MakeMaker since 7.06, use devel/ExtUtils-MakeMaker instead
2018-09-30 editors/yui: Unmaintained upstream
2018-09-29 x11/tint-devel: Use x11/tint instead
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/lockdown/Makefile | 35 | ||||
-rw-r--r-- | security/lockdown/distinfo | 2 | ||||
-rw-r--r-- | security/lockdown/pkg-descr | 9 | ||||
-rw-r--r-- | security/lockdown/pkg-plist | 12 |
5 files changed, 0 insertions, 59 deletions
diff --git a/security/Makefile b/security/Makefile index 07e0c932dcfb..c0b3ed9cb852 100644 --- a/security/Makefile +++ b/security/Makefile @@ -395,7 +395,6 @@ SUBDIR += linux-c7-openssl SUBDIR += linux-c7-p11-kit SUBDIR += linux-c7-trousers - SUBDIR += lockdown SUBDIR += log2timeline SUBDIR += logcheck SUBDIR += luasec diff --git a/security/lockdown/Makefile b/security/lockdown/Makefile deleted file mode 100644 index 2d9fd4b5f762..000000000000 --- a/security/lockdown/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Created by: Daniel Blankensteiner <db@TruNet.dk> -# $FreeBSD$ - -PORTNAME= lockdown -PORTVERSION= 2.0.0 -PORTREVISION= 2 -CATEGORIES= security -MASTER_SITES= http://lockdown.trunet.dk/ \ - http://lockdown.loproc.dk/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Hardening script for FreeBSD -FORBIDDEN= Renders system unbootable -DEPRECATED= Renders system unbootable -EXPIRATION_DATE= 2018-09-30 - -USE_LDCONFIG= yes - -WRKSRC= ${WRKDIR}/lockdown - -CFLAGS_aarch64+=-fPIC -CFLAGS_amd64+= -fPIC -CFLAGS_i386+= -fPIC - -do-install: - ${INSTALL_LIB} ${WRKSRC}/cppe/src/libcppe.so ${STAGEDIR}${PREFIX}/lib -.for f in editfile editfstab editkernel editlogin editttys - ${INSTALL_PROGRAM} ${WRKSRC}/edittools/${f}/src/${f} \ - ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/edittools/${f}/doc/${f}.1 \ - ${STAGEDIR}${PREFIX}/man/man1 -.endfor - ${INSTALL_SCRIPT} ${WRKSRC}/lockdown ${STAGEDIR}${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/security/lockdown/distinfo b/security/lockdown/distinfo deleted file mode 100644 index bddd182ec38f..000000000000 --- a/security/lockdown/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (lockdown-2.0.0.tar.gz) = 61663ea1f5c2596e18c7b831b8ac7e7f4477d6d9bf6af41aadb73bf7346a598f -SIZE (lockdown-2.0.0.tar.gz) = 38792 diff --git a/security/lockdown/pkg-descr b/security/lockdown/pkg-descr deleted file mode 100644 index 80f9486fb15c..000000000000 --- a/security/lockdown/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Lockdown is a script designed to harden a FreeBSD system by editing the -system's configuration files and set permissions, flags and ownership on SUID, -GID and "information" files. However, the main goal of lockdown is to -centralize knowledge on how much you can harden the system without breaking -it. - -Mirror: http://lockdown.loproc.dk/ - -WWW: http://lockdown.TruNet.dk/ diff --git a/security/lockdown/pkg-plist b/security/lockdown/pkg-plist deleted file mode 100644 index 0c1662d59bcb..000000000000 --- a/security/lockdown/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/lockdown -bin/editfile -bin/editfstab -bin/editkernel -bin/editlogin -bin/editttys -lib/libcppe.so -man/man1/editfile.1.gz -man/man1/editfstab.1.gz -man/man1/editkernel.1.gz -man/man1/editlogin.1.gz -man/man1/editttys.1.gz |