summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* www-client/firefox-bin: 55.0.2 version bumpJory A. Pratt2017-08-212-86/+86
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* www-client/firefox-bin: stabilize 52.3.0, drop oldIan Stakenvicius2017-08-183-270/+1
| | | | | | | Stabilized for amd64 and x86 by maintainer Bug: http://bugs.gentoo.org/627376 Package-Manager: Portage-2.3.6, Repoman-2.3.1
* www-client/firefox-bin: Replace fdo-mime with xdg-utils.Lars Wendler2017-08-083-6/+6
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* www-client/firefox-bin: esr bump, release channel bumpJory A. Pratt2017-08-073-86/+355
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* www-client/firefox-bin: Fix netflix on linux in widedivine pluginJory A. Pratt2017-07-102-86/+86
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* www-client/firefox-bin: bump 52.2.0 directly to stable, security bug 621772Ian Stakenvicius2017-06-142-86/+86
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1
* www-client/firefox-bin: bump to 54.0, security bug 621722Ian Stakenvicius2017-06-142-86/+86
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1
* www-client/firefox-bin: bump 52.x to 52.1.2Ian Stakenvicius2017-05-252-86/+86
| | | | | | | | | Fix hangs when using a proxy with NTLM authentication (upstream bug 1360574) Committed directly to stable by maintainers Package-Manager: Portage-2.3.5, Repoman-2.3.1
* www-client/firefox-bin: drop old/vulnerable 45.9Ian Stakenvicius2017-05-252-275/+0
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1
* www-client/firefox-bin-52.x: drop ppc keyword as there is no ppc supportIan Stakenvicius2017-05-251-1/+1
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1
* www-client/firefox-bin: bump to 53.0.3Ian Stakenvicius2017-05-253-354/+86
| | | | | | | | | | | | | Fix excessive resource usage from the captive portal detection service (upstream bug 1359697) Fix hangs when using a proxy with NTLM authentication (upstream bug 1360574) Bump preloaded security information expiration times (upstream bug 1364240) Package-Manager: Portage-2.3.5, Repoman-2.3.1
* www-client/firefox-bin: ppc stable wrt bug #616030Agostino Sarubbo2017-05-241-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* www-client/firefox-bin: x86 stable wrt bug #616030Agostino Sarubbo2017-05-201-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* www-client/firefox-bin: version bump to 53.0.2Ulrich Réale2017-05-192-0/+268
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4674
* www-client/firefox-bin: amd64 stable wrt bug #616030Agostino Sarubbo2017-05-181-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* www-client/firefox-bin: ensure apulse will not be loaded if USE=-pulseaudioIan Stakenvicius2017-05-032-6/+8
| | | | | | | | | If a system has apulse < 0.1.9 installed but USE=-pulseaudio set, then the previous attempt at getting apulse working would still try and load it, causing firefox-bin to crash. This commit addresses that by only attempting to load apulse if USE=pulseaudio is set. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* www-client/firefox-bin: rework pulseausio deps to ensure apulse-0.1.9 is ↵Ian Stakenvicius2017-05-032-8/+12
| | | | | | | | | | installed Also bumped firefox-bin-53 to EAPI6, restored eutils.eclass inherit to firefox-bin-52 (since newicon, etc is used), dropped multilib.eclass inherit as its NOT used, and misc other synchronizations between the two ebuilds. Package-Manager: Portage-2.3.3, Repoman-2.3.1
* www-client/firefox-bin: bump to 53.0Ian Stakenvicius2017-04-192-86/+86
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* www-client/firefox-bin: bump new stable candidate 52.1.0Ian Stakenvicius2017-04-192-0/+268
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* www-client/firefox-bin: bump to 45.9.0 for security bug 616030Ian Stakenvicius2017-04-192-87/+87
| | | | | | Bumped directly to stable for amd64 and x86 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* www-client/firefox-bin: bump to 52.0.2Ian Stakenvicius2017-04-132-86/+86
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* www-client/firefox-bin: add apulse compatibility to wrapper and some use-flagsIan Stakenvicius2017-04-131-13/+8
| | | | | | | | | | | | | | Added ffmpeg and pulseaudio to IUSE, default-enabled, to be (A) compatible with www-client/firefox and (B) ensure dependencies for this functionality is brought in and retained without @world entries required. It's a binary package so the hit is minimal to be dealing with optional runtime-only deps with use flags. Also added apulse to the LD_LIBRARY_PATH so that it will be used to provide audio support when it is installed. Bug: http://bugs.gentoo.org/615000 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* www-client/firefox-bin: bump to 52.0.1 for security bug 612954Ian Stakenvicius2017-03-192-86/+86
| | | | Package-Manager: portage-2.3.3
* www-client/firefox-bin: version bumpIan Stakenvicius2017-03-082-87/+87
| | | | | | Addresses security bug 611976 Package-Manager: portage-2.3.3
* www-client/firefox-bin: bump to 45.8.0 for security bug 611976Ian Stakenvicius2017-03-082-87/+87
| | | | | | | Bumped directly to stable on amd64 and x86 by maintaner Also removed old. Package-Manager: portage-2.3.3
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* www-client/firefox-bin: 51.0.1 e10s addon fixJory A. Pratt2017-02-202-86/+86
|
* www-client/firefox-bin: drop versions older than 45.7 for securityIan Stakenvicius2017-02-162-276/+0
| | | | | | Bug: http://bugs.gentoo.org/607138 Package-Manager: portage-2.3.3
* www-client/firefox-bin: x86 stable wrt bug #607138Agostino Sarubbo2017-01-311-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* www-client/firefox-bin: amd64 stable wrt bug #607138Agostino Sarubbo2017-01-301-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* www-client/firefox{-bin}: Security bump, bug #607138Jory A. Pratt2017-01-263-88/+364
|
* www-client/firefox-bin: stabilize 45.6.0 by maintainerIan Stakenvicius2017-01-082-276/+0
| | | | | | amd64 and x86 marked stable, removed old/vulnerable 45.5.1 Package-Manager: portage-2.3.0
* www-client/firefox-bin: amd64 x86 stable wrt bug #602576Aaron Bauman2017-01-031-2/+2
|
* www-client/firefox - security bump, bug #602576Jory A. Pratt2016-12-133-87/+363
|
* www-client/firefox-bin: stabilize 45.5.1, drop 45.5.0Ian Stakenvicius2016-12-013-277/+1
| | | | | | | amd64 stable x86 stable Package-Manager: portage-2.3.0
* www-client/firefox-bin: Sec bump to versions 45.5.1 and 50.0.2 (bug #601320).Lars Wendler2016-12-013-87/+363
| | | | Package-Manager: portage-2.3.2
* www-client/firefox : 50.0.1 security bump, bug #601142Jory A. Pratt2016-11-282-87/+87
|
* www-client/firefox-bin: bump to 50.0Ian Stakenvicius2016-11-202-87/+87
| | | | Package-Manager: portage-2.3.0
* www-client/firefox-bin-45: version bump to 45.5.0Ian Stakenvicius2016-11-202-87/+87
|
* www-client/firefox-bin-45: version bump to 45.4.0, security bug 594616Ian Stakenvicius2016-09-212-87/+87
| | | | Package-Manager: portage-2.2.28
* www-client/firefox-bin: version bump to 49.0Ian Stakenvicius2016-09-212-87/+87
| | | | Package-Manager: portage-2.2.28
* www-client/firefox-bin: version bump to 48.0.1Ian Stakenvicius2016-09-032-87/+87
| | | | Package-Manager: portage-2.2.28
* www-client/firefox-bin: drop old/vulnerable 38.8.0Ian Stakenvicius2016-08-042-264/+0
| | | | Package-Manager: portage-2.2.28
* www-client/firefox-bin: version bump to 48.0Ian Stakenvicius2016-08-042-88/+88
| | | | | | Bug: http://bugs.gentoo.org/590330 Package-Manager: portage-2.2.28
* www-client/firefox-bin-45.3.0: version bump direct to stable for security ↵Ian Stakenvicius2016-08-042-89/+89
| | | | | | | | bug 590330 Bug: http://bugs.gentoo.org/590330 Package-Manager: portage-2.2.28
* www-client/firefox-bin: x86 stable wrt bug #585308Agostino Sarubbo2016-07-141-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* www-client/firefox-bin: amd64 stable wrt bug #585308Agostino Sarubbo2016-07-141-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* www-client/firefox-bin: version bump for 47.0Ian Stakenvicius2016-06-072-85/+92
| | | | Package-Manager: portage-2.2.28
* www-client/firefox-bin: version bump ESR to 45.2 for stabilizationIan Stakenvicius2016-06-072-82/+91
| | | | Package-Manager: portage-2.2.28
* www-client/firefox-bin: version bumps for security bug 581326Ian Stakenvicius2016-04-274-158/+425
| | | | | | | | | - firefox-bin-38.8 bumped directly to stable to supercede vulnerable 38.7.1 - firefox-bin-45.1 introduced as the next stable candidate (will go stable starting with 45.2) - firefix-bin-46.0 latest release -- note this release uses gtk3 for the UI instead of gtk2, and no longer supports gstreamer for html5 media but instead uses ffmpeg directly when available Package-Manager: portage-2.2.26