diff options
author | ryoon <ryoon@pkgsrc.org> | 2013-11-02 22:57:55 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2013-11-02 22:57:55 +0000 |
commit | 52cd6d817d6e77e140d76947a5728d0492baad52 (patch) | |
tree | caa7f687e1768cb2408405980267e9a4668b01c6 /www/firefox/patches/patch-ao | |
parent | 8b99c665d7c336b06788192b10c70bcec9d52e2a (diff) | |
download | pkgsrc-52cd6d817d6e77e140d76947a5728d0492baad52.tar.gz |
Update to 25.0
* Enable pulseaudio by default, OSS support is dropped, and ALSA support
on NetBSD does not work properly for me
* Enable GStremer support for non-webm and non-theora video support
* Create alsa option, and enabled on Linux by default
Changelog:
NEW
Web Audio support
NEW
The find bar is no longer shared between tabs
CHANGED
If away from Firefox for months, you now will be offered the option to reset it to its default state while preserving your essential information
CHANGED
Resetting Firefox no longer clears your browsing session
DEVELOPER
CSS3 background-attachment:local support to control background scrolling
DEVELOPER
Many new ES6 functions implemented
HTML5
iframe document content can now be specified inline
FIXED
Blank or missing page thumbnails when opening a new tab
FIXED
Security fixes can be found here
Fixed in Firefox 25
MFSA 2013-102 Use-after-free in HTML document templates
MFSA 2013-101 Memory corruption in workers
MFSA 2013-100 Miscellaneous use-after-free issues found through ASAN fuzzing
MFSA 2013-99 Security bypass of PDF.js checks using iframes
MFSA 2013-98 Use-after-free when updating offline cache
MFSA 2013-97 Writing to cycle collected object during image decoding
MFSA 2013-96 Improperly initialized memory and overflows in some JavaScript functions
MFSA 2013-95 Access violation with XSLT and uninitialized data
MFSA 2013-94 Spoofing addressbar though SELECT element
MFSA 2013-93 Miscellaneous memory safety hazards (rv:25.0 / rv:24.1 / rv:17.0.10)
Diffstat (limited to 'www/firefox/patches/patch-ao')
-rw-r--r-- | www/firefox/patches/patch-ao | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/www/firefox/patches/patch-ao b/www/firefox/patches/patch-ao index 2377385922d..21e7af6cbdf 100644 --- a/www/firefox/patches/patch-ao +++ b/www/firefox/patches/patch-ao @@ -1,15 +1,17 @@ -$NetBSD: patch-ao,v 1.9 2013/05/23 13:12:13 ryoon Exp $ +$NetBSD: patch-ao,v 1.10 2013/11/02 22:57:55 ryoon Exp $ ---- toolkit/mozapps/installer/packager.mk.orig 2013-03-26 22:18:05.000000000 +0000 +--- toolkit/mozapps/installer/packager.mk.orig 2013-10-25 22:27:43.000000000 +0000 +++ toolkit/mozapps/installer/packager.mk -@@ -911,8 +911,8 @@ endif +@@ -680,9 +680,9 @@ endif (cd $(DIST)/$(MOZ_PKG_DIR) && $(TAR) --exclude=precomplete $(TAR_CREATE_FLAGS) - .) | \ (cd $(DESTDIR)$(installdir) && tar -xf -) $(NSINSTALL) -D $(DESTDIR)$(bindir) - $(RM) -f $(DESTDIR)$(bindir)/$(MOZ_APP_NAME) - ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir) +-ifdef INSTALL_SDK # Here comes the hard part + $(RM) -f $(DESTDIR)$(bindir)/$(MOZILLA_PKG_NAME) + ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir)/$(MOZILLA_PKG_NAME) - ifdef INSTALL_SDK # Here comes the hard part ++ifeq ($(MOZ_APP_NAME),xulrunner) $(NSINSTALL) -D $(DESTDIR)$(includedir) (cd $(DIST)/include && $(TAR) $(TAR_CREATE_FLAGS) - .) | \ + (cd $(DESTDIR)$(includedir) && tar -xf -) |