svn commit: r463326 - head/security/pwned-check

Stefan Esser se at FreeBSD.org
Thu Mar 1 14:42:57 UTC 2018


Author: se
Date: Thu Mar  1 14:42:56 2018
New Revision: 463326
URL: https://svnweb.freebsd.org/changeset/ports/463326

Log:
  Bump port-epoch after an attempted update to support the new revision of
  the data files had to be reverted. The new file format is incompatible
  and no longer suitable for quick lookup of the password hashes. Sorting
  the 30 GB file into a usable form took more than 4 hours on my system,
  which seems impractical. The port will therefore stay on the level of the
  "old" data files.
  
  Approved by:	antoine (implicit)

Modified:
  head/security/pwned-check/Makefile

Modified: head/security/pwned-check/Makefile
==============================================================================
--- head/security/pwned-check/Makefile	Thu Mar  1 14:25:36 2018	(r463325)
+++ head/security/pwned-check/Makefile	Thu Mar  1 14:42:56 2018	(r463326)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pwned-check
 PORTVERSION=	1.0
+PORTEPOCH=	1
 CATEGORIES=	security
 MASTER_SITES=	#
 DISTFILES=	#


More information about the svn-ports-all mailing list