- improved detection of common character sequences
- improved generation of random passphrases with non-default settings
(including expanded range of possible bit sizes)
- code robustness improvements
"ClamAV 0.97.8 addresses several reported potential security bugs.
Thanks to Felix Groebert of the Google Security Team for finding and
reporting these issues."
- fixes in PE and autoit decoding
- off by one malloc in SIS format handler
- minor changes to freshclam
- add error checking in md5 (memcpy etc.)
The autobox pragma allows methods to be called on integers, floats,
strings, arrays, hashes, and code references in exactly the same manner
as blessed references.
The autoboxing is transparent: boxed values are not blessed into their
(user-defined) implementation class (unless the method elects to bestow
such a blessing) - they simply use its methods as though they are.
ok sthen@
* Save options directly specified for download in --save-session
* Save URI returned only from FileEntry::getRemainingUris()
* Use info level log for system trusted ca imports failure
* Implement simple Happy Eyeballs for HTTP/FTP downloads
Ok benoit@
pushed upstream as https://bugs.webkit.org/show_bug.cgi?id=114978)
Seems to fix xombrero/surf crashes on amd64, and seems to magically make
webkit sort-of usable (ie dead-slow, but js seems to work) on powerpc.
(symptom : ** Message: console message: undefined @0: RangeError: Maximum
call stack size exceeded.)
Note : webkit still fails to build on mips64* and hppa. sigh.
ok jasper@
OpenVPN port, "exec" was added to route(8) which provides the same support
in a more general way. use a command like this instead:
"route -T <table#> exec openvpn -daemon ..."
Virtuoso is a high-performance object-relational SQL database. As
a database, it provides transactions, a smart SQL compiler, powerful
stored-procedure language with optional Java and .Net server-side
hosting, hot backup, SQL-99 support and more. It has all major
data-access interfaces, such as ODBC, JDBC, ADO .Net and OLE/DB.
"I looked at virtuoso and it gave me too much headaches.
Import it then (and polish in-tree)" landry@