History log of /freebsd-10.0-release/secure/lib/libssl/Makefile
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

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


# 246772 13-Feb-2013 jkim

Merge OpenSSL 1.0.1e.

Approved by: secteam (simon), benl (silence)


# 238405 12-Jul-2012 jkim

Merge OpenSSL 1.0.1c.

Approved by: benl (maintainer)


# 205128 13-Mar-2010 simon

Merge OpenSSL 0.9.8m into head.

This also "reverts" some FreeBSD local changes so we should now
be back to using entirely stock OpenSSL. The local changes were
simple $FreeBSD$ lines additions, which were required in the CVS
days, and the patch for FreeBSD-SA-09:15.ssl which has been
superseded with OpenSSL 0.9.8m's RFC5746 'TLS renegotiation
extension' support.

MFC after: 3 weeks


# 195767 19-Jul-2009 kensmith

Bump the version of all non-symbol-versioned shared libraries in
preparation for 8.0-RELEASE. Add the previous version of those
libraries to ObsoleteFiles.inc and bump __FreeBSD_Version.

Reviewed by: kib
Approved by: re (rwatson)


# 160819 29-Jul-2006 simon

Upgrade to OpenSSL 0.9.8b.


# 152603 19-Nov-2005 ru

Revert last revision by phk@, it's redundant since bsd.incs.mk
already handles this, FWIW.


# 148672 03-Aug-2005 phk

Don't install includes if NO_TOOLCHAIN


# 148297 22-Jul-2005 kensmith

Bump the shared library version number of all libraries that have not
been bumped since RELENG_5.

Reviewed by: ru
Approved by: re (not needed for commit check but in principle...)


# 139106 21-Dec-2004 ru

NODOCCOMPRESS -> NO_DOCCOMPRESS
NOINFO -> NO_INFO
NOINFOCOMPRESS -> NO_INFOCOMPRESS
NOLINT -> NO_LINT
NOPIC -> NO_PIC
NOPROFILE -> NO_PROFILE


# 136910 24-Oct-2004 ru

For variables that are only checked with defined(), don't provide
any fake value.


# 129174 13-May-2004 ru

Record the libssl.so dependency on libcrypto.so. This should
help some ports that depend on libradius that recently gained
the dependency on libssl. This is also how the stock OpenSSL
build would link libssl.so on FreeBSD.

Prompted by: kris
OK'ed by: markm, nectar


# 110655 10-Feb-2003 nectar

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


# 110141 31-Jan-2003 nectar

Re-add WANT_OPENSSL_MANPAGES knob.

Noticed by: ru


# 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.


# 103960 25-Sep-2002 markm

Don't lint contrib'ed sources, even if the builder has asked for linting.
Its Just Too Noisy.


# 103674 20-Sep-2002 ru

Bandaid for a broken world. The real fix is somewhat more
complicated and will be sent for a review.


# 96462 12-May-2002 ru

Added new bsd.incs.mk which handles installing of header files
via INCS. Implemented INCSLINKS (equivalent to SYMLINKS) to
handle symlinking include files. Allow for multiple groups of
include files to be installed, with the powerful INCSGROUPS knob.
Documentation to follow.

Added standard `includes' and `incsinstall' targets, use them
in Makefile.inc1. Headers from the following makefiles were
not installed before (during `includes' in Makefile.inc1):

kerberos5/lib/libtelnet/Makefile
lib/libbz2/Makefile
lib/libdevinfo/Makefile
lib/libform/Makefile
lib/libisc/Makefile
lib/libmenu/Makefile
lib/libmilter/Makefile
lib/libpanel/Makefile

Replaced all `beforeinstall' targets for installing includes
with the INCS stuff.

Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS,
and for compatibility with NetBSD. Similarly for INCOWN, INCGRP,
and INCMODE.

Consistently use INCLUDEDIR instead of /usr/include.

gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changes
were only lightly tested due to the missing contrib/libstdc++-v3.
I fully tested the pre-WIP_GCC31 version of this patch with the
contrib/libstdc++.295 stuff.

These changes have been tested on i386 with the -DNO_WERROR "make
world" and "make release".


# 93034 23-Mar-2002 des

Install headers with -C. Ideally, these Makefiles should not need to
override the beforeinstall target at all, but this has proven difficult
to achieve.


# 73983 08-Mar-2001 kris

MFS: Belatedly bump SHLIB_MAJOR corresponding to OpenSSL 0.9.6


# 68655 13-Nov-2000 kris

Update for OpenSSL 0.9.6


# 65971 17-Sep-2000 kris

Overhaul of the build-time include file generation. Don't break in evp.h
if bootstrapping from a system on which the openssl headers are not
already present.


# 63249 16-Jul-2000 peter

Forced commit. This is to try and help folks that used the international
crypto repo and have slightly different files but with the same version.
cvsup in 'checkout mode' has no trouble with this, but cvs can get really
silly about it.


# 59196 13-Apr-2000 kris

Update for OpenSSL 0.9.5a and clean up a bit.


# 59146 11-Apr-2000 obrien

* Fix dependancies so that ``make depend'' is not required.
* Some style fixes

Approved by: kris


# 57766 05-Mar-2000 peter

Merge from internat.freebsd.org; cleanup stray rsaref glue code reference


# 57414 24-Feb-2000 markm

Freefall/Internat diff reducer.


# 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