pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security rats: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cce87302460a
branches:  trunk
changeset: 377647:cce87302460a
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Apr 24 00:58:26 2022 +0000

description:
rats: remove

Package last updated in pkgsrc 2003, upstream gone since 2013.
Safe to assume nobody uses a static analysis tool that has not
been maintained in pkgsrc for 20 odd years.

diffstat:

 security/Makefile              |   3 +--
 security/rats/DESCR            |   7 -------
 security/rats/Makefile         |  19 -------------------
 security/rats/PLIST            |   8 --------
 security/rats/distinfo         |   7 -------
 security/rats/patches/patch-aa |  21 ---------------------
 security/rats/patches/patch-ab |  29 -----------------------------
 7 files changed, 1 insertions(+), 93 deletions(-)

diffs (132 lines):

diff -r 3c38f18042e8 -r cce87302460a security/Makefile
--- a/security/Makefile Sun Apr 24 00:45:54 2022 +0000
+++ b/security/Makefile Sun Apr 24 00:58:26 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.854 2022/04/21 10:49:14 wiz Exp $
+# $NetBSD: Makefile,v 1.855 2022/04/24 00:58:26 tnn Exp $
 #
 
 COMMENT=       Security and cryptography tools and libraries
@@ -535,7 +535,6 @@
 SUBDIR+=       qt4-qtkeychain
 SUBDIR+=       qt5-qtkeychain
 SUBDIR+=       racoon2
-SUBDIR+=       rats
 SUBDIR+=       rc5des
 SUBDIR+=       rid
 SUBDIR+=       rsaref
diff -r 3c38f18042e8 -r cce87302460a security/rats/DESCR
--- a/security/rats/DESCR       Sun Apr 24 00:45:54 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-RATS, the Rough Auditing Tool for Security, is a security auditing utility
-for C and C++ code. RATS scans source code, finding potentially dangerous
-function calls.
-The goal of this project is not to definitively find bugs (yet).
-The current goal is to provide a reasonable starting point for performing
-manual security audits.
-RATS is released under version 2 of the GNU Public License (GPL).
diff -r 3c38f18042e8 -r cce87302460a security/rats/Makefile
--- a/security/rats/Makefile    Sun Apr 24 00:45:54 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.28 2017/09/04 18:55:09 wiz Exp $
-#
-
-DISTNAME=              rats-2.1
-PKGREVISION=           5
-CATEGORIES=            security
-MASTER_SITES+=         https://code.google.com/archive/p/rough-auditing-tool-for-security/downloads/
-
-MAINTAINER=            tech-pkg-ja%jp.NetBSD.org@localhost
-HOMEPAGE=              https://code.google.com/archive/p/rough-auditing-tool-for-security/
-COMMENT=               Rough Auditing Tool for Security
-LICENSE=               gnu-gpl-v2
-
-GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --datadir=${PREFIX}/share/rats
-BUILD_TARGET=          rats
-
-.include "../../textproc/expat/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 3c38f18042e8 -r cce87302460a security/rats/PLIST
--- a/security/rats/PLIST       Sun Apr 24 00:45:54 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2002/09/30 13:52:55 taca Exp $
-bin/rats
-man/man1/rats.1
-share/rats/rats-c.xml
-share/rats/rats-openssl.xml
-share/rats/rats-perl.xml
-share/rats/rats-php.xml
-share/rats/rats-python.xml
diff -r 3c38f18042e8 -r cce87302460a security/rats/distinfo
--- a/security/rats/distinfo    Sun Apr 24 00:45:54 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 11:17:52 nia Exp $
-
-BLAKE2s (rats-2.1.tar.gz) = 809064c2b12f978f094883ec066fd4c3f778f76c3f30882eff5be7fa9e6d9721
-SHA512 (rats-2.1.tar.gz) = 2fdb670dc9559c453a6c69ee2d411e2626c0ee4cca4b59ceda878142008e136dfd11f8265c0719383212b38b0358a9cab1a29f1cc92a986fc800dd0c46bdf0d3
-Size (rats-2.1.tar.gz) = 326930 bytes
-SHA1 (patch-aa) = e03d134c5c24bfad0577532faa8e846acb20adbb
-SHA1 (patch-ab) = 7acde84cdd1a25c1bc4ce66cec12152a7cade341
diff -r 3c38f18042e8 -r cce87302460a security/rats/patches/patch-aa
--- a/security/rats/patches/patch-aa    Sun Apr 24 00:45:54 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2010/02/20 08:25:52 obache Exp $
-
---- engine.c.orig      2002-09-23 17:51:11.000000000 +0000
-+++ engine.c
-@@ -1004,7 +1004,7 @@ void process_directory(char *filename, i
-   }
- #else
-   if((dir=opendir(filename))==NULL) {
--    fprintf(stderr,"There was a problem opening the directory.\n");
-+    perror(filename);
-     return;
-   }
-   while((dirdata=readdir(dir))!=NULL) {
-@@ -1019,6 +1019,7 @@ void process_directory(char *filename, i
-           dirdata->d_name);
-     process_file(buf,forcelang);
-   }
-+  closedir(dir);
- #endif
- }
- 
diff -r 3c38f18042e8 -r cce87302460a security/rats/patches/patch-ab
--- a/security/rats/patches/patch-ab    Sun Apr 24 00:45:54 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2010/02/20 08:25:52 obache Exp $
-
-user-destdir support.
-
---- Makefile.in.orig   2002-08-21 20:48:56.000000000 +0000
-+++ Makefile.in
-@@ -48,14 +48,14 @@ lex:       c-lex.l python-lex.l perl-lex.l
-       $(LEX) $(LEXFLAGS) -Pyyphp  php-lex.l       
- 
- install:      $(BIN)
--      ./mkinstalldirs $(BINDIR) $(LIBDIR) $(MANDIR) $(MANDIR)/man1 $(SHAREDIR)
--      $(INSTALL_PROGRAM) $(BIN) $(BINDIR)
--      $(INSTALL_DATA) rats-python.xml $(SHAREDIR)
--      $(INSTALL_DATA) rats-c.xml $(SHAREDIR)
--      $(INSTALL_DATA) rats-perl.xml $(SHAREDIR)
--      $(INSTALL_DATA) rats-php.xml $(SHAREDIR)
--      $(INSTALL_DATA) rats-openssl.xml $(SHAREDIR)
--      $(INSTALL_DATA) rats.1  $(MANDIR)/man1
-+      ./mkinstalldirs $(DESTDIR)$(BINDIR) $(DESTDIR)$(LIBDIR) $(DESTDIR)$(MANDIR) $(DESTDIR)$(MANDIR)/man1 $(DESTDIR)$(SHAREDIR)
-+      $(INSTALL_PROGRAM) $(BIN) $(DESTDIR)$(BINDIR)
-+      $(INSTALL_DATA) rats-python.xml $(DESTDIR)$(SHAREDIR)
-+      $(INSTALL_DATA) rats-c.xml $(DESTDIR)$(SHAREDIR)
-+      $(INSTALL_DATA) rats-perl.xml $(DESTDIR)$(SHAREDIR)
-+      $(INSTALL_DATA) rats-php.xml $(DESTDIR)$(SHAREDIR)
-+      $(INSTALL_DATA) rats-openssl.xml $(DESTDIR)$(SHAREDIR)
-+      $(INSTALL_DATA) rats.1  $(DESTDIR)$(MANDIR)/man1
- 
- clean:
-       rm -f $(OBJ) *~ $(BIN) core



Home | Main Index | Thread Index | Old Index