[Gpg4win-commits] [git] Gpg4win - branch, master, updated. gpg4win-2.1.1-28-ga46fe87
by Andre Heinecke
cvs at cvs.gnupg.org
Fri Jul 12 20:55:37 CEST 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG for Windows".
The branch, master has been updated
via a46fe87f3d9b3e90a34e2bd471b660deb5767bce (commit)
via 648c442dc0aa4eb40e6df88c158f45dab9beb764 (commit)
from 7ccd6fb8fa471791bbae3cd4fa7613174e432b13 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a46fe87f3d9b3e90a34e2bd471b660deb5767bce
Author: Andre Heinecke <aheinecke at intevation.de>
Date: Fri Jul 12 18:28:17 2013 +0000
Add patched libkdeui.dll for kleopatra
The patch was already included in the source package for
the last version but was not applied.
This fixes a crash on Windows Server systems.
* NEWS: Add note about this.
* packages/packages.current: Update kleopatra
diff --git a/NEWS b/NEWS
index e8147c2..3174b35 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,9 @@ Noteworthy changes in version 2.2.0 (unreleased)
(en) Pinentry now allows you to paste in the passphrase
+(en) Kleopatra no longer crashes when started as User on Windows Server
+ Systems.
+
~~~~~~~~~~~~~~~
GnuPG: 2.0.21-beta20
Kleopatra: 2.1.1
diff --git a/packages/packages.current b/packages/packages.current
index 57eeb19..f09af8e 100644
--- a/packages/packages.current
+++ b/packages/packages.current
@@ -499,8 +499,8 @@ chk c48227c5f3b475c7792abc36c415479d3233468c
#
server http://files.kolab.org/local/gpg4win
-file kleopatra-20130528-bin.tar.bz2
-chk d5f25d18c8e3609f4d6600f9470807d488818d7e
+file kleopatra-20130528-1-bin.tar.bz2
+chk f285c3e357f3fd6d708440334b9a7baee8d51def
file kleopatra-20130528-src.tar.bz2
chk 3622042e71d55bba92eab72d0ee836a1e0c3781d
commit 648c442dc0aa4eb40e6df88c158f45dab9beb764
Author: Andre Heinecke <aheinecke at intevation.de>
Date: Fri Jul 12 18:16:50 2013 +0000
Enable qt4-clipboard in pinentry
* src/Makefile.am: Add configure option to pinentry.
* NEWS: Note the changed behavior.
diff --git a/NEWS b/NEWS
index ddac74b..e8147c2 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,8 @@ Noteworthy changes in version 2.2.0 (unreleased)
(en) Gpg-agent may now be used as Pageant replacement with additional
smartcard support.
+(en) Pinentry now allows you to paste in the passphrase
+
~~~~~~~~~~~~~~~
GnuPG: 2.0.21-beta20
Kleopatra: 2.1.1
diff --git a/src/Makefile.am b/src/Makefile.am
index 119dc4c..a4bfe51 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -247,7 +247,8 @@ gpg4win_pkg_gnupg2_configure = \
# --with-libintl-prefix, but these don't work with the cheesy
# non-"libfoo.la" versions of iconv and gettext that we are using.
if BUILD_FULL_INSTALLER
-pinentry_enable_disable= --disable-pinentry-qt --enable-pinentry-qt4
+pinentry_enable_disable= --disable-pinentry-qt --enable-pinentry-qt4 \
+ --enable-pinentry-qt4-clipboard
else
pinentry_enable_disable= --disable-pinentry-qt --disable-pinentry-qt4
endif
-----------------------------------------------------------------------
Summary of changes:
NEWS | 5 +++++
packages/packages.current | 4 ++--
src/Makefile.am | 3 ++-
3 files changed, 9 insertions(+), 3 deletions(-)
hooks/post-receive
--
GnuPG for Windows
http://git.gnupg.org
More information about the Gpg4win-commits
mailing list