svn commit: r386617 - in head/net-mgmt: pandorafms_agent pandorafms_console pandorafms_console/files pandorafms_server
John Marino
marino at FreeBSD.org
Sun May 17 14:44:28 UTC 2015
Author: marino
Date: Sun May 17 14:44:25 2015
New Revision: 386617
URL: https://svnweb.freebsd.org/changeset/ports/386617
Log:
net-mgmt/pandorafms_(agent|console|server): Upgrade version 5.1SP1 => 5.1SP2
PR: 198051
Submitted by: KIKUCHI Koichiro (maintainer)
Deleted:
head/net-mgmt/pandorafms_console/files/patch-WLB-2014110100
Modified:
head/net-mgmt/pandorafms_agent/distinfo
head/net-mgmt/pandorafms_console/distinfo
head/net-mgmt/pandorafms_console/files/pandora_console.conf.in
head/net-mgmt/pandorafms_console/pkg-plist
head/net-mgmt/pandorafms_server/bsd.pandora.mk
head/net-mgmt/pandorafms_server/distinfo
head/net-mgmt/pandorafms_server/pkg-plist
head/net-mgmt/pandorafms_server/pkg-plist.spool
Modified: head/net-mgmt/pandorafms_agent/distinfo
==============================================================================
--- head/net-mgmt/pandorafms_agent/distinfo Sun May 17 14:43:37 2015 (r386616)
+++ head/net-mgmt/pandorafms_agent/distinfo Sun May 17 14:44:25 2015 (r386617)
@@ -1,2 +1,2 @@
-SHA256 (pandora/pandorafms_agent_unix-5.1SP1.tar.gz) = b4e4363784a133d4679bdab22c977177ccebc9758e9b6f051d15a7a6a81a7a95
-SIZE (pandora/pandorafms_agent_unix-5.1SP1.tar.gz) = 80277
+SHA256 (pandora/pandorafms_agent_unix-5.1SP2.tar.gz) = dc9ad9e5b6f6d0bae00398c543d05c610f1a438783153f30228daaffa43f7d2f
+SIZE (pandora/pandorafms_agent_unix-5.1SP2.tar.gz) = 78121
Modified: head/net-mgmt/pandorafms_console/distinfo
==============================================================================
--- head/net-mgmt/pandorafms_console/distinfo Sun May 17 14:43:37 2015 (r386616)
+++ head/net-mgmt/pandorafms_console/distinfo Sun May 17 14:44:25 2015 (r386617)
@@ -1,2 +1,2 @@
-SHA256 (pandora/pandorafms_console-5.1SP1.tar.gz) = 5696fef415db22fd0eaffb3d8286eddfe3d123c86bae9a8a4044b7937efb8742
-SIZE (pandora/pandorafms_console-5.1SP1.tar.gz) = 27900949
+SHA256 (pandora/pandorafms_console-5.1SP2.tar.gz) = 6dd31049ea19413c142582fdf294fc0a6b4a0eaed7281d4e365850201c688387
+SIZE (pandora/pandorafms_console-5.1SP2.tar.gz) = 27951868
Modified: head/net-mgmt/pandorafms_console/files/pandora_console.conf.in
==============================================================================
--- head/net-mgmt/pandorafms_console/files/pandora_console.conf.in Sun May 17 14:43:37 2015 (r386616)
+++ head/net-mgmt/pandorafms_console/files/pandora_console.conf.in Sun May 17 14:44:25 2015 (r386617)
@@ -2,6 +2,5 @@ Alias /pandora_console %%WWWDIR%%
<Location /pandora_console>
DirectoryIndex index.php
- Order deny,allow
- Allow from all
+ Require all granted
</Location>
Modified: head/net-mgmt/pandorafms_console/pkg-plist
==============================================================================
--- head/net-mgmt/pandorafms_console/pkg-plist Sun May 17 14:43:37 2015 (r386616)
+++ head/net-mgmt/pandorafms_console/pkg-plist Sun May 17 14:44:25 2015 (r386617)
@@ -1,8 +1,5 @@
- at mode 444
- at sample %%APACHEETCDIR%%/Includes/pandora_console.conf.sample
@owner www
@group www
- at mode
%%WWWDIR%%/ajax.php
%%WWWDIR%%/attachment/index.html
%%WWWDIR%%/attachment/mibs/index.html
@@ -669,6 +666,7 @@
%%WWWDIR%%/images/grafica_h.png
%%WWWDIR%%/images/grafica_m.png
%%WWWDIR%%/images/grafica_w.png
+%%WWWDIR%%/images/grafico_llave.png
%%WWWDIR%%/images/graphmenu_arrow.png
%%WWWDIR%%/images/graphmenu_arrow_hide.png
%%WWWDIR%%/images/greyback.gif
@@ -2772,7 +2770,7 @@
@comment install.php
@unexec if [ -e %D/%%WWWDIR%%/install.php ];then rm -f %D/%%WWWDIR%%/install.php ;fi
%%WWWDIR%%/install.done
- at exec [ -e %D/%B/include/config.php ] || cp -p %D/%F %B/install.php
+ at exec [ -e %B/include/config.php ] || cp -p %D/%F %B/install.php
%%WWWDIR%%/mobile/images/ajax-loader.gif
%%WWWDIR%%/mobile/images/bricks.png
%%WWWDIR%%/mobile/images/datos_blue.png
@@ -2927,3 +2925,4 @@
%%WWWDIR%%/pandoradb.postgreSQL.sql
%%WWWDIR%%/pandoradb.sql
%%WWWDIR%%/pandoradb_data.sql
+ at sample(,,444) %%APACHEETCDIR%%/Includes/pandora_console.conf.sample
Modified: head/net-mgmt/pandorafms_server/bsd.pandora.mk
==============================================================================
--- head/net-mgmt/pandorafms_server/bsd.pandora.mk Sun May 17 14:43:37 2015 (r386616)
+++ head/net-mgmt/pandorafms_server/bsd.pandora.mk Sun May 17 14:44:25 2015 (r386617)
@@ -1,6 +1,6 @@
# $FreeBSD$
-PANDORA_VERSION= 5.1SP1
+PANDORA_VERSION= 5.1SP2
PANDORA_LICENSE= GPLv2
PANDORA_LICENSE_FILE= ${WRKSRC}/COPYING
@@ -23,6 +23,7 @@ DISTNAME= ${PORTNAME:S/pandora_/pandoraf
DIST_SUBDIR= pandora
NO_BUILD= yes
+NO_ARCH= yes
USERS= pandora
GROUPS= pandora
Modified: head/net-mgmt/pandorafms_server/distinfo
==============================================================================
--- head/net-mgmt/pandorafms_server/distinfo Sun May 17 14:43:37 2015 (r386616)
+++ head/net-mgmt/pandorafms_server/distinfo Sun May 17 14:44:25 2015 (r386617)
@@ -1,2 +1,2 @@
-SHA256 (pandora/pandorafms_server-5.1SP1.tar.gz) = c7b49da0b941315a59de9d3edebb10f0103eb4ee59956e961d3b6787f4449b27
-SIZE (pandora/pandorafms_server-5.1SP1.tar.gz) = 4011575
+SHA256 (pandora/pandorafms_server-5.1SP2.tar.gz) = ede3c6aa28bc65d8a0fd614c1b4ca697f107ae913d76dae387b984f9eacd3912
+SIZE (pandora/pandorafms_server-5.1SP2.tar.gz) = 4017932
Modified: head/net-mgmt/pandorafms_server/pkg-plist
==============================================================================
--- head/net-mgmt/pandorafms_server/pkg-plist Sun May 17 14:43:37 2015 (r386616)
+++ head/net-mgmt/pandorafms_server/pkg-plist Sun May 17 14:44:25 2015 (r386617)
@@ -1,12 +1,3 @@
- at mode 440
- at sample %%ETCDIR%%/pandora_server.conf.sample
- at mode 555
-bin/pandora_exec
-bin/pandora_server
-%%TENTACLE%%bin/tentacle_server
-etc/rc.d/pandora_server
-etc/rc.d/tentacle_server
- at mode
%%PERL5_MAN3%%/PandoraFMS::Core.3.gz
%%PERL5_MAN3%%/PandoraFMS::GIS.3.gz
%%PERL5_MAN3%%/PandoraFMS::GeoIP.3.gz
@@ -115,3 +106,10 @@ man/man1/tentacle_server.1.gz
%%DATADIR%%/util/trap_rate.sh
%%DATADIR%%/util/udp_client.pl
%%DATADIR%%/util/windows.README
+ at mode 555
+bin/pandora_exec
+bin/pandora_server
+%%TENTACLE%%bin/tentacle_server
+etc/rc.d/pandora_server
+etc/rc.d/tentacle_server
+ at sample(,,440) %%ETCDIR%%/pandora_server.conf.sample
Modified: head/net-mgmt/pandorafms_server/pkg-plist.spool
==============================================================================
--- head/net-mgmt/pandorafms_server/pkg-plist.spool Sun May 17 14:43:37 2015 (r386616)
+++ head/net-mgmt/pandorafms_server/pkg-plist.spool Sun May 17 14:44:25 2015 (r386617)
@@ -1,18 +1,8 @@
- at owner pandora
- at group wheel
-%%USE_LOGDIR%%@mode 770
-%%USE_LOGDIR%%@dir %%LOGDIR%%
-%%USE_SPOOL_OUT%%@mode 700
-%%USE_SPOOL_OUT%%@dir %%SPOOLDIR%%/data_out
- at mode 770
- at group www
-%%USE_SPOOL_IN%%@dir %%SPOOLDIR%%/data_in/collections
-%%USE_SPOOL_IN%%@dir %%SPOOLDIR%%/data_in/conf
-%%USE_SPOOL_IN%%@dir %%SPOOLDIR%%/data_in/md5
-%%USE_SPOOL_IN%%@dir %%SPOOLDIR%%/data_in/netflow
-%%USE_SPOOL_IN%%@dir %%SPOOLDIR%%/data_in
- at dir %%SPOOLDIR%%
- at comment unset mode/owner/group
- at mode
- at owner
- at group
+%%USE_LOGDIR%%@dir(pandora,wheel,770) %%LOGDIR%%
+%%USE_SPOOL_OUT%%@dir(pandora,wheel,700) %%SPOOLDIR%%/data_out
+%%USE_SPOOL_IN%%@dir(pandora,www,770) %%SPOOLDIR%%/data_in/collections
+%%USE_SPOOL_IN%%@dir(pandora,www,770) %%SPOOLDIR%%/data_in/conf
+%%USE_SPOOL_IN%%@dir(pandora,www,770) %%SPOOLDIR%%/data_in/md5
+%%USE_SPOOL_IN%%@dir(pandora,www,770) %%SPOOLDIR%%/data_in/netflow
+%%USE_SPOOL_IN%%@dir(pandora,www,770) %%SPOOLDIR%%/data_in
+ at dir(pandora,www,770) %%SPOOLDIR%%
More information about the svn-ports-head
mailing list