Commit Graph

47 Commits

Author SHA1 Message Date
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
pvalchev
379c1abf84 mozilla-firefox-1.0; based on work by wilfried/robert/naddy 2004-11-26 18:29:14 +00:00
kettenis
015f583043 i386 gcc3 support.
ok wilfried@
2004-11-13 14:25:51 +00:00
jolan
c31b62b3a6 fix building againt new freetype, sync w/update-patches 2004-11-05 07:37:56 +00:00
sturm
505164cc73 fix build now that we have getproto*_r 2004-11-01 10:25:12 +00:00
brad
cbf75f4cbf gcc3/powerpc 2004-10-31 07:23:13 +00:00
espie
b893ad5d98 new style conflicts 2004-09-18 13:06:43 +00:00
robert
7fa9b4ab61 SECURITY:
The added patch fixes some libpng buffer overflow vulnerabilities in
mozilla's png decoder module.
http://bugzilla.mozilla.org/show_bug.cgi?id=251381

new-style PLIST
2004-08-08 17:19:36 +00:00
naddy
6b9c0f500b fix up MODGNU_CONFIG_GUESS_DIRS 2004-08-04 16:12:14 +00:00
marcm
6821437f9e Sync DESCR with reality.
"Free commits :-)" MAINTAINER
2004-06-30 17:58:23 +00:00
wilfried
95b1890db8 use no-autoheader and explicitly set autoconf version 2004-05-06 14:39:49 +00:00
pvalchev
18dfaf2afd disable IPv6 for 3.5 as it presents dns-resolution problems (and there is no time
for other fixes)
numerous people report success with this reverted.
2004-03-06 07:51:27 +00:00
naddy
cc3712ff80 enable propolice on sparc64; ok pvalchev@ 2004-03-03 02:23:56 +00:00
drahn
2b42fd088e Patches to make firefox work on OpenBSD/macppc 2004-03-01 23:52:32 +00:00
wilfried
fcd33b6773 spacing 2004-03-01 09:12:13 +00:00
pvalchev
ff92d628fe amd64 support from FreeBSD & bugzilla 2004-03-01 07:14:48 +00:00
wilfried
1b35da8bce resolve more than one host name simultaneously, needed with last patch
from netbsd
2004-02-29 22:36:14 +00:00
wilfried
afe5fdbdbf enable ipv6 2004-02-29 22:27:48 +00:00
naddy
f16b99d84d The sparc64 compiler is gcc3 now; don't require the gcc3 module. 2004-02-25 02:35:15 +00:00
wilfried
212c894453 forgot to remove graphics/libmng dependency 2004-02-23 17:58:56 +00:00
wilfried
5164472299 import of mozilla firefox 0.8 2004-02-15 19:37:14 +00:00