summaryrefslogtreecommitdiff
path: root/security/openssl
AgeCommit message (Expand)AuthorFilesLines
2004-04-27Pull up revision 1.12 of the Makefile to the pkgsrc-2004Q1 branch.agc1-1/+10
2004-03-26Consolidate all of the PLIST.* files that duplicated each other into ajlam7-38/+10
2004-03-26Don't rebuild openssl again as part of installing it.jlam2-5/+10
2004-03-26Allow the rehash of the certs database to not error out during the buildjlam3-14/+23
2004-03-26We can't use ${PKGBASE} on the left-hand side of an assignment since it'sjlam1-2/+2
2004-03-26Add some mirror sites since the main OpenSSL site seems to be dead at thejlam1-2/+7
2004-03-26Update to 0.9.6m:wiz9-39/+38
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-3/+2
2004-03-10Split out the code that deals with checking whether the software isjlam2-175/+146
2004-03-09Don't build and install openssl with IDEA, MDC2, or RC5 support.reed2-8/+5
2004-02-29include mk/compiler.mk before testing ${CC}grant1-1/+2
2004-02-18Reorder some lines so that BUILDLINK_USE_BUILTIN.<pkg> set in thejlam1-16/+18
2004-02-17Don't use sysctl to determine the machine arch when ${MACHINE_ARCH} alreadyjlam3-5/+6
2004-02-12s/_BUILTIN_OPENSSL/BUILDLINK_IS_BUILTIN.openssl/gjlam1-3/+3
2004-02-12Create a new variable PREFER_NATIVE that has the opposite semanticsjlam2-6/+26
2004-02-12Reorganize code so that any dependencies are checked as part of decidingjlam2-48/+48
2004-02-06If we're passing through MAKEFLAGS variables whose values may containjlam2-6/+6
2004-02-05Make PREFER_PKGSRC just yes/no or a list of packages. This makes itjlam2-10/+6
2004-02-05Rename BUILDLINK_PREFER_PKGSRC to PREFER_PKGSRC so that we can use itsjlam2-10/+8
2004-02-05Support a new global variable:jlam2-2/+18
2004-01-30Ensure that -lcrypt appears before -lcrypto on the command line so thatjlam1-1/+7
2004-01-24Support BUILDLINK_DEPENDS.<pkg> being a list of values.jlam1-5/+14
2004-01-21Only point SSLCERTS into ${PKG_SYSCONFDIR} if we're not using the built-injlam2-2/+6
2004-01-07From the log for rev. 1.1260 of bsd.pkg.mk:jlam2-4/+4
2004-01-05bl3ifyjlam1-5/+6
2004-01-05Use S/+$// instead of C/\+$// to save a backslash. Very highlyjlam1-2/+2
2004-01-05Sow BUILDLINK_USE_BUILTIN.<pkg> and reap _NEED_<PKG> variables.jlam1-17/+19
2004-01-04Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk.jlam1-4/+4
2004-01-03Initial sprinkling of work-in-progress buildlink3.mk files for using thejlam1-0/+161
2003-12-03Add an empty plist for AIX.erh1-0/+1
2003-12-03The PLIST.linux was empty, but should be registering thereed1-1/+7
2003-11-27Fix OpenSSL version number parsing. Patch from PR 23532 by Michael vanjlam1-10/+24
2003-11-25If the built-in OpenSSL software is 0.9.6g, then check whether itjlam1-2/+18
2003-11-19textproc/glimpse and security/openssl no longer conflict, as openssljschauma1-2/+2
2003-11-19OpenSSL has not had base64 for a while now, so these two no longer needjschauma1-3/+2
2003-11-17Remove OPENSSL_HAS_*FIX code; corresponding check was removed inwiz1-9/+1
2003-11-12Depend on latest openssl package (hi jan!).wiz1-16/+4
2003-11-12Update to openssl-0.9.6l:jschauma2-7/+5
2003-10-21Let the Configure script handle NetBSD-arm too.kristerw2-7/+8
2003-10-04Add support for BSD/OS.reed1-0/+7
2003-10-02Update to 0.9.6k:jschauma13-269/+52
2003-09-22style nitsgrant1-3/+2
2003-09-22formatting nitsgrant1-4/+5
2003-09-11Rewrite this file so that we can specify the version of OpenSSL that wejlam1-94/+112
2003-09-10Note version numbers for 0.9.6[hij].jlam1-1/+4
2003-09-10Only check if we need to add the rsaref dependency if we need the pkgsrcjlam1-3/+5
2003-09-10Use the built-in HAS_CONFIGURE and TEST_TARGET infrastructure to do thejlam1-44/+37
2003-09-10Honor CFLAGS/LDFLAGS from the environment.jlam3-7/+18
2003-09-10Back out the make -> @MAKE@ -> ${MAKE} changes since we workaround thejlam8-86/+12
2003-08-25Several of the Makefile used in this package call 'make' directly. Ifjschauma8-25/+102