- Remove patches included in upstream repository
- Update cacerts (from FreeBSD)
- Add build-bootjdk makefile target in prep for new bootstrap
- Allow changes to LD_LIBRARY_PATH so that new bootstrap will work
okay sthen@, dcoppa@, ian@
lightning 3.1.
- See http://www.seamonkey-project.org/releases/seamonkey2.26/
- Fixes MFSA 2014-34,36->39,41->47
- remove now useless config.mk patch, was only here for enigmail
- add patches to fix lightning display (#1001985)
- set spellchecker.dictionary_path to look for systemwide dicts
(note that seamonkey-i18n is not update yet on purpose, as 2.26 final is
not yet available, langpacks are not there *yet* - will be fixed tmrw)
- building from firefox-esr source tarball will allow us to better track
security fixes.. and download one less distfile.
- remove the two config/system-headers patches from #944454, were merged
in esr24 branch.
Went in a bulk build without fallout..
- See http://www.mozilla.org/en-US/firefox/24.5.0/releasenotes/
- Fixes MFSA-2014-34,35,37,38,42,43,44 & 46
- add a default prefs all-openbsd.js file, pointing
spellchecker.dictionary_path to ${LOCALBASE}/share/mozilla-dicts/ so
that systemwide dictionaries are looked for by default.
- while here the same file disables safebrowsing feature, as is already
done in www/mozilla-firefox.
- See http://www.mozilla.org/en-US/firefox/29.0/releasenotes/
- Fixes MFSA 2014-34->47
- add spellchecker.dictionary_path as a default pref in all-openbsd.js,
pointing to ${LOCALBASE}/share/mozilla-dicts/ so that it looks for
systemwide dictionaries.
- Remove now useless patch-extensions_spellcheck_hunspell_src_mozHunspell_cpp
- Add patch for #990196, tries to use INSTALL_SCRIPT during build which
badly fails as user.
Note that starting with Fx 29, the sync protocol v1.1 used by
www/mozilla-sync still works but is not advertised anymore, and will be
phased out by v1.5 in Fx 31. www/mozilla-sync port will be updated in the
meantime, but users will have to reconfigure all their instances...
- enforce dependency on nss 3.16
- fix spellchecking by building against systemwide hunspell. For some
reason the bundled hunspell can't open its own dict (#991278)
- add SHELL=/bin/sh as mozbuild now relies on it
- remove now useless default MODGNU_CONFIG_GUESS_DIRS & MOZILLA_SUBST_FILES
- Fixed cppcheck detected warnings and errors
- Default file name for entropy in Windows is now "secret.txt"
- dw_substr() bounds check updated
- More validation done with DNS packets sent to Deadwood
- Dashes can now be the first character of a black listed domain
Pluss -> fix for some not-really-explained blind spoofing attack
(http://samiam.org/blog/20131202.html)
OK sthen@
Call AllowEvents after grabbed events on a drawin.
When we get an event due to a previous GrabButtons call, we have
to continue normal event processing again, because the server froze
the input device for us. Without this, everything appears to freeze.