libcryptui-3.12.2-gpg22.patch 609 B

12345678910111213141516
  1. commit 183d7619c29482a5d4ae8019692899f87f198171
  2. commit b05e301d1b264a5d8f07cb96e5edc243d99bff79
  3. diff -up libcryptui-3.12.2/configure.ac.gpg2 libcryptui-3.12.2/configure.ac
  4. --- libcryptui-3.12.2/configure.ac.gpg2 2018-01-29 13:04:53.324022912 -0600
  5. +++ configure.ac 2018-01-29 13:05:14.293824226 -0600
  6. @@ -95,7 +95,7 @@ AC_ARG_ENABLE(gpg-check,
  7. DO_CHECK=$enableval, DO_CHECK=yes)
  8. if test "$DO_CHECK" = "yes"; then
  9. - accepted_versions="1.2 1.4 2.0"
  10. + accepted_versions="1.2 1.4 2.0 2.1 2.2"
  11. AC_PATH_PROGS(GNUPG, [gpg gpg2], no)
  12. AC_DEFINE_UNQUOTED(GNUPG, "$GNUPG", [Path to gpg executable.])
  13. ok="no"