aboutsummaryrefslogtreecommitdiff
path: root/security/libparanoia
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2011-10-09 02:47:51 +0000
committerDoug Barton <dougb@FreeBSD.org>2011-10-09 02:47:51 +0000
commitc3ef22e5074da76f3c1ee829ef48d204ce040fc8 (patch)
treee774af268961483556ceccc49ef1a585f2e45ce0 /security/libparanoia
parentb701e182a654c26eba0d8736d26c90cc1ffc7811 (diff)
downloadports-c3ef22e5074da76f3c1ee829ef48d204ce040fc8.tar.gz
ports-c3ef22e5074da76f3c1ee829ef48d204ce040fc8.zip
Remove ports maintainted by ports@ which have passed their EXPIRATION_DATE
astro/gkrellsun Abandonware astro/xrmap No more distfiles audio/midimountain Abandonware audio/gkrellmss Abandonware audio/gnapster Abandonware databases/xbase No more public distfiles databases/xbsql No more public distfiles games/gtkabale No more public distfiles games/battleball No more public distfiles, does not compile on ia64 or sparc64 games/race No more public distfiles games/stvef-paks No more public distfiles games/stvef-server No more public distfiles games/tome No more public distfiles games/qkmj No more public distfiles games/oilwar No more public distfiles games/xbaby No more public distfiles games/xword Abandonware games/kslide No more public distfiles graphics/xmrm No more public distfiles, does not compile on amd64 or sparc64 graphics/giftrans Upstream disappeared and distfile is not available graphics/wildmagic BROKEN for more than 6 months, does not fetch irc/ircd-rusnet No more public distfiles irc/tkirc No more public distfiles korean/mizifont No more public distfiles lang/freetxl No more public distfiles math/nsc2ke No more public distfiles misc/mgp-mode.el No more public distfiles multimedia/p5-RIFF-Info No more public distfiles net/p5-Net-OpenDHT No more public distfiles net/mudix No more public distfiles net-im/newsbot No more public distfiles net-im/libicq2000 Abandonware net-im/gossip No longer maintain by upstream, use net-im/empathy instead net-im/ickle Abandonware net-mgmt/nipper BROKEN for more than 6 month, does not fetch net-p2p/mldonkey-serverspy No more public distfiles news/p5-Gateway No more public distfiles print/epsmerge No more public distfiles science/at No more public distfiles science/pyvox No more public distfiles security/p5-Email-Obfuscate No more public distfiles security/libparanoia No more public distfiles security/execwrap No more public distfiles
Notes
Notes: svn path=/head/; revision=283226
Diffstat (limited to 'security/libparanoia')
-rw-r--r--security/libparanoia/Makefile38
-rw-r--r--security/libparanoia/distinfo2
-rw-r--r--security/libparanoia/pkg-descr21
-rw-r--r--security/libparanoia/pkg-plist3
4 files changed, 0 insertions, 64 deletions
diff --git a/security/libparanoia/Makefile b/security/libparanoia/Makefile
deleted file mode 100644
index 499ea5f71ebf..000000000000
--- a/security/libparanoia/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: libparanoia
-# Date created: 1 Jan 1999
-# Whom: Alexandre Snarskii <snar@paranoia.ru>
-#
-# $FreeBSD$
-
-PORTNAME= libparanoia
-PORTVERSION= 1.4.1
-CATEGORIES= security
-MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/snar/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Safe (in the mean of stack smashing) reincarnation of strcpy et al
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2011-09-01
-
-BROKEN= does not fetch
-
-ONLY_FOR_ARCHS= i386
-
-USE_LDCONFIG= yes
-
-# this library depends on system-defined headers "SYS.h" and "DEFS.h"
-# which may differ from release to release.
-
-.if !exists(/usr/src/lib/libc)
-IGNORE= you need to have libc sources installed in /usr/src/lib/libc \
- before compiling
-.endif
-
-.include <bsd.port.pre.mk>
-
-do-patch:
- @${REINPLACE_CMD} -e 's|#include <varargs.h>||' \
- ${WRKSRC}/stentry.c
-
-.include <bsd.port.post.mk>
diff --git a/security/libparanoia/distinfo b/security/libparanoia/distinfo
deleted file mode 100644
index 4a7bf305a7b0..000000000000
--- a/security/libparanoia/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (libparanoia-1.4.1.tar.gz) = 3eb3183f47a32d5ae3efb6fef4a3773de4a3979020a3de357f487af8b4c00861
-SIZE (libparanoia-1.4.1.tar.gz) = 10231
diff --git a/security/libparanoia/pkg-descr b/security/libparanoia/pkg-descr
deleted file mode 100644
index 482d092220b1..000000000000
--- a/security/libparanoia/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-This is a library, which contains a safe reincarnations
-of strcpy/strcat/sprintf and some other functions,
-which is known to be a source to 99% of stack smashing
-attacks since Morrison Worm.
-
-Basic idea is: these functions never return in case
-of modified stack frames. Instead, they kills current
-process with SIG_SEGV, and, in case when program
-just ignores it - calls exit(2). In 'paranoidal'
-point of view, termination of a process is a much
-less worth, than possible incorrect continuation.
-
-This library can be used in two ways - you can just
-install it as a port/package, and then relink critical
-applications (such as a network daemons) with
--lparanoia -L/usr/local/lib, or you can override
-standard functions in libc (using libparanoia/copy-to-libc
-shell script) - in this case you'll get any application,
-which uses shared libc, automatically protected.
-
-WWW: http://www.lexa.ru/snar/libparanoia/
diff --git a/security/libparanoia/pkg-plist b/security/libparanoia/pkg-plist
deleted file mode 100644
index da0687f43536..000000000000
--- a/security/libparanoia/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-lib/libparanoia.a
-lib/libparanoia.so
-lib/libparanoia.so.1