1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
Commit Graph

230 Commits

Author SHA1 Message Date
Joe Marcus Clarke
87d7a27d12 Back-port some more patches to fix CVE-2009-0352.
Obtained from:	Mozilla Bugzilla
Reported by:	simon
2009-02-23 20:40:55 +00:00
Joe Marcus Clarke
5ceb45e992 Backport patches for the following security bugs:
CVE-2009-0355
CVE-2009-0356
CVE-2009-0357

This allows Firefox 2 to be unforbidden for the time being.
2009-02-15 18:20:11 +00:00
Martin Wilke
dde88a4d42 - Fix portaudit conflict with www/firefox and www/firefox3
- Mark www/firefox and www/linux-firefox FORBIDDEN

Discussion by:	simon/stas
With hat:	secteam
2009-02-11 19:15:07 +00:00
Jeremy Messenger
15b6544926 Add a new framework for browser plugins, USE_WEBPLUGINS. It is for which foo
plugins support one of web browsers and can take care of plist (depend on how
you use it) at the same time. I have written a complete document and even show
how it works in the www/firefox/Makefile.webplugins so be sure to read in
there. If there is anything that isn't clear in the document, please feel free
to ask and I will try my best to improvement it.

FYI: GNOME 2.24 depends on this, so it's coming.

BTW: It's based on www/linux-mplayer-plugin/Makefile.npapi with heavy modified.

Approved by:	portmgr
2009-01-10 02:45:46 +00:00
Wesley Shields
9168603ee2 - Remove conditional checks for FreeBSD 5.x and older
Approved by:	pav
2009-01-06 16:53:07 +00:00
Martin Wilke
6f4377b007 - Update to 2.0.0.20
Approved by:	marcus
Security:	http://www.vuxml.org/freebsd/29f5bfc5-ce04-11dd-a721-0030843d3802.html
2008-12-19 20:17:38 +00:00
Joe Marcus Clarke
e6a13684ad Update to 2.0.0.19, and add libgnomeui support.
PR:		129728
Submitted by:	"Dima Panov" <fluffy@fluffy.khv.ru>
2008-12-18 22:11:16 +00:00
Pav Lucistnik
02b9c46037 - Update to 2.0.0.18
Security:	https://developer.mozilla.org/devnews/index.php/2008/11/12/firefox-20018-and-304-security-updates-now-available-for-download/
2008-11-13 13:20:55 +00:00
Martin Wilke
45a7048817 - Update to 2.0.0.17
Approved by:	portmgr (pav)
Security:	http://www.vuxml.org/freebsd/2273879e-8a2f-11dd-a6fe-0030843d3802.html
2008-09-24 12:28:56 +00:00
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Joe Marcus Clarke
9159e8c517 Update to 2.0.0.16. See
http://en-us.www.mozilla.com/en-US/firefox/2.0.0.16/releasenotes/ for a list
of changes in this release.
2008-07-17 20:12:26 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Jeremy Messenger
4d7a7da570 -Update to 2.0.0.14.
-Mask FP_X_DNML not only on i386, but also on amd64. [1]

Security:	http://www.mozilla.org/security/announce/2008/mfsa2008-20.html
Obtained from:	delphij's committed on thunderbird. [1]
2008-04-23 05:45:51 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Martin Wilke
4a91fc6bc1 - Update to 2.0.0.13
Approved by:	ahze (gnome)
Security:	http://www.vuxml.org/freebsd/12b336c6-fe36-11dc-b09c-001c2514716c.html
2008-03-30 17:02:34 +00:00
Jeremy Messenger
a6cd016924 - Add "--with-default-mozilla-five-home=${PREFIX}/lib/${MOZILLA}" to fix other
applications in the runtime. Some applications required to have set
  MOZILLA_FIVE_HOME or/and LD_LIBRARY_PATH to make it works in the runtime. Now,
  it's no longer need to set these variables, which this flag takes care of it.
  The MOZILLA_FIVE_HOME still works with this flag if someone need to use
  different one. I have learned about this flag from RPM, Debian, Gentoo ebuild
  and other packages.
- Bump the PORTREVISION.

Have been tested in MC CVS since Dec.
2008-02-28 04:39:23 +00:00
Joe Marcus Clarke
af88ea6c09 Update to 2.0.0.12. This is a security and stability release. See
http://www.mozilla.org/projects/security/known-vulnerabilities.html#firefox2.0.0.12
for a list of patched vulnerabilities.

PR:		120455
Security:	http://www.mozilla.org/projects/security/known-vulnerabilities.html#firefox2.0.0.12
Submitted by:	beech
2008-02-09 16:32:56 +00:00
Marius Strobl
7dfcb34747 Work around the miscompilation/mislinkage problem of the sCanonicalVTable
hacks in the XPCOM string code on sparc64 by omitting the code in question
and bump PORTREVISIONs accordingly.

Approved by:	marcus
2008-01-21 22:19:53 +00:00
Jeremy Messenger
1bd6a0f7c6 Fix the pkg-message never display.
PR:		ports/119394
Submitted by:	naddy
2008-01-10 18:02:49 +00:00
Jeremy Messenger
9e9592d925 Update to 2.0.0.11. 2007-12-12 04:57:19 +00:00
Xin LI
438f72539d Fix a regression on firefox 2.0.0.10, as described in Mozilla bug 405584,
affecting canvas rendering.

Obtained from:	https://bugzilla.mozilla.org/attachment.cgi?id=284556
Approved by:	portmgr (marcus)
2007-11-29 01:37:39 +00:00
Xin LI
d2f763a900 Update to 2.0.0.10, this is a security update for CVE-2007-5959.
Approved by:	portmgr (marcus)
2007-11-28 17:47:33 +00:00
Michael Johnson
7f59617beb - Update to 2.0.0.9
Approved by:	portsmgr (marcus)
2007-11-06 03:06:47 +00:00
Michael Johnson
88ce02b7ef Update to 2.0.0.8 2007-10-19 18:06:55 +00:00
Joe Marcus Clarke
d018f5f996 * Workaround a bug which can cause applications embedding Gecko to crash
on exit [1]

* Use the correct size for a JavaScript object on 64-bit platforms which
  will help get the Java plug-in working on those platforms [2]

Test by:	mezz [1]
Submitted by:	jkim [2]
Obtained from:	Firefox trunk [2]
2007-10-10 00:15:33 +00:00
Mark Linimon
581e69adb2 Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
perl unconditonally, or conditionally.  To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.

Hat:		portmgr
2007-10-07 05:45:04 +00:00
Edwin Groothuis
b448c92411 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 06:21:46 +00:00
Michael Johnson
78c02ac4fa Update to 2.0.0.7
Release Notes:	http://www.mozilla.com/en-US/firefox/2.0.0.7/releasenotes/
2007-09-19 16:34:41 +00:00
Mark Linimon
41a56135d1 Remove support for antique perl.
Hat:	portmgr
2007-09-08 00:45:08 +00:00
Michael Johnson
a0ff325088 Update to 2.0.0.6 2007-07-31 21:22:18 +00:00
Michael Johnson
06a087139e Update to 2.0.0.5 2007-07-20 12:14:51 +00:00
Michael Johnson
c2fe1c2739 Update to 2.0.0.4 2007-05-31 12:17:16 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Pav Lucistnik
cb7c04b574 - Update to 2.0.0.3 2007-03-22 11:40:33 +00:00
Joe Marcus Clarke
aab5b0a330 Update to 2.0.0.2 to fix some security vulnerabilities. See
http://vuxml.FreeBSD.org/12bd6ecf-c430-11db-95c5-000c6ec775d9.html for
more details.
2007-02-24 22:08:27 +00:00
Jeremy Messenger
faa1047dd9 Fix the gtk2 dnd implementation broken, see more details in the bugzilla. This
patch[1] was created by Matthias Clasen <mclasen@redhat.com>. This bug was
started to reproduce with least 2.10.7 version of gtk2.

PR:		ports/107689
Reported by:	a few users
Bugzilla:	https://bugzilla.mozilla.org/show_bug.cgi?id=355248
		https://bugzilla.mozilla.org/show_bug.cgi?id=367203 [1]
		http://bugzilla.gnome.org/show_bug.cgi?id=394525
2007-01-18 22:37:11 +00:00
Michael Johnson
92c6c01f71 Mark IGNORE if ${ARCH} == "sparc64" && ${OSVERSION} < 601101
since it doesn't run.
2007-01-18 21:39:39 +00:00
Jeremy Messenger
0cc2ee0c7e The ipv6 is supported in these ports, so add ipv6 category.
PR:		ports/107057 and ports/107056
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2006-12-22 02:04:05 +00:00
Michael Johnson
608acaaa05 Update to 2.0.0.1
Release notes:	http://www.mozilla.com/en-US/firefox/2.0.0.1/releasenotes/
2006-12-20 23:12:20 +00:00
Joe Marcus Clarke
65f69a64da Fix our gross -lpthread hack to work with GCC 4.1.
Reported by:	pointyhat via kris
2006-12-16 07:19:15 +00:00
Joe Marcus Clarke
043a907e62 Fix a double-free while performing print operations which could trigger a
segmentation fault if malloc debugging was enabled.

Reported by:	dougb
2006-12-15 20:57:41 +00:00
Joe Marcus Clarke
aadfdcbfe7 Fix a problem with PTHREAD_LIB-safeness.
Submitted by:	nork
2006-11-27 17:08:25 +00:00
Joe Marcus Clarke
ab8bbf9f6f Restore firefox to 2.0 after slipping the RELEASE_6_2_0 tag. 2006-11-10 07:03:50 +00:00
Joe Marcus Clarke
fa815812c5 Temporarily roll firefox back to 1.5.0.8 so that we can tag this security
fix release for 6.2.

Approved by:	secteam
		portmgr
2006-11-10 07:02:47 +00:00
Michael Johnson
5c2ed478d1 Fix build on 5.x since only 6.1+ has fedisableexcept()
Reported by:	Clint Olsen <clint@0lsen.net>
2006-11-06 23:26:20 +00:00
Michael Johnson
46a8bc11a4 - Remove bogus warning about being "bleeding edge" meant for firefox-devel 2006-11-06 22:48:05 +00:00
Michael Johnson
aacdf15f94 Remove LATEST_LINK since we have moved from firefox-devel -> firefox 2006-11-06 03:02:13 +00:00
Michael Johnson
0415da8807 - No longer disable pthreads in sqlite3 [2]
- Remove LIBS= from Makefile to fix "open with application" function. [2] [5]
- Fix component registration for some users. [1] [2] [3]
- Bump PORTREVISION [4]

Obtained from:	https://bugzilla.mozilla.org/show_bug.cgi?id=351181 [1]
Submitted by:	marcus [2]
		aspar Chilingarov <nm@web.am> [3]
		ahze [4] (I had to submit something)
Reported by:	philip and many others [5]
2006-11-06 02:58:45 +00:00
Michael Johnson
fbfa560ad9 - Update to 2.0
Release notes:	http://www.mozilla.com/en-US/firefox/2.0/releasenotes/

Special thanks to marcus and many others for helping test and fixing
bugs!
2006-11-01 13:20:11 +00:00
Joe Marcus Clarke
f1bb12de8e Presenting GNOME 2.16.1 for FreeBSD. This release represents a massive
amount of work by the FreeBSD GNOME Team and our testers.

On top of the usual GNOME update, we have taken this opportunity to move
GNOME from X11BASE to LOCALBASE.  This means roughly 600 ports NOT part of
the GNOME Desktop also need to be changed.  The bulk of the move was carried
out by ahze, mezz, and pav, but it would not have been possible without
cooperation from the FreeBSD KDE team who worked with us to make sure
GNOME and KDE can still coexist happily.  We would also like to send a
shout out to kris and pointyhat for putting up with multiple test runs
until we got something that was solid.

Back to GNOME 2.16.  This release brings a huge amount of new functionality
to FreeBSD.  The standard release notes can be read at
http://www.gnome.org/start/2.16/ .  But on top of what you will read there,
jylefort and marcus have completed work on a port of HAL to FreeBSD.  This
will allow FreeBSD to take advantage of closer hardware interaction such
as auto-mounting CD-ROMs, USB drives, and music players; auto-playing
audio CDs; and managing laptop power consumption.

But where would this all be without our loyal testers and contributors?
Therefore, the FreeBSD GNOME team would like to thank the following users:

Phillip Neumann <pneumann@gmail.com>
tmclaugh
mux
Yuri Pankov <yuri.pankov@gmail.com>
chinsan
Thomas <freebsdlists@bsdunix.ch>
Brian Gruber <knightbg@yahoo.com>
Franz Klammer <klammer@webonaut.com>
Dominique Goncalves <dominique.goncalves@gmail.com>
Pascal Hofstee <caelian@gmail.com>
Yasuda Keisuke <kysd@po.harenet.ne.jp>
backyard <backyard1454-bsd@yahoo.com>
Andris Raugulis <endrju@null.lv> <endrju@null.lv>
Eric L. Chen <d9364104@mail.nchu.edu.tw>
Pawel Worach <pawel.worach@gmail.com>
QuiRK on #freebsd-gnome
Shane Bell <decept0@gmail.com>
luigi
sajd on #freebsd-gnome
sat
Chris Coleman <chrisc@vmunix.com>
kaeru on #freebsd-gnome
crsd_ via irc.freenode.org/#FreeBSD-GNOME
Joel Diaz <joeldiaz@mac.com>

Enjoy!

Approved by:	portmgr (implicit, kris)
2006-10-14 08:35:50 +00:00