svn commit: r438665 - in head/security/keepass: . files

Ben Woods woodsb02 at FreeBSD.org
Sun Apr 16 17:10:59 UTC 2017


Author: woodsb02
Date: Sun Apr 16 17:10:58 2017
New Revision: 438665
URL: https://svnweb.freebsd.org/changeset/ports/438665

Log:
  security/keepass: Prevent crash when running in i3 window manager
  
  Obtained from:	https://sourceforge.net/p/keepass/bugs/1545/#1618
  MFH:		2017Q2

Modified:
  head/security/keepass/Makefile
  head/security/keepass/files/keepass.sh.in

Modified: head/security/keepass/Makefile
==============================================================================
--- head/security/keepass/Makefile	Sun Apr 16 16:43:23 2017	(r438664)
+++ head/security/keepass/Makefile	Sun Apr 16 17:10:58 2017	(r438665)
@@ -3,6 +3,7 @@
 
 PORTNAME=	keepass
 PORTVERSION=	2.35
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	SF/${PORTNAME}/KeePass%202.x/${PORTVERSION}
 DISTNAME=	KeePass-${PORTVERSION}-Source

Modified: head/security/keepass/files/keepass.sh.in
==============================================================================
--- head/security/keepass/files/keepass.sh.in	Sun Apr 16 16:43:23 2017	(r438664)
+++ head/security/keepass/files/keepass.sh.in	Sun Apr 16 17:10:58 2017	(r438665)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-exec %%PREFIX%%/bin/mono %%PREFIX%%/share/keepass/KeePass.exe "$@"
+exec %%PREFIX%%/bin/mono --verify-all %%PREFIX%%/share/keepass/KeePass.exe "$@"


More information about the svn-ports-head mailing list