Richard Levitte
b2d4cea305
Apply the Borland Builder 5 changes that I forgot...
2002-06-27 15:55:44 +00:00
Richard Levitte
9b25ef8b2e
The new stuff is for Borland Bulider 5, so document it appropriately
2002-06-27 15:11:32 +00:00
Richard Levitte
e2c07bce12
Use 32-bit sections instead of the default, 16-bit ones.
...
Part of PR 123
2002-06-27 14:54:48 +00:00
Richard Levitte
c678763f7d
have 'openssl pkcs7' exit with code 1 on error instead of 0.
...
PR: 119
2002-06-27 10:27:11 +00:00
Richard Levitte
5a52e7ecad
gcc requires -m64 to link 64-bit shared libraries on Solaris.
...
PR: 117
2002-06-27 10:20:39 +00:00
Richard Levitte
d466e8eb5a
Use bg instead of bag as argument to macros, to avoid clashes with
...
structure field names.
PR: 112
2002-06-27 09:54:23 +00:00
Bodo Möller
2edfbc53d8
Make sure buffers are large enough even for weird parameters
...
Submitted by: Nils Larsch
2002-06-26 14:29:45 +00:00
Richard Levitte
ef42bf2a7e
For some reason, we need to return the full path to perl
2002-06-25 11:42:05 +00:00
Lutz Jänicke
c6c12d6301
HP-UX: shared libraries MUST be +x and SHOULD be -w.
2002-06-20 19:54:13 +00:00
Lutz Jänicke
180a8f8e2c
Fix path to find util/pod2man.pl from the execution directory.
...
Make sure to use the predefined PERL.
Submitted by: Bernhard Simon <bs@bsws.zid.tuwien.ac.at>
Reviewed by:
PR:
2002-06-20 19:51:40 +00:00
Lutz Jänicke
06d4c6b176
Use -dumpversion to obtain gcc's version.
...
Submitted by: ross.alexander@uk.neceur.com , allenh@eecs.berkeley.edu
Reviewed by:
PR: 96
2002-06-16 10:32:14 +00:00
Lutz Jänicke
132702460b
Initial support for hpux64-parisc-gcc
...
Submitted by: ross.alexander@uk.neceur.com
Reviewed by:
PR: 96
2002-06-14 20:28:17 +00:00
Bodo Möller
32a76f2c75
New option SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS for disabling CBC
...
vulnerability workaround (included in SSL_OP_ALL).
PR: #90
2002-06-14 12:19:34 +00:00
Richard Levitte
578c1cdefa
make update
2002-06-13 21:57:57 +00:00
Richard Levitte
c3347d0561
Add support for UWIN, a Unix-like environment on top of Windows.
...
PR: 62
2002-06-13 21:41:46 +00:00
Richard Levitte
1f5a2a4dde
Make sure that any dash in the prefix before the version number is removed.
...
PR: 96
2002-06-13 21:12:20 +00:00
Lutz Jänicke
2994181b1b
Correct wrong usage information.
...
PR: 95
2002-06-12 20:16:17 +00:00
Lutz Jänicke
d993f3af33
Support building the distribution .tar file on platforms with limited
...
argument list length. This requires Gnu-tar. As we use the non-standard
"tardy" software anyway, it doesn't hurt too much to require Gnu-tar.
"make dist" will probably only be used by team-members anyway.
2002-06-12 12:28:06 +00:00
Bodo Möller
1ffa78ec6c
fix for 'make update'
2002-06-10 11:42:04 +00:00
Lutz Jänicke
64e3974013
Make sure that flags are passed to "make" subprocesses.
2002-06-10 08:12:12 +00:00
Lutz Jänicke
c6f0c60427
Make sure that settings are passed back and forth when walking around
...
in the tree during build.
Reinstall default PERL settings in Makefiles, as the real reason for the
failure was that the settings were not passed.
2002-06-06 11:14:40 +00:00
Richard Levitte
d23a74f71c
Make perl replacement for dirname, for system that lack the latter.
...
PR: 81
2002-06-05 14:09:53 +00:00
Richard Levitte
12c853701e
It's not good to have a pointer point at something in an inner block.
...
PR: 66
2002-06-05 13:47:06 +00:00
Richard Levitte
d5353b5ffb
Unneeded cast removed
2002-06-05 13:12:55 +00:00
Richard Levitte
549ce02729
Check errors when parsing a PKCS8INF PEM FILE, or there will be a core dump on error.
...
PR: 77
2002-06-05 11:58:16 +00:00
Richard Levitte
ea2a6251b9
signedness warning corrected
2002-06-05 11:23:19 +00:00
Richard Levitte
89cac82066
Documentation bug corrected.
...
PR: 70
2002-06-05 09:29:33 +00:00
Lutz Jänicke
fa7688a5b1
On some systems the default "perl" may still be perl4, use the correct
...
version determined by "config" instead.
2002-06-05 07:25:49 +00:00
Lutz Jänicke
094ed2dd19
The correct PERL interpreter is passed via commandline.
2002-06-05 07:07:50 +00:00
Richard Levitte
d0f07ceeee
Addapt loadkeys.c to API changes
...
PR: 64
2002-06-05 05:21:19 +00:00
Richard Levitte
68927d3670
Update the recognision of GCC version numbers to handle the prefix text
...
that GCC 3.1 adds to the --version output
2002-06-05 05:00:30 +00:00
Richard Levitte
ba6c905c93
make update
2002-06-04 22:33:28 +00:00
Lutz Jänicke
fa54157a11
Typo.
2002-06-04 20:44:58 +00:00
Richard Levitte
ea4df8ad62
Reformat the CFLAG string so it can be made part of a C string.
...
Incidently, this works pretty well on the command line as well.
PR: 52
2002-05-30 18:07:30 +00:00
Richard Levitte
dbf50f36c4
Support the newly release gcc 3.1 on 64-bit Solaris. Not automatic.
...
PR: 57
2002-05-30 17:28:34 +00:00
Richard Levitte
d49ceb3328
Support shared libraries properly on linux-sparcv[89].
...
PR: 60
2002-05-30 17:08:47 +00:00
Richard Levitte
d66c022a1f
Check the return values where memory allocation failures may happen.
...
PR: 49
2002-05-30 16:49:00 +00:00
Richard Levitte
04c8e99b39
CAformat should not be used for CA key format.
2002-05-30 16:24:33 +00:00
Richard Levitte
09402efb93
pod2man.pl would only remove the first LF from the name.
2002-05-30 15:30:27 +00:00
Richard Levitte
2619064e09
Apparently, there are still chances we have to deal with buggy pod2man versions.
...
Deal with that by testing any available pod2man and using it if appropriate,
and falling back to util/pod2man.pl if none was found.
2002-05-30 15:18:19 +00:00
Richard Levitte
3cda197ee3
Avoid freeing certain things twice.
...
PR: 43
2002-05-30 12:51:16 +00:00
Richard Levitte
c019099cb6
Correct darwin shared library support.
...
PR: 39
2002-05-30 12:17:03 +00:00
Richard Levitte
043e8ec568
Some shlib extensions were in the wrong field
2002-05-30 10:47:36 +00:00
Richard Levitte
e57a8c732b
Our copy of pod2man.pl is old and comparatively broken, so lets remove it.
...
PR: 30
2002-05-30 10:18:32 +00:00
Richard Levitte
da0bab4c0c
Remove the duplicate description of -out.
...
PR: 28
2002-05-30 06:24:41 +00:00
Dr. Stephen Henson
9b652e84a8
Make i2c_ASN1_BIT_STRING return the correct length.
2002-05-29 23:13:16 +00:00
Richard Levitte
b91c29147b
Set DLOPEN_FLAG the same way on NetBSD as on OpenBSD.
...
PR: 58, submitted by andrew@cis.uoguelph.ca
2002-05-29 20:55:25 +00:00
Richard Levitte
1af4d83565
There is a chance that the input string is larger than size, and on VMS,
...
this wasn't checked and could possibly be exploitable (slim chance, but still)
2002-05-29 08:31:30 +00:00
Lutz Jänicke
c1febe86d1
Remove item listed twice <kromJx@crosswinds.net>.
2002-05-28 17:47:17 +00:00
Richard Levitte
6c53759a50
Recover from errors
2002-05-23 23:33:22 +00:00