investigation
- explicitely set some configure switches
- use wheel as "system-groups" instead of non-existent "sys"
- enable raw printing
- respect CFLAGS
- add GSSAPI support
- tweak gecos
- add missing @sample
- introduce a no_java flavor because now we can build OOo w/o having jdk and
other java dependencies installed
- introduce a parallel flavor that allows people to build OOo with parallel
processes. to achieve this we use a so called "non-blocking" cat, so
another distfile has been added in order two provide to pre-built static
binaries with the needed modifications (for amd64 and i386)
By default we run a parallel build with NCPU+1 processes.
- remove unneccessary patch files
- fix some dependencies
The YAML specification is huge. Really, really huge. It contains all
the functionality of XML, except with flexibility and choice, which
makes it easier to read, but with a formal specification that is more
complex than XML.
The original pure-Perl implementation YAML costs just over 4 megabytes
of memory to load. Just like with Windows .ini files (3 meg to load)
and CSS (3.5 meg to load) the situation is just asking for a YAML::Tiny
module, an incomplete but correct and usable subset of the
functionality, in as little code as possible.
This module lets you defer actions that will take place when the control
flow returns into an upper scope. Currently, you can hook an upper
scope end, or localize variables, array/hash values or deletions of
elements in higher contexts. You can also return to an upper level and
know which context was in use then.
can recover keys once enough data packets have been captured.
It implements the standard FMS attack along with some optimizations
like KoreK attacks, thus making the attack much faster compared to
other WEP cracking tools. In fact, aircrack is a set of tools for
auditing wireless networks.
From Benoit Lecocq.
Note: aireplay-ng can cause kernel panics (as reported by David
Coppa), so this isn't yet connected to the build. But having it in
the tree may get some more people testing driver patches.
prodded by and ok fgsch@
"sounds like a plan" ckuethe@