svn commit: r464191 - in branches/2018Q1/net-mgmt: netmagis-common netmagis-database netmagis-detecteq netmagis-metro netmagis-servers netmagis-topo netmagis-utils netmagis-www
Thomas Zander
riggs at FreeBSD.org
Sun Mar 11 18:00:45 UTC 2018
Author: riggs
Date: Sun Mar 11 18:00:43 2018
New Revision: 464191
URL: https://svnweb.freebsd.org/changeset/ports/464191
Log:
MFH: r464190
Update to upstream version 2.3.4
Details:
- Fix issue where LDAP login with empty passwort
was possible, see
https://github.com/pdav/netmagis/issues/173
- Fix LICENSE*
- Pet portlint
PR: 226437
Submitted by: dgeo at centrale-marseille.fr
Approved by: pdagog at gmail.com (maintainer)
Approved by: ports-secteam (riggs)
Modified:
branches/2018Q1/net-mgmt/netmagis-common/Makefile
branches/2018Q1/net-mgmt/netmagis-common/distinfo
branches/2018Q1/net-mgmt/netmagis-database/Makefile
branches/2018Q1/net-mgmt/netmagis-detecteq/Makefile
branches/2018Q1/net-mgmt/netmagis-metro/Makefile
branches/2018Q1/net-mgmt/netmagis-servers/Makefile
branches/2018Q1/net-mgmt/netmagis-topo/Makefile
branches/2018Q1/net-mgmt/netmagis-utils/Makefile
branches/2018Q1/net-mgmt/netmagis-www/Makefile
Directory Properties:
branches/2018Q1/ (props changed)
Modified: branches/2018Q1/net-mgmt/netmagis-common/Makefile
==============================================================================
--- branches/2018Q1/net-mgmt/netmagis-common/Makefile Sun Mar 11 17:53:51 2018 (r464190)
+++ branches/2018Q1/net-mgmt/netmagis-common/Makefile Sun Mar 11 18:00:43 2018 (r464191)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME?= netmagis
-PORTVERSION?= 2.3.3
+PORTVERSION?= 2.3.4
CATEGORIES?= net-mgmt
MASTER_SITES= http://netmagis.org/files/
PKGNAMESUFFIX?= -common
Modified: branches/2018Q1/net-mgmt/netmagis-common/distinfo
==============================================================================
--- branches/2018Q1/net-mgmt/netmagis-common/distinfo Sun Mar 11 17:53:51 2018 (r464190)
+++ branches/2018Q1/net-mgmt/netmagis-common/distinfo Sun Mar 11 18:00:43 2018 (r464191)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1480241381
-SHA256 (netmagis-2.3.3.tar.gz) = 22e2a4d4a7aa2c2bd4e22230a3d0ab29df439bcf65e70e4e4337b00b2dccc8a5
-SIZE (netmagis-2.3.3.tar.gz) = 671186
+TIMESTAMP = 1520103662
+SHA256 (netmagis-2.3.4.tar.gz) = 041c8de59e8dfa03f2fb02da2dea2e72aa19972a638d0226c36c45312ad132da
+SIZE (netmagis-2.3.4.tar.gz) = 670861
Modified: branches/2018Q1/net-mgmt/netmagis-database/Makefile
==============================================================================
--- branches/2018Q1/net-mgmt/netmagis-database/Makefile Sun Mar 11 17:53:51 2018 (r464190)
+++ branches/2018Q1/net-mgmt/netmagis-database/Makefile Sun Mar 11 18:00:43 2018 (r464191)
@@ -6,6 +6,8 @@ PKGNAMESUFFIX= -database
COMMENT= Utilities for the netmagis database server
+LICENSE= CECILL-B
+
RUN_DEPENDS= netmagis-config:net-mgmt/netmagis-common \
pwgen:sysutils/pwgen \
tcltls>=1.4.1:devel/tcltls \
Modified: branches/2018Q1/net-mgmt/netmagis-detecteq/Makefile
==============================================================================
--- branches/2018Q1/net-mgmt/netmagis-detecteq/Makefile Sun Mar 11 17:53:51 2018 (r464190)
+++ branches/2018Q1/net-mgmt/netmagis-detecteq/Makefile Sun Mar 11 18:00:43 2018 (r464191)
@@ -6,6 +6,8 @@ PKGNAMESUFFIX= -detecteq
COMMENT= Files for detection of equipment modifications
+LICENSE= CECILL-B
+
RUN_DEPENDS= netmagis-config:net-mgmt/netmagis-common
MASTERDIR= ${.CURDIR}/../netmagis-common
Modified: branches/2018Q1/net-mgmt/netmagis-metro/Makefile
==============================================================================
--- branches/2018Q1/net-mgmt/netmagis-metro/Makefile Sun Mar 11 17:53:51 2018 (r464190)
+++ branches/2018Q1/net-mgmt/netmagis-metro/Makefile Sun Mar 11 18:00:43 2018 (r464191)
@@ -6,6 +6,8 @@ PKGNAMESUFFIX= -metro
COMMENT= Netmagis metrology module
+LICENSE= CECILL-B
+
RUN_DEPENDS+= netmagis-config:net-mgmt/netmagis-common \
p5-DBD-Pg>0:databases/p5-DBD-Pg \
p5-Net-SNMP>=0:net-mgmt/p5-Net-SNMP \
Modified: branches/2018Q1/net-mgmt/netmagis-servers/Makefile
==============================================================================
--- branches/2018Q1/net-mgmt/netmagis-servers/Makefile Sun Mar 11 17:53:51 2018 (r464190)
+++ branches/2018Q1/net-mgmt/netmagis-servers/Makefile Sun Mar 11 18:00:43 2018 (r464191)
@@ -6,6 +6,8 @@ PKGNAMESUFFIX= -servers
COMMENT= Netmagis module for dhcp, bind and mail servers
+LICENSE= CECILL-B
+
RUN_DEPENDS= netmagis-config:net-mgmt/netmagis-common
MASTERDIR= ${.CURDIR}/../netmagis-common
Modified: branches/2018Q1/net-mgmt/netmagis-topo/Makefile
==============================================================================
--- branches/2018Q1/net-mgmt/netmagis-topo/Makefile Sun Mar 11 17:53:51 2018 (r464190)
+++ branches/2018Q1/net-mgmt/netmagis-topo/Makefile Sun Mar 11 18:00:43 2018 (r464191)
@@ -6,6 +6,8 @@ PKGNAMESUFFIX= -topo
COMMENT= Netmagis topology module
+LICENSE= CECILL-B
+
RUN_DEPENDS= netmagis-config:net-mgmt/netmagis-common \
rancid-run:net-mgmt/rancid3 \
fping:net/fping
Modified: branches/2018Q1/net-mgmt/netmagis-utils/Makefile
==============================================================================
--- branches/2018Q1/net-mgmt/netmagis-utils/Makefile Sun Mar 11 17:53:51 2018 (r464190)
+++ branches/2018Q1/net-mgmt/netmagis-utils/Makefile Sun Mar 11 18:00:43 2018 (r464191)
@@ -6,6 +6,8 @@ PKGNAMESUFFIX= -utils
COMMENT= Netmagis command-line utilities
+LICENSE= CECILL-B
+
RUN_DEPENDS= netmagis-config:net-mgmt/netmagis-common
MASTERDIR= ${.CURDIR}/../netmagis-common
Modified: branches/2018Q1/net-mgmt/netmagis-www/Makefile
==============================================================================
--- branches/2018Q1/net-mgmt/netmagis-www/Makefile Sun Mar 11 17:53:51 2018 (r464190)
+++ branches/2018Q1/net-mgmt/netmagis-www/Makefile Sun Mar 11 18:00:43 2018 (r464191)
@@ -6,6 +6,8 @@ PKGNAMESUFFIX= -www
COMMENT= Netmagis web module
+LICENSE= CECILL-B
+
RUN_DEPENDS= netmagis-config:net-mgmt/netmagis-common \
dot:graphics/graphviz \
pwgen:sysutils/pwgen \
More information about the svn-ports-branches
mailing list