update mozilla binary pkgs to 1.6.
changes since 1.5: * One of the most requested Mozilla Mail features, an option to separate the Recipient and Sender columns in the thread pane, has been implemented. * Another frequently requested MailNews feature, a preference for placing the user's signature above the quoted text, has been added. * "Remove from server after x days" has been implemented for POP3 mail accounts. * vCard support has been added to Mozilla Mail. * Mozilla 1.6 includes a new cross-platform NTLM authentication mechanism. This feature brings NTLM authentication to the non-Windows Mozilla users for the first time and also delivers more robust and featureful NTLM support to users of older Windows versions. * Ask Jeeves searching has been added to Mozilla 1.6. * "Translate Page" functionality has returned to this release of Mozilla. * The View Source window now has reload functionality. * Several security-related bugs were fixed in 1.6 * Chatzilla 0.9.48 has been merged, which adds RPL_ISUPPORT support, halfop mode support, and properly masks key and password dialogs. * Many crash bugs have been fixed. * One step closer to the kitchen sink, about:about has been implemented. Typing about:about in the address field will give the user a nice list of available about:s. * The opacity implementation was completely revamped to properly change the opacity of all descendants as a group. * CSS inheritance has been updated to work per CSS2.1 (computed values are inherited).
This commit is contained in:
parent
e644b51820
commit
fa8285942f
3 changed files with 15 additions and 12 deletions
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: Makefile,v 1.13 2004/01/04 05:01:02 grant Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2004/01/22 10:57:44 grant Exp $
|
||||
|
||||
MOZILLA= mozilla
|
||||
MOZ_VER= 1.5
|
||||
MOZ_VER= 1.6
|
||||
|
||||
ONLY_FOR_PLATFORM+= Linux-*-i[3-6]86 NetBSD-*-i386
|
||||
ONLY_FOR_PLATFORM+= SunOS-5.[789]*-sparc SunOS-5.[89]*-i386
|
||||
ONLY_FOR_PLATFORM+= SunOS-5.[89]*-sparc SunOS-5.[89]*-i386
|
||||
|
||||
.include "../../www/mozilla-bin/Makefile.common"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# $NetBSD: Makefile.SunOS.sparc,v 1.4 2004/01/04 05:01:02 grant Exp $
|
||||
# $NetBSD: Makefile.SunOS.sparc,v 1.5 2004/01/22 10:57:44 grant Exp $
|
||||
|
||||
DISTNAME= mozilla-sparc-sun-solaris2.8_${MOZ_VER}
|
||||
DISTNAME= mozilla-sparc-sun-solaris2.8-${MOZ_VER}
|
||||
|
||||
MOZ_PLATFORM= solaris
|
||||
MOZ_CONTRIB= # empty
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
$NetBSD: distinfo,v 1.6 2003/11/27 16:07:46 grant Exp $
|
||||
$NetBSD: distinfo,v 1.7 2004/01/22 10:57:44 grant Exp $
|
||||
|
||||
SHA1 (mozilla-i386-pc-solaris2.8-1.5.tar.gz) = 8c909e588999eeb9b33503f481259f9eb98717dc
|
||||
Size (mozilla-i386-pc-solaris2.8-1.5.tar.gz) = 15701149 bytes
|
||||
SHA1 (mozilla-i686-pc-linux-gnu-1.5.tar.gz) = 4b933f8e302b141306e96f53cedd782d877399f0
|
||||
Size (mozilla-i686-pc-linux-gnu-1.5.tar.gz) = 13634167 bytes
|
||||
SHA1 (mozilla-sparc-sun-solaris2.8_1.5.tar.gz) = 38345cd7629f20dbcaec7c3f40ad0c0c90a426ac
|
||||
Size (mozilla-sparc-sun-solaris2.8_1.5.tar.gz) = 17021263 bytes
|
||||
SHA1 (mozilla-i686-pc-linux-gnu-1.6.tar.gz) = 5437328f16f080c28823a4082b8f9aa76cc4f7d2
|
||||
Size (mozilla-i686-pc-linux-gnu-1.6.tar.gz) = 13544980 bytes
|
||||
$NetBSD: distinfo,v 1.7 2004/01/22 10:57:44 grant Exp $
|
||||
SHA1 (mozilla-sparc-sun-solaris2.8-1.6.tar.gz) = 91bcb8bc2baefd4ce8b6d835304198fdf86395f6
|
||||
Size (mozilla-sparc-sun-solaris2.8-1.6.tar.gz) = 18488304 bytes
|
||||
$NetBSD: distinfo,v 1.7 2004/01/22 10:57:44 grant Exp $
|
||||
SHA1 (mozilla-i386-pc-solaris2.8-1.6.tar.gz) = d3a1021e639a0b88e4f04d061a8e18c105017537
|
||||
Size (mozilla-i386-pc-solaris2.8-1.6.tar.gz) = 15750048 bytes
|
||||
|
|
Loading…
Reference in a new issue