summaryrefslogtreecommitdiff
path: root/security/pgp5
AgeCommit message (Collapse)AuthorFilesLines
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2004-01-02formatting tweak.grant1-5/+5
2004-01-01correct path for ftp.tuwien.ac.at, and consistently use the 'ftp'grant1-3/+3
hostname.
2003-09-29Trivial fix for GCC3.mycroft2-1/+15
2003-07-23Let the COMMENT be plural: the package provides multiple utilities.jmmv1-2/+2
2003-07-23Make descriptions and comments a bit different between pgp2 and pgp5,jmmv2-2/+4
as proposed in PR pkg/22227 by reed@reedmedia.net.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2002-08-25Correct man page xrefs pgp(1) -> pgp5(1).mjl10-5/+151
Import some patches (via FreeBSD), one of them concerning weak rnd number generation.
2002-07-24Change explicit build dependencies on perl into "USE_PERL5=build". Thisjlam1-2/+2
makes these packages build correctly on Darwin where perl>=5.8.0 is required.
2002-03-26The command line changes can be found in pgp5(1), not in pgp(1).wennmach1-2/+2
2002-03-14Shorten comment.wiz1-2/+2
2002-03-14regenwiz1-3/+4
2002-03-14Standardize patches.wiz2-55/+36
2002-03-14Disable "bad" assembler (gcc-2.95.3 does not want to compile it).wiz1-0/+13
Closes pkg/15138.
2002-03-14Standardize patch.wiz2-94/+56
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-04-30Change build dependency from perl-5.* to perl>=${PERL5_REQD}. Also changejlam1-2/+2
dependency from libperl-5.* to libperl>=${PERL5_REQD}.
2001-04-19Move to sha1 digests, add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-16/+14
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-11Add a conflict -- both packages have a `pgps' executable.jtb1-1/+3
From Lex Wennmacher's pkgconflict results.
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-3/+3
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz1-2/+4
2000-10-10add LICENCE=fee-based-commercial-use, for use of IDEA/RC5 logic.itojun1-1/+4
(per discussion on packages@netbsd.org)
2000-09-26Set USE_RSAREF2=NO by default. Hopefully, this will discourage people fromfredb1-1/+2
actually using rsaref, while we ponder the case for removing it completely.
2000-09-09Reorganize crypto handling, as discussed on tech-pkg. Remove allfredb1-4/+2
RESTRICTED= variables that were predicated on former U.S. export regulations. Add CRYPTO=, as necessary, so it's still possible to exclude all crypto packages from a build by setting MKCRYPTO=no (but "lintpkgsrc -R" will no longer catch them). Specifically, - - All packages which set USE_SSL just lose their RESTRICTED variable, since MKCRYPTO responds to USE_SSL directly. - - realplayer7 and ns-flash keep their RESTRICTED, which is based on license terms, but also gain the CRYPTO variable. - - srp-client is now marked broken, since the distfile is evidently no longer available. On this, we're no worse off than before. [We haven't been mirroring the distfile, or testing the build!] - - isakmpd gets CRYPTO for RESTRICTED, but remains broken. - - crack loses all restrictions, as it does not evidently empower a user to utilize strong encryption (working definition: ability to encode a message that requires a secret key plus big number arithmetic to decode).
2000-09-05Update build dependency on perl to build in correct directory if perljlam1-2/+2
interpreter is not found.
2000-08-28Use PERL5 variable for location of perl5 binary.jlam1-2/+2
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf1-2/+2
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
1999-12-12Correct location for file to patch.rh2-8/+8
1999-12-09Regenerated patch-sum after adding patch file.he1-1/+2
1999-12-09Add a minor man page formatting fix (missing "." ahead of "SH").he1-0/+13
1999-08-07Add a couple of mirror sites outside of the "pgpi.com" domain.rh1-2/+5
1999-07-09Add package patch checksum files.agc1-0/+12
1999-05-25Add a patch that should make pgp5 work on alpha systems. Reportedmjl1-0/+14
by Kevin <kev@drule.org>.
1999-04-16Renamed package to "pgp5" so it can coexist along an installed pgp2.mjl1-3/+3
1999-04-14${LOCALBAASE}/bin/perl or bust.bad1-2/+2
1999-04-12Correct "check for binary file" which used signed char erroneously,mjl2-0/+25
as pointed out by Bjoern Labitzke <hermit@cs.tu-berlin.de> in PR/7359. While I'm at it, also correct the behaviour when invoked as "pgp5" (give usage, not unhelpful 'invoked with unknown symbolic link').
1999-02-22Explain what the package does, rather than just using the acronym.agc1-1/+1
1999-01-05Add patch that fixes bus error caused by alignment failures on NetBSD/Sparc.frueauf1-0/+91
Provided by Julian Coleman <J.D.Coleman@newcastle.ac.uk>.
1998-12-31Ok, cause I am to lame to teach cvs not so substitute $Id$, I trick itfrueauf3-100/+147
by using a different diff format. No damn $Id$ anymore.
1998-12-31I hope the patches are sane now...frueauf2-0/+90
1998-12-31Gna, $Id$ where changed, maybe cvs add -ko fixes sustition *sigh*frueauf2-90/+0
1998-12-31Initial import of pgp-5.0i, PGP 5i (international version).frueauf12-0/+239
Based on pr 6684 by Martin J. Laubach with heavy refining/fixing by myself. XXX This package needs still some tweaking to work with rsaref. XXX Maybe some US citizen developer can take over? XXX At least its usefull to non-US ppl.