diff options
author | tron <tron> | 2000-10-27 02:20:54 +0000 |
---|---|---|
committer | tron <tron> | 2000-10-27 02:20:54 +0000 |
commit | a1fbb350eab9c8a9576aefa52e7d30c923a00c58 (patch) | |
tree | 51110335320a584374c1f15aa6c135ee515261f1 /www/navigator/Makefile.common | |
parent | 15950f63386a319b3a2447554f568aadbb26bc46 (diff) | |
download | pkgsrc-a1fbb350eab9c8a9576aefa52e7d30c923a00c58.tar.gz |
Update "communicator" and "navigator" package to version 4.76. This
version fixes a buffer overflow in form handling and is supposed to
offer more stability. A BSDI binary of version 4.76 is not available
unfortunately yet.
Diffstat (limited to 'www/navigator/Makefile.common')
-rw-r--r-- | www/navigator/Makefile.common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common index 2b40a03dc4a..f542a9cd7de 100644 --- a/www/navigator/Makefile.common +++ b/www/navigator/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.23 2000/10/21 23:02:18 wiz Exp $ +# $NetBSD: Makefile.common,v 1.24 2000/10/27 02:20:54 tron Exp $ # # Common include file for communicator and navigator packages @@ -6,7 +6,7 @@ # Note - the version will be overridden for certain architectures which # do not have the latest version available (eg: SunOS sparc) -NS_VERS= 4.75 +NS_VERS= 4.76 NS_ENCRYPTION= us LDAP_VERS= 40 @@ -40,6 +40,7 @@ WRKNAME= alpha-dec-osf4.0 VENDOR_NAME= Tru64 UNIX # .elif (${MACHINE_ARCH} == "i386" && defined(NS_USE_BSDI)) +NS_VERS= 4.75 PLIST_ARCH= bsdi-i386 DISTUNAME= x86-bsdi-bsd2 DIST_DIR_NAME= unsupported/bsdi21 |