aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ocsinventory-ocsreports
diff options
context:
space:
mode:
authorMikael Urankar <mikael@FreeBSD.org>2020-10-02 06:06:54 +0000
committerMikael Urankar <mikael@FreeBSD.org>2020-10-02 06:06:54 +0000
commit3d662ff0370f18b3437b2c37d37fe9099c225425 (patch)
treed211b1c4e8386dcc76ea15438c5ed18259fea576 /net-mgmt/ocsinventory-ocsreports
parent72c100531bda3f5bd0696cc365edf04e24a97a86 (diff)
downloadports-3d662ff0370f18b3437b2c37d37fe9099c225425.tar.gz
ports-3d662ff0370f18b3437b2c37d37fe9099c225425.zip
net-mgmt/ocsinventory-server net-mgmt/ocsinventory-ocsreports: update to 2.8
Changelog: https://ocsinventory-ng.org/?page_id=1548&lang=en PR: 250008 Approved by: Geoffroy Desvernay (maintainer)
Notes
Notes: svn path=/head/; revision=550900
Diffstat (limited to 'net-mgmt/ocsinventory-ocsreports')
-rw-r--r--net-mgmt/ocsinventory-ocsreports/Makefile4
-rw-r--r--net-mgmt/ocsinventory-ocsreports/distinfo6
-rw-r--r--net-mgmt/ocsinventory-ocsreports/files/dbconfig.inc.php.sample5
-rw-r--r--net-mgmt/ocsinventory-ocsreports/pkg-plist24
4 files changed, 31 insertions, 8 deletions
diff --git a/net-mgmt/ocsinventory-ocsreports/Makefile b/net-mgmt/ocsinventory-ocsreports/Makefile
index 06f960e9f5c3..6be10c8d6968 100644
--- a/net-mgmt/ocsinventory-ocsreports/Makefile
+++ b/net-mgmt/ocsinventory-ocsreports/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= ocsinventory-ocsreports
-PORTVERSION= 2.7
+PORTVERSION= 2.8
CATEGORIES= net-mgmt
MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${PORTVERSION}/
DISTNAME= OCSNG_UNIX_SERVER_${PORTVERSION}
@@ -32,7 +32,7 @@ do-extract:
do-install:
${MKDIR} ${STAGEDIR}${WWWDIR} ${STAGEDIR}${ETCDIR}
(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} "! -name dbconfig.inc.php ! -name cas.config.php")
- ${INSTALL_DATA} ${WRKSRC}/dbconfig.inc.php ${STAGEDIR}${WWWDIR}/dbconfig.inc.php.sample
+ ${INSTALL_DATA} ${FILESDIR}/dbconfig.inc.php.sample ${STAGEDIR}${WWWDIR}/dbconfig.inc.php.sample
${INSTALL_DATA} ${WRKSRC}/backend/require/cas.config.php ${STAGEDIR}${WWWDIR}/backend/require/cas.config.php.sample
${INSTALL_DATA} ${WRKDIR}/apache.conf ${STAGEDIR}${ETCDIR}/ocsreports.inc.sample
${MKDIR} ${STAGEDIR}${DATADIR}/packages
diff --git a/net-mgmt/ocsinventory-ocsreports/distinfo b/net-mgmt/ocsinventory-ocsreports/distinfo
index 052498c9128c..34d2525bab4a 100644
--- a/net-mgmt/ocsinventory-ocsreports/distinfo
+++ b/net-mgmt/ocsinventory-ocsreports/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1586615337
-SHA256 (OCSNG_UNIX_SERVER_2.7.tar.gz) = 4fbbf1797a7e20245493d7c714b77893ebfec0c5c5f3f4f898c6aa24ce50dda5
-SIZE (OCSNG_UNIX_SERVER_2.7.tar.gz) = 2895184
+TIMESTAMP = 1601466351
+SHA256 (OCSNG_UNIX_SERVER_2.8.tar.gz) = d4e7583ab40848dd45e938da9bcefdc078626ea6ee99fb890cd52bc0f4d52ac3
+SIZE (OCSNG_UNIX_SERVER_2.8.tar.gz) = 2943225
diff --git a/net-mgmt/ocsinventory-ocsreports/files/dbconfig.inc.php.sample b/net-mgmt/ocsinventory-ocsreports/files/dbconfig.inc.php.sample
new file mode 100644
index 000000000000..f4d5c606a02f
--- /dev/null
+++ b/net-mgmt/ocsinventory-ocsreports/files/dbconfig.inc.php.sample
@@ -0,0 +1,5 @@
+<?php
+$_SESSION["SERVEUR_SQL"]="localhost";
+$_SESSION["COMPTE_BASE"]="ocs";
+$_SESSION["PSWD_BASE"]="ocs";
+?>
diff --git a/net-mgmt/ocsinventory-ocsreports/pkg-plist b/net-mgmt/ocsinventory-ocsreports/pkg-plist
index fb87e9a1d5e4..fdb525306ad0 100644
--- a/net-mgmt/ocsinventory-ocsreports/pkg-plist
+++ b/net-mgmt/ocsinventory-ocsreports/pkg-plist
@@ -15,9 +15,11 @@
%%WWWDIR%%/backend/identity/methode/local.php
%%WWWDIR%%/backend/ipdiscover/ipdiscover.php
%%WWWDIR%%/backend/ipdiscover/methode/local.php
+%%WWWDIR%%/backend/require/auth.manager.php
@sample %%WWWDIR%%/backend/require/cas.config.php.sample
%%WWWDIR%%/backend/require/connexion.php
%%WWWDIR%%/composer.json
+%%WWWDIR%%/composer.lock
%%WWWDIR%%/config/computer/menu.xml
%%WWWDIR%%/config/computer/plugins.xml
%%WWWDIR%%/config/js.xml
@@ -28,7 +30,6 @@
%%WWWDIR%%/config/profiles/read-only.xml
%%WWWDIR%%/config/profiles/sadmin.xml
%%WWWDIR%%/config/urls.xml
-%%WWWDIR%%/crontab/cron_clean_cve.php
%%WWWDIR%%/crontab/cron_cve.php
%%WWWDIR%%/crontab/cron_wol.php
%%WWWDIR%%/css/bootstrap-datetimepicker.css
@@ -45,6 +46,7 @@
@sample %%WWWDIR%%/dbconfig.inc.php.sample
%%WWWDIR%%/extensions/Readme.md
%%WWWDIR%%/favicon.ico
+%%WWWDIR%%/files/cve/csv_example.csv
%%WWWDIR%%/files/ocsbase.sql
%%WWWDIR%%/files/ocsbase_new.sql
%%WWWDIR%%/files/oui.txt
@@ -70,6 +72,15 @@
%%WWWDIR%%/files/update/7026.sql
%%WWWDIR%%/files/update/7027.sql
%%WWWDIR%%/files/update/7028.sql
+%%WWWDIR%%/files/update/7029.sql
+%%WWWDIR%%/files/update/7030.sql
+%%WWWDIR%%/files/update/7031.sql
+%%WWWDIR%%/files/update/7032.sql
+%%WWWDIR%%/files/update/7033.sql
+%%WWWDIR%%/files/update/7034.sql
+%%WWWDIR%%/files/update/7035.sql
+%%WWWDIR%%/files/update/7036.sql
+%%WWWDIR%%/files/update/7037.sql
%%WWWDIR%%/image/bootstrap-formhelpers-countries.flags.png
%%WWWDIR%%/image/cadena_ferme.png
%%WWWDIR%%/image/cadena_ouvert.png
@@ -277,6 +288,8 @@
%%WWWDIR%%/plugins/language/ug_UY/ug_UY.txt
%%WWWDIR%%/plugins/language/uk_UA/uk_UA.txt
%%WWWDIR%%/plugins/language/uk_UA/ukrainian.png
+%%WWWDIR%%/plugins/language/zh_CN/chinese.png
+%%WWWDIR%%/plugins/language/zh_CN/zh_CN.txt
%%WWWDIR%%/plugins/main_sections/img/ms_admininfo.png
%%WWWDIR%%/plugins/main_sections/img/ms_admininfo_a.png
%%WWWDIR%%/plugins/main_sections/img/ms_all_computers.png
@@ -344,6 +357,8 @@
%%WWWDIR%%/plugins/main_sections/ms_config/ms_snmp_config.php
%%WWWDIR%%/plugins/main_sections/ms_config/require/function_blacklist.php
%%WWWDIR%%/plugins/main_sections/ms_console/ms_console.php
+%%WWWDIR%%/plugins/main_sections/ms_cve_correspondance/ms_cve_correspondance.php
+%%WWWDIR%%/plugins/main_sections/ms_cve_history/ms_cve_history.php
%%WWWDIR%%/plugins/main_sections/ms_cve_search/ms_cve_search.php
%%WWWDIR%%/plugins/main_sections/ms_debug/ms_debug.php
%%WWWDIR%%/plugins/main_sections/ms_dict/ms_dict.php
@@ -384,6 +399,7 @@
%%WWWDIR%%/plugins/main_sections/ms_snmp/ms_snmp.php
%%WWWDIR%%/plugins/main_sections/ms_snmp/ms_snmp_detail.php
%%WWWDIR%%/plugins/main_sections/ms_snmp/require/function_snmp.php
+%%WWWDIR%%/plugins/main_sections/ms_snmp_inventory/ms_snmp_inventory.php
%%WWWDIR%%/plugins/main_sections/ms_soft_cat/ms_options_soft_cat.php
%%WWWDIR%%/plugins/main_sections/ms_soft_cat/ms_soft_cat.php
%%WWWDIR%%/plugins/main_sections/ms_stats/files/ms_stats_top_soft.txt
@@ -400,7 +416,6 @@
%%WWWDIR%%/plugins/main_sections/ms_teledeploy/ms_tele_compress.php
%%WWWDIR%%/plugins/main_sections/ms_teledeploy/ms_tele_modify.php
%%WWWDIR%%/plugins/main_sections/ms_teledeploy/ms_tele_package.php
-%%WWWDIR%%/plugins/main_sections/ms_teledeploy/ms_tele_package_new.php
%%WWWDIR%%/plugins/main_sections/ms_teledeploy/ms_tele_popup_active.php
%%WWWDIR%%/plugins/main_sections/ms_teledeploy/ms_tele_stats.php
%%WWWDIR%%/plugins/main_sections/ms_teledeploy/views/activate_form_view.php
@@ -447,6 +462,7 @@
%%WWWDIR%%/plugins/snmp_detail/sd_virtualmachines/sd_virtualmachines.php
%%WWWDIR%%/plugins/snmp_detail/snmp_config.txt
%%WWWDIR%%/require/aide_developpement.php
+%%WWWDIR%%/require/archive/ArchiveComputer.php
%%WWWDIR%%/require/assets/AssetsCategory.php
%%WWWDIR%%/require/charts/StatsChartsRenderer.php
%%WWWDIR%%/require/commandLine/CommandLine.php
@@ -491,6 +507,7 @@
%%WWWDIR%%/require/function_wol.php
%%WWWDIR%%/require/header.php
%%WWWDIR%%/require/html_header.php
+%%WWWDIR%%/require/ipdiscover/Ipdiscover.php
%%WWWDIR%%/require/mail/NotificationMail.php
%%WWWDIR%%/require/menu/ComputerMenuRenderer.php
%%WWWDIR%%/require/menu/MainMenuRenderer.php
@@ -512,6 +529,7 @@
%%WWWDIR%%/require/search/LegacySearch.php
%%WWWDIR%%/require/search/SQLCache.php
%%WWWDIR%%/require/search/Search.php
+%%WWWDIR%%/require/search/SoftwareSearch.php
%%WWWDIR%%/require/search/TranslationSearch.php
%%WWWDIR%%/require/snmp/Snmp.php
%%WWWDIR%%/require/softwares/SoftwareCategory.php
@@ -614,7 +632,6 @@
%%WWWDIR%%/vendor/phpmailer/phpmailer/composer.json
%%WWWDIR%%/vendor/phpmailer/phpmailer/get_oauth_token.php
%%WWWDIR%%/vendor/phpmailer/phpmailer/language/phpmailer.lang-af.php
-%%WWWDIR%%/vendor/phpmailer/phpmailer/language/phpmailer.lang-am.php
%%WWWDIR%%/vendor/phpmailer/phpmailer/language/phpmailer.lang-ar.php
%%WWWDIR%%/vendor/phpmailer/phpmailer/language/phpmailer.lang-az.php
%%WWWDIR%%/vendor/phpmailer/phpmailer/language/phpmailer.lang-ba.php
@@ -638,6 +655,7 @@
%%WWWDIR%%/vendor/phpmailer/phpmailer/language/phpmailer.lang-hi.php
%%WWWDIR%%/vendor/phpmailer/phpmailer/language/phpmailer.lang-hr.php
%%WWWDIR%%/vendor/phpmailer/phpmailer/language/phpmailer.lang-hu.php
+%%WWWDIR%%/vendor/phpmailer/phpmailer/language/phpmailer.lang-hy.php
%%WWWDIR%%/vendor/phpmailer/phpmailer/language/phpmailer.lang-id.php
%%WWWDIR%%/vendor/phpmailer/phpmailer/language/phpmailer.lang-it.php
%%WWWDIR%%/vendor/phpmailer/phpmailer/language/phpmailer.lang-ja.php