diff options
author | tron <tron> | 2004-12-21 10:03:45 +0000 |
---|---|---|
committer | tron <tron> | 2004-12-21 10:03:45 +0000 |
commit | 5bc215717f6f15f4d26bad00d1f75a1ab3c7a49d (patch) | |
tree | 5df5122ef7943383c2a6eecf58c1cab456a48b06 | |
parent | c4b32eb95d146c8687a07930e1f291f8b3535756 (diff) | |
download | pkgsrc-5bc215717f6f15f4d26bad00d1f75a1ab3c7a49d.tar.gz |
Update "mozilla-bin" package to version 1.7.5. Changes since version 1.7.3:
- NPRuntime support. NPRuntime is an extension to the Netscape Plugin API that
was developed in cooperation with Apple, Opera, and a group of plugin
vendors. http://www.mozilla.org/projects/plugins/npruntime.html
- Added undetectable document.all support, and support for exposing elements
by their ID in the global scope for greater IE compatibility when viewing
pages that don't request standards compliant behaviour.
https://bugzilla.mozilla.org/show_bug.cgi?id=248549 and
https://bugzilla.mozilla.org/show_bug.cgi?id=256932.
- Fix for http://secunia.com/advisories/12956/
Support for Solaris SPARC and x86 is not available due to lack of a
precompiled binary at this point of time.
-rw-r--r-- | www/mozilla-bin/Makefile | 6 | ||||
-rw-r--r-- | www/mozilla-bin/distinfo | 10 |
2 files changed, 6 insertions, 10 deletions
diff --git a/www/mozilla-bin/Makefile b/www/mozilla-bin/Makefile index 33f1033619e..e2dd4a877a5 100644 --- a/www/mozilla-bin/Makefile +++ b/www/mozilla-bin/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.19 2004/09/22 14:13:37 tron Exp $ +# $NetBSD: Makefile,v 1.20 2004/12/21 10:03:45 tron Exp $ MOZILLA= mozilla -MOZ_VER= 1.7.3 +MOZ_VER= 1.7.5 COMMENT= Full featured gecko-based browser (binary pkg) ONLY_FOR_PLATFORM+= Linux-*-i[3-6]86 NetBSD-*-i386 -ONLY_FOR_PLATFORM+= SunOS-5.[89]*-i386 SunOS-5.[89]*-sparc +#ONLY_FOR_PLATFORM+= SunOS-5.[89]*-i386 SunOS-5.[89]*-sparc .include "../../www/mozilla-bin/Makefile.common" diff --git a/www/mozilla-bin/distinfo b/www/mozilla-bin/distinfo index 6f4256c2827..50435736d75 100644 --- a/www/mozilla-bin/distinfo +++ b/www/mozilla-bin/distinfo @@ -1,8 +1,4 @@ -$NetBSD: distinfo,v 1.10 2004/09/19 13:48:52 tron Exp $ +$NetBSD: distinfo,v 1.11 2004/12/21 10:03:45 tron Exp $ -SHA1 (mozilla-i386-pc-solaris2.8_1.7.3.tar.bz2) = 5460e9efdadb4951f2e28af3bbcf4d7391f66850 -Size (mozilla-i386-pc-solaris2.8_1.7.3.tar.bz2) = 13417140 bytes -SHA1 (mozilla-i686-pc-linux-gnu-1.7.3.tar.gz) = 686c46b13027c98fabff5814062be595cb0081a8 -Size (mozilla-i686-pc-linux-gnu-1.7.3.tar.gz) = 12940221 bytes -SHA1 (mozilla-sparc-sun-solaris2.8_1.7.3.tar.bz2) = 9e7f984bbe4e5e6785e4b6bb7708b96678584cb2 -Size (mozilla-sparc-sun-solaris2.8_1.7.3.tar.bz2) = 14982372 bytes +SHA1 (mozilla-i686-pc-linux-gnu-1.7.5.tar.gz) = 6d64f6859c0e29008cea928d5146de0f5d15989f +Size (mozilla-i686-pc-linux-gnu-1.7.5.tar.gz) = 13868110 bytes |