Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Mar 2019 08:59:21 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r495030 - in head/security/john: . files
Message-ID:  <201903080859.x288xLP1044232@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903080859.x288xLP1044232>