diff options
author | miwi <miwi@FreeBSD.org> | 2009-12-25 04:38:56 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-12-25 04:38:56 +0800 |
commit | ca240e921571af7fbf4722f29f31e47a7ac63e78 (patch) | |
tree | 4b3e2089eeaa2bf649c545b64c64629269c75abe /security | |
parent | 4e773a7e4309f787937e0380962cda57422feef1 (diff) | |
download | freebsd-ports-gnome-ca240e921571af7fbf4722f29f31e47a7ac63e78.tar.gz freebsd-ports-gnome-ca240e921571af7fbf4722f29f31e47a7ac63e78.tar.zst freebsd-ports-gnome-ca240e921571af7fbf4722f29f31e47a7ac63e78.zip |
misc/bsdiff||2009-12-24|Incorporated into base system long ago
security/freebsd-update||2009-12-24|Incorporated into base system long ago
sysutils/est||2009-12-24|Incorporated into base system long ago
sysutils/estctrl||2009-12-24|Incorporated into base system long ago
sysutils/freebsd-sha1||2009-12-24|Incorporated into base system long ago
sysutils/freebsd-sha256||2009-12-24|Incorporated into base system long ago
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/freebsd-update/Makefile | 56 | ||||
-rw-r--r-- | security/freebsd-update/distinfo | 3 | ||||
-rw-r--r-- | security/freebsd-update/files/patch-aa-redir2 | 11 | ||||
-rw-r--r-- | security/freebsd-update/files/pkg-message | 16 | ||||
-rw-r--r-- | security/freebsd-update/pkg-descr | 7 |
6 files changed, 0 insertions, 94 deletions
diff --git a/security/Makefile b/security/Makefile index 53f3d66fef84..926c6d9b92ff 100644 --- a/security/Makefile +++ b/security/Makefile @@ -135,7 +135,6 @@ SUBDIR += fprint_demo SUBDIR += fragroute SUBDIR += fragrouter - SUBDIR += freebsd-update SUBDIR += fressh SUBDIR += fsh SUBDIR += fswatch diff --git a/security/freebsd-update/Makefile b/security/freebsd-update/Makefile deleted file mode 100644 index 84d77361244f..000000000000 --- a/security/freebsd-update/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: FreeBSD Update Client -# Date created: 21 March 2003 -# Whom: cperciva@daemonology.net -# -# $FreeBSD$ -# - -PORTNAME= freebsd-update -PORTVERSION= 1.6 -PORTREVISION= 2 -CATEGORIES= security -MASTER_SITES= http://www.daemonology.net/freebsd-update/ - -MAINTAINER= cperciva@daemonology.net -COMMENT= Fetches and installs binary updates to FreeBSD - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 700019 || ( ${OSVERSION} > 601104 && ${OSVERSION} < 700000 ) -IGNORE= is now contained in the base system -.endif - -# This is a critical security port. If it breaks, Bad Things will happen. -# Under no circumstances should this port ever be modified without approval -# from the maintainer or security-officer, even for "cosmetic" fixes. - -# The RSA code has been tested and works on these platforms. On other -# platforms, it either doesn't work or hasn't been tested. -ONLY_FOR_ARCHS= i386 amd64 alpha sparc64 - -MAN5= freebsd-update.conf.5 -MAN8= freebsd-update.8 -PLIST_FILES= sbin/freebsd-update \ - sbin/freebsd-update-verify \ - etc/freebsd-update.conf.sample -PLIST_DIRS= freebsd-update - -PKGMESSAGE= ${WRKDIR}/pkg-message - -.ifdef NOPORTDOCS -MAKE_ENV+= NODOCS=yes -.else -PORTDOCS= LICENSE README VERSION -.endif - -post-extract: - ${SED} -e "s#PREFIX=/usr/local#PREFIX=${PREFIX}#g" \ - ${WRKSRC}/freebsd-update > ${WRKSRC}/freebsd-update.new - ${MV} ${WRKSRC}/freebsd-update.new ${WRKSRC}/freebsd-update - @${SED} -e "s=%%PREFIX%%=${PREFIX}=g" ${FILESDIR}/pkg-message \ - > ${PKGMESSAGE} - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/security/freebsd-update/distinfo b/security/freebsd-update/distinfo deleted file mode 100644 index fe6dded076e5..000000000000 --- a/security/freebsd-update/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (freebsd-update-1.6.tar.gz) = 169380ed2cc0dccd7ec0a33237f1674e -SHA256 (freebsd-update-1.6.tar.gz) = 5e0ef688b3d278fd680edc3967dfb5fb8afef39517f116fbd6bfacd703b0e3f5 -SIZE (freebsd-update-1.6.tar.gz) = 31372 diff --git a/security/freebsd-update/files/patch-aa-redir2 b/security/freebsd-update/files/patch-aa-redir2 deleted file mode 100644 index 983374844975..000000000000 --- a/security/freebsd-update/files/patch-aa-redir2 +++ /dev/null @@ -1,11 +0,0 @@ ---- freebsd-update Sun Oct 3 21:08:21 2004 -+++ freebsd-update Sun Oct 3 21:12:04 2004 -@@ -371,7 +371,7 @@ - - # Fetch updates; send output to a file, and - # append a message in case of error. -- real-fetch-update > $WRKDIR/log || -+ real-fetch-update > $WRKDIR/log 2>&1 || - echo "Error fetching updates" >> $WRKDIR/log - - # Send an email to root if $VERBOSE == yes, or diff --git a/security/freebsd-update/files/pkg-message b/security/freebsd-update/files/pkg-message deleted file mode 100644 index 21763ff48a6c..000000000000 --- a/security/freebsd-update/files/pkg-message +++ /dev/null @@ -1,16 +0,0 @@ - -Before you can use this, you will have to create an update configuration -file specifying the server to fetch updates from and the trusted public -key fingerprint. - -A sample configuration file has been installed in - - %%PREFIX%%/etc/freebsd-update.conf.sample - -which will fetch updates built by the author. If you trust the author -to securely build binary updates for you to blindly install on this -machine, copy that file to - - %%PREFIX%%/etc/freebsd-update.conf - -otherwise, create that file as appropriate. diff --git a/security/freebsd-update/pkg-descr b/security/freebsd-update/pkg-descr deleted file mode 100644 index 771b29cd282d..000000000000 --- a/security/freebsd-update/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is the client half of the FreeBSD Update system; it fetches and -applies binary security updates. - -WWW: http://www.daemonology.net/freebsd-update/ - -- Colin Percival -cperciva@daemonology.net |