Move openwall to https.

This commit is contained in:
bentley 2020-04-07 13:29:52 +00:00
parent 25d6bd814f
commit e9af93138a
4 changed files with 14 additions and 14 deletions

View File

@ -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

View File

@ -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

View File

@ -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 <benoit@openbsd.org>

View File

@ -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