summaryrefslogtreecommitdiff
path: root/security/openssl-beta/files/patch-ab
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_4_6_0'.release/4.6.0cvs2svn2002-06-211-33/+0
| | | | | Notes: svn path=/head/; revision=61671 svn path=/tags/RELEASE_4_6_0/; revision=61672; tag=release/4.6.0
* Upgrade openssl to 0.9.6a and bump the shlib version in the processDoug Barton2001-05-231-16/+13
| | | | | | | | | | | | | due to non-backwards compatible changes. The shlib bump necessitates a corresponding bump in bsd.port.mk for the automagic openssl dependency. Mistakes in the port are my responsibility. Approval for the bsd.port.mk commit comes through asami -> kkenn -> me. Kris is a little busy at the moment, so he asked me to lob it in. Approved by: kris Notes: svn path=/head/; revision=42951
* 1. In addition to OSVERSION test, check for existence of /usr/lib/libssl.aMaxim Sobolev2001-04-221-5/+8
| | | | | | | | | | and don't mark BROKEN if it doesn't exist. 2. Provide a workaround for inability of recent gcc to link shared library when -Wl,-whole-archive ld(1) option is used. This should make possible to build the port on recent -stable or -current. Notes: svn path=/head/; revision=41805
* give aout machines shared libraries as wellAlfred Perlstein2001-02-101-1/+1
| | | | Notes: svn path=/head/; revision=38162
* Build and install shared libraries libcrypto.so.1 and libssl.so.1, too.Dirk Froemberg1999-11-071-4/+26
| | | | | | | Submitted by: Issei Suzuki <issei@jp.freebsd.org> Notes: svn path=/head/; revision=22956
* - patch-ab needs to patch Makefile.org and not Makefile.ssl. OtherwiseDirk Froemberg1999-03-291-2/+2
| | | | | | | | | | | | | the diffs are trashed because Makefile.org is used as a basis for Makefile.ssl during configuration. Now that patch-ab is applied correctly libRSAglue.a is installed. - add patch-aj obtained from the OpenSSL CVS repository: "Make sure the RSA OAEP test is skipped under -DRSAref because OAEP isn't supported when OpenSSL is built with RSAref." Notes: svn path=/head/; revision=17435
* Upgrade to 0.9.2b.Dirk Froemberg1999-03-261-4/+4
| | | | | | | | | | | | | | | | | | | | | | According to the OpenSSL-core-team you are strongly encouraged to upgrade any old version. The new version has a lot of bug fixes. - ${PREFIX}/bin/ssleay was renamed to ${PREFIX}/bin/openssl and ${PREFIX}/etc/ssleay.cnf to ${PREFIX}/lib/openssl.cnf - there are no links from e. g. ${PREFIX}/bin/md5 to ${PREFIX}/bin/ssleay any longer, instead you have to call "openssl md5" now - replaced HAS_CONFIGURE, CONFIGURE_SCRIPT and CONFIGURE_ENV with a do-configure target and changed the indention level - some perl scripts need perl5 now, so set USE_PERL5 and replace perl with ${PERL5} where neccessary. - honour ${CFLAGS} Notes: svn path=/head/; revision=17395
* Bring this port up to openssl-0.9.1c after a repository copy from SSLeay.Dirk Froemberg1999-01-091-13/+6
| | | | | | | | | | | | | | | | | OpenSSL is a successor of SSLeay (see http://www.openssl.org/). This port uses almost the same files as SSLeay. So they can't be installed both. - make the port ${PREFIX} clean - reorganize PLIST (list links as normal files, which makes the PLIST shorter and easier to maintain) - reference ${PREFIX}/etc/ssleay.cnf only (there was a reference to ${PREFIX}/lib/ssleay.cnf somewhere) - some other minor portlint changes Notes: svn path=/head/; revision=15945
* Upgrade to version 0.9.0bMark Murray1998-08-271-28/+18
| | | | Notes: svn path=/head/; revision=12885
* Fix this port for RSAref, fix the config files location according toMark Murray1998-02-171-43/+28
| | | | | | | BSD religion. Notes: svn path=/head/; revision=9776
* Upgrade to 0.6.6Mark Murray1997-01-131-9/+0
| | | | Notes: svn path=/head/; revision=5342
* Update to 0.6.5Mark Murray1996-12-111-3/+44
| | | | Notes: svn path=/head/; revision=4932
* Move to version 0.6.3Mark Murray1996-08-101-0/+11
Notes: svn path=/head/; revision=3575