mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Merge branch 'STABLE-BRANCH-2-2' into master
-- Resolved Conflicts: NEWS - removed configure.ac - removed Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
commit
7b7576637d
73 changed files with 3270 additions and 3583 deletions
|
@ -175,9 +175,9 @@ fi
|
|||
# to help detect rollback attacks.
|
||||
#
|
||||
if [ $skip_selfcheck = no ]; then
|
||||
gnupg_ver=$(awk '$1=="gnupg21_ver" {print $2;exit}' swdb.lst)
|
||||
gnupg_ver=$(awk '$1=="gnupg22_ver" {print $2;exit}' swdb.lst)
|
||||
if [ -z "$gnupg_ver" ]; then
|
||||
echo "GnuPG 2.1 version missing in swdb.lst!" >&2
|
||||
echo "GnuPG 2.2 version missing in swdb.lst!" >&2
|
||||
exit 1
|
||||
fi
|
||||
gnupg_ver_num=$(echo "$gnupg_ver" | cvtver)
|
||||
|
|
|
@ -625,6 +625,7 @@ Section "GnuPG" SEC_gnupg
|
|||
File "bin/gpgconf.exe"
|
||||
File "bin/gpg-connect-agent.exe"
|
||||
File "bin/gpgtar.exe"
|
||||
File "libexec/dirmngr_ldap.exe"
|
||||
File "libexec/gpg-preset-passphrase.exe"
|
||||
File "libexec/gpg-wks-client.exe"
|
||||
|
||||
|
@ -743,6 +744,8 @@ Section "-libgpg-error" SEC_libgpg_error
|
|||
File share/locale/de/LC_MESSAGES/libgpg-error.mo
|
||||
SetOutPath "$INSTDIR\share\locale\eo\LC_MESSAGES"
|
||||
File share/locale/eo/LC_MESSAGES/libgpg-error.mo
|
||||
SetOutPath "$INSTDIR\share\locale\es\LC_MESSAGES"
|
||||
File share/locale/es/LC_MESSAGES/libgpg-error.mo
|
||||
SetOutPath "$INSTDIR\share\locale\fr\LC_MESSAGES"
|
||||
File share/locale/fr/LC_MESSAGES/libgpg-error.mo
|
||||
SetOutPath "$INSTDIR\share\locale\hu\LC_MESSAGES"
|
||||
|
@ -1249,6 +1252,9 @@ Section "-un.libgpg-error"
|
|||
Delete "$INSTDIR\share\locale\eo\LC_MESSAGES\libgpg-error.mo"
|
||||
RMDir "$INSTDIR\share\locale\eo\LC_MESSAGES"
|
||||
RMDir "$INSTDIR\share\locale\eo"
|
||||
Delete "$INSTDIR\share\locale\es\LC_MESSAGES\libgpg-error.mo"
|
||||
RMDir "$INSTDIR\share\locale\es\LC_MESSAGES"
|
||||
RMDir "$INSTDIR\share\locale\es"
|
||||
Delete "$INSTDIR\share\locale\fr\LC_MESSAGES\libgpg-error.mo"
|
||||
RMDir "$INSTDIR\share\locale\fr\LC_MESSAGES"
|
||||
RMDir "$INSTDIR\share\locale\fr"
|
||||
|
@ -1307,6 +1313,7 @@ Section "-un.gnupg"
|
|||
Delete "$INSTDIR\bin\gpgconf.exe"
|
||||
Delete "$INSTDIR\bin\gpg-connect-agent.exe"
|
||||
Delete "$INSTDIR\bin\gpgtar.exe"
|
||||
Delete "$INSTDIR\bin\dirmngr_ldap.exe"
|
||||
Delete "$INSTDIR\bin\gpg-preset-passphrase.exe"
|
||||
Delete "$INSTDIR\bin\gpg-wks-client.exe"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue