Hello community,

here is the log from the commit of package xulrunner for openSUSE:Factory 
checked in at 2014-12-03 22:48:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xulrunner (Old)
 and      /work/SRC/openSUSE:Factory/.xulrunner.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xulrunner"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xulrunner/xulrunner.changes      2014-11-14 
09:19:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xulrunner.new/xulrunner.changes 2014-12-03 
22:49:10.000000000 +0100
@@ -1,0 +2,16 @@
+Sun Nov 30 12:15:59 UTC 2014 - w...@rosenauer.org
+
+- update to 31.3.0 (bnc#908009)
+  * MFSA 2014-83/CVE-2014-1587
+    Miscellaneous memory safety hazards
+  * MFSA 2014-85/CVE-2014-1590 (bmo#1087633)
+    XMLHttpRequest crashes with some input streams
+  * MFSA 2014-87/CVE-2014-1592 (bmo#1088635)
+    Use-after-free during HTML5 parsing
+  * MFSA 2014-88/CVE-2014-1593 (bmo#1085175)
+    Buffer overflow while parsing media content
+  * MFSA 2014-89/CVE-2014-1594 (bmo#1074280)
+    Bad casting from the BasicThebesLayer to BasicContainerLayer
+- readded mozilla-pkgconfig.patch
+
+-------------------------------------------------------------------

Old:
----
  l10n-31.2.0.tar.xz
  xulrunner-31.2.0-source.tar.xz

New:
----
  l10n-31.3.0.tar.xz
  mozilla-pkgconfig.patch
  xulrunner-31.3.0-source.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xulrunner.spec ++++++
--- /var/tmp/diff_new_pack.B1178h/_old  2014-12-03 22:49:16.000000000 +0100
+++ /var/tmp/diff_new_pack.B1178h/_new  2014-12-03 22:49:16.000000000 +0100
@@ -17,10 +17,10 @@
 #
 
 
-%define version_internal 31.2.0
+%define version_internal 31.3.0
 %define apiversion 31
-%define uaweight 3120000
-%define releasedate 2014101100
+%define uaweight 3130000
+%define releasedate 2014112600
 %define shared_js 0
 %define has_system_nspr  1
 %define has_system_nss   1
@@ -107,6 +107,7 @@
 Patch1:         toolkit-download-folder.patch
 Patch2:         mozilla-nongnome-proxies.patch
 Patch3:         mozilla-prefer_plugin_pref.patch
+Patch4:         mozilla-pkgconfig.patch
 Patch6:         mozilla-preferences.patch
 Patch7:         mozilla-language.patch
 Patch8:         mozilla-ntlm-full-path.patch
@@ -218,6 +219,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1


++++++ compare-locales.tar.xz ++++++

++++++ create-tar.sh ++++++
--- /var/tmp/diff_new_pack.B1178h/_old  2014-12-03 22:49:16.000000000 +0100
+++ /var/tmp/diff_new_pack.B1178h/_new  2014-12-03 22:49:16.000000000 +0100
@@ -2,8 +2,8 @@
 
 CHANNEL="esr31"
 BRANCH="releases/mozilla-$CHANNEL"
-RELEASE_TAG="FIREFOX_31_2_0esr_RELEASE"
-VERSION="31.2.0"
+RELEASE_TAG="FIREFOX_31_3_0esr_RELEASE"
+VERSION="31.3.0"
 
 # mozilla
 if [ -d mozilla ]; then

++++++ l10n-31.2.0.tar.xz -> l10n-31.3.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/xulrunner/l10n-31.2.0.tar.xz 
/work/SRC/openSUSE:Factory/.xulrunner.new/l10n-31.3.0.tar.xz differ: char 26, 
line 1

++++++ mozilla-pkgconfig.patch ++++++
From: Wolfgang Rosenauer
Subject: pkgconfig tuning

diff --git a/xulrunner/installer/Makefile.in b/xulrunner/installer/Makefile.in
--- a/xulrunner/installer/Makefile.in
+++ b/xulrunner/installer/Makefile.in
@@ -32,16 +32,19 @@ include $(topsrcdir)/config/rules.mk
 
 INSTALL_SDK = 1
 
 include $(topsrcdir)/toolkit/mozapps/installer/signing.mk
 include $(topsrcdir)/toolkit/mozapps/installer/packager.mk
 
 # Add pkg-config files to the install:: target
 
+# the apilibdir always ends with 1.9 as every patch update will provide a link
+apilibdir = $(dir $(installdir))xulrunner-31
+
 pkg_config_files = \
        libxul.pc \
        libxul-embedding.pc \
        mozilla-js.pc \
        mozilla-plugin.pc \
        $(NULL)
 
 ifdef MOZ_NATIVE_NSPR
@@ -69,16 +72,17 @@ pkg_config_files += mozilla-nss.pc
 endif
 
 %.pc: $(srcdir)/%.pc.in $(GLOBAL_DEPS)
        cat $< | sed \
        -e "s|%prefix%|$(prefix)|" \
        -e "s|%includedir%|$(includedir)|" \
        -e "s|%idldir%|$(idldir)|" \
        -e "s|%sdkdir%|$(sdkdir)|" \
+       -e "s|%libdir%|$(apilibdir)|" \
        -e "s|%MOZ_APP_NAME%|$(MOZ_APP_NAME)|" \
        -e "s|%MOZILLA_VERSION%|$(MOZ_APP_VERSION)|" \
        -e "s|%WCHAR_CFLAGS%|$(WCHAR_CFLAGS)|" \
        -e "s|%FULL_NSPR_LIBS%|$(FULL_NSPR_LIBS)|" \
        -e "s|%FULL_NSPR_CFLAGS%|$(FULL_NSPR_CFLAGS)|" \
        -e "s|%NSPR_NAME%|$(NSPR_NAME)|" \
        -e "s|%NSPR_VERSION%|$(NSPR_VERSION)|" \
        -e "s|%MOZ_XUL_LINK%|$(MOZ_XUL_LINK)|" \
diff --git a/xulrunner/installer/libxul-embedding.pc.in 
b/xulrunner/installer/libxul-embedding.pc.in
--- a/xulrunner/installer/libxul-embedding.pc.in
+++ b/xulrunner/installer/libxul-embedding.pc.in
@@ -1,10 +1,11 @@
 prefix=%prefix%
 sdkdir=%sdkdir%
 includedir=%includedir%
 idldir=%idldir%
 
 Name: libxul-embedding
 Description: Static library for version-independent embedding of the Mozilla 
runtime
 Version: %MOZILLA_VERSION%
-Libs: -L${sdkdir}/lib -lxpcomglue -ldl
+Requires: %NSPR_NAME% >= %NSPR_VERSION%
+Libs: -L${sdkdir}/sdk/lib -lxpcomglue -ldl
 Cflags: -DXPCOM_GLUE -I${includedir} %WCHAR_CFLAGS%
diff --git a/xulrunner/installer/libxul.pc.in b/xulrunner/installer/libxul.pc.in
--- a/xulrunner/installer/libxul.pc.in
+++ b/xulrunner/installer/libxul.pc.in
@@ -1,10 +1,11 @@
 prefix=%prefix%
 sdkdir=%sdkdir%
+libdir=%libdir%
 includedir=%includedir%
 idldir=%idldir%
 
 Name: libxul
 Description: The Mozilla Runtime and Embedding Engine
 Version: %MOZILLA_VERSION%
 Requires: %NSPR_NAME% >= %NSPR_VERSION%
 Libs: -L${sdkdir}/lib %MOZ_XUL_LINK%
diff --git a/xulrunner/installer/mozilla-js.pc.in 
b/xulrunner/installer/mozilla-js.pc.in
--- a/xulrunner/installer/mozilla-js.pc.in
+++ b/xulrunner/installer/mozilla-js.pc.in
@@ -1,10 +1,11 @@
 prefix=%prefix%
 sdkdir=%sdkdir%
+libdir=%libdir%
 includedir=%includedir%
 
 Name: JavaScript
 Description: The Mozilla JavaScript Library
 Version: %MOZILLA_VERSION%
 Requires: %NSPR_NAME% >= %NSPR_VERSION%
-Libs: -L${sdkdir}/lib %MOZ_JS_LINK%
+Libs: -Wl,-rpath,${libdir} -L${sdkdir}/lib %MOZ_JS_LINK%
 Cflags: -I${includedir} -DXP_UNIX -DJS_THREADSAFE
++++++ source-stamp.txt ++++++
--- /var/tmp/diff_new_pack.B1178h/_old  2014-12-03 22:49:16.000000000 +0100
+++ /var/tmp/diff_new_pack.B1178h/_new  2014-12-03 22:49:16.000000000 +0100
@@ -1,2 +1,2 @@
-REV=d14010cafcab
+REV=f416e15cc2c5
 REPO=http://hg.mozilla.org/releases/mozilla-esr31

++++++ xulrunner-31.2.0-source.tar.xz -> xulrunner-31.3.0-source.tar.xz ++++++
/work/SRC/openSUSE:Factory/xulrunner/xulrunner-31.2.0-source.tar.xz 
/work/SRC/openSUSE:Factory/.xulrunner.new/xulrunner-31.3.0-source.tar.xz 
differ: char 26, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to