| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=171920
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
several vulnerabilities which allows code execution.
On the mozilla page with known vulnerabilities [1] they state:
Firefox 1.0 is no longer supported and the last update,
Firefox 1.0.8, is affected by several vulnerabilities fixed in
newer versions of the program. All users are urged to upgrade
to the newest version of Firefox.
[1] http://www.mozilla.org/projects/security/known-vulnerabilities.html
With hat: security-officer
Notes:
svn path=/head/; revision=168882
|
|
|
|
| |
Notes:
svn path=/head/; revision=167307
|
|
|
|
|
|
|
| |
-Remove an empty line.
Notes:
svn path=/head/; revision=164555
|
|
|
|
| |
Notes:
svn path=/head/; revision=163921
|
|
|
|
| |
Notes:
svn path=/head/; revision=161036
|
|
|
|
|
|
|
| |
- bump PORTREVISION
Notes:
svn path=/head/; revision=160184
|
|
|
|
|
|
|
|
|
| |
- Make firefox10 work in tinderbox [1]
Reported by: kris mail [1]
Notes:
svn path=/head/; revision=160151
|
|
|
|
| |
Notes:
svn path=/head/; revision=159756
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and is based on the Mozilla codebase. It is small, fast and easy to use, and
offers many advanced features:
o Popup Blocking
o Tabbed Browsing
o Live Bookmarks (ie. RSS)
o Extensions
o Themes
o FastFind
o Improved Security
Repo-copied from: www/firefox
Repo-copied by: marcus
Notes:
svn path=/head/; revision=159753
|
|
|
|
|
|
|
| |
Release notes: http://www.mozilla.com/firefox/releases/1.5.0.2.html
Notes:
svn path=/head/; revision=159481
|
|
|
|
|
|
|
|
|
|
| |
pkg-[de]install script
- Always use pkg-install to create missing dir's [1]
Requested by: marcus [1]
Notes:
svn path=/head/; revision=158394
|
|
|
|
|
|
|
|
|
|
| |
garbage.
PR: 92899
Submitted by: truckman
Notes:
svn path=/head/; revision=156416
|
|
|
|
| |
Notes:
svn path=/head/; revision=155074
|
|
|
|
| |
Notes:
svn path=/head/; revision=155066
|
|
|
|
|
|
|
|
|
|
|
|
| |
of the CPU. This is triggered by a bug in Gecko/GTK+ interaction. This
patch corrects the problem. See
https://bugzilla.mozilla.org/show_bug.cgi?id=305970 for more details.
PR: 92467
Obtained from: https://bugzilla.mozilla.org/show_bug.cgi?id=305970
Notes:
svn path=/head/; revision=155017
|
|
|
|
|
|
|
| |
errors with GCC 3.4.2.
Notes:
svn path=/head/; revision=151248
|
|
|
|
|
|
|
| |
Obtained from: https://bugzilla.mozilla.org/show_bug.cgi?id=319004
Notes:
svn path=/head/; revision=150703
|
|
|
|
|
|
|
|
| |
add files or directories to plist.
- *Really* remove share/idl if empty in firefox
Notes:
svn path=/head/; revision=150419
|
|
|
|
|
|
|
|
|
| |
svg works for some people.
Pointyhat to: me
Notes:
svn path=/head/; revision=150299
|
|
|
|
|
|
|
|
| |
Reported by: many
Tested by: mark@mkproductions.org
Notes:
svn path=/head/; revision=150199
|
|
|
|
|
|
|
|
|
|
|
| |
SSL certificates work again. Somehow, this patch was lost in the big change,
so bring it back. Bump PORTREVISION on all of those ports.
PR: ports/89796
Reported by: Christoph Moench-Tegeder <cmt@burggraben.net>
Notes:
svn path=/head/; revision=150198
|
|
|
|
|
|
|
| |
Spotted by: pav
Notes:
svn path=/head/; revision=150079
|
|
|
|
|
|
|
|
| |
PR: 89764
Submitted by: Roland Smith <rsmith@xs4all.nl>
Notes:
svn path=/head/; revision=150078
|
|
|
|
| |
Notes:
svn path=/head/; revision=150058
|
|
|
|
| |
Notes:
svn path=/head/; revision=150005
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add Makefile.common
o A new build/install system for gecko ports, Makefile.common
includes many generic routines and common tasks.
o Fix ld-run-path in all gecko's by using -Wl,-rpath,${moz_libdir}
thus removing the need to have a startup script for ports that
depend on gecko. [2]
o Use system libm, nss, nspr in all gecko ports
- Add bsd.gecko.mk
o This is the predecessor to WITH_MOZILLA=[mozilla|firefox|...]
with a more robust way of detecting a gecko a end user wishs to
use.
o bsd.gecko.mk abstracts the selection of gecko-based backends. It
allows users and porters to support any available gecko backend
without needing to build many conditional tests. ${USE_GECKO} is the
list of backends that your port can handle, and ${GECKO} is set by
bsd.gecko.mk to be the chosen backend. Users set ${WITH_GECKO} to the
list of gecko backends they want on their system.
Port Makefile example:
USE_GECKO=firefox mozilla seamonkey thunderbird
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
End user example:
WITH_GECKO=seamonkey firefox
We highly recommend moving away from using WITH_MOZILLA and switching to
USE/WITH_GECKO.
PR: 89052 [2]
Submitted by: vs [2]
Obtained from: www/firefox
Thanks to: adamw, marcus, and mezz for ideas, bug squashing, and more
sajd from irc.freenode.org/#FreeBSD-Gnome for
pointing out many bugs
Notes:
svn path=/head/; revision=149945
|
|
|
|
| |
Notes:
svn path=/head/; revision=149215
|
|
|
|
| |
Notes:
svn path=/head/; revision=148270
|
|
|
|
| |
Notes:
svn path=/head/; revision=147269
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
extensions (in particular typeaheadfind breaks Find [go figure]). It is
safer to use a specific list of extensions with Firefox 1.0.x. It looks
like they've made this better in 1.5, and set a reasonable default list of
extensions.
Basically, we're back to the previous 1.0.7_1,1 set of extensions with the
addition of negotiateauth.
Reported by: many
Notes:
svn path=/head/; revision=144777
|
|
|
|
|
|
|
|
|
|
| |
* Enable all default extensions [2]
PR: 86961 [2]
Submitted by: David W. Hankins <David_Hankins@isc.org> [1]
Notes:
svn path=/head/; revision=144701
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(libesd.so.2 -> libesd.so). [1]
- Update Java plugins by remove old and correct Java 1.5 plugin path. [2]
- Bump the PORTREVISION.
PR: ports/86430 [1]
Submitted by: Mark Hobden <markhobden@gmail.com> [1]
glewis [2]
Notes:
svn path=/head/; revision=143467
|
|
|
|
|
|
|
|
|
|
| |
http://www.mozilla.org/products/firefox/releases/1.0.7.html#new for the list
of fixes in this release.
Security: Fixes http://vuxml.FreeBSD.org/2e28cefb-2aee-11da-a263-0001020eed82.html among other things
Notes:
svn path=/head/; revision=143315
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(internationalized domain names) subsystem, also known as "hyphen domain
name bug"
Submitted by: Marcus Grando
Obtained from: Mozilla Project CVS,
https://bugzilla.mozilla.org/show_bug.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&id=307259
Security: CAN-2005-2871
http://secunia.com/advisories/16764/
Notes:
svn path=/head/; revision=142367
|
|
|
|
|
|
|
|
|
|
| |
experience for CJK users.
PR: 84378
Submitted by: chinsan <chinsan.tw@gmail.com>
Notes:
svn path=/head/; revision=141758
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add Java 5 plugins support. [1]
- Use system's libm (/usr/src/lib/msun), nss, nspr and etc. Also, do
not extract those. Better explain, use external dependencies. [1]
- Teach firefox-config and *.pc files for nspr that will making other
third apps to buildable like epiphany, vlc-devel's mozilla plugins
and etc. Have been tested with full GNOME 2.11.x build too.
- Add four patches: [1]
patch-bugzilla243151:
https://bugzilla.mozilla.org/show_bug.cgi?id=243151
patch-jsosdep:
Fix the FreeBSD define
patch-oji-threads:
64-bit wide pthread_t
patch-xptcinvoke_x86_64_linux:
Setting a possibly uninitialized variable (value).
- Fix a crash that can occur using gtk+-2.7 and possibly 2.6.10 when closing
windows. https://bugzilla.mozilla.org/show_bug.cgi?id=3002 [2]
- Get rid of FIREFOX and FF_VER, best to use PORTNAME and PORTVERSION
varibles that are arleady exist and lesser complicate.
- Change all hardcore of 'firefox' to PORTNAME.
- Change a manual loop for patch all.js to find(1), so we can sleep
on it.
Submitted by: mi [1], marcus [2]
Reviewed by: my team, FreeBSD GNOME Team.
Tested by: many
Notes:
svn path=/head/; revision=141034
|
|
|
|
|
|
|
| |
Obtained from: www/mozilla
Notes:
svn path=/head/; revision=140433
|
|
|
|
| |
Notes:
svn path=/head/; revision=139648
|
|
|
|
|
|
|
| |
Reported by: Andrzej Tobola <ato@iem.pw.edu.pl>
Notes:
svn path=/head/; revision=139167
|
|
|
|
|
|
|
|
|
| |
adds some stability enhancements.
Security: See http://www.mozilla.org/projects/security/known-vulnerabilities.html#Firefox for a list of fixed vulnerabilities in 1.0.5
Notes:
svn path=/head/; revision=139164
|
|
|
|
|
|
|
|
|
|
| |
This release fixes 3 very critical bugs. [1]
Release notes: http://www.mozilla.org/products/firefox/releases/1.0.4.html
Security notes: http://www.mozilla.org/projects/security/known-vulnerabilities.html
Notes:
svn path=/head/; revision=135111
|
|
|
|
|
|
|
|
|
|
|
| |
share/gnome/applications so we can remove the gnomehier
dependency so non-gnome users don't have to install a bunch
of un-needed gnome directories.
- Remove WITH_MENU option from mozilla[-devel], .desktop file
will always be installed now.
Notes:
svn path=/head/; revision=134223
|
|
|
|
|
|
|
|
|
| |
- Re-enable cups support
Release Notes: http://www.mozilla.org/products/firefox/releases/1.0.3.html
Notes:
svn path=/head/; revision=133466
|
|
|
|
| |
Notes:
svn path=/head/; revision=133296
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://www.vuxml.org/freebsd/7d2aac52-9c6b-11d9-99a7-000a95bc6fae.html and
http://www.vuxml.org/freebsd/741f8841-9c6b-11d9-9dbe-000a95bc6fae.html for
more details)
* Fix some minor cosmetic issues with the startup script
Submitted by: Jose M Rodriguez (freebsd) <josemi@freebsd.jazztel.es>
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=131937
|
|
|
|
| |
Notes:
svn path=/head/; revision=130974
|
|
|
|
|
|
|
|
|
|
|
| |
Note: since 2.1.9 is ABI compatible with 2.1.7, no recompilation is
necessary.
PR: 78385
Submitted by: lesi
Notes:
svn path=/head/; revision=130757
|
|
|
|
|
|
|
|
|
|
|
| |
binary.
PR: 78175 (firefox)
78217 (mozilla-devel)
Submitted by: Jose M Rodriguez <josemi@freebsd.jazztel.es>
Notes:
svn path=/head/; revision=130146
|
|
|
|
|
|
|
| |
Submitted by: Jeremy Prior <jez@netcraft.com>
Notes:
svn path=/head/; revision=129961
|