diff options
author | grant <grant> | 2004-01-22 10:57:44 +0000 |
---|---|---|
committer | grant <grant> | 2004-01-22 10:57:44 +0000 |
commit | efc3c88c36adb1c68317533d9311ee41fa9b5e83 (patch) | |
tree | 60d4555849e646ba6b547d0ac20fd0b4c5c10e71 /www/mozilla-bin | |
parent | ba2c9d82102fb68267a9c60461432aad5e8b5c24 (diff) | |
download | pkgsrc-efc3c88c36adb1c68317533d9311ee41fa9b5e83.tar.gz |
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).
Diffstat (limited to 'www/mozilla-bin')
-rw-r--r-- | www/mozilla-bin/Makefile | 6 | ||||
-rw-r--r-- | www/mozilla-bin/Makefile.SunOS.sparc | 5 | ||||
-rw-r--r-- | www/mozilla-bin/distinfo | 16 |
3 files changed, 15 insertions, 12 deletions
diff --git a/www/mozilla-bin/Makefile b/www/mozilla-bin/Makefile index e849c877659..0d1911e39a1 100644 --- a/www/mozilla-bin/Makefile +++ b/www/mozilla-bin/Makefile @@ -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" diff --git a/www/mozilla-bin/Makefile.SunOS.sparc b/www/mozilla-bin/Makefile.SunOS.sparc index b7a643c648a..a0a6786aa81 100644 --- a/www/mozilla-bin/Makefile.SunOS.sparc +++ b/www/mozilla-bin/Makefile.SunOS.sparc @@ -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 diff --git a/www/mozilla-bin/distinfo b/www/mozilla-bin/distinfo index b112b63d089..6b939b60438 100644 --- a/www/mozilla-bin/distinfo +++ b/www/mozilla-bin/distinfo @@ -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 |