History log of /freebsd-11.0-release/secure/usr.bin/openssl/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

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

# 302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

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


# 290460 06-Nov-2015 jkim

Clean up OpenSSL makefiles.


# 275077 25-Nov-2014 bapt

Convert to LIBADD
Reduce overlinking


# 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