pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc base: remove
details: https://anonhg.NetBSD.org/pkgsrc/rev/ee57b16b5437
branches: trunk
changeset: 340199:ee57b16b5437
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Sep 26 09:39:24 2019 +0000
description:
base: remove
Last update in 2009, homepage not reachable; only builds with php-5.6
but one of it's dependencies is per default built against a newer php,
so this can't even build.
diffstat:
doc/CHANGES-2019 | 3 +-
security/Makefile | 3 +-
security/base/DESCR | 20 ------
security/base/MESSAGE | 17 -----
security/base/Makefile | 92 ------------------------------
security/base/PLIST | 124 -----------------------------------------
security/base/distinfo | 7 --
security/base/files/base.conf | 28 ---------
security/base/options.mk | 24 -------
security/base/patches/patch-aa | 31 ----------
10 files changed, 3 insertions(+), 346 deletions(-)
diffs (truncated from 406 to 300 lines):
diff -r 598090ef8f20 -r ee57b16b5437 doc/CHANGES-2019
--- a/doc/CHANGES-2019 Thu Sep 26 08:35:24 2019 +0000
+++ b/doc/CHANGES-2019 Thu Sep 26 09:39:24 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.4045 2019/09/26 08:35:24 wiz Exp $
+$NetBSD: CHANGES-2019,v 1.4046 2019/09/26 09:39:24 wiz Exp $
Changes to the packages collection and infrastructure in 2019:
@@ -6607,3 +6607,4 @@
Removed www/p5-libapreq successor www/p5-libapreq2 [wiz 2019-09-26]
Removed devel/RTFM [wiz 2019-09-26]
Removed devel/RTx-RightsMatrix [wiz 2019-09-26]
+ Removed security/base [wiz 2019-09-26]
diff -r 598090ef8f20 -r ee57b16b5437 security/Makefile
--- a/security/Makefile Thu Sep 26 08:35:24 2019 +0000
+++ b/security/Makefile Thu Sep 26 09:39:24 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.711 2019/08/23 23:00:50 ng0 Exp $
+# $NetBSD: Makefile,v 1.712 2019/09/26 09:39:24 wiz Exp $
#
COMMENT= Security tools
@@ -27,7 +27,6 @@
SUBDIR+= arirang
SUBDIR+= asignify
SUBDIR+= avcheck
-SUBDIR+= base
SUBDIR+= bcrypt
SUBDIR+= bearssl
SUBDIR+= beecrypt
diff -r 598090ef8f20 -r ee57b16b5437 security/base/DESCR
--- a/security/base/DESCR Thu Sep 26 08:35:24 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-The Basic Analysis and Security Engine (BASE) is a PHP-based analysis
-engine to search and process a database of security events generated by
-various IDSes, firewalls, and network monitoring tools. The features currently
-include:
-
- o Query-builder and search interface for finding alerts matching
- on alert meta information (e.g. signature, detection time) as well as
- the underlying network evidence (e.g. source/destination address, ports,
- payload, or flags).
-
- o Packet viewer (decoder) will graphically display the layer-3 and
- layer-4 packet information of logged alerts
-
- o Alert management by providing constructs to logically group alerts
- to create incidents (alert groups), deleting the handled alerts or
- false positives, exporting to email for collaboration, or archiving of
- alerts to transfer them between alert databases.
-
- o Chart and statistic generation based on time, sensor, signature, protocol,
- IP address, TCP/UDP ports, or classification
diff -r 598090ef8f20 -r ee57b16b5437 security/base/MESSAGE
--- a/security/base/MESSAGE Thu Sep 26 08:35:24 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2006/01/03 21:09:44 adrianp Exp $
-
-You will need to make BASE accessible through your HTTP server.
-If you are running Apache and ap-php, then you will need to
-add the following line to your httpd.conf:
-
- Include ${PKG_SYSCONFDIR}/base.conf
-
-to make BASE accessible through:
-
- http://localhost/base/
-
-You will need to customise ${BASE_DIR}/base_conf.php before
-BASE will work. This includes setting up database access.
-
-===========================================================================
diff -r 598090ef8f20 -r ee57b16b5437 security/base/Makefile
--- a/security/base/Makefile Thu Sep 26 08:35:24 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,92 +0,0 @@
-# $NetBSD: Makefile,v 1.46 2019/08/11 13:22:45 wiz Exp $
-
-DISTNAME= base-1.4.3.1
-PKGREVISION= 14
-CATEGORIES= security
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=secureideas/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://secureideas.sourceforge.net/
-COMMENT= Analysis engine to process a database of security events
-
-PKG_DESTDIR_SUPPORT= destdir
-
-PHP_VERSIONS_ACCEPTED= 56
-
-.include "../../mk/apache.mk"
-.include "../../lang/php/phpversion.mk"
-
-DEPENDS+= adodb>=4.96a:../../databases/adodb
-DEPENDS+= ${PHP_PKG_PREFIX}-gd>=4.0.4:../../graphics/php-gd
-DEPENDS+= ${PHP_PKG_PREFIX}-sockets>=4.0.4:../../net/php-sockets
-DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.0.4:../../databases/php-mysql
-DEPENDS+= ${PHP_PKG_PREFIX}-pear-Log-[0-9]*:../../sysutils/pear-Log
-DEPENDS+= ${PHP_PKG_PREFIX}-pear-Numbers_Words-[0-9]*:../../math/pear-Numbers_Words
-DEPENDS+= ${PHP_PKG_PREFIX}-pear-Numbers_Roman-[0-9]*:../../math/pear-Numbers_Roman
-DEPENDS+= ${PHP_PKG_PREFIX}-pear-Image_Color-[0-9]*:../../graphics/pear-Image_Color
-DEPENDS+= ${PHP_PKG_PREFIX}-pear-Image_Graph-[0-9]*:../../graphics/pear-Image_Graph
-DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail-[0-9]*:../../mail/pear-Mail
-DEPENDS+= ${PHP_PKG_PREFIX}-pear-Mail_Mime-[0-9]*:../../mail/pear-Mail_Mime
-DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.0.4:../../www/ap-php
-
-NO_BUILD= YES
-#WRKSRC= ${WRKDIR}/base-php4
-
-.include "../../mk/bsd.prefs.mk"
-
-DOC_FILES= CHANGELOG CREDITS README README.mssql TODO \
- UPGRADE base_faq.rtf INSTALL INSTALL.rtf \
- README.country_support README.graph_alert_data
-BASE_DIR= ${PREFIX}/share/base
-EGDIR= ${PREFIX}/share/examples/base
-MESSAGE_SUBST+= EGDIR=${EGDIR:Q} BASE_DIR=${BASE_DIR:Q}
-PAX_DIRS= admin help images includes languages scripts setup \
- sql styles
-WWW_USER?= ${APACHE_USER}
-WWW_GROUP?= ${APACHE_GROUP}
-USE_TOOLS+= pax perl:run
-REPLACE_PERL+= scripts/base_maintenance.pl
-
-PKG_GROUPS_VARS+= WWW_GROUP
-PKG_USERS_VARS+= WWW_USER
-
-CONF_FILES= ${EGDIR}/base.conf ${PKG_SYSCONFDIR}/base.conf
-
-CONF_FILES_PERMS= ${EGDIR}/base_conf.php ${BASE_DIR}/base_conf.php \
- ${WWW_USER} ${WWW_GROUP} 0600
-
-BUILD_DEFS+= APACHE_USER APACHE_GROUP
-
-SUBST_CLASSES+= conf
-SUBST_STAGE.conf= pre-configure
-SUBST_FILES.conf= base.conf base_conf.php.dist
-SUBST_VARS.conf= BASE_DIR
-SUBST_VARS.conf+= DBTYPE
-SUBST_VARS.conf+= PREFIX
-SUBST_MESSAGE.conf= Fixing configuration files.
-
-INSTALLATION_DIRS= ${BASE_DIR} ${EGDIR} share/doc/base
-
-.include "options.mk"
-
-post-extract:
- ${CP} ${FILESDIR}/base.conf ${WRKSRC}/base.conf
- ${FIND} ${WRKSRC} -name *.php | ${XARGS} ${CHMOD} ${SHAREMODE}
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/base.conf ${DESTDIR}${EGDIR}
- ${INSTALL_DATA} ${WRKSRC}/base_conf.php.dist ${DESTDIR}${EGDIR}/base_conf.php
- ${INSTALL_DATA} ${WRKSRC}/*.php ${DESTDIR}${BASE_DIR}
-
-. for f in ${DOC_FILES}
- ${INSTALL_DATA} ${WRKSRC}/docs/${f:Q} ${DESTDIR}${PREFIX}/share/doc/base
-. endfor
-
-. for i in ${PAX_DIRS}
- ${INSTALL_DATA_DIR} ${DESTDIR}${BASE_DIR}/${i:Q}
- cd ${WRKSRC}/${i:Q} && pax -rw . ${DESTDIR}${BASE_DIR}/${i:Q}
-. endfor
-
- ${CHOWN} ${WWW_USER} ${DESTDIR}${BASE_DIR}
-
-.include "../../mk/bsd.pkg.mk"
diff -r 598090ef8f20 -r ee57b16b5437 security/base/PLIST
--- a/security/base/PLIST Thu Sep 26 08:35:24 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,124 +0,0 @@
-@comment $NetBSD: PLIST,v 1.12 2018/01/01 22:29:53 rillig Exp $
-share/base/admin/base_roleadmin.php
-share/base/admin/base_useradmin.php
-share/base/admin/index.php
-share/base/base_ag_common.php
-share/base/base_ag_main.php
-share/base/base_common.php
-share/base/base_db_common.php
-share/base/base_db_setup.php
-share/base/base_denied.php
-share/base/base_footer.php
-share/base/base_graph_common.php
-share/base/base_graph_display.php
-share/base/base_graph_form.php
-share/base/base_graph_main.php
-share/base/base_hdr1.php
-share/base/base_hdr2.php
-share/base/base_local_rules.php
-share/base/base_logout.php
-share/base/base_main.php
-share/base/base_maintenance.php
-share/base/base_payload.php
-share/base/base_qry_alert.php
-share/base/base_qry_common.php
-share/base/base_qry_form.php
-share/base/base_qry_main.php
-share/base/base_qry_sqlcalls.php
-share/base/base_stat_alerts.php
-share/base/base_stat_class.php
-share/base/base_stat_common.php
-share/base/base_stat_ipaddr.php
-share/base/base_stat_iplink.php
-share/base/base_stat_ports.php
-share/base/base_stat_sensor.php
-share/base/base_stat_time.php
-share/base/base_stat_uaddr.php
-share/base/base_user.php
-share/base/help/base_app_faq.php
-share/base/help/base_help.php
-share/base/help/base_setup_help.php
-share/base/images/button_delete.png
-share/base/images/button_edit.png
-share/base/images/button_exclamation.png
-share/base/images/greencheck.gif
-share/base/images/greencheck.png
-share/base/images/redcheck.gif
-share/base/includes/base_action.inc.php
-share/base/includes/base_auth.inc.php
-share/base/includes/base_cache.inc.php
-share/base/includes/base_capabilities.php
-share/base/includes/base_constants.inc.php
-share/base/includes/base_db.inc.php
-share/base/includes/base_include.inc.php
-share/base/includes/base_iso3166.inc.php
-share/base/includes/base_log_error.inc.php
-share/base/includes/base_log_timing.inc.php
-share/base/includes/base_net.inc.php
-share/base/includes/base_output_html.inc.php
-share/base/includes/base_output_query.inc.php
-share/base/includes/base_setup.inc.php
-share/base/includes/base_signature.inc.php
-share/base/includes/base_state_citems.inc.php
-share/base/includes/base_state_common.inc.php
-share/base/includes/base_state_criteria.inc.php
-share/base/includes/base_state_query.inc.php
-share/base/includes/base_template.php
-share/base/includes/base_user.inc.php
-share/base/index.php
-share/base/languages/chinese.lang.php
-share/base/languages/czech.lang.php
-share/base/languages/danish.lang.php
-share/base/languages/english.lang.php
-share/base/languages/finnish.lang.php
-share/base/languages/french.lang.php
-share/base/languages/german.lang.php
-share/base/languages/index.php
-share/base/languages/indonesian.lang.php
-share/base/languages/italian.lang.php
-share/base/languages/japanese.lang.php
-share/base/languages/norwegian.lang.php
-share/base/languages/polish.lang.php
-share/base/languages/portuguese-PT.lang.php
-share/base/languages/portuguese.lang.php
-share/base/languages/russian.lang.php
-share/base/languages/simplified_chinese.lang.php
-share/base/languages/spanish.lang.php
-share/base/languages/swedish.lang.php
-share/base/languages/turkish.lang.php
-share/base/scripts/base_maintenance.pl
-share/base/setup/base_conf_contents.php
-share/base/setup/index.php
-share/base/setup/setup1.php
-share/base/setup/setup2.php
-share/base/setup/setup3.php
-share/base/setup/setup4.php
-share/base/setup/setup5.php
-share/base/setup/setup_db.inc.php
-share/base/sql/acid2base_tbls_mssql.sql
-share/base/sql/acid2base_tbls_mysql.sql
-share/base/sql/acid2base_tbls_pgsql.sql
-share/base/sql/create_base_tbls_mssql.sql
-share/base/sql/create_base_tbls_mssql_extra.sql
-share/base/sql/create_base_tbls_mysql.sql
-share/base/sql/create_base_tbls_oracle.sql
-share/base/sql/create_base_tbls_pgsql.sql
-share/base/sql/create_base_tbls_pgsql_extra.sql
-share/base/sql/upgrade_0.9.x_to_1.0-mysql.sql
-share/base/styles/acid_style.css
-share/base/styles/base_black_style.css
-share/base/styles/base_red_style.css
-share/base/styles/base_style.css
-share/doc/base/CHANGELOG
-share/doc/base/CREDITS
-share/doc/base/INSTALL
-share/doc/base/INSTALL.rtf
-share/doc/base/README
-share/doc/base/README.country_support
-share/doc/base/README.graph_alert_data
-share/doc/base/README.mssql
-share/doc/base/TODO
-share/doc/base/UPGRADE
-share/doc/base/base_faq.rtf
-share/examples/base/base.conf
-share/examples/base/base_conf.php
Home |
Main Index |
Thread Index |
Old Index