History log of /freebsd/secure/lib/libssl/Makefile (Results 76 – 100 of 101)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 11e9b8ba 04-Aug-2009 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

- MFC @196061


# 3ca3047a 19-Jul-2009 Ken Smith <kensmith@FreeBSD.org>

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 b

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)

show more ...


Revision tags: release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0, release/6.2.0_cvs, release/6.2.0
# e7926dc0 29-Jul-2006 Simon L. B. Nielsen <simon@FreeBSD.org>

Upgrade to OpenSSL 0.9.8b.


Revision tags: release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0
# c1c28da0 19-Nov-2005 Ruslan Ermilov <ru@FreeBSD.org>

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


Revision tags: release/6.0.0_cvs, release/6.0.0
# f06e2f82 03-Aug-2005 Poul-Henning Kamp <phk@FreeBSD.org>

Don't install includes if NO_TOOLCHAIN


# a84020c2 22-Jul-2005 Ken Smith <kensmith@FreeBSD.org>

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


Revision tags: release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0
# ab7a2947 21-Dec-2004 Ruslan Ermilov <ru@FreeBSD.org>

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


Revision tags: release/5.3.0_cvs, release/5.3.0
# a35d8893 24-Oct-2004 Ruslan Ermilov <ru@FreeBSD.org>

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


Revision tags: release/4.10.0_cvs, release/4.10.0
# 11167919 13-May-2004 Ruslan Ermilov <ru@FreeBSD.org>

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 l

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

show more ...


Revision tags: release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0, release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0
# 6042ca2e 10-Feb-2003 Jacques Vidrine <nectar@FreeBSD.org>

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


# 5654cc45 31-Jan-2003 Jacques Vidrine <nectar@FreeBSD.org>

Re-add WANT_OPENSSL_MANPAGES knob.

Noticed by: ru


# ab643b4d 28-Jan-2003 Mark Murray <markm@FreeBSD.org>

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


Revision tags: release/5.0.0_cvs, release/5.0.0
# c55ae80a 21-Nov-2002 Kris Kennaway <kris@FreeBSD.org>

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


Revision tags: release/4.7.0_cvs
# 88eede79 25-Sep-2002 Mark Murray <markm@FreeBSD.org>

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


# 47fae43e 20-Sep-2002 Ruslan Ermilov <ru@FreeBSD.org>

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


Revision tags: release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs
# c7b111cb 12-May-2002 Ruslan Ermilov <ru@FreeBSD.org>

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 file

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

show more ...


# de11a611 23-Mar-2002 Dag-Erling Smørgrav <des@FreeBSD.org>

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


Revision tags: release/4.5.0_cvs, release/4.4.0_cvs, release/4.3.0_cvs, release/4.3.0
# 81ddd828 08-Mar-2001 Kris Kennaway <kris@FreeBSD.org>

MFS: Belatedly bump SHLIB_MAJOR corresponding to OpenSSL 0.9.6


Revision tags: release/4.2.0
# 95200624 13-Nov-2000 Kris Kennaway <kris@FreeBSD.org>

Update for OpenSSL 0.9.6


Revision tags: release/4.1.1_cvs
# b5a1cc3a 17-Sep-2000 Kris Kennaway <kris@FreeBSD.org>

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.


Revision tags: release/4.1.0, release/3.5.0_cvs
# 9ccbd450 13-Apr-2000 Kris Kennaway <kris@FreeBSD.org>

Update for OpenSSL 0.9.5a and clean up a bit.


# 63bfdbdb 11-Apr-2000 David E. O'Brien <obrien@FreeBSD.org>

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

Approved by: kris


Revision tags: release/4.0.0_cvs
# 5a0a2ee9 05-Mar-2000 Peter Wemm <peter@FreeBSD.org>

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


# 228c5a5a 24-Feb-2000 Mark Murray <markm@FreeBSD.org>

Freefall/Internat diff reducer.


# 2f00e5fd 16-Jan-2000 Kris Kennaway <kris@FreeBSD.org>

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


12345