[Gpg4win-commits] [git] Gpg4win - branch, master, updated. gpg4win-2.3.1-271-gf517c27

by Andre Heinecke cvs at cvs.gnupg.org
Wed Jul 26 15:50:28 CEST 2017


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  f517c276590714ca4e5d328622c6c43538840462 (commit)
      from  4a4a195b6ae81b0a9713f6d198282c65a4ef041a (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 f517c276590714ca4e5d328622c6c43538840462
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Wed Jul 26 15:49:49 2017 +0200

    Use RSA 3072 for VS-NfD profile
    
    --

diff --git a/src/inst-kleopatra.nsi b/src/inst-kleopatra.nsi
index e418244..b73ed9a 100644
--- a/src/inst-kleopatra.nsi
+++ b/src/inst-kleopatra.nsi
@@ -226,12 +226,12 @@ ${MementoSection} "Kleopatra" SEC_kleopatra
   SetOutPath "$INSTDIR\..\GnuPG\share\doc\gnupg\examples"
   # Install profiles
   push $1
-  FileOpen $1 "$INSTDIR\..\GnuPG\share\doc\gnupg\examples\VS-NFD.prf" "w"
-  FileWrite $1 '# VS-NFD.prf - Configure options for the VS-NfD mode           -*- conf -*-$\r$\n'
+  FileOpen $1 "$INSTDIR\..\GnuPG\share\doc\gnupg\examples\VS-NfD.prf" "w"
+  FileWrite $1 '# VS-NfD.prf - Configure options for the VS-NfD mode           -*- conf -*-$\r$\n'
   FileWrite $1 '$\r$\n'
   FileWrite $1 '[gpg]$\r$\n'
   FileWrite $1 'compliance de-vs$\r$\n'
-  FileWrite $1 'default-new-key-algo brainpoolP256r1+brainpoolP256r1$\r$\n'
+  FileWrite $1 'default-new-key-algo rsa3072/cert,sign+rsa3072/encr$\r$\n'
   FileWrite $1 '$\r$\n'
   FileWrite $1 '[gpgsm]$\r$\n'
   FileWrite $1 'enable-crl-checks$\r$\n'
diff --git a/src/uninst-kleopatra.nsi b/src/uninst-kleopatra.nsi
index 3111db1..9f445fb 100644
--- a/src/uninst-kleopatra.nsi
+++ b/src/uninst-kleopatra.nsi
@@ -189,7 +189,7 @@ Section "-un.kleopatra"
   Delete "$INSTDIR\bin\libkleopatraclientcore.dll"
   Delete "$INSTDIR\bin\libkleopatraclientgui.dll"
 
-  Delete "$INSTDIR\..\GnuPG\share\doc\gnupg\examples\VS-NFD.prf"
+  Delete "$INSTDIR\..\GnuPG\share\doc\gnupg\examples\VS-NfD.prf"
   Delete "$INSTDIR\..\GnuPG\share\doc\gnupg\examples\Automatic.prf"
 
 #  RMDir "$INSTDIR\share\doc\HTML\en\kleopatra"

-----------------------------------------------------------------------

Summary of changes:
 src/inst-kleopatra.nsi   | 6 +++---
 src/uninst-kleopatra.nsi | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GnuPG for Windows
http://git.gnupg.org



More information about the Gpg4win-commits mailing list