From e9af93138aebe6529e7fe8cb7789d5bcbba250da Mon Sep 17 00:00:00 2001 From: bentley Date: Tue, 7 Apr 2020 13:29:52 +0000 Subject: [PATCH] Move openwall to https. --- mail/popa3d/Makefile | 8 ++++---- security/john-jumbo/Makefile | 8 ++++---- security/john/Makefile | 6 +++--- security/scanlogd/Makefile | 6 +++--- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/mail/popa3d/Makefile b/mail/popa3d/Makefile index 945a7e7d22d..9bcd9bdee31 100644 --- a/mail/popa3d/Makefile +++ b/mail/popa3d/Makefile @@ -1,21 +1,21 @@ -# $OpenBSD: Makefile,v 1.5 2019/07/12 20:47:36 sthen Exp $ +# $OpenBSD: Makefile,v 1.6 2020/04/07 13:29:52 bentley Exp $ COMMENT = tiny pop3 daemon DISTNAME = popa3d-1.0.3 -REVISION = 1 +REVISION = 2 FIX_EXTRACT_PERMISSIONS=Yes CATEGORIES = mail -HOMEPAGE = http://www.openwall.com/popa3d/ +HOMEPAGE = https://www.openwall.com/popa3d/ # (Very) Simplified BSD PERMIT_PACKAGE = Yes WANTLIB += c crypto -MASTER_SITES = http://www.openwall.com/popa3d/ +MASTER_SITES = https://www.openwall.com/popa3d/ CFLAGS += -Wall -DHAVE_PROGNAME -DHAVE_OPENSSL LIBS = -lcrypto diff --git a/security/john-jumbo/Makefile b/security/john-jumbo/Makefile index 1b9be5f5f1f..b0d5a496c50 100644 --- a/security/john-jumbo/Makefile +++ b/security/john-jumbo/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.21 2019/07/14 00:39:39 naddy Exp $ +# $OpenBSD: Makefile,v 1.22 2020/04/07 13:29:52 bentley Exp $ COMMENT = extremely fast password cracker, with community patches BROKEN-alpha = DES_bs.c:173: internal compiler error: in get_callee_fndecl, at tree.c:5940 @@ -6,14 +6,14 @@ FIX_EXTRACT_PERMISSIONS=Yes V = 1.8.0 JV = 1 -REVISION = 3 +REVISION = 4 EXTRACT_SUFX = .tar.xz DISTNAME = john-$V-jumbo-${JV} PKGNAME = john-jumbo-$V.${JV} CATEGORIES = security -HOMEPAGE = http://www.openwall.com/john/ +HOMEPAGE = https://www.openwall.com/john/ # files from various authors; see license review txt file PERMIT_PACKAGE = Yes @@ -21,7 +21,7 @@ PERMIT_PACKAGE = Yes WANTLIB += c crypto m nspr4 nss3 pcap plc4 plds4 pthread smime3 WANTLIB += nssutil3 sqlite3 ssl ssl3 z -MASTER_SITES = http://www.openwall.com/john/j/ +MASTER_SITES = https://www.openwall.com/john/j/ LIB_DEPENDS = databases/sqlite3 \ security/nss diff --git a/security/john/Makefile b/security/john/Makefile index 6ecf74e9675..6a1387fe8d5 100644 --- a/security/john/Makefile +++ b/security/john/Makefile @@ -1,12 +1,12 @@ -# $OpenBSD: Makefile,v 1.53 2019/07/12 20:49:03 sthen Exp $ +# $OpenBSD: Makefile,v 1.54 2020/04/07 13:29:52 bentley Exp $ COMMENT = extremely fast password cracker DISTNAME = john-1.8.0 -REVISION = 0 +REVISION = 1 CATEGORIES = security -HOMEPAGE = http://www.openwall.com/john/ +HOMEPAGE = https://www.openwall.com/john/ MAINTAINER = Benoit Lecocq diff --git a/security/scanlogd/Makefile b/security/scanlogd/Makefile index cff4fd90d79..70a5ea975e9 100644 --- a/security/scanlogd/Makefile +++ b/security/scanlogd/Makefile @@ -1,13 +1,13 @@ -# $OpenBSD: Makefile,v 1.37 2019/07/12 20:49:36 sthen Exp $ +# $OpenBSD: Makefile,v 1.38 2020/04/07 13:29:53 bentley Exp $ COMMENT= TCP port scan detection tool DISTNAME= scanlogd-2.2.7 -REVISION= 2 +REVISION= 3 CATEGORIES= security FIX_EXTRACT_PERMISSIONS=Yes -HOMEPAGE= http://www.openwall.com/scanlogd/ +HOMEPAGE= https://www.openwall.com/scanlogd/ # BSD PERMIT_PACKAGE= Yes