Installation changes like with tcllib.
Mentry and wcb are now in tklib.
Too many patches for stupidities.
Thanks to Steve Havelka for distfile hosting.
ok landry@
Some stuff went upstream.
Instead of doing all that ridiculous work in the Makefile,
I've moved it all to Tcllib's installer itself.
This should make future updates a lot less painful.
Thanks to Steve Havelka for distfile hosting.
ok landry@; thanks zhuk@
Fixes the following bugs:
Bug 927687: Avoid unsigned integer wrapping in PL_ArenaAllocate (possible CVE?, not confirmed yet)
Bug 770534: eliminate possible pointer overflow in PL_ArenaAllocate().
Bug 888546: PR_ImportUDPSocket doesn't work.
No release notes yet.
Note: This is what will be shipped within Fx 25.0.1, per #935568 & #935959.
take a stronger stance and remove evutil_secure_rng_add_bytes() from
libevent's API. Nothing calls it anyway, and there's even a big scary
warning (tm) in libevent's header..
---
You should almost never need to call this function; it should be
sufficient to invoke evutil_secure_rng_init(), or let Libevent take
care of calling evutil_secure_rng_init() on its own.
If you call this function as a _replacement_ for the regular
entropy sources, then you need to be sure that your input
contains a fairly large amount of strong entropy. Doing so is
notoriously hard: most people who try get it wrong. Watch out!
---
Bump event_core major, and remove the now useless configure.in patch.
Discussed with/ok sthen@
Fixes this problem (notified by sthen):
Use of uninitialized value in pattern match (m//) at
/usr/local/libdata/perl5/site_perl/Net/Server.pm line 600.
From sthen:
one of the tests fails if you have IO::Socket::SSL installed (it tries to run a local ssl
server and connect to it but fails due to it being an unknown ca, IO::Socket::SSL defaults got
tighter) but that isn't new and isn't a real problem
ok sthen, gonzalo
have become pretty useless nowadays (and the pkg tools do not display
them anyway).
Some which contained valuable information have been turned into READMEs.
ok jasper@ sthen@
input/ok naddy@