diff options
author | dinoex <dinoex@FreeBSD.org> | 2016-07-20 21:30:03 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2016-07-20 21:30:03 +0000 |
commit | e46554ab89563c0d6a5fa81bfb39a0e42b1d0544 (patch) | |
tree | 341899dea699c495ccc12d5ef1b2e9575c3077f9 /sysutils | |
parent | 746dfa2be0b85285a4aab104ab4d1f70c1f9ab33 (diff) | |
download | FreeBSD-ports-e46554ab89563c0d6a5fa81bfb39a0e42b1d0544.zip FreeBSD-ports-e46554ab89563c0d6a5fa81bfb39a0e42b1d0544.tar.gz |
MFH: r418829
- update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR: 210913
Submitted by: Piotr Kubaj
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
Approved by: portmgr (feld)
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 a85e2ee..8509f9d 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 979fc6e..018afcb 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 cfb4eb3..5e7f8dc 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/ |