mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
speedo,w32: Install gpg-check-pattern and example profiles.
* doc/examples/vsnfd.prf: Rename to VS-NfD.prf. * doc/examples/Automatic.prf: New. * doc/Makefile.am (examples): Adjust. * build-aux/speedo/w32/inst.nsi: Install gpg-check-pattern.exe and 3 example files. * build-aux/speedo/w32/wixlib.wxs: Add new files. -- Note that we renamed the existing example profile so that kleopatra shows a nicer name. In fact the gpg4win installer just copies of theses file but it is better to maintain them here. gpg-check-pattern.exe can no be installed because we meanwhile have a regex lib which works also on Windows. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
b7f4e2d71f
commit
f5a81953e1
@ -628,6 +628,7 @@ Section "GnuPG" SEC_gnupg
|
||||
File "bin/gpgtar.exe"
|
||||
File "libexec/dirmngr_ldap.exe"
|
||||
File "libexec/gpg-preset-passphrase.exe"
|
||||
File "libexec/gpg-check-pattern.exe"
|
||||
File "libexec/gpg-wks-client.exe"
|
||||
|
||||
ClearErrors
|
||||
@ -658,6 +659,11 @@ Section "GnuPG" SEC_gnupg
|
||||
File "share/gnupg/distsigkey.gpg"
|
||||
File "share/gnupg/sks-keyservers.netCA.pem"
|
||||
|
||||
SetOutPath "$INSTDIR\share\gnupg\examples"
|
||||
File "share/gnupg/examples/VS-NfD.prf"
|
||||
File "share/gnupg/examples/Automatic.prf"
|
||||
File "share/gnupg/examples/pwpattern.txt"
|
||||
|
||||
SetOutPath "$INSTDIR\share\locale\ca\LC_MESSAGES"
|
||||
File share/locale/ca/LC_MESSAGES/gnupg2.mo
|
||||
SetOutPath "$INSTDIR\share\locale\cs\LC_MESSAGES"
|
||||
@ -1317,8 +1323,14 @@ Section "-un.gnupg"
|
||||
Delete "$INSTDIR\bin\gpg-card.exe"
|
||||
Delete "$INSTDIR\bin\dirmngr_ldap.exe"
|
||||
Delete "$INSTDIR\bin\gpg-preset-passphrase.exe"
|
||||
Delete "$INSTDIR\bin\gpg-check-pattern.exe"
|
||||
Delete "$INSTDIR\bin\gpg-wks-client.exe"
|
||||
|
||||
Delete "$INSTDIR\share\gnupg\examples\VS-NfD.prf"
|
||||
Delete "$INSTDIR\share\gnupg\examples\Automatic.prf"
|
||||
Delete "$INSTDIR\share\gnupg\examples\pwpattern.txt"
|
||||
RMDir "$INSTDIR\share\gnupg\examples"
|
||||
|
||||
Delete "$INSTDIR\share\gnupg\sks-keyservers.netCA.pem"
|
||||
Delete "$INSTDIR\share\gnupg\dirmngr-conf.skel"
|
||||
Delete "$INSTDIR\share\gnupg\distsigkey.gpg"
|
||||
|
@ -64,6 +64,9 @@ and then manually edited:
|
||||
<Component Id="cmp6C1FB70721B208E33DB24296B93AB93F" Directory="dirAA72FFDDFA224FB221D53750596B0142" Guid="FE29D2AA-3151-4421-B8C0-355F69F267A1">
|
||||
<File Id="fil563D2C0464DCE7ECADE6E15C0FC65821" KeyPath="yes" Source="$(var.SourceDir)\libexec\gpg-preset-passphrase.exe"/>
|
||||
</Component>
|
||||
<Component Id="cmp6C1FB70721B208E33DB24296B93AB940" Directory="dirAA72FFDDFA224FB221D53750596B0142" Guid="FE29D2AA-3151-4421-B8C0-355F69F267A2">
|
||||
<File Id="fil563D2C0464DCE7ECADE6E15C0FC65822" KeyPath="yes" Source="$(var.SourceDir)\libexec\gpg-check-pattern.exe"/>
|
||||
</Component>
|
||||
<Component Id="cmpB87CCF9DDCB6D9B36B92B0F9FA24FDC9" Directory="dirAA72FFDDFA224FB221D53750596B0142" Guid="9BB809F3-C09B-4A1E-B52D-B68CBE59AE3B">
|
||||
<File Id="fil8A3F9D3F6E36120B183DDF4981D84C1B" KeyPath="yes" Source="$(var.SourceDir)\libexec\gpg-wks-client.exe"/>
|
||||
</Component>
|
||||
@ -155,7 +158,13 @@ and then manually edited:
|
||||
<File Id="fil0615847C26E386E0B892124531F2ABBC" KeyPath="yes" Source="$(var.SourceDir)\lib\libnpth.dll.a" Name="libnpth.imp"/>
|
||||
</Component>
|
||||
<Component Id="cmp909B0412FDFCFD5092D93932AF982A72" Directory="dirC2E6BF1CC65903EA3A1AD83349586122" Guid="D30E7138-0D1C-48F4-8F53-E1EC6333F610">
|
||||
<File Id="fil322067E40CE41C36574A7CC520D75876" KeyPath="yes" Source="$(var.SourceDir)\share\doc\gnupg\examples\vsnfd.prf" Name="VS-NfD.prf"/>
|
||||
<File Id="fil322067E40CE41C36574A7CC520D75876" KeyPath="yes" Source="$(var.SourceDir)\share\doc\gnupg\examples\VS-NfD.prf" Name="VS-NfD.prf"/>
|
||||
</Component>
|
||||
<Component Id="cmp909B0412FDFCFD5092D93932AF982A73" Directory="dirC2E6BF1CC65903EA3A1AD83349586122" Guid="D30E7138-0D1C-48F4-8F53-E1EC6333F611">
|
||||
<File Id="fil322067E40CE41C36574A7CC520D75877" KeyPath="yes" Source="$(var.SourceDir)\share\doc\gnupg\examples\Automatic.prf" Name="Automatic.prf"/>
|
||||
</Component>
|
||||
<Component Id="cmp909B0412FDFCFD5092D93932AF982A74" Directory="dirC2E6BF1CC65903EA3A1AD83349586122" Guid="D30E7138-0D1C-48F4-8F53-E1EC6333F612">
|
||||
<File Id="fil322067E40CE41C36574A7CC520D75878" KeyPath="yes" Source="$(var.SourceDir)\share\doc\gnupg\examples\pwpatter.txt" Name="pwpattern.txt"/>
|
||||
</Component>
|
||||
<Component Id="cmp59D652F2B6BBFD90563BF58D6CE6BE7B" Directory="dirF4B1502A83344E3C92AB58989653B465" Guid="1C51D4AF-B308-40A3-B8D8-CEDA5AB2A383">
|
||||
<File Id="filCB1BD20C87EE88A17D7502E26268DA65" KeyPath="yes" Source="$(var.SourceDir)\share\gnupg\distsigkey.gpg"/>
|
||||
|
@ -22,7 +22,8 @@ AM_CPPFLAGS =
|
||||
include $(top_srcdir)/am/cmacros.am
|
||||
|
||||
examples = examples/README examples/scd-event examples/trustlist.txt \
|
||||
examples/vsnfd.prf examples/debug.prf examples/qualified.txt \
|
||||
examples/VS-NfD.prf examples/Automatic.prf \
|
||||
examples/debug.prf examples/qualified.txt \
|
||||
examples/systemd-user/README \
|
||||
examples/systemd-user/dirmngr.service \
|
||||
examples/systemd-user/dirmngr.socket \
|
||||
|
15
doc/examples/Automatic.prf
Normal file
15
doc/examples/Automatic.prf
Normal file
@ -0,0 +1,15 @@
|
||||
# Automatic.prf - Configure options for a more automatic mode -*- conf -*-
|
||||
#
|
||||
# The options for each tool are configured in a section ("[TOOL]");
|
||||
# see the respective man page for a description of these options and
|
||||
# the gpgconf manpage for a description of this file's syntax.
|
||||
|
||||
[gpg]
|
||||
auto-key-locate local,wkd,dane
|
||||
auto-key-retrieve
|
||||
trust-model tofu+pgp$\r$\n'
|
||||
|
||||
[gpg-agent]
|
||||
default-cache-ttl 900
|
||||
max-cache-ttl 3600
|
||||
min-passphrase-nonalpha 0
|
@ -1,4 +1,4 @@
|
||||
# vsnfd.prf - Configure options for the VS-NfD mode -*- conf -*-
|
||||
# VS-NfD.prf - Configure options for the VS-NfD mode -*- conf -*-
|
||||
#
|
||||
# The options for each tool are configured in a section ("[TOOL]");
|
||||
# see the respective man page for a description of these options and
|
Loading…
x
Reference in New Issue
Block a user