Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jun 2015 09:01:04 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r389902 - in head/sysutils/pwsafe: . files
Message-ID:  <201506170901.t5H914fU058875@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gahr
Date: Wed Jun 17 09:01:03 2015
New Revision: 389902
URL: https://svnweb.freebsd.org/changeset/ports/389902

Log:
  - Take back port, I'm actively working on it
  - While at it, makepatch-ify files and add LICENSE

Modified:
  head/sysutils/pwsafe/Makefile
  head/sysutils/pwsafe/files/patch-pwsafe.cpp

Modified: head/sysutils/pwsafe/Makefile
==============================================================================
--- head/sysutils/pwsafe/Makefile	Wed Jun 17 08:34:24 2015	(r389901)
+++ head/sysutils/pwsafe/Makefile	Wed Jun 17 09:01:03 2015	(r389902)
@@ -7,9 +7,11 @@ PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	http://nsd.dyndns.org/pwsafe/releases/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	gahr@FreeBSD.org
 COMMENT=	Cmdline program that manages encrypted password databases
 
+LICENSE=	GPLv2
+
 OPTIONS_DEFINE=	SETUID X11
 SETUID_DESC=	Install setuid pwsafe binary
 

Modified: head/sysutils/pwsafe/files/patch-pwsafe.cpp
==============================================================================
--- head/sysutils/pwsafe/files/patch-pwsafe.cpp	Wed Jun 17 08:34:24 2015	(r389901)
+++ head/sysutils/pwsafe/files/patch-pwsafe.cpp	Wed Jun 17 09:01:03 2015	(r389902)
@@ -1,6 +1,6 @@
---- pwsafe.cpp.orig	2005-09-30 12:30:56.000000000 +0200
-+++ pwsafe.cpp	2014-09-17 15:44:48.000000000 +0200
-@@ -1019,7 +1019,12 @@
+--- pwsafe.cpp.orig	2005-09-30 10:30:56 UTC
++++ pwsafe.cpp
+@@ -1019,7 +1019,12 @@ int main(int argc, char **argv) {
        // seed the random number generator
        char rng_filename[1024];
        if (RAND_file_name(rng_filename,sizeof(rng_filename))) {
@@ -14,7 +14,7 @@
          if (rc) {
            if (arg_verbose > 0) printf("rng seeded with %d bytes from %s\n", rc, rng_filename);
          } else {
-@@ -2111,7 +2116,7 @@
+@@ -2111,7 +2116,7 @@ static secstring xmlescape(const secstri
        case '"': out += "&quot;"; break;
        case '&': out += "&amp;"; break;
        case '<': out += "&lt;"; break;



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