History log of /freebsd-12.1/secure/lib/libssl/Makefile (Results 1 – 25 of 34)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0
# d33226f4 25-Oct-2018 Konstantin Belousov <[email protected]>

MFC r339709:
Bump base OpenSSL libraries versions to avoid conflict with port's libraries.

Approved by: re (gjb)


# 85a02554 19-Sep-2018 Jung-uk Kim <[email protected]>

Build libssl for amd64.


# cec27dca 13-Sep-2018 Jung-uk Kim <[email protected]>

Add OpenSSL symbol version maps.

Note the files are not automatically generated for now.


# 0ea17a70 13-Sep-2018 Jung-uk Kim <[email protected]>

Catch up with manual page removal from secure/lib/libssl.


# 6b090f69 13-Sep-2018 Jung-uk Kim <[email protected]>

Update shlib version to 9.


Revision tags: release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0
# d7c49e6c 06-Nov-2015 Jung-uk Kim <[email protected]>

Clean up OpenSSL makefiles.


Revision tags: release/10.2.0
# 3fde12b6 20-Mar-2015 Jung-uk Kim <[email protected]>

Disable insecure SSLv2 support from the base OpenSSL.

Differential Revision: https://reviews.freebsd.org/D1304


# ee5a34ec 25-Nov-2014 Baptiste Daroussin <[email protected]>

Convert to LIBADD
Reduce overlinking


Revision tags: release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0, release/7.4.0, release/8.2.0, release/8.1.0
# ccc1eaed 22-May-2010 Simon L. B. Nielsen <[email protected]>

Merge OpenSSL 0.9.8n from head into stable/8.

Approved by: re (kib)


Revision tags: release/7.3.0, release/8.0.0
# 3ca3047a 19-Jul-2009 Ken Smith <[email protected]>

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, release/7.1.0, release/6.4.0, release/7.0.0, release/6.3.0, release/6.2.0
# e7926dc0 29-Jul-2006 Simon L. B. Nielsen <[email protected]>

Upgrade to OpenSSL 0.9.8b.


Revision tags: release/5.5.0, release/6.1.0
# c1c28da0 19-Nov-2005 Ruslan Ermilov <[email protected]>

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


Revision tags: release/6.0.0
# f06e2f82 03-Aug-2005 Poul-Henning Kamp <[email protected]>

Don't install includes if NO_TOOLCHAIN


# a84020c2 22-Jul-2005 Ken Smith <[email protected]>

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, release/4.11.0
# ab7a2947 21-Dec-2004 Ruslan Ermilov <[email protected]>

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


Revision tags: release/5.3.0
# a35d8893 24-Oct-2004 Ruslan Ermilov <[email protected]>

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


Revision tags: release/4.10.0
# 11167919 13-May-2004 Ruslan Ermilov <[email protected]>

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, release/5.2.0, release/4.9.0, release/5.1.0, release/4.8.0
# 6042ca2e 10-Feb-2003 Jacques Vidrine <[email protected]>

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


# 5654cc45 31-Jan-2003 Jacques Vidrine <[email protected]>

Re-add WANT_OPENSSL_MANPAGES knob.

Noticed by: ru


# ab643b4d 28-Jan-2003 Mark Murray <[email protected]>

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


Revision tags: release/5.0.0
# c55ae80a 21-Nov-2002 Kris Kennaway <[email protected]>

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


# 88eede79 25-Sep-2002 Mark Murray <[email protected]>

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


# 47fae43e 20-Sep-2002 Ruslan Ermilov <[email protected]>

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
# c7b111cb 12-May-2002 Ruslan Ermilov <[email protected]>

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 <[email protected]>

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


12