svn commit: r495030 - in head/security/john: . files
Alexey Dokuchaev
danfe at FreeBSD.org
Fri Mar 8 08:59:21 UTC 2019
Author: danfe
Date: Fri Mar 8 08:59:20 2019
New Revision: 495030
URL: https://svnweb.freebsd.org/changeset/ports/495030
Log:
Drop the raw SHA-0 format, it's unlikely anyone will ever need it.
Obtained from: https://github.com/magnumripper/JohnTheRipper/commit/40f0aae
Deleted:
head/security/john/files/patch-rawSHA0__fmt__plug.c
Modified:
head/security/john/Makefile
Modified: head/security/john/Makefile
==============================================================================
--- head/security/john/Makefile Fri Mar 8 08:29:04 2019 (r495029)
+++ head/security/john/Makefile Fri Mar 8 08:59:20 2019 (r495030)
@@ -59,7 +59,8 @@ OPTIONS_DEFINE= DOCS #OPENMP
#OPENMP_USES= compiler:openmp
post-extract:
- @${RM} ${WRKSRC}/pfx_fmt_plug.c ${WRKSRC}/ssh_fmt_plug.c
+ @${RM} ${WRKSRC}/pfx_fmt_plug.c ${WRKSRC}/rawSHA0_fmt_plug.c \
+ ${WRKSRC}/ssh_fmt_plug.c \
post-patch:
# Replace methods and types that were marked deprecated by OpenSSL 0.9.7
More information about the svn-ports-head
mailing list