summaryrefslogtreecommitdiff
path: root/security/openssl
AgeCommit message (Collapse)AuthorFilesLines
2001-03-16Add RCS Id, and remove -mv8 from sparc target. pkg/11765 by Klaus Klein.wiz2-15/+16
2001-03-01Revert rev. 1.30 which didn't do anything with MKDIR but ratherhubertf1-2/+2
bumbed the version accidentally.
2001-02-27security/openssl and converters/base64 both install a 'base64' executable,wiz1-2/+2
so make them CONFLICT (pkg/11408).
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-2/+2
XXX need to teach pkglint to be more picky about this
2001-02-20Work around Solaris' braindead "ln -f" (which just does not do anything)hubertf1-1/+2
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-29Some more MESSAGE cleanup.wiz1-4/+4
2001-01-23remove PLIST entries which are not installed (on a.out _or_ ELF)dmcmahill1-5/+1
2001-01-17Should make this buildable on Solaris, too. Untested for lack of Solaris.wiz2-1/+10
2001-01-17If we have to choose if this works on Solaris or NetBSD, prefer NetBSD.wiz3-37/+40
XXX: This needs some work. How to handle platform-dependent patches? What's the problem with using the NetBSD patches on Solaris?
2001-01-14Pass "${CC}" to configure script.tron1-2/+2
2001-01-14Regen.tron1-9/+2
2001-01-14Don't force to use WS 5.0 on Solaris.tron1-0/+20
2001-01-04The way that shared objects were handled in the PLISTs and bsd.pkg.mk wasagc1-1/+5
out of date - it was based on a.out OBJECT_FMT, and added entries in the generated PLISTs to reflect the symlinks that ELF packages uses. It also tried to be clever, and removed and recreated any symbolic links that were created, which has resulted in some fun, especially with packages which use dlopen(3) to load modules. Some recent changes to our ld.so to bring it more into line with other Operating Systems also exposed some cracks. + Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain the ELF symlinks. + Don't mess about with file system entries when handling shared objects in bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will have got it right, and have a much better idea than we do. + Modify PLISTs to contain "ELF symlinks" + On a.out platforms, delete any "ELF symlinks" from the generated PLISTs + On ELF platforms, no extra processing needs to be done in bsd.pkg.mk + Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on a.out platforms + Update the documentation in Packages.txt With many thanks to Thomas Klausner for keeping me honest with this.
2000-12-28Enable on alpha again; according to itojun, the referenced PR doesn'twiz1-3/+3
apply to the package.
2000-12-07Undo previous commit. These packages apparently handle patches specially.rh1-5/+11
2000-12-07Sync w/ realityrh1-11/+5
2000-10-11Openssl no longer conflicts with kth-krb4.wennmach1-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-28openssl is broken on alpha, and openssh hangs in configure when checkinghubertf1-3/+3
for openssl libs. Disable both, and reference PR to fix it. XXX should be changed for USE_SSL.
2000-09-09Reorganize crypto handling, as discussed on tech-pkg. Remove allfredb1-16/+4
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-05Added a CONFLICT with kth-krb4. Both pkgs install a `des' binary inwennmach1-2/+2
the same place, $PREFIX/bin/des.
2000-09-03add RCS Idwiz1-0/+1
2000-08-27Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.jlam1-5/+4
2000-08-21Update IGNORE-messages for recent changes: add ${PKGNAME} wherehubertf1-2/+2
appropriate.
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-07-24Add german mirror to master site list.tron1-2/+3
2000-05-12Fix last commit.veego1-2/+2
2000-05-10Support to build it on Solaris.veego12-22/+42
It would be easier to make that change if we support patches for one OPSYS but someone removed that from out tree.
2000-04-24Don't complain on deinstallation if directory "${PREFIX}/certs" cannottron1-2/+2
be removed.
2000-04-22Defuzz patches.fredb3-15/+16
2000-04-21upgrade to 0.9.5aexplorer5-85/+182
2000-03-18Make this compile on m68k. Old m68k hack for bin_div.c is broken forfredb1-13/+0
OpenSSL-0.94, but that's OK, because it's evidently no longer needed.
2000-03-18Make this compile on m68k. Old m68k hack for bin_div.c is broken forfredb1-2/+1
OpenSSL-0.94, but that's OK, because it's evidently no longer needed.
2000-02-12Install the static libs, now that they're built anyway, and run "ranlib",fredb2-3/+11
if it exists. Minor fix-up to PLIST. Closes PR pkg/8897.
2000-02-05RCS tags addedwiz2-0/+2
1999-12-16Update depends to rsaref 2.0p3abs1-2/+2
1999-11-26Install the RSAglue library if USERSAREF2 if set to YES.erh2-1/+11
1999-11-25Update openssl to 0.9.4.erh17-169/+268
1999-10-19Make openssl compile whether or not RSAref is defined.erh3-11/+59
1999-08-24Fix typo in "mipsel".simonb1-2/+2
1999-07-09Add package patch checksum files.agc1-0/+12
1999-06-20Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM"tron1-2/+5
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808 by Chris Demetriou.
1999-06-10Let's get this right this time. It's 0.9.2b, not 0.9.2c. I'll get thistv1-2/+5
to 0.9.3 after the weekend.
1999-06-08Revert previous.tv1-2/+3
1999-06-08This is actually OpenSSL 0.9.2c. Revert part of previous.tv1-2/+2
1999-06-04Update to match the Makefile.mycroft1-3/+2
1999-05-26Update rsaref dependency to "2.0p2"; still pending update to OpenSSL 0.9.3.tv1-6/+3
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-4/+3
pattern match format. Minor pkglint along the way.
1999-05-23Update rsaref dependency to 2.0p1. OpenSSL 0.9.3 is still beta... will fixtv1-2/+2
shlib problems when 0.9.3 is out.