From c77aa7eff5c02dcd44470555b9ff20e043cbbfe5 Mon Sep 17 00:00:00 2001 From: delphij Date: Fri, 26 Mar 2010 17:02:32 +0000 Subject: Remove GNU cpio after fix of CVE-2010-0624. Note that this is actually a no-op for most users, as this GNU cpio was broken on -HEAD and 8-STABLE since last March until the recent fix. FreeBSD 8.0+ uses BSD cpio by default and the code is being actively maintained. Blessed by: kientzle With hat: secteam MFC after: 3 days --- usr.bin/cpio/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'usr.bin/cpio') diff --git a/usr.bin/cpio/Makefile b/usr.bin/cpio/Makefile index bfcbe97..499b173 100644 --- a/usr.bin/cpio/Makefile +++ b/usr.bin/cpio/Makefile @@ -19,10 +19,8 @@ DPADD+= ${LIBCRYPTO} LDADD+= -lcrypto .endif -.if ${MK_GNU_CPIO} != "yes" SYMLINKS=bsdcpio ${BINDIR}/cpio MLINKS= bsdcpio.1 cpio.1 -.endif .PHONY: check test -- cgit v1.1