diff options
author | dinoex <dinoex@FreeBSD.org> | 2016-07-20 17:33:31 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2016-07-20 17:33:31 +0800 |
commit | 2afcd3b6ad5f06d3067961169a53647734b3e377 (patch) | |
tree | ee034c13633ca813e09b3fc925d53acc6b5eda76 /net-mgmt | |
parent | b9a8546ed5203d05034058132b632e173b4856b1 (diff) | |
download | freebsd-ports-gnome-2afcd3b6ad5f06d3067961169a53647734b3e377.tar.gz freebsd-ports-gnome-2afcd3b6ad5f06d3067961169a53647734b3e377.tar.zst freebsd-ports-gnome-2afcd3b6ad5f06d3067961169a53647734b3e377.zip |
- update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR: 210913
Submitted by: Piotr Kubaj
MFH: 2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/bandwidthd/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/icinga-classicweb/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/mrtg/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/nagios/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/nagios4/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/net-mgmt/bandwidthd/Makefile b/net-mgmt/bandwidthd/Makefile index c74f33c015ed..8f451e337af9 100644 --- a/net-mgmt/bandwidthd/Makefile +++ b/net-mgmt/bandwidthd/Makefile @@ -3,7 +3,7 @@ PORTNAME= bandwidthd PORTVERSION= 2.0.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} diff --git a/net-mgmt/icinga-classicweb/Makefile b/net-mgmt/icinga-classicweb/Makefile index 6164cb84384a..cd45131d0a0f 100644 --- a/net-mgmt/icinga-classicweb/Makefile +++ b/net-mgmt/icinga-classicweb/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= icinga-classicweb -PORTREVISION= 1 +PORTREVISION= 2 DISTNAME= icinga-${PORTVERSION} MAINTAINER= lme@FreeBSD.org diff --git a/net-mgmt/mrtg/Makefile b/net-mgmt/mrtg/Makefile index 9abafa1ddd8d..27f3471d5ce4 100644 --- a/net-mgmt/mrtg/Makefile +++ b/net-mgmt/mrtg/Makefile @@ -3,7 +3,7 @@ PORTNAME= mrtg PORTVERSION= 2.17.4 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= net-mgmt ipv6 MASTER_SITES= http://oss.oetiker.ch/mrtg/pub/ \ diff --git a/net-mgmt/nagios/Makefile b/net-mgmt/nagios/Makefile index 166ffed50191..c821b3431437 100644 --- a/net-mgmt/nagios/Makefile +++ b/net-mgmt/nagios/Makefile @@ -3,7 +3,7 @@ PORTNAME= nagios PORTVERSION= 3.5.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-3.x/${PORTNAME}-${PORTVERSION} diff --git a/net-mgmt/nagios4/Makefile b/net-mgmt/nagios4/Makefile index 81c42e117b4f..0273aea98478 100644 --- a/net-mgmt/nagios4/Makefile +++ b/net-mgmt/nagios4/Makefile @@ -3,7 +3,7 @@ PORTNAME= nagios PORTVERSION= 4.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-4.x/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= 4 |