summaryrefslogtreecommitdiff
path: root/security/pgp5
AgeCommit message (Collapse)AuthorFilesLines
2007-10-31Renamed the deprecated LICENCE to LICENSE, which has the exactly samerillig1-2/+2
meaning.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-01-20va_arg has to consider int promotion of char.joerg2-1/+15
2005-10-08Removed the USE_RSAREF2 variable and a big, fat warning, as the variablerillig1-18/+1
does not affect the package in any way.
2005-10-08Sorted PLIST.rillig1-3/+3
2005-09-27Relinquish maintainershipmjl1-2/+2
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-02-24Add RMD160 digests.agc1-1/+2
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').