[notify] firefox: updated to 23.0
Security fixes. See https://www.mozilla.org/security/known-vulnerabilities/firefox.html
This commit is contained in:
parent
08cb31ca52
commit
42e8f35eb0
File diff suppressed because it is too large
Load Diff
@ -1,2 +1,2 @@
|
||||
4ffb6d1c1a04ca8e3dbca23df09626dd firefox-22.0.source.tar.bz2
|
||||
c3075f4f9ec16a78c182a4555a8e1717 mozconfig
|
||||
794e0139c4df0392146353c655d94bb9 firefox-23.0.source.tar.bz2
|
||||
cd325357922ce13bbc1e5c01eee1244f mozconfig
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: nss, libidl, gtk, python, alsa-lib, yasm, mesa3d
|
||||
|
||||
name=firefox
|
||||
version=22.0
|
||||
version=23.0
|
||||
release=1
|
||||
source=(ftp://ftp.mozilla.org/pub/firefox/releases/$version/source/firefox-$version.source.tar.bz2
|
||||
mozconfig)
|
||||
@ -21,6 +21,7 @@ build() {
|
||||
./configure
|
||||
|
||||
mkdir $SRC/mozilla-release/js/src/.deps
|
||||
for i in $(find |grep -e '\.def$'); do mv -v $i $i.orig; cat $i.orig | sed 's/;+//' | sed 's/;;//' | sed 's/ DATA //' | grep -v ";-" |sed 's/;.*/;/' > $i; done
|
||||
|
||||
make
|
||||
|
||||
|
@ -14,8 +14,8 @@ ac_add_options --prefix=/usr
|
||||
ac_add_options --with-system-zlib
|
||||
ac_add_options --with-system-mng
|
||||
ac_add_options --with-system-png
|
||||
ac_add_options --with-system-nspr
|
||||
ac_add_options --with-system-nss
|
||||
#ac_add_options --with-system-nspr
|
||||
#ac_add_options --with-system-nss
|
||||
ac_add_options --enable-system-ffi
|
||||
ac_add_options --enable-system-pixman
|
||||
ac_add_options --with-pthreads
|
||||
|
Loading…
x
Reference in New Issue
Block a user