diff options
author | bapt <bapt@FreeBSD.org> | 2014-08-04 17:11:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-08-04 17:11:25 +0800 |
commit | 29ca14298ef0db26d8ef8810f35a8e8d4368e12f (patch) | |
tree | 1e9acf477fa72cf7c888cc484c96bd4f207a487a /www/linux-firefox | |
parent | 95cd0aca7d833ed9707fa1bc2d6528f8ed54c76d (diff) | |
download | freebsd-ports-gnome-29ca14298ef0db26d8ef8810f35a8e8d4368e12f.tar.gz freebsd-ports-gnome-29ca14298ef0db26d8ef8810f35a8e8d4368e12f.tar.zst freebsd-ports-gnome-29ca14298ef0db26d8ef8810f35a8e8d4368e12f.zip |
Update mozilla ports:
- firefox 31.0
- firefox-esr 24.7.0
- libxul 24.7.0
- seamonkey 2.26.1
- thunderbird 31.0
Among changes:
- add workaround for crash with openldap on thunderbird and seamonkey [1]
- add crashfix for architectures with strict alignmentment
- backport crashfix with system sqlite/nss on firefox-esr and thunderbird
- restore hooking jemalloc in sqlite on freebsd 10+
- fix thunderbird build with -jN [2]
- respect MAKE_JOBS_NUMBER regardless of kern.smp.cpus [2]
- define CPE_URI for nspr/nss and firefox/thunderbird/seamonkey
- require recent gstreamer1-libav i386 crashfix
- add DTRACE option for use with DTraceToolkit (js_flowtime.d, js_who.d, etc)
PR: 165263 [1]
PR: 184630 [2]
Submitted by: Jan Beich
Diffstat (limited to 'www/linux-firefox')
-rw-r--r-- | www/linux-firefox/Makefile | 2 | ||||
-rw-r--r-- | www/linux-firefox/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/linux-firefox/Makefile b/www/linux-firefox/Makefile index 4f117bab68e4..8da7b9a9b8dc 100644 --- a/www/linux-firefox/Makefile +++ b/www/linux-firefox/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= firefox -DISTVERSION= 30.0 +DISTVERSION= 31.0 PORTEPOCH= 1 CATEGORIES= www ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/linux-i686/en-US diff --git a/www/linux-firefox/distinfo b/www/linux-firefox/distinfo index a9c089c426e3..0a159dcce19a 100644 --- a/www/linux-firefox/distinfo +++ b/www/linux-firefox/distinfo @@ -1,5 +1,5 @@ -SHA256 (firefox-30.0.tar.bz2) = 4bca44a1ba94bf5616f7ea650e37cd3e5a719546def9e4a08ee88aedbc3a4db6 -SIZE (firefox-30.0.tar.bz2) = 37350490 +SHA256 (firefox-31.0.tar.bz2) = 13b4297db52ef851b38f292eba2b2136e4c2f1453e004012fe8b1fbcf000abce +SIZE (firefox-31.0.tar.bz2) = 39743397 SHA256 (glib2-2.22.2-2.fc12.i686.rpm) = e3b459c245ec14e7248e9de4b506963a4773407f3e58835db5070d0ed02ecc99 SIZE (glib2-2.22.2-2.fc12.i686.rpm) = 1162908 SHA256 (gtk2-2.18.3-19.fc12.i686.rpm) = aea9cf7ffe9c8dae0faa2bf3d2aa1b2117c55dce03da72dcce8c268279ec0a4b |