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 /sysutils | |
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 'sysutils')
-rw-r--r-- | sysutils/apcupsd/Makefile | 1 | ||||
-rw-r--r-- | sysutils/nut/Makefile | 1 | ||||
-rw-r--r-- | sysutils/pfstat/Makefile | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index a85e2eec77f2..8509f9de599e 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -3,6 +3,7 @@ PORTNAME= apcupsd PORTVERSION= 3.14.13 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20-%20Stable/${PORTVERSION} diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile index 979fc6e2a613..018afcb1d27c 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/Makefile @@ -3,6 +3,7 @@ PORTNAME= nut PORTVERSION= 2.7.4 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.networkupstools.org/source/${PORTVERSION:R}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig diff --git a/sysutils/pfstat/Makefile b/sysutils/pfstat/Makefile index cfb4eb30e178..5e7f8dc77f25 100644 --- a/sysutils/pfstat/Makefile +++ b/sysutils/pfstat/Makefile @@ -3,7 +3,7 @@ PORTNAME= pfstat PORTVERSION= 2.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils net MASTER_SITES= http://www.benzedrine.cx/ |