Commit Graph

70 Commits

Author SHA1 Message Date
brad
05a117853f stop using the gcc3 module on the alpha architecture. 2006-10-01 22:23:47 +00:00
espie
939a8c0f52 zap .0.0 2006-09-18 11:59:59 +00:00
steven
4b337b355c SECURITY update to firefox 1.5.0.7
see http://www.mozilla.org/projects/security/known-vulnerabilities.html
for details

ok bernd@
2006-09-17 21:02:58 +00:00
bernd
1498df97f8 Security update to mozilla-firefox-1.5.0.5.
This update fixes multiple security vulnerabilities.

For detailed information see:

http://www.mozilla.org/projects/security/known-vulnerabilities.html#firefox1.5.0.5

ok steven@
2006-07-31 09:32:19 +00:00
bernd
682eb24b83 Security update to mozilla-firefox-1.5.0.4.
Fixes multiple security vulnerabilities. For detailed information see:

http://secunia.com/advisories/20376/
http://www.mozilla.org/projects/security/known-vulnerabilities.html#firefox1.5.0.4

ok steven@
2006-06-05 09:30:06 +00:00
bernd
0e40ccc07e - better pkg/MESSAGE, from Deanna Phillips <deanna at sdf.lonestar.org>
- fix some typos in files/README.OpenBSD
- bump PKGNAME accordingly

ok wilfried@, kurt@
2006-05-23 14:03:22 +00:00
bernd
3bbe03aff4 Update to 1.5.0.3. Security fixes inside...
More info:

CVE-2006-1993
http://secunia.com/advisories/19802/

tested by many
"go ahead" jolan@
2006-05-05 10:14:21 +00:00
wilfried
2431442cac update to 1.5.0.2
fixes multiple critical vulnerabilities
2006-04-18 10:37:32 +00:00
pvalchev
9cbf189d5c check XftLockFace() for NULL return to avoid a crash, see
https://bugzilla.mozilla.org/show_bug.cgi?id=331077
from Tobias Ulmer <tobiasu@tmux.org>
2006-03-27 04:23:28 +00:00
wilfried
4c685774b5 Firefox 1.5.0.1 is a stability-and-security update to Firefox 1.5.
It also includes a number of low-risk fixes for other types of bugs.
2006-02-06 08:21:53 +00:00
steven
cf67e0bdb7 fix WANTLIB after gtk+2 downgrade
"looks good" espie@
2006-01-16 07:01:39 +00:00
espie
a9df05cec2 more C++ libs bumps. Done thru mail, plus lizards. 2006-01-14 00:07:28 +00:00
sturm
5a686c751d SHARED_LIBS
note that we keep the mozilla ports at a single SO_VERSION, too many
libraries, too little gain otherwise
2005-12-31 18:35:56 +00:00
ian
3664fb0fb3 Add README.OpenBSD with more details on email, Java, etc.; shorten
MESSAGE accordingly to refer to new file; patchlevel bump for new file.
ok bernd@, kurt@.
2005-12-26 02:17:53 +00:00
kurt
5454dfe735 - Fix startup DoS. overlong document.title setting can corrupt history
data, causing non-responsive temporary hang on subsequent startups
patches from https://bugzilla.mozilla.org/show_bug.cgi?id=319004
- Fix use after free segfault after printing reported by Andy Wingate.
FT_Done_Face was being called twice on the same mFace.
2005-12-21 15:33:00 +00:00
bernd
1ea3eea498 Update to Firefox 1.5.
Team work by wilfried@, kurt@ and me.

Tested by many. Thanks a lot!

ok kurt@ krw@ jolan@ ian@ pvalchev@
2005-12-20 23:44:00 +00:00
wilfried
5630e1aa18 fix packages-specs brain fart from yesterday and bump 2005-11-15 09:21:50 +00:00
wilfried
141a5175b7 fix wantlib + bump 2005-11-14 15:50:18 +00:00
pvalchev
63607b50b1 Fix a crash in prdtoa.c:mult() where there is an off-by-some bytes
in memory accessed during some very fucked up pointer acrobatics.
Allocate 2 bytes extra for that case, which seems to be a
sufficient hack to keep this working.

Debugged by me with minimo on zaurus/arm (pain!), seen also by krw@
and others on amd64, who helped with testing.  Due to random malloc
this of course did not show up everywhere all the time.
2005-11-03 00:59:43 +00:00
naddy
79f5804452 Mozilla.org bug 210658:
Fix hanging with non-standard HTML elements parsererror, sourcetext.
ok wilfried@
2005-10-19 13:08:12 +00:00
kurt
c34ab1b1a4 remove 'don't close dlopened objects' type ld.so work-arounds 2005-10-14 04:00:37 +00:00
bernd
6c26bb90b1 If we start a second firefox, don't show the profile chooser but open a
new browser window instead. (The same for thunderbird and mozilla.)

Idea from Marc Winiger <mw at msys.ch>, thanks!

suggestions, tests & ok kurt@
2005-10-13 04:32:41 +00:00
bernd
0abe19a7d2 update to mozilla-firefox-1.0.7
comments & ok kurt@
2005-09-24 16:19:29 +00:00
david
3490f7b528 SECURITY: disable IDN due to buffer overflow (CAN-2005-2871)
https://addons.mozilla.org/messages/307259.html

tested by bernd@
2005-09-16 15:54:53 +00:00
kurt
b29fbb1dab - switch from gtk1 to gtk2. tested by many (thanks!)
- fix backup mastersite
- fix gdk_property_get warnings (from marcm@)

some feedback marcm@, okay brad@ pvalchev@
2005-09-08 12:48:39 +00:00
pvalchev
31d18f916a Switch back to gtk1, as there are side-effects that need to be discussed
more and it's too close to release to be having such discussions, showing
this was not thought out very well.
Bump PKGNAME and shlibs again
2005-08-12 19:01:44 +00:00
kurt
33283fba1c -switch to gtk2 (originally from msf@) tested by many
some minor scrolling issues noticed my naddy@
-fix US master site

ok msf@, fine by me naddy@, go ahead wilfried@
2005-08-11 18:59:14 +00:00
kurt
382d862c01 - update to 1.0.6 from Bernd Ahlers
- remove "Extentions don't work" from DESCR

tested on i386/amd64/macppc by myself, naddy@ and/or Bernd
2005-07-22 19:34:20 +00:00
msf
08a983aada - USE_SYSTRACE was written to be transparent to the port author. Adding i
${_SYSTRACE_CMD} to any target in a port Makefile is a mistake.

ok sturm@ kurt@
2005-05-24 00:44:41 +00:00
wilfried
0891c4851b update to firefox 1.0.4
fixed remote code execution of Javascript and DHTML errors.
2005-05-13 08:21:54 +00:00
wilfried
b1ccb8ab3b update firefox to 1.0.3 2005-04-19 07:07:05 +00:00
kurt
0877c44f60 - make the build OFFICAL. This enables firefox to detect and upgrade
profiles that need to be upgraded automatically. Many annoying profile
issues will be gone now.
- Mention deleting extensions/Extensions.rdf and also the old ~/.firefox
as a location for profiles in MESSAGE. ~/.firefox will continue to be used
on systems that have been upgraded from older firefox versions.

OFFICAL build okay wilfried@
2005-04-16 15:49:17 +00:00
wilfried
4f1d0b1e21 - bump major shlib version
- move INSTALL/DEINSTALL code to PLIST
- remove unused ldap config/patches
2005-04-09 15:43:47 +00:00
kurt
0bf1041431 - fix CUPS printing: fix partial so version and don't dlclose lib.
- remove partial so version on freetype

CUPS testing and ok by mbalmer@ idea from wilfried@
2005-04-04 21:24:00 +00:00
kurt
8c158f4ad4 - don't unload dependent libs (avoid dlclose bug)
- fix alpha wantlib
- adjust depends for esound & ORBit

okay alek@
2005-04-01 16:44:52 +00:00
wilfried
fbcec8cc52 update firefox to 1.0.2 2005-03-26 19:05:27 +00:00
wilfried
caa6389ceb disable thread priority scheduling as moz doesn't
cope with round-robin priority scheduling, from kettenis@
2005-03-26 19:04:13 +00:00
wilfried
c34e722bd0 Tentative step for extensions, at least firefox stops whining.
From jamesw at bsdhosting.co.za, cleanup by me.
ok pval@, naddy@
2005-03-16 08:59:04 +00:00
naddy
013b75ec62 document that extensions don't work; should calm fgsch@ 2005-03-12 00:23:52 +00:00
naddy
4c3d8187e6 * Update to 1.0.1. Fixes IDN spoofing and other vulnerabilities.
* Dependency fixes from alek@
* Don't install world-writable files and directories related to
extensions.  Breaks functionality in that area.
2005-03-02 19:30:18 +00:00
wilfried
1be340ee85 fix system png include path 2005-01-13 15:57:26 +00:00
wilfried
d7dc1b0258 bump pkgname 2005-01-10 14:39:22 +00:00
wilfried
92bff14aa7 always use own nspr 2005-01-10 10:17:08 +00:00
naddy
ae76d3ea1f SIZE 2005-01-05 17:21:50 +00:00
wilfried
42177b1ab4 let's make some noise, using esound 2005-01-04 21:27:27 +00:00
wilfried
17044a6542 sync with update-patches 2005-01-04 21:14:23 +00:00
wilfried
8647a12df2 sync with thunderbird 2005-01-04 21:10:03 +00:00
wilfried
9360cf6f65 fix SUBST_VARS 2005-01-04 20:59:16 +00:00
alek
5364a42ec5 Add WANTLIB markers 2004-12-11 13:29:20 +00:00
naddy
2d591bc030 Do not disable ProPolice, we have reports of success for most platforms.
ok pvalchev@
2004-12-08 21:54:48 +00:00