pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/doc



Module Name:    pkgsrc
Committed By:   jym
Date:           Wed May 31 12:26:50 UTC 2017

Modified Files:
        pkgsrc/doc: CHANGES-2017

Log Message:
Added pinentry-mac version 0.9.4.

This is a Darwin-ported pinentry, which works natively without
pulling in gtk or qt4 dependencies. It is independent from the
original collection of pinentry tools, and grew its own code and
repository, although it still uses Assuan protocol internally (and
can therefore be integrated with gpg-agent and enigmail under Mac OS).

Note that it uses xcodebuild instead of autotools and generates an App.
I decided to copy over the .app as under libexec and rely on sh script
for invocation, App cannot be called through symlinks.

Description:
This is a collection of simple PIN or passphrase entry dialogs which
utilize the Assuan protocol as described by the aegypten project.
It provides programs for several graphical toolkits, such as GTK+ and
QT, as well as for the console, using curses.
This package is a port of the pinentry tool for Darwin.


To generate a diff of this commit:
cvs rdiff -u -r1.2174 -r1.2175 pkgsrc/doc/CHANGES-2017

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/CHANGES-2017
diff -u pkgsrc/doc/CHANGES-2017:1.2174 pkgsrc/doc/CHANGES-2017:1.2175
--- pkgsrc/doc/CHANGES-2017:1.2174      Wed May 31 11:05:32 2017
+++ pkgsrc/doc/CHANGES-2017     Wed May 31 12:26:50 2017
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2017,v 1.2174 2017/05/31 11:05:32 adam Exp $
+$NetBSD: CHANGES-2017,v 1.2175 2017/05/31 12:26:50 jym Exp $
 
 Changes to the packages collection and infrastructure in 2017:
 
@@ -2726,3 +2726,4 @@ Changes to the packages collection and i
        Updated net/py-lexicon to 2.1.5 [fhajny 2017-05-31]
        Updated www/nghttp2 to 1.23.1 [adam 2017-05-31]
        Updated mail/dovecot2 to 2.2.30 [adam 2017-05-31]
+       Added security/pinentry-mac version 0.9.4 [jym 2017-05-31]



Home | Main Index | Thread Index | Old Index