#
aee10446 |
| 16-Mar-2002 |
Mark Murray <markm@FreeBSD.org> |
Use NO_PERL as well as NOPERL. The latter is going to (eventually) go.
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
3bf31598 |
| 27-Jan-2002 |
Kris Kennaway <kris@FreeBSD.org> |
Update list of manpages
|
#
a3ea7e24 |
| 20-May-2001 |
Kris Kennaway <kris@FreeBSD.org> |
Update for OpenSSL 0.9.6a
MFC after: 2 weeks
|
Revision tags: release/4.3.0_cvs, release/4.3.0 |
|
#
b8cba406 |
| 26-Mar-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
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 b
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.
show more ...
|
#
50c83208 |
| 14-Mar-2001 |
Kris Kennaway <kris@FreeBSD.org> |
Attempt to fix the problem with -j builds, and du-uglify the asm code generation and assembly targets.
Help from: bde, obrien
|
#
81ddd828 |
| 08-Mar-2001 |
Kris Kennaway <kris@FreeBSD.org> |
MFS: Belatedly bump SHLIB_MAJOR corresponding to OpenSSL 0.9.6
|
#
ab27f17f |
| 05-Mar-2001 |
Kris Kennaway <kris@FreeBSD.org> |
Install the des.h link under ${DESTDIR}. Fixes buildworld.
Submitted by: Christian Weisgerber <naddy@mips.inka.de>
|
#
72254155 |
| 04-Mar-2001 |
Kris Kennaway <kris@FreeBSD.org> |
Clean up the installation of the compatibility libdes header/library symlinks
Pointed out by: bde
|
#
2600f312 |
| 04-Mar-2001 |
Kris Kennaway <kris@FreeBSD.org> |
Don't override CPUTYPE (actually this predates the <bsd.cpu.mk> use of CPUTYPE, and I forgot I used it here already)
Pointed out by: bde
|
#
247b759d |
| 25-Feb-2001 |
Kris Kennaway <kris@FreeBSD.org> |
Update the list of OpenSSL manpages (now contains many more describing libssl, for example), and hide it behind a make.conf option, WANT_OPENSSL_MANPAGES, instead of having it commented out. We stil
Update the list of OpenSSL manpages (now contains many more describing libssl, for example), and hide it behind a make.conf option, WANT_OPENSSL_MANPAGES, instead of having it commented out. We still can't install these by default because of clobbering of a number of system manpages with the same name, but they're there for people who want them.
show more ...
|
#
47585c92 |
| 20-Feb-2001 |
Kris Kennaway <kris@FreeBSD.org> |
Add back a missing file from the no-asm case
Submitted by: gallatin
|
#
b9d37a40 |
| 20-Feb-2001 |
Kris Kennaway <kris@FreeBSD.org> |
Remove a remnant of my attempt to get alpha asm code working. OpenSSL does include code for the alpha, but as far as I can tell, it is non-functional (e.g. it's not even compiled by the native opens
Remove a remnant of my attempt to get alpha asm code working. OpenSSL does include code for the alpha, but as far as I can tell, it is non-functional (e.g. it's not even compiled by the native openssl build on the alpha).
Noticed by: gallatin
show more ...
|
#
0937df81 |
| 19-Feb-2001 |
Kris Kennaway <kris@FreeBSD.org> |
Introduce support for using OpenSSL ASM optimizations. This is done through the use of a new build directive, MACHINE_CPU, which contains a list of the CPU generations/features for which optimizatio
Introduce support for using OpenSSL ASM optimizations. This is done through the use of a new build directive, MACHINE_CPU, which contains a list of the CPU generations/features for which optimizations are desired. This feature will be extended to cover the ports tree in the future.
Currently OpenSSL provides optimizations for i386, i586 and i686-class CPUs. Currently it has not been tested on an i386 or i486.
Teach make(1) to provide sensible defaults for MACHINE_CPU if it is not defined (namely, the lowest common denominator CPU we support for each architecture). Currently this is i386 for the i386 architecture and ev4 for the alpha. sys.mk also sets the variable as a last resort for consistency with MACHINE_ARCH and bootstrapping from very old versions of make.
Benchmarks show a significant speed increase even in the i386 case, with additional improvements for i586 and i686 systems. For maximum performance define MACHINE_CPU=i686 i586 i386 in /etc/make.conf.
Based on a patch submitted by: Mike Silbersack <silby@silby.com> Reviewed by: current
show more ...
|
Revision tags: release/4.2.0 |
|
#
2b7f803b |
| 15-Nov-2000 |
Ruslan Ermilov <ru@FreeBSD.org> |
Fixed a typo from the last commit.
Submitted by: Mike Heffner <mheffner@vt.edu>
|
#
326df993 |
| 14-Nov-2000 |
Kris Kennaway <kris@FreeBSD.org> |
Correct some fallout from the semi-automated way I updated the makefile.
Submitted by: roberto
|
#
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.
|
#
690a3625 |
| 10-Sep-2000 |
Kris Kennaway <kris@FreeBSD.org> |
Nuke RSAREF support from orbit.
It's the only way to be sure.
|
#
dd62c1eb |
| 24-Aug-2000 |
Brian Feldman <green@FreeBSD.org> |
Make the temporary file _evp.h instead of evp.h to not conflict with the real evp.h.
Reported by: markm
|
#
4eb207a1 |
| 23-Aug-2000 |
Brian Feldman <green@FreeBSD.org> |
Generate a new evp.h at build-time instead of install-time to properly support NFS(ro) installworlds.
|
#
314844b3 |
| 04-Aug-2000 |
Brian Feldman <green@FreeBSD.org> |
Unbreak the OpenSSL headers for those of us who don't/can't use IDEA by getting rid of the check for NO_IDEA (in evp.h) completely if it's installed without MAKE_IDEA=YES.
|
Revision tags: release/4.1.0 |
|
#
97e8e70b |
| 14-Jul-2000 |
Peter Wemm <peter@FreeBSD.org> |
Be consistant about WITH_ vs MAKE_ flags. We have a precedent of using MAKE_foo for things like MAKE_KERBEROS etc. Use that. I managed to confuse myself last time and made make.conf different to t
Be consistant about WITH_ vs MAKE_ flags. We have a precedent of using MAKE_foo for things like MAKE_KERBEROS etc. Use that. I managed to confuse myself last time and made make.conf different to the code. ;-(
Reported by: Jun Kuriyama <kuriyama@FreeBSD.org>
show more ...
|
Revision tags: release/3.5.0_cvs |
|
#
ce09ad50 |
| 24-Jun-2000 |
Mark Murray <markm@FreeBSD.org> |
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.
|
#
9ccbd450 |
| 13-Apr-2000 |
Kris Kennaway <kris@FreeBSD.org> |
Update for OpenSSL 0.9.5a and clean up a bit.
|
#
2461ce42 |
| 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
|