diff options
Diffstat (limited to 'security')
27 files changed, 45 insertions, 19 deletions
diff --git a/security/authforce/Makefile b/security/authforce/Makefile index 688999f7cf59..f0146f1ecb24 100644 --- a/security/authforce/Makefile +++ b/security/authforce/Makefile @@ -3,7 +3,7 @@ PORTNAME= authforce PORTVERSION= 0.9.9 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security www MASTER_SITES= GHC diff --git a/security/crank/Makefile b/security/crank/Makefile index a7087c380fb0..5a7ee692183d 100644 --- a/security/crank/Makefile +++ b/security/crank/Makefile @@ -3,7 +3,7 @@ PORTNAME= crank PORTVERSION= 0.2.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= security MASTER_SITES= SF diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile index e1dc8a5165da..608c60525c23 100644 --- a/security/dirmngr/Makefile +++ b/security/dirmngr/Makefile @@ -3,7 +3,7 @@ PORTNAME= dirmngr PORTVERSION= 1.1.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= security MASTER_SITES= GNUPG DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig diff --git a/security/fsh/Makefile b/security/fsh/Makefile index 884a186875d5..2e5f42b7ee06 100644 --- a/security/fsh/Makefile +++ b/security/fsh/Makefile @@ -3,7 +3,7 @@ PORTNAME= fsh PORTVERSION= 1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= http://www.lysator.liu.se/fsh/ \ http://mirror2.unixfreunde.de/ \ diff --git a/security/fwknop/Makefile b/security/fwknop/Makefile index 6518c9834019..9a2adb9b9f9e 100644 --- a/security/fwknop/Makefile +++ b/security/fwknop/Makefile @@ -3,6 +3,7 @@ PORTNAME= fwknop PORTVERSION= 2.6.10 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.cipherdyne.org/fwknop/download/ diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 1b33f0f10563..4b8d96a8d782 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -2,6 +2,7 @@ PORTNAME= gnupg PORTVERSION= 2.2.11 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GNUPG diff --git a/security/gnupg1/Makefile b/security/gnupg1/Makefile index e230d6b11a33..7e47de1dcae1 100644 --- a/security/gnupg1/Makefile +++ b/security/gnupg1/Makefile @@ -2,6 +2,7 @@ PORTNAME= gnupg PORTVERSION= 1.4.23 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GNUPG PKGNAMESUFFIX= 1 diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 7c4ae2035291..02f51c20ce42 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -2,6 +2,7 @@ PORTNAME= gnutls PORTVERSION= 3.5.19 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= GNUPG/gnutls/v${PORTVERSION:R} diff --git a/security/gnutls/pkg-plist b/security/gnutls/pkg-plist index 6292484f3d67..2b728bb95285 100644 --- a/security/gnutls/pkg-plist +++ b/security/gnutls/pkg-plist @@ -27,15 +27,15 @@ include/gnutls/tpm.h include/gnutls/urls.h include/gnutls/x509-ext.h include/gnutls/x509.h -info/gnutls-client-server-use-case.png -info/gnutls-handshake-sequence.png -info/gnutls-handshake-state.png -info/gnutls-internals.png -info/gnutls-layers.png -info/gnutls-logo.png -info/gnutls-modauth.png -info/gnutls-x509.png -info/pkcs11-vision.png +share/info/gnutls-client-server-use-case.png +share/info/gnutls-handshake-sequence.png +share/info/gnutls-handshake-state.png +share/info/gnutls-internals.png +share/info/gnutls-layers.png +share/info/gnutls-logo.png +share/info/gnutls-modauth.png +share/info/gnutls-x509.png +share/info/pkcs11-vision.png %%DANE%%lib/libgnutls-dane.so %%DANE%%lib/libgnutls-dane.so.0 %%DANE%%lib/libgnutls-dane.so.0.4.1 diff --git a/security/govpn/Makefile b/security/govpn/Makefile index ab6fa1c7ab21..2f028502c1e9 100644 --- a/security/govpn/Makefile +++ b/security/govpn/Makefile @@ -3,6 +3,7 @@ PORTNAME= govpn DISTVERSION= 7.5 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.govpn.info/download/ diff --git a/security/govpn/files/patch-common.mk b/security/govpn/files/patch-common.mk new file mode 100644 index 000000000000..cbd661672b74 --- /dev/null +++ b/security/govpn/files/patch-common.mk @@ -0,0 +1,11 @@ +--- common.mk.orig 2018-08-28 18:46:05 UTC ++++ common.mk +@@ -3,7 +3,7 @@ + LDFLAGS = -X cypherpunks.ru/govpn.Version=$(VERSION) + PREFIX ?= /usr/local + BINDIR = $(DESTDIR)$(PREFIX)/bin +-INFODIR = $(DESTDIR)$(PREFIX)/info ++INFODIR = $(DESTDIR)$(PREFIX)/share/info + SHAREDIR = $(DESTDIR)$(PREFIX)/share/govpn + DOCDIR = $(DESTDIR)$(PREFIX)/share/doc/govpn + diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile index 91f3a3ad5a0e..fdf703cf46c6 100644 --- a/security/gpgme/Makefile +++ b/security/gpgme/Makefile @@ -3,7 +3,7 @@ PORTNAME= gpgme PORTVERSION= 1.12.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= security MASTER_SITES= GNUPG/gpgme diff --git a/security/gsasl/Makefile b/security/gsasl/Makefile index fcdd83005c00..326587ce6e37 100644 --- a/security/gsasl/Makefile +++ b/security/gsasl/Makefile @@ -3,7 +3,7 @@ PORTNAME= gsasl PORTVERSION= 1.8.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security MASTER_SITES= GNU diff --git a/security/gss/Makefile b/security/gss/Makefile index 9f682f1373fe..2456910dfcb4 100644 --- a/security/gss/Makefile +++ b/security/gss/Makefile @@ -3,7 +3,7 @@ PORTNAME= gss PORTVERSION= 1.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= GNU diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 4e57837db761..b7385c340edf 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -3,7 +3,7 @@ PORTNAME= heimdal PORTVERSION= 7.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security ipv6 MASTER_SITES= https://github.com/heimdal/heimdal/releases/download/${DISTNAME}/ diff --git a/security/integrit/Makefile b/security/integrit/Makefile index c3b65c717124..d40af934acc0 100644 --- a/security/integrit/Makefile +++ b/security/integrit/Makefile @@ -3,6 +3,7 @@ PORTNAME= integrit PORTVERSION= 4.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF diff --git a/security/libassuan/Makefile b/security/libassuan/Makefile index 14f121d0c890..0b4832f3a0f2 100644 --- a/security/libassuan/Makefile +++ b/security/libassuan/Makefile @@ -3,6 +3,7 @@ PORTNAME= libassuan PORTVERSION= 2.5.1 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= GNUPG/${PORTNAME} diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index a50f7a1493ff..03cee26c67ac 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -2,6 +2,7 @@ PORTNAME= libgcrypt PORTVERSION= 1.8.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GNUPG diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile index dca520244149..111ffa3e563b 100644 --- a/security/libgpg-error/Makefile +++ b/security/libgpg-error/Makefile @@ -3,6 +3,7 @@ PORTNAME= libgpg-error PORTVERSION= 1.32 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= GNUPG diff --git a/security/libksba/Makefile b/security/libksba/Makefile index 22219d2d5acf..bbff573f1ecb 100644 --- a/security/libksba/Makefile +++ b/security/libksba/Makefile @@ -3,6 +3,7 @@ PORTNAME= libksba PORTVERSION= 1.3.5 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GNUPG/${PORTNAME} diff --git a/security/libtasn1/Makefile b/security/libtasn1/Makefile index dbdd1c321a74..a9599bcb9e6e 100644 --- a/security/libtasn1/Makefile +++ b/security/libtasn1/Makefile @@ -3,6 +3,7 @@ PORTNAME= libtasn1 PORTVERSION= 4.13 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GNU diff --git a/security/nettle/Makefile b/security/nettle/Makefile index 54ab6638b100..08c23f566348 100644 --- a/security/nettle/Makefile +++ b/security/nettle/Makefile @@ -3,6 +3,7 @@ PORTNAME= nettle PORTVERSION= 3.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GNU \ http://www.lysator.liu.se/~nisse/archive/ diff --git a/security/pam-modules/Makefile b/security/pam-modules/Makefile index 9e61510ccc64..e7d99c9190ed 100644 --- a/security/pam-modules/Makefile +++ b/security/pam-modules/Makefile @@ -3,6 +3,7 @@ PORTNAME= pam-modules PORTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://download.gnu.org.ua/pub/release/pam-modules/ diff --git a/security/pinentry/Makefile b/security/pinentry/Makefile index 328f7d99ebbc..28030cf8d7ab 100644 --- a/security/pinentry/Makefile +++ b/security/pinentry/Makefile @@ -3,7 +3,7 @@ PORTNAME= pinentry PORTVERSION= 1.1.0 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= security MASTER_SITES= GNUPG/pinentry diff --git a/security/shishi/Makefile b/security/shishi/Makefile index b9cf1413e809..e963dcc7ce3c 100644 --- a/security/shishi/Makefile +++ b/security/shishi/Makefile @@ -2,7 +2,7 @@ PORTNAME= shishi PORTVERSION= 1.0.2 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= security MASTER_SITES= GNU diff --git a/security/tinc-devel/Makefile b/security/tinc-devel/Makefile index 6120d4b7d068..8ab0c0a2023d 100644 --- a/security/tinc-devel/Makefile +++ b/security/tinc-devel/Makefile @@ -2,6 +2,7 @@ PORTNAME= tinc PORTVERSION= 1.1pre17 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://www.tinc-vpn.org/packages/ \ http://www.tinc-vpn.org/packages/ diff --git a/security/tinc/Makefile b/security/tinc/Makefile index 1ae177f8605c..1c3fd6e1c7b0 100644 --- a/security/tinc/Makefile +++ b/security/tinc/Makefile @@ -3,6 +3,7 @@ PORTNAME= tinc PORTVERSION= 1.0.35 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://www.tinc-vpn.org/packages/ \ http://www.tinc-vpn.org/packages/ |