diff options
author | trevor <trevor@FreeBSD.org> | 2000-11-05 07:08:07 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2000-11-05 07:08:07 +0800 |
commit | 19f9adc14ba132ff23da89c53bc51e94e9120d84 (patch) | |
tree | 5d4f82a817a98c611dbbe184b5ad54e9d9a48031 | |
parent | 8ef147431e58d013aac39f7e9929ac763026c718 (diff) | |
download | freebsd-ports-gnome-19f9adc14ba132ff23da89c53bc51e94e9120d84.tar.gz freebsd-ports-gnome-19f9adc14ba132ff23da89c53bc51e94e9120d84.tar.zst freebsd-ports-gnome-19f9adc14ba132ff23da89c53bc51e94e9120d84.zip |
Now that the Netscape master port has been updated to 4.76, keep
these at 4.75 for users who want to take a risk. Keep them forbidden,
and mention that a fixed version exists. Create a PKGMESSAGE file
for the export notice.
-rw-r--r-- | www/bsdi-netscape47-communicator/Makefile | 25 | ||||
-rw-r--r-- | www/bsdi-netscape47-communicator/pkg-message | 11 | ||||
-rw-r--r-- | www/bsdi-netscape47-navigator/Makefile | 1 |
3 files changed, 22 insertions, 15 deletions
diff --git a/www/bsdi-netscape47-communicator/Makefile b/www/bsdi-netscape47-communicator/Makefile index c1ae4ef419d1..e0e655f2ec8b 100644 --- a/www/bsdi-netscape47-communicator/Makefile +++ b/www/bsdi-netscape47-communicator/Makefile @@ -7,13 +7,21 @@ # PORTNAME= bsdi-netscape-${BROWSER} +PORTVERSION= 4.75 MAINTAINER= trevor@FreeBSD.org -FORBIDDEN= "buffer overflow when processing HTML forms, reported by Michal Zalewski--example at http://people.freebsd.org/~trevor/hostile-page.htm" +FORBIDDEN= "buffer overflow in password field of HTML forms,\ + reported by Michal Zalewski and fixed in 4.76--example at \ + http://people.freebsd.org/~trevor/hostile-page.html" ONLY_FOR_ARCHS= i386 +DISTFILES= ${BROWSER}-v475-us.${NETSCAPE_DIST_TAG}.tar.gz +INFILE_HEAD= 'Communicator,4.75.0.20000814' +BROWSER_VER= 4.75 +WRKSRC= ${WRKDIR}/${BROWSER}-v475.${NETSCAPE_DIST_TAG} + NETSCAPE_DIST_ARCH= unsupported/bsdi21 NETSCAPE_DIST_TAG= x86-bsdi-bsd2 @@ -27,19 +35,6 @@ NSUBDIR= lib/netscape-bsdi WITHOUT_AOUT= yes pre-fetch: - @${ECHO} "************************************************************" - @${ECHO} "None of the Software or underlying information or technology" - @${ECHO} "may be downloaded or otherwise exported or re-exported (i)" - @${ECHO} "into (or to a national or resident of) Cuba, Iraq, Libya," - @${ECHO} "Sudan, North Korea, Iran, Syria or any other country to" - @${ECHO} "which the U.S. has embargoed goods; or (ii) to anyone on" - @${ECHO} "the U.S. Treasury Department's list of Specially Designated" - @${ECHO} "Nationals or the U.S. Commerce Department's Table of Denial" - @${ECHO} "Orders. By downloading or using the Software, you are" - @${ECHO} "agreeing to the foregoing and you are representing and" - @${ECHO} "warranting that you are not located in, under the control" - @${ECHO} "of, or a national or resident of any such country or on" - @${ECHO} "any such list." - @${ECHO} "************************************************************" + @${CAT} ${PKGMESSAGE} .include "../netscape47-communicator/Makefile" diff --git a/www/bsdi-netscape47-communicator/pkg-message b/www/bsdi-netscape47-communicator/pkg-message new file mode 100644 index 000000000000..6dff35fb38a9 --- /dev/null +++ b/www/bsdi-netscape47-communicator/pkg-message @@ -0,0 +1,11 @@ +******************************************************************************* +None of the Software or underlying information or technology may be downloaded +or otherwise exported or re-exported (i) into (or to a national or resident of) +Cuba, Iraq, Libya, Sudan, North Korea, Iran, Syria or any other country to +which the U.S. has embargoed goods; or (ii) to anyone on the U.S. Treasury +Department's list of Specially Designated Nationals or the U.S. Commerce +Department's Table of Denial Orders. By downloading or using the Software, you +are agreeing to the foregoing and you are representing and warranting that you +are not located in, under the control of, or a national or resident of any such +country or on any such list. +******************************************************************************* diff --git a/www/bsdi-netscape47-navigator/Makefile b/www/bsdi-netscape47-navigator/Makefile index a63e8da30516..5dd691585cfc 100644 --- a/www/bsdi-netscape47-navigator/Makefile +++ b/www/bsdi-netscape47-navigator/Makefile @@ -7,5 +7,6 @@ # BROWSER= navigator +PKGMESSAGE= ../bsdi-netscape47-communicator/pkg-message .include "../bsdi-netscape47-communicator/Makefile" |