mozjs52 (52.9.1-1) unstable; urgency=medium * Team upload * New upstream release - CVE-2017-7810, CVE-2017-7826, CVE-2018-5089, CVE-2018-5125, CVE-2018-5150 * d/p/remove-nspr-dependency.patch, d/p/tests-skip-on-all-64-bit-archs.patch: Remove, applied upstream * d/p/include-configure-script.patch: Remove, no longer necessary * d/rules: Drop configure options that no longer do anything - --enable-tests - --enable-threadsafe - --enable-xterm-updates - --enable-shared-js - --enable-gcgenerational * d/p/m68k-support.path: Update patch from John Paul Adrian Glaubitz to add missing m68k support in build/moz.configure/init.configure (Closes: #903483) * d/test.sh: Ignore test suite failure on m68k for now -- Simon McVittie Wed, 01 Aug 2018 08:22:02 +0100 mozjs52 (52.3.1-9) unstable; urgency=medium * d/p/Disable-js-JIT-on-x32.patch, d/p/hppa-support.patch: Remove patches that are no longer listed in d/p/series * d/p/*.patch: Use gbp-pq style for metadata * d/p/Add-disable-layoutex-when-running-ICU-configure.patch: Explicitly disable Paragraph Layout support in bundled ICU. The bundled copy of ICU doesn't have the code for this optional feature, even if we find the icu-le-hb library during configure. In versions of mozjs52 compiled before Debian had icu-le-hb available, we didn't try to build that feature, so not having it is not a regression. Patch from Mike Hommey, via mozilla-unified. (Closes: #902197) * d/p/ia64-support.patch: Fix IA64 patch so it doesn't leave ReserveProcessExecutableMemory() returning an undefined result on !ia64 machines (Closes: #902961) * Standards-Version: 4.1.5 (no changes required) * Set Rules-Requires-Root to no * Regenerate js/src/old-configure with autoconf2.13 during build - d/p/pre-generate-old-configure.patch, d/p/Patch-pregenerated-old-configure-to-match-build-autoconf-.patch: Drop patches, no longer needed * Regenerate intl/icu/source/configure with autoreconf during build * d/rules: Delete all *.pyc files during clean * d/copyright: Move "Files: *" paragraph to the top as suggested by lintian -- Simon McVittie Tue, 10 Jul 2018 12:33:30 +0100 mozjs52 (52.3.1-8) unstable; urgency=medium [ Jeremy Bicha ] * Update Vcs fields for migration to https://salsa.debian.org/ * Update debian/gbp.conf [ John Paul Adrian Glaubitz ] * Add patch to fix Python build issues on alpha and ia64: - alpha-ia64-python-build-fixes.patch (Closes: #879589, #887496) * Add patch to add build support for sh4: - sh4-support.patch (Closes: #880692) * Disable PIE on sh4 * Refresh patch for build support for m68k: - m68k-support.patch (Closes: #880693) * Add patch to add build support for sparc64: - sparc64-support.patch (Closes: #887494) * Ignore testsuite failures on ia64 (Closes: #897117) * Add patch to add build support for ia64: - ia64-support.patch (Closes: #897178) -- Jeremy Bicha Wed, 30 May 2018 12:01:49 -0400 mozjs52 (52.3.1-7) unstable; urgency=medium [ Adrian Bunk ] * Add tests-snans-be.patch: - Fix sort_snans.js test on big endian (Closes: #878285) -- Jeremy Bicha Fri, 20 Oct 2017 13:12:58 -0400 mozjs52 (52.3.1-6) unstable; urgency=medium [ Adrian Bunk ] * Disable ion JIT on mips (Closes: #878519, #878284) * Rename Fix-crashes-in-AtomicOperations-none-on-s390x.patch to Fix-crashes-in-AtomicOperations-none.patch and modify it to always use AtomicOperations-sparc.h instead of AtomicOperations-none.h * Add tests-increase-timeout.patch: - Set timeout to 600 seconds instead of 300 for slower buildds * Stop ignoring test failures on mips [ Jeremy Bicha ] * Much thanks to Adrian Bunk for all of his help in fixing mozjs build problems! [ Simon McVittie ] * Explicitly select gcc/g++ even if clang is installed, overriding ICU's configure.ac (Closes: #878669) -- Jeremy Bicha Fri, 20 Oct 2017 09:03:39 -0400 mozjs52 (52.3.1-5) unstable; urgency=medium * Team upload [ Simon McVittie ] * Regenerate patches * Export SHELL and PYTHON for all stages of the build process (Closes: #876354) * d/p/Allow-to-override-ICU_DATA_FILE-from-the-environment.patch: Add patch from firefox-esr to allow ICU_DATA_FILE to be forced in the environment. We need to use a big-endian version on BE architectures. * d/p/Patch-pregenerated-old-configure-to-match-build-autoconf-.patch: Apply the equivalent of that patch to the pregenerated old-configure script * d/p/Add-intl-icu_sources_data.py-from-firefox-esr.patch: Add patch importing intl/icu_sources_data.py from firefox-esr_52.4.0esr-2 so we can regenerate the ICU_DATA_FILE * d/rules: Regenerate the ICU_DATA_FILE (with the correct endianness) so the interpreter doesn't fail to initialize on big-endian architectures (Closes: #873778) * d/p/icu_sources_data.py-Decouple-from-Mozilla-build-system.patch: Avoid needing the mozpack module to generate the ICU_DATA_FILE * d/p/Fix-crashes-in-AtomicOperations-none-on-s390x.patch: Add patch from firefox-esr to fix atomic operations crashes on s390x * d/p/icu_sources_data-Write-command-output-to-our-stderr.patch: Make sure output from icu_sources_data.py ends up in buildd logs * d/p/tests-For-tests-that-are-skipped-on-64-bit-mips64-is-also.patch: Count mips64 as a 64-bit architecture for the purposes of skipping tests * d/rules: Run a "hello, world" program before running the test suite. If mozjs fails to initialize on a platform, the diagnostics given are fairly useless; try something much simpler before we go to the effort of running the full test suite. Failure to run this program causes FTBFS, to make sure we won't ship completely useless builds. * d/test.sh: Wrap build-time tests, making test-suite failures non-fatal on architectures with known issues (downgrades severity of: #877428, #878284, #878285, #878286) * d/rules: Skip build-time tests if cross-compiling * d/rules: Run icu build with VERBOSE=1 to see compilation commands [ Jeremy Bicha ] * Add Don-t-include-xlocale.patch: Fix build with glibc >= 2.26 -- Simon McVittie Fri, 13 Oct 2017 00:24:00 +0100 mozjs52 (52.3.1-4) unstable; urgency=medium [ Jeremy Bicha ] * Drop obsolete Ubuntu-specific --enable-thumb2 rule [ Iain Lane ] * Fix --build= to --target=, as the former doesn't exist. [ Adrian Bunk ] * Remove obsolete --disable-methodjit flags * Sync compiler flags from firefox-esr: - Use -fno-schedule-insns also on armel. - Use "-fno-schedule-insns2 -fno-lifetime-dse-fno-delete-null-pointer-checks" on all architectures. -- Jeremy Bicha Tue, 05 Sep 2017 04:07:55 -0400 mozjs52 (52.3.1-3) unstable; urgency=medium * debian/rules: Fix dh_auto_test override logic -- Jeremy Bicha Wed, 30 Aug 2017 16:11:57 -0400 mozjs52 (52.3.1-2) unstable; urgency=medium [ Iain Lane ] * debian/rules: Pass -fno-schedule-insns on armhf to prevent runtime failures. See: https://bugzilla.mozilla.org/show_bug.cgi?id=1337263 [ Jeremy Bicha ] * Make tests fatal except on ppc64el and kfreebsd. -- Iain Lane Wed, 30 Aug 2017 16:17:02 +0100 mozjs52 (52.3.1-1) unstable; urgency=medium [ Rico Tzschichholz] * New upstream release (Closes: #860396) (LP: #1662094) * Update version from mozjs24 to mozjs38 * debian/control, debian/rules: - Build with autoconf2.13 * Add patches: - copy-headers.patch: + Copy headers instead of symlinking * Drop patches: - aarch64-support.patch, applied in new version - fix-perl-5.22.patch, this perl script doesn't exist in new version [ Jeremy Bicha ] * Switch maintainer to Debian GNOME team * debian/control: - Build-Depend on libicu-dev, libreadline-dev and python-dev - Drop Build-Depends on libnspr4-dev * debian/rules: Copy these build flags from Fedora: --with-intl-api --with-system-icu --with-system-zlib --enable-readline --enable-xterm-updates --enable-shared-js --enable-gcgenerational --disable-optimize --enable-pie * debian/rules: - Build with --enable-tests but don't make tests fatal yet - Build --without-system-icu since we don't have icu 58 yet - Build with --enable-posix-nspr-emulation - Drop --enable-ctypes and --enable-system-ffi, needed for above nspr option * Have -dev package install the js binary, see Mozilla #1339931 * Don't install .a file * Bump dh compat to 10 but disable autoreconf * Migrate to automatic -dbgsym packages * Drop debian/README.source because it only listed removed files Use Files-Excluded in debian/copyright instead * Update debian/copyright based on debian/copyright for Firefox * Update Standards-Version to 4.1.0 * Refresh patches * Drop obsolete patches: - install-js-config-h.patch - manually-mmap-on-arm64-to-ensure-high-17-bits-are-clear.patch * Disable patches that don't apply cleanly: - hppa-support.patch - m68k-support.patch - Disable-js-JIT-on-x32.patch * Add patches from https://github.com/ptomato/mozjs : - tests-skip-on-all-64-bit-archs.patch - disable-mozglue.patch - remove-nspr-dependency.patch [ Jordi Mallach ] * Remove override to dh_strip as the package is new and there's no need to migrate from -dbg. -- Jeremy Bicha Sun, 27 Aug 2017 16:34:19 -0400 mozjs24 (24.2.0-5.1) unstable; urgency=medium * Non-maintainer upload. * Manually mmap on arm64 to ensure high 17 bits are clear (Closes: #839050, thanks to Zheng Xu) -- Ben Hutchings Sat, 07 Jan 2017 01:42:14 +0000 mozjs24 (24.2.0-5) unstable; urgency=low * Revert fix for ARM64 crashes, causes even more problems (closes: #847542). [ John Paul Adrian Glaubitz ] * Add support for m68k (closes: #847525). [ Adam Borowski ] * Disable JS JIT on x32 to make SpiderMonkey build (closes: #777502). -- Laszlo Boszormenyi (GCS) Fri, 09 Dec 2016 22:57:52 +0000 mozjs24 (24.2.0-4) unstable; urgency=low * Backport upstream fix for ARM64 crashes (closes: #839050). * Add Multi-Arch field to libmozjs-24-0 and its -dbg variant (closes: #760757). * Update homepage (closes: #844257). * Set SHELL for running configure. * Update Standards-Version to 3.9.8 . -- Laszlo Boszormenyi (GCS) Thu, 08 Dec 2016 19:04:08 +0000 mozjs24 (24.2.0-3.1) unstable; urgency=medium * Non-maintainer upload. * Remove not needed Build-Conflicts, that are now cousing uninstallability of the Build-Depends. Closes: #813749 * Add patch (taken from Ubuntu) to fix build with perl 5.22. -- Mattia Rizzolo Wed, 06 Jul 2016 22:33:32 +0000 mozjs24 (24.2.0-3) unstable; urgency=low * Update Standards-Version to 3.9.6 . [ Pino Toscano ] * Fix FTBFS on Hurd (closes: #756218). [ John David Anglin ] * Fix FTBFS on HPPA (closes: #757067). -- Laszlo Boszormenyi (GCS) Sat, 02 May 2015 13:39:40 +0000 mozjs24 (24.2.0-2) unstable; urgency=low * Make shlibs fix unconditional of Operating System (closes: #746705). -- Laszlo Boszormenyi (GCS) Fri, 02 May 2014 22:20:45 +0200 mozjs24 (24.2.0-1) unstable; urgency=low * Initial upload to Debian (closes: #739132). * libmozjs-24-dev doesn't need ${shlibs:Depends} dependency. * Add DEB_BUILD_OPTIONS nocheck option to disable build time tests. * Look for 24.x upstream releases only in debian/watch . * Update Standards-Version to 3.9.5 . -- Laszlo Boszormenyi (GCS) Thu, 27 Feb 2014 11:55:01 +0000 mozjs24 (24.2.0-0ubuntu2) trusty; urgency=medium * Drop debian/docs, which references files we no longer ship. -- Adam Conrad Fri, 14 Feb 2014 22:27:00 -0700 mozjs24 (24.2.0-0ubuntu1) trusty; urgency=medium [ Tim Lunn ] * New upstream release (LP: #1279175) * Bump packaging to mozjs24 * debian/rules: - Disable intl-api * debian/control: - Bump build-dep on libnspr4-dev (>= 2:4.9.2) * debian/patches/fix-soname.patch: Refreshed * debian/watch: added [ Dmitry Shachnev ] * Update package descriptions. * Make all packages except dbg ones Priority: optional. * debian/copyright: Upgrade to 1.0 format, add python-which license, remove unused MPL-1.1 license. -- Tim Lunn Wed, 11 Feb 2014 21:55:34 +1100 mozjs17 (17.0.0-1ubuntu1) trusty; urgency=medium * Apply openSUSE patch to add arm64 support. -- Colin Watson Fri, 03 Jan 2014 11:32:13 +0000 mozjs17 (17.0.0-1) unstable; urgency=low * Initial release (closes: #709434). * Update to debhelper level 9. * Convert to multi-arch. * Fix copyright . -- Laszlo Boszormenyi (GCS) Wed, 18 Sep 2013 12:40:39 +0000 mozjs17 (17.0.0-0ubuntu1) saucy; urgency=low * New upstream release (LP: #1113166) - Should noticably improve GNOME Shell performance by fixing memory leaks and avoiding garbage collector deadlocks - A separate source package is used because some rdepends like couchdb won't be ready for this version any time soon * Adjust packaging to new firefox versioned releases * Drop .symbols files * Add -dbg package * debian/patches: - Dropped all existing patches, they are included in new version - fix-soname.patch, added to correct soname for shared library * debian/rules: - enable parallel build - move shared library and create symlinks for standard soname versioning -- Rico Tzschichholz Sat, 25 May 2013 12:24:23 +0100