summaryrefslogtreecommitdiff
path: root/security/pgp2
AgeCommit message (Collapse)AuthorFilesLines
2005-03-16Added proper CFLAGS quoting. Approved by wiz.rillig1-2/+2
2005-03-07Fix quoting.uebayasi1-2/+2
2005-02-24Add RMD160 digests.agc1-1/+2
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam1-2/+2
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-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
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-03-14(1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;jlam1-2/+4
Makefiles simply need to use this value often, for better or for worse. (2) Create a new variable FIX_RPATH that lists variables that should be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and additional variables may be appended from package Makefiles.
2002-08-14fix CFLAGS on big endian machines.grant1-1/+7
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
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-8/+6
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-22Don't use sparc assembler code under SunOS because it causes link failures.tron1-5/+5
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
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/+3
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-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf1-2/+3
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-04-28Wrap ${CC} and ${LD} in quotes -- in case they are multiple words.mycroft1-2/+3
2000-02-05remove IS_INTERACTIVE, since it doesn't seem to be interactive (anymore?)wiz1-2/+1
2000-02-05RCS tags addedwiz2-0/+2
1999-12-16Update depends to rsaref 2.0p3abs1-2/+2
1999-08-18Record build options in the BuildInfo file via BUILD_DEFS. These can beagc1-1/+3
displayed using the -B option to pkg_info(1). Add M68060 to BUILD_DEFS
1999-07-12rsaref is now 2.0p2windsor1-2/+2
1999-07-09Add package patch checksum files.agc1-0/+5
1999-06-20SYSV or __ELF__ for no-underscore thanks, in sparc.Smrg1-0/+11
1999-06-20sparc || __sparc__ please.mrg1-0/+11
1999-05-23Update rsaref dependency to 2.0p1.tv1-2/+2
1999-04-05Use ${GTAR} rather than /usr/bin/tar, even though this is not what bsd.pkg.mkmycroft1-2/+2
does.
1999-04-05More EXTRACT_CMD fallout.mycroft1-2/+2
1999-02-22Explain what the package does, rather than just using the acronym.agc1-1/+1
1999-01-19Fix linker directives for ELF platforms, as per PR 6439.hubertf1-2/+2
(Inputs from Ty Sarna and Bill Coldwell - thanks guys!)
1998-08-26PGPLIB has datafiles, not libraries, so make it share/pgp instead of lib/pgp.kim2-13/+13
1998-08-23Whitespace police.frueauf1-2/+2
1998-08-20The Grand Homepagification:tsarna1-2/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-07-07Zero order 68060 patch. Compile with "make M68060=1 $OTHEROPTIONS" foris1-1/+6
68060 target machines.
1998-06-22Update package Makefiles for automatic manual page handling.agc1-3/+1
1998-06-03Consolidate inclusion of /etc/mk.conf by using bsd.prefs.mkagc1-6/+2
1998-05-08s/MIT/RSA licensees/, per mycrofthubertf1-5/+5
1998-04-27Add MIRROR_DISTFILE=no as recognized by trontv1-1/+2
1998-04-22Remove the old deprecated DEPENDS definition from bsd.pkg.mk.agc1-2/+2
Implement a new DEPENDS definition, which looks for an installed package, building it if not present, and use it in preference to LIB_DEPENDS. This should make the package collection more useful on NetBSD ELF ports.
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-03-26The end of the world as we know it.agc1-1/+7
Add lines to include MAKECONF, if defined and exists, or /etc/mk.conf, if it exists, before the first reference to USE_RSAREF2. This means that the value for USE_RSAREF2 can be set in $MAKECONF or /etc/mk.conf as well as the environment.
1998-03-19Grumble. Should have been <sys/types.h> and not <machine/endian.h>.tv1-1/+1
1998-03-19portlint: heavy reordering to shut up most WARNs; rm->${RM};frueauf1-18/+18
use ${VARIABLE}, instead of $(VARIABLE).
1998-03-19Fixes:tv1-17/+27
- on i386, somehow <machine/endian.h> never got included by <machine/ansi.h>; include the former directly. - on sparc (and all big endian machines), the endian check was in the wrong place: it should have been in usuals.h. Also include usuals.h in md5.c to get the define.