This repository has been archived by the owner on Nov 24, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathREADME.txt
81 lines (60 loc) · 2.39 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
IMOPORTANT NOTE: This project is NOT under active development
and should be considered abandonware. Feel free to fork it
to continue development, or have a look at one of the many
existing forks to see if anyone else has continued with any
significant development.
-----------
Miredo for OSX Preview 2
http://www.deepdarc.com/2007/02/21/miredo-osx/
Packaged by Robert Quattlebaum <[email protected]>
-----------
This package contains the following software packages:
Miredo (GPL) - http://www.remlab.net/miredo/
libJudy (LGPL) - http://judy.sourceforge.net/
OSX tuntap drivers (Other License, see COPYING in tuntap
dir) - http://www-user.rhrk.uni-kl.de/~nissler/tuntap/
Anything else included in this package which is not a part of
the above three projects can be considered public domain unless
clearly marked otherwise.
A diff has been applied to the stock 1.0.6 miredo, which can be
found in misc/miredo.diff.
IMPORTANT: This package is a prerelease version intended for
early adopters, and is NOT intended for widespread deployment.
If you decide to install and use this experimental package, you
should subscribe to the miredo mailing list, paying serious
attention to any security advisories.
In this release, Miredo does not drop privileges! This means
that if a remote code execution flaw is found in miredo 1.0.6,
then your machine could be easily compromised. (Miredo usually
drops privileges when running, which makes the effects of a
remote code execution hole less damaging) Just be aware of it,
and don't "install and forget".
*** Important Build targets:
make package
Builds the installer package, and creates both a zip
and a tarball
make zip
Builds the installer package, building a zip
make tarball
Builds the installer package, building a tarball
make clean
Wipes clean the build and all intermediate files. (erases
the build directory, any built packages, etc)
*** Obscure Build Targets:
make miredo
Builds miredo. (Will also build libjudy)
make tuntap
Builds the tuntap drivers.
make uninst-script
Builds the uninstall script
make libjudy
Builds both x86 and ppc versions of libjudy
(static-link only)
make libjudy-bootstrap
Bootstraps libjudy. You shouldn't have to use this
target.
make mrproper
A more complete version of the 'clean' target. Rolls
back any autoconf stuff in the packages. Don't do this
unless you have autoconf, automake, and libtool
installed and up to date.