Skip to content

Commit

Permalink
don't force --cipher-algo AES256 on GPG en/-decryption
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann Büchau committed Jun 11, 2017
1 parent aa1d011 commit ff75266
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
18 changes: 9 additions & 9 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for thunar-custom-actions 0.0.12.
# Generated by GNU Autoconf 2.69 for thunar-custom-actions 0.0.13.
#
# Report bugs to <nobodyinperson@gmx.de>.
#
Expand Down Expand Up @@ -579,8 +579,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='thunar-custom-actions'
PACKAGE_TARNAME='thunar-custom-actions'
PACKAGE_VERSION='0.0.12'
PACKAGE_STRING='thunar-custom-actions 0.0.12'
PACKAGE_VERSION='0.0.13'
PACKAGE_STRING='thunar-custom-actions 0.0.13'
PACKAGE_BUGREPORT='nobodyinperson@gmx.de'
PACKAGE_URL=''

Expand Down Expand Up @@ -1224,7 +1224,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures thunar-custom-actions 0.0.12 to adapt to many kinds of systems.
\`configure' configures thunar-custom-actions 0.0.13 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1287,7 +1287,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of thunar-custom-actions 0.0.12:";;
short | recursive ) echo "Configuration of thunar-custom-actions 0.0.13:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1385,7 +1385,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
thunar-custom-actions configure 0.0.12
thunar-custom-actions configure 0.0.13
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand All @@ -1402,7 +1402,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by thunar-custom-actions $as_me 0.0.12, which was
It was created by thunar-custom-actions $as_me 0.0.13, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -3229,7 +3229,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by thunar-custom-actions $as_me 0.0.12, which was
This file was extended by thunar-custom-actions $as_me 0.0.13, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -3282,7 +3282,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
thunar-custom-actions config.status 0.0.12
thunar-custom-actions config.status 0.0.13
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([thunar-custom-actions], [0.0.12], [nobodyinperson@gmx.de])
AC_INIT([thunar-custom-actions], [0.0.13], [nobodyinperson@gmx.de])

m4_include([m4/ax_python_module.m4])

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
thunar-custom-actions (0.0.13) UNRELEASED; urgency=medium

* don't force AES256 on gpg symmectric decryption

-- Yann Büchau <nobodyinperson@gmx.de> Sun, 11 Jun 2017 11:04:24 +0200

thunar-custom-actions (0.0.12) unstable; urgency=medium

* add make_bin to shebang in uca-apply
Expand Down
4 changes: 2 additions & 2 deletions share/thunar-custom-actions/system-uca/gpg.xml.m4
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include(tuca.m4)dnl
<icon>gcr-gnupg</icon>
<name xml:lang="de">symmetrisch mit GPG verschlüsseln</name>
<name xml:lang="en">Encrypt symmetrically with GPG</name>
<command>TUCA_INIT();PASSWORD=$(TUCA_ZENITY() --password --text="$(eval_gettext 'Password?')") || exit;TUCA_LOOP(TUCA_LOOP_PB_TEXT($(eval_gettext 'encrypting... $TUCA_FILE_BASE_VAR()'));TUCA_OUT_VAR()=TUCA_FILE().asc;echo $PASSWORD | TUCA_GPG2() --batch --yes --passphrase-fd 0 --symmetric --armor --cipher-algo AES256 -o TUCA_TEMP() TUCA_FILE())</command>
<command>TUCA_INIT();PASSWORD=$(TUCA_ZENITY() --password --text="$(eval_gettext 'Password?')") || exit;TUCA_LOOP(TUCA_LOOP_PB_TEXT($(eval_gettext 'encrypting... $TUCA_FILE_BASE_VAR()'));TUCA_OUT_VAR()=TUCA_FILE().asc;echo $PASSWORD | TUCA_GPG2() --batch --yes --passphrase-fd 0 --symmetric --armor -o TUCA_TEMP() TUCA_FILE())</command>
<description xml:lang="de">Die ausgewählten Dateien werden symmetrisch mit einem Password mit GPG verschlüsselt.</description>
<description xml:lang="en">Each selected file is encrypted symmetrically with one given password with GPG.</description>
<patterns>*</patterns>
Expand All @@ -22,7 +22,7 @@ include(tuca.m4)dnl
<icon>gcr-gnupg</icon>
<name xml:lang="de">symmetrisch mit GPG entschlüsseln</name>
<name xml:lang="en">Decrypt symmetrically with GPG</name>
<command>TUCA_INIT();PASSWORD=$(TUCA_ZENITY() --password --text="$(eval_gettext 'Password?')");TUCA_LOOP(TUCA_LOOP_PB_TEXT($(eval_gettext 'decrypting... $TUCA_FILE_BASE_VAR()'));base="$(basename TUCA_FILE() .asc)";TUCA_OUT_VAR()=$(dirname TUCA_FILE())/$base;echo $PASSWORD | TUCA_GPG2() --batch --yes --passphrase-fd 0 --decrypt --cipher-algo AES256 -o TUCA_TEMP() TUCA_FILE() || FAIL=yes;if test -n "$FAIL";then TUCA_ZENITY() --warning --text="$(eval_gettext 'Wrong Password for $TUCA_FILE_BASE_VAR()?')";exit;fi)</command>
<command>TUCA_INIT();PASSWORD=$(TUCA_ZENITY() --password --text="$(eval_gettext 'Password?')");TUCA_LOOP(TUCA_LOOP_PB_TEXT($(eval_gettext 'decrypting... $TUCA_FILE_BASE_VAR()'));base="$(basename TUCA_FILE() .asc)";TUCA_OUT_VAR()=$(dirname TUCA_FILE())/$base;echo $PASSWORD | TUCA_GPG2() --batch --yes --passphrase-fd 0 --decrypt -o TUCA_TEMP() TUCA_FILE() || FAIL=yes;if test -n "$FAIL";then TUCA_ZENITY() --warning --text="$(eval_gettext 'Wrong Password for $TUCA_FILE_BASE_VAR()?')";exit;fi)</command>
<description xml:lang="de">Die ausgewählten Dateien werden symmetrisch mit einem Password mit GPG entschlüsselt.</description>
<description xml:lang="en">Each selected file is decrypted symmetrically with one given password with GPG.</description>
<patterns>*.asc</patterns>
Expand Down

0 comments on commit ff75266

Please sign in to comment.