summaryrefslogtreecommitdiff
path: root/security/openssl
AgeCommit message (Collapse)AuthorFilesLines
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb1-2/+2
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-16Recognize version 0.9.6d of "openssl" which is now used in NetBSD-current.tron1-1/+8
2002-05-08G/c references to ftp.uni-trier.de.kleink1-3/+2
2002-03-23darwin has opensslv.h in /usr/local/include/opensslitojun1-1/+10
2002-02-15mkdir -> ${MKDIR}skrll1-3/+3
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+2
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum10-7/+7
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18Add conflict between "glimpse" and "openssl" package. They both installtron1-2/+3
"bin/cast" in "${LOCALBASE}".
2001-10-17Link the openssl binary into the buildlink directory, too, since somejlam1-2/+3
packages look for it.
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-09-14Super bump the major numbers for libssl and libcrypto so that they don'tskrll3-13/+13
conflict with the -current versions.
2001-08-30Record libssl dependency on libcrypt.skrll2-5/+5
This allows a mixture of 1.5.x openssl (version<0.9.5) and security/openssl (version>=0.9.6) to actually work.
2001-08-30Fix version logic in 0.9.6a case.skrll1-2/+2
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