Log of /trunk/Mix/Install
Parent Directory
|
Revision Log
Revision
692 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 23 00:11:56 2003 UTC
(9 years, 4 months ago)
by
dybbuk
File length: 23406 byte(s)
Diff to
previous 691
I *think* this may keep the Install script from messing up on Windows, as it is always trying to compile ZLib and PCRE on that platform. Do we have any Windows folks out there who can test this?
Revision
689 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Dec 21 05:33:28 2003 UTC
(9 years, 5 months ago)
by
rabbi
File length: 23375 byte(s)
Diff to
previous 685
Now supports AES if OpenSSL 0.9.7 through 0.9.7c are detected. (Prompts for support decision if unknown version is used.)
The Mixmaster binary is now called "mixmaster" instead of "mix".
Revision
393 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Dec 8 20:29:25 2002 UTC
(10 years, 5 months ago)
by
dybbuk
File length: 21767 byte(s)
Diff to
previous 388
This patch should fix bug #612492, which was preventing people from
compiling in or installing to paths which contained spaces. Liberal
use of quotes should keep the shell from misunderstanding things, but
I'd still advise folks to avoid spaces in directory names, just to be
on the safe side. :)
Revision
379 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 18 22:04:13 2002 UTC
(10 years, 7 months ago)
by
rabbi
File length: 21626 byte(s)
Diff to
previous 341
I'm tagging MAIN as 3.0a1. I've also added a new file, Makefile-sh.in, which is the pre-autoconf Makefile.in. If Mixmaster is installed via the Install script, this file will be used. Once autoconf support is more stable, we can remove thisand the Install script.
Revision
232 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 10 06:15:13 2002 UTC
(10 years, 8 months ago)
by
rabbi
File length: 21535 byte(s)
Diff to
previous 220
Now actually adds the passphrase to the config file if it isn't already
there, and we're not compiling it in. Thanks, noise.
Revision
220 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 6 21:04:16 2002 UTC
(10 years, 8 months ago)
by
rabbi
File length: 21449 byte(s)
Diff to
previous 210
Updated documentation for {IN,OUT}DUMMYP, and to reflect changes in
remailer defaults.
Mixmaster now has a sanity-check on the number of dummy messages
generated automatically.
Fixed typos in mix.1 and Install.
Install now prompts before using a previously generated Makefile.
Revision
159 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 21 16:03:12 2002 UTC
(10 years, 9 months ago)
by
weaselp
File length: 21009 byte(s)
Diff to
previous 157
Secret plan to get rid of IDEA stage (1):
The Install script detects - in a reliable fashion - whether idea support
is available. It only defines USE_IDEA if this is the case. On operating
systems that lack the patented IDEA algorithm (OpenBSD and Debian for
instance) a warning is printed but building and installation is not
halted.
Revision
157 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 21 15:24:28 2002 UTC
(10 years, 9 months ago)
by
weaselp
File length: 20537 byte(s)
Diff to
previous 125
Add support for PASSPHRASE in the config file to the Install script (which
needs to die RSN!).
Revision
125 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 9 18:00:06 2002 UTC
(10 years, 9 months ago)
by
rabbi
File length: 19457 byte(s)
Diff to
previous 112
Added identification logic for the new OpenSSL versions (0.9.6e{e,f,g}).
Now prints a warning if using OpenSSL 0.9.4 through 0.9.6e. Still allows
building with these versions.
Revision
103 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 24 07:58:55 2002 UTC
(10 years, 9 months ago)
by
weaselp
File length: 18940 byte(s)
Diff to
previous 100
USE_IDEA is no longer default in config.h. It always gets defined by the Install script instead.
Revision
100 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 24 06:50:53 2002 UTC
(10 years, 9 months ago)
by
rabbi
File length: 18883 byte(s)
Diff to
previous 93
Fixed a version check issue with OpenSSL.(We were incorrectly recognising
0.9.5a as 0.9.6a, and not recognising 0.9.6a.)
Changed the zlib text to ask for the non-vulnerable version. We should
check the zlib version at Install time, but that will be done when we move
to autoconf.
Revision
93 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 11 02:39:33 2002 UTC
(10 years, 10 months ago)
by
rabbi
File length: 18782 byte(s)
Diff to
previous 92
Modified the Install script to properly locate opensslv.h. It now checks
in both $INCDIR/openssl and $INCDIR/ for the file.
Also, I reverted back to the version checking that was done in 2.9beta23,
and added special case exceptions for the four OpenSSL versions with
alphanumeric designations prior to the main version check, since Bourne
shell cannot handle multiple bases and bash is not universal.
Also,I modifed the "upgrade" script for clarity, and changed the default
from "y" to "n" for activating Type I remailers on installation.
Lastly, I performed pre-release configuration file updates. Ready for
2.9b35.
Revision
92 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 10 04:57:06 2002 UTC
(10 years, 10 months ago)
by
rabbi
File length: 18305 byte(s)
Diff to
previous 8
Changed default naming of the ERRLOG to conform with Mixmaster's log file
conventions. Will not affect upgraded installations.
Revision
8 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 2 21:48:21 2001 UTC
(11 years, 6 months ago)
by
rabbi
File length: 18302 byte(s)
Diff to
previous 1
Make Mix 2.9beta31 work on OpenBSD:
OpenBSD has no /usr/include/ssl/openssl, just /usr/include/ssl.
OpenBSD SSL has no patented algorithm IDEA. Use other libidea.a.
General bug fix (eliminates a bogus error message):
OpenSSL version numbers in hex, not decimal. Must compare as hex (16#)
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.