- switch to use rspec3
many thanks to upstream for promptly merging my patches to get specinfr2
working on OpenBSD (including the routing table matchers). if there's a
matcher that doesn't work on OpenBSD, please do let me know.
had most or even all intermediate versions running, some of them
introduced problems, that were fixed in following version, introducing
new problems, ...
Have this now running since a few weeks without issues
had most or even all intermediate versions running, some of them
introduced problems, that were fixed in following version, introducing
new problems, ...
Have this now running since a few weeks without issues
- See http://www.seamonkey-project.org/releases/seamonkey2.30/
- Fixes MFSA 2014-74-->82
- build with systemwide icu4c, workarounds #1064665 (and as a side
effect shrinks the libs/packages by 1 or 2 megs)
- for consistency with firefox, build with gstreamer1 instead of
gstreamer-0.10
- add patch-toolkit_library_libxul_mk from bug #1036832 to workaround a
linking failure with our ancient binutils
- remove patch-media_libvpx_Makefile_in from #982693 fixing libvpx build
on i386, a variation of it was merged upstream
- remove patch-mozilla_js_src_configure_in, didnt apply anymore and was
useless
- See https://www.mozilla.org/en-US/firefox/33.0/releasenotes/
- Fixes MFSA 2014-74-->82
- build with systemwide icu4c, workarounds #1064665 (and as a side
effect shrinks the libs/packages by 1 or 2 megs)
- add patch-toolkit_library_libxul_mk from bug #1036832 to workaround a
linking failure with our ancient binutils
- remove patch-media_libvpx_Makefile_in from #982693 fixing libvpx build
on i386, a variation of it was merged upstream
tested by bcallah@, benoit@ and Fabian Raetz, thanks!
- enforce dependency on sqlite3>=28 (sqlite 3.8.5), nss 3.17.2 and nspr
4.10.7.
- add handling for 'rc' in MOZILLA_VERSION, MOZILLA_DIST_VERSION and
MOZILLA_VER
- when 'rc' is set, fetch the corresponding candidate build from the
appropriate dir on the mirror
There have been some default settings changes so everyone upgrading will
have to look at merging some potential config changes. The backwards compat
mode will ensure existing configs work as is but users should look at updating
their configs and especially keep master.cf in mind due to the default chroot
setting.
http://www.postfix.org/COMPATIBILITY_README.html
ok sthen@