History log of /freebsd-10.2-release/secure/usr.bin/openssl/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 285830 23-Jul-2015 gjb

- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.2.
- Update default pkg(8) configuration to use the quarterly branch.[1]

Discussed with: re, portmgr [1]
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 238405 12-Jul-2012 jkim

Merge OpenSSL 1.0.1c.

Approved by: benl (maintainer)


# 194207 14-Jun-2009 simon

Update build infrastructure for OpenSSL 0.9.8k.


# 160819 29-Jul-2006 simon

Upgrade to OpenSSL 0.9.8b.


# 142429 25-Feb-2005 nectar

Update OpenSSL 0.9.7d -> 0.9.7e.


# 111651 27-Feb-2003 ru

Handle includes the normal way.

Reviewed by: markm
Approved by: nectar


# 110655 10-Feb-2003 nectar

Install the OpenSSL man pages in /usr/share/openssl/man
and remove the WANT_OPENSSL_MANPAGES knob.


# 110010 28-Jan-2003 markm

Update for OpenSSL 0.9.7. No assembler code at the moment. This
will follow.


# 107133 21-Nov-2002 kris

Remove myself as maintainer of openssl; I no longer have enough time to
devote to it.


# 96603 14-May-2002 markm

Build using pregenerated manpages; don't use perl to translate .pod's.
The translated .pod's have already been committed.


# 79618 12-Jul-2001 ru

Added missing DPADD and CLEANFILES.


# 74818 26-Mar-2001 ru

secure/ build fixes:

- TELNETOBJDIR is gone. `buildworld' already installs libtelnet.a
in ${WORLDTMP}/usr/lib, and we have LIBRARY_PATH pointing there.

- SSHDIR (formerly SSHSRC) is now shared between all SSH modules.
New LIBSSH is introduced for libssh.a (an internal static lib).
Previously, build without prior `obj' was broken; SSH modules
always looked for libssh.a in ${.OBJDIR}. Also, the dependancies
on the libssh.a were missing.

- libtelnet/ did not install the crypto version of telnet.h into
/usr/include/arpa.

- Removed BINOWN, BINMODE, BINDIR and SRCS with default values.

Reviewed by: markm

- MAN[1-9] -> MAN.


# 68655 13-Nov-2000 kris

Update for OpenSSL 0.9.6


# 64177 03-Aug-2000 kris

Install the openssl(1) manpage with an MLINK from ssl(8) to at least put
something in the location where OpenSSH likes to point.


# 62030 24-Jun-2000 markm

MFI. This is a documentation-only, diffreducing patch, that if
invoked will cause breakage. US Users - DO NOT try to turn on
IDEA - the sources are not included.


# 59196 13-Apr-2000 kris

Update for OpenSSL 0.9.5a and clean up a bit.


# 57511 26-Feb-2000 peter

Merge from internat.freebsd.org repo, minus change to rsa_eay.c (missing)

Reorganize and unify libcrypto's interface so that the RSA implementation
is chosen at runtime via dlopen().

This is a checkpoint and may require more tweaks still.


# 57485 25-Feb-2000 peter

Merge from internat.freebsd.org; deal with -DRSAref the same way as
libcrypto - not that it means much on the US code tree.


# 57475 25-Feb-2000 peter

Don't pull in libRSAglue for the rsaref case. Since this is linked
dynamically by default, we use the dlopen() calls to load librsaref.so
on US code trees.


# 57411 24-Feb-2000 markm

Diff reducer. Comes from Internat.


# 57410 24-Feb-2000 markm

Remove useless whitespace.

Part of big commit OK'ed by: JKH


# 57202 14-Feb-2000 kris

Back out the previous commit - it broke world and was not approved.
I don't know what I was thinking committing without approval - sorry.


# 57175 13-Feb-2000 kris

Link dynamically, not statically.


# 56317 20-Jan-2000 kris

Don't search for libraries in ${LOCALBASE}. This should fix the problems
people were seeing with conflicts with the openssl port.


# 56124 16-Jan-2000 kris

The wrong version of the file was committed previously which explains the
problems seen here.


# 56080 16-Jan-2000 kris

Add MAINTAINER tag so people don't feel the need to randomly frob with this.


# 55950 14-Jan-2000 kris

Build infrastructure for OpenSSL