summaryrefslogtreecommitdiff
path: root/security/openssl-beta (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade openssl to 0.9.6b.OKAZAKI Tetsurou2001-07-202-2/+2
|
* Make it buildable on 2.2-STABLE again.OKAZAKI Tetsurou2001-07-071-1/+1
|
* Upgrade openssl to 0.9.6a and bump the shlib version in the processDoug Barton2001-05-236-49/+85
| | | | | | | | | | 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
* 1. In addition to OSVERSION test, check for existence of /usr/lib/libssl.aMaxim Sobolev2001-04-222-6/+9
| | | | | | | 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.
* Hand out maintainership to ports@FreeBSD.org.Dirk Froemberg2001-02-181-1/+1
| | | | I don't use any 3.x system any longer.
* give aout machines shared libraries as wellAlfred Perlstein2001-02-102-2/+5
|
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-1/+1
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Rename PLIST.noshared to pkg-plist.noshared.Satoshi Asami2000-10-081-1/+1
|
* Rip off rsaref (and thus USA_RESIDENT).Dirk Froemberg2000-09-171-16/+2
| | | | Submitted by: kris
* Set INSTALLS_SHLIB.Dirk Froemberg2000-07-161-0/+1
| | | | | Submitted by: Dmitry Grigorovich <odip@bionet.nsc.ru> Forgotten by: sobomax
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-3/+0
|
* Disable shared libraries for a.out systems in order to make it buildDirk Froemberg2000-04-252-0/+85
| | | | | | | | | on such systems. (I know we aren't supporting a.out systems any more, but this was requested by some people. And the change is trivial.) Tested by: nate
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-1/+1
|
* Add missing ldconfig.Dirk Froemberg2000-04-161-0/+2
|
* Upgrade to 0.9.5a.Dirk Froemberg2000-04-165-70/+81
|
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
|
* Check against ${OSVERSION} instead of the existence of the library filesDirk Froemberg2000-01-281-2/+3
| | | | whether openssl should be build or not.
* Check wheather OpenSSL is installed in the base system already andDirk Froemberg1999-12-301-0/+4
| | | | | | | skip openssl port if so. (I. e. check the existence of /usr/bin/openssl, /usr/lib/libcrypto.so and /usr/lib/libssl.so. If they exist set FORBIDDEN.)
* Build and install shared libraries libcrypto.so.1 and libssl.so.1, too.Dirk Froemberg1999-11-073-5/+39
| | | | Submitted by: Issei Suzuki <issei@jp.freebsd.org>
* Don't use ${PREFIX} in pkg/MESSAGE but /usr/local and substituteDirk Froemberg1999-09-172-2/+2
| | | | | | /usr/local accordingly via Makefile. Submitted by: Bill Fumerola <billf@FreeBSD.org>
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
|
* Make it clear(er) that RSAREF is a port that must be installed, not, perhaps,Tim Vanderhoek1999-08-181-2/+2
| | | | | | some piece of the base system (a-la crypto). I wrote "rsaref port" instead of "security/rsaref" since on the remote chance that rsaref switches categories, I don't want the message to become wrong.
* Upgrade to 0.9.4.Dirk Froemberg1999-08-095-75/+69
|
* Upgrade to 0.9.3a.Dirk Froemberg1999-06-062-5/+5
|
* Upgrade to OpenSSL 0.9.3:Dirk Froemberg1999-06-027-105/+161
| | | | | - some changes of the directory layout: e. g. ${PREFIX}/lib/openssl.cnf -> ${PREFIX}/openssl/openssl.cnf
* this should finish cleaning up the WWW_SITE -> DESCR/WWW: mess ...Marc G. Fournier1999-04-222-3/+3
|
* openssl-0.9.2b-rsaoaep.patch supersedes patch-aj.Dirk Froemberg1999-04-132-1/+5
| | | | Obtained from: http://www.openssl.org/
* Fix build error on FreeBSD-4.0-CURRENT.Dirk Froemberg1999-03-301-4/+24
| | | | Reported by: Andrzej Tobola <san@tmp.iem.pw.edu.pl>
* - patch-ab needs to patch Makefile.org and not Makefile.ssl. OtherwiseDirk Froemberg1999-03-292-2/+3
| | | | | | | | | | 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."
* Upgrade to 0.9.2b.Dirk Froemberg1999-03-266-150/+88
| | | | | | | | | | | | | | | | | | | 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}
* Set ONLY_FOR_ARCHS to i386.Dirk Froemberg1999-03-062-2/+7
| | | | | | | | | | | | | Apply openssl-0.9.1c-bnrec.patch via PATCHFILES: "DESCRIPTION: The Big Number (BN) library in OpenSSL 0.9.1c has some problems when dealing with very large numbers. Because mostly all other OpenSSL sub-libraries (including the RSA library) are based on BN, this can cause failures when doing certificate verification and performing other SSL functions. These BN bugs are already fixed for OpenSSL 0.9.2. But for OpenSSL 0.9.1c the easiest workaround to fix the subtle problems is to apply the above patch which mainly disables the broken Montgomery multiplication algorithm inside BN."
* Correct MASTER_SITES.Dirk Froemberg1999-01-261-3/+4
|
* Modify ${PREFIX}/bin/md5 (= ${PREFIX}/bin/ssleay) output string.Dirk Froemberg1999-01-201-0/+11
| | | | | PR: ports/9563 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
* Don't use rsaref if I_HAVE_AN_RSA_LICENSE is defined.Dirk Froemberg1999-01-121-2/+2
| | | | | | | | | | | Requested by: Garrett Wollman <wollman@FreeBSD.ORG>: "If you have an RSA license, you DON'T want to use rsaref -- it's slow as hell. The only reason you would want to use rsaref is: 1) You are in the US. 2) The patent hasn't expired yet (600-someodd days and counting). 3) You wouldn't have the right to use RSA otherwise."
* Remove empty patch-ac and add patch-a[ef] which got lost during last commit.Dirk Froemberg1999-01-101-0/+0
|
* Bring this port up to openssl-0.9.1c after a repository copy from SSLeay.Dirk Froemberg1999-01-096-298/+201
| | | | | | | | | | | | | | 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
* Mark this broken while Dirk works on it.Satoshi Asami1999-01-091-1/+3
|
* Correct pathname.Dirk Froemberg1999-01-021-2/+2
| | | | | PR: ports/9258 Submitted by: Seigo TANIMURA <tanimura@naklab.dnj.ynu.ac.jp>
* Update incorrect md5 printout.Bill Fumerola1998-12-271-0/+11
| | | | | PR: ports/9198 Submitted by: Shigeyuki FUKUSHIMA shige@kuis.kyoto-u.ac.jp
* Add more DISTSITES. The single one listed only allowed 10 simulanious anonDavid E. O'Brien1998-10-261-2/+6
| | | | | connections -- not enough for the demands of the Awesome FreeBSD Ports Collection(tm).
* Compile Under ELFScott Mace1998-10-191-0/+10
| | | | PR: ports/8336 ports/8255
* security/rsaref has been ELFized.Satoshi Asami1998-09-251-2/+2
|
* Upgrade to version 0.9.0bMark Murray1998-08-275-144/+94
|
* Add a line only contains a # after the $Id$ line.Masafumi Max NAKANE1998-08-211-1/+2
|
* BUILD_DEPENDS -> LIB_DEPENDSSteve Price1998-07-111-2/+2
| | | | | PR: the part of 7188 I missed the first time around Submitted by: Scot W. Hetzel <hetzels@westbend.net>
* update original distribution (0.8.1 -> 0.8.1b).Jun-ichiro itojun Hagino1998-07-062-4/+4
| | | | 0.8.1 is no longer available due to PKCS#1 security hole.
* Fix this port for RSAref, fix the config files location according toMark Murray1998-02-173-47/+31
| | | | BSD religion.
* Shame on me ... we need BUILD_DEPEND, not LIB_DEPEND.Andreas Klemm1997-08-161-2/+2
| | | | It must be the heat ;-)
* libRSAglue.a is needed to build apache-ssl port.Andreas Klemm1997-08-162-1/+4
| | | | | Added it to the post-install target in ports Makefile. Updated PLIST
* BUILD_DEPENDS was not ok, now comes the really needed LIB_DEPENDS line ;-)Andreas Klemm1997-08-161-2/+2
|