aboutsummaryrefslogtreecommitdiffstats
path: root/testing/firefox
Commit message (Collapse)AuthorAgeFilesLines
* community/firefox: move from testingRasmus Thomsen2020-03-0217-1402/+0
| | | | | | Since we support community for stable releases this would also mean that we'll have to bump nss, nspr and firefox in stable releases, but I think this should be fine for the 6 months of support we offer.
* testing/firefox: rebuild against icu 65.1TBK2020-02-221-1/+1
|
* testing/firefox: upgrade to 73.0.1Rasmus Thomsen2020-02-181-2/+2
|
* testing/firefox: fix build on armv7 and aarch64 with upstream patchRasmus Thomsen2020-02-132-2/+49
|
* testing/firefox: disable on aarch64&armv7 for nowRasmus Thomsen2020-02-121-1/+2
| | | | Fails due to cannot convert 'uint16x8_t' {aka '__vector(8) short unsigned int'} to 'uint8x16_t' {aka '__vector(16) unsigned char'}
* testing/firefox: upgrade to 73.0Rasmus Thomsen2020-02-123-87/+569
|
* testing/firefox: fix linter warningsRasmus Thomsen2020-01-211-25/+9
| | | | | Also fix the install location for icons, apparently we used the _png variable in a loop when we only declared png
* testing/firefox: upgrade to 72.0.2Rasmus Thomsen2020-01-211-3/+4
| | | | * Adopt maintainership
* testing/firefox: security upgrade to 72.0.1J0WI2020-01-094-111/+97
| | | | Co-authored-by: Rasmus Thomsen <oss@cogitri.dev>
* testing/firefox: disable on armhfRasmus Thomsen2019-12-301-1/+1
| | | | Sadly the wasm stuff still doesn't work on armhf, so keep it disabled for now.
* testing/firefox: add patch fixing build w/ cbindgen 0.12.0Rasmus Thomsen2019-12-302-1/+53
|
* testing/firefox: add patch fixing build on armv7 & armhfRasmus Thomsen2019-12-302-1/+40
|
* testing/firefox: disable debugging on 32-bit to lower mem usage on buildersRasmus Thomsen2019-12-291-1/+10
| | | | | Right now rustc is trying to allocate more than 4GB on these arches, which fails for obivous reasons.
* testing/firefox: fix typo; add comment explaining why SIMD is disabled.Rasmus Thomsen2019-12-291-2/+3
|
* testing/firefox: disable rust-simd on armhf/armv7, not available on these archesRasmus Thomsen2019-12-291-1/+6
|
* testing/firefox: enable on armhf, ppc64le and x86J0WI2019-12-291-2/+2
|
* testing/firefox: fix on x86_64Rasmus Thomsen2019-12-192-1/+44
|
* testing/firefox: upgrade to 71.0Milan P. Stanić2019-12-193-29/+46
| | | | | | | reenable add rust_audio-thread-priority.patch from Void linux fix-third_party.patch use python2 not python2-dev in makedepends
* testing/firefox: disable.Leo2019-12-041-1/+2
| | | | Fails to build on newer rust and is holding back the builders.
* testing/firefox: disable on new archesLeo2019-12-031-1/+2
| | | | Firefox is broken on newer rust
* testing/firefox: enable on armhf, ppc64le and x86J0WI2019-12-021-3/+20
|
* testing/firefox: upgrade to 70.0.1Milan P. Stanić2019-11-091-3/+3
|
* testing/firefox: revert to python2-dev in makedependsMilan P. Stanić2019-11-051-1/+1
|
* testing/firefox: rebuild for libevent-2.1.so.7Milan P. Stanić2019-11-041-1/+1
|
* testing/firefox: add secfixesRasmus Thomsen2019-10-241-0/+14
|
* testing/firefox: upgrade to 70.0Rasmus Thomsen2019-10-243-41/+57
|
* testing/firefox: upgrade to 69.0.3J0WI2019-10-151-3/+3
|
* testing/firefox: fix checksumRasmus Thomsen2019-10-031-1/+1
| | | | Last minute changes always go wrong, don't they? Sorry.
* testing/firefox: upgrade to 69.0.1, enable build on aarch64Ivan Delalande2019-10-034-23/+40
| | | | | | | | | | Not too familiar with rust, Void's version of fix-third_party.patch might be cleaner or more portable: https://github.com/void-linux/void-packages/blob/3a3d0ef7811ac0c200dd4caba108fa46519dc239/srcpkgs/firefox/patches/initialize_sched_param.patch Also this change updates the checksum of rt_linux.rs used by cargo for validation, whereas they disable checksumming entirely: https://github.com/void-linux/void-packages/blob/3a3d0ef7811ac0c200dd4caba108fa46519dc239/srcpkgs/firefox/template#L42
* testing/firefox: security upgrade to 68.0.2Tim Brust2019-08-201-3/+7
|
* testing/firefox: upgrade to 68.0.1Tim Brust2019-08-091-2/+2
|
* testing/firefox: enable wayland capabilitiesRasmus Thomsen2019-08-081-2/+2
| | | | | | | This doesn't change anything for Xorg sessions, but for Wayland sessions it makes use of the GDK Wayland backend (if set by the session, e.g. via GDK_BACKEND=wayland), which enables things like fractional scaling and different scaling factors across different monitors
* testing/firefox: upgrade to 68.0Li Q2019-07-2016-210/+60
|
* testing/firefox: upgrade to 67.0.4Tim Brust2019-07-063-50/+35
|
* testing/firefox: force optimization level -O2Timo Teräs2019-05-121-2/+2
| | | | | | ref #10441 The default, -Os, causes crashes likely due to compiler bug or UB.
* testing/firefox: upgrade to 66.0.5Natanael Copa2019-05-101-2/+2
|
* testing/firefox: add patch for membarrier in sandboxNatanael Copa2019-05-082-1/+57
| | | | reset pkgrel due to pkgver bump
* testing/firefox: upgrade to 66.0.4Tim Brust2019-05-085-49/+50
|
* testing/firefox: upgrade to 65.0Tim Brust2019-05-039-371/+54
|
* orphan all of my packagesWilliam Pitcock2019-03-261-1/+1
|
* testing/firefox: set required version of nssNatanael Copa2019-03-251-1/+1
| | | | ref #6552
* testing/firefox: build with bundled libvpx due to 1.8.0Natanael Copa2019-02-271-3/+3
| | | | | libvpx update to 1.8.0 broke firefox-esr upstream bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1525393
* main/libvpx: upgrade to 1.8.0Tim Brust2019-02-261-1/+1
|
* testing/firefox: rebuild against icu-63.1Leonardo Arena2019-02-072-1/+20
| | | | Restore a missing patch mistankenly removed by 00b1814ef62a2f7138b6354f44e8f4fa0d4df884
* testing/py-matplotlib: Update to 2.2.3 & py3Marian Buschsieweke2018-12-311-19/+0
| | | | | - Update to LTS version 2.2.3 (current version drops python 2 support) - Split up packages (py2-, py3-) to add python 3 support
* testing/firefox: inhibit musl isatty() sandbox violationsTimo Teräs2018-12-142-7/+19
|
* testing/firefox: upgrade to 62.0.3J0WI2018-10-151-3/+3
|
* testing: (Bulk change) Update urls to https using HTTPS Everywhere and bump ↵J0WI2018-10-061-2/+2
| | | | pkgrel
* testing/firefox: upgrade to 62.0.2Natanael Copa2018-10-012-18/+3
|
* testing/firefox: upgrade to 61.0.1Sascha Paunovic2018-07-111-3/+3
|