head	1.4;
access;
symbols
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	v1_3:1.1.1.1
	SNAR:1.1.1;
locks; strict;
comment	@# @;


1.4
date	2011.10.09.02.47.50;	author dougb;	state dead;
branches;
next	1.3;

1.3
date	2009.12.21.02.18.24;	author dougb;	state Exp;
branches;
next	1.2;

1.2
date	99.05.03.04.04.34;	author mharo;	state Exp;
branches;
next	1.1;

1.1
date	99.04.10.13.12.12;	author jseger;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.04.10.13.12.12;	author jseger;	state Exp;
branches;
next	;


desc
@@


1.4
log
@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
@
text
@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/
@


1.3
log
@For ports maintained by ports@@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
@
text
@@


1.2
log
@Add WWW: to DESCR files
@
text
@a21 2
-- 
Alexandre Snarskii <snar@@paranoia.ru>. 	Baltika-3 is better :)
@


1.1
log
@Initial revision
@
text
@d21 1
a21 1
http://www.lexa.ru/snar/libparanoia/
@


1.1.1.1
log
@Import of security/libparanoia 1.3

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.

PR:		ports/9279
Submitted by:	Alexandre Snarskii <snar@@paranoia.ru>
@
text
@@
