pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security Remove fortify... it only worked on ancient v...
details: https://anonhg.NetBSD.org/pkgsrc/rev/842856f5a969
branches: trunk
changeset: 483758:842856f5a969
user: jlam <jlam%pkgsrc.org@localhost>
date: Thu Nov 18 19:37:29 2004 +0000
description:
Remove fortify... it only worked on ancient versions of Netscape Navigator.
We're well past those days now.
diffstat:
security/Makefile | 3 +-
security/fortify/DESCR | 3 -
security/fortify/Makefile | 81 ---
security/fortify/PLIST | 974 --------------------------------------
security/fortify/distinfo | 6 -
security/fortify/files/fortify.sh | 6 -
security/fortify/patches/patch-aa | 23 -
security/fortify/patches/patch-ab | 19 -
8 files changed, 1 insertions(+), 1114 deletions(-)
diffs (truncated from 1157 to 300 lines):
diff -r c38319b45b08 -r 842856f5a969 security/Makefile
--- a/security/Makefile Thu Nov 18 19:07:04 2004 +0000
+++ b/security/Makefile Thu Nov 18 19:37:29 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.211 2004/11/18 09:16:12 wiz Exp $
+# $NetBSD: Makefile,v 1.212 2004/11/18 19:37:29 jlam Exp $
#
COMMENT= Security tools
@@ -43,7 +43,6 @@
SUBDIR+= dsniff
SUBDIR+= egd
SUBDIR+= flawfinder
-SUBDIR+= fortify
SUBDIR+= fprot-workstation-bin
SUBDIR+= fragroute
SUBDIR+= fressh
diff -r c38319b45b08 -r 842856f5a969 security/fortify/DESCR
--- a/security/fortify/DESCR Thu Nov 18 19:07:04 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-This is Fortify for Netscape, a program that provides world-wide,
-unconditional, full strength 128-bit cryptography to users of
-Netscape Navigator (v3 and v4) and Communicator (v4).
diff -r c38319b45b08 -r 842856f5a969 security/fortify/Makefile
--- a/security/fortify/Makefile Thu Nov 18 19:07:04 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,81 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2004/06/26 19:24:54 grant Exp $
-#
-
-DISTNAME= Fortify-1.4.6-unix-src
-PKGNAME= fortify-1.4.6
-CATEGORIES= security www
-MASTER_SITES= ftp://ftp.fortify.net/pub/Fortify/ \
- ftp://ftp.sage-au.org.au/pub/network/security/fortify/ \
- ftp://ftp.gns.com.br/pub/fortify/ \
- ftp://ftp.linux.hr/pub/fortify/ \
- ftp://ftp.funet.fi/pub/crypt/mirrors/fortify/ \
- ftp://ftp.win.or.jp/pub/network/security/fortify/ \
- http://www.mirror.ac.uk/sites/ftp.fortify.net/pub/Fortify/
-
-MAINTAINER= tech-pkg%NetBSD.org@localhost
-HOMEPAGE= http://www.fortify.net/
-COMMENT= Patches Netscape binary to provide 128-bit cryptography
-
-LICENSE= fee-based-commercial-use
-
-FORTIFY_DIRS= alpha-dec-osf2.0 \
- alpha-dec-osf3.2 \
- alpha-dec-osf4.0 \
- hppa1.1-hp-hpux10 \
- hppa1.1-hp-hpux1010 \
- hppa1.1-hp-hpux1020 \
- mips-sgi-irix5.2 \
- mips-sgi-irix5.3 \
- mips-sgi-irix6.2 \
- mips-sgi-irix6.5 \
- ppc-unknown-linux2.0 \
- ppc-unknown-linux2.2 \
- ppc_rs6000-ibm-aix4 \
- ppc_rs6000-ibm-aix41 \
- sparc-sun-solaris2.3 \
- sparc-sun-solaris2.4 \
- sparc-sun-solaris2.5.1 \
- sparc-sun-sunos4.1.3_U1 \
- x86-bsdi-bsd \
- x86-bsdi-bsd2 \
- x86-sun-solaris2.4 \
- x86-sun-solaris2.5.1 \
- x86-unknown-bsd \
- x86-unknown-freebsd \
- x86-unknown-linux-elf \
- x86-unknown-linux1.2 \
- x86-unknown-linux2.0 \
- x86-unknown-linux2.0_glibc2 \
- x86-unknown-linux2.0_libc5 \
- x86-unknown-linux2.2 \
- languages
-
-post-extract:
- cd ${WRKSRC}; ${RMDIR} */bin
-
-do-build:
- @cd ${WRKSRC}/src/common; \
- ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} ${ALL_TARGET}
- @cd ${WRKSRC}/src/cmdline; \
- ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} ${ALL_TARGET}
-
-do-install:
- ${SED} -e "s,@PREFIX@,${PREFIX},g" \
- ${FILESDIR}/fortify.sh > ${WRKDIR}/fortify.sh
- ${INSTALL_SCRIPT} ${WRKDIR}/fortify.sh ${PREFIX}/bin/fortify
- ${INSTALL_PROGRAM} ${WRKSRC}/src/cmdline/fortify ${PREFIX}/libexec
- ${INSTALL_DATA_DIR} ${PREFIX}/share/fortify
-.for DIR in ${FORTIFY_DIRS}
- cd ${WRKSRC} && ${PAX} -rw ${DIR} ${PREFIX}/share/fortify
-.endfor
- ${INSTALL_DATA} ${WRKSRC}/Index ${PREFIX}/share/fortify
- ${LN} -sf languages/English ${PREFIX}/share/fortify/Messages
- ${CHMOD} -R go-w ${PREFIX}/share/fortify
- ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/fortify
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fortify
- ${INSTALL_DATA} ${WRKSRC}/README.html ${PREFIX}/share/doc/fortify
- cd ${WRKSRC} && ${PAX} -rw images ${PREFIX}/share/doc/fortify
- ${CHMOD} -R go-w ${PREFIX}/share/doc/fortify
- ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/fortify
-
-.include "../../mk/bsd.pkg.mk"
diff -r c38319b45b08 -r 842856f5a969 security/fortify/PLIST
--- a/security/fortify/PLIST Thu Nov 18 19:07:04 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,974 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:16:39 zuntum Exp $
-bin/fortify
-libexec/fortify
-share/doc/fortify/README.html
-share/doc/fortify/images/about.gif
-share/doc/fortify/images/applecom.gif
-share/doc/fortify/images/compare.gif
-share/doc/fortify/images/fortify_banner.jpg
-share/doc/fortify/images/ibm2.gif
-share/doc/fortify/images/noteeth.gif
-share/doc/fortify/images/onetooth.gif
-share/doc/fortify/images/prefs3e.gif
-share/doc/fortify/images/prefs3f.gif
-share/doc/fortify/images/prefs4e.gif
-share/doc/fortify/images/prefs4f.gif
-share/doc/fortify/images/smime4e.gif
-share/doc/fortify/images/smime4f.gif
-share/doc/fortify/images/twoteeth.gif
-share/doc/fortify/images/win95.gif
-share/doc/fortify/images/yinyang2.gif
-share/fortify/Index
-share/fortify/Messages
-share/fortify/alpha-dec-osf2.0/gold-3.01/morphs-1.0
-share/fortify/alpha-dec-osf2.0/gold-3.04/morphs-1.0
-share/fortify/alpha-dec-osf2.0/nav-3.01/morphs-1.0
-share/fortify/alpha-dec-osf2.0/nav-3.04/morphs-1.0
-share/fortify/alpha-dec-osf3.2/comm-4.04/morphs-1.2
-share/fortify/alpha-dec-osf3.2/comm-4.04/morphs-1.2-feb98
-share/fortify/alpha-dec-osf3.2/comm-4.05/morphs-1.2
-share/fortify/alpha-dec-osf3.2/comm-4.06/morphs-1.2
-share/fortify/alpha-dec-osf3.2/comm-4.07/morphs-1.2
-share/fortify/alpha-dec-osf3.2/comm-4.08/morphs-1.2
-share/fortify/alpha-dec-osf3.2/gold-3.04/morphs-1.0
-share/fortify/alpha-dec-osf3.2/nav-3.04/morphs-1.0
-share/fortify/alpha-dec-osf3.2/nav-4.04/morphs-1.2
-share/fortify/alpha-dec-osf3.2/nav-4.04/morphs-1.2-feb98
-share/fortify/alpha-dec-osf3.2/nav-4.05/morphs-1.2
-share/fortify/alpha-dec-osf3.2/nav-4.06/morphs-1.2
-share/fortify/alpha-dec-osf3.2/nav-4.07/morphs-1.2
-share/fortify/alpha-dec-osf3.2/nav-4.08/morphs-1.2
-share/fortify/alpha-dec-osf3.2/pro-4.04/morphs-1.2
-share/fortify/alpha-dec-osf4.0/comm-4.5/morphs-1.2
-share/fortify/alpha-dec-osf4.0/comm-4.51/morphs-1.2
-share/fortify/alpha-dec-osf4.0/comm-4.6/morphs-1.2
-share/fortify/alpha-dec-osf4.0/comm-4.61/morphs-1.2
-share/fortify/alpha-dec-osf4.0/comm-4.7/morphs-1.2
-share/fortify/alpha-dec-osf4.0/comm-4.72/morphs-1.2
-share/fortify/alpha-dec-osf4.0/nav-4.5/morphs-1.2
-share/fortify/alpha-dec-osf4.0/nav-4.51/morphs-1.2
-share/fortify/alpha-dec-osf4.0/nav-4.6/morphs-1.2
-share/fortify/alpha-dec-osf4.0/nav-4.61/morphs-1.2
-share/fortify/alpha-dec-osf4.0/nav-4.7/morphs-1.2
-share/fortify/alpha-dec-osf4.0/nav-4.72/morphs-1.2
-share/fortify/hppa1.1-hp-hpux10/comm-4.06/morphs-1.2
-share/fortify/hppa1.1-hp-hpux10/comm-4.07/morphs-1.2
-share/fortify/hppa1.1-hp-hpux10/comm-4.08/morphs-1.2
-share/fortify/hppa1.1-hp-hpux10/nav-4.06/morphs-1.2
-share/fortify/hppa1.1-hp-hpux10/nav-4.07/morphs-1.2
-share/fortify/hppa1.1-hp-hpux10/nav-4.08/morphs-1.2
-share/fortify/hppa1.1-hp-hpux1010/comm-4.5/morphs-1.2
-share/fortify/hppa1.1-hp-hpux1010/comm-4.51/morphs-1.2
-share/fortify/hppa1.1-hp-hpux1010/comm-4.6/morphs-1.2
-share/fortify/hppa1.1-hp-hpux1010/comm-4.61/morphs-1.2
-share/fortify/hppa1.1-hp-hpux1010/comm-4.7/morphs-1.2
-share/fortify/hppa1.1-hp-hpux1010/comm-4.72/morphs-1.2
-share/fortify/hppa1.1-hp-hpux1010/nav-4.5/morphs-1.2
-share/fortify/hppa1.1-hp-hpux1010/nav-4.51/morphs-1.2
-share/fortify/hppa1.1-hp-hpux1010/nav-4.6/morphs-1.2
-share/fortify/hppa1.1-hp-hpux1010/nav-4.61/morphs-1.2
-share/fortify/hppa1.1-hp-hpux1010/nav-4.7/morphs-1.2
-share/fortify/hppa1.1-hp-hpux1010/nav-4.72/morphs-1.2
-share/fortify/hppa1.1-hp-hpux1020/comm-4.5/morphs-1.2
-share/fortify/hppa1.1-hp-hpux1020/comm-4.51/morphs-1.2
-share/fortify/hppa1.1-hp-hpux1020/comm-4.6/morphs-1.2
-share/fortify/hppa1.1-hp-hpux1020/comm-4.61/morphs-1.2
-share/fortify/hppa1.1-hp-hpux1020/comm-4.7/morphs-1.2
-share/fortify/hppa1.1-hp-hpux1020/comm-4.72/morphs-1.2
-share/fortify/hppa1.1-hp-hpux1020/nav-4.5/morphs-1.2
-share/fortify/hppa1.1-hp-hpux1020/nav-4.51/morphs-1.2
-share/fortify/hppa1.1-hp-hpux1020/nav-4.6/morphs-1.2
-share/fortify/hppa1.1-hp-hpux1020/nav-4.61/morphs-1.2
-share/fortify/hppa1.1-hp-hpux1020/nav-4.7/morphs-1.2
-share/fortify/hppa1.1-hp-hpux1020/nav-4.72/morphs-1.2
-share/fortify/languages/Deutsch
-share/fortify/languages/English
-share/fortify/languages/Espanol-Mexico
-share/fortify/languages/Italiano
-share/fortify/languages/Polski
-share/fortify/languages/Russian
-share/fortify/languages/Svenska
-share/fortify/mips-sgi-irix5.2/gold-3.01/morphs-1.0
-share/fortify/mips-sgi-irix5.2/gold-3.04/morphs-1.0
-share/fortify/mips-sgi-irix5.2/nav-3.01/morphs-1.0
-share/fortify/mips-sgi-irix5.2/nav-3.02/morphs-1.0
-share/fortify/mips-sgi-irix5.2/nav-3.04/morphs-1.0
-share/fortify/mips-sgi-irix5.3/comm-4.02/morphs-1.2
-share/fortify/mips-sgi-irix5.3/comm-4.03/morphs-1.2
-share/fortify/mips-sgi-irix5.3/comm-4.04/morphs-1.2
-share/fortify/mips-sgi-irix5.3/comm-4.04/morphs-1.2-feb98
-share/fortify/mips-sgi-irix5.3/comm-4.05/morphs-1.2
-share/fortify/mips-sgi-irix5.3/comm-4.06/morphs-1.2
-share/fortify/mips-sgi-irix5.3/comm-4.07/morphs-1.2
-share/fortify/mips-sgi-irix5.3/comm-4.08/morphs-1.2
-share/fortify/mips-sgi-irix5.3/nav-4.03/morphs-1.2
-share/fortify/mips-sgi-irix5.3/nav-4.04/morphs-1.2
-share/fortify/mips-sgi-irix5.3/nav-4.04/morphs-1.2-feb98
-share/fortify/mips-sgi-irix5.3/nav-4.05/morphs-1.2
-share/fortify/mips-sgi-irix5.3/nav-4.06/morphs-1.2
-share/fortify/mips-sgi-irix5.3/nav-4.07/morphs-1.2
-share/fortify/mips-sgi-irix5.3/nav-4.08/morphs-1.2
-share/fortify/mips-sgi-irix5.3/pro-4.04/morphs-1.2
-share/fortify/mips-sgi-irix6.2/comm-4.02/morphs-1.2
-share/fortify/mips-sgi-irix6.2/comm-4.03/morphs-1.2
-share/fortify/mips-sgi-irix6.2/comm-4.04/morphs-1.2
-share/fortify/mips-sgi-irix6.2/comm-4.04/morphs-1.2-feb98
-share/fortify/mips-sgi-irix6.2/comm-4.05/morphs-1.2
-share/fortify/mips-sgi-irix6.2/comm-4.05/morphs-1.2-jdk1.1
-share/fortify/mips-sgi-irix6.2/comm-4.06/morphs-1.2
-share/fortify/mips-sgi-irix6.2/comm-4.07/morphs-1.2
-share/fortify/mips-sgi-irix6.2/comm-4.08/morphs-1.2
-share/fortify/mips-sgi-irix6.2/comm-4.5/morphs-1.2
-share/fortify/mips-sgi-irix6.2/comm-4.51/morphs-1.2
-share/fortify/mips-sgi-irix6.2/comm-4.6/morphs-1.2
-share/fortify/mips-sgi-irix6.2/comm-4.61/morphs-1.2
-share/fortify/mips-sgi-irix6.2/comm-4.7/morphs-1.2
-share/fortify/mips-sgi-irix6.2/gold-3.04/morphs-1.0
-share/fortify/mips-sgi-irix6.2/nav-3.02/morphs-1.0
-share/fortify/mips-sgi-irix6.2/nav-3.04/morphs-1.0
-share/fortify/mips-sgi-irix6.2/nav-4.03/morphs-1.2
-share/fortify/mips-sgi-irix6.2/nav-4.04/morphs-1.2
-share/fortify/mips-sgi-irix6.2/nav-4.04/morphs-1.2-feb98
-share/fortify/mips-sgi-irix6.2/nav-4.05/morphs-1.2
-share/fortify/mips-sgi-irix6.2/nav-4.06/morphs-1.2
-share/fortify/mips-sgi-irix6.2/nav-4.07/morphs-1.2
-share/fortify/mips-sgi-irix6.2/nav-4.08/morphs-1.2
-share/fortify/mips-sgi-irix6.2/nav-4.5/morphs-1.2
-share/fortify/mips-sgi-irix6.2/nav-4.51/morphs-1.2
-share/fortify/mips-sgi-irix6.2/nav-4.6/morphs-1.2
-share/fortify/mips-sgi-irix6.2/nav-4.61/morphs-1.2
-share/fortify/mips-sgi-irix6.2/nav-4.7/morphs-1.2
-share/fortify/mips-sgi-irix6.2/pro-4.04/morphs-1.2
-share/fortify/mips-sgi-irix6.5/comm-4.72/morphs-1.2
-share/fortify/mips-sgi-irix6.5/nav-4.72/morphs-1.2
-share/fortify/ppc-unknown-linux2.0/comm-4.04/morphs-1.2
-share/fortify/ppc-unknown-linux2.0/comm-4.05/morphs-1.2
-share/fortify/ppc-unknown-linux2.0/comm-4.06/morphs-1.2
-share/fortify/ppc-unknown-linux2.0/comm-4.07/morphs-1.2
-share/fortify/ppc-unknown-linux2.0/comm-4.08/morphs-1.2
-share/fortify/ppc-unknown-linux2.0/comm-4.5/morphs-1.2
-share/fortify/ppc-unknown-linux2.0/nav-4.04/morphs-1.2
-share/fortify/ppc-unknown-linux2.0/nav-4.05/morphs-1.2
-share/fortify/ppc-unknown-linux2.0/nav-4.06/morphs-1.2
-share/fortify/ppc-unknown-linux2.0/nav-4.07/morphs-1.2
-share/fortify/ppc-unknown-linux2.0/nav-4.08/morphs-1.2
-share/fortify/ppc-unknown-linux2.0/nav-4.5/morphs-1.2
-share/fortify/ppc-unknown-linux2.2/comm-4.61/morphs-1.2
-share/fortify/ppc-unknown-linux2.2/comm-4.7/morphs-1.2
-share/fortify/ppc_rs6000-ibm-aix4/comm-4.06/morphs-1.2
-share/fortify/ppc_rs6000-ibm-aix4/comm-4.07/morphs-1.2
-share/fortify/ppc_rs6000-ibm-aix4/comm-4.08/morphs-1.2
-share/fortify/ppc_rs6000-ibm-aix4/comm-4.5/morphs-1.2
-share/fortify/ppc_rs6000-ibm-aix4/comm-4.51/morphs-1.2
-share/fortify/ppc_rs6000-ibm-aix4/comm-4.6/morphs-1.2
-share/fortify/ppc_rs6000-ibm-aix4/comm-4.61/morphs-1.2
-share/fortify/ppc_rs6000-ibm-aix4/comm-4.7/morphs-1.2
-share/fortify/ppc_rs6000-ibm-aix4/comm-4.72/morphs-1.2
-share/fortify/ppc_rs6000-ibm-aix4/nav-4.06/morphs-1.2
-share/fortify/ppc_rs6000-ibm-aix4/nav-4.07/morphs-1.2
-share/fortify/ppc_rs6000-ibm-aix4/nav-4.08/morphs-1.2
-share/fortify/ppc_rs6000-ibm-aix4/nav-4.5/morphs-1.2
-share/fortify/ppc_rs6000-ibm-aix4/nav-4.51/morphs-1.2
-share/fortify/ppc_rs6000-ibm-aix4/nav-4.6/morphs-1.2
-share/fortify/ppc_rs6000-ibm-aix4/nav-4.61/morphs-1.2
-share/fortify/ppc_rs6000-ibm-aix4/nav-4.7/morphs-1.2
-share/fortify/ppc_rs6000-ibm-aix4/nav-4.72/morphs-1.2
-share/fortify/ppc_rs6000-ibm-aix41/comm-4.61/morphs-1.2
-share/fortify/ppc_rs6000-ibm-aix41/comm-4.7/morphs-1.2
-share/fortify/ppc_rs6000-ibm-aix41/comm-4.72/morphs-1.2
-share/fortify/ppc_rs6000-ibm-aix41/nav-4.61/morphs-1.2
-share/fortify/ppc_rs6000-ibm-aix41/nav-4.7/morphs-1.2
-share/fortify/ppc_rs6000-ibm-aix41/nav-4.72/morphs-1.2
-share/fortify/sparc-sun-solaris2.3/gold-3.01/morphs-1.0
-share/fortify/sparc-sun-solaris2.3/nav-3.01/morphs-1.0
-share/fortify/sparc-sun-solaris2.4/comm-4.02/morphs-1.2
-share/fortify/sparc-sun-solaris2.4/comm-4.03/morphs-1.2
-share/fortify/sparc-sun-solaris2.4/comm-4.04/morphs-1.2
-share/fortify/sparc-sun-solaris2.4/comm-4.04/morphs-1.2-feb98
Home |
Main Index |
Thread Index |
Old Index