Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Mar 2018 14:42:56 +0000 (UTC)
From:      Stefan Esser <se@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r463326 - head/security/pwned-check
Message-ID:  <201803011442.w21EguP3007021@repo.freebsd.org>

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



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