aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2017-04-01 15:23:30 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2017-04-01 15:23:30 +0000
commit04d6f52202c61a48690e73e65879001d2ee3adc5 (patch)
tree77bf1316728e6dc2f4e5dfd92901d961b2df765d /security
parentb85734e5a8a8069eb9cdd9e433d87a48ad56cd2e (diff)
downloadports-04d6f52202c61a48690e73e65879001d2ee3adc5.tar.gz
ports-04d6f52202c61a48690e73e65879001d2ee3adc5.zip
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
Notes
Notes: svn path=/head/; revision=437439
Diffstat (limited to 'security')
-rw-r--r--security/arpCounterattack/Makefile2
-rw-r--r--security/bearssl/Makefile2
-rw-r--r--security/bro/Makefile2
-rw-r--r--security/certificate-transparency/Makefile2
-rw-r--r--security/clamav/Makefile2
-rw-r--r--security/clambc/Makefile2
-rw-r--r--security/cryptopp/Makefile1
-rw-r--r--security/gnome-keyring/Makefile2
-rw-r--r--security/gnupg/Makefile1
-rw-r--r--security/gpgme/Makefile2
-rw-r--r--security/hashcat-legacy/Makefile2
-rw-r--r--security/hpenc/Makefile2
-rw-r--r--security/i2pd/Makefile1
-rw-r--r--security/john/Makefile2
-rw-r--r--security/keepassx-devel/Makefile1
-rw-r--r--security/keepassxc/Makefile1
-rw-r--r--security/kf5-kdesu/Makefile1
-rw-r--r--security/libzrtpcppcore/Makefile1
-rw-r--r--security/obfsclient/Makefile2
-rw-r--r--security/pinentry/Makefile2
-rw-r--r--security/pks/Makefile2
-rw-r--r--security/quantis/Makefile2
-rw-r--r--security/seccure/Makefile2
-rw-r--r--security/titus/Makefile1
24 files changed, 24 insertions, 16 deletions
diff --git a/security/arpCounterattack/Makefile b/security/arpCounterattack/Makefile
index d3b1969f4328..93b67898de10 100644
--- a/security/arpCounterattack/Makefile
+++ b/security/arpCounterattack/Makefile
@@ -3,7 +3,7 @@
PORTNAME= arpCounterattack
PORTVERSION= 1.2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= http://isis.poly.edu/~bk/${PORTNAME}/ \
http://bk.macroblock.net/${PORTNAME}/
diff --git a/security/bearssl/Makefile b/security/bearssl/Makefile
index 229b50de4f97..304c373b3323 100644
--- a/security/bearssl/Makefile
+++ b/security/bearssl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bearssl
PORTVERSION= 0.2
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= security devel
MASTER_SITES= https://bearssl.org/
diff --git a/security/bro/Makefile b/security/bro/Makefile
index 6f8745d0f952..863dcfd53d0d 100644
--- a/security/bro/Makefile
+++ b/security/bro/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bro
PORTVERSION= 2.4.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://www.bro.org/downloads/release/
diff --git a/security/certificate-transparency/Makefile b/security/certificate-transparency/Makefile
index 7193b20e4ae0..b68f3c71737d 100644
--- a/security/certificate-transparency/Makefile
+++ b/security/certificate-transparency/Makefile
@@ -3,7 +3,7 @@
PORTNAME= certificate-transparency
PORTVERSION= 20161015
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= security
MAINTAINER= ports@FreeBSD.org
diff --git a/security/clamav/Makefile b/security/clamav/Makefile
index afc620a04274..d8c6d767f18c 100644
--- a/security/clamav/Makefile
+++ b/security/clamav/Makefile
@@ -3,7 +3,7 @@
PORTNAME= clamav
PORTVERSION= 0.99.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= http://www.clamav.net/downloads/production/
diff --git a/security/clambc/Makefile b/security/clambc/Makefile
index fb270014d20b..9f186aaa3b71 100644
--- a/security/clambc/Makefile
+++ b/security/clambc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= clambc
DISTVERSION= 0.98.5rc1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= SF/clamav/${PORTNAME:tl}
diff --git a/security/cryptopp/Makefile b/security/cryptopp/Makefile
index fb294816e38e..fbda34714d94 100644
--- a/security/cryptopp/Makefile
+++ b/security/cryptopp/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cryptopp
PORTVERSION= 5.6.5
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.cryptopp.com/
DISTNAME= cryptopp${PORTVERSION:S/.//g}
diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile
index c29e5c43c3e5..7b2d8563b9a6 100644
--- a/security/gnome-keyring/Makefile
+++ b/security/gnome-keyring/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gnome-keyring
PORTVERSION= 3.18.3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index 3bc4adb2895a..09b44b25af37 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -2,6 +2,7 @@
PORTNAME= gnupg
PORTVERSION= 2.1.19
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= GNUPG
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index cc1db08e60d6..818d8bd80cc4 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gpgme
PORTVERSION= 1.8.0
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= security
MASTER_SITES= GNUPG/gpgme
diff --git a/security/hashcat-legacy/Makefile b/security/hashcat-legacy/Makefile
index 625c663b8f74..b60da5cec734 100644
--- a/security/hashcat-legacy/Makefile
+++ b/security/hashcat-legacy/Makefile
@@ -3,7 +3,7 @@
PORTNAME= hashcat-legacy
PORTVERSION= 2.00
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MAINTAINER= lifanov@FreeBSD.org
diff --git a/security/hpenc/Makefile b/security/hpenc/Makefile
index 182129c396e6..99b65cd5db15 100644
--- a/security/hpenc/Makefile
+++ b/security/hpenc/Makefile
@@ -2,7 +2,7 @@
PORTNAME= hpenc
PORTVERSION= 2.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= http://highsecure.ru/distfiles/
diff --git a/security/i2pd/Makefile b/security/i2pd/Makefile
index e68a9c7b9ff6..553449c3ec3e 100644
--- a/security/i2pd/Makefile
+++ b/security/i2pd/Makefile
@@ -3,6 +3,7 @@
PORTNAME= i2pd
PORTVERSION= 2.12.0
+PORTREVISION= 1
CATEGORIES= security net-p2p
MAINTAINER= amdmi3@FreeBSD.org
diff --git a/security/john/Makefile b/security/john/Makefile
index 7574662b28be..eb305141d064 100644
--- a/security/john/Makefile
+++ b/security/john/Makefile
@@ -3,7 +3,7 @@
PORTNAME= john
DISTVERSION= 1.8.0-jumbo-1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://www.openwall.com/john/j/ \
http://mirrors.kernel.org/openwall/projects/john/${DISTVERSION:C/-.*//}/ \
diff --git a/security/keepassx-devel/Makefile b/security/keepassx-devel/Makefile
index 1552865ad2a6..6704f73b541c 100644
--- a/security/keepassx-devel/Makefile
+++ b/security/keepassx-devel/Makefile
@@ -3,6 +3,7 @@
PORTNAME= keepassx
PORTVERSION= 2.0.2
+PORTREVISION= 1
CATEGORIES= security
PKGNAMESUFFIX= -devel
diff --git a/security/keepassxc/Makefile b/security/keepassxc/Makefile
index 55672f339c5f..67a017b7994e 100644
--- a/security/keepassxc/Makefile
+++ b/security/keepassxc/Makefile
@@ -2,6 +2,7 @@
PORTNAME= keepassxc
PORTVERSION= 2.1.3
+PORTREVISION= 1
CATEGORIES= security
MAINTAINER= melanhit@gmail.com
diff --git a/security/kf5-kdesu/Makefile b/security/kf5-kdesu/Makefile
index a6558681b6d7..90c48c9309eb 100644
--- a/security/kf5-kdesu/Makefile
+++ b/security/kf5-kdesu/Makefile
@@ -3,6 +3,7 @@
PORTNAME= kdesu
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= security kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
diff --git a/security/libzrtpcppcore/Makefile b/security/libzrtpcppcore/Makefile
index a6b38b688f81..f5a9d4f1b382 100644
--- a/security/libzrtpcppcore/Makefile
+++ b/security/libzrtpcppcore/Makefile
@@ -2,6 +2,7 @@
PORTNAME= libzrtpcppcore
PORTVERSION= 4.6.4
+PORTREVISION= 1
DISTVERSIONPREFIX= V
CATEGORIES= security
diff --git a/security/obfsclient/Makefile b/security/obfsclient/Makefile
index 9f3e80797f01..bb5cbc66ffba 100644
--- a/security/obfsclient/Makefile
+++ b/security/obfsclient/Makefile
@@ -4,7 +4,7 @@
PORTNAME= obfsclient
PORTVERSION= 0.0.2
DISTVERSIONPREFIX= v
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= security
MAINTAINER= ports@FreeBSD.org
diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile
index fd75f3cb0c86..dd1bfb77aeeb 100644
--- a/security/pinentry/Makefile
+++ b/security/pinentry/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pinentry
PORTVERSION= 1.0.0
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= security
MASTER_SITES= GNUPG/pinentry
diff --git a/security/pks/Makefile b/security/pks/Makefile
index e280ce3f1d48..1178fb591697 100644
--- a/security/pks/Makefile
+++ b/security/pks/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pks
PORTVERSION= 0.9.6.20040312
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security www
MASTER_SITES= http://pks.sourceforge.net/ LOCAL/mandree
DISTFILES= pks-current.tgz
diff --git a/security/quantis/Makefile b/security/quantis/Makefile
index a5e24c1971b3..713b6de74b52 100644
--- a/security/quantis/Makefile
+++ b/security/quantis/Makefile
@@ -3,7 +3,7 @@
PORTNAME= quantis
DISTVERSION= v13.11.08
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security devel java
MASTER_SITES= http://www.idquantique.com/~download/Quantis/ \
LOCAL/ale
diff --git a/security/seccure/Makefile b/security/seccure/Makefile
index a431189b4881..6f66f33fcb59 100644
--- a/security/seccure/Makefile
+++ b/security/seccure/Makefile
@@ -3,7 +3,7 @@
PORTNAME= seccure
PORTVERSION= 0.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= http://point-at-infinity.org/seccure/ \
NETBSD
diff --git a/security/titus/Makefile b/security/titus/Makefile
index 06c65cd3bc45..235841dfdfd9 100644
--- a/security/titus/Makefile
+++ b/security/titus/Makefile
@@ -3,6 +3,7 @@
PORTNAME= titus
PORTVERSION= 0.3
+PORTREVISION= 1
CATEGORIES= security
MAINTAINER= feld@FreeBSD.org