summaryrefslogtreecommitdiff
path: root/security/openssl
AgeCommit message (Collapse)AuthorFilesLines
2001-07-27Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the defaultjlam1-1/+2
installation directory in case the package isn't installed.
2001-07-20Mechanical changes to buildlink.mk files to use EVAL_PREFIX to setjlam1-14/+40
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages regardless of whether they were installed before or after xpkgwedge was installed. Idea by Alistair Crooks <agc@pkgsrc.org>. Also overhaul code to specify the minimum version of OpenSSL needed by a dependent package. We now set USE_OPENSSL_VERSION to the version number in <openssl/opensslv.h>. Idea also by Alistair Crooks <agc@pkgsrc.org>.
2001-07-18Allow definition of USE_OPENSSL_096 force a minimum dependency ofjlam1-11/+16
openssl>=0.9.6.
2001-07-12Let USE_SSL accept latest version of openssl, in current. Patch suppliedfredb1-1/+2
by Martti Kuparinen in PR pk/13447.
2001-07-11Pull in security fix from basesrc by itojun. Commit message was:wiz3-2/+86
fix PRNG weakness. the workaround presented on bugtraq posting. Update to 0.9.6nb1.
2001-07-10Add support for "SPARC_TARGET_ARCH".tron1-3/+9
2001-07-01Move inclusion of bsd.buildlink.mk to start of file.jlam1-3/+3
2001-06-28Check for openssl>=0.9.5a when depending on openssl.jlam1-4/+23
2001-06-23Generalize how the dependency pattern may be specified. Instead of justjlam1-5/+3
FOO_REQD=1.0 being converted to foo>=1.0, one can now directly specify the dependency pattern as FOO_DEPENDS=foo>=1.0. This allows things like JPEG_DEPENDS=jpeg-6b, or fancier expressions like for postgresql-lib. Change existing FOO_REQD definitions in Makefiles to FOO_DEPENDS.
2001-06-18Add buildlink.mk file for use by other program Makefiles.jlam1-0/+51
2001-05-22linux is much like solaris (for today)abs1-0/+1
2001-05-22We also work under Linuxabs1-2/+2
2001-05-11Move NetBSD only patches to a distribution patch file to avoid uglytron10-235/+7
conditional patch hack.
2001-05-11Convert all patches to unified output format.tron6-305/+226
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-17clarify comment on LICENSE line.itojun1-2/+2
2001-04-17As pointed out by Havard Eidnes: run "make patch" before attempting toagc1-1/+13
run "make makepatchsum", so that patch digests get calculated properly. !!!This needs to be fixed properly to fit in with pkgsrc infrastructure.!!!
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-14/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-09- Install new include files so that this package can be used to buildtron3-28/+22
applications again. - Fix patch sum for Solaris.
2001-04-09Update to OpenSSL 0.9.6. Update contributed by Dave Burgess,fredb9-230/+385
in PR pkg/12569. Major changes between OpenSSL 0.9.5a and OpenSSL 0.9.6: o Some documentation for BIO and SSL libraries. o Enhanced chain verification using key identifiers. o New sign and verify options to 'dgst' application. o Support for DER and PEM encoded messages in 'smime' application. o New 'rsautl' application, low level RSA utility. [*] o MD4 now included. o Bugfix for SSL rollback padding check. o Support for external crypto devices [1]. o Enhanced EVP interface. [1] The support for external crypto devices is currently a separate distribution. See the file README.ENGINE. [*] Not installed with the package.
2001-04-09Make an explicit BUILD_DEPENDS on perl5, rather than the run-time DEPENDSfredb1-2/+3
that USE_PERL implies, as the core functionality of this package does not depend on perl. The user can always install perl later, to format the "pod" docs or to run the installed scripts.
2001-04-05Improve the description by borrowing from the web site ;)wiz1-24/+9
2001-04-05Standardize patch file names.wiz8-9/+9
2001-03-24- -Supply the customary symlinks for NetBSD/ELF.fredb2-5/+15
- -Make the "test" target work. - -Allow the user to set USE_RSAREF2. (It works!) Not sure why you'd ever want to...
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.