diff -Nru libgpg-error-1.36/aclocal.m4 libgpg-error-1.37/aclocal.m4 --- libgpg-error-1.36/aclocal.m4 2019-03-19 08:56:17.000000000 +0000 +++ libgpg-error-1.37/aclocal.m4 2020-02-07 12:13:40.000000000 +0000 @@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.15 -*- Autoconf -*- +# generated automatically by aclocal 1.16.1 -*- Autoconf -*- -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2018 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -191,7 +191,7 @@ | (ullmax / ull) | (ullmax % ull));]]) ]) -# Copyright (C) 2002-2014 Free Software Foundation, Inc. +# Copyright (C) 2002-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -203,10 +203,10 @@ # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.15' +[am__api_version='1.16' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.15], [], +m4_if([$1], [1.16.1], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -222,14 +222,14 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.15])dnl +[AM_AUTOMAKE_VERSION([1.16.1])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -281,7 +281,7 @@ # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997-2014 Free Software Foundation, Inc. +# Copyright (C) 1997-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -312,7 +312,7 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Copyright (C) 1999-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -503,13 +503,12 @@ # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Copyright (C) 1999-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. - # _AM_OUTPUT_DEPENDENCY_COMMANDS # ------------------------------ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], @@ -517,49 +516,41 @@ # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. - case $CONFIG_FILES in - *\'*) eval set x "$CONFIG_FILES" ;; - *) set x $CONFIG_FILES ;; - esac + # TODO: see whether this extra hack can be removed once we start + # requiring Autoconf 2.70 or later. + AS_CASE([$CONFIG_FILES], + [*\'*], [eval set x "$CONFIG_FILES"], + [*], [set x $CONFIG_FILES]) shift - for mf + # Used to flag and report bootstrapping failures. + am_rc=0 + for am_mf do # Strip MF so we end up with the name of the file. - mf=`echo "$mf" | sed -e 's/:.*$//'` - # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named 'Makefile.in', but - # some people rename them; so instead we look at the file content. - # Grep'ing the first line is not enough: some people post-process - # each Makefile.in and add a new line on top of each file to say so. - # Grep'ing the whole file is not good either: AIX grep has a line + am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile which includes + # dependency-tracking related rules and includes. + # Grep'ing the whole file directly is not great: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. - if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then - dirpart=`AS_DIRNAME("$mf")` - else - continue - fi - # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running 'make'. - DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` - test -z "$DEPDIR" && continue - am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "$am__include" && continue - am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # Find all dependency output files, they are included files with - # $(DEPDIR) in their names. We invoke sed twice because it is the - # simplest approach to changing $(DEPDIR) to its actual value in the - # expansion. - for file in `sed -n " - s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do - # Make sure the directory exists. - test -f "$dirpart/$file" && continue - fdir=`AS_DIRNAME(["$file"])` - AS_MKDIR_P([$dirpart/$fdir]) - # echo "creating $dirpart/$file" - echo '# dummy' > "$dirpart/$file" - done + sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ + || continue + am_dirpart=`AS_DIRNAME(["$am_mf"])` + am_filepart=`AS_BASENAME(["$am_mf"])` + AM_RUN_LOG([cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles]) || am_rc=$? done + if test $am_rc -ne 0; then + AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. Try re-running configure with the + '--disable-dependency-tracking' option to at least be able to build + the package (albeit without support for automatic dependency tracking).]) + fi + AS_UNSET([am_dirpart]) + AS_UNSET([am_filepart]) + AS_UNSET([am_mf]) + AS_UNSET([am_rc]) + rm -f conftest-deps.mk } ])# _AM_OUTPUT_DEPENDENCY_COMMANDS @@ -568,18 +559,17 @@ # ----------------------------- # This macro should only be invoked once -- use via AC_REQUIRE. # -# This code is only required when automatic dependency tracking -# is enabled. FIXME. This creates each '.P' file that we will -# need in order to bootstrap the dependency handling code. +# This code is only required when automatic dependency tracking is enabled. +# This creates each '.Po' and '.Plo' makefile fragment that we'll need in +# order to bootstrap the dependency handling code. AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], [AC_CONFIG_COMMANDS([depfiles], [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], - [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"]) -]) + [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])]) # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -666,8 +656,8 @@ AC_REQUIRE([AC_PROG_MKDIR_P])dnl # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: -# -# +# +# AC_SUBST([mkdir_p], ['$(MKDIR_P)']) # We need awk for the "check" target (and possibly the TAP driver). The # system "awk" is bad on some platforms. @@ -734,7 +724,7 @@ Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation -that behaves properly: . +that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM @@ -776,7 +766,7 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -797,7 +787,7 @@ fi AC_SUBST([install_sh])]) -# Copyright (C) 2003-2014 Free Software Foundation, Inc. +# Copyright (C) 2003-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -819,7 +809,7 @@ # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -854,7 +844,7 @@ # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -862,49 +852,42 @@ # AM_MAKE_INCLUDE() # ----------------- -# Check to see how make treats includes. +# Check whether make has an 'include' directive that can support all +# the idioms we need for our automatic dependency tracking code. AC_DEFUN([AM_MAKE_INCLUDE], -[am_make=${MAKE-make} -cat > confinc << 'END' +[AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive]) +cat > confinc.mk << 'END' am__doit: - @echo this is the am__doit target + @echo this is the am__doit target >confinc.out .PHONY: am__doit END -# If we don't find an include directive, just comment out the code. -AC_MSG_CHECKING([for style of include used by $am_make]) am__include="#" am__quote= -_am_result=none -# First try GNU make style include. -echo "include confinc" > confmf -# Ignore all kinds of additional output from 'make'. -case `$am_make -s -f confmf 2> /dev/null` in #( -*the\ am__doit\ target*) - am__include=include - am__quote= - _am_result=GNU - ;; -esac -# Now try BSD make style include. -if test "$am__include" = "#"; then - echo '.include "confinc"' > confmf - case `$am_make -s -f confmf 2> /dev/null` in #( - *the\ am__doit\ target*) - am__include=.include - am__quote="\"" - _am_result=BSD - ;; - esac -fi -AC_SUBST([am__include]) -AC_SUBST([am__quote]) -AC_MSG_RESULT([$_am_result]) -rm -f confinc confmf -]) +# BSD make does it like this. +echo '.include "confinc.mk" # ignored' > confmf.BSD +# Other make implementations (GNU, Solaris 10, AIX) do it like this. +echo 'include confinc.mk # ignored' > confmf.GNU +_am_result=no +for s in GNU BSD; do + AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) + AS_CASE([$?:`cat confinc.out 2>/dev/null`], + ['0:this is the am__doit target'], + [AS_CASE([$s], + [BSD], [am__include='.include' am__quote='"'], + [am__include='include' am__quote=''])]) + if test "$am__include" != "#"; then + _am_result="yes ($s style)" + break + fi +done +rm -f confinc.* confmf.* +AC_MSG_RESULT([${_am_result}]) +AC_SUBST([am__include])]) +AC_SUBST([am__quote])]) # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997-2014 Free Software Foundation, Inc. +# Copyright (C) 1997-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -943,7 +926,7 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -972,7 +955,7 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Copyright (C) 1999-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1019,7 +1002,7 @@ # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1038,7 +1021,7 @@ # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1119,7 +1102,7 @@ rm -f conftest.file ]) -# Copyright (C) 2009-2014 Free Software Foundation, Inc. +# Copyright (C) 2009-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1179,7 +1162,7 @@ _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) -# Copyright (C) 2001-2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1207,7 +1190,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006-2014 Free Software Foundation, Inc. +# Copyright (C) 2006-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1226,7 +1209,7 @@ # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004-2014 Free Software Foundation, Inc. +# Copyright (C) 2004-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff -Nru libgpg-error-1.36/ChangeLog libgpg-error-1.37/ChangeLog --- libgpg-error-1.36/ChangeLog 2019-03-19 08:58:30.000000000 +0000 +++ libgpg-error-1.37/ChangeLog 2020-02-07 12:17:50.000000000 +0000 @@ -1,3 +1,198 @@ +2020-02-07 Werner Koch + + Release 1.37. + + commit 36b9924b483198f896c7ca3db233978978141b60 + + +2020-02-06 Werner Koch + + tools: Allow error symbol lookup w/o the GPG_ERR_ prefix. + + commit 796b66a9449c442991cc205f8a618dffab54d8a3 + * src/gpg-error.c (get_err_from_codesymbol): New. + (main): Use it here. + + build: Always pass -no-undefined to libtool. + + commit 6e4b5ca624cb7f771c8dd1f12cbad851a5f0d782 + * src/Makefile.am: Remove no_undefined macro. + +2020-01-23 NIIBE Yutaka + + po: Update Japanese Translation. + + commit d1e4b4b001b3fd34b91403f880a42c4a474cdb83 + + +2020-01-07 NIIBE Yutaka + + build: Don't use -O0 which is not portable. + + commit a2674207f7fef6d0f96b80838303a2e6a55e7785 + * src/Makefile.am (mkheader): Remove -O0 option. + +2019-12-13 Werner Koch + + New error codes for SQLite. + + commit 308574372055662c76d27f1681b182afddce9166 + * src/err-codes.h.in: Add GPG_ERR_SQL_ codes. + * src/gpg-error.h.in (gpg_err_code_from_sqlite): New. + +2019-09-24 NIIBE Yutaka + + Fix gpg-error.c for preprocessor use. + + commit f73605e039493ca875f992a45730a6c99430fb14 + * src/gpg-error.c (main): Fix conditional compilation. + +2019-09-18 NIIBE Yutaka + + tests: Fix deallocation of buffer in t-b64.c. + + commit 46bb7eb8c5541d62cd90227bde205f663ef0e6d5 + * tests/t-b64.c (test_b64dec_string): De-allocate. + + gpgrt_setenv: Define behavior when value=NULL. + + commit 4b8e8ba9f60cb6eb644be5f86b9c19ebf4332763 + * src/sysutils.c (_gpgrt_setenv): Avoid call with value=NULL. + + logging: Fix the case of using socket_dir_cb which may return NULL. + + commit 521aeecf1e41e8e34bb354cf51bfd37ff7a900c6 + * src/logging.c (fun_writer): Fix for socket_dir_cb. + + estream: Care about erroneous case for stream close. + + commit f41991480aaa79db55e75363dfbb4f278cb8ea21 + * src/estream.c (do_list_remove): Only access ITEM->NEXT when it's not + null. + +2019-09-10 Werner Koch + + core: Fix broken strings (first letter missing) + + commit c1e80f6e8e368c271bbf413d9eaea772ef2062d1 + src/err-codes.h.in (GPG_ERR_KEYBOXD): Add missing tabs. + +2019-09-08 Werner Koch + + estream: Fix dead assigniment. + + commit f7c24427329075adc98eb93d2abb12c087e0f9d2 + * src/estream-printf.c (pr_string): Here. + +2019-09-04 NIIBE Yutaka + + gpgrt-config: Support Libs.private and Requires.private. + + commit cb877252c4dc787755fb4e1ffc36757453af12eb + * src/gpgrt-config.in: Support Libs.private and Requires.private. + +2019-08-23 NIIBE Yutaka + + estream: Fix gpgrt_poll at EOF. + + commit 157b9f6fafb6905fd94c21aaa9e2c103d954a9fc + * src/estream.c [HAVE_POLL_H] (_gpgrt_poll): Catch POLLHUP event + for want_read. + + estream: Fix gpgrt_poll to prevent waiting indefinitely for others. + + commit ab87480fc201ad687153429aee043ab454fed0a3 + * src/estream.c (_gpgrt_poll): Go to leave, when something is ready. + +2019-08-22 NIIBE Yutaka + + estream: Fix poll condition. + + commit fc1a7591bdcd64a3df1d2db29afca8e224f64c0a + * src/estream.c (_gpgrt_poll): Fix for want_oob. + +2019-07-25 NIIBE Yutaka + + w32: Fix cast to internal fd. + + commit f93a0358dc82886db12c91180dc82e8bb1258ef0 + * src/estream.c (tmpfd): Use intptr_t. + + estream: Fix IS_INVALID_FD. + + commit 5f9f2c32b038848212bec9d9a95858c18b9a0eee + * src/estream.c (IS_INVALID_FD): Simply compare to -1. + +2019-07-24 NIIBE Yutaka + + w32: Fix HANDLE to internal fd conversion. + + commit 655ed9d83889bbb61d4b96755a2bd676622064c8 + * src/spawn-w32.c (handle_to_fd): Use intptr_t type. + +2019-07-18 Daniel Kahn Gillmor + + build: Use {CFLAGS,CPPFLAGS, LDFLAGS}_FOR_BUILD for helper programs. + + commit 732855a483709345a5c0f49504f45cb8da3f883a + * doc/Makefile.am: add CPPFLAGS_FOR_BUILD for yat2m-for-build (other + flags were already present). + * src/Makefile.am: add {CFLAGS,CPPFLAGS,LDFLAGS}_FOR_BUILD for + mkhelper, mkw32errmap, and mkerrcodes. + +2019-07-11 NIIBE Yutaka + + Fix signedness for a single-bit field. + + commit 7ffab1750fdec31d6f6f62c3ff50f1a33eacda5c + * src/gpgrt-int.h (struct _gpgrt_b64state): Use unsigned for bit flags. + +2019-06-27 Werner Koch + + estream: Add missing malloc check. + + commit 382fddc151fd42cd6d1d02dbedb7b5031cc68958 + * src/estream.c (_gpgrt_poll): Check for malloc error. + +2019-06-27 NIIBE Yutaka + + estream: Don't use variable length array. + + commit 70a5ea407c71cf094794d3d3375aab7fc2c4eca6 + * src/estream.c [HAVE_POLL_H] (_gpgrt_poll): No VLA. + +2019-06-26 NIIBE Yutaka + + estream: Use poll(2) when available. + + commit a21a7de8c2cf986235382e7e04805744f6df116e + * configure.ac: Detect poll.h. + * src/estream.c [HAVE_POLL_H] (_gpgrt_poll): Use poll. + +2019-06-18 NIIBE Yutaka + + tests: Skip the test when pkg-config is too old. + + commit 6c2fc52d72b4dbd9dac44d9c3105dc3e8a4d5605 + * src/gpg-error-config-test.sh.in: Check pkg-config version. + + build: Take care of POSIX shell path. + + commit 7a7caf4ba1c460c9c36f754fcd0ebfeb4aa5cc6a + * configure.ac (INSTALLSHELLPATH): New. + * src/Makefile.am: Change invocation of gpg-error-config-test.sh. + * src/gpgrt-config.in (INSTALLSHELLPATH): To be substituted. + * src/gpg-error-config-test.sh.in: Likewise. + + Portability fix for PID. + + commit 10ae655db22321f0d6efb75f88e169b57ce63375 + * src/spawn-posix.c (gpgrt_wait_processes): Cast to int. + + build: Add failure exit for gpg-error-config build. + + commit 849ac6abe3ce0001fb11cef0e26df0893468d238 + * src/Makefile.am (gpg-error-config): Exit 1 on failure. + +2019-05-29 NIIBE Yutaka + + Detect to use strerror_s. + + commit cd49ee71887cb2e7f2ca422fbc5c28f4bd92b3ca + * configure.ac [mingw32*] (strerror_s): Detect. + * src/strerror.c [HAVE_STRERROR_S] (system_strerror_r): Use strerror_s. + +2019-05-14 NIIBE Yutaka + + tests: Fix a memory leak. + + commit bdb9561a366fa5afee0e855a22390e9282e1abd5 + * tests/t-logging.c (check_log_info): Free LOGBUF. + +2019-05-13 NIIBE Yutaka + + build: Update m4/iconv.m4. + + commit 07b1b3be179883cbd38446f38ae950f6d94a150b + * m4/iconv.m4: Update from gettext 0.20.1. + +2019-04-15 NIIBE Yutaka + + awk: Prepare for Gawk 5.0. + + commit 7865041c77f4f7005282f10f9b6666b19072fbdf + * src/Makefile.am: Use pkg_namespace (instead of namespace). + * src/mkerrnos.awk: Likewise. + * lang/cl/mkerrcodes.awk: Don't escape # in regexp. + * src/mkerrcodes.awk, src/mkerrcodes1.awk, src/mkerrcodes2.awk: Ditto. + 2019-03-19 Werner Koch Release 1.36. diff -Nru libgpg-error-1.36/config.h.in libgpg-error-1.37/config.h.in --- libgpg-error-1.36/config.h.in 2019-03-19 08:56:27.000000000 +0000 +++ libgpg-error-1.37/config.h.in 2020-02-07 12:14:17.000000000 +0000 @@ -86,6 +86,9 @@ /* Define to 1 if you have the `mmap' function. */ #undef HAVE_MMAP +/* Define to 1 if you have the header file. */ +#undef HAVE_POLL_H + /* Define if the defines PTHREAD_MUTEX_RECURSIVE. */ #undef HAVE_PTHREAD_MUTEX_RECURSIVE diff -Nru libgpg-error-1.36/configure libgpg-error-1.37/configure --- libgpg-error-1.36/configure 2019-03-19 08:58:05.000000000 +0000 +++ libgpg-error-1.37/configure 2020-02-07 12:17:39.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for libgpg-error 1.36. +# Generated by GNU Autoconf 2.69 for libgpg-error 1.37. # # Report bugs to . # @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='libgpg-error' PACKAGE_TARNAME='libgpg-error' -PACKAGE_VERSION='1.36' -PACKAGE_STRING='libgpg-error 1.36' +PACKAGE_VERSION='1.37' +PACKAGE_STRING='libgpg-error 1.37' PACKAGE_BUGREPORT='https://bugs.gnupg.org' PACKAGE_URL='' @@ -674,6 +674,7 @@ LIBTHREAD HAVE_LD_VERSION_SCRIPT_FALSE HAVE_LD_VERSION_SCRIPT_TRUE +INSTALLSHELLPATH POSUB LTLIBINTL LIBINTL @@ -725,7 +726,6 @@ AMDEPBACKSLASH AMDEP_FALSE AMDEP_TRUE -am__quote am__include DEPDIR OBJEXT @@ -814,7 +814,8 @@ PACKAGE_TARNAME PACKAGE_NAME PATH_SEPARATOR -SHELL' +SHELL +am__quote' ac_subst_files='' ac_user_opts=' enable_option_checking @@ -1392,7 +1393,7 @@ # 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 libgpg-error 1.36 to adapt to many kinds of systems. +\`configure' configures libgpg-error 1.37 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1462,7 +1463,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libgpg-error 1.36:";; + short | recursive ) echo "Configuration of libgpg-error 1.37:";; esac cat <<\_ACEOF @@ -1593,7 +1594,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libgpg-error configure 1.36 +libgpg-error configure 1.37 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2245,7 +2246,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libgpg-error $as_me 1.36, which was +It was created by libgpg-error $as_me 1.37, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2600,8 +2601,8 @@ # (Interfaces added: AGE++) # (Interfaces removed: AGE=0) # Note that added error codes don't constitute an interface change. -LIBGPG_ERROR_LT_CURRENT=27 -LIBGPG_ERROR_LT_AGE=27 +LIBGPG_ERROR_LT_CURRENT=28 +LIBGPG_ERROR_LT_AGE=28 LIBGPG_ERROR_LT_REVISION=0 ################################################ @@ -2609,7 +2610,7 @@ -VERSION_NUMBER=0x012400 +VERSION_NUMBER=0x012500 ac_aux_dir= @@ -2641,7 +2642,7 @@ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var. -am__api_version='1.15' +am__api_version='1.16' # Find a good install program. We prefer a C program (faster), # so one script is as good as another. But avoid the broken or @@ -3127,7 +3128,7 @@ # Define the identity of the package. PACKAGE='libgpg-error' - VERSION='1.36' + VERSION='1.37' cat >>confdefs.h <<_ACEOF @@ -3157,8 +3158,8 @@ # For better backward compatibility. To be removed once Automake 1.9.x # dies out for good. For more background, see: -# -# +# +# mkdir_p='$(MKDIR_P)' # We need awk for the "check" target (and possibly the TAP driver). The @@ -3209,7 +3210,7 @@ Aborting the configuration process, to ensure you take notice of the issue. You can download and install GNU coreutils to get an 'rm' implementation -that behaves properly: . +that behaves properly: . If you want to complete the configuration process using your problematic 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM @@ -4236,45 +4237,45 @@ ac_config_commands="$ac_config_commands depfiles" - -am_make=${MAKE-make} -cat > confinc << 'END' +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 +$as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; } +cat > confinc.mk << 'END' am__doit: - @echo this is the am__doit target + @echo this is the am__doit target >confinc.out .PHONY: am__doit END -# If we don't find an include directive, just comment out the code. -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 -$as_echo_n "checking for style of include used by $am_make... " >&6; } am__include="#" am__quote= -_am_result=none -# First try GNU make style include. -echo "include confinc" > confmf -# Ignore all kinds of additional output from 'make'. -case `$am_make -s -f confmf 2> /dev/null` in #( -*the\ am__doit\ target*) - am__include=include - am__quote= - _am_result=GNU - ;; -esac -# Now try BSD make style include. -if test "$am__include" = "#"; then - echo '.include "confinc"' > confmf - case `$am_make -s -f confmf 2> /dev/null` in #( - *the\ am__doit\ target*) - am__include=.include - am__quote="\"" - _am_result=BSD +# BSD make does it like this. +echo '.include "confinc.mk" # ignored' > confmf.BSD +# Other make implementations (GNU, Solaris 10, AIX) do it like this. +echo 'include confinc.mk # ignored' > confmf.GNU +_am_result=no +for s in GNU BSD; do + { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5 + (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + case $?:`cat confinc.out 2>/dev/null` in #( + '0:this is the am__doit target') : + case $s in #( + BSD) : + am__include='.include' am__quote='"' ;; #( + *) : + am__include='include' am__quote='' ;; +esac ;; #( + *) : ;; - esac -fi - - -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 -$as_echo "$_am_result" >&6; } -rm -f confinc confmf +esac + if test "$am__include" != "#"; then + _am_result="yes ($s style)" + break + fi +done +rm -f confinc.* confmf.* +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 +$as_echo "${_am_result}" >&6; } # Check whether --enable-dependency-tracking was given. if test "${enable_dependency_tracking+set}" = set; then : @@ -14285,36 +14286,42 @@ if test $am_cv_lib_iconv = yes; then LIBS="$LIBS $LIBICONV" fi - if test "$cross_compiling" = yes; then : - - case "$host_os" in - aix* | hpux*) am_cv_func_iconv_works="guessing no" ;; - *) am_cv_func_iconv_works="guessing yes" ;; - esac - + am_cv_func_iconv_works=no + for ac_iconv_const in '' 'const'; do + if test "$cross_compiling" = yes; then : + case "$host_os" in + aix* | hpux*) am_cv_func_iconv_works="guessing no" ;; + *) am_cv_func_iconv_works="guessing yes" ;; + esac else cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include #include -int main () + +#ifndef ICONV_CONST +# define ICONV_CONST $ac_iconv_const +#endif + +int +main () { - int result = 0; +int result = 0; /* Test against AIX 5.1 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8"); if (cd_utf8_to_88591 != (iconv_t)(-1)) { - static const char input[] = "\342\202\254"; /* EURO SIGN */ + static ICONV_CONST char input[] = "\342\202\254"; /* EURO SIGN */ char buf[10]; - const char *inptr = input; + ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_utf8_to_88591, - (char **) &inptr, &inbytesleft, + &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) result |= 1; @@ -14327,14 +14334,14 @@ iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646"); if (cd_ascii_to_88591 != (iconv_t)(-1)) { - static const char input[] = "\263"; + static ICONV_CONST char input[] = "\263"; char buf[10]; - const char *inptr = input; + ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_ascii_to_88591, - (char **) &inptr, &inbytesleft, + &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) result |= 2; @@ -14346,14 +14353,14 @@ iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { - static const char input[] = "\304"; + static ICONV_CONST char input[] = "\304"; static char buf[2] = { (char)0xDE, (char)0xAD }; - const char *inptr = input; + ICONV_CONST char *inptr = input; size_t inbytesleft = 1; char *outptr = buf; size_t outbytesleft = 1; size_t res = iconv (cd_88591_to_utf8, - (char **) &inptr, &inbytesleft, + &inptr, &inbytesleft, &outptr, &outbytesleft); if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD) result |= 4; @@ -14366,14 +14373,14 @@ iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { - static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; + static ICONV_CONST char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; char buf[50]; - const char *inptr = input; + ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_88591_to_utf8, - (char **) &inptr, &inbytesleft, + &inptr, &inbytesleft, &outptr, &outbytesleft); if ((int)res > 0) result |= 8; @@ -14383,27 +14390,42 @@ #endif /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided. */ - if (/* Try standardized names. */ - iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1) - /* Try IRIX, OSF/1 names. */ - && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1) - /* Try AIX names. */ - && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1) - /* Try HP-UX names. */ - && iconv_open ("utf8", "eucJP") == (iconv_t)(-1)) - result |= 16; + { + /* Try standardized names. */ + iconv_t cd1 = iconv_open ("UTF-8", "EUC-JP"); + /* Try IRIX, OSF/1 names. */ + iconv_t cd2 = iconv_open ("UTF-8", "eucJP"); + /* Try AIX names. */ + iconv_t cd3 = iconv_open ("UTF-8", "IBM-eucJP"); + /* Try HP-UX names. */ + iconv_t cd4 = iconv_open ("utf8", "eucJP"); + if (cd1 == (iconv_t)(-1) && cd2 == (iconv_t)(-1) + && cd3 == (iconv_t)(-1) && cd4 == (iconv_t)(-1)) + result |= 16; + if (cd1 != (iconv_t)(-1)) + iconv_close (cd1); + if (cd2 != (iconv_t)(-1)) + iconv_close (cd2); + if (cd3 != (iconv_t)(-1)) + iconv_close (cd3); + if (cd4 != (iconv_t)(-1)) + iconv_close (cd4); + } return result; + + ; + return 0; } _ACEOF if ac_fn_c_try_run "$LINENO"; then : am_cv_func_iconv_works=yes -else - am_cv_func_iconv_works=no fi rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ conftest.$ac_objext conftest.beam conftest.$ac_ext fi + test "$am_cv_func_iconv_works" = no || break + done LIBS="$am_save_LIBS" fi @@ -15196,7 +15218,7 @@ fi for ac_header in stdlib.h locale.h stdint.h sys/select.h sys/time.h \ - signal.h + signal.h poll.h do : as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" @@ -15303,11 +15325,21 @@ fi case "${host_os}" in + mingw32*) + INSTALLSHELLPATH=/bin/sh + ac_fn_c_check_func "$LINENO" "strerror_s" "ac_cv_func_strerror_s" +if test "x$ac_cv_func_strerror_s" = xyes; then : + +fi + + ;; solaris*) + INSTALLSHELLPATH=/usr/xpg4/bin/sh # All versions of Solaris from 2.4 have a thread-safe strerror(). # Since Solaris 10, in addition strerror_r() exists. ;; *) + INSTALLSHELLPATH=/bin/sh ac_fn_c_check_func "$LINENO" "strerror_r" "ac_cv_func_strerror_r" if test "x$ac_cv_func_strerror_r" = xyes; then : @@ -15319,6 +15351,7 @@ ;; esac + ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default" if test "x$ac_cv_type_pid_t" = xyes; then : @@ -17484,7 +17517,7 @@ # # Provide information about the build. # -BUILD_REVISION="85f427f" +BUILD_REVISION="36b9924" cat >>confdefs.h <<_ACEOF @@ -17493,7 +17526,7 @@ BUILD_VERSION=`echo "$PACKAGE_VERSION"|sed 's/\([0-9.]*\).*/\1./'` -BUILD_VERSION="${BUILD_VERSION}0.34292" +BUILD_VERSION="${BUILD_VERSION}0.14009" BUILD_FILEVERSION=`echo "${BUILD_VERSION}" | tr . ,` @@ -17583,6 +17616,10 @@ ac_config_files="$ac_config_files src/gpg-error-config-old:src/gpg-error-config.in" +ac_config_files="$ac_config_files src/gpgrt-config" + +ac_config_files="$ac_config_files src/gpg-error-config-test.sh" + cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -18158,7 +18195,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libgpg-error $as_me 1.36, which was +This file was extended by libgpg-error $as_me 1.37, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -18224,7 +18261,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -libgpg-error config.status 1.36 +libgpg-error config.status 1.37 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -18343,7 +18380,7 @@ # # INIT-COMMANDS # -AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" +AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}" # The HP-UX ksh and POSIX shell print the target directory to stdout @@ -18730,6 +18767,8 @@ "src/gpg-error.w32-manifest") CONFIG_FILES="$CONFIG_FILES src/gpg-error.w32-manifest" ;; "src/gpg-error.pc") CONFIG_FILES="$CONFIG_FILES src/gpg-error.pc" ;; "src/gpg-error-config-old") CONFIG_FILES="$CONFIG_FILES src/gpg-error-config-old:src/gpg-error-config.in" ;; + "src/gpgrt-config") CONFIG_FILES="$CONFIG_FILES src/gpgrt-config" ;; + "src/gpg-error-config-test.sh") CONFIG_FILES="$CONFIG_FILES src/gpg-error-config-test.sh" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; esac @@ -19329,29 +19368,35 @@ # Older Autoconf quotes --file arguments for eval, but not when files # are listed without --file. Let's play safe and only enable the eval # if we detect the quoting. - case $CONFIG_FILES in - *\'*) eval set x "$CONFIG_FILES" ;; - *) set x $CONFIG_FILES ;; - esac + # TODO: see whether this extra hack can be removed once we start + # requiring Autoconf 2.70 or later. + case $CONFIG_FILES in #( + *\'*) : + eval set x "$CONFIG_FILES" ;; #( + *) : + set x $CONFIG_FILES ;; #( + *) : + ;; +esac shift - for mf + # Used to flag and report bootstrapping failures. + am_rc=0 + for am_mf do # Strip MF so we end up with the name of the file. - mf=`echo "$mf" | sed -e 's/:.*$//'` - # Check whether this is an Automake generated Makefile or not. - # We used to match only the files named 'Makefile.in', but - # some people rename them; so instead we look at the file content. - # Grep'ing the first line is not enough: some people post-process - # each Makefile.in and add a new line on top of each file to say so. - # Grep'ing the whole file is not good either: AIX grep has a line + am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile which includes + # dependency-tracking related rules and includes. + # Grep'ing the whole file directly is not great: AIX grep has a line # limit of 2048, but all sed's we know have understand at least 4000. - if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then - dirpart=`$as_dirname -- "$mf" || -$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$mf" : 'X\(//\)[^/]' \| \ - X"$mf" : 'X\(//\)$' \| \ - X"$mf" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$mf" | + sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ + || continue + am_dirpart=`$as_dirname -- "$am_mf" || +$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$am_mf" : 'X\(//\)[^/]' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$am_mf" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -19369,53 +19414,48 @@ q } s/.*/./; q'` - else - continue - fi - # Extract the definition of DEPDIR, am__include, and am__quote - # from the Makefile without running 'make'. - DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` - test -z "$DEPDIR" && continue - am__include=`sed -n 's/^am__include = //p' < "$mf"` - test -z "$am__include" && continue - am__quote=`sed -n 's/^am__quote = //p' < "$mf"` - # Find all dependency output files, they are included files with - # $(DEPDIR) in their names. We invoke sed twice because it is the - # simplest approach to changing $(DEPDIR) to its actual value in the - # expansion. - for file in `sed -n " - s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ - sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do - # Make sure the directory exists. - test -f "$dirpart/$file" && continue - fdir=`$as_dirname -- "$file" || -$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$file" : 'X\(//\)[^/]' \| \ - X"$file" : 'X\(//\)$' \| \ - X"$file" : 'X\(/\)' \| . 2>/dev/null || -$as_echo X"$file" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ + am_filepart=`$as_basename -- "$am_mf" || +$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X/"$am_mf" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q } - /^X\(\/\/\)$/{ + /^X\/\(\/\/\)$/{ s//\1/ q } - /^X\(\/\).*/{ + /^X\/\(\/\).*/{ s//\1/ q } s/.*/./; q'` - as_dir=$dirpart/$fdir; as_fn_mkdir_p - # echo "creating $dirpart/$file" - echo '# dummy' > "$dirpart/$file" - done + { echo "$as_me:$LINENO: cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles" >&5 + (cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } || am_rc=$? done + if test $am_rc -ne 0; then + { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. Try re-running configure with the + '--disable-dependency-tracking' option to at least be able to build + the package (albeit without support for automatic dependency tracking). +See \`config.log' for more details" "$LINENO" 5; } + fi + { am_dirpart=; unset am_dirpart;} + { am_filepart=; unset am_filepart;} + { am_mf=; unset am_mf;} + { am_rc=; unset am_rc;} + rm -f conftest-deps.mk } ;; "libtool":C) @@ -20305,6 +20345,8 @@ esac done ;; "src/gpg-error-config-old":F) chmod +x src/gpg-error-config-old ;; + "src/gpgrt-config":F) chmod +x src/gpgrt-config ;; + "src/gpg-error-config-test.sh":F) chmod +x src/gpg-error-config-test.sh ;; esac done # for ac_tag @@ -20353,7 +20395,7 @@ echo " $PACKAGE_NAME v$PACKAGE_VERSION has been configured as follows: - Revision: 85f427f (34292) + Revision: 36b9924 (14009) Platform: $host$tmp " if test "$gcry_cv_gcc_attribute_aligned" != "yes" ; then diff -Nru libgpg-error-1.36/configure.ac libgpg-error-1.37/configure.ac --- libgpg-error-1.36/configure.ac 2019-03-19 08:56:05.000000000 +0000 +++ libgpg-error-1.37/configure.ac 2020-02-07 12:11:47.000000000 +0000 @@ -29,7 +29,7 @@ # See below for the LT versions. m4_define([mym4_package],[libgpg-error]) m4_define([mym4_major], [1]) -m4_define([mym4_minor], [36]) +m4_define([mym4_minor], [37]) # Below is m4 magic to extract and compute the revision number, the # decimalized short revision number, a beta version string, and a flag @@ -49,8 +49,8 @@ # (Interfaces added: AGE++) # (Interfaces removed: AGE=0) # Note that added error codes don't constitute an interface change. -LIBGPG_ERROR_LT_CURRENT=27 -LIBGPG_ERROR_LT_AGE=27 +LIBGPG_ERROR_LT_CURRENT=28 +LIBGPG_ERROR_LT_AGE=28 LIBGPG_ERROR_LT_REVISION=0 ################################################ @@ -190,19 +190,26 @@ # Checks for header files. AC_HEADER_STDC AC_CHECK_HEADERS([stdlib.h locale.h stdint.h sys/select.h sys/time.h \ - signal.h]) + signal.h poll.h]) AC_FUNC_STRERROR_R case "${host_os}" in + mingw32*) + INSTALLSHELLPATH=/bin/sh + AC_CHECK_FUNC([strerror_s]) + ;; solaris*) + INSTALLSHELLPATH=/usr/xpg4/bin/sh # All versions of Solaris from 2.4 have a thread-safe strerror(). # Since Solaris 10, in addition strerror_r() exists. ;; *) + INSTALLSHELLPATH=/bin/sh AC_CHECK_FUNC([strerror_r], [], AC_MSG_WARN([[Without strerror_r, gpg_strerror_r might not be thread-safe]])) ;; esac +AC_SUBST(INSTALLSHELLPATH) AC_FUNC_FORK AC_CHECK_FUNCS([flockfile vasprintf mmap rand strlwr stpcpy setenv stat \ @@ -696,6 +703,8 @@ AC_CONFIG_FILES([src/versioninfo.rc src/gpg-error.w32-manifest]) AC_CONFIG_FILES([src/gpg-error.pc]) AC_CONFIG_FILES([src/gpg-error-config-old:src/gpg-error-config.in], [chmod +x src/gpg-error-config-old]) +AC_CONFIG_FILES([src/gpgrt-config], [chmod +x src/gpgrt-config]) +AC_CONFIG_FILES([src/gpg-error-config-test.sh], [chmod +x src/gpg-error-config-test.sh]) AC_OUTPUT diff -Nru libgpg-error-1.36/debian/changelog libgpg-error-1.37/debian/changelog --- libgpg-error-1.36/debian/changelog 2020-01-31 07:38:23.000000000 +0000 +++ libgpg-error-1.37/debian/changelog 2020-02-12 23:14:03.000000000 +0000 @@ -1,14 +1,14 @@ -libgpg-error (1.36-7ubuntu1) focal; urgency=medium +libgpg-error (1.37-1) unstable; urgency=medium - * Make autopkgtests cross-test-friendly. + * new upstream release (Closes: #944511) + * drop patch already upstream + * Standards-Version: bump to 4.5.0 (no changes needed) + * cherry-pick bugfix from upstream - -- Steve Langasek Thu, 30 Jan 2020 23:38:23 -0800 + [ Steve Langasek ] + * Make autopkgtests cross-test-friendly (Closes: #950303) -libgpg-error (1.36-7build1) focal; urgency=medium - - * Rebuild against against new mingw. - - -- Gianfranco Costamagna Thu, 23 Jan 2020 12:14:14 +0100 + -- Daniel Kahn Gillmor Wed, 12 Feb 2020 18:14:03 -0500 libgpg-error (1.36-7) unstable; urgency=medium diff -Nru libgpg-error-1.36/debian/control libgpg-error-1.37/debian/control --- libgpg-error-1.36/debian/control 2020-01-31 07:38:23.000000000 +0000 +++ libgpg-error-1.37/debian/control 2020-02-12 23:14:03.000000000 +0000 @@ -1,7 +1,6 @@ Source: libgpg-error Section: libs -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Debian GnuPG Maintainers +Maintainer: Debian GnuPG Maintainers Uploaders: Daniel Kahn Gillmor , Priority: optional @@ -12,7 +11,7 @@ texinfo, Build-Depends-Indep: mingw-w64, -Standards-Version: 4.4.0 +Standards-Version: 4.5.0 Homepage: https://www.gnupg.org/related_software/libgpg-error/ Vcs-Git: https://salsa.debian.org/debian/libgpg-error.git -b debian/master Vcs-Browser: https://salsa.debian.org/debian/libgpg-error diff -Nru libgpg-error-1.36/debian/patches/0002-logging-Also-protect-gpgrt_inc_errorcount-against-co.patch libgpg-error-1.37/debian/patches/0002-logging-Also-protect-gpgrt_inc_errorcount-against-co.patch --- libgpg-error-1.36/debian/patches/0002-logging-Also-protect-gpgrt_inc_errorcount-against-co.patch 1970-01-01 00:00:00.000000000 +0000 +++ libgpg-error-1.37/debian/patches/0002-logging-Also-protect-gpgrt_inc_errorcount-against-co.patch 2020-02-12 23:14:03.000000000 +0000 @@ -0,0 +1,52 @@ +From: Werner Koch +Date: Mon, 10 Feb 2020 14:49:51 +0100 +Subject: logging: Also protect gpgrt_inc_errorcount against counter overflow. + +* src/logging.c (_gpgrt_inc_errorcount): Protect against counter +overflow. +(_gpgrt_logv_internal): Use that function here so that we have only +one check for counter overflow. +-- + +We already had an overflow checking for log_error but not for the +silent increment function. + +Signed-off-by: Werner Koch +(cherry picked from commit d72c1ddfde09ffa69745ec2439c5a16d15e2202f) +--- + src/logging.c | 12 +++++------- + 1 file changed, 5 insertions(+), 7 deletions(-) + +diff --git a/src/logging.c b/src/logging.c +index b6b727e..e4b7e40 100644 +--- a/src/logging.c ++++ b/src/logging.c +@@ -126,11 +126,13 @@ _gpgrt_get_errorcount (int clear) + } + + +-/* Increment the error count as maintainer by the log functions. */ ++/* Increment the error count as maintained by the log functions. */ + void + _gpgrt_inc_errorcount (void) + { +- errorcount++; ++ /* Protect against counter overflow. */ ++ if (errorcount < 30000) ++ errorcount++; + } + + +@@ -1053,11 +1055,7 @@ _gpgrt_logv_internal (int level, int ignore_arg_ptr, const char *extrastring, + + /* Bumb the error counter for log_error. */ + if (level == GPGRT_LOGLVL_ERROR) +- { +- /* Protect against counter overflow. */ +- if (errorcount < 30000) +- errorcount++; +- } ++ _gpgrt_inc_errorcount (); + + return length; + } diff -Nru libgpg-error-1.36/debian/patches/0002-pass-CFLAGS-LDFLAGS-_FOR_BUILD-when-invoking-CC_FOR_.patch libgpg-error-1.37/debian/patches/0002-pass-CFLAGS-LDFLAGS-_FOR_BUILD-when-invoking-CC_FOR_.patch --- libgpg-error-1.36/debian/patches/0002-pass-CFLAGS-LDFLAGS-_FOR_BUILD-when-invoking-CC_FOR_.patch 2019-07-16 17:09:17.000000000 +0000 +++ libgpg-error-1.37/debian/patches/0002-pass-CFLAGS-LDFLAGS-_FOR_BUILD-when-invoking-CC_FOR_.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,39 +0,0 @@ -From: Daniel Kahn Gillmor -Date: Tue, 16 Jul 2019 13:00:51 -0400 -Subject: pass {CFLAGS,LDFLAGS}_FOR_BUILD when invoking CC_FOR_BUILD - -This will hopefully help us to avoid triggering a blhc hardening -warning. See https://bugs.debian.org/932213 ---- - src/Makefile.am | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/src/Makefile.am b/src/Makefile.am -index ce1b882..ecc61b2 100644 ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -279,13 +279,13 @@ gpg-error.def: Makefile gpg-error.def.in - # It is correct to use $(CC_FOR_BUILD) here. We want to run the - # program at build time. - mkerrcodes$(EXEEXT_FOR_BUILD): mkerrcodes.c mkerrcodes.h Makefile -- $(CC_FOR_BUILD) -I. -I$(srcdir) -o $@ $(srcdir)/mkerrcodes.c -+ $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -I. -I$(srcdir) -o $@ $(srcdir)/mkerrcodes.c - - if HAVE_W32CE_SYSTEM - # It is correct to use $(CC_FOR_BUILD) here. We want to run the - # program at build time. - mkw32errmap$(EXEEXT_FOR_BUILD): mkw32errmap.c mkw32errmap.tab.h Makefile -- $(CC_FOR_BUILD) -I. -I$(srcdir) -o $@ $(srcdir)/mkw32errmap.c -+ $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -I. -I$(srcdir) -o $@ $(srcdir)/mkw32errmap.c - endif - - code-from-errno.h: mkerrcodes$(EXEEXT_FOR_BUILD) Makefile -@@ -298,7 +298,7 @@ errnos-sym.h: Makefile mkstrtable.awk errnos.in - - - mkheader$(EXEEXT_FOR_BUILD): mkheader.c Makefile -- $(CC_FOR_BUILD) -g -O0 -I. -I$(srcdir) -o $@ $(srcdir)/mkheader.c -+ $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -g -O0 -I. -I$(srcdir) -o $@ $(srcdir)/mkheader.c - - parts_of_gpg_error_h = \ - gpg-error.h.in \ diff -Nru libgpg-error-1.36/debian/patches/series libgpg-error-1.37/debian/patches/series --- libgpg-error-1.36/debian/patches/series 2019-07-16 17:09:17.000000000 +0000 +++ libgpg-error-1.37/debian/patches/series 2020-02-12 23:14:03.000000000 +0000 @@ -1,2 +1,2 @@ 0001-Remove-upstream-git-fanciness.patch -0002-pass-CFLAGS-LDFLAGS-_FOR_BUILD-when-invoking-CC_FOR_.patch +0002-logging-Also-protect-gpgrt_inc_errorcount-against-co.patch diff -Nru libgpg-error-1.36/doc/errorref.txt libgpg-error-1.37/doc/errorref.txt --- libgpg-error-1.36/doc/errorref.txt 2019-03-05 14:34:48.000000000 +0000 +++ libgpg-error-1.37/doc/errorref.txt 2019-12-13 08:39:40.000000000 +0000 @@ -268,7 +268,8 @@ GPG_ERR_INV_VALUE Invalid value NTBTLS: - A DH parameter is out of range - + GnuPG: - An Assuan server returns a status line with + unexpected values. GPG_ERR_BAD_CERT_CHAIN Bad certificate chain @@ -481,6 +482,9 @@ GPG_ERR_WRONG_BLOB_TYPE Wrong blob type + GNUPG: - The keyboxd returns an unexpected blob + (e.g. OpenPGP was requested but X.509 returned). + GPG_ERR_MISSING_VALUE Missing value GNUPG: - Not enough parameters for a secret key send to gpg-agent. @@ -568,7 +572,6 @@ NTBTLS: - Data received in an unexpected state. - A function is called while not being in the right state. - GPG_ERR_DUP_VALUE Duplicated value GPG_ERR_MISSING_ACTION Missing action @@ -1068,6 +1071,25 @@ GnuPG: - A smartcard could not be authenticated. For example a wrong authentication key was used with a PIV card. +GPG_ERR_NO_KEYBOXD No Keyboxd running + + GnuPG: - The keyboxd component is not running + +GPG_ERR_KEYBOXD Keyboxd error + + GnuPG: - Malfunction in the keyboxd + +GPG_ERR_NO_SERVICE Service is not running + + A component is not running. Tnis is a generic version of + GPG_ERR_NO_AGENT et al. + +GPG_ERR_SERVICE Service error + + An error occured in a service component. This is a generic + version of GPG_ERR_AGENT et al. + + GPG_ERR_SYSTEM_BUG System bug detected The underlying operating system misbehaved. For example it wrote @@ -1134,4 +1156,69 @@ #define LDAP_E_ERROR(n) LDAP_RANGE((n),0x1000,0x3FFF) #define LDAP_X_ERROR(n) LDAP_RANGE((n),0x4000,0xFFFF) +GPG_ERR_SQL_OK SQL success + + This code is normally not used because it it mapped to GPG_ERR_NO_ERROR. + +GPG_ERR_SQL_ERROR SQL error + +GPG_ERR_SQL_INTERNAL Internal logic error in SQL library + +GPG_ERR_SQL_PERM Access permission denied (SQL) + +GPG_ERR_SQL_ABORT SQL abort was requested + +GPG_ERR_SQL_BUSY SQL database file is locked + +GPG_ERR_SQL_LOCKED An SQL table in the database is locked + +GPG_ERR_SQL_NOMEM SQL library ran out of core + +GPG_ERR_SQL_READONLY Attempt to write a readonly SQL database + +GPG_ERR_SQL_INTERRUPT SQL operation terminated by interrupt + +GPG_ERR_SQL_IOERR I/O error during SQL operation + +GPG_ERR_SQL_CORRUPT SQL database disk image is malformed + +GPG_ERR_SQL_NOTFOUND Unknown opcode in SQL file control + +GPG_ERR_SQL_FULL Insertion failed because SQL database is full + +GPG_ERR_SQL_CANTOPEN Unable to open the SQL database file + +GPG_ERR_SQL_PROTOCOL SQL database lock protocol error + +GPG_ERR_SQL_EMPTY (internal SQL code: empty) + +GPG_ERR_SQL_SCHEMA SQL database schema changed + +GPG_ERR_SQL_TOOBIG String or blob exceeds size limit (SQL) + +GPG_ERR_SQL_CONSTRAINT SQL abort due to constraint violation + +GPG_ERR_SQL_MISMATCH Data type mismatch (SQL) + +GPG_ERR_SQL_MISUSE SQL library used incorrectly + +GPG_ERR_SQL_NOLFS SQL library uses unsupported OS features + +GPG_ERR_SQL_AUTH Authorization denied (SQL) + +GPG_ERR_SQL_FORMAT (unused SQL code: format) + +GPG_ERR_SQL_RANGE SQL bind parameter out of range + +GPG_ERR_SQL_NOTADB File opened that is not an SQL database file + +GPG_ERR_SQL_NOTICE Notifications from SQL logger + +GPG_ERR_SQL_WARNING Warnings from SQL logger + +GPG_ERR_SQL_ROW SQL has another row ready + +GPG_ERR SQL_DONE SQL has finished executing + + ## end of errorref.txt diff -Nru libgpg-error-1.36/doc/gpgrt.info libgpg-error-1.37/doc/gpgrt.info --- libgpg-error-1.36/doc/gpgrt.info 2019-03-19 08:58:29.000000000 +0000 +++ libgpg-error-1.37/doc/gpgrt.info 2020-02-07 12:14:18.000000000 +0000 @@ -1,6 +1,6 @@ This is gpgrt.info, produced by makeinfo version 6.5 from gpgrt.texi. -This manual is for Libgpg-error (version 1.36, 7 December 2018), which +This manual is for Libgpg-error (version 1.37, 7 December 2018), which is a library for code used by all GnuPG related packages. Copyright (C) 2014 g10 Code GmbH @@ -22,7 +22,7 @@ The Libgpg-error Library ************************ -This manual is for Libgpg-error (version 1.36, 7 December 2018), which +This manual is for Libgpg-error (version 1.37, 7 December 2018), which is a library for code used by all GnuPG related packages. Copyright (C) 2014 g10 Code GmbH diff -Nru libgpg-error-1.36/doc/Makefile.am libgpg-error-1.37/doc/Makefile.am --- libgpg-error-1.36/doc/Makefile.am 2019-01-16 07:43:44.000000000 +0000 +++ libgpg-error-1.37/doc/Makefile.am 2019-08-22 10:30:38.000000000 +0000 @@ -43,7 +43,8 @@ CLEANFILES += yat2m-for-build$(EXEEXT_FOR_BUILD) yat2m-for-build$(EXEEXT_FOR_BUILD): yat2m.c - $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@ $(srcdir)/yat2m.c + $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) \ + $(CPPFLAGS_FOR_BUILD) -o $@ $(srcdir)/yat2m.c else YAT2M_CMD = ./yat2m$(EXEEXT) YAT2M_DEP = yat2m$(EXEEXT) diff -Nru libgpg-error-1.36/doc/Makefile.in libgpg-error-1.37/doc/Makefile.in --- libgpg-error-1.36/doc/Makefile.in 2019-03-19 08:58:04.000000000 +0000 +++ libgpg-error-1.37/doc/Makefile.in 2020-02-07 12:17:38.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -157,7 +157,8 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/yat2m-yat2m.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -321,6 +322,7 @@ GPG_ERROR_CONFIG_MT_LIBS = @GPG_ERROR_CONFIG_MT_LIBS@ GREP = @GREP@ INSTALL = @INSTALL@ +INSTALLSHELLPATH = @INSTALLSHELLPATH@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ @@ -474,8 +476,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -546,7 +548,13 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yat2m-yat2m.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/yat2m-yat2m.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -845,7 +853,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -923,7 +934,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/yat2m-yat2m.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1060,7 +1071,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/yat2m-yat2m.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-aminfo \ maintainer-clean-generic maintainer-clean-vti @@ -1086,30 +1097,32 @@ .MAKE: install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-aminfo \ - clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \ - ctags ctags-am dist-info distclean distclean-compile \ - distclean-generic distclean-libtool distclean-tags distdir dvi \ - dvi-am html html-am info info-am install install-am \ - install-binPROGRAMS install-data install-data-am \ - install-data-local install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-man1 install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-aminfo maintainer-clean-generic \ - maintainer-clean-vti mostlyclean mostlyclean-aminfo \ - mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ - mostlyclean-vti pdf pdf-am ps ps-am tags tags-am uninstall \ - uninstall-am uninstall-binPROGRAMS uninstall-dvi-am \ - uninstall-html-am uninstall-info-am uninstall-local \ - uninstall-man uninstall-man1 uninstall-pdf-am uninstall-ps-am +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ + clean-aminfo clean-binPROGRAMS clean-generic clean-libtool \ + cscopelist-am ctags ctags-am dist-info distclean \ + distclean-compile distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install install-am install-binPROGRAMS install-data \ + install-data-am install-data-local install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-man1 \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-aminfo \ + maintainer-clean-generic maintainer-clean-vti mostlyclean \ + mostlyclean-aminfo mostlyclean-compile mostlyclean-generic \ + mostlyclean-libtool mostlyclean-vti pdf pdf-am ps ps-am tags \ + tags-am uninstall uninstall-am uninstall-binPROGRAMS \ + uninstall-dvi-am uninstall-html-am uninstall-info-am \ + uninstall-local uninstall-man uninstall-man1 uninstall-pdf-am \ + uninstall-ps-am .PRECIOUS: Makefile @CROSS_COMPILING_TRUE@yat2m-for-build$(EXEEXT_FOR_BUILD): yat2m.c -@CROSS_COMPILING_TRUE@ $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $@ $(srcdir)/yat2m.c +@CROSS_COMPILING_TRUE@ $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) \ +@CROSS_COMPILING_TRUE@ $(CPPFLAGS_FOR_BUILD) -o $@ $(srcdir)/yat2m.c yat2m-stamp: $(myman_sources) $(srcdir)/version.texi @rm -f yat2m-stamp.tmp diff -Nru libgpg-error-1.36/doc/stamp-vti libgpg-error-1.37/doc/stamp-vti --- libgpg-error-1.36/doc/stamp-vti 2019-03-19 08:58:29.000000000 +0000 +++ libgpg-error-1.37/doc/stamp-vti 2020-02-07 12:17:49.000000000 +0000 @@ -1,4 +1,4 @@ @set UPDATED 7 December 2018 @set UPDATED-MONTH December 2018 -@set EDITION 1.36 -@set VERSION 1.36 +@set EDITION 1.37 +@set VERSION 1.37 diff -Nru libgpg-error-1.36/doc/version.texi libgpg-error-1.37/doc/version.texi --- libgpg-error-1.36/doc/version.texi 2019-03-19 08:58:29.000000000 +0000 +++ libgpg-error-1.37/doc/version.texi 2020-02-07 12:14:18.000000000 +0000 @@ -1,4 +1,4 @@ @set UPDATED 7 December 2018 @set UPDATED-MONTH December 2018 -@set EDITION 1.36 -@set VERSION 1.36 +@set EDITION 1.37 +@set VERSION 1.37 diff -Nru libgpg-error-1.36/doc/yat2m.c libgpg-error-1.37/doc/yat2m.c --- libgpg-error-1.36/doc/yat2m.c 2018-10-24 08:00:04.000000000 +0000 +++ libgpg-error-1.37/doc/yat2m.c 2019-08-22 10:18:30.000000000 +0000 @@ -49,7 +49,7 @@ .B whateever you want @end ifset - alternativly a special comment may be used: + alternatively a special comment may be used: @c man:.B whatever you want @@ -705,7 +705,7 @@ /* Process the texinfo command COMMAND (without the leading @) and - write output if needed to FP. REST is the remainer of the line + write output if needed to FP. REST is the remainder of the line which should either point to an opening brace or to a white space. The function returns the number of characters already processed from REST. LEN is the usable length of REST. TABLE_LEVEL is used to @@ -725,7 +725,8 @@ { "url", 0, "\\fB", "\\fR" }, { "sc", 0, "\\fB", "\\fR" }, { "var", 0, "\\fI", "\\fR" }, - { "samp", 0, "\\(aq", "\\(aq" }, + { "samp", 0, "\\(oq", "\\(cq" }, + { "kbd", 0, "\\(oq", "\\(cq" }, { "file", 0, "\\(oq\\fI","\\fR\\(cq" }, { "env", 0, "\\(oq\\fI","\\fR\\(cq" }, { "acronym", 0 }, diff -Nru libgpg-error-1.36/lang/cl/gpg-error.asd libgpg-error-1.37/lang/cl/gpg-error.asd --- libgpg-error-1.36/lang/cl/gpg-error.asd 2019-03-19 08:58:24.000000000 +0000 +++ libgpg-error-1.37/lang/cl/gpg-error.asd 2020-02-07 12:17:48.000000000 +0000 @@ -27,7 +27,7 @@ (defsystem gpg-error :description "Common error values for all GnuPG components." :author "g10 Code GmbH" - :version "1.36" + :version "1.37" :licence "LGPL" :depends-on ("cffi") :components ((:file "gpg-error-package") diff -Nru libgpg-error-1.36/lang/cl/Makefile.in libgpg-error-1.37/lang/cl/Makefile.in --- libgpg-error-1.36/lang/cl/Makefile.in 2019-03-19 08:58:04.000000000 +0000 +++ libgpg-error-1.37/lang/cl/Makefile.in 2020-02-07 12:17:38.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -223,6 +223,7 @@ GPG_ERROR_CONFIG_MT_LIBS = @GPG_ERROR_CONFIG_MT_LIBS@ GREP = @GREP@ INSTALL = @INSTALL@ +INSTALLSHELLPATH = @INSTALLSHELLPATH@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ @@ -372,8 +373,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -441,7 +442,10 @@ cscope cscopelist: -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ diff -Nru libgpg-error-1.36/lang/cl/mkerrcodes.awk libgpg-error-1.37/lang/cl/mkerrcodes.awk --- libgpg-error-1.36/lang/cl/mkerrcodes.awk 2013-03-15 19:24:25.000000000 +0000 +++ libgpg-error-1.37/lang/cl/mkerrcodes.awk 2019-08-22 10:18:30.000000000 +0000 @@ -122,7 +122,7 @@ } !header { - sub (/\#.+/, ""); + sub (/#.+/, ""); sub (/[ ]+$/, ""); # Strip trailing space and tab characters. if (/^$/) diff -Nru libgpg-error-1.36/lang/Makefile.in libgpg-error-1.37/lang/Makefile.in --- libgpg-error-1.36/lang/Makefile.in 2019-03-19 08:58:04.000000000 +0000 +++ libgpg-error-1.37/lang/Makefile.in 2020-02-07 12:17:38.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -161,7 +161,7 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - distdir + distdir distdir-am am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) # Read a list of newline-separated strings from the standard input, # and print each of them once, without duplicates. Input order is @@ -251,6 +251,7 @@ GPG_ERROR_CONFIG_MT_LIBS = @GPG_ERROR_CONFIG_MT_LIBS@ GREP = @GREP@ INSTALL = @INSTALL@ +INSTALLSHELLPATH = @INSTALLSHELLPATH@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ @@ -388,8 +389,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -506,7 +507,10 @@ distclean-tags: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ diff -Nru libgpg-error-1.36/libgpg-error.spec libgpg-error-1.37/libgpg-error.spec --- libgpg-error-1.36/libgpg-error.spec 2019-03-19 08:58:30.000000000 +0000 +++ libgpg-error-1.37/libgpg-error.spec 2020-02-07 12:17:50.000000000 +0000 @@ -1,7 +1,7 @@ # This is a template. The dist target uses it to create the real file. Summary: libgpg-error Name: libgpg-error -Version: 1.36 +Version: 1.37 Release: 1 URL: ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/ Source: ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/%{name}-%{version}.tar.gz diff -Nru libgpg-error-1.36/m4/iconv.m4 libgpg-error-1.37/m4/iconv.m4 --- libgpg-error-1.36/m4/iconv.m4 2015-01-05 14:43:37.000000000 +0000 +++ libgpg-error-1.37/m4/iconv.m4 2019-08-22 10:18:30.000000000 +0000 @@ -1,5 +1,6 @@ -# iconv.m4 serial 18 (gettext-0.18.2) -dnl Copyright (C) 2000-2002, 2007-2014 Free Software Foundation, Inc. +# iconv.m4 serial 21 +dnl Copyright (C) 2000-2002, 2007-2014, 2016-2019 Free Software Foundation, +dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -72,27 +73,33 @@ if test $am_cv_lib_iconv = yes; then LIBS="$LIBS $LIBICONV" fi - AC_RUN_IFELSE( - [AC_LANG_SOURCE([[ + am_cv_func_iconv_works=no + for ac_iconv_const in '' 'const'; do + AC_RUN_IFELSE( + [AC_LANG_PROGRAM( + [[ #include #include -int main () -{ - int result = 0; + +#ifndef ICONV_CONST +# define ICONV_CONST $ac_iconv_const +#endif + ]], + [[int result = 0; /* Test against AIX 5.1 bug: Failures are not distinguishable from successful returns. */ { iconv_t cd_utf8_to_88591 = iconv_open ("ISO8859-1", "UTF-8"); if (cd_utf8_to_88591 != (iconv_t)(-1)) { - static const char input[] = "\342\202\254"; /* EURO SIGN */ + static ICONV_CONST char input[] = "\342\202\254"; /* EURO SIGN */ char buf[10]; - const char *inptr = input; + ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_utf8_to_88591, - (char **) &inptr, &inbytesleft, + &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) result |= 1; @@ -105,14 +112,14 @@ iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646"); if (cd_ascii_to_88591 != (iconv_t)(-1)) { - static const char input[] = "\263"; + static ICONV_CONST char input[] = "\263"; char buf[10]; - const char *inptr = input; + ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_ascii_to_88591, - (char **) &inptr, &inbytesleft, + &inptr, &inbytesleft, &outptr, &outbytesleft); if (res == 0) result |= 2; @@ -124,14 +131,14 @@ iconv_t cd_88591_to_utf8 = iconv_open ("UTF-8", "ISO-8859-1"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { - static const char input[] = "\304"; + static ICONV_CONST char input[] = "\304"; static char buf[2] = { (char)0xDE, (char)0xAD }; - const char *inptr = input; + ICONV_CONST char *inptr = input; size_t inbytesleft = 1; char *outptr = buf; size_t outbytesleft = 1; size_t res = iconv (cd_88591_to_utf8, - (char **) &inptr, &inbytesleft, + &inptr, &inbytesleft, &outptr, &outbytesleft); if (res != (size_t)(-1) || outptr - buf > 1 || buf[1] != (char)0xAD) result |= 4; @@ -144,14 +151,14 @@ iconv_t cd_88591_to_utf8 = iconv_open ("utf8", "iso88591"); if (cd_88591_to_utf8 != (iconv_t)(-1)) { - static const char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; + static ICONV_CONST char input[] = "\304rger mit b\366sen B\374bchen ohne Augenma\337"; char buf[50]; - const char *inptr = input; + ICONV_CONST char *inptr = input; size_t inbytesleft = strlen (input); char *outptr = buf; size_t outbytesleft = sizeof (buf); size_t res = iconv (cd_88591_to_utf8, - (char **) &inptr, &inbytesleft, + &inptr, &inbytesleft, &outptr, &outbytesleft); if ((int)res > 0) result |= 8; @@ -161,27 +168,36 @@ #endif /* Test against HP-UX 11.11 bug: No converter from EUC-JP to UTF-8 is provided. */ - if (/* Try standardized names. */ - iconv_open ("UTF-8", "EUC-JP") == (iconv_t)(-1) - /* Try IRIX, OSF/1 names. */ - && iconv_open ("UTF-8", "eucJP") == (iconv_t)(-1) - /* Try AIX names. */ - && iconv_open ("UTF-8", "IBM-eucJP") == (iconv_t)(-1) - /* Try HP-UX names. */ - && iconv_open ("utf8", "eucJP") == (iconv_t)(-1)) - result |= 16; + { + /* Try standardized names. */ + iconv_t cd1 = iconv_open ("UTF-8", "EUC-JP"); + /* Try IRIX, OSF/1 names. */ + iconv_t cd2 = iconv_open ("UTF-8", "eucJP"); + /* Try AIX names. */ + iconv_t cd3 = iconv_open ("UTF-8", "IBM-eucJP"); + /* Try HP-UX names. */ + iconv_t cd4 = iconv_open ("utf8", "eucJP"); + if (cd1 == (iconv_t)(-1) && cd2 == (iconv_t)(-1) + && cd3 == (iconv_t)(-1) && cd4 == (iconv_t)(-1)) + result |= 16; + if (cd1 != (iconv_t)(-1)) + iconv_close (cd1); + if (cd2 != (iconv_t)(-1)) + iconv_close (cd2); + if (cd3 != (iconv_t)(-1)) + iconv_close (cd3); + if (cd4 != (iconv_t)(-1)) + iconv_close (cd4); + } return result; -}]])], - [am_cv_func_iconv_works=yes], - [am_cv_func_iconv_works=no], - [ -changequote(,)dnl - case "$host_os" in - aix* | hpux*) am_cv_func_iconv_works="guessing no" ;; - *) am_cv_func_iconv_works="guessing yes" ;; - esac -changequote([,])dnl - ]) +]])], + [am_cv_func_iconv_works=yes], , + [case "$host_os" in + aix* | hpux*) am_cv_func_iconv_works="guessing no" ;; + *) am_cv_func_iconv_works="guessing yes" ;; + esac]) + test "$am_cv_func_iconv_works" = no || break + done LIBS="$am_save_LIBS" ]) case "$am_cv_func_iconv_works" in @@ -255,14 +271,18 @@ am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` AC_MSG_RESULT([ $am_cv_proto_iconv]) - AC_DEFINE_UNQUOTED([ICONV_CONST], [$am_cv_proto_iconv_arg1], - [Define as const if the declaration of iconv() needs const.]) - dnl Also substitute ICONV_CONST in the gnulib generated . - m4_ifdef([gl_ICONV_H_DEFAULTS], - [AC_REQUIRE([gl_ICONV_H_DEFAULTS]) - if test -n "$am_cv_proto_iconv_arg1"; then - ICONV_CONST="const" - fi - ]) + else + dnl When compiling GNU libiconv on a system that does not have iconv yet, + dnl pick the POSIX compliant declaration without 'const'. + am_cv_proto_iconv_arg1="" fi + AC_DEFINE_UNQUOTED([ICONV_CONST], [$am_cv_proto_iconv_arg1], + [Define as const if the declaration of iconv() needs const.]) + dnl Also substitute ICONV_CONST in the gnulib generated . + m4_ifdef([gl_ICONV_H_DEFAULTS], + [AC_REQUIRE([gl_ICONV_H_DEFAULTS]) + if test -n "$am_cv_proto_iconv_arg1"; then + ICONV_CONST="const" + fi + ]) ]) diff -Nru libgpg-error-1.36/m4/Makefile.in libgpg-error-1.37/m4/Makefile.in --- libgpg-error-1.36/m4/Makefile.in 2019-03-19 08:58:04.000000000 +0000 +++ libgpg-error-1.37/m4/Makefile.in 2020-02-07 12:17:38.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -172,6 +172,7 @@ GPG_ERROR_CONFIG_MT_LIBS = @GPG_ERROR_CONFIG_MT_LIBS@ GREP = @GREP@ INSTALL = @INSTALL@ +INSTALLSHELLPATH = @INSTALLSHELLPATH@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ @@ -315,8 +316,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -340,7 +341,10 @@ cscope cscopelist: -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ diff -Nru libgpg-error-1.36/Makefile.in libgpg-error-1.37/Makefile.in --- libgpg-error-1.36/Makefile.in 2019-03-19 08:58:04.000000000 +0000 +++ libgpg-error-1.37/Makefile.in 2020-02-07 12:17:38.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -164,7 +164,7 @@ $(RECURSIVE_CLEAN_TARGETS) \ $(am__extra_recursive_targets) AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ - cscope distdir dist dist-all distcheck + cscope distdir distdir-am dist dist-all distcheck am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \ $(LISP)config.h.in # Read a list of newline-separated strings from the standard input, @@ -284,6 +284,7 @@ GPG_ERROR_CONFIG_MT_LIBS = @GPG_ERROR_CONFIG_MT_LIBS@ GREP = @GREP@ INSTALL = @INSTALL@ +INSTALLSHELLPATH = @INSTALLSHELLPATH@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ @@ -462,8 +463,8 @@ echo ' $(SHELL) ./config.status'; \ $(SHELL) ./config.status;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -605,7 +606,10 @@ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags -rm -f cscope.out cscope.in.out cscope.po.out cscope.files -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) $(am__remove_distdir) test -d "$(distdir)" || mkdir "$(distdir)" @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ @@ -673,7 +677,7 @@ ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ || chmod -R a+r "$(distdir)" dist-gzip: distdir - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz + tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz $(am__post_remove_distdir) dist-bzip2: distdir tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 @@ -698,7 +702,7 @@ @echo WARNING: "Support for shar distribution archives is" \ "deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 - shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz + shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz $(am__post_remove_distdir) dist-zip: distdir @@ -716,7 +720,7 @@ distcheck: dist case '$(DIST_ARCHIVES)' in \ *.tar.gz*) \ - GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ + eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ *.tar.bz2*) \ bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ *.tar.lz*) \ @@ -726,7 +730,7 @@ *.tar.Z*) \ uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ *.shar.gz*) \ - GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ + eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ *.zip*) \ unzip $(distdir).zip ;;\ esac diff -Nru libgpg-error-1.36/NEWS libgpg-error-1.37/NEWS --- libgpg-error-1.36/NEWS 2019-03-19 08:56:05.000000000 +0000 +++ libgpg-error-1.37/NEWS 2020-02-07 12:11:47.000000000 +0000 @@ -1,3 +1,65 @@ +Noteworthy changes in version 1.37 (2020-02-07) [C28/A28/R0] +----------------------------------------------- + + * Fixes a build problems when using Gawk 5.0 [#4459] + + * Fixes Bourne shell incompatibilities on Solaris. [#4574] + + * Improves cross-comiling support. [#4643] + + * On Windows strerror_s is now used to emulate strerror_r. [#4539] + + * New error codes to map SQLite primary error codes. + + * Now uses poll(2) instead of select(2) in gpgrt_poll if possible. + + * Fixes a bug in gpgrt_close. [#4698] + + * Fixes build problem under Cygwin. [#4474] + + * Fixes a few minor portability bugs. + + * Interface changes relative to the 1.36 release: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + GPG_ERR_NO_KEYBOXD NEW. + GPG_ERR_KEYBOXD NEW. + GPG_ERR_NO_SERVICE NEW. + GPG_ERR_SERVICE. NEW. + GPG_ERR_SQL_OK NEW. + GPG_ERR_SQL_ERROR NEW. + GPG_ERR_SQL_INTERNAL NEW. + GPG_ERR_SQL_PERM NEW. + GPG_ERR_SQL_ABORT NEW. + GPG_ERR_SQL_BUSY NEW. + GPG_ERR_SQL_LOCKED NEW. + GPG_ERR_SQL_NOMEM NEW. + GPG_ERR_SQL_READONLY NEW. + GPG_ERR_SQL_INTERRUPT NEW. + GPG_ERR_SQL_IOERR NEW. + GPG_ERR_SQL_CORRUPT NEW. + GPG_ERR_SQL_NOTFOUND NEW. + GPG_ERR_SQL_FULL NEW. + GPG_ERR_SQL_CANTOPEN NEW. + GPG_ERR_SQL_PROTOCOL NEW. + GPG_ERR_SQL_EMPTY NEW. + GPG_ERR_SQL_SCHEMA NEW. + GPG_ERR_SQL_TOOBIG NEW. + GPG_ERR_SQL_CONSTRAINT NEW. + GPG_ERR_SQL_MISMATCH NEW. + GPG_ERR_SQL_MISUSE NEW. + GPG_ERR_SQL_NOLFS NEW. + GPG_ERR_SQL_AUTH NEW. + GPG_ERR_SQL_FORMAT NEW. + GPG_ERR_SQL_RANGE NEW. + GPG_ERR_SQL_NOTADB NEW. + GPG_ERR_SQL_NOTICE NEW. + GPG_ERR_SQL_WARNING NEW. + GPG_ERR_SQL_ROW NEW. + GPG_ERR_SQL_DONE NEW. + + Release-info: https://dev.gnupg.org/T4772 + + Noteworthy changes in version 1.36 (2019-03-19) [C27/A27/R0] ----------------------------------------------- Binary files /tmp/tmpeBhJ8b/DYdK_kAkbs/libgpg-error-1.36/po/cs.gmo and /tmp/tmpeBhJ8b/ZYgSCVH70z/libgpg-error-1.37/po/cs.gmo differ diff -Nru libgpg-error-1.36/po/cs.po libgpg-error-1.37/po/cs.po --- libgpg-error-1.36/po/cs.po 2019-03-19 08:58:29.000000000 +0000 +++ libgpg-error-1.37/po/cs.po 2020-02-07 12:14:19.000000000 +0000 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: libgpg-error 1.18\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2019-03-19 09:58+0100\n" +"POT-Creation-Date: 2020-02-07 13:14+0100\n" "PO-Revision-Date: 2018-03-21 18:59+0100\n" "Last-Translator: Petr Pisar \n" "Language-Team: Czech \n" @@ -1323,569 +1323,721 @@ msgstr "Nepodporovaná ochrana" #: src/err-codes.h:322 +#, fuzzy +#| msgid "No agent running" +msgid "No Keybox daemon running" +msgstr "Agent neběží" + +#: src/err-codes.h:323 +#, fuzzy +#| msgid "SmartCard daemon error" +msgid "Keybox daemon error" +msgstr "Chyba démona pro čipové karty" + +#: src/err-codes.h:324 +msgid "Service is not running" +msgstr "" + +#: src/err-codes.h:325 +#, fuzzy +#| msgid "Keyserver error" +msgid "Service error" +msgstr "Chyba serveru s klíči" + +#: src/err-codes.h:326 msgid "System bug detected" msgstr "" -#: src/err-codes.h:323 +#: src/err-codes.h:327 #, fuzzy #| msgid "Unknown system error" msgid "Unknown DNS error" msgstr "Neznámá chyba systému" -#: src/err-codes.h:324 +#: src/err-codes.h:328 #, fuzzy #| msgid "Invalid OID string" msgid "Invalid DNS section" msgstr "Neplatný řetězec OID" -#: src/err-codes.h:325 +#: src/err-codes.h:329 #, fuzzy #| msgid "Invalid S-expression" msgid "Invalid textual address form" msgstr "Neplatný S-výraz" -#: src/err-codes.h:326 +#: src/err-codes.h:330 #, fuzzy #| msgid "Missing issuer certificate" msgid "Missing DNS query packet" msgstr "Chybí certifikát vydavatele" -#: src/err-codes.h:327 +#: src/err-codes.h:331 msgid "Missing DNS answer packet" msgstr "" -#: src/err-codes.h:328 +#: src/err-codes.h:332 msgid "Connection closed in DNS" msgstr "" -#: src/err-codes.h:329 +#: src/err-codes.h:333 #, fuzzy #| msgid "Decryption failed" msgid "Verification failed in DNS" msgstr "Dešifrování selhalo" -#: src/err-codes.h:330 +#: src/err-codes.h:334 #, fuzzy #| msgid "Timeout" msgid "DNS Timeout" msgstr "Čas vypršel" -#: src/err-codes.h:331 +#: src/err-codes.h:335 #, fuzzy #| msgid "General IPC error" msgid "General LDAP error" msgstr "Obecná chyba IPC" -#: src/err-codes.h:332 +#: src/err-codes.h:336 #, fuzzy #| msgid "General error" msgid "General LDAP attribute error" msgstr "Obecná chyba" -#: src/err-codes.h:333 +#: src/err-codes.h:337 #, fuzzy #| msgid "General error" msgid "General LDAP name error" msgstr "Obecná chyba" -#: src/err-codes.h:334 +#: src/err-codes.h:338 #, fuzzy #| msgid "General Assuan error" msgid "General LDAP security error" msgstr "Obecná chyba Assuanu" -#: src/err-codes.h:335 +#: src/err-codes.h:339 #, fuzzy #| msgid "General error" msgid "General LDAP service error" msgstr "Obecná chyba" -#: src/err-codes.h:336 +#: src/err-codes.h:340 #, fuzzy #| msgid "General Assuan error" msgid "General LDAP update error" msgstr "Obecná chyba Assuanu" -#: src/err-codes.h:337 +#: src/err-codes.h:341 msgid "Experimental LDAP error code" msgstr "" -#: src/err-codes.h:338 +#: src/err-codes.h:342 #, fuzzy #| msgid "IPC write error" msgid "Private LDAP error code" msgstr "Chyba zápisu IPC" -#: src/err-codes.h:339 +#: src/err-codes.h:343 #, fuzzy #| msgid "General IPC error" msgid "Other general LDAP error" msgstr "Obecná chyba IPC" -#: src/err-codes.h:340 +#: src/err-codes.h:344 #, fuzzy #| msgid "IPC connect call failed" msgid "LDAP connecting failed (X)" msgstr "IPC volání connect (připojit) selhalo" -#: src/err-codes.h:341 +#: src/err-codes.h:345 #, fuzzy #| msgid "General error" msgid "LDAP referral limit exceeded" msgstr "Obecná chyba" -#: src/err-codes.h:342 +#: src/err-codes.h:346 msgid "LDAP client loop" msgstr "" -#: src/err-codes.h:343 +#: src/err-codes.h:347 #, fuzzy #| msgid "Card reset required" msgid "No LDAP results returned" msgstr "Vyžadován reset karty" -#: src/err-codes.h:344 +#: src/err-codes.h:348 #, fuzzy #| msgid "Element not found" msgid "LDAP control not found" msgstr "Prvek nenalezen" -#: src/err-codes.h:345 +#: src/err-codes.h:349 #, fuzzy #| msgid "Not supported" msgid "Not supported by LDAP" msgstr "Nepodporováno" -#: src/err-codes.h:346 +#: src/err-codes.h:350 #, fuzzy #| msgid "Unexpected error" msgid "LDAP connect error" msgstr "Neočekávaná chyba" -#: src/err-codes.h:347 +#: src/err-codes.h:351 msgid "Out of memory in LDAP" msgstr "" -#: src/err-codes.h:348 +#: src/err-codes.h:352 msgid "Bad parameter to an LDAP routine" msgstr "" -#: src/err-codes.h:349 +#: src/err-codes.h:353 #, fuzzy #| msgid "Unsupported operation" msgid "User cancelled LDAP operation" msgstr "Nepodporovaná operace" -#: src/err-codes.h:350 +#: src/err-codes.h:354 #, fuzzy #| msgid "Bad certificate" msgid "Bad LDAP search filter" msgstr "Chybný certifikát" -#: src/err-codes.h:351 +#: src/err-codes.h:355 #, fuzzy #| msgid "Unknown extension" msgid "Unknown LDAP authentication method" msgstr "Neznámé rozšíření" -#: src/err-codes.h:352 +#: src/err-codes.h:356 #, fuzzy #| msgid "Timeout" msgid "Timeout in LDAP" msgstr "Čas vypršel" -#: src/err-codes.h:353 +#: src/err-codes.h:357 #, fuzzy #| msgid "dirmngr error" msgid "LDAP decoding error" msgstr "chyba dirmngr" -#: src/err-codes.h:354 +#: src/err-codes.h:358 #, fuzzy #| msgid "dirmngr error" msgid "LDAP encoding error" msgstr "chyba dirmngr" -#: src/err-codes.h:355 +#: src/err-codes.h:359 #, fuzzy #| msgid "IPC read error" msgid "LDAP local error" msgstr "Chyba čtení IPC" -#: src/err-codes.h:356 +#: src/err-codes.h:360 #, fuzzy #| msgid "Not an IPC server" msgid "Cannot contact LDAP server" msgstr "Není serverem IPC" -#: src/err-codes.h:357 +#: src/err-codes.h:361 #, fuzzy #| msgid "Success" msgid "LDAP success" msgstr "Úspěch" # Nastavení nebo nastavování? -#: src/err-codes.h:358 +#: src/err-codes.h:362 #, fuzzy #| msgid "Configuration error" msgid "LDAP operations error" msgstr "Chyba konfigurace" -#: src/err-codes.h:359 +#: src/err-codes.h:363 #, fuzzy #| msgid "Protocol violation" msgid "LDAP protocol error" msgstr "Narušení protokolu" -#: src/err-codes.h:360 +#: src/err-codes.h:364 msgid "Time limit exceeded in LDAP" msgstr "" -#: src/err-codes.h:361 +#: src/err-codes.h:365 msgid "Size limit exceeded in LDAP" msgstr "" -#: src/err-codes.h:362 +#: src/err-codes.h:366 msgid "LDAP compare false" msgstr "" -#: src/err-codes.h:363 +#: src/err-codes.h:367 msgid "LDAP compare true" msgstr "" -#: src/err-codes.h:364 +#: src/err-codes.h:368 #, fuzzy #| msgid "Unknown extension" msgid "LDAP authentication method not supported" msgstr "Neznámé rozšíření" -#: src/err-codes.h:365 +#: src/err-codes.h:369 msgid "Strong(er) LDAP authentication required" msgstr "" -#: src/err-codes.h:366 +#: src/err-codes.h:370 #, fuzzy #| msgid "Fatal alert message received" msgid "Partial LDAP results+referral received" msgstr "Přijata nepřekonatelná chybová zpráva" -#: src/err-codes.h:367 +#: src/err-codes.h:371 #, fuzzy #| msgid "General error" msgid "LDAP referral" msgstr "Obecná chyba" -#: src/err-codes.h:368 +#: src/err-codes.h:372 msgid "Administrative LDAP limit exceeded" msgstr "" -#: src/err-codes.h:369 +#: src/err-codes.h:373 msgid "Critical LDAP extension is unavailable" msgstr "" -#: src/err-codes.h:370 +#: src/err-codes.h:374 #, fuzzy #| msgid "Card reset required" msgid "Confidentiality required by LDAP" msgstr "Vyžadován reset karty" -#: src/err-codes.h:371 +#: src/err-codes.h:375 msgid "LDAP SASL bind in progress" msgstr "" -#: src/err-codes.h:372 +#: src/err-codes.h:376 msgid "No such LDAP attribute" msgstr "" -#: src/err-codes.h:373 +#: src/err-codes.h:377 #, fuzzy #| msgid "Invalid attribute" msgid "Undefined LDAP attribute type" msgstr "Neplatný atribut" -#: src/err-codes.h:374 +#: src/err-codes.h:378 #, fuzzy #| msgid "Unsupported protection" msgid "Inappropriate matching in LDAP" msgstr "Nepodporovaná ochrana" -#: src/err-codes.h:375 +#: src/err-codes.h:379 #, fuzzy #| msgid "Protocol violation" msgid "Constraint violation in LDAP" msgstr "Narušení protokolu" -#: src/err-codes.h:376 +#: src/err-codes.h:380 msgid "LDAP type or value exists" msgstr "" -#: src/err-codes.h:377 +#: src/err-codes.h:381 #, fuzzy #| msgid "Invalid state" msgid "Invalid syntax in LDAP" msgstr "Neplatná stav" -#: src/err-codes.h:378 +#: src/err-codes.h:382 #, fuzzy #| msgid "No CMS object" msgid "No such LDAP object" msgstr "Žádný objekt CMS" -#: src/err-codes.h:379 +#: src/err-codes.h:383 #, fuzzy #| msgid "Hardware problem" msgid "LDAP alias problem" msgstr "Hardwarový problém" -#: src/err-codes.h:380 +#: src/err-codes.h:384 #, fuzzy #| msgid "Invalid state" msgid "Invalid DN syntax in LDAP" msgstr "Neplatná stav" -#: src/err-codes.h:381 +#: src/err-codes.h:385 msgid "LDAP entry is a leaf" msgstr "" -#: src/err-codes.h:382 +#: src/err-codes.h:386 #, fuzzy #| msgid "Encoding problem" msgid "LDAP alias dereferencing problem" msgstr "Chyba kódování" -#: src/err-codes.h:383 +#: src/err-codes.h:387 msgid "LDAP proxy authorization failure (X)" msgstr "" -#: src/err-codes.h:384 +#: src/err-codes.h:388 #, fuzzy #| msgid "Unsupported protection" msgid "Inappropriate LDAP authentication" msgstr "Nepodporovaná ochrana" -#: src/err-codes.h:385 +#: src/err-codes.h:389 #, fuzzy #| msgid "Invalid card" msgid "Invalid LDAP credentials" msgstr "Neplatná karta" -#: src/err-codes.h:386 +#: src/err-codes.h:390 msgid "Insufficient access for LDAP" msgstr "" -#: src/err-codes.h:387 +#: src/err-codes.h:391 msgid "LDAP server is busy" msgstr "" -#: src/err-codes.h:388 +#: src/err-codes.h:392 #, fuzzy #| msgid "No keyserver available" msgid "LDAP server is unavailable" msgstr "Není dostupný žádný server klíčů" -#: src/err-codes.h:389 +#: src/err-codes.h:393 msgid "LDAP server is unwilling to perform" msgstr "" -#: src/err-codes.h:390 +#: src/err-codes.h:394 msgid "Loop detected by LDAP" msgstr "" -#: src/err-codes.h:391 +#: src/err-codes.h:395 #, fuzzy #| msgid "Missing action" msgid "LDAP naming violation" msgstr "Chybí akce" -#: src/err-codes.h:392 +#: src/err-codes.h:396 #, fuzzy #| msgid "Protocol violation" msgid "LDAP object class violation" msgstr "Narušení protokolu" -#: src/err-codes.h:393 +#: src/err-codes.h:397 #, fuzzy #| msgid "Operation not yet finished" msgid "LDAP operation not allowed on non-leaf" msgstr "Operace ještě neskončila" -#: src/err-codes.h:394 +#: src/err-codes.h:398 #, fuzzy #| msgid "Operation cancelled" msgid "LDAP operation not allowed on RDN" msgstr "Operace zrušena" -#: src/err-codes.h:395 +#: src/err-codes.h:399 msgid "Already exists (LDAP)" msgstr "" -#: src/err-codes.h:396 +#: src/err-codes.h:400 msgid "Cannot modify LDAP object class" msgstr "" -#: src/err-codes.h:397 +#: src/err-codes.h:401 #, fuzzy #| msgid "Line too long" msgid "LDAP results too large" msgstr "Příliš dlouhý řádek" -#: src/err-codes.h:398 +#: src/err-codes.h:402 #, fuzzy #| msgid "Operation cancelled" msgid "LDAP operation affects multiple DSAs" msgstr "Operace zrušena" -#: src/err-codes.h:399 +#: src/err-codes.h:403 msgid "Virtual LDAP list view error" msgstr "" -#: src/err-codes.h:400 +#: src/err-codes.h:404 #, fuzzy #| msgid "General IPC error" msgid "Other LDAP error" msgstr "Obecná chyba IPC" -#: src/err-codes.h:401 +#: src/err-codes.h:405 #, fuzzy #| msgid "Resources exhausted" msgid "Resources exhausted in LCUP" msgstr "Zdroje vyčerpány" -#: src/err-codes.h:402 +#: src/err-codes.h:406 #, fuzzy #| msgid "Protocol violation" msgid "Security violation in LCUP" msgstr "Narušení protokolu" -#: src/err-codes.h:403 +#: src/err-codes.h:407 #, fuzzy #| msgid "Invalid state" msgid "Invalid data in LCUP" msgstr "Neplatná stav" -#: src/err-codes.h:404 +#: src/err-codes.h:408 #, fuzzy #| msgid "Unsupported certificate" msgid "Unsupported scheme in LCUP" msgstr "Nepodporovaný certifikát" -#: src/err-codes.h:405 +#: src/err-codes.h:409 #, fuzzy #| msgid "Card reset required" msgid "Reload required in LCUP" msgstr "Vyžadován reset karty" -#: src/err-codes.h:406 +#: src/err-codes.h:410 #, fuzzy #| msgid "Success" msgid "LDAP cancelled" msgstr "Úspěch" -#: src/err-codes.h:407 +#: src/err-codes.h:411 #, fuzzy #| msgid "Not operational" msgid "No LDAP operation to cancel" msgstr "Nefunkční" -#: src/err-codes.h:408 +#: src/err-codes.h:412 #, fuzzy #| msgid "Not operational" msgid "Too late to cancel LDAP" msgstr "Nefunkční" -#: src/err-codes.h:409 +#: src/err-codes.h:413 #, fuzzy #| msgid "Not an IPC server" msgid "Cannot cancel LDAP" msgstr "Není serverem IPC" -#: src/err-codes.h:410 +#: src/err-codes.h:414 #, fuzzy #| msgid "Decryption failed" msgid "LDAP assertion failed" msgstr "Dešifrování selhalo" -#: src/err-codes.h:411 +#: src/err-codes.h:415 msgid "Proxied authorization denied by LDAP" msgstr "" -#: src/err-codes.h:412 +#: src/err-codes.h:416 msgid "User defined error code 1" msgstr "Uživatelem definovaný chybový kód 1" -#: src/err-codes.h:413 +#: src/err-codes.h:417 msgid "User defined error code 2" msgstr "Uživatelem definovaný chybový kód 2" -#: src/err-codes.h:414 +#: src/err-codes.h:418 msgid "User defined error code 3" msgstr "Uživatelem definovaný chybový kód 3" -#: src/err-codes.h:415 +#: src/err-codes.h:419 msgid "User defined error code 4" msgstr "Uživatelem definovaný chybový kód 4" -#: src/err-codes.h:416 +#: src/err-codes.h:420 msgid "User defined error code 5" msgstr "Uživatelem definovaný chybový kód 5" -#: src/err-codes.h:417 +#: src/err-codes.h:421 msgid "User defined error code 6" msgstr "Uživatelem definovaný chybový kód 6" -#: src/err-codes.h:418 +#: src/err-codes.h:422 msgid "User defined error code 7" msgstr "Uživatelem definovaný chybový kód 7" -#: src/err-codes.h:419 +#: src/err-codes.h:423 msgid "User defined error code 8" msgstr "Uživatelem definovaný chybový kód 8" -#: src/err-codes.h:420 +#: src/err-codes.h:424 msgid "User defined error code 9" msgstr "Uživatelem definovaný chybový kód 9" -#: src/err-codes.h:421 +#: src/err-codes.h:425 msgid "User defined error code 10" msgstr "Uživatelem definovaný chybový kód 10" -#: src/err-codes.h:422 +#: src/err-codes.h:426 msgid "User defined error code 11" msgstr "Uživatelem definovaný chybový kód 11" -#: src/err-codes.h:423 +#: src/err-codes.h:427 msgid "User defined error code 12" msgstr "Uživatelem definovaný chybový kód 12" -#: src/err-codes.h:424 +#: src/err-codes.h:428 msgid "User defined error code 13" msgstr "Uživatelem definovaný chybový kód 13" -#: src/err-codes.h:425 +#: src/err-codes.h:429 msgid "User defined error code 14" msgstr "Uživatelem definovaný chybový kód 14" -#: src/err-codes.h:426 +#: src/err-codes.h:430 msgid "User defined error code 15" msgstr "Uživatelem definovaný chybový kód 15" -#: src/err-codes.h:427 +#: src/err-codes.h:431 msgid "User defined error code 16" msgstr "Uživatelem definovaný chybový kód 16" -#: src/err-codes.h:428 +#: src/err-codes.h:432 +#, fuzzy +#| msgid "Success" +msgid "SQL success" +msgstr "Úspěch" + +#: src/err-codes.h:433 +#, fuzzy +#| msgid "Syntax error" +msgid "SQL error" +msgstr "Chyba syntaxe" + +#: src/err-codes.h:434 +msgid "Internal logic error in SQL library" +msgstr "" + +#: src/err-codes.h:435 +msgid "Access permission denied (SQL)" +msgstr "" + +#: src/err-codes.h:436 +msgid "SQL abort was requested" +msgstr "" + +#: src/err-codes.h:437 +msgid "SQL database file is locked" +msgstr "" + +#: src/err-codes.h:438 +msgid "An SQL table in the database is locked" +msgstr "" + +#: src/err-codes.h:439 +msgid "SQL library ran out of core" +msgstr "" + +#: src/err-codes.h:440 +msgid "Attempt to write a readonly SQL database" +msgstr "" + +#: src/err-codes.h:441 +msgid "SQL operation terminated by interrupt" +msgstr "" + +#: src/err-codes.h:442 +msgid "I/O error during SQL operation" +msgstr "" + +#: src/err-codes.h:443 +msgid "SQL database disk image is malformed" +msgstr "" + +#: src/err-codes.h:444 +msgid "Unknown opcode in SQL file control" +msgstr "" + +#: src/err-codes.h:445 +msgid "Insertion failed because SQL database is full" +msgstr "" + +#: src/err-codes.h:446 +msgid "Unable to open the SQL database file" +msgstr "" + +#: src/err-codes.h:447 +#, fuzzy +#| msgid "Protocol violation" +msgid "SQL database lock protocol error" +msgstr "Narušení protokolu" + +#: src/err-codes.h:448 +msgid "(internal SQL code: empty)" +msgstr "" + +#: src/err-codes.h:449 +msgid "SQL database schema changed" +msgstr "" + +#: src/err-codes.h:450 +msgid "String or blob exceeds size limit (SQL)" +msgstr "" + +#: src/err-codes.h:451 +msgid "SQL abort due to constraint violation" +msgstr "" + +#: src/err-codes.h:452 +msgid "Data type mismatch (SQL)" +msgstr "" + +#: src/err-codes.h:453 +msgid "SQL library used incorrectly" +msgstr "" + +#: src/err-codes.h:454 +msgid "SQL library uses unsupported OS features" +msgstr "" + +#: src/err-codes.h:455 +msgid "Authorization denied (SQL)" +msgstr "" + +#: src/err-codes.h:456 +msgid "(unused SQL code: format)" +msgstr "" + +#: src/err-codes.h:457 +msgid "SQL bind parameter out of range" +msgstr "" + +#: src/err-codes.h:458 +msgid "File opened that is not an SQL database file" +msgstr "" + +#: src/err-codes.h:459 +msgid "Notifications from SQL logger" +msgstr "" + +#: src/err-codes.h:460 +msgid "Warnings from SQL logger" +msgstr "" + +#: src/err-codes.h:461 +msgid "SQL has another row ready" +msgstr "" + +#: src/err-codes.h:462 +msgid "SQL has finished executing" +msgstr "" + +#: src/err-codes.h:463 msgid "System error w/o errno" msgstr "Chyba systému bez čísla chyby (errno)" -#: src/err-codes.h:429 +#: src/err-codes.h:464 msgid "Unknown system error" msgstr "Neznámá chyba systému" -#: src/err-codes.h:430 +#: src/err-codes.h:465 msgid "End of file" msgstr "Konec souboru" -#: src/err-codes.h:431 +#: src/err-codes.h:466 msgid "Unknown error code" msgstr "Neznámý kód chyby" @@ -1965,11 +2117,11 @@ msgid "invalid option \"%.50s\"\n" msgstr "neplatný parametr „%.50s“\n" -#: src/gpg-error.c:458 +#: src/gpg-error.c:522 msgid "Please report bugs to .\n" msgstr "" -#: src/gpg-error.c:658 +#: src/gpg-error.c:729 #, c-format msgid "warning: could not recognize %s\n" msgstr "pozor: %s nebylo možné rozpoznat\n" Binary files /tmp/tmpeBhJ8b/DYdK_kAkbs/libgpg-error-1.36/po/da.gmo and /tmp/tmpeBhJ8b/ZYgSCVH70z/libgpg-error-1.37/po/da.gmo differ diff -Nru libgpg-error-1.36/po/da.po libgpg-error-1.37/po/da.po --- libgpg-error-1.36/po/da.po 2019-03-19 08:58:29.000000000 +0000 +++ libgpg-error-1.37/po/da.po 2020-02-07 12:14:19.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: libgpg-error 1.10\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2019-03-19 09:58+0100\n" +"POT-Creation-Date: 2020-02-07 13:14+0100\n" "PO-Revision-Date: 2018-03-21 19:01+0100\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" @@ -1319,568 +1319,720 @@ msgstr "Ej understøttet beskyttelse" #: src/err-codes.h:322 +#, fuzzy +#| msgid "No agent running" +msgid "No Keybox daemon running" +msgstr "Ingen agent kører" + +#: src/err-codes.h:323 +#, fuzzy +#| msgid "SmartCard daemon error" +msgid "Keybox daemon error" +msgstr "SmartCard-dæmonfejl" + +#: src/err-codes.h:324 +msgid "Service is not running" +msgstr "" + +#: src/err-codes.h:325 +#, fuzzy +#| msgid "Keyserver error" +msgid "Service error" +msgstr "Nøgleserverfejl" + +#: src/err-codes.h:326 msgid "System bug detected" msgstr "" -#: src/err-codes.h:323 +#: src/err-codes.h:327 #, fuzzy #| msgid "Unknown system error" msgid "Unknown DNS error" msgstr "Ukendt systemfejl" -#: src/err-codes.h:324 +#: src/err-codes.h:328 #, fuzzy #| msgid "Invalid OID string" msgid "Invalid DNS section" msgstr "Ugyldig OID-streng" -#: src/err-codes.h:325 +#: src/err-codes.h:329 #, fuzzy #| msgid "Invalid S-expression" msgid "Invalid textual address form" msgstr "Ugyldigt S-udtryk" -#: src/err-codes.h:326 +#: src/err-codes.h:330 #, fuzzy #| msgid "Missing issuer certificate" msgid "Missing DNS query packet" msgstr "Manglende udstedercertfikat" -#: src/err-codes.h:327 +#: src/err-codes.h:331 msgid "Missing DNS answer packet" msgstr "" -#: src/err-codes.h:328 +#: src/err-codes.h:332 msgid "Connection closed in DNS" msgstr "" -#: src/err-codes.h:329 +#: src/err-codes.h:333 #, fuzzy #| msgid "Decryption failed" msgid "Verification failed in DNS" msgstr "Afkryptering mislykkedes" -#: src/err-codes.h:330 +#: src/err-codes.h:334 #, fuzzy #| msgid "Timeout" msgid "DNS Timeout" msgstr "Tidsudløb" -#: src/err-codes.h:331 +#: src/err-codes.h:335 #, fuzzy #| msgid "General IPC error" msgid "General LDAP error" msgstr "Generel IPC-fejl" -#: src/err-codes.h:332 +#: src/err-codes.h:336 #, fuzzy #| msgid "General error" msgid "General LDAP attribute error" msgstr "Generel fejl" -#: src/err-codes.h:333 +#: src/err-codes.h:337 #, fuzzy #| msgid "General error" msgid "General LDAP name error" msgstr "Generel fejl" -#: src/err-codes.h:334 +#: src/err-codes.h:338 #, fuzzy #| msgid "General Assuan error" msgid "General LDAP security error" msgstr "Generel Assuanfejl" -#: src/err-codes.h:335 +#: src/err-codes.h:339 #, fuzzy #| msgid "General error" msgid "General LDAP service error" msgstr "Generel fejl" -#: src/err-codes.h:336 +#: src/err-codes.h:340 #, fuzzy #| msgid "General Assuan error" msgid "General LDAP update error" msgstr "Generel Assuanfejl" -#: src/err-codes.h:337 +#: src/err-codes.h:341 msgid "Experimental LDAP error code" msgstr "" -#: src/err-codes.h:338 +#: src/err-codes.h:342 #, fuzzy #| msgid "IPC write error" msgid "Private LDAP error code" msgstr "IPC-skrivefejl" -#: src/err-codes.h:339 +#: src/err-codes.h:343 #, fuzzy #| msgid "General IPC error" msgid "Other general LDAP error" msgstr "Generel IPC-fejl" -#: src/err-codes.h:340 +#: src/err-codes.h:344 #, fuzzy #| msgid "IPC connect call failed" msgid "LDAP connecting failed (X)" msgstr "IPC-forbindelseskald mislykkedes" -#: src/err-codes.h:341 +#: src/err-codes.h:345 #, fuzzy #| msgid "General error" msgid "LDAP referral limit exceeded" msgstr "Generel fejl" -#: src/err-codes.h:342 +#: src/err-codes.h:346 msgid "LDAP client loop" msgstr "" -#: src/err-codes.h:343 +#: src/err-codes.h:347 #, fuzzy #| msgid "Card reset required" msgid "No LDAP results returned" msgstr "Kortnulstilling krævet" -#: src/err-codes.h:344 +#: src/err-codes.h:348 #, fuzzy #| msgid "Element not found" msgid "LDAP control not found" msgstr "Element er ikke fundet" -#: src/err-codes.h:345 +#: src/err-codes.h:349 #, fuzzy #| msgid "Not supported" msgid "Not supported by LDAP" msgstr "Ikke understøttet" -#: src/err-codes.h:346 +#: src/err-codes.h:350 #, fuzzy #| msgid "Unexpected error" msgid "LDAP connect error" msgstr "Uventet fejl" -#: src/err-codes.h:347 +#: src/err-codes.h:351 msgid "Out of memory in LDAP" msgstr "" -#: src/err-codes.h:348 +#: src/err-codes.h:352 msgid "Bad parameter to an LDAP routine" msgstr "" -#: src/err-codes.h:349 +#: src/err-codes.h:353 #, fuzzy #| msgid "Unsupported operation" msgid "User cancelled LDAP operation" msgstr "Ej understøttet handling" -#: src/err-codes.h:350 +#: src/err-codes.h:354 #, fuzzy #| msgid "Bad certificate" msgid "Bad LDAP search filter" msgstr "Ødelagt certifikat" -#: src/err-codes.h:351 +#: src/err-codes.h:355 #, fuzzy #| msgid "Unknown extension" msgid "Unknown LDAP authentication method" msgstr "Ukendt udvidelse" -#: src/err-codes.h:352 +#: src/err-codes.h:356 #, fuzzy #| msgid "Timeout" msgid "Timeout in LDAP" msgstr "Tidsudløb" -#: src/err-codes.h:353 +#: src/err-codes.h:357 #, fuzzy #| msgid "dirmngr error" msgid "LDAP decoding error" msgstr "dirmngr-fejl" -#: src/err-codes.h:354 +#: src/err-codes.h:358 #, fuzzy #| msgid "dirmngr error" msgid "LDAP encoding error" msgstr "dirmngr-fejl" -#: src/err-codes.h:355 +#: src/err-codes.h:359 #, fuzzy #| msgid "IPC read error" msgid "LDAP local error" msgstr "IPC-læsefejl" -#: src/err-codes.h:356 +#: src/err-codes.h:360 #, fuzzy #| msgid "Not an IPC server" msgid "Cannot contact LDAP server" msgstr "Ikke en IPC-server" -#: src/err-codes.h:357 +#: src/err-codes.h:361 #, fuzzy #| msgid "Success" msgid "LDAP success" msgstr "Lykkedes" -#: src/err-codes.h:358 +#: src/err-codes.h:362 #, fuzzy #| msgid "Configuration error" msgid "LDAP operations error" msgstr "Konfigurationsfejl" -#: src/err-codes.h:359 +#: src/err-codes.h:363 #, fuzzy #| msgid "Protocol violation" msgid "LDAP protocol error" msgstr "Protokolovertrædelse" -#: src/err-codes.h:360 +#: src/err-codes.h:364 msgid "Time limit exceeded in LDAP" msgstr "" -#: src/err-codes.h:361 +#: src/err-codes.h:365 msgid "Size limit exceeded in LDAP" msgstr "" -#: src/err-codes.h:362 +#: src/err-codes.h:366 msgid "LDAP compare false" msgstr "" -#: src/err-codes.h:363 +#: src/err-codes.h:367 msgid "LDAP compare true" msgstr "" -#: src/err-codes.h:364 +#: src/err-codes.h:368 #, fuzzy #| msgid "Unknown extension" msgid "LDAP authentication method not supported" msgstr "Ukendt udvidelse" -#: src/err-codes.h:365 +#: src/err-codes.h:369 msgid "Strong(er) LDAP authentication required" msgstr "" -#: src/err-codes.h:366 +#: src/err-codes.h:370 #, fuzzy #| msgid "Fatal alert message received" msgid "Partial LDAP results+referral received" msgstr "Modtog »fatal alarm«-besked" -#: src/err-codes.h:367 +#: src/err-codes.h:371 #, fuzzy #| msgid "General error" msgid "LDAP referral" msgstr "Generel fejl" -#: src/err-codes.h:368 +#: src/err-codes.h:372 msgid "Administrative LDAP limit exceeded" msgstr "" -#: src/err-codes.h:369 +#: src/err-codes.h:373 msgid "Critical LDAP extension is unavailable" msgstr "" -#: src/err-codes.h:370 +#: src/err-codes.h:374 #, fuzzy #| msgid "Card reset required" msgid "Confidentiality required by LDAP" msgstr "Kortnulstilling krævet" -#: src/err-codes.h:371 +#: src/err-codes.h:375 msgid "LDAP SASL bind in progress" msgstr "" -#: src/err-codes.h:372 +#: src/err-codes.h:376 msgid "No such LDAP attribute" msgstr "" -#: src/err-codes.h:373 +#: src/err-codes.h:377 #, fuzzy #| msgid "Invalid attribute" msgid "Undefined LDAP attribute type" msgstr "Ugyldig attribut" -#: src/err-codes.h:374 +#: src/err-codes.h:378 #, fuzzy #| msgid "Unsupported protection" msgid "Inappropriate matching in LDAP" msgstr "Ej understøttet beskyttelse" -#: src/err-codes.h:375 +#: src/err-codes.h:379 #, fuzzy #| msgid "Protocol violation" msgid "Constraint violation in LDAP" msgstr "Protokolovertrædelse" -#: src/err-codes.h:376 +#: src/err-codes.h:380 msgid "LDAP type or value exists" msgstr "" -#: src/err-codes.h:377 +#: src/err-codes.h:381 #, fuzzy #| msgid "Invalid state" msgid "Invalid syntax in LDAP" msgstr "Ugyldig tilstand" -#: src/err-codes.h:378 +#: src/err-codes.h:382 #, fuzzy #| msgid "No CMS object" msgid "No such LDAP object" msgstr "Intet CMS-objekt" -#: src/err-codes.h:379 +#: src/err-codes.h:383 #, fuzzy #| msgid "Hardware problem" msgid "LDAP alias problem" msgstr "Maskinelt problem" -#: src/err-codes.h:380 +#: src/err-codes.h:384 #, fuzzy #| msgid "Invalid state" msgid "Invalid DN syntax in LDAP" msgstr "Ugyldig tilstand" -#: src/err-codes.h:381 +#: src/err-codes.h:385 msgid "LDAP entry is a leaf" msgstr "" -#: src/err-codes.h:382 +#: src/err-codes.h:386 #, fuzzy #| msgid "Encoding problem" msgid "LDAP alias dereferencing problem" msgstr "Kodningsproblem" -#: src/err-codes.h:383 +#: src/err-codes.h:387 msgid "LDAP proxy authorization failure (X)" msgstr "" -#: src/err-codes.h:384 +#: src/err-codes.h:388 #, fuzzy #| msgid "Unsupported protection" msgid "Inappropriate LDAP authentication" msgstr "Ej understøttet beskyttelse" -#: src/err-codes.h:385 +#: src/err-codes.h:389 #, fuzzy #| msgid "Invalid card" msgid "Invalid LDAP credentials" msgstr "Ugyldigt kort" -#: src/err-codes.h:386 +#: src/err-codes.h:390 msgid "Insufficient access for LDAP" msgstr "" -#: src/err-codes.h:387 +#: src/err-codes.h:391 msgid "LDAP server is busy" msgstr "" -#: src/err-codes.h:388 +#: src/err-codes.h:392 #, fuzzy #| msgid "No keyserver available" msgid "LDAP server is unavailable" msgstr "Ingen nøgleserver tilgængelig" -#: src/err-codes.h:389 +#: src/err-codes.h:393 msgid "LDAP server is unwilling to perform" msgstr "" -#: src/err-codes.h:390 +#: src/err-codes.h:394 msgid "Loop detected by LDAP" msgstr "" -#: src/err-codes.h:391 +#: src/err-codes.h:395 #, fuzzy #| msgid "Missing action" msgid "LDAP naming violation" msgstr "Manglende handling" -#: src/err-codes.h:392 +#: src/err-codes.h:396 #, fuzzy #| msgid "Protocol violation" msgid "LDAP object class violation" msgstr "Protokolovertrædelse" -#: src/err-codes.h:393 +#: src/err-codes.h:397 #, fuzzy #| msgid "Operation not yet finished" msgid "LDAP operation not allowed on non-leaf" msgstr "Handling ikke færdig endnu" -#: src/err-codes.h:394 +#: src/err-codes.h:398 #, fuzzy #| msgid "Operation cancelled" msgid "LDAP operation not allowed on RDN" msgstr "Handling afbrudt" -#: src/err-codes.h:395 +#: src/err-codes.h:399 msgid "Already exists (LDAP)" msgstr "" -#: src/err-codes.h:396 +#: src/err-codes.h:400 msgid "Cannot modify LDAP object class" msgstr "" -#: src/err-codes.h:397 +#: src/err-codes.h:401 #, fuzzy #| msgid "Line too long" msgid "LDAP results too large" msgstr "Linje er for lang" -#: src/err-codes.h:398 +#: src/err-codes.h:402 #, fuzzy #| msgid "Operation cancelled" msgid "LDAP operation affects multiple DSAs" msgstr "Handling afbrudt" -#: src/err-codes.h:399 +#: src/err-codes.h:403 msgid "Virtual LDAP list view error" msgstr "" -#: src/err-codes.h:400 +#: src/err-codes.h:404 #, fuzzy #| msgid "General IPC error" msgid "Other LDAP error" msgstr "Generel IPC-fejl" -#: src/err-codes.h:401 +#: src/err-codes.h:405 #, fuzzy #| msgid "Resources exhausted" msgid "Resources exhausted in LCUP" msgstr "Ressourcer opbrugt" -#: src/err-codes.h:402 +#: src/err-codes.h:406 #, fuzzy #| msgid "Protocol violation" msgid "Security violation in LCUP" msgstr "Protokolovertrædelse" -#: src/err-codes.h:403 +#: src/err-codes.h:407 #, fuzzy #| msgid "Invalid state" msgid "Invalid data in LCUP" msgstr "Ugyldig tilstand" -#: src/err-codes.h:404 +#: src/err-codes.h:408 #, fuzzy #| msgid "Unsupported certificate" msgid "Unsupported scheme in LCUP" msgstr "Ej understøttet certifikat" -#: src/err-codes.h:405 +#: src/err-codes.h:409 #, fuzzy #| msgid "Card reset required" msgid "Reload required in LCUP" msgstr "Kortnulstilling krævet" -#: src/err-codes.h:406 +#: src/err-codes.h:410 #, fuzzy #| msgid "Success" msgid "LDAP cancelled" msgstr "Lykkedes" -#: src/err-codes.h:407 +#: src/err-codes.h:411 #, fuzzy #| msgid "Not operational" msgid "No LDAP operation to cancel" msgstr "Ikke funktionsdygtig" -#: src/err-codes.h:408 +#: src/err-codes.h:412 #, fuzzy #| msgid "Not operational" msgid "Too late to cancel LDAP" msgstr "Ikke funktionsdygtig" -#: src/err-codes.h:409 +#: src/err-codes.h:413 #, fuzzy #| msgid "Not an IPC server" msgid "Cannot cancel LDAP" msgstr "Ikke en IPC-server" -#: src/err-codes.h:410 +#: src/err-codes.h:414 #, fuzzy #| msgid "Decryption failed" msgid "LDAP assertion failed" msgstr "Afkryptering mislykkedes" -#: src/err-codes.h:411 +#: src/err-codes.h:415 msgid "Proxied authorization denied by LDAP" msgstr "" -#: src/err-codes.h:412 +#: src/err-codes.h:416 msgid "User defined error code 1" msgstr "Brugerdefineret fejlkode 1" -#: src/err-codes.h:413 +#: src/err-codes.h:417 msgid "User defined error code 2" msgstr "Brugerdefineret fejlkode 2" -#: src/err-codes.h:414 +#: src/err-codes.h:418 msgid "User defined error code 3" msgstr "Brugerdefineret fejlkode 3" -#: src/err-codes.h:415 +#: src/err-codes.h:419 msgid "User defined error code 4" msgstr "Brugerdefineret fejlkode 4" -#: src/err-codes.h:416 +#: src/err-codes.h:420 msgid "User defined error code 5" msgstr "Brugerdefineret fejlkode 5" -#: src/err-codes.h:417 +#: src/err-codes.h:421 msgid "User defined error code 6" msgstr "Brugerdefineret fejlkode 6" -#: src/err-codes.h:418 +#: src/err-codes.h:422 msgid "User defined error code 7" msgstr "Brugerdefineret fejlkode 7" -#: src/err-codes.h:419 +#: src/err-codes.h:423 msgid "User defined error code 8" msgstr "Brugerdefineret fejlkode 8" -#: src/err-codes.h:420 +#: src/err-codes.h:424 msgid "User defined error code 9" msgstr "Brugerdefineret fejlkode 9" -#: src/err-codes.h:421 +#: src/err-codes.h:425 msgid "User defined error code 10" msgstr "Brugerdefineret fejlkode 10" -#: src/err-codes.h:422 +#: src/err-codes.h:426 msgid "User defined error code 11" msgstr "Brugerdefineret fejlkode 11" -#: src/err-codes.h:423 +#: src/err-codes.h:427 msgid "User defined error code 12" msgstr "Brugerdefineret fejlkode 12" -#: src/err-codes.h:424 +#: src/err-codes.h:428 msgid "User defined error code 13" msgstr "Brugerdefineret fejlkode 13" -#: src/err-codes.h:425 +#: src/err-codes.h:429 msgid "User defined error code 14" msgstr "Brugerdefineret fejlkode 14" -#: src/err-codes.h:426 +#: src/err-codes.h:430 msgid "User defined error code 15" msgstr "Brugerdefineret fejlkode 15" -#: src/err-codes.h:427 +#: src/err-codes.h:431 msgid "User defined error code 16" msgstr "Brugerdefineret fejlkode 16" -#: src/err-codes.h:428 +#: src/err-codes.h:432 +#, fuzzy +#| msgid "Success" +msgid "SQL success" +msgstr "Lykkedes" + +#: src/err-codes.h:433 +#, fuzzy +#| msgid "Syntax error" +msgid "SQL error" +msgstr "Syntaksfejl" + +#: src/err-codes.h:434 +msgid "Internal logic error in SQL library" +msgstr "" + +#: src/err-codes.h:435 +msgid "Access permission denied (SQL)" +msgstr "" + +#: src/err-codes.h:436 +msgid "SQL abort was requested" +msgstr "" + +#: src/err-codes.h:437 +msgid "SQL database file is locked" +msgstr "" + +#: src/err-codes.h:438 +msgid "An SQL table in the database is locked" +msgstr "" + +#: src/err-codes.h:439 +msgid "SQL library ran out of core" +msgstr "" + +#: src/err-codes.h:440 +msgid "Attempt to write a readonly SQL database" +msgstr "" + +#: src/err-codes.h:441 +msgid "SQL operation terminated by interrupt" +msgstr "" + +#: src/err-codes.h:442 +msgid "I/O error during SQL operation" +msgstr "" + +#: src/err-codes.h:443 +msgid "SQL database disk image is malformed" +msgstr "" + +#: src/err-codes.h:444 +msgid "Unknown opcode in SQL file control" +msgstr "" + +#: src/err-codes.h:445 +msgid "Insertion failed because SQL database is full" +msgstr "" + +#: src/err-codes.h:446 +msgid "Unable to open the SQL database file" +msgstr "" + +#: src/err-codes.h:447 +#, fuzzy +#| msgid "Protocol violation" +msgid "SQL database lock protocol error" +msgstr "Protokolovertrædelse" + +#: src/err-codes.h:448 +msgid "(internal SQL code: empty)" +msgstr "" + +#: src/err-codes.h:449 +msgid "SQL database schema changed" +msgstr "" + +#: src/err-codes.h:450 +msgid "String or blob exceeds size limit (SQL)" +msgstr "" + +#: src/err-codes.h:451 +msgid "SQL abort due to constraint violation" +msgstr "" + +#: src/err-codes.h:452 +msgid "Data type mismatch (SQL)" +msgstr "" + +#: src/err-codes.h:453 +msgid "SQL library used incorrectly" +msgstr "" + +#: src/err-codes.h:454 +msgid "SQL library uses unsupported OS features" +msgstr "" + +#: src/err-codes.h:455 +msgid "Authorization denied (SQL)" +msgstr "" + +#: src/err-codes.h:456 +msgid "(unused SQL code: format)" +msgstr "" + +#: src/err-codes.h:457 +msgid "SQL bind parameter out of range" +msgstr "" + +#: src/err-codes.h:458 +msgid "File opened that is not an SQL database file" +msgstr "" + +#: src/err-codes.h:459 +msgid "Notifications from SQL logger" +msgstr "" + +#: src/err-codes.h:460 +msgid "Warnings from SQL logger" +msgstr "" + +#: src/err-codes.h:461 +msgid "SQL has another row ready" +msgstr "" + +#: src/err-codes.h:462 +msgid "SQL has finished executing" +msgstr "" + +#: src/err-codes.h:463 msgid "System error w/o errno" msgstr "Systemfejl w/o errno" -#: src/err-codes.h:429 +#: src/err-codes.h:464 msgid "Unknown system error" msgstr "Ukendt systemfejl" -#: src/err-codes.h:430 +#: src/err-codes.h:465 msgid "End of file" msgstr "Slutning på fil" -#: src/err-codes.h:431 +#: src/err-codes.h:466 msgid "Unknown error code" msgstr "Ukendt fejlkode" @@ -1962,11 +2114,11 @@ msgid "invalid option \"%.50s\"\n" msgstr "ugyldigt tilvalg »%.50s«\n" -#: src/gpg-error.c:458 +#: src/gpg-error.c:522 msgid "Please report bugs to .\n" msgstr "" -#: src/gpg-error.c:658 +#: src/gpg-error.c:729 #, c-format msgid "warning: could not recognize %s\n" msgstr "advarsel: kunne ikke genkende %s\n" Binary files /tmp/tmpeBhJ8b/DYdK_kAkbs/libgpg-error-1.36/po/de.gmo and /tmp/tmpeBhJ8b/ZYgSCVH70z/libgpg-error-1.37/po/de.gmo differ diff -Nru libgpg-error-1.36/po/de.po libgpg-error-1.37/po/de.po --- libgpg-error-1.36/po/de.po 2019-03-19 08:58:30.000000000 +0000 +++ libgpg-error-1.37/po/de.po 2020-02-07 12:14:19.000000000 +0000 @@ -7,8 +7,8 @@ msgstr "" "Project-Id-Version: libgpg-error-1.19\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2019-03-19 09:58+0100\n" -"PO-Revision-Date: 2019-03-19 09:54+0100\n" +"POT-Creation-Date: 2020-02-07 13:14+0100\n" +"PO-Revision-Date: 2020-02-07 13:09+0100\n" "Last-Translator: Werner Koch \n" "Language-Team: none\n" "Language: de\n" @@ -1291,445 +1291,585 @@ msgstr "Falsche Authentifizierung" #: src/err-codes.h:322 +msgid "No Keybox daemon running" +msgstr "Keybox-Daemon läuft nicht" + +#: src/err-codes.h:323 +msgid "Keybox daemon error" +msgstr "Fehler im Keybox-Daemon" + +#: src/err-codes.h:324 +msgid "Service is not running" +msgstr "Service ist nicht aktiv" + +#: src/err-codes.h:325 +msgid "Service error" +msgstr "Fehler im Service" + +#: src/err-codes.h:326 msgid "System bug detected" msgstr "Fehler im System entdeckt" -#: src/err-codes.h:323 +#: src/err-codes.h:327 msgid "Unknown DNS error" msgstr "Unbekannter DNS Fehler" -#: src/err-codes.h:324 +#: src/err-codes.h:328 msgid "Invalid DNS section" msgstr "Ungültige DNS \"Section\"" -#: src/err-codes.h:325 +#: src/err-codes.h:329 msgid "Invalid textual address form" msgstr "Ungültige Textadressenformat" # "in der Kette" ist part of the message because many users know about # certificate chains and thus that keyword might give them a good hint # what might be wrong. -#: src/err-codes.h:326 +#: src/err-codes.h:330 msgid "Missing DNS query packet" msgstr "Fehlendes DNS Anfragepaket" -#: src/err-codes.h:327 +#: src/err-codes.h:331 msgid "Missing DNS answer packet" msgstr "Fehlendes DNS Antwortpaket" -#: src/err-codes.h:328 +#: src/err-codes.h:332 msgid "Connection closed in DNS" msgstr "Verbindung im DNS geschlossen" -#: src/err-codes.h:329 +#: src/err-codes.h:333 msgid "Verification failed in DNS" msgstr "Prüfung im DNS fehlgeschlagen" -#: src/err-codes.h:330 +#: src/err-codes.h:334 msgid "DNS Timeout" msgstr "DNS Zeitüberschreitung" -#: src/err-codes.h:331 +#: src/err-codes.h:335 msgid "General LDAP error" msgstr "Allgemeiner LDAP Fehler" -#: src/err-codes.h:332 +#: src/err-codes.h:336 msgid "General LDAP attribute error" msgstr "Allgemeiner LDAP Attributfehler" -#: src/err-codes.h:333 +#: src/err-codes.h:337 msgid "General LDAP name error" msgstr "Allgemeiner LDAP Namensfehler" -#: src/err-codes.h:334 +#: src/err-codes.h:338 msgid "General LDAP security error" msgstr "Allgemeiner LDAP Sicherheitsfehler" -#: src/err-codes.h:335 +#: src/err-codes.h:339 msgid "General LDAP service error" msgstr "Allgemeiner LDAP Servicefehler" -#: src/err-codes.h:336 +#: src/err-codes.h:340 msgid "General LDAP update error" msgstr "Allgemeiner LDAP \"Update\" Fehler" -#: src/err-codes.h:337 +#: src/err-codes.h:341 msgid "Experimental LDAP error code" msgstr "Experimenteller LDAP Fehlercode" -#: src/err-codes.h:338 +#: src/err-codes.h:342 msgid "Private LDAP error code" msgstr "Privater LDAP Fehlercode" -#: src/err-codes.h:339 +#: src/err-codes.h:343 msgid "Other general LDAP error" msgstr "Sonstiger allgemeiner LDAP Fehler" -#: src/err-codes.h:340 +#: src/err-codes.h:344 msgid "LDAP connecting failed (X)" msgstr "Fehler beim LDAP Verbindungsaufbau (X)" -#: src/err-codes.h:341 +#: src/err-codes.h:345 msgid "LDAP referral limit exceeded" msgstr "Grenze für LDAP Verweise überschritten" -#: src/err-codes.h:342 +#: src/err-codes.h:346 msgid "LDAP client loop" msgstr "Schleife im LDAP Client entdeckt" -#: src/err-codes.h:343 +#: src/err-codes.h:347 msgid "No LDAP results returned" msgstr "Keine LDAP Ergebnisse" -#: src/err-codes.h:344 +#: src/err-codes.h:348 msgid "LDAP control not found" msgstr "LDAP \"Control\" nicht gefunden" -#: src/err-codes.h:345 +#: src/err-codes.h:349 msgid "Not supported by LDAP" msgstr "Von LDAP nicht unterstützt" -#: src/err-codes.h:346 +#: src/err-codes.h:350 msgid "LDAP connect error" msgstr "LDAP Verbindungsfehler" -#: src/err-codes.h:347 +#: src/err-codes.h:351 msgid "Out of memory in LDAP" msgstr "Nicht genügend Speicher für LDAP Operation" -#: src/err-codes.h:348 +#: src/err-codes.h:352 msgid "Bad parameter to an LDAP routine" msgstr "Ungültiger Parameter an LDAP Funktion übergeben" -#: src/err-codes.h:349 +#: src/err-codes.h:353 msgid "User cancelled LDAP operation" msgstr "LDAP Verarbeitung durch Benutzer abgebrochen" -#: src/err-codes.h:350 +#: src/err-codes.h:354 msgid "Bad LDAP search filter" msgstr "Fehlerhaftes LDAP Suchfilter" -#: src/err-codes.h:351 +#: src/err-codes.h:355 msgid "Unknown LDAP authentication method" msgstr "Unbekanntes LDAP Authentifizierungsverfahren" -#: src/err-codes.h:352 +#: src/err-codes.h:356 msgid "Timeout in LDAP" msgstr "Zeitüberschreitung (LDAP)" -#: src/err-codes.h:353 +#: src/err-codes.h:357 msgid "LDAP decoding error" msgstr "LDAP Dekodierungsfehler" -#: src/err-codes.h:354 +#: src/err-codes.h:358 msgid "LDAP encoding error" msgstr "LDAP Kodierungsfehler" -#: src/err-codes.h:355 +#: src/err-codes.h:359 msgid "LDAP local error" msgstr "Lokaler LDAP Fehler" -#: src/err-codes.h:356 +#: src/err-codes.h:360 msgid "Cannot contact LDAP server" msgstr "Verbindung zum LDAP Server nicht möglich" -#: src/err-codes.h:357 +#: src/err-codes.h:361 msgid "LDAP success" msgstr "LDAP erfolgreich" -#: src/err-codes.h:358 +#: src/err-codes.h:362 msgid "LDAP operations error" msgstr "LDAP Konfigurationsfehler" -#: src/err-codes.h:359 +#: src/err-codes.h:363 msgid "LDAP protocol error" msgstr "LDAP Protokollverletzung" -#: src/err-codes.h:360 +#: src/err-codes.h:364 msgid "Time limit exceeded in LDAP" msgstr "Zeitgrenze von LDAP überschritten" -#: src/err-codes.h:361 +#: src/err-codes.h:365 msgid "Size limit exceeded in LDAP" msgstr "Größengrenze von LDAP überschritten" -#: src/err-codes.h:362 +#: src/err-codes.h:366 msgid "LDAP compare false" msgstr "LDAP Vergleich falsch" -#: src/err-codes.h:363 +#: src/err-codes.h:367 msgid "LDAP compare true" msgstr "LDAP Vergleich richtig" -#: src/err-codes.h:364 +#: src/err-codes.h:368 msgid "LDAP authentication method not supported" msgstr "LDAP Authentifizierungsverfahren nicht unterstützt" -#: src/err-codes.h:365 +#: src/err-codes.h:369 msgid "Strong(er) LDAP authentication required" msgstr "Starke LDAP Authentifizierung benötigt" -#: src/err-codes.h:366 +#: src/err-codes.h:370 msgid "Partial LDAP results+referral received" msgstr "Partielle LDAP Ergebnisse und Verweise erhalten" -#: src/err-codes.h:367 +#: src/err-codes.h:371 msgid "LDAP referral" msgstr "LDAP Verweise" -#: src/err-codes.h:368 +#: src/err-codes.h:372 msgid "Administrative LDAP limit exceeded" msgstr "Administrative LDAP Grenze überschritten" -#: src/err-codes.h:369 +#: src/err-codes.h:373 msgid "Critical LDAP extension is unavailable" msgstr "Kritische LDAP Erweiterung nicht vorhanden" -#: src/err-codes.h:370 +#: src/err-codes.h:374 msgid "Confidentiality required by LDAP" msgstr "Vertraulichkeit von LDAP angefordert" -#: src/err-codes.h:371 +#: src/err-codes.h:375 msgid "LDAP SASL bind in progress" msgstr "LDAP SALS \"bind\" wird durchgeführt" -#: src/err-codes.h:372 +#: src/err-codes.h:376 msgid "No such LDAP attribute" msgstr "Kein solches LDAP Attribut" -#: src/err-codes.h:373 +#: src/err-codes.h:377 msgid "Undefined LDAP attribute type" msgstr "Ungültiger LDAP Attributtyp" -#: src/err-codes.h:374 +#: src/err-codes.h:378 msgid "Inappropriate matching in LDAP" msgstr "Unpassende Zusammenstellung in LDAP" -#: src/err-codes.h:375 +#: src/err-codes.h:379 msgid "Constraint violation in LDAP" msgstr "Bedingung nicht eingehalten in LDAP" -#: src/err-codes.h:376 +#: src/err-codes.h:380 msgid "LDAP type or value exists" msgstr "LDAP Typ oder Wert existiert" -#: src/err-codes.h:377 +#: src/err-codes.h:381 msgid "Invalid syntax in LDAP" msgstr "Ungültiger Status in LDAP" -#: src/err-codes.h:378 +#: src/err-codes.h:382 msgid "No such LDAP object" msgstr "Kein solches LDAP Objekt" -#: src/err-codes.h:379 +#: src/err-codes.h:383 msgid "LDAP alias problem" msgstr "Problem mit LDAP Alias" -#: src/err-codes.h:380 +#: src/err-codes.h:384 msgid "Invalid DN syntax in LDAP" msgstr "Ungültiger DN Synatx in LDAP" -#: src/err-codes.h:381 +#: src/err-codes.h:385 msgid "LDAP entry is a leaf" msgstr "LDAP Element ist ein \"leaf\"" -#: src/err-codes.h:382 +#: src/err-codes.h:386 msgid "LDAP alias dereferencing problem" msgstr "Problem bei der Auflösung eines LDAP Aliases" -#: src/err-codes.h:383 +#: src/err-codes.h:387 msgid "LDAP proxy authorization failure (X)" msgstr "LDAP Proxy Authentifizierung fehlgeschlagen (X)" -#: src/err-codes.h:384 +#: src/err-codes.h:388 msgid "Inappropriate LDAP authentication" msgstr "Unpassende LDAP Authentifizierung" -#: src/err-codes.h:385 +#: src/err-codes.h:389 msgid "Invalid LDAP credentials" msgstr "Ungültige LDAP Credentials" -#: src/err-codes.h:386 +#: src/err-codes.h:390 msgid "Insufficient access for LDAP" msgstr "Ungenügende Zugriffsrechte für LDAP" -#: src/err-codes.h:387 +#: src/err-codes.h:391 msgid "LDAP server is busy" msgstr "LDAP Server ist beschäftigt" -#: src/err-codes.h:388 +#: src/err-codes.h:392 msgid "LDAP server is unavailable" msgstr "LDAP Server nicht verfügbar" -#: src/err-codes.h:389 +#: src/err-codes.h:393 msgid "LDAP server is unwilling to perform" msgstr "LDAP Server weigert sich etwas durchzuführen" -#: src/err-codes.h:390 +#: src/err-codes.h:394 msgid "Loop detected by LDAP" msgstr "LDAP hat eine Schleife erkannt" -#: src/err-codes.h:391 +#: src/err-codes.h:395 msgid "LDAP naming violation" msgstr "LDAP Benennungsverletzung" -#: src/err-codes.h:392 +#: src/err-codes.h:396 msgid "LDAP object class violation" msgstr "Verletzung der LDAP Objektklasse" -#: src/err-codes.h:393 +#: src/err-codes.h:397 msgid "LDAP operation not allowed on non-leaf" msgstr "LDAP Operation auf einem Nicht-\"Leaf\" ist nicht erlaubt" -#: src/err-codes.h:394 +#: src/err-codes.h:398 msgid "LDAP operation not allowed on RDN" msgstr "LDAP Operation nicht erlaubt auf einem RDN" -#: src/err-codes.h:395 +#: src/err-codes.h:399 msgid "Already exists (LDAP)" msgstr "Existiert bereits (LDAP)" -#: src/err-codes.h:396 +#: src/err-codes.h:400 msgid "Cannot modify LDAP object class" msgstr "Die LDAP Objektklasse kann nicht geändert werden" -#: src/err-codes.h:397 +#: src/err-codes.h:401 msgid "LDAP results too large" msgstr "LDAP Ergebnisse sind zu lang" -#: src/err-codes.h:398 +#: src/err-codes.h:402 msgid "LDAP operation affects multiple DSAs" msgstr "LDAP Operation betrifft mehrere DSAs" -#: src/err-codes.h:399 +#: src/err-codes.h:403 msgid "Virtual LDAP list view error" msgstr "Fehler in virtueller LDAP \"list view\"" -#: src/err-codes.h:400 +#: src/err-codes.h:404 msgid "Other LDAP error" msgstr "Sonstiger allgemeiner LDAP Fehler" -#: src/err-codes.h:401 +#: src/err-codes.h:405 msgid "Resources exhausted in LCUP" msgstr "Ressourcen erschöpft in LCUP" -#: src/err-codes.h:402 +#: src/err-codes.h:406 msgid "Security violation in LCUP" msgstr "Sicherheitsverletzung in LCUP" -#: src/err-codes.h:403 +#: src/err-codes.h:407 msgid "Invalid data in LCUP" msgstr "Ungültige Daten in LDAP" -#: src/err-codes.h:404 +#: src/err-codes.h:408 msgid "Unsupported scheme in LCUP" msgstr "Nicht unterstütztes Schema in LCUP" -#: src/err-codes.h:405 +#: src/err-codes.h:409 msgid "Reload required in LCUP" msgstr "\"Reload\" notwendig in LCUP" -#: src/err-codes.h:406 +#: src/err-codes.h:410 msgid "LDAP cancelled" msgstr "LDAP wurde abgebrochen" -#: src/err-codes.h:407 +#: src/err-codes.h:411 msgid "No LDAP operation to cancel" msgstr "Fehlende LDAP Operation zum abbrechen" -#: src/err-codes.h:408 +#: src/err-codes.h:412 msgid "Too late to cancel LDAP" msgstr "Zu spät um LDAP Operation abzubrechen" -#: src/err-codes.h:409 +#: src/err-codes.h:413 msgid "Cannot cancel LDAP" msgstr "LDAP Operation kann nicht abgebrochen werden" -#: src/err-codes.h:410 +#: src/err-codes.h:414 msgid "LDAP assertion failed" msgstr "LDAP \"Assertion\" fehlgeschlagen" -#: src/err-codes.h:411 +#: src/err-codes.h:415 msgid "Proxied authorization denied by LDAP" msgstr "LDAP Authentifizierung via Proxy wurde verweigert" -#: src/err-codes.h:412 +#: src/err-codes.h:416 msgid "User defined error code 1" msgstr "Benutzerdefinierter Fehlercode 1" -#: src/err-codes.h:413 +#: src/err-codes.h:417 msgid "User defined error code 2" msgstr "Benutzerdefinierter Fehlercode 2" -#: src/err-codes.h:414 +#: src/err-codes.h:418 msgid "User defined error code 3" msgstr "Benutzerdefinierter Fehlercode 3" -#: src/err-codes.h:415 +#: src/err-codes.h:419 msgid "User defined error code 4" msgstr "Benutzerdefinierter Fehlercode 4" -#: src/err-codes.h:416 +#: src/err-codes.h:420 msgid "User defined error code 5" msgstr "Benutzerdefinierter Fehlercode 5" -#: src/err-codes.h:417 +#: src/err-codes.h:421 msgid "User defined error code 6" msgstr "Benutzerdefinierter Fehlercode 6" -#: src/err-codes.h:418 +#: src/err-codes.h:422 msgid "User defined error code 7" msgstr "Benutzerdefinierter Fehlercode 7" -#: src/err-codes.h:419 +#: src/err-codes.h:423 msgid "User defined error code 8" msgstr "Benutzerdefinierter Fehlercode 8" -#: src/err-codes.h:420 +#: src/err-codes.h:424 msgid "User defined error code 9" msgstr "Benutzerdefinierter Fehlercode 9" -#: src/err-codes.h:421 +#: src/err-codes.h:425 msgid "User defined error code 10" msgstr "Benutzerdefinierter Fehlercode 10" -#: src/err-codes.h:422 +#: src/err-codes.h:426 msgid "User defined error code 11" msgstr "Benutzerdefinierter Fehlercode 11" -#: src/err-codes.h:423 +#: src/err-codes.h:427 msgid "User defined error code 12" msgstr "Benutzerdefinierter Fehlercode 12" -#: src/err-codes.h:424 +#: src/err-codes.h:428 msgid "User defined error code 13" msgstr "Benutzerdefinierter Fehlercode 13" -#: src/err-codes.h:425 +#: src/err-codes.h:429 msgid "User defined error code 14" msgstr "Benutzerdefinierter Fehlercode 14" -#: src/err-codes.h:426 +#: src/err-codes.h:430 msgid "User defined error code 15" msgstr "Benutzerdefinierter Fehlercode 15" -#: src/err-codes.h:427 +#: src/err-codes.h:431 msgid "User defined error code 16" msgstr "Benutzerdefinierter Fehlercode 16" -#: src/err-codes.h:428 +#: src/err-codes.h:432 +msgid "SQL success" +msgstr "SQL erfolgreich" + +#: src/err-codes.h:433 +msgid "SQL error" +msgstr "SQL Fehler" + +#: src/err-codes.h:434 +msgid "Internal logic error in SQL library" +msgstr "Interner Logikfehler in der SQL Bibliothek" + +#: src/err-codes.h:435 +msgid "Access permission denied (SQL)" +msgstr "Zugriff verweigert (SQL)" + +#: src/err-codes.h:436 +msgid "SQL abort was requested" +msgstr "SQL Abbruch wurde angefordert" + +#: src/err-codes.h:437 +msgid "SQL database file is locked" +msgstr "SQL Datenbank ist gesperrt" + +#: src/err-codes.h:438 +msgid "An SQL table in the database is locked" +msgstr "Eine SQL Tabelle in der Datenbank ist gesperrt" + +#: src/err-codes.h:439 +msgid "SQL library ran out of core" +msgstr "SQL Bibliothek hat nicht mehr genügend Hauptspeicher" + +#: src/err-codes.h:440 +msgid "Attempt to write a readonly SQL database" +msgstr "Versuch auf einen read-only SQL Datenbank zu schreiben" + +#: src/err-codes.h:441 +msgid "SQL operation terminated by interrupt" +msgstr "SQL Operation durch einen Interrupt beendet" + +#: src/err-codes.h:442 +msgid "I/O error during SQL operation" +msgstr "I/O Fehler während einer SQL Operation" + +#: src/err-codes.h:443 +msgid "SQL database disk image is malformed" +msgstr "Dateiabbild der SQL Datenbank ist fehlerhaft" + +#: src/err-codes.h:444 +msgid "Unknown opcode in SQL file control" +msgstr "Unbekannter \"opcode\" in der SQL Dateisteuerung" + +#: src/err-codes.h:445 +msgid "Insertion failed because SQL database is full" +msgstr "Einfügen in SQL Datenbank fehlgeschlagen da die Platte voll ist" + +#: src/err-codes.h:446 +msgid "Unable to open the SQL database file" +msgstr "Die Datei der SQL Datenbank konnte nicht geöffnet werden" + +#: src/err-codes.h:447 +msgid "SQL database lock protocol error" +msgstr "SQL Dateisperren Protokollverletzung" + +#: src/err-codes.h:448 +msgid "(internal SQL code: empty)" +msgstr "(Interner SQL Code: leer)" + +#: src/err-codes.h:449 +msgid "SQL database schema changed" +msgstr "SQL Datenbankschema hat sich geändert" + +#: src/err-codes.h:450 +msgid "String or blob exceeds size limit (SQL)" +msgstr "String oder Blob ist zu gross (SQL)" + +#: src/err-codes.h:451 +msgid "SQL abort due to constraint violation" +msgstr "SQL Abbruch wg. einer nicht eingehaltenen Zwangsbedingung" + +#: src/err-codes.h:452 +msgid "Data type mismatch (SQL)" +msgstr "Datentyp stimmt nicht überein (SQL)" + +#: src/err-codes.h:453 +msgid "SQL library used incorrectly" +msgstr "SQL Bibliothek wurde falsch verwendet" + +#: src/err-codes.h:454 +msgid "SQL library uses unsupported OS features" +msgstr "SQL Bibliothek benutzt vom OS nicht unterstützte Funktionen" + +#: src/err-codes.h:455 +msgid "Authorization denied (SQL)" +msgstr "Authentifizierung verweigert (SQL)" + +#: src/err-codes.h:456 +msgid "(unused SQL code: format)" +msgstr "(unused SQL code: format)" + +#: src/err-codes.h:457 +msgid "SQL bind parameter out of range" +msgstr "SQL Bind-Parameter ausserhalb der Grenzwerte" + +#: src/err-codes.h:458 +msgid "File opened that is not an SQL database file" +msgstr "Geöffnete Datei ist keine SQL Datenbank" + +#: src/err-codes.h:459 +msgid "Notifications from SQL logger" +msgstr "Benachrichtigungen vom SQL Logger" + +#: src/err-codes.h:460 +msgid "Warnings from SQL logger" +msgstr "Warnungen vom SQL Logger" + +#: src/err-codes.h:461 +msgid "SQL has another row ready" +msgstr "SQL hält eine neue \"Row\" bereit" + +#: src/err-codes.h:462 +msgid "SQL has finished executing" +msgstr "SQL Ausführung ist beendet" + +#: src/err-codes.h:463 msgid "System error w/o errno" msgstr "Systemfehler ohne gesetzten Systemfehlercode" -#: src/err-codes.h:429 +#: src/err-codes.h:464 msgid "Unknown system error" msgstr "Unbekannter Systemfehler" -#: src/err-codes.h:430 +#: src/err-codes.h:465 msgid "End of file" msgstr "Dateiende" -#: src/err-codes.h:431 +#: src/err-codes.h:466 msgid "Unknown error code" msgstr "Unbekannter Fehlercode" @@ -1808,12 +1948,12 @@ msgid "invalid option \"%.50s\"\n" msgstr "Ungültige Option \"%.50s\"\n" -#: src/gpg-error.c:458 +#: src/gpg-error.c:522 msgid "Please report bugs to .\n" msgstr "" "Berichte über Programmfehler bitte in englisch an .\n" -#: src/gpg-error.c:658 +#: src/gpg-error.c:729 #, c-format msgid "warning: could not recognize %s\n" msgstr "Warnung: %s konnte nicht erkannt werden\n" Binary files /tmp/tmpeBhJ8b/DYdK_kAkbs/libgpg-error-1.36/po/eo.gmo and /tmp/tmpeBhJ8b/ZYgSCVH70z/libgpg-error-1.37/po/eo.gmo differ diff -Nru libgpg-error-1.36/po/eo.po libgpg-error-1.37/po/eo.po --- libgpg-error-1.36/po/eo.po 2019-03-19 08:58:30.000000000 +0000 +++ libgpg-error-1.37/po/eo.po 2020-02-07 12:14:19.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libgpg-error 1.7\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2019-03-19 09:58+0100\n" +"POT-Creation-Date: 2020-02-07 13:14+0100\n" "PO-Revision-Date: 2018-03-21 19:01+0100\n" "Last-Translator: Felipe Castro \n" "Language-Team: Esperanto \n" @@ -1377,564 +1377,716 @@ msgstr "Nesubtenata protekto" #: src/err-codes.h:322 +#, fuzzy +#| msgid "No agent running" +msgid "No Keybox daemon running" +msgstr "Neniu agento rulas" + +#: src/err-codes.h:323 +#, fuzzy +#| msgid "SmartCard daemon error" +msgid "Keybox daemon error" +msgstr "Eraro de la demono SmartCard" + +#: src/err-codes.h:324 +msgid "Service is not running" +msgstr "" + +#: src/err-codes.h:325 +#, fuzzy +#| msgid "Keyserver error" +msgid "Service error" +msgstr "Ŝlosilservila eraro" + +#: src/err-codes.h:326 msgid "System bug detected" msgstr "" -#: src/err-codes.h:323 +#: src/err-codes.h:327 #, fuzzy #| msgid "Unknown system error" msgid "Unknown DNS error" msgstr "Nekonata sistem-eraro" -#: src/err-codes.h:324 +#: src/err-codes.h:328 #, fuzzy #| msgid "Invalid OID string" msgid "Invalid DNS section" msgstr "Malvalida ĉeno OID" -#: src/err-codes.h:325 +#: src/err-codes.h:329 #, fuzzy #| msgid "Invalid S-expression" msgid "Invalid textual address form" msgstr "Malvalida S-esprimo" -#: src/err-codes.h:326 +#: src/err-codes.h:330 #, fuzzy #| msgid "Missing certificate" msgid "Missing DNS query packet" msgstr "Mankas atestilo" -#: src/err-codes.h:327 +#: src/err-codes.h:331 msgid "Missing DNS answer packet" msgstr "" -#: src/err-codes.h:328 +#: src/err-codes.h:332 msgid "Connection closed in DNS" msgstr "" -#: src/err-codes.h:329 +#: src/err-codes.h:333 #, fuzzy #| msgid "Decryption failed" msgid "Verification failed in DNS" msgstr "Malĉifro fiaskis" -#: src/err-codes.h:330 +#: src/err-codes.h:334 #, fuzzy #| msgid "Timeout" msgid "DNS Timeout" msgstr "Tempofino" -#: src/err-codes.h:331 +#: src/err-codes.h:335 #, fuzzy #| msgid "General IPC error" msgid "General LDAP error" msgstr "Ĝenerala eraro de IPC" -#: src/err-codes.h:332 +#: src/err-codes.h:336 #, fuzzy #| msgid "General error" msgid "General LDAP attribute error" msgstr "Ĝenerala eraro" -#: src/err-codes.h:333 +#: src/err-codes.h:337 #, fuzzy #| msgid "General error" msgid "General LDAP name error" msgstr "Ĝenerala eraro" -#: src/err-codes.h:334 +#: src/err-codes.h:338 #, fuzzy #| msgid "General Assuan error" msgid "General LDAP security error" msgstr "Ĝenerala eraro de Assuan" -#: src/err-codes.h:335 +#: src/err-codes.h:339 #, fuzzy #| msgid "General error" msgid "General LDAP service error" msgstr "Ĝenerala eraro" -#: src/err-codes.h:336 +#: src/err-codes.h:340 #, fuzzy #| msgid "General Assuan error" msgid "General LDAP update error" msgstr "Ĝenerala eraro de Assuan" -#: src/err-codes.h:337 +#: src/err-codes.h:341 msgid "Experimental LDAP error code" msgstr "" -#: src/err-codes.h:338 +#: src/err-codes.h:342 #, fuzzy #| msgid "IPC write error" msgid "Private LDAP error code" msgstr "Skrib-eraro de IPC" -#: src/err-codes.h:339 +#: src/err-codes.h:343 #, fuzzy #| msgid "General IPC error" msgid "Other general LDAP error" msgstr "Ĝenerala eraro de IPC" -#: src/err-codes.h:340 +#: src/err-codes.h:344 #, fuzzy #| msgid "IPC connect call failed" msgid "LDAP connecting failed (X)" msgstr "Konekta voko de IPC fiaskis" -#: src/err-codes.h:341 +#: src/err-codes.h:345 #, fuzzy #| msgid "General error" msgid "LDAP referral limit exceeded" msgstr "Ĝenerala eraro" -#: src/err-codes.h:342 +#: src/err-codes.h:346 msgid "LDAP client loop" msgstr "" -#: src/err-codes.h:343 +#: src/err-codes.h:347 #, fuzzy #| msgid "Card reset required" msgid "No LDAP results returned" msgstr "Kart-reekigo estas postulata" -#: src/err-codes.h:344 +#: src/err-codes.h:348 #, fuzzy #| msgid "Element not found" msgid "LDAP control not found" msgstr "Elemento ne estas trovita" -#: src/err-codes.h:345 +#: src/err-codes.h:349 #, fuzzy #| msgid "Not supported" msgid "Not supported by LDAP" msgstr "Ne subtenata" -#: src/err-codes.h:346 +#: src/err-codes.h:350 #, fuzzy #| msgid "Unexpected error" msgid "LDAP connect error" msgstr "Neatendita eraro" -#: src/err-codes.h:347 +#: src/err-codes.h:351 msgid "Out of memory in LDAP" msgstr "" -#: src/err-codes.h:348 +#: src/err-codes.h:352 msgid "Bad parameter to an LDAP routine" msgstr "" -#: src/err-codes.h:349 +#: src/err-codes.h:353 #, fuzzy #| msgid "Unsupported operation" msgid "User cancelled LDAP operation" msgstr "Nesubtenata operacio" -#: src/err-codes.h:350 +#: src/err-codes.h:354 #, fuzzy #| msgid "Bad certificate" msgid "Bad LDAP search filter" msgstr "Malĝusta atestilo" -#: src/err-codes.h:351 +#: src/err-codes.h:355 #, fuzzy #| msgid "Unknown extension" msgid "Unknown LDAP authentication method" msgstr "Nekonata aldono" -#: src/err-codes.h:352 +#: src/err-codes.h:356 #, fuzzy #| msgid "Timeout" msgid "Timeout in LDAP" msgstr "Tempofino" -#: src/err-codes.h:353 +#: src/err-codes.h:357 #, fuzzy #| msgid "dirmngr error" msgid "LDAP decoding error" msgstr "eraro de dirmngr" -#: src/err-codes.h:354 +#: src/err-codes.h:358 #, fuzzy #| msgid "dirmngr error" msgid "LDAP encoding error" msgstr "eraro de dirmngr" -#: src/err-codes.h:355 +#: src/err-codes.h:359 #, fuzzy #| msgid "IPC read error" msgid "LDAP local error" msgstr "Leg-eraro de IPC" -#: src/err-codes.h:356 +#: src/err-codes.h:360 #, fuzzy #| msgid "Not an IPC server" msgid "Cannot contact LDAP server" msgstr "Ne estas servilo IPC" -#: src/err-codes.h:357 +#: src/err-codes.h:361 #, fuzzy #| msgid "Success" msgid "LDAP success" msgstr "Sukceso" -#: src/err-codes.h:358 +#: src/err-codes.h:362 #, fuzzy #| msgid "Configuration error" msgid "LDAP operations error" msgstr "Agord-eraro" -#: src/err-codes.h:359 +#: src/err-codes.h:363 #, fuzzy #| msgid "Protocol violation" msgid "LDAP protocol error" msgstr "Perforto de protokolo" -#: src/err-codes.h:360 +#: src/err-codes.h:364 msgid "Time limit exceeded in LDAP" msgstr "" -#: src/err-codes.h:361 +#: src/err-codes.h:365 msgid "Size limit exceeded in LDAP" msgstr "" -#: src/err-codes.h:362 +#: src/err-codes.h:366 msgid "LDAP compare false" msgstr "" -#: src/err-codes.h:363 +#: src/err-codes.h:367 msgid "LDAP compare true" msgstr "" -#: src/err-codes.h:364 +#: src/err-codes.h:368 #, fuzzy #| msgid "Unknown extension" msgid "LDAP authentication method not supported" msgstr "Nekonata aldono" -#: src/err-codes.h:365 +#: src/err-codes.h:369 msgid "Strong(er) LDAP authentication required" msgstr "" -#: src/err-codes.h:366 +#: src/err-codes.h:370 msgid "Partial LDAP results+referral received" msgstr "" -#: src/err-codes.h:367 +#: src/err-codes.h:371 #, fuzzy #| msgid "General error" msgid "LDAP referral" msgstr "Ĝenerala eraro" -#: src/err-codes.h:368 +#: src/err-codes.h:372 msgid "Administrative LDAP limit exceeded" msgstr "" -#: src/err-codes.h:369 +#: src/err-codes.h:373 msgid "Critical LDAP extension is unavailable" msgstr "" -#: src/err-codes.h:370 +#: src/err-codes.h:374 #, fuzzy #| msgid "Card reset required" msgid "Confidentiality required by LDAP" msgstr "Kart-reekigo estas postulata" -#: src/err-codes.h:371 +#: src/err-codes.h:375 msgid "LDAP SASL bind in progress" msgstr "" -#: src/err-codes.h:372 +#: src/err-codes.h:376 msgid "No such LDAP attribute" msgstr "" -#: src/err-codes.h:373 +#: src/err-codes.h:377 #, fuzzy #| msgid "Invalid attribute" msgid "Undefined LDAP attribute type" msgstr "Malvalida atributo" -#: src/err-codes.h:374 +#: src/err-codes.h:378 #, fuzzy #| msgid "Unsupported protection" msgid "Inappropriate matching in LDAP" msgstr "Nesubtenata protekto" -#: src/err-codes.h:375 +#: src/err-codes.h:379 #, fuzzy #| msgid "Protocol violation" msgid "Constraint violation in LDAP" msgstr "Perforto de protokolo" -#: src/err-codes.h:376 +#: src/err-codes.h:380 msgid "LDAP type or value exists" msgstr "" -#: src/err-codes.h:377 +#: src/err-codes.h:381 #, fuzzy #| msgid "Invalid state" msgid "Invalid syntax in LDAP" msgstr "Malvalida stato" -#: src/err-codes.h:378 +#: src/err-codes.h:382 #, fuzzy #| msgid "No CMS object" msgid "No such LDAP object" msgstr "Neniu objekto CMS" -#: src/err-codes.h:379 +#: src/err-codes.h:383 #, fuzzy #| msgid "Hardware problem" msgid "LDAP alias problem" msgstr "Problemo de aparataro" -#: src/err-codes.h:380 +#: src/err-codes.h:384 #, fuzzy #| msgid "Invalid state" msgid "Invalid DN syntax in LDAP" msgstr "Malvalida stato" -#: src/err-codes.h:381 +#: src/err-codes.h:385 msgid "LDAP entry is a leaf" msgstr "" -#: src/err-codes.h:382 +#: src/err-codes.h:386 #, fuzzy #| msgid "Encoding problem" msgid "LDAP alias dereferencing problem" msgstr "Ekodiga problemo" -#: src/err-codes.h:383 +#: src/err-codes.h:387 msgid "LDAP proxy authorization failure (X)" msgstr "" -#: src/err-codes.h:384 +#: src/err-codes.h:388 #, fuzzy #| msgid "Unsupported protection" msgid "Inappropriate LDAP authentication" msgstr "Nesubtenata protekto" -#: src/err-codes.h:385 +#: src/err-codes.h:389 #, fuzzy #| msgid "Invalid card" msgid "Invalid LDAP credentials" msgstr "Malvalida karto" -#: src/err-codes.h:386 +#: src/err-codes.h:390 msgid "Insufficient access for LDAP" msgstr "" -#: src/err-codes.h:387 +#: src/err-codes.h:391 msgid "LDAP server is busy" msgstr "" -#: src/err-codes.h:388 +#: src/err-codes.h:392 msgid "LDAP server is unavailable" msgstr "" -#: src/err-codes.h:389 +#: src/err-codes.h:393 msgid "LDAP server is unwilling to perform" msgstr "" -#: src/err-codes.h:390 +#: src/err-codes.h:394 msgid "Loop detected by LDAP" msgstr "" -#: src/err-codes.h:391 +#: src/err-codes.h:395 #, fuzzy #| msgid "Missing action" msgid "LDAP naming violation" msgstr "Mankas ago" -#: src/err-codes.h:392 +#: src/err-codes.h:396 #, fuzzy #| msgid "Protocol violation" msgid "LDAP object class violation" msgstr "Perforto de protokolo" -#: src/err-codes.h:393 +#: src/err-codes.h:397 #, fuzzy #| msgid "Operation not yet finished" msgid "LDAP operation not allowed on non-leaf" msgstr "La operacio ankoraŭ ne finiĝis" -#: src/err-codes.h:394 +#: src/err-codes.h:398 #, fuzzy #| msgid "Operation cancelled" msgid "LDAP operation not allowed on RDN" msgstr "Operacio estas nuligita" -#: src/err-codes.h:395 +#: src/err-codes.h:399 msgid "Already exists (LDAP)" msgstr "" -#: src/err-codes.h:396 +#: src/err-codes.h:400 msgid "Cannot modify LDAP object class" msgstr "" -#: src/err-codes.h:397 +#: src/err-codes.h:401 #, fuzzy #| msgid "Line too long" msgid "LDAP results too large" msgstr "Linio tro longas" -#: src/err-codes.h:398 +#: src/err-codes.h:402 #, fuzzy #| msgid "Operation cancelled" msgid "LDAP operation affects multiple DSAs" msgstr "Operacio estas nuligita" -#: src/err-codes.h:399 +#: src/err-codes.h:403 msgid "Virtual LDAP list view error" msgstr "" -#: src/err-codes.h:400 +#: src/err-codes.h:404 #, fuzzy #| msgid "General IPC error" msgid "Other LDAP error" msgstr "Ĝenerala eraro de IPC" -#: src/err-codes.h:401 +#: src/err-codes.h:405 #, fuzzy #| msgid "Resources exhausted" msgid "Resources exhausted in LCUP" msgstr "Rimedoj estas plenuzitaj" -#: src/err-codes.h:402 +#: src/err-codes.h:406 #, fuzzy #| msgid "Protocol violation" msgid "Security violation in LCUP" msgstr "Perforto de protokolo" -#: src/err-codes.h:403 +#: src/err-codes.h:407 #, fuzzy #| msgid "Invalid state" msgid "Invalid data in LCUP" msgstr "Malvalida stato" -#: src/err-codes.h:404 +#: src/err-codes.h:408 #, fuzzy #| msgid "Unsupported certificate" msgid "Unsupported scheme in LCUP" msgstr "Nesubtenata atestilo" -#: src/err-codes.h:405 +#: src/err-codes.h:409 #, fuzzy #| msgid "Card reset required" msgid "Reload required in LCUP" msgstr "Kart-reekigo estas postulata" -#: src/err-codes.h:406 +#: src/err-codes.h:410 #, fuzzy #| msgid "Success" msgid "LDAP cancelled" msgstr "Sukceso" -#: src/err-codes.h:407 +#: src/err-codes.h:411 #, fuzzy #| msgid "Not operational" msgid "No LDAP operation to cancel" msgstr "Ne operaciebla" -#: src/err-codes.h:408 +#: src/err-codes.h:412 #, fuzzy #| msgid "Not operational" msgid "Too late to cancel LDAP" msgstr "Ne operaciebla" -#: src/err-codes.h:409 +#: src/err-codes.h:413 #, fuzzy #| msgid "Not an IPC server" msgid "Cannot cancel LDAP" msgstr "Ne estas servilo IPC" -#: src/err-codes.h:410 +#: src/err-codes.h:414 #, fuzzy #| msgid "Decryption failed" msgid "LDAP assertion failed" msgstr "Malĉifro fiaskis" -#: src/err-codes.h:411 +#: src/err-codes.h:415 msgid "Proxied authorization denied by LDAP" msgstr "" -#: src/err-codes.h:412 +#: src/err-codes.h:416 msgid "User defined error code 1" msgstr "Uzant-difinita erarkodo 1" -#: src/err-codes.h:413 +#: src/err-codes.h:417 msgid "User defined error code 2" msgstr "Uzant-difinita erarkodo 2" -#: src/err-codes.h:414 +#: src/err-codes.h:418 msgid "User defined error code 3" msgstr "Uzant-difinita erarkodo 3" -#: src/err-codes.h:415 +#: src/err-codes.h:419 msgid "User defined error code 4" msgstr "Uzant-difinita erarkodo 4" -#: src/err-codes.h:416 +#: src/err-codes.h:420 msgid "User defined error code 5" msgstr "Uzant-difinita erarkodo 5" -#: src/err-codes.h:417 +#: src/err-codes.h:421 msgid "User defined error code 6" msgstr "Uzant-difinita erarkodo 6" -#: src/err-codes.h:418 +#: src/err-codes.h:422 msgid "User defined error code 7" msgstr "Uzant-difinita erarkodo 7" -#: src/err-codes.h:419 +#: src/err-codes.h:423 msgid "User defined error code 8" msgstr "Uzant-difinita erarkodo 8" -#: src/err-codes.h:420 +#: src/err-codes.h:424 msgid "User defined error code 9" msgstr "Uzant-difinita erarkodo 9" -#: src/err-codes.h:421 +#: src/err-codes.h:425 msgid "User defined error code 10" msgstr "Uzant-difinita erarkodo 10" -#: src/err-codes.h:422 +#: src/err-codes.h:426 msgid "User defined error code 11" msgstr "Uzant-difinita erarkodo 11" -#: src/err-codes.h:423 +#: src/err-codes.h:427 msgid "User defined error code 12" msgstr "Uzant-difinita erarkodo 12" -#: src/err-codes.h:424 +#: src/err-codes.h:428 msgid "User defined error code 13" msgstr "Uzant-difinita erarkodo 13" -#: src/err-codes.h:425 +#: src/err-codes.h:429 msgid "User defined error code 14" msgstr "Uzant-difinita erarkodo 14" -#: src/err-codes.h:426 +#: src/err-codes.h:430 msgid "User defined error code 15" msgstr "Uzant-difinita erarkodo 15" -#: src/err-codes.h:427 +#: src/err-codes.h:431 msgid "User defined error code 16" msgstr "Uzant-difinita erarkodo 16" -#: src/err-codes.h:428 +#: src/err-codes.h:432 +#, fuzzy +#| msgid "Success" +msgid "SQL success" +msgstr "Sukceso" + +#: src/err-codes.h:433 +#, fuzzy +#| msgid "Syntax error" +msgid "SQL error" +msgstr "Sintaks-eraro" + +#: src/err-codes.h:434 +msgid "Internal logic error in SQL library" +msgstr "" + +#: src/err-codes.h:435 +msgid "Access permission denied (SQL)" +msgstr "" + +#: src/err-codes.h:436 +msgid "SQL abort was requested" +msgstr "" + +#: src/err-codes.h:437 +msgid "SQL database file is locked" +msgstr "" + +#: src/err-codes.h:438 +msgid "An SQL table in the database is locked" +msgstr "" + +#: src/err-codes.h:439 +msgid "SQL library ran out of core" +msgstr "" + +#: src/err-codes.h:440 +msgid "Attempt to write a readonly SQL database" +msgstr "" + +#: src/err-codes.h:441 +msgid "SQL operation terminated by interrupt" +msgstr "" + +#: src/err-codes.h:442 +msgid "I/O error during SQL operation" +msgstr "" + +#: src/err-codes.h:443 +msgid "SQL database disk image is malformed" +msgstr "" + +#: src/err-codes.h:444 +msgid "Unknown opcode in SQL file control" +msgstr "" + +#: src/err-codes.h:445 +msgid "Insertion failed because SQL database is full" +msgstr "" + +#: src/err-codes.h:446 +msgid "Unable to open the SQL database file" +msgstr "" + +#: src/err-codes.h:447 +#, fuzzy +#| msgid "Protocol violation" +msgid "SQL database lock protocol error" +msgstr "Perforto de protokolo" + +#: src/err-codes.h:448 +msgid "(internal SQL code: empty)" +msgstr "" + +#: src/err-codes.h:449 +msgid "SQL database schema changed" +msgstr "" + +#: src/err-codes.h:450 +msgid "String or blob exceeds size limit (SQL)" +msgstr "" + +#: src/err-codes.h:451 +msgid "SQL abort due to constraint violation" +msgstr "" + +#: src/err-codes.h:452 +msgid "Data type mismatch (SQL)" +msgstr "" + +#: src/err-codes.h:453 +msgid "SQL library used incorrectly" +msgstr "" + +#: src/err-codes.h:454 +msgid "SQL library uses unsupported OS features" +msgstr "" + +#: src/err-codes.h:455 +msgid "Authorization denied (SQL)" +msgstr "" + +#: src/err-codes.h:456 +msgid "(unused SQL code: format)" +msgstr "" + +#: src/err-codes.h:457 +msgid "SQL bind parameter out of range" +msgstr "" + +#: src/err-codes.h:458 +msgid "File opened that is not an SQL database file" +msgstr "" + +#: src/err-codes.h:459 +msgid "Notifications from SQL logger" +msgstr "" + +#: src/err-codes.h:460 +msgid "Warnings from SQL logger" +msgstr "" + +#: src/err-codes.h:461 +msgid "SQL has another row ready" +msgstr "" + +#: src/err-codes.h:462 +msgid "SQL has finished executing" +msgstr "" + +#: src/err-codes.h:463 msgid "System error w/o errno" msgstr "Sistem-eraro sen errno" -#: src/err-codes.h:429 +#: src/err-codes.h:464 msgid "Unknown system error" msgstr "Nekonata sistem-eraro" -#: src/err-codes.h:430 +#: src/err-codes.h:465 msgid "End of file" msgstr "Fino de dosiero" -#: src/err-codes.h:431 +#: src/err-codes.h:466 msgid "Unknown error code" msgstr "Nekonata erar-kodo" @@ -2024,11 +2176,11 @@ msgid "invalid option \"%.50s\"\n" msgstr "nevalida kiraso" -#: src/gpg-error.c:458 +#: src/gpg-error.c:522 msgid "Please report bugs to .\n" msgstr "" -#: src/gpg-error.c:658 +#: src/gpg-error.c:729 #, c-format msgid "warning: could not recognize %s\n" msgstr "averto: ne eblis rekoni %s\n" Binary files /tmp/tmpeBhJ8b/DYdK_kAkbs/libgpg-error-1.36/po/es.gmo and /tmp/tmpeBhJ8b/ZYgSCVH70z/libgpg-error-1.37/po/es.gmo differ diff -Nru libgpg-error-1.36/po/es.po libgpg-error-1.37/po/es.po --- libgpg-error-1.36/po/es.po 2019-03-19 08:58:30.000000000 +0000 +++ libgpg-error-1.37/po/es.po 2020-02-07 12:14:19.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libgpg-error 1.30-beta4\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2019-03-19 09:58+0100\n" +"POT-Creation-Date: 2020-02-07 13:14+0100\n" "PO-Revision-Date: 2018-04-15 08:52+0000\n" "Last-Translator: Tails translators \n" "Language-Team: es \n" @@ -1294,442 +1294,594 @@ msgstr "Autentificación LDAP inapropiada" #: src/err-codes.h:322 +#, fuzzy +#| msgid "No agent running" +msgid "No Keybox daemon running" +msgstr "No hay ningún agente en ejecución" + +#: src/err-codes.h:323 +#, fuzzy +#| msgid "SmartCard daemon error" +msgid "Keybox daemon error" +msgstr "Error del agente SmartCard" + +#: src/err-codes.h:324 +msgid "Service is not running" +msgstr "" + +#: src/err-codes.h:325 +#, fuzzy +#| msgid "Keyserver error" +msgid "Service error" +msgstr "Error del servidor de claves" + +#: src/err-codes.h:326 msgid "System bug detected" msgstr "Detectado error del sistema" -#: src/err-codes.h:323 +#: src/err-codes.h:327 msgid "Unknown DNS error" msgstr "Error DNS desconocido" -#: src/err-codes.h:324 +#: src/err-codes.h:328 msgid "Invalid DNS section" msgstr "Sección DNS incorrecta" -#: src/err-codes.h:325 +#: src/err-codes.h:329 msgid "Invalid textual address form" msgstr "" -#: src/err-codes.h:326 +#: src/err-codes.h:330 msgid "Missing DNS query packet" msgstr "" -#: src/err-codes.h:327 +#: src/err-codes.h:331 msgid "Missing DNS answer packet" msgstr "" -#: src/err-codes.h:328 +#: src/err-codes.h:332 msgid "Connection closed in DNS" msgstr "Conexión cerrada en DNS" -#: src/err-codes.h:329 +#: src/err-codes.h:333 msgid "Verification failed in DNS" msgstr "Fallo de verificación en DNS" -#: src/err-codes.h:330 +#: src/err-codes.h:334 msgid "DNS Timeout" msgstr "Tiempo excedido para DNS" -#: src/err-codes.h:331 +#: src/err-codes.h:335 msgid "General LDAP error" msgstr "Error general de LDAP" -#: src/err-codes.h:332 +#: src/err-codes.h:336 msgid "General LDAP attribute error" msgstr "Error general de atributo de LDAP" -#: src/err-codes.h:333 +#: src/err-codes.h:337 msgid "General LDAP name error" msgstr "Error general de nombre de LDAP" -#: src/err-codes.h:334 +#: src/err-codes.h:338 msgid "General LDAP security error" msgstr "Error general de seguridad de LDAP" -#: src/err-codes.h:335 +#: src/err-codes.h:339 msgid "General LDAP service error" msgstr "Error general de servicio de LDAP" -#: src/err-codes.h:336 +#: src/err-codes.h:340 msgid "General LDAP update error" msgstr "Error general de actualización de LDAP" -#: src/err-codes.h:337 +#: src/err-codes.h:341 msgid "Experimental LDAP error code" msgstr "Código de error experimental de LDAP" -#: src/err-codes.h:338 +#: src/err-codes.h:342 msgid "Private LDAP error code" msgstr "Código de error privado de LDAP" -#: src/err-codes.h:339 +#: src/err-codes.h:343 msgid "Other general LDAP error" msgstr "Otro error general de LDAP" -#: src/err-codes.h:340 +#: src/err-codes.h:344 msgid "LDAP connecting failed (X)" msgstr "Ha fallado la conexión LDAP (X)" -#: src/err-codes.h:341 +#: src/err-codes.h:345 msgid "LDAP referral limit exceeded" msgstr "Límite de referrals de LDAP excedido" -#: src/err-codes.h:342 +#: src/err-codes.h:346 msgid "LDAP client loop" msgstr "Bucle del cliente LDAP" -#: src/err-codes.h:343 +#: src/err-codes.h:347 msgid "No LDAP results returned" msgstr "No se devolvió ningún resultado LDAP" -#: src/err-codes.h:344 +#: src/err-codes.h:348 msgid "LDAP control not found" msgstr "Control de LDAP no encontrado" -#: src/err-codes.h:345 +#: src/err-codes.h:349 msgid "Not supported by LDAP" msgstr "No soportado por LDAP" -#: src/err-codes.h:346 +#: src/err-codes.h:350 msgid "LDAP connect error" msgstr "Error de conexión de LDAP" -#: src/err-codes.h:347 +#: src/err-codes.h:351 msgid "Out of memory in LDAP" msgstr "Sin memoria suficiente para LDAP" -#: src/err-codes.h:348 +#: src/err-codes.h:352 msgid "Bad parameter to an LDAP routine" msgstr "Parámetro incorrecto para una rutina de LDAP" -#: src/err-codes.h:349 +#: src/err-codes.h:353 msgid "User cancelled LDAP operation" msgstr "Operación LDAP cancelada por el usuario" -#: src/err-codes.h:350 +#: src/err-codes.h:354 msgid "Bad LDAP search filter" msgstr "Filtro de búsqueda de LDAP incorrecto" -#: src/err-codes.h:351 +#: src/err-codes.h:355 msgid "Unknown LDAP authentication method" msgstr "Método de autentificación de LDAP desconocido" -#: src/err-codes.h:352 +#: src/err-codes.h:356 msgid "Timeout in LDAP" msgstr "Tiempo excedido para LDAP" -#: src/err-codes.h:353 +#: src/err-codes.h:357 msgid "LDAP decoding error" msgstr "Error de decoding de LDAP" -#: src/err-codes.h:354 +#: src/err-codes.h:358 msgid "LDAP encoding error" msgstr "Error de encoding de LDAP" -#: src/err-codes.h:355 +#: src/err-codes.h:359 msgid "LDAP local error" msgstr "Error local de LDAP" -#: src/err-codes.h:356 +#: src/err-codes.h:360 msgid "Cannot contact LDAP server" msgstr "No se puede conectar al servidor LDAP" -#: src/err-codes.h:357 +#: src/err-codes.h:361 msgid "LDAP success" msgstr "Éxito LDAP" -#: src/err-codes.h:358 +#: src/err-codes.h:362 msgid "LDAP operations error" msgstr "Error de operación de LDAP" -#: src/err-codes.h:359 +#: src/err-codes.h:363 msgid "LDAP protocol error" msgstr "Error de protocolo de LDAP" -#: src/err-codes.h:360 +#: src/err-codes.h:364 msgid "Time limit exceeded in LDAP" msgstr "Límite de tiempo excedido en LDAP" -#: src/err-codes.h:361 +#: src/err-codes.h:365 msgid "Size limit exceeded in LDAP" msgstr "Límite de tamaño excedido en LDAP" -#: src/err-codes.h:362 +#: src/err-codes.h:366 msgid "LDAP compare false" msgstr "" -#: src/err-codes.h:363 +#: src/err-codes.h:367 msgid "LDAP compare true" msgstr "" -#: src/err-codes.h:364 +#: src/err-codes.h:368 msgid "LDAP authentication method not supported" msgstr "Método de autentificación LDAP no soportado" -#: src/err-codes.h:365 +#: src/err-codes.h:369 msgid "Strong(er) LDAP authentication required" msgstr "Se requiere una autentificación LDAP (más) fuerte" -#: src/err-codes.h:366 +#: src/err-codes.h:370 msgid "Partial LDAP results+referral received" msgstr "" -#: src/err-codes.h:367 +#: src/err-codes.h:371 msgid "LDAP referral" msgstr "" -#: src/err-codes.h:368 +#: src/err-codes.h:372 msgid "Administrative LDAP limit exceeded" msgstr "Excedido el límite administrativo de LDAP" -#: src/err-codes.h:369 +#: src/err-codes.h:373 msgid "Critical LDAP extension is unavailable" msgstr "Extensión crítica LDAP no disponible" -#: src/err-codes.h:370 +#: src/err-codes.h:374 msgid "Confidentiality required by LDAP" msgstr "Confidencialidad requerida por LDAP" -#: src/err-codes.h:371 +#: src/err-codes.h:375 msgid "LDAP SASL bind in progress" msgstr "" -#: src/err-codes.h:372 +#: src/err-codes.h:376 msgid "No such LDAP attribute" msgstr "Ese atributo LDAP no existe" -#: src/err-codes.h:373 +#: src/err-codes.h:377 msgid "Undefined LDAP attribute type" msgstr "" -#: src/err-codes.h:374 +#: src/err-codes.h:378 msgid "Inappropriate matching in LDAP" msgstr "" -#: src/err-codes.h:375 +#: src/err-codes.h:379 msgid "Constraint violation in LDAP" msgstr "" -#: src/err-codes.h:376 +#: src/err-codes.h:380 msgid "LDAP type or value exists" msgstr "" -#: src/err-codes.h:377 +#: src/err-codes.h:381 msgid "Invalid syntax in LDAP" msgstr "" -#: src/err-codes.h:378 +#: src/err-codes.h:382 msgid "No such LDAP object" msgstr "No existe ese objeto LDAP" -#: src/err-codes.h:379 +#: src/err-codes.h:383 msgid "LDAP alias problem" msgstr "" -#: src/err-codes.h:380 +#: src/err-codes.h:384 msgid "Invalid DN syntax in LDAP" msgstr "" -#: src/err-codes.h:381 +#: src/err-codes.h:385 msgid "LDAP entry is a leaf" msgstr "La entrada de LDAP es una hoja" -#: src/err-codes.h:382 +#: src/err-codes.h:386 msgid "LDAP alias dereferencing problem" msgstr "" -#: src/err-codes.h:383 +#: src/err-codes.h:387 msgid "LDAP proxy authorization failure (X)" msgstr "" -#: src/err-codes.h:384 +#: src/err-codes.h:388 msgid "Inappropriate LDAP authentication" msgstr "Autentificación LDAP inapropiada" -#: src/err-codes.h:385 +#: src/err-codes.h:389 msgid "Invalid LDAP credentials" msgstr "Credenciales LDAP no válidas" -#: src/err-codes.h:386 +#: src/err-codes.h:390 msgid "Insufficient access for LDAP" msgstr "Acceso insuficiente para LDAP" -#: src/err-codes.h:387 +#: src/err-codes.h:391 msgid "LDAP server is busy" msgstr "El servidor LDAP está ocupado" -#: src/err-codes.h:388 +#: src/err-codes.h:392 msgid "LDAP server is unavailable" msgstr "El servidor LDAP no está disponible" -#: src/err-codes.h:389 +#: src/err-codes.h:393 msgid "LDAP server is unwilling to perform" msgstr "El servidor LDAP no quiere funcionar" -#: src/err-codes.h:390 +#: src/err-codes.h:394 msgid "Loop detected by LDAP" msgstr "Bucle detectado por LDAP" -#: src/err-codes.h:391 +#: src/err-codes.h:395 msgid "LDAP naming violation" msgstr "Violación de nombre de LDAP" -#: src/err-codes.h:392 +#: src/err-codes.h:396 msgid "LDAP object class violation" msgstr "Violación de clase de objeto de LDAP" -#: src/err-codes.h:393 +#: src/err-codes.h:397 msgid "LDAP operation not allowed on non-leaf" msgstr "" -#: src/err-codes.h:394 +#: src/err-codes.h:398 msgid "LDAP operation not allowed on RDN" msgstr "" -#: src/err-codes.h:395 +#: src/err-codes.h:399 msgid "Already exists (LDAP)" msgstr "Ya existe (LDAP)" -#: src/err-codes.h:396 +#: src/err-codes.h:400 msgid "Cannot modify LDAP object class" msgstr "" -#: src/err-codes.h:397 +#: src/err-codes.h:401 msgid "LDAP results too large" msgstr "" -#: src/err-codes.h:398 +#: src/err-codes.h:402 msgid "LDAP operation affects multiple DSAs" msgstr "" -#: src/err-codes.h:399 +#: src/err-codes.h:403 msgid "Virtual LDAP list view error" msgstr "" -#: src/err-codes.h:400 +#: src/err-codes.h:404 msgid "Other LDAP error" msgstr "Error diferente de LDAP" -#: src/err-codes.h:401 +#: src/err-codes.h:405 msgid "Resources exhausted in LCUP" msgstr "Recursos agotados en LCUP" -#: src/err-codes.h:402 +#: src/err-codes.h:406 msgid "Security violation in LCUP" msgstr "Violación de seguridad en LCUP" -#: src/err-codes.h:403 +#: src/err-codes.h:407 msgid "Invalid data in LCUP" msgstr "Datos no válidos en LCUP" -#: src/err-codes.h:404 +#: src/err-codes.h:408 msgid "Unsupported scheme in LCUP" msgstr "Esquema no soportado en LCUP" -#: src/err-codes.h:405 +#: src/err-codes.h:409 msgid "Reload required in LCUP" msgstr "Se requiere un reload en LCUP" -#: src/err-codes.h:406 +#: src/err-codes.h:410 msgid "LDAP cancelled" msgstr "LDAP cancelado" -#: src/err-codes.h:407 +#: src/err-codes.h:411 msgid "No LDAP operation to cancel" msgstr "Lo hay ninguna operación de LDAP que cancelar" -#: src/err-codes.h:408 +#: src/err-codes.h:412 msgid "Too late to cancel LDAP" msgstr "Demasiado tarde para cancelar LDAP" -#: src/err-codes.h:409 +#: src/err-codes.h:413 msgid "Cannot cancel LDAP" msgstr "No se puede cancelar LDAP" -#: src/err-codes.h:410 +#: src/err-codes.h:414 msgid "LDAP assertion failed" msgstr "Falló de declaración de LDAP" -#: src/err-codes.h:411 +#: src/err-codes.h:415 msgid "Proxied authorization denied by LDAP" msgstr "" -#: src/err-codes.h:412 +#: src/err-codes.h:416 msgid "User defined error code 1" msgstr "Origen determinado por el usuario 1" -#: src/err-codes.h:413 +#: src/err-codes.h:417 msgid "User defined error code 2" msgstr "Origen determinado por el usuario 2" -#: src/err-codes.h:414 +#: src/err-codes.h:418 msgid "User defined error code 3" msgstr "Origen determinado por el usuario 3" -#: src/err-codes.h:415 +#: src/err-codes.h:419 msgid "User defined error code 4" msgstr "Origen determinado por el usuario 4" -#: src/err-codes.h:416 +#: src/err-codes.h:420 msgid "User defined error code 5" msgstr "" -#: src/err-codes.h:417 +#: src/err-codes.h:421 msgid "User defined error code 6" msgstr "" -#: src/err-codes.h:418 +#: src/err-codes.h:422 msgid "User defined error code 7" msgstr "" -#: src/err-codes.h:419 +#: src/err-codes.h:423 msgid "User defined error code 8" msgstr "" -#: src/err-codes.h:420 +#: src/err-codes.h:424 msgid "User defined error code 9" msgstr "" -#: src/err-codes.h:421 +#: src/err-codes.h:425 msgid "User defined error code 10" msgstr "" -#: src/err-codes.h:422 +#: src/err-codes.h:426 msgid "User defined error code 11" msgstr "" -#: src/err-codes.h:423 +#: src/err-codes.h:427 msgid "User defined error code 12" msgstr "" -#: src/err-codes.h:424 +#: src/err-codes.h:428 msgid "User defined error code 13" msgstr "" -#: src/err-codes.h:425 +#: src/err-codes.h:429 msgid "User defined error code 14" msgstr "" -#: src/err-codes.h:426 +#: src/err-codes.h:430 msgid "User defined error code 15" msgstr "" -#: src/err-codes.h:427 +#: src/err-codes.h:431 msgid "User defined error code 16" msgstr "" -#: src/err-codes.h:428 +#: src/err-codes.h:432 +#, fuzzy +#| msgid "LDAP success" +msgid "SQL success" +msgstr "Éxito LDAP" + +#: src/err-codes.h:433 +#, fuzzy +#| msgid "Syntax error" +msgid "SQL error" +msgstr "Error de sintaxis" + +#: src/err-codes.h:434 +msgid "Internal logic error in SQL library" +msgstr "" + +#: src/err-codes.h:435 +msgid "Access permission denied (SQL)" +msgstr "" + +#: src/err-codes.h:436 +msgid "SQL abort was requested" +msgstr "" + +#: src/err-codes.h:437 +msgid "SQL database file is locked" +msgstr "" + +#: src/err-codes.h:438 +msgid "An SQL table in the database is locked" +msgstr "" + +#: src/err-codes.h:439 +msgid "SQL library ran out of core" +msgstr "" + +#: src/err-codes.h:440 +msgid "Attempt to write a readonly SQL database" +msgstr "" + +#: src/err-codes.h:441 +msgid "SQL operation terminated by interrupt" +msgstr "" + +#: src/err-codes.h:442 +msgid "I/O error during SQL operation" +msgstr "" + +#: src/err-codes.h:443 +msgid "SQL database disk image is malformed" +msgstr "" + +#: src/err-codes.h:444 +msgid "Unknown opcode in SQL file control" +msgstr "" + +#: src/err-codes.h:445 +msgid "Insertion failed because SQL database is full" +msgstr "" + +#: src/err-codes.h:446 +msgid "Unable to open the SQL database file" +msgstr "" + +#: src/err-codes.h:447 +#, fuzzy +#| msgid "LDAP protocol error" +msgid "SQL database lock protocol error" +msgstr "Error de protocolo de LDAP" + +#: src/err-codes.h:448 +msgid "(internal SQL code: empty)" +msgstr "" + +#: src/err-codes.h:449 +msgid "SQL database schema changed" +msgstr "" + +#: src/err-codes.h:450 +msgid "String or blob exceeds size limit (SQL)" +msgstr "" + +#: src/err-codes.h:451 +msgid "SQL abort due to constraint violation" +msgstr "" + +#: src/err-codes.h:452 +msgid "Data type mismatch (SQL)" +msgstr "" + +#: src/err-codes.h:453 +msgid "SQL library used incorrectly" +msgstr "" + +#: src/err-codes.h:454 +msgid "SQL library uses unsupported OS features" +msgstr "" + +#: src/err-codes.h:455 +msgid "Authorization denied (SQL)" +msgstr "" + +#: src/err-codes.h:456 +msgid "(unused SQL code: format)" +msgstr "" + +#: src/err-codes.h:457 +msgid "SQL bind parameter out of range" +msgstr "" + +#: src/err-codes.h:458 +msgid "File opened that is not an SQL database file" +msgstr "" + +#: src/err-codes.h:459 +msgid "Notifications from SQL logger" +msgstr "" + +#: src/err-codes.h:460 +msgid "Warnings from SQL logger" +msgstr "" + +#: src/err-codes.h:461 +msgid "SQL has another row ready" +msgstr "" + +#: src/err-codes.h:462 +msgid "SQL has finished executing" +msgstr "" + +#: src/err-codes.h:463 msgid "System error w/o errno" msgstr "" -#: src/err-codes.h:429 +#: src/err-codes.h:464 msgid "Unknown system error" msgstr "Error desconocido del sistema" -#: src/err-codes.h:430 +#: src/err-codes.h:465 msgid "End of file" msgstr "Fin del fichero" -#: src/err-codes.h:431 +#: src/err-codes.h:466 msgid "Unknown error code" msgstr "Código de error desconocido" @@ -1808,11 +1960,11 @@ msgid "invalid option \"%.50s\"\n" msgstr "opción inválida \"%.50s\"\n" -#: src/gpg-error.c:458 +#: src/gpg-error.c:522 msgid "Please report bugs to .\n" msgstr "Reporta los problemas encontrados en .\n" -#: src/gpg-error.c:658 +#: src/gpg-error.c:729 #, c-format msgid "warning: could not recognize %s\n" msgstr "advertencia: no se pudo entender %s\n" Binary files /tmp/tmpeBhJ8b/DYdK_kAkbs/libgpg-error-1.36/po/fr.gmo and /tmp/tmpeBhJ8b/ZYgSCVH70z/libgpg-error-1.37/po/fr.gmo differ diff -Nru libgpg-error-1.36/po/fr.po libgpg-error-1.37/po/fr.po --- libgpg-error-1.36/po/fr.po 2019-03-19 08:58:30.000000000 +0000 +++ libgpg-error-1.37/po/fr.po 2020-02-07 12:14:19.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: libgpg-error-1.17\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2019-03-19 09:58+0100\n" +"POT-Creation-Date: 2020-02-07 13:14+0100\n" "PO-Revision-Date: 2018-03-21 18:58+0100\n" "Last-Translator: David Prévot \n" "Language-Team: French \n" @@ -1316,568 +1316,720 @@ msgstr "Protection non prise en charge" #: src/err-codes.h:322 +#, fuzzy +#| msgid "No agent running" +msgid "No Keybox daemon running" +msgstr "Pas d'agent en cours d'exécution" + +#: src/err-codes.h:323 +#, fuzzy +#| msgid "SmartCard daemon error" +msgid "Keybox daemon error" +msgstr "Erreur de démon SmartCard" + +#: src/err-codes.h:324 +msgid "Service is not running" +msgstr "" + +#: src/err-codes.h:325 +#, fuzzy +#| msgid "Keyserver error" +msgid "Service error" +msgstr "Erreur du serveur de clefs" + +#: src/err-codes.h:326 msgid "System bug detected" msgstr "" -#: src/err-codes.h:323 +#: src/err-codes.h:327 #, fuzzy #| msgid "Unknown system error" msgid "Unknown DNS error" msgstr "Erreur système inconnue" -#: src/err-codes.h:324 +#: src/err-codes.h:328 #, fuzzy #| msgid "Invalid OID string" msgid "Invalid DNS section" msgstr "Chaîne OID incorrecte" -#: src/err-codes.h:325 +#: src/err-codes.h:329 #, fuzzy #| msgid "Invalid S-expression" msgid "Invalid textual address form" msgstr "Expression symbolique incorrecte" -#: src/err-codes.h:326 +#: src/err-codes.h:330 #, fuzzy #| msgid "Missing issuer certificate" msgid "Missing DNS query packet" msgstr "Certificat de l'émetteur manquant" -#: src/err-codes.h:327 +#: src/err-codes.h:331 msgid "Missing DNS answer packet" msgstr "" -#: src/err-codes.h:328 +#: src/err-codes.h:332 msgid "Connection closed in DNS" msgstr "" -#: src/err-codes.h:329 +#: src/err-codes.h:333 #, fuzzy #| msgid "Decryption failed" msgid "Verification failed in DNS" msgstr "Échec de déchiffrement" -#: src/err-codes.h:330 +#: src/err-codes.h:334 #, fuzzy #| msgid "Timeout" msgid "DNS Timeout" msgstr "Délai d'attente dépassé" -#: src/err-codes.h:331 +#: src/err-codes.h:335 #, fuzzy #| msgid "General IPC error" msgid "General LDAP error" msgstr "Erreur générale IPC" -#: src/err-codes.h:332 +#: src/err-codes.h:336 #, fuzzy #| msgid "General error" msgid "General LDAP attribute error" msgstr "Erreur générale" -#: src/err-codes.h:333 +#: src/err-codes.h:337 #, fuzzy #| msgid "General error" msgid "General LDAP name error" msgstr "Erreur générale" -#: src/err-codes.h:334 +#: src/err-codes.h:338 #, fuzzy #| msgid "General Assuan error" msgid "General LDAP security error" msgstr "Erreur générale Assuan" -#: src/err-codes.h:335 +#: src/err-codes.h:339 #, fuzzy #| msgid "General error" msgid "General LDAP service error" msgstr "Erreur générale" -#: src/err-codes.h:336 +#: src/err-codes.h:340 #, fuzzy #| msgid "General Assuan error" msgid "General LDAP update error" msgstr "Erreur générale Assuan" -#: src/err-codes.h:337 +#: src/err-codes.h:341 msgid "Experimental LDAP error code" msgstr "" -#: src/err-codes.h:338 +#: src/err-codes.h:342 #, fuzzy #| msgid "IPC write error" msgid "Private LDAP error code" msgstr "Erreur d'écriture IPC" -#: src/err-codes.h:339 +#: src/err-codes.h:343 #, fuzzy #| msgid "General IPC error" msgid "Other general LDAP error" msgstr "Erreur générale IPC" -#: src/err-codes.h:340 +#: src/err-codes.h:344 #, fuzzy #| msgid "IPC connect call failed" msgid "LDAP connecting failed (X)" msgstr "Échec de l'appel IPC connect" -#: src/err-codes.h:341 +#: src/err-codes.h:345 #, fuzzy #| msgid "General error" msgid "LDAP referral limit exceeded" msgstr "Erreur générale" -#: src/err-codes.h:342 +#: src/err-codes.h:346 msgid "LDAP client loop" msgstr "" -#: src/err-codes.h:343 +#: src/err-codes.h:347 #, fuzzy #| msgid "Card reset required" msgid "No LDAP results returned" msgstr "Réinitialisation de la carte nécessaire" -#: src/err-codes.h:344 +#: src/err-codes.h:348 #, fuzzy #| msgid "Element not found" msgid "LDAP control not found" msgstr "Élément non trouvé" -#: src/err-codes.h:345 +#: src/err-codes.h:349 #, fuzzy #| msgid "Not supported" msgid "Not supported by LDAP" msgstr "Non pris en charge" -#: src/err-codes.h:346 +#: src/err-codes.h:350 #, fuzzy #| msgid "Unexpected error" msgid "LDAP connect error" msgstr "Erreur inattendue" -#: src/err-codes.h:347 +#: src/err-codes.h:351 msgid "Out of memory in LDAP" msgstr "" -#: src/err-codes.h:348 +#: src/err-codes.h:352 msgid "Bad parameter to an LDAP routine" msgstr "" -#: src/err-codes.h:349 +#: src/err-codes.h:353 #, fuzzy #| msgid "Unsupported operation" msgid "User cancelled LDAP operation" msgstr "Opération non prise en charge" -#: src/err-codes.h:350 +#: src/err-codes.h:354 #, fuzzy #| msgid "Bad certificate" msgid "Bad LDAP search filter" msgstr "Mauvais certificat" -#: src/err-codes.h:351 +#: src/err-codes.h:355 #, fuzzy #| msgid "Unknown extension" msgid "Unknown LDAP authentication method" msgstr "Extension inconnue" -#: src/err-codes.h:352 +#: src/err-codes.h:356 #, fuzzy #| msgid "Timeout" msgid "Timeout in LDAP" msgstr "Délai d'attente dépassé" -#: src/err-codes.h:353 +#: src/err-codes.h:357 #, fuzzy #| msgid "dirmngr error" msgid "LDAP decoding error" msgstr "Erreur de dirmngr" -#: src/err-codes.h:354 +#: src/err-codes.h:358 #, fuzzy #| msgid "dirmngr error" msgid "LDAP encoding error" msgstr "Erreur de dirmngr" -#: src/err-codes.h:355 +#: src/err-codes.h:359 #, fuzzy #| msgid "IPC read error" msgid "LDAP local error" msgstr "Erreur de lecture IPC" -#: src/err-codes.h:356 +#: src/err-codes.h:360 #, fuzzy #| msgid "Not an IPC server" msgid "Cannot contact LDAP server" msgstr "Pas un serveur IPC" -#: src/err-codes.h:357 +#: src/err-codes.h:361 #, fuzzy #| msgid "Success" msgid "LDAP success" msgstr "Réussite" -#: src/err-codes.h:358 +#: src/err-codes.h:362 #, fuzzy #| msgid "Configuration error" msgid "LDAP operations error" msgstr "Erreur de configuration" -#: src/err-codes.h:359 +#: src/err-codes.h:363 #, fuzzy #| msgid "Protocol violation" msgid "LDAP protocol error" msgstr "Violation de protocole" -#: src/err-codes.h:360 +#: src/err-codes.h:364 msgid "Time limit exceeded in LDAP" msgstr "" -#: src/err-codes.h:361 +#: src/err-codes.h:365 msgid "Size limit exceeded in LDAP" msgstr "" -#: src/err-codes.h:362 +#: src/err-codes.h:366 msgid "LDAP compare false" msgstr "" -#: src/err-codes.h:363 +#: src/err-codes.h:367 msgid "LDAP compare true" msgstr "" -#: src/err-codes.h:364 +#: src/err-codes.h:368 #, fuzzy #| msgid "Unknown extension" msgid "LDAP authentication method not supported" msgstr "Extension inconnue" -#: src/err-codes.h:365 +#: src/err-codes.h:369 msgid "Strong(er) LDAP authentication required" msgstr "" -#: src/err-codes.h:366 +#: src/err-codes.h:370 #, fuzzy #| msgid "Fatal alert message received" msgid "Partial LDAP results+referral received" msgstr "Message d’alerte fatale reçu" -#: src/err-codes.h:367 +#: src/err-codes.h:371 #, fuzzy #| msgid "General error" msgid "LDAP referral" msgstr "Erreur générale" -#: src/err-codes.h:368 +#: src/err-codes.h:372 msgid "Administrative LDAP limit exceeded" msgstr "" -#: src/err-codes.h:369 +#: src/err-codes.h:373 msgid "Critical LDAP extension is unavailable" msgstr "" -#: src/err-codes.h:370 +#: src/err-codes.h:374 #, fuzzy #| msgid "Card reset required" msgid "Confidentiality required by LDAP" msgstr "Réinitialisation de la carte nécessaire" -#: src/err-codes.h:371 +#: src/err-codes.h:375 msgid "LDAP SASL bind in progress" msgstr "" -#: src/err-codes.h:372 +#: src/err-codes.h:376 msgid "No such LDAP attribute" msgstr "" -#: src/err-codes.h:373 +#: src/err-codes.h:377 #, fuzzy #| msgid "Invalid attribute" msgid "Undefined LDAP attribute type" msgstr "Attribut incorrect" -#: src/err-codes.h:374 +#: src/err-codes.h:378 #, fuzzy #| msgid "Unsupported protection" msgid "Inappropriate matching in LDAP" msgstr "Protection non prise en charge" -#: src/err-codes.h:375 +#: src/err-codes.h:379 #, fuzzy #| msgid "Protocol violation" msgid "Constraint violation in LDAP" msgstr "Violation de protocole" -#: src/err-codes.h:376 +#: src/err-codes.h:380 msgid "LDAP type or value exists" msgstr "" -#: src/err-codes.h:377 +#: src/err-codes.h:381 #, fuzzy #| msgid "Invalid state" msgid "Invalid syntax in LDAP" msgstr "État incorrect" -#: src/err-codes.h:378 +#: src/err-codes.h:382 #, fuzzy #| msgid "No CMS object" msgid "No such LDAP object" msgstr "Pas d'objet CMS" -#: src/err-codes.h:379 +#: src/err-codes.h:383 #, fuzzy #| msgid "Hardware problem" msgid "LDAP alias problem" msgstr "Problème matériel" -#: src/err-codes.h:380 +#: src/err-codes.h:384 #, fuzzy #| msgid "Invalid state" msgid "Invalid DN syntax in LDAP" msgstr "État incorrect" -#: src/err-codes.h:381 +#: src/err-codes.h:385 msgid "LDAP entry is a leaf" msgstr "" -#: src/err-codes.h:382 +#: src/err-codes.h:386 #, fuzzy #| msgid "Encoding problem" msgid "LDAP alias dereferencing problem" msgstr "Problème d'encodage" -#: src/err-codes.h:383 +#: src/err-codes.h:387 msgid "LDAP proxy authorization failure (X)" msgstr "" -#: src/err-codes.h:384 +#: src/err-codes.h:388 #, fuzzy #| msgid "Unsupported protection" msgid "Inappropriate LDAP authentication" msgstr "Protection non prise en charge" -#: src/err-codes.h:385 +#: src/err-codes.h:389 #, fuzzy #| msgid "Invalid card" msgid "Invalid LDAP credentials" msgstr "Carte incorrecte" -#: src/err-codes.h:386 +#: src/err-codes.h:390 msgid "Insufficient access for LDAP" msgstr "" -#: src/err-codes.h:387 +#: src/err-codes.h:391 msgid "LDAP server is busy" msgstr "" -#: src/err-codes.h:388 +#: src/err-codes.h:392 #, fuzzy #| msgid "No keyserver available" msgid "LDAP server is unavailable" msgstr "Aucun serveur de clefs disponible" -#: src/err-codes.h:389 +#: src/err-codes.h:393 msgid "LDAP server is unwilling to perform" msgstr "" -#: src/err-codes.h:390 +#: src/err-codes.h:394 msgid "Loop detected by LDAP" msgstr "" -#: src/err-codes.h:391 +#: src/err-codes.h:395 #, fuzzy #| msgid "Missing action" msgid "LDAP naming violation" msgstr "Action manquante" -#: src/err-codes.h:392 +#: src/err-codes.h:396 #, fuzzy #| msgid "Protocol violation" msgid "LDAP object class violation" msgstr "Violation de protocole" -#: src/err-codes.h:393 +#: src/err-codes.h:397 #, fuzzy #| msgid "Operation not yet finished" msgid "LDAP operation not allowed on non-leaf" msgstr "L'opération n'est pas encore terminée" -#: src/err-codes.h:394 +#: src/err-codes.h:398 #, fuzzy #| msgid "Operation cancelled" msgid "LDAP operation not allowed on RDN" msgstr "Opération annulée" -#: src/err-codes.h:395 +#: src/err-codes.h:399 msgid "Already exists (LDAP)" msgstr "" -#: src/err-codes.h:396 +#: src/err-codes.h:400 msgid "Cannot modify LDAP object class" msgstr "" -#: src/err-codes.h:397 +#: src/err-codes.h:401 #, fuzzy #| msgid "Line too long" msgid "LDAP results too large" msgstr "Ligne trop longue" -#: src/err-codes.h:398 +#: src/err-codes.h:402 #, fuzzy #| msgid "Operation cancelled" msgid "LDAP operation affects multiple DSAs" msgstr "Opération annulée" -#: src/err-codes.h:399 +#: src/err-codes.h:403 msgid "Virtual LDAP list view error" msgstr "" -#: src/err-codes.h:400 +#: src/err-codes.h:404 #, fuzzy #| msgid "General IPC error" msgid "Other LDAP error" msgstr "Erreur générale IPC" -#: src/err-codes.h:401 +#: src/err-codes.h:405 #, fuzzy #| msgid "Resources exhausted" msgid "Resources exhausted in LCUP" msgstr "Ressources épuisées" -#: src/err-codes.h:402 +#: src/err-codes.h:406 #, fuzzy #| msgid "Protocol violation" msgid "Security violation in LCUP" msgstr "Violation de protocole" -#: src/err-codes.h:403 +#: src/err-codes.h:407 #, fuzzy #| msgid "Invalid state" msgid "Invalid data in LCUP" msgstr "État incorrect" -#: src/err-codes.h:404 +#: src/err-codes.h:408 #, fuzzy #| msgid "Unsupported certificate" msgid "Unsupported scheme in LCUP" msgstr "Certificat non pris en charge" -#: src/err-codes.h:405 +#: src/err-codes.h:409 #, fuzzy #| msgid "Card reset required" msgid "Reload required in LCUP" msgstr "Réinitialisation de la carte nécessaire" -#: src/err-codes.h:406 +#: src/err-codes.h:410 #, fuzzy #| msgid "Success" msgid "LDAP cancelled" msgstr "Réussite" -#: src/err-codes.h:407 +#: src/err-codes.h:411 #, fuzzy #| msgid "Not operational" msgid "No LDAP operation to cancel" msgstr "Non opérationnel" -#: src/err-codes.h:408 +#: src/err-codes.h:412 #, fuzzy #| msgid "Not operational" msgid "Too late to cancel LDAP" msgstr "Non opérationnel" -#: src/err-codes.h:409 +#: src/err-codes.h:413 #, fuzzy #| msgid "Not an IPC server" msgid "Cannot cancel LDAP" msgstr "Pas un serveur IPC" -#: src/err-codes.h:410 +#: src/err-codes.h:414 #, fuzzy #| msgid "Decryption failed" msgid "LDAP assertion failed" msgstr "Échec de déchiffrement" -#: src/err-codes.h:411 +#: src/err-codes.h:415 msgid "Proxied authorization denied by LDAP" msgstr "" -#: src/err-codes.h:412 +#: src/err-codes.h:416 msgid "User defined error code 1" msgstr "Code d'erreur 1 défini par l'utilisateur" -#: src/err-codes.h:413 +#: src/err-codes.h:417 msgid "User defined error code 2" msgstr "Code d'erreur 2 défini par l'utilisateur" -#: src/err-codes.h:414 +#: src/err-codes.h:418 msgid "User defined error code 3" msgstr "Code d'erreur 3 défini par l'utilisateur" -#: src/err-codes.h:415 +#: src/err-codes.h:419 msgid "User defined error code 4" msgstr "Code d'erreur 4 défini par l'utilisateur" -#: src/err-codes.h:416 +#: src/err-codes.h:420 msgid "User defined error code 5" msgstr "Code d'erreur 5 défini par l'utilisateur" -#: src/err-codes.h:417 +#: src/err-codes.h:421 msgid "User defined error code 6" msgstr "Code d'erreur 6 défini par l'utilisateur" -#: src/err-codes.h:418 +#: src/err-codes.h:422 msgid "User defined error code 7" msgstr "Code d'erreur 7 défini par l'utilisateur" -#: src/err-codes.h:419 +#: src/err-codes.h:423 msgid "User defined error code 8" msgstr "Code d'erreur 8 défini par l'utilisateur" -#: src/err-codes.h:420 +#: src/err-codes.h:424 msgid "User defined error code 9" msgstr "Code d'erreur 9 défini par l'utilisateur" -#: src/err-codes.h:421 +#: src/err-codes.h:425 msgid "User defined error code 10" msgstr "Code d'erreur 10 défini par l'utilisateur" -#: src/err-codes.h:422 +#: src/err-codes.h:426 msgid "User defined error code 11" msgstr "Code d'erreur 11 défini par l'utilisateur" -#: src/err-codes.h:423 +#: src/err-codes.h:427 msgid "User defined error code 12" msgstr "Code d'erreur 12 défini par l'utilisateur" -#: src/err-codes.h:424 +#: src/err-codes.h:428 msgid "User defined error code 13" msgstr "Code d'erreur 13 défini par l'utilisateur" -#: src/err-codes.h:425 +#: src/err-codes.h:429 msgid "User defined error code 14" msgstr "Code d'erreur 14 défini par l'utilisateur" -#: src/err-codes.h:426 +#: src/err-codes.h:430 msgid "User defined error code 15" msgstr "Code d'erreur 15 défini par l'utilisateur" -#: src/err-codes.h:427 +#: src/err-codes.h:431 msgid "User defined error code 16" msgstr "Code d'erreur 16 défini par l'utilisateur" -#: src/err-codes.h:428 +#: src/err-codes.h:432 +#, fuzzy +#| msgid "Success" +msgid "SQL success" +msgstr "Réussite" + +#: src/err-codes.h:433 +#, fuzzy +#| msgid "Syntax error" +msgid "SQL error" +msgstr "Erreur de syntaxe" + +#: src/err-codes.h:434 +msgid "Internal logic error in SQL library" +msgstr "" + +#: src/err-codes.h:435 +msgid "Access permission denied (SQL)" +msgstr "" + +#: src/err-codes.h:436 +msgid "SQL abort was requested" +msgstr "" + +#: src/err-codes.h:437 +msgid "SQL database file is locked" +msgstr "" + +#: src/err-codes.h:438 +msgid "An SQL table in the database is locked" +msgstr "" + +#: src/err-codes.h:439 +msgid "SQL library ran out of core" +msgstr "" + +#: src/err-codes.h:440 +msgid "Attempt to write a readonly SQL database" +msgstr "" + +#: src/err-codes.h:441 +msgid "SQL operation terminated by interrupt" +msgstr "" + +#: src/err-codes.h:442 +msgid "I/O error during SQL operation" +msgstr "" + +#: src/err-codes.h:443 +msgid "SQL database disk image is malformed" +msgstr "" + +#: src/err-codes.h:444 +msgid "Unknown opcode in SQL file control" +msgstr "" + +#: src/err-codes.h:445 +msgid "Insertion failed because SQL database is full" +msgstr "" + +#: src/err-codes.h:446 +msgid "Unable to open the SQL database file" +msgstr "" + +#: src/err-codes.h:447 +#, fuzzy +#| msgid "Protocol violation" +msgid "SQL database lock protocol error" +msgstr "Violation de protocole" + +#: src/err-codes.h:448 +msgid "(internal SQL code: empty)" +msgstr "" + +#: src/err-codes.h:449 +msgid "SQL database schema changed" +msgstr "" + +#: src/err-codes.h:450 +msgid "String or blob exceeds size limit (SQL)" +msgstr "" + +#: src/err-codes.h:451 +msgid "SQL abort due to constraint violation" +msgstr "" + +#: src/err-codes.h:452 +msgid "Data type mismatch (SQL)" +msgstr "" + +#: src/err-codes.h:453 +msgid "SQL library used incorrectly" +msgstr "" + +#: src/err-codes.h:454 +msgid "SQL library uses unsupported OS features" +msgstr "" + +#: src/err-codes.h:455 +msgid "Authorization denied (SQL)" +msgstr "" + +#: src/err-codes.h:456 +msgid "(unused SQL code: format)" +msgstr "" + +#: src/err-codes.h:457 +msgid "SQL bind parameter out of range" +msgstr "" + +#: src/err-codes.h:458 +msgid "File opened that is not an SQL database file" +msgstr "" + +#: src/err-codes.h:459 +msgid "Notifications from SQL logger" +msgstr "" + +#: src/err-codes.h:460 +msgid "Warnings from SQL logger" +msgstr "" + +#: src/err-codes.h:461 +msgid "SQL has another row ready" +msgstr "" + +#: src/err-codes.h:462 +msgid "SQL has finished executing" +msgstr "" + +#: src/err-codes.h:463 msgid "System error w/o errno" msgstr "Erreur système sans numéro" -#: src/err-codes.h:429 +#: src/err-codes.h:464 msgid "Unknown system error" msgstr "Erreur système inconnue" -#: src/err-codes.h:430 +#: src/err-codes.h:465 msgid "End of file" msgstr "Fin de fichier" -#: src/err-codes.h:431 +#: src/err-codes.h:466 msgid "Unknown error code" msgstr "Code d'erreur inconnu" @@ -1956,11 +2108,11 @@ msgid "invalid option \"%.50s\"\n" msgstr "option « %.50s » incorrecte\n" -#: src/gpg-error.c:458 +#: src/gpg-error.c:522 msgid "Please report bugs to .\n" msgstr "" -#: src/gpg-error.c:658 +#: src/gpg-error.c:729 #, c-format msgid "warning: could not recognize %s\n" msgstr "attention : impossible de reconnaître %s\n" Binary files /tmp/tmpeBhJ8b/DYdK_kAkbs/libgpg-error-1.36/po/hu.gmo and /tmp/tmpeBhJ8b/ZYgSCVH70z/libgpg-error-1.37/po/hu.gmo differ diff -Nru libgpg-error-1.36/po/hu.po libgpg-error-1.37/po/hu.po --- libgpg-error-1.36/po/hu.po 2019-03-19 08:58:30.000000000 +0000 +++ libgpg-error-1.37/po/hu.po 2020-02-07 12:14:19.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libgpg-error-1.7\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2019-03-19 09:58+0100\n" +"POT-Creation-Date: 2020-02-07 13:14+0100\n" "PO-Revision-Date: 2018-03-21 19:01+0100\n" "Last-Translator: Balázs Úr \n" "Language-Team: Hungarian \n" @@ -1375,564 +1375,716 @@ msgstr "Nem támogatott védelem" #: src/err-codes.h:322 +#, fuzzy +#| msgid "No agent running" +msgid "No Keybox daemon running" +msgstr "Nincs futó ügynök" + +#: src/err-codes.h:323 +#, fuzzy +#| msgid "SmartCard daemon error" +msgid "Keybox daemon error" +msgstr "SmartCard démon hiba" + +#: src/err-codes.h:324 +msgid "Service is not running" +msgstr "" + +#: src/err-codes.h:325 +#, fuzzy +#| msgid "Keyserver error" +msgid "Service error" +msgstr "Kulcskiszolgáló hiba" + +#: src/err-codes.h:326 msgid "System bug detected" msgstr "" -#: src/err-codes.h:323 +#: src/err-codes.h:327 #, fuzzy #| msgid "Unknown system error" msgid "Unknown DNS error" msgstr "Ismeretlen rendszerhiba" -#: src/err-codes.h:324 +#: src/err-codes.h:328 #, fuzzy #| msgid "Invalid OID string" msgid "Invalid DNS section" msgstr "Érvénytelen OID karakterlánc" -#: src/err-codes.h:325 +#: src/err-codes.h:329 #, fuzzy #| msgid "Invalid S-expression" msgid "Invalid textual address form" msgstr "Érvénytelen S-kifejezés" -#: src/err-codes.h:326 +#: src/err-codes.h:330 #, fuzzy #| msgid "Missing certificate" msgid "Missing DNS query packet" msgstr "Hiányzó tanúsítvány" -#: src/err-codes.h:327 +#: src/err-codes.h:331 msgid "Missing DNS answer packet" msgstr "" -#: src/err-codes.h:328 +#: src/err-codes.h:332 msgid "Connection closed in DNS" msgstr "" -#: src/err-codes.h:329 +#: src/err-codes.h:333 #, fuzzy #| msgid "Decryption failed" msgid "Verification failed in DNS" msgstr "Visszafejtés sikertelen" -#: src/err-codes.h:330 +#: src/err-codes.h:334 #, fuzzy #| msgid "Timeout" msgid "DNS Timeout" msgstr "Időtúllépés" -#: src/err-codes.h:331 +#: src/err-codes.h:335 #, fuzzy #| msgid "General IPC error" msgid "General LDAP error" msgstr "Általános IPC hiba" -#: src/err-codes.h:332 +#: src/err-codes.h:336 #, fuzzy #| msgid "General error" msgid "General LDAP attribute error" msgstr "Általános hiba" -#: src/err-codes.h:333 +#: src/err-codes.h:337 #, fuzzy #| msgid "General error" msgid "General LDAP name error" msgstr "Általános hiba" -#: src/err-codes.h:334 +#: src/err-codes.h:338 #, fuzzy #| msgid "General Assuan error" msgid "General LDAP security error" msgstr "Általános Assuan hiba" -#: src/err-codes.h:335 +#: src/err-codes.h:339 #, fuzzy #| msgid "General error" msgid "General LDAP service error" msgstr "Általános hiba" -#: src/err-codes.h:336 +#: src/err-codes.h:340 #, fuzzy #| msgid "General Assuan error" msgid "General LDAP update error" msgstr "Általános Assuan hiba" -#: src/err-codes.h:337 +#: src/err-codes.h:341 msgid "Experimental LDAP error code" msgstr "" -#: src/err-codes.h:338 +#: src/err-codes.h:342 #, fuzzy #| msgid "IPC write error" msgid "Private LDAP error code" msgstr "IPC írási hiba" -#: src/err-codes.h:339 +#: src/err-codes.h:343 #, fuzzy #| msgid "General IPC error" msgid "Other general LDAP error" msgstr "Általános IPC hiba" -#: src/err-codes.h:340 +#: src/err-codes.h:344 #, fuzzy #| msgid "IPC connect call failed" msgid "LDAP connecting failed (X)" msgstr "Az IPC kapcsolódási hívás meghiúsult" -#: src/err-codes.h:341 +#: src/err-codes.h:345 #, fuzzy #| msgid "General error" msgid "LDAP referral limit exceeded" msgstr "Általános hiba" -#: src/err-codes.h:342 +#: src/err-codes.h:346 msgid "LDAP client loop" msgstr "" -#: src/err-codes.h:343 +#: src/err-codes.h:347 #, fuzzy #| msgid "Card reset required" msgid "No LDAP results returned" msgstr "Kártya visszaállítás szükséges" -#: src/err-codes.h:344 +#: src/err-codes.h:348 #, fuzzy #| msgid "Element not found" msgid "LDAP control not found" msgstr "Az elem nem található" -#: src/err-codes.h:345 +#: src/err-codes.h:349 #, fuzzy #| msgid "Not supported" msgid "Not supported by LDAP" msgstr "Nem támogatott" -#: src/err-codes.h:346 +#: src/err-codes.h:350 #, fuzzy #| msgid "Unexpected error" msgid "LDAP connect error" msgstr "Váratlan hiba" -#: src/err-codes.h:347 +#: src/err-codes.h:351 msgid "Out of memory in LDAP" msgstr "" -#: src/err-codes.h:348 +#: src/err-codes.h:352 msgid "Bad parameter to an LDAP routine" msgstr "" -#: src/err-codes.h:349 +#: src/err-codes.h:353 #, fuzzy #| msgid "Unsupported operation" msgid "User cancelled LDAP operation" msgstr "Nem támogatott művelet" -#: src/err-codes.h:350 +#: src/err-codes.h:354 #, fuzzy #| msgid "Bad certificate" msgid "Bad LDAP search filter" msgstr "Rossz tanúsítvány" -#: src/err-codes.h:351 +#: src/err-codes.h:355 #, fuzzy #| msgid "Unknown extension" msgid "Unknown LDAP authentication method" msgstr "Ismeretlen kiterjesztés" -#: src/err-codes.h:352 +#: src/err-codes.h:356 #, fuzzy #| msgid "Timeout" msgid "Timeout in LDAP" msgstr "Időtúllépés" -#: src/err-codes.h:353 +#: src/err-codes.h:357 #, fuzzy #| msgid "dirmngr error" msgid "LDAP decoding error" msgstr "dirmngr hiba" -#: src/err-codes.h:354 +#: src/err-codes.h:358 #, fuzzy #| msgid "dirmngr error" msgid "LDAP encoding error" msgstr "dirmngr hiba" -#: src/err-codes.h:355 +#: src/err-codes.h:359 #, fuzzy #| msgid "IPC read error" msgid "LDAP local error" msgstr "IPC olvasási hiba" -#: src/err-codes.h:356 +#: src/err-codes.h:360 #, fuzzy #| msgid "Not an IPC server" msgid "Cannot contact LDAP server" msgstr "Nem IPC kiszolgáló" -#: src/err-codes.h:357 +#: src/err-codes.h:361 #, fuzzy #| msgid "Success" msgid "LDAP success" msgstr "Sikeres" -#: src/err-codes.h:358 +#: src/err-codes.h:362 #, fuzzy #| msgid "Configuration error" msgid "LDAP operations error" msgstr "Beállítási hiba" -#: src/err-codes.h:359 +#: src/err-codes.h:363 #, fuzzy #| msgid "Protocol violation" msgid "LDAP protocol error" msgstr "Protokollsértés" -#: src/err-codes.h:360 +#: src/err-codes.h:364 msgid "Time limit exceeded in LDAP" msgstr "" -#: src/err-codes.h:361 +#: src/err-codes.h:365 msgid "Size limit exceeded in LDAP" msgstr "" -#: src/err-codes.h:362 +#: src/err-codes.h:366 msgid "LDAP compare false" msgstr "" -#: src/err-codes.h:363 +#: src/err-codes.h:367 msgid "LDAP compare true" msgstr "" -#: src/err-codes.h:364 +#: src/err-codes.h:368 #, fuzzy #| msgid "Unknown extension" msgid "LDAP authentication method not supported" msgstr "Ismeretlen kiterjesztés" -#: src/err-codes.h:365 +#: src/err-codes.h:369 msgid "Strong(er) LDAP authentication required" msgstr "" -#: src/err-codes.h:366 +#: src/err-codes.h:370 msgid "Partial LDAP results+referral received" msgstr "" -#: src/err-codes.h:367 +#: src/err-codes.h:371 #, fuzzy #| msgid "General error" msgid "LDAP referral" msgstr "Általános hiba" -#: src/err-codes.h:368 +#: src/err-codes.h:372 msgid "Administrative LDAP limit exceeded" msgstr "" -#: src/err-codes.h:369 +#: src/err-codes.h:373 msgid "Critical LDAP extension is unavailable" msgstr "" -#: src/err-codes.h:370 +#: src/err-codes.h:374 #, fuzzy #| msgid "Card reset required" msgid "Confidentiality required by LDAP" msgstr "Kártya visszaállítás szükséges" -#: src/err-codes.h:371 +#: src/err-codes.h:375 msgid "LDAP SASL bind in progress" msgstr "" -#: src/err-codes.h:372 +#: src/err-codes.h:376 msgid "No such LDAP attribute" msgstr "" -#: src/err-codes.h:373 +#: src/err-codes.h:377 #, fuzzy #| msgid "Invalid attribute" msgid "Undefined LDAP attribute type" msgstr "Érvénytelen attribútum" -#: src/err-codes.h:374 +#: src/err-codes.h:378 #, fuzzy #| msgid "Unsupported protection" msgid "Inappropriate matching in LDAP" msgstr "Nem támogatott védelem" -#: src/err-codes.h:375 +#: src/err-codes.h:379 #, fuzzy #| msgid "Protocol violation" msgid "Constraint violation in LDAP" msgstr "Protokollsértés" -#: src/err-codes.h:376 +#: src/err-codes.h:380 msgid "LDAP type or value exists" msgstr "" -#: src/err-codes.h:377 +#: src/err-codes.h:381 #, fuzzy #| msgid "Invalid state" msgid "Invalid syntax in LDAP" msgstr "Érvénytelen állapot" -#: src/err-codes.h:378 +#: src/err-codes.h:382 #, fuzzy #| msgid "No CMS object" msgid "No such LDAP object" msgstr "Nincs CMS objektum" -#: src/err-codes.h:379 +#: src/err-codes.h:383 #, fuzzy #| msgid "Hardware problem" msgid "LDAP alias problem" msgstr "Hardverprobléma" -#: src/err-codes.h:380 +#: src/err-codes.h:384 #, fuzzy #| msgid "Invalid state" msgid "Invalid DN syntax in LDAP" msgstr "Érvénytelen állapot" -#: src/err-codes.h:381 +#: src/err-codes.h:385 msgid "LDAP entry is a leaf" msgstr "" -#: src/err-codes.h:382 +#: src/err-codes.h:386 #, fuzzy #| msgid "Encoding problem" msgid "LDAP alias dereferencing problem" msgstr "Kódolási probléma" -#: src/err-codes.h:383 +#: src/err-codes.h:387 msgid "LDAP proxy authorization failure (X)" msgstr "" -#: src/err-codes.h:384 +#: src/err-codes.h:388 #, fuzzy #| msgid "Unsupported protection" msgid "Inappropriate LDAP authentication" msgstr "Nem támogatott védelem" -#: src/err-codes.h:385 +#: src/err-codes.h:389 #, fuzzy #| msgid "Invalid card" msgid "Invalid LDAP credentials" msgstr "Érvénytelen kártya" -#: src/err-codes.h:386 +#: src/err-codes.h:390 msgid "Insufficient access for LDAP" msgstr "" -#: src/err-codes.h:387 +#: src/err-codes.h:391 msgid "LDAP server is busy" msgstr "" -#: src/err-codes.h:388 +#: src/err-codes.h:392 msgid "LDAP server is unavailable" msgstr "" -#: src/err-codes.h:389 +#: src/err-codes.h:393 msgid "LDAP server is unwilling to perform" msgstr "" -#: src/err-codes.h:390 +#: src/err-codes.h:394 msgid "Loop detected by LDAP" msgstr "" -#: src/err-codes.h:391 +#: src/err-codes.h:395 #, fuzzy #| msgid "Missing action" msgid "LDAP naming violation" msgstr "Hiányzó művelet" -#: src/err-codes.h:392 +#: src/err-codes.h:396 #, fuzzy #| msgid "Protocol violation" msgid "LDAP object class violation" msgstr "Protokollsértés" -#: src/err-codes.h:393 +#: src/err-codes.h:397 #, fuzzy #| msgid "Operation not yet finished" msgid "LDAP operation not allowed on non-leaf" msgstr "A művelet még nem fejeződött be" -#: src/err-codes.h:394 +#: src/err-codes.h:398 #, fuzzy #| msgid "Operation cancelled" msgid "LDAP operation not allowed on RDN" msgstr "A művelet megszakítva" -#: src/err-codes.h:395 +#: src/err-codes.h:399 msgid "Already exists (LDAP)" msgstr "" -#: src/err-codes.h:396 +#: src/err-codes.h:400 msgid "Cannot modify LDAP object class" msgstr "" -#: src/err-codes.h:397 +#: src/err-codes.h:401 #, fuzzy #| msgid "Line too long" msgid "LDAP results too large" msgstr "Túl hosszú sor" -#: src/err-codes.h:398 +#: src/err-codes.h:402 #, fuzzy #| msgid "Operation cancelled" msgid "LDAP operation affects multiple DSAs" msgstr "A művelet megszakítva" -#: src/err-codes.h:399 +#: src/err-codes.h:403 msgid "Virtual LDAP list view error" msgstr "" -#: src/err-codes.h:400 +#: src/err-codes.h:404 #, fuzzy #| msgid "General IPC error" msgid "Other LDAP error" msgstr "Általános IPC hiba" -#: src/err-codes.h:401 +#: src/err-codes.h:405 #, fuzzy #| msgid "Resources exhausted" msgid "Resources exhausted in LCUP" msgstr "Az erőforrások kimerültek" -#: src/err-codes.h:402 +#: src/err-codes.h:406 #, fuzzy #| msgid "Protocol violation" msgid "Security violation in LCUP" msgstr "Protokollsértés" -#: src/err-codes.h:403 +#: src/err-codes.h:407 #, fuzzy #| msgid "Invalid state" msgid "Invalid data in LCUP" msgstr "Érvénytelen állapot" -#: src/err-codes.h:404 +#: src/err-codes.h:408 #, fuzzy #| msgid "Unsupported certificate" msgid "Unsupported scheme in LCUP" msgstr "Nem támogatott tanúsítvány" -#: src/err-codes.h:405 +#: src/err-codes.h:409 #, fuzzy #| msgid "Card reset required" msgid "Reload required in LCUP" msgstr "Kártya visszaállítás szükséges" -#: src/err-codes.h:406 +#: src/err-codes.h:410 #, fuzzy #| msgid "Success" msgid "LDAP cancelled" msgstr "Sikeres" -#: src/err-codes.h:407 +#: src/err-codes.h:411 #, fuzzy #| msgid "Not operational" msgid "No LDAP operation to cancel" msgstr "Nem működik" -#: src/err-codes.h:408 +#: src/err-codes.h:412 #, fuzzy #| msgid "Not operational" msgid "Too late to cancel LDAP" msgstr "Nem működik" -#: src/err-codes.h:409 +#: src/err-codes.h:413 #, fuzzy #| msgid "Not an IPC server" msgid "Cannot cancel LDAP" msgstr "Nem IPC kiszolgáló" -#: src/err-codes.h:410 +#: src/err-codes.h:414 #, fuzzy #| msgid "Decryption failed" msgid "LDAP assertion failed" msgstr "Visszafejtés sikertelen" -#: src/err-codes.h:411 +#: src/err-codes.h:415 msgid "Proxied authorization denied by LDAP" msgstr "" -#: src/err-codes.h:412 +#: src/err-codes.h:416 msgid "User defined error code 1" msgstr "1. felhasználó által megadott hibakód" -#: src/err-codes.h:413 +#: src/err-codes.h:417 msgid "User defined error code 2" msgstr "2. felhasználó által megadott hibakód" -#: src/err-codes.h:414 +#: src/err-codes.h:418 msgid "User defined error code 3" msgstr "3. felhasználó által megadott hibakód" -#: src/err-codes.h:415 +#: src/err-codes.h:419 msgid "User defined error code 4" msgstr "4. felhasználó által megadott hibakód" -#: src/err-codes.h:416 +#: src/err-codes.h:420 msgid "User defined error code 5" msgstr "5. felhasználó által megadott hibakód" -#: src/err-codes.h:417 +#: src/err-codes.h:421 msgid "User defined error code 6" msgstr "6. felhasználó által megadott hibakód" -#: src/err-codes.h:418 +#: src/err-codes.h:422 msgid "User defined error code 7" msgstr "7. felhasználó által megadott hibakód" -#: src/err-codes.h:419 +#: src/err-codes.h:423 msgid "User defined error code 8" msgstr "8. felhasználó által megadott hibakód" -#: src/err-codes.h:420 +#: src/err-codes.h:424 msgid "User defined error code 9" msgstr "9. felhasználó által megadott hibakód" -#: src/err-codes.h:421 +#: src/err-codes.h:425 msgid "User defined error code 10" msgstr "10. felhasználó által megadott hibakód" -#: src/err-codes.h:422 +#: src/err-codes.h:426 msgid "User defined error code 11" msgstr "11. felhasználó által megadott hibakód" -#: src/err-codes.h:423 +#: src/err-codes.h:427 msgid "User defined error code 12" msgstr "12. felhasználó által megadott hibakód" -#: src/err-codes.h:424 +#: src/err-codes.h:428 msgid "User defined error code 13" msgstr "13. felhasználó által megadott hibakód" -#: src/err-codes.h:425 +#: src/err-codes.h:429 msgid "User defined error code 14" msgstr "14. felhasználó által megadott hibakód" -#: src/err-codes.h:426 +#: src/err-codes.h:430 msgid "User defined error code 15" msgstr "15. felhasználó által megadott hibakód" -#: src/err-codes.h:427 +#: src/err-codes.h:431 msgid "User defined error code 16" msgstr "16. felhasználó által megadott hibakód" -#: src/err-codes.h:428 +#: src/err-codes.h:432 +#, fuzzy +#| msgid "Success" +msgid "SQL success" +msgstr "Sikeres" + +#: src/err-codes.h:433 +#, fuzzy +#| msgid "Syntax error" +msgid "SQL error" +msgstr "Szintaktikai hiba" + +#: src/err-codes.h:434 +msgid "Internal logic error in SQL library" +msgstr "" + +#: src/err-codes.h:435 +msgid "Access permission denied (SQL)" +msgstr "" + +#: src/err-codes.h:436 +msgid "SQL abort was requested" +msgstr "" + +#: src/err-codes.h:437 +msgid "SQL database file is locked" +msgstr "" + +#: src/err-codes.h:438 +msgid "An SQL table in the database is locked" +msgstr "" + +#: src/err-codes.h:439 +msgid "SQL library ran out of core" +msgstr "" + +#: src/err-codes.h:440 +msgid "Attempt to write a readonly SQL database" +msgstr "" + +#: src/err-codes.h:441 +msgid "SQL operation terminated by interrupt" +msgstr "" + +#: src/err-codes.h:442 +msgid "I/O error during SQL operation" +msgstr "" + +#: src/err-codes.h:443 +msgid "SQL database disk image is malformed" +msgstr "" + +#: src/err-codes.h:444 +msgid "Unknown opcode in SQL file control" +msgstr "" + +#: src/err-codes.h:445 +msgid "Insertion failed because SQL database is full" +msgstr "" + +#: src/err-codes.h:446 +msgid "Unable to open the SQL database file" +msgstr "" + +#: src/err-codes.h:447 +#, fuzzy +#| msgid "Protocol violation" +msgid "SQL database lock protocol error" +msgstr "Protokollsértés" + +#: src/err-codes.h:448 +msgid "(internal SQL code: empty)" +msgstr "" + +#: src/err-codes.h:449 +msgid "SQL database schema changed" +msgstr "" + +#: src/err-codes.h:450 +msgid "String or blob exceeds size limit (SQL)" +msgstr "" + +#: src/err-codes.h:451 +msgid "SQL abort due to constraint violation" +msgstr "" + +#: src/err-codes.h:452 +msgid "Data type mismatch (SQL)" +msgstr "" + +#: src/err-codes.h:453 +msgid "SQL library used incorrectly" +msgstr "" + +#: src/err-codes.h:454 +msgid "SQL library uses unsupported OS features" +msgstr "" + +#: src/err-codes.h:455 +msgid "Authorization denied (SQL)" +msgstr "" + +#: src/err-codes.h:456 +msgid "(unused SQL code: format)" +msgstr "" + +#: src/err-codes.h:457 +msgid "SQL bind parameter out of range" +msgstr "" + +#: src/err-codes.h:458 +msgid "File opened that is not an SQL database file" +msgstr "" + +#: src/err-codes.h:459 +msgid "Notifications from SQL logger" +msgstr "" + +#: src/err-codes.h:460 +msgid "Warnings from SQL logger" +msgstr "" + +#: src/err-codes.h:461 +msgid "SQL has another row ready" +msgstr "" + +#: src/err-codes.h:462 +msgid "SQL has finished executing" +msgstr "" + +#: src/err-codes.h:463 msgid "System error w/o errno" msgstr "Rendszerhiba w/o hibaszám" -#: src/err-codes.h:429 +#: src/err-codes.h:464 msgid "Unknown system error" msgstr "Ismeretlen rendszerhiba" -#: src/err-codes.h:430 +#: src/err-codes.h:465 msgid "End of file" msgstr "Fájl vége" -#: src/err-codes.h:431 +#: src/err-codes.h:466 msgid "Unknown error code" msgstr "Ismeretlen hibakód" @@ -2022,11 +2174,11 @@ msgid "invalid option \"%.50s\"\n" msgstr "Érvénytelen import opciók!\n" -#: src/gpg-error.c:458 +#: src/gpg-error.c:522 msgid "Please report bugs to .\n" msgstr "" -#: src/gpg-error.c:658 +#: src/gpg-error.c:729 #, c-format msgid "warning: could not recognize %s\n" msgstr "figyelmeztetés: nem sikerült felismerni: %s\n" Binary files /tmp/tmpeBhJ8b/DYdK_kAkbs/libgpg-error-1.36/po/it.gmo and /tmp/tmpeBhJ8b/ZYgSCVH70z/libgpg-error-1.37/po/it.gmo differ diff -Nru libgpg-error-1.36/po/it.po libgpg-error-1.37/po/it.po --- libgpg-error-1.36/po/it.po 2019-03-19 08:58:30.000000000 +0000 +++ libgpg-error-1.37/po/it.po 2020-02-07 12:14:19.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: libgpg-error\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2019-03-19 09:58+0100\n" +"POT-Creation-Date: 2020-02-07 13:14+0100\n" "PO-Revision-Date: 2018-03-21 19:02+0100\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" @@ -1314,568 +1314,720 @@ msgstr "Protezione non supportata" #: src/err-codes.h:322 +#, fuzzy +#| msgid "No agent running" +msgid "No Keybox daemon running" +msgstr "Nessun agente in esecuzione" + +#: src/err-codes.h:323 +#, fuzzy +#| msgid "SmartCard daemon error" +msgid "Keybox daemon error" +msgstr "Errore del demone della SmartCard" + +#: src/err-codes.h:324 +msgid "Service is not running" +msgstr "" + +#: src/err-codes.h:325 +#, fuzzy +#| msgid "Keyserver error" +msgid "Service error" +msgstr "Errore del server delle chiavi" + +#: src/err-codes.h:326 msgid "System bug detected" msgstr "" -#: src/err-codes.h:323 +#: src/err-codes.h:327 #, fuzzy #| msgid "Unknown system error" msgid "Unknown DNS error" msgstr "Errore di sistema sconosciuto" -#: src/err-codes.h:324 +#: src/err-codes.h:328 #, fuzzy #| msgid "Invalid OID string" msgid "Invalid DNS section" msgstr "Testo per l'OID non valido" -#: src/err-codes.h:325 +#: src/err-codes.h:329 #, fuzzy #| msgid "Invalid S-expression" msgid "Invalid textual address form" msgstr "S-expression non valida" -#: src/err-codes.h:326 +#: src/err-codes.h:330 #, fuzzy #| msgid "Missing issuer certificate" msgid "Missing DNS query packet" msgstr "Manca il certificato dell'emittente" -#: src/err-codes.h:327 +#: src/err-codes.h:331 msgid "Missing DNS answer packet" msgstr "" -#: src/err-codes.h:328 +#: src/err-codes.h:332 msgid "Connection closed in DNS" msgstr "" -#: src/err-codes.h:329 +#: src/err-codes.h:333 #, fuzzy #| msgid "Decryption failed" msgid "Verification failed in DNS" msgstr "Decifratura non riuscita" -#: src/err-codes.h:330 +#: src/err-codes.h:334 #, fuzzy #| msgid "Timeout" msgid "DNS Timeout" msgstr "Tempo scaduto" -#: src/err-codes.h:331 +#: src/err-codes.h:335 #, fuzzy #| msgid "General IPC error" msgid "General LDAP error" msgstr "Errore IPC generale" -#: src/err-codes.h:332 +#: src/err-codes.h:336 #, fuzzy #| msgid "General error" msgid "General LDAP attribute error" msgstr "Errore generale" -#: src/err-codes.h:333 +#: src/err-codes.h:337 #, fuzzy #| msgid "General error" msgid "General LDAP name error" msgstr "Errore generale" -#: src/err-codes.h:334 +#: src/err-codes.h:338 #, fuzzy #| msgid "General Assuan error" msgid "General LDAP security error" msgstr "Errore generale per Assuan" -#: src/err-codes.h:335 +#: src/err-codes.h:339 #, fuzzy #| msgid "General error" msgid "General LDAP service error" msgstr "Errore generale" -#: src/err-codes.h:336 +#: src/err-codes.h:340 #, fuzzy #| msgid "General Assuan error" msgid "General LDAP update error" msgstr "Errore generale per Assuan" -#: src/err-codes.h:337 +#: src/err-codes.h:341 msgid "Experimental LDAP error code" msgstr "" -#: src/err-codes.h:338 +#: src/err-codes.h:342 #, fuzzy #| msgid "IPC write error" msgid "Private LDAP error code" msgstr "Errore di scrittura IPC" -#: src/err-codes.h:339 +#: src/err-codes.h:343 #, fuzzy #| msgid "General IPC error" msgid "Other general LDAP error" msgstr "Errore IPC generale" -#: src/err-codes.h:340 +#: src/err-codes.h:344 #, fuzzy #| msgid "IPC connect call failed" msgid "LDAP connecting failed (X)" msgstr "Chiamata \"connect\" IPC non riuscita" -#: src/err-codes.h:341 +#: src/err-codes.h:345 #, fuzzy #| msgid "General error" msgid "LDAP referral limit exceeded" msgstr "Errore generale" -#: src/err-codes.h:342 +#: src/err-codes.h:346 msgid "LDAP client loop" msgstr "" -#: src/err-codes.h:343 +#: src/err-codes.h:347 #, fuzzy #| msgid "Card reset required" msgid "No LDAP results returned" msgstr "È richiesto il riavvio della scheda" -#: src/err-codes.h:344 +#: src/err-codes.h:348 #, fuzzy #| msgid "Element not found" msgid "LDAP control not found" msgstr "Elemento non trovato" -#: src/err-codes.h:345 +#: src/err-codes.h:349 #, fuzzy #| msgid "Not supported" msgid "Not supported by LDAP" msgstr "Non supportato" -#: src/err-codes.h:346 +#: src/err-codes.h:350 #, fuzzy #| msgid "Unexpected error" msgid "LDAP connect error" msgstr "Errore inaspettato" -#: src/err-codes.h:347 +#: src/err-codes.h:351 msgid "Out of memory in LDAP" msgstr "" -#: src/err-codes.h:348 +#: src/err-codes.h:352 msgid "Bad parameter to an LDAP routine" msgstr "" -#: src/err-codes.h:349 +#: src/err-codes.h:353 #, fuzzy #| msgid "Unsupported operation" msgid "User cancelled LDAP operation" msgstr "Operazione non supportata" -#: src/err-codes.h:350 +#: src/err-codes.h:354 #, fuzzy #| msgid "Bad certificate" msgid "Bad LDAP search filter" msgstr "Certificato errato" -#: src/err-codes.h:351 +#: src/err-codes.h:355 #, fuzzy #| msgid "Unknown extension" msgid "Unknown LDAP authentication method" msgstr "Estensione sconosciuta" -#: src/err-codes.h:352 +#: src/err-codes.h:356 #, fuzzy #| msgid "Timeout" msgid "Timeout in LDAP" msgstr "Tempo scaduto" -#: src/err-codes.h:353 +#: src/err-codes.h:357 #, fuzzy #| msgid "dirmngr error" msgid "LDAP decoding error" msgstr "Errore di dirmngr" -#: src/err-codes.h:354 +#: src/err-codes.h:358 #, fuzzy #| msgid "dirmngr error" msgid "LDAP encoding error" msgstr "Errore di dirmngr" -#: src/err-codes.h:355 +#: src/err-codes.h:359 #, fuzzy #| msgid "IPC read error" msgid "LDAP local error" msgstr "Errore di lettura IPC" -#: src/err-codes.h:356 +#: src/err-codes.h:360 #, fuzzy #| msgid "Not an IPC server" msgid "Cannot contact LDAP server" msgstr "Non è un server IPC" -#: src/err-codes.h:357 +#: src/err-codes.h:361 #, fuzzy #| msgid "Success" msgid "LDAP success" msgstr "Eseguito" -#: src/err-codes.h:358 +#: src/err-codes.h:362 #, fuzzy #| msgid "Configuration error" msgid "LDAP operations error" msgstr "Errore di configurazione" -#: src/err-codes.h:359 +#: src/err-codes.h:363 #, fuzzy #| msgid "Protocol violation" msgid "LDAP protocol error" msgstr "Violazione del protocollo" -#: src/err-codes.h:360 +#: src/err-codes.h:364 msgid "Time limit exceeded in LDAP" msgstr "" -#: src/err-codes.h:361 +#: src/err-codes.h:365 msgid "Size limit exceeded in LDAP" msgstr "" -#: src/err-codes.h:362 +#: src/err-codes.h:366 msgid "LDAP compare false" msgstr "" -#: src/err-codes.h:363 +#: src/err-codes.h:367 msgid "LDAP compare true" msgstr "" -#: src/err-codes.h:364 +#: src/err-codes.h:368 #, fuzzy #| msgid "Unknown extension" msgid "LDAP authentication method not supported" msgstr "Estensione sconosciuta" -#: src/err-codes.h:365 +#: src/err-codes.h:369 msgid "Strong(er) LDAP authentication required" msgstr "" -#: src/err-codes.h:366 +#: src/err-codes.h:370 #, fuzzy #| msgid "Fatal alert message received" msgid "Partial LDAP results+referral received" msgstr "Ricevuto un messaggio di avviso fatale" -#: src/err-codes.h:367 +#: src/err-codes.h:371 #, fuzzy #| msgid "General error" msgid "LDAP referral" msgstr "Errore generale" -#: src/err-codes.h:368 +#: src/err-codes.h:372 msgid "Administrative LDAP limit exceeded" msgstr "" -#: src/err-codes.h:369 +#: src/err-codes.h:373 msgid "Critical LDAP extension is unavailable" msgstr "" -#: src/err-codes.h:370 +#: src/err-codes.h:374 #, fuzzy #| msgid "Card reset required" msgid "Confidentiality required by LDAP" msgstr "È richiesto il riavvio della scheda" -#: src/err-codes.h:371 +#: src/err-codes.h:375 msgid "LDAP SASL bind in progress" msgstr "" -#: src/err-codes.h:372 +#: src/err-codes.h:376 msgid "No such LDAP attribute" msgstr "" -#: src/err-codes.h:373 +#: src/err-codes.h:377 #, fuzzy #| msgid "Invalid attribute" msgid "Undefined LDAP attribute type" msgstr "Attributo non valido" -#: src/err-codes.h:374 +#: src/err-codes.h:378 #, fuzzy #| msgid "Unsupported protection" msgid "Inappropriate matching in LDAP" msgstr "Protezione non supportata" -#: src/err-codes.h:375 +#: src/err-codes.h:379 #, fuzzy #| msgid "Protocol violation" msgid "Constraint violation in LDAP" msgstr "Violazione del protocollo" -#: src/err-codes.h:376 +#: src/err-codes.h:380 msgid "LDAP type or value exists" msgstr "" -#: src/err-codes.h:377 +#: src/err-codes.h:381 #, fuzzy #| msgid "Invalid state" msgid "Invalid syntax in LDAP" msgstr "Stato non valido" -#: src/err-codes.h:378 +#: src/err-codes.h:382 #, fuzzy #| msgid "No CMS object" msgid "No such LDAP object" msgstr "Non esiste alcun oggetto CMS" -#: src/err-codes.h:379 +#: src/err-codes.h:383 #, fuzzy #| msgid "Hardware problem" msgid "LDAP alias problem" msgstr "Problema hardware" -#: src/err-codes.h:380 +#: src/err-codes.h:384 #, fuzzy #| msgid "Invalid state" msgid "Invalid DN syntax in LDAP" msgstr "Stato non valido" -#: src/err-codes.h:381 +#: src/err-codes.h:385 msgid "LDAP entry is a leaf" msgstr "" -#: src/err-codes.h:382 +#: src/err-codes.h:386 #, fuzzy #| msgid "Encoding problem" msgid "LDAP alias dereferencing problem" msgstr "Problema nella codifica" -#: src/err-codes.h:383 +#: src/err-codes.h:387 msgid "LDAP proxy authorization failure (X)" msgstr "" -#: src/err-codes.h:384 +#: src/err-codes.h:388 #, fuzzy #| msgid "Unsupported protection" msgid "Inappropriate LDAP authentication" msgstr "Protezione non supportata" -#: src/err-codes.h:385 +#: src/err-codes.h:389 #, fuzzy #| msgid "Invalid card" msgid "Invalid LDAP credentials" msgstr "Scheda non valida" -#: src/err-codes.h:386 +#: src/err-codes.h:390 msgid "Insufficient access for LDAP" msgstr "" -#: src/err-codes.h:387 +#: src/err-codes.h:391 msgid "LDAP server is busy" msgstr "" -#: src/err-codes.h:388 +#: src/err-codes.h:392 #, fuzzy #| msgid "No keyserver available" msgid "LDAP server is unavailable" msgstr "Nessun server di chiavi disponibile" -#: src/err-codes.h:389 +#: src/err-codes.h:393 msgid "LDAP server is unwilling to perform" msgstr "" -#: src/err-codes.h:390 +#: src/err-codes.h:394 msgid "Loop detected by LDAP" msgstr "" -#: src/err-codes.h:391 +#: src/err-codes.h:395 #, fuzzy #| msgid "Missing action" msgid "LDAP naming violation" msgstr "Azione mancante" -#: src/err-codes.h:392 +#: src/err-codes.h:396 #, fuzzy #| msgid "Protocol violation" msgid "LDAP object class violation" msgstr "Violazione del protocollo" -#: src/err-codes.h:393 +#: src/err-codes.h:397 #, fuzzy #| msgid "Operation not yet finished" msgid "LDAP operation not allowed on non-leaf" msgstr "Operazione non ancora terminata" -#: src/err-codes.h:394 +#: src/err-codes.h:398 #, fuzzy #| msgid "Operation cancelled" msgid "LDAP operation not allowed on RDN" msgstr "Operazione annullata" -#: src/err-codes.h:395 +#: src/err-codes.h:399 msgid "Already exists (LDAP)" msgstr "" -#: src/err-codes.h:396 +#: src/err-codes.h:400 msgid "Cannot modify LDAP object class" msgstr "" -#: src/err-codes.h:397 +#: src/err-codes.h:401 #, fuzzy #| msgid "Line too long" msgid "LDAP results too large" msgstr "Riga troppo lunga" -#: src/err-codes.h:398 +#: src/err-codes.h:402 #, fuzzy #| msgid "Operation cancelled" msgid "LDAP operation affects multiple DSAs" msgstr "Operazione annullata" -#: src/err-codes.h:399 +#: src/err-codes.h:403 msgid "Virtual LDAP list view error" msgstr "" -#: src/err-codes.h:400 +#: src/err-codes.h:404 #, fuzzy #| msgid "General IPC error" msgid "Other LDAP error" msgstr "Errore IPC generale" -#: src/err-codes.h:401 +#: src/err-codes.h:405 #, fuzzy #| msgid "Resources exhausted" msgid "Resources exhausted in LCUP" msgstr "Risorse esaurite" -#: src/err-codes.h:402 +#: src/err-codes.h:406 #, fuzzy #| msgid "Protocol violation" msgid "Security violation in LCUP" msgstr "Violazione del protocollo" -#: src/err-codes.h:403 +#: src/err-codes.h:407 #, fuzzy #| msgid "Invalid state" msgid "Invalid data in LCUP" msgstr "Stato non valido" -#: src/err-codes.h:404 +#: src/err-codes.h:408 #, fuzzy #| msgid "Unsupported certificate" msgid "Unsupported scheme in LCUP" msgstr "Certificato non supportato" -#: src/err-codes.h:405 +#: src/err-codes.h:409 #, fuzzy #| msgid "Card reset required" msgid "Reload required in LCUP" msgstr "È richiesto il riavvio della scheda" -#: src/err-codes.h:406 +#: src/err-codes.h:410 #, fuzzy #| msgid "Success" msgid "LDAP cancelled" msgstr "Eseguito" -#: src/err-codes.h:407 +#: src/err-codes.h:411 #, fuzzy #| msgid "Not operational" msgid "No LDAP operation to cancel" msgstr "Non è in funzione" -#: src/err-codes.h:408 +#: src/err-codes.h:412 #, fuzzy #| msgid "Not operational" msgid "Too late to cancel LDAP" msgstr "Non è in funzione" -#: src/err-codes.h:409 +#: src/err-codes.h:413 #, fuzzy #| msgid "Not an IPC server" msgid "Cannot cancel LDAP" msgstr "Non è un server IPC" -#: src/err-codes.h:410 +#: src/err-codes.h:414 #, fuzzy #| msgid "Decryption failed" msgid "LDAP assertion failed" msgstr "Decifratura non riuscita" -#: src/err-codes.h:411 +#: src/err-codes.h:415 msgid "Proxied authorization denied by LDAP" msgstr "" -#: src/err-codes.h:412 +#: src/err-codes.h:416 msgid "User defined error code 1" msgstr "Codice errore 1 definito dall'utente" -#: src/err-codes.h:413 +#: src/err-codes.h:417 msgid "User defined error code 2" msgstr "Codice errore 2 definito dall'utente" -#: src/err-codes.h:414 +#: src/err-codes.h:418 msgid "User defined error code 3" msgstr "Codice errore 3 definito dall'utente" -#: src/err-codes.h:415 +#: src/err-codes.h:419 msgid "User defined error code 4" msgstr "Codice errore 4 definito dall'utente" -#: src/err-codes.h:416 +#: src/err-codes.h:420 msgid "User defined error code 5" msgstr "Codice errore 5 definito dall'utente" -#: src/err-codes.h:417 +#: src/err-codes.h:421 msgid "User defined error code 6" msgstr "Codice errore 6 definito dall'utente" -#: src/err-codes.h:418 +#: src/err-codes.h:422 msgid "User defined error code 7" msgstr "Codice errore 7 definito dall'utente" -#: src/err-codes.h:419 +#: src/err-codes.h:423 msgid "User defined error code 8" msgstr "Codice errore 8 definito dall'utente" -#: src/err-codes.h:420 +#: src/err-codes.h:424 msgid "User defined error code 9" msgstr "Codice errore 9 definito dall'utente" -#: src/err-codes.h:421 +#: src/err-codes.h:425 msgid "User defined error code 10" msgstr "Codice errore 10 definito dall'utente" -#: src/err-codes.h:422 +#: src/err-codes.h:426 msgid "User defined error code 11" msgstr "Codice errore 11 definito dall'utente" -#: src/err-codes.h:423 +#: src/err-codes.h:427 msgid "User defined error code 12" msgstr "Codice errore 12 definito dall'utente" -#: src/err-codes.h:424 +#: src/err-codes.h:428 msgid "User defined error code 13" msgstr "Codice errore 13 definito dall'utente" -#: src/err-codes.h:425 +#: src/err-codes.h:429 msgid "User defined error code 14" msgstr "Codice errore 14 definito dall'utente" -#: src/err-codes.h:426 +#: src/err-codes.h:430 msgid "User defined error code 15" msgstr "Codice errore 15 definito dall'utente" -#: src/err-codes.h:427 +#: src/err-codes.h:431 msgid "User defined error code 16" msgstr "Codice errore 16 definito dall'utente" -#: src/err-codes.h:428 +#: src/err-codes.h:432 +#, fuzzy +#| msgid "Success" +msgid "SQL success" +msgstr "Eseguito" + +#: src/err-codes.h:433 +#, fuzzy +#| msgid "Syntax error" +msgid "SQL error" +msgstr "Errore di sintassi" + +#: src/err-codes.h:434 +msgid "Internal logic error in SQL library" +msgstr "" + +#: src/err-codes.h:435 +msgid "Access permission denied (SQL)" +msgstr "" + +#: src/err-codes.h:436 +msgid "SQL abort was requested" +msgstr "" + +#: src/err-codes.h:437 +msgid "SQL database file is locked" +msgstr "" + +#: src/err-codes.h:438 +msgid "An SQL table in the database is locked" +msgstr "" + +#: src/err-codes.h:439 +msgid "SQL library ran out of core" +msgstr "" + +#: src/err-codes.h:440 +msgid "Attempt to write a readonly SQL database" +msgstr "" + +#: src/err-codes.h:441 +msgid "SQL operation terminated by interrupt" +msgstr "" + +#: src/err-codes.h:442 +msgid "I/O error during SQL operation" +msgstr "" + +#: src/err-codes.h:443 +msgid "SQL database disk image is malformed" +msgstr "" + +#: src/err-codes.h:444 +msgid "Unknown opcode in SQL file control" +msgstr "" + +#: src/err-codes.h:445 +msgid "Insertion failed because SQL database is full" +msgstr "" + +#: src/err-codes.h:446 +msgid "Unable to open the SQL database file" +msgstr "" + +#: src/err-codes.h:447 +#, fuzzy +#| msgid "Protocol violation" +msgid "SQL database lock protocol error" +msgstr "Violazione del protocollo" + +#: src/err-codes.h:448 +msgid "(internal SQL code: empty)" +msgstr "" + +#: src/err-codes.h:449 +msgid "SQL database schema changed" +msgstr "" + +#: src/err-codes.h:450 +msgid "String or blob exceeds size limit (SQL)" +msgstr "" + +#: src/err-codes.h:451 +msgid "SQL abort due to constraint violation" +msgstr "" + +#: src/err-codes.h:452 +msgid "Data type mismatch (SQL)" +msgstr "" + +#: src/err-codes.h:453 +msgid "SQL library used incorrectly" +msgstr "" + +#: src/err-codes.h:454 +msgid "SQL library uses unsupported OS features" +msgstr "" + +#: src/err-codes.h:455 +msgid "Authorization denied (SQL)" +msgstr "" + +#: src/err-codes.h:456 +msgid "(unused SQL code: format)" +msgstr "" + +#: src/err-codes.h:457 +msgid "SQL bind parameter out of range" +msgstr "" + +#: src/err-codes.h:458 +msgid "File opened that is not an SQL database file" +msgstr "" + +#: src/err-codes.h:459 +msgid "Notifications from SQL logger" +msgstr "" + +#: src/err-codes.h:460 +msgid "Warnings from SQL logger" +msgstr "" + +#: src/err-codes.h:461 +msgid "SQL has another row ready" +msgstr "" + +#: src/err-codes.h:462 +msgid "SQL has finished executing" +msgstr "" + +#: src/err-codes.h:463 msgid "System error w/o errno" msgstr "Errore di sistema senza errno" -#: src/err-codes.h:429 +#: src/err-codes.h:464 msgid "Unknown system error" msgstr "Errore di sistema sconosciuto" -#: src/err-codes.h:430 +#: src/err-codes.h:465 msgid "End of file" msgstr "Fine del file" -#: src/err-codes.h:431 +#: src/err-codes.h:466 msgid "Unknown error code" msgstr "Codice di errore sconosciuto" @@ -1967,11 +2119,11 @@ msgid "invalid option \"%.50s\"\n" msgstr "opzioni di importazione non valide\n" -#: src/gpg-error.c:458 +#: src/gpg-error.c:522 msgid "Please report bugs to .\n" msgstr "" -#: src/gpg-error.c:658 +#: src/gpg-error.c:729 #, c-format msgid "warning: could not recognize %s\n" msgstr "avviso: impossibile riconoscere %s\n" Binary files /tmp/tmpeBhJ8b/DYdK_kAkbs/libgpg-error-1.36/po/ja.gmo and /tmp/tmpeBhJ8b/ZYgSCVH70z/libgpg-error-1.37/po/ja.gmo differ diff -Nru libgpg-error-1.36/po/ja.po libgpg-error-1.37/po/ja.po --- libgpg-error-1.36/po/ja.po 2019-03-19 08:58:30.000000000 +0000 +++ libgpg-error-1.37/po/ja.po 2020-02-07 12:14:19.000000000 +0000 @@ -3,13 +3,13 @@ # This file is distributed under the same license as the libgpg-error package. # Yasuaki Taniguchi , 2010. # Takeshi Hamasaki , 2012. -# NIIBE Yutaka , 2014, 2015, 2016, 2017. +# NIIBE Yutaka , 2014, 2015, 2016, 2017, 2019, 2020. msgid "" msgstr "" -"Project-Id-Version: libgpg-error 1.27\n" +"Project-Id-Version: libgpg-error 1.36\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2019-03-19 09:58+0100\n" -"PO-Revision-Date: 2018-09-06 09:58+0900\n" +"POT-Creation-Date: 2020-02-07 13:14+0100\n" +"PO-Revision-Date: 2020-01-23 13:06+0900\n" "Last-Translator: NIIBE Yutaka \n" "Language-Team: none\n" "Language: ja\n" @@ -884,7 +884,7 @@ #: src/err-codes.h:221 msgid "Bad crypto context" -msgstr "間違ったな暗号コンテクストです" +msgstr "誤った暗号コンテクストです" #: src/err-codes.h:222 msgid "Conflict in the crypto context" @@ -1279,454 +1279,590 @@ msgstr "間違った名前です" #: src/err-codes.h:320 -#, fuzzy -#| msgid "Not enabled" msgid "Not authenticated" -msgstr "有効となってません" +msgstr "認証されてません" #: src/err-codes.h:321 -#, fuzzy -#| msgid "Inappropriate LDAP authentication" msgid "Bad authentication" -msgstr "不適切なLDAP認証です" +msgstr "誤った認証です" #: src/err-codes.h:322 +msgid "No Keybox daemon running" +msgstr "Keyboxデーモンが動いていません" + +#: src/err-codes.h:323 +msgid "Keybox daemon error" +msgstr "Keyboxデーモンエラーです" + +#: src/err-codes.h:324 +msgid "Service is not running" +msgstr "サービスが動いていません" + +#: src/err-codes.h:325 +msgid "Service error" +msgstr "サービスエラーです" + +#: src/err-codes.h:326 msgid "System bug detected" msgstr "システムのバグが検出されました" -#: src/err-codes.h:323 +#: src/err-codes.h:327 msgid "Unknown DNS error" msgstr "不明なDNSエラー" -#: src/err-codes.h:324 +#: src/err-codes.h:328 msgid "Invalid DNS section" msgstr "無効な DNS セクションです" -#: src/err-codes.h:325 +#: src/err-codes.h:329 msgid "Invalid textual address form" msgstr "無効なテクストのアドレス形式です" -#: src/err-codes.h:326 +#: src/err-codes.h:330 msgid "Missing DNS query packet" msgstr "DNSクエリのパケットがありません" -#: src/err-codes.h:327 +#: src/err-codes.h:331 msgid "Missing DNS answer packet" msgstr "DNSの返答パケットが欠如しています" -#: src/err-codes.h:328 +#: src/err-codes.h:332 msgid "Connection closed in DNS" msgstr "DNSの接続が閉じられました" -#: src/err-codes.h:329 +#: src/err-codes.h:333 msgid "Verification failed in DNS" msgstr "DNSで検証に失敗しました" -#: src/err-codes.h:330 +#: src/err-codes.h:334 msgid "DNS Timeout" msgstr "DNSタイムアウトです" -#: src/err-codes.h:331 +#: src/err-codes.h:335 msgid "General LDAP error" msgstr "一般LDAPエラーです" -#: src/err-codes.h:332 +#: src/err-codes.h:336 msgid "General LDAP attribute error" msgstr "一般LDAP属性エラーです" -#: src/err-codes.h:333 +#: src/err-codes.h:337 msgid "General LDAP name error" msgstr "一般LDAPエラーです" -#: src/err-codes.h:334 +#: src/err-codes.h:338 msgid "General LDAP security error" msgstr "一般Assuanエラーです" -#: src/err-codes.h:335 +#: src/err-codes.h:339 msgid "General LDAP service error" msgstr "一般LDAPサーバエラーです" -#: src/err-codes.h:336 +#: src/err-codes.h:340 msgid "General LDAP update error" msgstr "一般LDAP更新エラーです" -#: src/err-codes.h:337 +#: src/err-codes.h:341 msgid "Experimental LDAP error code" msgstr "実験的LDAPエラーコード" -#: src/err-codes.h:338 +#: src/err-codes.h:342 msgid "Private LDAP error code" msgstr "プライベートLDAPエラーコード" -#: src/err-codes.h:339 +#: src/err-codes.h:343 msgid "Other general LDAP error" msgstr "その他の一般LDAPエラーです" -#: src/err-codes.h:340 +#: src/err-codes.h:344 msgid "LDAP connecting failed (X)" msgstr "LDAP接続が失敗しました (X)" -#: src/err-codes.h:341 +#: src/err-codes.h:345 msgid "LDAP referral limit exceeded" msgstr "LDAP参照制限を越えました" -#: src/err-codes.h:342 +#: src/err-codes.h:346 msgid "LDAP client loop" msgstr "LDAPクライアントのループ" -#: src/err-codes.h:343 +#: src/err-codes.h:347 msgid "No LDAP results returned" msgstr "LDAPの結果が返されませんでした" -#: src/err-codes.h:344 +#: src/err-codes.h:348 msgid "LDAP control not found" msgstr "LDAP制御が見つかりませんでした" -#: src/err-codes.h:345 +#: src/err-codes.h:349 msgid "Not supported by LDAP" msgstr "LDAPでサポートされていません" -#: src/err-codes.h:346 +#: src/err-codes.h:350 msgid "LDAP connect error" msgstr "LDAP connectエラーです" -#: src/err-codes.h:347 +#: src/err-codes.h:351 msgid "Out of memory in LDAP" msgstr "LDAPでメモリがなくなりました" -#: src/err-codes.h:348 +#: src/err-codes.h:352 msgid "Bad parameter to an LDAP routine" msgstr "LDAPルーチンに対する不正なパラメータです" -#: src/err-codes.h:349 +#: src/err-codes.h:353 msgid "User cancelled LDAP operation" msgstr "ユーザがLDAP操作をキャンセルしました" -#: src/err-codes.h:350 +#: src/err-codes.h:354 msgid "Bad LDAP search filter" msgstr "誤ったLDAP検索フィルタです" -#: src/err-codes.h:351 +#: src/err-codes.h:355 msgid "Unknown LDAP authentication method" msgstr "不明のLDAP認証方式です" -#: src/err-codes.h:352 +#: src/err-codes.h:356 msgid "Timeout in LDAP" msgstr "LDAPでタイムアウトです" -#: src/err-codes.h:353 +#: src/err-codes.h:357 msgid "LDAP decoding error" msgstr "LDAPデコードのエラー" -#: src/err-codes.h:354 +#: src/err-codes.h:358 msgid "LDAP encoding error" msgstr "LDAPエンコードのエラー" -#: src/err-codes.h:355 +#: src/err-codes.h:359 msgid "LDAP local error" msgstr "LDAPローカルエラー" -#: src/err-codes.h:356 +#: src/err-codes.h:360 msgid "Cannot contact LDAP server" msgstr "LDAPサーバに連絡できません" -#: src/err-codes.h:357 +#: src/err-codes.h:361 msgid "LDAP success" msgstr "LDAP成功です" -#: src/err-codes.h:358 +#: src/err-codes.h:362 msgid "LDAP operations error" msgstr "LDAP操作エラーです" -#: src/err-codes.h:359 +#: src/err-codes.h:363 msgid "LDAP protocol error" -msgstr "LDAPプロトコル違反" +msgstr "LDAPプロトコルエラー" -#: src/err-codes.h:360 +#: src/err-codes.h:364 msgid "Time limit exceeded in LDAP" msgstr "LDAPで時間制限を越えました" -#: src/err-codes.h:361 +#: src/err-codes.h:365 msgid "Size limit exceeded in LDAP" msgstr "LDAPでサイズ制限を越えました" -#: src/err-codes.h:362 +#: src/err-codes.h:366 msgid "LDAP compare false" msgstr "LDAP比較 偽" -#: src/err-codes.h:363 +#: src/err-codes.h:367 msgid "LDAP compare true" msgstr "LDAP比較 真" -#: src/err-codes.h:364 +#: src/err-codes.h:368 msgid "LDAP authentication method not supported" msgstr "LDAP認証方式はサポートされません" -#: src/err-codes.h:365 +#: src/err-codes.h:369 msgid "Strong(er) LDAP authentication required" msgstr "強いLDAP認証が必要です" -#: src/err-codes.h:366 +#: src/err-codes.h:370 msgid "Partial LDAP results+referral received" msgstr "部分的LDAP結果/参照を受信しました" -#: src/err-codes.h:367 +#: src/err-codes.h:371 msgid "LDAP referral" msgstr "LDAP参照" -#: src/err-codes.h:368 +#: src/err-codes.h:372 msgid "Administrative LDAP limit exceeded" msgstr "管理LDAP制限を越えました" -#: src/err-codes.h:369 +#: src/err-codes.h:373 msgid "Critical LDAP extension is unavailable" msgstr "クリティカルなLDAP拡張が利用可能ではありません" -#: src/err-codes.h:370 +#: src/err-codes.h:374 msgid "Confidentiality required by LDAP" msgstr "LDAPにより秘匿性が必要です" -#: src/err-codes.h:371 +#: src/err-codes.h:375 msgid "LDAP SASL bind in progress" msgstr "LDAP SASLバインドが進んでいます" -#: src/err-codes.h:372 +#: src/err-codes.h:376 msgid "No such LDAP attribute" msgstr "そのようなLDAP属性がありません" -#: src/err-codes.h:373 +#: src/err-codes.h:377 msgid "Undefined LDAP attribute type" msgstr "未定義のLDAP属性型です" -#: src/err-codes.h:374 +#: src/err-codes.h:378 msgid "Inappropriate matching in LDAP" msgstr "LDAPの不適切なマッチングです" -#: src/err-codes.h:375 +#: src/err-codes.h:379 msgid "Constraint violation in LDAP" msgstr "LDAP制約違反です" -#: src/err-codes.h:376 +#: src/err-codes.h:380 msgid "LDAP type or value exists" msgstr "LDAP型あるいは値が存在します" -#: src/err-codes.h:377 +#: src/err-codes.h:381 msgid "Invalid syntax in LDAP" msgstr "LDAPの無効な構文です" -#: src/err-codes.h:378 +#: src/err-codes.h:382 msgid "No such LDAP object" msgstr "そのようなLDAPオブジェクトはありません" -#: src/err-codes.h:379 +#: src/err-codes.h:383 msgid "LDAP alias problem" msgstr "LDAPエイリアスの問題です" -#: src/err-codes.h:380 +#: src/err-codes.h:384 msgid "Invalid DN syntax in LDAP" msgstr "LDAPの無効なDN構文状態です" -#: src/err-codes.h:381 +#: src/err-codes.h:385 msgid "LDAP entry is a leaf" msgstr "LDAPエントリがリーフです" -#: src/err-codes.h:382 +#: src/err-codes.h:386 msgid "LDAP alias dereferencing problem" msgstr "LDAPエイリアスのデレファレンス問題です" -#: src/err-codes.h:383 +#: src/err-codes.h:387 msgid "LDAP proxy authorization failure (X)" msgstr "LDAPプロキシの認証失敗です(X)" -#: src/err-codes.h:384 +#: src/err-codes.h:388 msgid "Inappropriate LDAP authentication" msgstr "不適切なLDAP認証です" -#: src/err-codes.h:385 +#: src/err-codes.h:389 msgid "Invalid LDAP credentials" msgstr "無効なLDAPクレデンシャルです" -#: src/err-codes.h:386 +#: src/err-codes.h:390 msgid "Insufficient access for LDAP" msgstr "LDAPの不十分なアクセスです" -#: src/err-codes.h:387 +#: src/err-codes.h:391 msgid "LDAP server is busy" msgstr "LDAPサーバがビジーです" -#: src/err-codes.h:388 +#: src/err-codes.h:392 msgid "LDAP server is unavailable" msgstr "LDAPサーバが利用可能ではありません" -#: src/err-codes.h:389 +#: src/err-codes.h:393 msgid "LDAP server is unwilling to perform" msgstr "LDAPサーバが実行を進めたくありません" -#: src/err-codes.h:390 +#: src/err-codes.h:394 msgid "Loop detected by LDAP" msgstr "LDAPでループが検出されました" -#: src/err-codes.h:391 +#: src/err-codes.h:395 msgid "LDAP naming violation" msgstr "LDAP名前違反です" -#: src/err-codes.h:392 +#: src/err-codes.h:396 msgid "LDAP object class violation" msgstr "LDAPオブジェクトクラス違反です" -#: src/err-codes.h:393 +#: src/err-codes.h:397 msgid "LDAP operation not allowed on non-leaf" msgstr "LDAP操作は非リーフには許されません" -#: src/err-codes.h:394 +#: src/err-codes.h:398 msgid "LDAP operation not allowed on RDN" msgstr "LDAP操作はRDNには許されません" -#: src/err-codes.h:395 +#: src/err-codes.h:399 msgid "Already exists (LDAP)" msgstr "既に存在します (LDAP)" -#: src/err-codes.h:396 +#: src/err-codes.h:400 msgid "Cannot modify LDAP object class" msgstr "LDAPオブジェクト・クラスを修正できません" -#: src/err-codes.h:397 +#: src/err-codes.h:401 msgid "LDAP results too large" msgstr "LDAP結果が大きすぎます" -#: src/err-codes.h:398 +#: src/err-codes.h:402 msgid "LDAP operation affects multiple DSAs" msgstr "LDAP操作は複数のDSAに関与します" -#: src/err-codes.h:399 +#: src/err-codes.h:403 msgid "Virtual LDAP list view error" msgstr "バーチャルLDAPリストviewエラー" -#: src/err-codes.h:400 +#: src/err-codes.h:404 msgid "Other LDAP error" msgstr "その他のLDAPエラーです" -#: src/err-codes.h:401 +#: src/err-codes.h:405 msgid "Resources exhausted in LCUP" msgstr "LCUPで資源を使い果たしました" -#: src/err-codes.h:402 +#: src/err-codes.h:406 msgid "Security violation in LCUP" msgstr "LCUPのセキュリティ違反" -#: src/err-codes.h:403 +#: src/err-codes.h:407 msgid "Invalid data in LCUP" msgstr "LCUPの無効なデータです" -#: src/err-codes.h:404 +#: src/err-codes.h:408 msgid "Unsupported scheme in LCUP" msgstr "LCUPのサポートされていないスキームです" -#: src/err-codes.h:405 +#: src/err-codes.h:409 msgid "Reload required in LCUP" msgstr "LCUPでリロードが必要です" -#: src/err-codes.h:406 +#: src/err-codes.h:410 msgid "LDAP cancelled" msgstr "LDAPがキャンセルされました" -#: src/err-codes.h:407 +#: src/err-codes.h:411 msgid "No LDAP operation to cancel" msgstr "キャンセルするLDAP操作がありません" -#: src/err-codes.h:408 +#: src/err-codes.h:412 msgid "Too late to cancel LDAP" msgstr "LDAPをキャンセルするには遅すぎます" -#: src/err-codes.h:409 +#: src/err-codes.h:413 msgid "Cannot cancel LDAP" msgstr "LDAPをキャンセルできません" -#: src/err-codes.h:410 +#: src/err-codes.h:414 msgid "LDAP assertion failed" msgstr "LDAPアサーションに失敗しました" -#: src/err-codes.h:411 +#: src/err-codes.h:415 msgid "Proxied authorization denied by LDAP" msgstr "LDAPでプロキシの認証が拒否されました" -#: src/err-codes.h:412 +#: src/err-codes.h:416 msgid "User defined error code 1" msgstr "ユーザ定義エラーコード 1" -#: src/err-codes.h:413 +#: src/err-codes.h:417 msgid "User defined error code 2" msgstr "ユーザ定義エラーコード 2" -#: src/err-codes.h:414 +#: src/err-codes.h:418 msgid "User defined error code 3" msgstr "ユーザ定義エラーコード 3" -#: src/err-codes.h:415 +#: src/err-codes.h:419 msgid "User defined error code 4" msgstr "ユーザ定義エラーコード 4" -#: src/err-codes.h:416 +#: src/err-codes.h:420 msgid "User defined error code 5" msgstr "ユーザ定義エラーコード 5" -#: src/err-codes.h:417 +#: src/err-codes.h:421 msgid "User defined error code 6" msgstr "ユーザ定義エラーコード 6" -#: src/err-codes.h:418 +#: src/err-codes.h:422 msgid "User defined error code 7" msgstr "ユーザ定義エラーコード 7" -#: src/err-codes.h:419 +#: src/err-codes.h:423 msgid "User defined error code 8" msgstr "ユーザ定義エラーコード 8" -#: src/err-codes.h:420 +#: src/err-codes.h:424 msgid "User defined error code 9" msgstr "ユーザ定義エラーコード 9" -#: src/err-codes.h:421 +#: src/err-codes.h:425 msgid "User defined error code 10" msgstr "ユーザ定義エラーコード 10" -#: src/err-codes.h:422 +#: src/err-codes.h:426 msgid "User defined error code 11" msgstr "ユーザ定義エラーコード 11" -#: src/err-codes.h:423 +#: src/err-codes.h:427 msgid "User defined error code 12" msgstr "ユーザ定義エラーコード 12" -#: src/err-codes.h:424 +#: src/err-codes.h:428 msgid "User defined error code 13" msgstr "ユーザ定義エラーコード 13" -#: src/err-codes.h:425 +#: src/err-codes.h:429 msgid "User defined error code 14" msgstr "ユーザ定義エラーコード 14" -#: src/err-codes.h:426 +#: src/err-codes.h:430 msgid "User defined error code 15" msgstr "ユーザ定義エラーコード 15" -#: src/err-codes.h:427 +#: src/err-codes.h:431 msgid "User defined error code 16" msgstr "ユーザ定義エラーコード 16" -#: src/err-codes.h:428 +#: src/err-codes.h:432 +msgid "SQL success" +msgstr "SQL 成功です" + +#: src/err-codes.h:433 +msgid "SQL error" +msgstr "SQLエラーです" + +#: src/err-codes.h:434 +msgid "Internal logic error in SQL library" +msgstr "SQLライブラリの内部論理エラー" + +#: src/err-codes.h:435 +msgid "Access permission denied (SQL)" +msgstr "アクセス許可が拒否されました (SQL)" + +#: src/err-codes.h:436 +msgid "SQL abort was requested" +msgstr "SQL中止が要求されました" + +#: src/err-codes.h:437 +msgid "SQL database file is locked" +msgstr "SQLデータベースがロックされています" + +#: src/err-codes.h:438 +msgid "An SQL table in the database is locked" +msgstr "データベースでSQLテーブルがロックされています" + +#: src/err-codes.h:439 +msgid "SQL library ran out of core" +msgstr "SQLライブラリがコアを使い果たしました" + +#: src/err-codes.h:440 +msgid "Attempt to write a readonly SQL database" +msgstr "読み出しのみのSQLデータベースに書き込もうとしました" + +#: src/err-codes.h:441 +msgid "SQL operation terminated by interrupt" +msgstr "割り込みでSQL操作が終了しました" + +#: src/err-codes.h:442 +msgid "I/O error during SQL operation" +msgstr "SQL操作中にI/Oエラー" + +#: src/err-codes.h:443 +msgid "SQL database disk image is malformed" +msgstr "SQLデータベースのディスクイメージが壊れています" + +#: src/err-codes.h:444 +msgid "Unknown opcode in SQL file control" +msgstr "SQLファイルコントロールに不明のオペコードです" + +#: src/err-codes.h:445 +msgid "Insertion failed because SQL database is full" +msgstr "SQLデータベースがいっぱいで挿入が失敗しました" + +#: src/err-codes.h:446 +msgid "Unable to open the SQL database file" +msgstr "SQLデータベースをオープンできません" + +#: src/err-codes.h:447 +msgid "SQL database lock protocol error" +msgstr "SQLデータベース・ロック・プロトコルエラー" + +#: src/err-codes.h:448 +msgid "(internal SQL code: empty)" +msgstr "(内部SQLコード: empty)" + +#: src/err-codes.h:449 +msgid "SQL database schema changed" +msgstr "SQLデータベースのスキーマが変更されました" + +#: src/err-codes.h:450 +msgid "String or blob exceeds size limit (SQL)" +msgstr "文字列かブロブがサイズ上限を超えました (SQL)" + +#: src/err-codes.h:451 +msgid "SQL abort due to constraint violation" +msgstr "制約の違反のため SQL 中止です" + +#: src/err-codes.h:452 +msgid "Data type mismatch (SQL)" +msgstr "データ型の不一致 (SQL)" + +#: src/err-codes.h:453 +msgid "SQL library used incorrectly" +msgstr "SQLライブラリが誤って使われました" + +#: src/err-codes.h:454 +msgid "SQL library uses unsupported OS features" +msgstr "SQLライブラリがサポートされていないOSの機能を使います" + +#: src/err-codes.h:455 +msgid "Authorization denied (SQL)" +msgstr "認証が拒否されました (SQL)" + +#: src/err-codes.h:456 +msgid "(unused SQL code: format)" +msgstr "(使われていないSQLコード: format)" + +#: src/err-codes.h:457 +msgid "SQL bind parameter out of range" +msgstr "SQLのバインド・パラメータが範囲外です" + +#: src/err-codes.h:458 +msgid "File opened that is not an SQL database file" +msgstr "SQLデータベース・ファイルではないファイルがオープンされました" + +#: src/err-codes.h:459 +msgid "Notifications from SQL logger" +msgstr "SQLロガーからの通知" + +#: src/err-codes.h:460 +msgid "Warnings from SQL logger" +msgstr "SQLロガーからの警告" + +#: src/err-codes.h:461 +msgid "SQL has another row ready" +msgstr "SQLで別の行が準備できています" + +#: src/err-codes.h:462 +msgid "SQL has finished executing" +msgstr "SQL実行が終わりました" + +#: src/err-codes.h:463 msgid "System error w/o errno" msgstr "errno が無いシステムエラー" -#: src/err-codes.h:429 +#: src/err-codes.h:464 msgid "Unknown system error" msgstr "不明なシステムエラー" -#: src/err-codes.h:430 +#: src/err-codes.h:465 msgid "End of file" msgstr "ファイル終端" -#: src/err-codes.h:431 +#: src/err-codes.h:466 msgid "Unknown error code" msgstr "不明なエラーコード" @@ -1805,11 +1941,11 @@ msgid "invalid option \"%.50s\"\n" msgstr "無効なオプション \"%.50s\"\n" -#: src/gpg-error.c:458 +#: src/gpg-error.c:522 msgid "Please report bugs to .\n" msgstr "バグはに報告してください。\n" -#: src/gpg-error.c:658 +#: src/gpg-error.c:729 #, c-format msgid "warning: could not recognize %s\n" msgstr "警告: %s を認識できませんでした\n" diff -Nru libgpg-error-1.36/po/libgpg-error.pot libgpg-error-1.37/po/libgpg-error.pot --- libgpg-error-1.36/po/libgpg-error.pot 2019-03-19 08:58:29.000000000 +0000 +++ libgpg-error-1.37/po/libgpg-error.pot 2020-02-07 12:14:19.000000000 +0000 @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: libgpg-error 1.36\n" +"Project-Id-Version: libgpg-error 1.37\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2019-03-19 09:58+0100\n" +"POT-Creation-Date: 2020-02-07 13:14+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1286,442 +1286,582 @@ msgstr "" #: src/err-codes.h:322 -msgid "System bug detected" +msgid "No Keybox daemon running" msgstr "" #: src/err-codes.h:323 -msgid "Unknown DNS error" +msgid "Keybox daemon error" msgstr "" #: src/err-codes.h:324 -msgid "Invalid DNS section" +msgid "Service is not running" msgstr "" #: src/err-codes.h:325 -msgid "Invalid textual address form" +msgid "Service error" msgstr "" #: src/err-codes.h:326 -msgid "Missing DNS query packet" +msgid "System bug detected" msgstr "" #: src/err-codes.h:327 -msgid "Missing DNS answer packet" +msgid "Unknown DNS error" msgstr "" #: src/err-codes.h:328 -msgid "Connection closed in DNS" +msgid "Invalid DNS section" msgstr "" #: src/err-codes.h:329 -msgid "Verification failed in DNS" +msgid "Invalid textual address form" msgstr "" #: src/err-codes.h:330 -msgid "DNS Timeout" +msgid "Missing DNS query packet" msgstr "" #: src/err-codes.h:331 -msgid "General LDAP error" +msgid "Missing DNS answer packet" msgstr "" #: src/err-codes.h:332 -msgid "General LDAP attribute error" +msgid "Connection closed in DNS" msgstr "" #: src/err-codes.h:333 -msgid "General LDAP name error" +msgid "Verification failed in DNS" msgstr "" #: src/err-codes.h:334 -msgid "General LDAP security error" +msgid "DNS Timeout" msgstr "" #: src/err-codes.h:335 -msgid "General LDAP service error" +msgid "General LDAP error" msgstr "" #: src/err-codes.h:336 -msgid "General LDAP update error" +msgid "General LDAP attribute error" msgstr "" #: src/err-codes.h:337 -msgid "Experimental LDAP error code" +msgid "General LDAP name error" msgstr "" #: src/err-codes.h:338 -msgid "Private LDAP error code" +msgid "General LDAP security error" msgstr "" #: src/err-codes.h:339 -msgid "Other general LDAP error" +msgid "General LDAP service error" msgstr "" #: src/err-codes.h:340 -msgid "LDAP connecting failed (X)" +msgid "General LDAP update error" msgstr "" #: src/err-codes.h:341 -msgid "LDAP referral limit exceeded" +msgid "Experimental LDAP error code" msgstr "" #: src/err-codes.h:342 -msgid "LDAP client loop" +msgid "Private LDAP error code" msgstr "" #: src/err-codes.h:343 -msgid "No LDAP results returned" +msgid "Other general LDAP error" msgstr "" #: src/err-codes.h:344 -msgid "LDAP control not found" +msgid "LDAP connecting failed (X)" msgstr "" #: src/err-codes.h:345 -msgid "Not supported by LDAP" +msgid "LDAP referral limit exceeded" msgstr "" #: src/err-codes.h:346 -msgid "LDAP connect error" +msgid "LDAP client loop" msgstr "" #: src/err-codes.h:347 -msgid "Out of memory in LDAP" +msgid "No LDAP results returned" msgstr "" #: src/err-codes.h:348 -msgid "Bad parameter to an LDAP routine" +msgid "LDAP control not found" msgstr "" #: src/err-codes.h:349 -msgid "User cancelled LDAP operation" +msgid "Not supported by LDAP" msgstr "" #: src/err-codes.h:350 -msgid "Bad LDAP search filter" +msgid "LDAP connect error" msgstr "" #: src/err-codes.h:351 -msgid "Unknown LDAP authentication method" +msgid "Out of memory in LDAP" msgstr "" #: src/err-codes.h:352 -msgid "Timeout in LDAP" +msgid "Bad parameter to an LDAP routine" msgstr "" #: src/err-codes.h:353 -msgid "LDAP decoding error" +msgid "User cancelled LDAP operation" msgstr "" #: src/err-codes.h:354 -msgid "LDAP encoding error" +msgid "Bad LDAP search filter" msgstr "" #: src/err-codes.h:355 -msgid "LDAP local error" +msgid "Unknown LDAP authentication method" msgstr "" #: src/err-codes.h:356 -msgid "Cannot contact LDAP server" +msgid "Timeout in LDAP" msgstr "" #: src/err-codes.h:357 -msgid "LDAP success" +msgid "LDAP decoding error" msgstr "" #: src/err-codes.h:358 -msgid "LDAP operations error" +msgid "LDAP encoding error" msgstr "" #: src/err-codes.h:359 -msgid "LDAP protocol error" +msgid "LDAP local error" msgstr "" #: src/err-codes.h:360 -msgid "Time limit exceeded in LDAP" +msgid "Cannot contact LDAP server" msgstr "" #: src/err-codes.h:361 -msgid "Size limit exceeded in LDAP" +msgid "LDAP success" msgstr "" #: src/err-codes.h:362 -msgid "LDAP compare false" +msgid "LDAP operations error" msgstr "" #: src/err-codes.h:363 -msgid "LDAP compare true" +msgid "LDAP protocol error" msgstr "" #: src/err-codes.h:364 -msgid "LDAP authentication method not supported" +msgid "Time limit exceeded in LDAP" msgstr "" #: src/err-codes.h:365 -msgid "Strong(er) LDAP authentication required" +msgid "Size limit exceeded in LDAP" msgstr "" #: src/err-codes.h:366 -msgid "Partial LDAP results+referral received" +msgid "LDAP compare false" msgstr "" #: src/err-codes.h:367 -msgid "LDAP referral" +msgid "LDAP compare true" msgstr "" #: src/err-codes.h:368 -msgid "Administrative LDAP limit exceeded" +msgid "LDAP authentication method not supported" msgstr "" #: src/err-codes.h:369 -msgid "Critical LDAP extension is unavailable" +msgid "Strong(er) LDAP authentication required" msgstr "" #: src/err-codes.h:370 -msgid "Confidentiality required by LDAP" +msgid "Partial LDAP results+referral received" msgstr "" #: src/err-codes.h:371 -msgid "LDAP SASL bind in progress" +msgid "LDAP referral" msgstr "" #: src/err-codes.h:372 -msgid "No such LDAP attribute" +msgid "Administrative LDAP limit exceeded" msgstr "" #: src/err-codes.h:373 -msgid "Undefined LDAP attribute type" +msgid "Critical LDAP extension is unavailable" msgstr "" #: src/err-codes.h:374 -msgid "Inappropriate matching in LDAP" +msgid "Confidentiality required by LDAP" msgstr "" #: src/err-codes.h:375 -msgid "Constraint violation in LDAP" +msgid "LDAP SASL bind in progress" msgstr "" #: src/err-codes.h:376 -msgid "LDAP type or value exists" +msgid "No such LDAP attribute" msgstr "" #: src/err-codes.h:377 -msgid "Invalid syntax in LDAP" +msgid "Undefined LDAP attribute type" msgstr "" #: src/err-codes.h:378 -msgid "No such LDAP object" +msgid "Inappropriate matching in LDAP" msgstr "" #: src/err-codes.h:379 -msgid "LDAP alias problem" +msgid "Constraint violation in LDAP" msgstr "" #: src/err-codes.h:380 -msgid "Invalid DN syntax in LDAP" +msgid "LDAP type or value exists" msgstr "" #: src/err-codes.h:381 -msgid "LDAP entry is a leaf" +msgid "Invalid syntax in LDAP" msgstr "" #: src/err-codes.h:382 -msgid "LDAP alias dereferencing problem" +msgid "No such LDAP object" msgstr "" #: src/err-codes.h:383 -msgid "LDAP proxy authorization failure (X)" +msgid "LDAP alias problem" msgstr "" #: src/err-codes.h:384 -msgid "Inappropriate LDAP authentication" +msgid "Invalid DN syntax in LDAP" msgstr "" #: src/err-codes.h:385 -msgid "Invalid LDAP credentials" +msgid "LDAP entry is a leaf" msgstr "" #: src/err-codes.h:386 -msgid "Insufficient access for LDAP" +msgid "LDAP alias dereferencing problem" msgstr "" #: src/err-codes.h:387 -msgid "LDAP server is busy" +msgid "LDAP proxy authorization failure (X)" msgstr "" #: src/err-codes.h:388 -msgid "LDAP server is unavailable" +msgid "Inappropriate LDAP authentication" msgstr "" #: src/err-codes.h:389 -msgid "LDAP server is unwilling to perform" +msgid "Invalid LDAP credentials" msgstr "" #: src/err-codes.h:390 -msgid "Loop detected by LDAP" +msgid "Insufficient access for LDAP" msgstr "" #: src/err-codes.h:391 -msgid "LDAP naming violation" +msgid "LDAP server is busy" msgstr "" #: src/err-codes.h:392 -msgid "LDAP object class violation" +msgid "LDAP server is unavailable" msgstr "" #: src/err-codes.h:393 -msgid "LDAP operation not allowed on non-leaf" +msgid "LDAP server is unwilling to perform" msgstr "" #: src/err-codes.h:394 -msgid "LDAP operation not allowed on RDN" +msgid "Loop detected by LDAP" msgstr "" #: src/err-codes.h:395 -msgid "Already exists (LDAP)" +msgid "LDAP naming violation" msgstr "" #: src/err-codes.h:396 -msgid "Cannot modify LDAP object class" +msgid "LDAP object class violation" msgstr "" #: src/err-codes.h:397 -msgid "LDAP results too large" +msgid "LDAP operation not allowed on non-leaf" msgstr "" #: src/err-codes.h:398 -msgid "LDAP operation affects multiple DSAs" +msgid "LDAP operation not allowed on RDN" msgstr "" #: src/err-codes.h:399 -msgid "Virtual LDAP list view error" +msgid "Already exists (LDAP)" msgstr "" #: src/err-codes.h:400 -msgid "Other LDAP error" +msgid "Cannot modify LDAP object class" msgstr "" #: src/err-codes.h:401 -msgid "Resources exhausted in LCUP" +msgid "LDAP results too large" msgstr "" #: src/err-codes.h:402 -msgid "Security violation in LCUP" +msgid "LDAP operation affects multiple DSAs" msgstr "" #: src/err-codes.h:403 -msgid "Invalid data in LCUP" +msgid "Virtual LDAP list view error" msgstr "" #: src/err-codes.h:404 -msgid "Unsupported scheme in LCUP" +msgid "Other LDAP error" msgstr "" #: src/err-codes.h:405 -msgid "Reload required in LCUP" +msgid "Resources exhausted in LCUP" msgstr "" #: src/err-codes.h:406 -msgid "LDAP cancelled" +msgid "Security violation in LCUP" msgstr "" #: src/err-codes.h:407 -msgid "No LDAP operation to cancel" +msgid "Invalid data in LCUP" msgstr "" #: src/err-codes.h:408 -msgid "Too late to cancel LDAP" +msgid "Unsupported scheme in LCUP" msgstr "" #: src/err-codes.h:409 -msgid "Cannot cancel LDAP" +msgid "Reload required in LCUP" msgstr "" #: src/err-codes.h:410 -msgid "LDAP assertion failed" +msgid "LDAP cancelled" msgstr "" #: src/err-codes.h:411 -msgid "Proxied authorization denied by LDAP" +msgid "No LDAP operation to cancel" msgstr "" #: src/err-codes.h:412 -msgid "User defined error code 1" +msgid "Too late to cancel LDAP" msgstr "" #: src/err-codes.h:413 -msgid "User defined error code 2" +msgid "Cannot cancel LDAP" msgstr "" #: src/err-codes.h:414 -msgid "User defined error code 3" +msgid "LDAP assertion failed" msgstr "" #: src/err-codes.h:415 -msgid "User defined error code 4" +msgid "Proxied authorization denied by LDAP" msgstr "" #: src/err-codes.h:416 -msgid "User defined error code 5" +msgid "User defined error code 1" msgstr "" #: src/err-codes.h:417 -msgid "User defined error code 6" +msgid "User defined error code 2" msgstr "" #: src/err-codes.h:418 -msgid "User defined error code 7" +msgid "User defined error code 3" msgstr "" #: src/err-codes.h:419 -msgid "User defined error code 8" +msgid "User defined error code 4" msgstr "" #: src/err-codes.h:420 -msgid "User defined error code 9" +msgid "User defined error code 5" msgstr "" #: src/err-codes.h:421 -msgid "User defined error code 10" +msgid "User defined error code 6" msgstr "" #: src/err-codes.h:422 -msgid "User defined error code 11" +msgid "User defined error code 7" msgstr "" #: src/err-codes.h:423 -msgid "User defined error code 12" +msgid "User defined error code 8" msgstr "" #: src/err-codes.h:424 -msgid "User defined error code 13" +msgid "User defined error code 9" msgstr "" #: src/err-codes.h:425 -msgid "User defined error code 14" +msgid "User defined error code 10" msgstr "" #: src/err-codes.h:426 -msgid "User defined error code 15" +msgid "User defined error code 11" msgstr "" #: src/err-codes.h:427 -msgid "User defined error code 16" +msgid "User defined error code 12" msgstr "" #: src/err-codes.h:428 -msgid "System error w/o errno" +msgid "User defined error code 13" msgstr "" #: src/err-codes.h:429 -msgid "Unknown system error" +msgid "User defined error code 14" msgstr "" #: src/err-codes.h:430 -msgid "End of file" +msgid "User defined error code 15" msgstr "" #: src/err-codes.h:431 +msgid "User defined error code 16" +msgstr "" + +#: src/err-codes.h:432 +msgid "SQL success" +msgstr "" + +#: src/err-codes.h:433 +msgid "SQL error" +msgstr "" + +#: src/err-codes.h:434 +msgid "Internal logic error in SQL library" +msgstr "" + +#: src/err-codes.h:435 +msgid "Access permission denied (SQL)" +msgstr "" + +#: src/err-codes.h:436 +msgid "SQL abort was requested" +msgstr "" + +#: src/err-codes.h:437 +msgid "SQL database file is locked" +msgstr "" + +#: src/err-codes.h:438 +msgid "An SQL table in the database is locked" +msgstr "" + +#: src/err-codes.h:439 +msgid "SQL library ran out of core" +msgstr "" + +#: src/err-codes.h:440 +msgid "Attempt to write a readonly SQL database" +msgstr "" + +#: src/err-codes.h:441 +msgid "SQL operation terminated by interrupt" +msgstr "" + +#: src/err-codes.h:442 +msgid "I/O error during SQL operation" +msgstr "" + +#: src/err-codes.h:443 +msgid "SQL database disk image is malformed" +msgstr "" + +#: src/err-codes.h:444 +msgid "Unknown opcode in SQL file control" +msgstr "" + +#: src/err-codes.h:445 +msgid "Insertion failed because SQL database is full" +msgstr "" + +#: src/err-codes.h:446 +msgid "Unable to open the SQL database file" +msgstr "" + +#: src/err-codes.h:447 +msgid "SQL database lock protocol error" +msgstr "" + +#: src/err-codes.h:448 +msgid "(internal SQL code: empty)" +msgstr "" + +#: src/err-codes.h:449 +msgid "SQL database schema changed" +msgstr "" + +#: src/err-codes.h:450 +msgid "String or blob exceeds size limit (SQL)" +msgstr "" + +#: src/err-codes.h:451 +msgid "SQL abort due to constraint violation" +msgstr "" + +#: src/err-codes.h:452 +msgid "Data type mismatch (SQL)" +msgstr "" + +#: src/err-codes.h:453 +msgid "SQL library used incorrectly" +msgstr "" + +#: src/err-codes.h:454 +msgid "SQL library uses unsupported OS features" +msgstr "" + +#: src/err-codes.h:455 +msgid "Authorization denied (SQL)" +msgstr "" + +#: src/err-codes.h:456 +msgid "(unused SQL code: format)" +msgstr "" + +#: src/err-codes.h:457 +msgid "SQL bind parameter out of range" +msgstr "" + +#: src/err-codes.h:458 +msgid "File opened that is not an SQL database file" +msgstr "" + +#: src/err-codes.h:459 +msgid "Notifications from SQL logger" +msgstr "" + +#: src/err-codes.h:460 +msgid "Warnings from SQL logger" +msgstr "" + +#: src/err-codes.h:461 +msgid "SQL has another row ready" +msgstr "" + +#: src/err-codes.h:462 +msgid "SQL has finished executing" +msgstr "" + +#: src/err-codes.h:463 +msgid "System error w/o errno" +msgstr "" + +#: src/err-codes.h:464 +msgid "Unknown system error" +msgstr "" + +#: src/err-codes.h:465 +msgid "End of file" +msgstr "" + +#: src/err-codes.h:466 msgid "Unknown error code" msgstr "" @@ -1800,11 +1940,11 @@ msgid "invalid option \"%.50s\"\n" msgstr "" -#: src/gpg-error.c:458 +#: src/gpg-error.c:522 msgid "Please report bugs to .\n" msgstr "" -#: src/gpg-error.c:658 +#: src/gpg-error.c:729 #, c-format msgid "warning: could not recognize %s\n" msgstr "" Binary files /tmp/tmpeBhJ8b/DYdK_kAkbs/libgpg-error-1.36/po/nl.gmo and /tmp/tmpeBhJ8b/ZYgSCVH70z/libgpg-error-1.37/po/nl.gmo differ diff -Nru libgpg-error-1.36/po/nl.po libgpg-error-1.37/po/nl.po --- libgpg-error-1.36/po/nl.po 2019-03-19 08:58:30.000000000 +0000 +++ libgpg-error-1.37/po/nl.po 2020-02-07 12:14:19.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libgpg-error 1.10\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2019-03-19 09:58+0100\n" +"POT-Creation-Date: 2020-02-07 13:14+0100\n" "PO-Revision-Date: 2018-03-21 19:02+0100\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch \n" @@ -1315,568 +1315,720 @@ msgstr "Niet ondersteunde bescherming" #: src/err-codes.h:322 +#, fuzzy +#| msgid "No agent running" +msgid "No Keybox daemon running" +msgstr "Er draait geen agent" + +#: src/err-codes.h:323 +#, fuzzy +#| msgid "SmartCard daemon error" +msgid "Keybox daemon error" +msgstr "SmartCard-daemon-fout" + +#: src/err-codes.h:324 +msgid "Service is not running" +msgstr "" + +#: src/err-codes.h:325 +#, fuzzy +#| msgid "Keyserver error" +msgid "Service error" +msgstr "Fout in sleutelserver" + +#: src/err-codes.h:326 msgid "System bug detected" msgstr "" -#: src/err-codes.h:323 +#: src/err-codes.h:327 #, fuzzy #| msgid "Unknown system error" msgid "Unknown DNS error" msgstr "Onbekende systeemfout" -#: src/err-codes.h:324 +#: src/err-codes.h:328 #, fuzzy #| msgid "Invalid OID string" msgid "Invalid DNS section" msgstr "Ongeldige OID-tekenreeks" -#: src/err-codes.h:325 +#: src/err-codes.h:329 #, fuzzy #| msgid "Invalid S-expression" msgid "Invalid textual address form" msgstr "Ongeldige S-expressie" -#: src/err-codes.h:326 +#: src/err-codes.h:330 #, fuzzy #| msgid "Missing issuer certificate" msgid "Missing DNS query packet" msgstr "Ontbrekend certificaat van uitgever" -#: src/err-codes.h:327 +#: src/err-codes.h:331 msgid "Missing DNS answer packet" msgstr "" -#: src/err-codes.h:328 +#: src/err-codes.h:332 msgid "Connection closed in DNS" msgstr "" -#: src/err-codes.h:329 +#: src/err-codes.h:333 #, fuzzy #| msgid "Decryption failed" msgid "Verification failed in DNS" msgstr "Ontcijfering is mislukt" -#: src/err-codes.h:330 +#: src/err-codes.h:334 #, fuzzy #| msgid "Timeout" msgid "DNS Timeout" msgstr "Tijdslimiet" -#: src/err-codes.h:331 +#: src/err-codes.h:335 #, fuzzy #| msgid "General IPC error" msgid "General LDAP error" msgstr "Algemene IPC-fout" -#: src/err-codes.h:332 +#: src/err-codes.h:336 #, fuzzy #| msgid "General error" msgid "General LDAP attribute error" msgstr "Algemene fout" -#: src/err-codes.h:333 +#: src/err-codes.h:337 #, fuzzy #| msgid "General error" msgid "General LDAP name error" msgstr "Algemene fout" -#: src/err-codes.h:334 +#: src/err-codes.h:338 #, fuzzy #| msgid "General Assuan error" msgid "General LDAP security error" msgstr "Algemene Assuan-fout" -#: src/err-codes.h:335 +#: src/err-codes.h:339 #, fuzzy #| msgid "General error" msgid "General LDAP service error" msgstr "Algemene fout" -#: src/err-codes.h:336 +#: src/err-codes.h:340 #, fuzzy #| msgid "General Assuan error" msgid "General LDAP update error" msgstr "Algemene Assuan-fout" -#: src/err-codes.h:337 +#: src/err-codes.h:341 msgid "Experimental LDAP error code" msgstr "" -#: src/err-codes.h:338 +#: src/err-codes.h:342 #, fuzzy #| msgid "IPC write error" msgid "Private LDAP error code" msgstr "IPC-schrijffout" -#: src/err-codes.h:339 +#: src/err-codes.h:343 #, fuzzy #| msgid "General IPC error" msgid "Other general LDAP error" msgstr "Algemene IPC-fout" -#: src/err-codes.h:340 +#: src/err-codes.h:344 #, fuzzy #| msgid "IPC connect call failed" msgid "LDAP connecting failed (X)" msgstr "IPC verbindingsoproep is mislukt" -#: src/err-codes.h:341 +#: src/err-codes.h:345 #, fuzzy #| msgid "General error" msgid "LDAP referral limit exceeded" msgstr "Algemene fout" -#: src/err-codes.h:342 +#: src/err-codes.h:346 msgid "LDAP client loop" msgstr "" -#: src/err-codes.h:343 +#: src/err-codes.h:347 #, fuzzy #| msgid "Card reset required" msgid "No LDAP results returned" msgstr "Reset van kaart vereist" -#: src/err-codes.h:344 +#: src/err-codes.h:348 #, fuzzy #| msgid "Element not found" msgid "LDAP control not found" msgstr "Element niet gevonden" -#: src/err-codes.h:345 +#: src/err-codes.h:349 #, fuzzy #| msgid "Not supported" msgid "Not supported by LDAP" msgstr "Niet ondersteund" -#: src/err-codes.h:346 +#: src/err-codes.h:350 #, fuzzy #| msgid "Unexpected error" msgid "LDAP connect error" msgstr "Onverwachte fout" -#: src/err-codes.h:347 +#: src/err-codes.h:351 msgid "Out of memory in LDAP" msgstr "" -#: src/err-codes.h:348 +#: src/err-codes.h:352 msgid "Bad parameter to an LDAP routine" msgstr "" -#: src/err-codes.h:349 +#: src/err-codes.h:353 #, fuzzy #| msgid "Unsupported operation" msgid "User cancelled LDAP operation" msgstr "Niet-ondersteunde operatie" -#: src/err-codes.h:350 +#: src/err-codes.h:354 #, fuzzy #| msgid "Bad certificate" msgid "Bad LDAP search filter" msgstr "Fout certificaat" -#: src/err-codes.h:351 +#: src/err-codes.h:355 #, fuzzy #| msgid "Unknown extension" msgid "Unknown LDAP authentication method" msgstr "Onbekende extensie" -#: src/err-codes.h:352 +#: src/err-codes.h:356 #, fuzzy #| msgid "Timeout" msgid "Timeout in LDAP" msgstr "Tijdslimiet" -#: src/err-codes.h:353 +#: src/err-codes.h:357 #, fuzzy #| msgid "dirmngr error" msgid "LDAP decoding error" msgstr "dirmngr-fout" -#: src/err-codes.h:354 +#: src/err-codes.h:358 #, fuzzy #| msgid "dirmngr error" msgid "LDAP encoding error" msgstr "dirmngr-fout" -#: src/err-codes.h:355 +#: src/err-codes.h:359 #, fuzzy #| msgid "IPC read error" msgid "LDAP local error" msgstr "IPC-leesfout" -#: src/err-codes.h:356 +#: src/err-codes.h:360 #, fuzzy #| msgid "Not an IPC server" msgid "Cannot contact LDAP server" msgstr "Geen IPC-server" -#: src/err-codes.h:357 +#: src/err-codes.h:361 #, fuzzy #| msgid "Success" msgid "LDAP success" msgstr "Succes" -#: src/err-codes.h:358 +#: src/err-codes.h:362 #, fuzzy #| msgid "Configuration error" msgid "LDAP operations error" msgstr "Configuratiefout" -#: src/err-codes.h:359 +#: src/err-codes.h:363 #, fuzzy #| msgid "Protocol violation" msgid "LDAP protocol error" msgstr "In strijd met protocol" -#: src/err-codes.h:360 +#: src/err-codes.h:364 msgid "Time limit exceeded in LDAP" msgstr "" -#: src/err-codes.h:361 +#: src/err-codes.h:365 msgid "Size limit exceeded in LDAP" msgstr "" -#: src/err-codes.h:362 +#: src/err-codes.h:366 msgid "LDAP compare false" msgstr "" -#: src/err-codes.h:363 +#: src/err-codes.h:367 msgid "LDAP compare true" msgstr "" -#: src/err-codes.h:364 +#: src/err-codes.h:368 #, fuzzy #| msgid "Unknown extension" msgid "LDAP authentication method not supported" msgstr "Onbekende extensie" -#: src/err-codes.h:365 +#: src/err-codes.h:369 msgid "Strong(er) LDAP authentication required" msgstr "" -#: src/err-codes.h:366 +#: src/err-codes.h:370 #, fuzzy #| msgid "Fatal alert message received" msgid "Partial LDAP results+referral received" msgstr "Een alarmeringsbericht over iets fataal ontvangen " -#: src/err-codes.h:367 +#: src/err-codes.h:371 #, fuzzy #| msgid "General error" msgid "LDAP referral" msgstr "Algemene fout" -#: src/err-codes.h:368 +#: src/err-codes.h:372 msgid "Administrative LDAP limit exceeded" msgstr "" -#: src/err-codes.h:369 +#: src/err-codes.h:373 msgid "Critical LDAP extension is unavailable" msgstr "" -#: src/err-codes.h:370 +#: src/err-codes.h:374 #, fuzzy #| msgid "Card reset required" msgid "Confidentiality required by LDAP" msgstr "Reset van kaart vereist" -#: src/err-codes.h:371 +#: src/err-codes.h:375 msgid "LDAP SASL bind in progress" msgstr "" -#: src/err-codes.h:372 +#: src/err-codes.h:376 msgid "No such LDAP attribute" msgstr "" -#: src/err-codes.h:373 +#: src/err-codes.h:377 #, fuzzy #| msgid "Invalid attribute" msgid "Undefined LDAP attribute type" msgstr "Ongeldig attribuut" -#: src/err-codes.h:374 +#: src/err-codes.h:378 #, fuzzy #| msgid "Unsupported protection" msgid "Inappropriate matching in LDAP" msgstr "Niet ondersteunde bescherming" -#: src/err-codes.h:375 +#: src/err-codes.h:379 #, fuzzy #| msgid "Protocol violation" msgid "Constraint violation in LDAP" msgstr "In strijd met protocol" -#: src/err-codes.h:376 +#: src/err-codes.h:380 msgid "LDAP type or value exists" msgstr "" -#: src/err-codes.h:377 +#: src/err-codes.h:381 #, fuzzy #| msgid "Invalid state" msgid "Invalid syntax in LDAP" msgstr "Ongeldige status" -#: src/err-codes.h:378 +#: src/err-codes.h:382 #, fuzzy #| msgid "No CMS object" msgid "No such LDAP object" msgstr "Geen CMS-object" -#: src/err-codes.h:379 +#: src/err-codes.h:383 #, fuzzy #| msgid "Hardware problem" msgid "LDAP alias problem" msgstr "Hardwareprobleem" -#: src/err-codes.h:380 +#: src/err-codes.h:384 #, fuzzy #| msgid "Invalid state" msgid "Invalid DN syntax in LDAP" msgstr "Ongeldige status" -#: src/err-codes.h:381 +#: src/err-codes.h:385 msgid "LDAP entry is a leaf" msgstr "" -#: src/err-codes.h:382 +#: src/err-codes.h:386 #, fuzzy #| msgid "Encoding problem" msgid "LDAP alias dereferencing problem" msgstr "Coderingsprobleem" -#: src/err-codes.h:383 +#: src/err-codes.h:387 msgid "LDAP proxy authorization failure (X)" msgstr "" -#: src/err-codes.h:384 +#: src/err-codes.h:388 #, fuzzy #| msgid "Unsupported protection" msgid "Inappropriate LDAP authentication" msgstr "Niet ondersteunde bescherming" -#: src/err-codes.h:385 +#: src/err-codes.h:389 #, fuzzy #| msgid "Invalid card" msgid "Invalid LDAP credentials" msgstr "Ongeldige kaart" -#: src/err-codes.h:386 +#: src/err-codes.h:390 msgid "Insufficient access for LDAP" msgstr "" -#: src/err-codes.h:387 +#: src/err-codes.h:391 msgid "LDAP server is busy" msgstr "" -#: src/err-codes.h:388 +#: src/err-codes.h:392 #, fuzzy #| msgid "No keyserver available" msgid "LDAP server is unavailable" msgstr "Geen sleutelserver beschikbaar" -#: src/err-codes.h:389 +#: src/err-codes.h:393 msgid "LDAP server is unwilling to perform" msgstr "" -#: src/err-codes.h:390 +#: src/err-codes.h:394 msgid "Loop detected by LDAP" msgstr "" -#: src/err-codes.h:391 +#: src/err-codes.h:395 #, fuzzy #| msgid "Missing action" msgid "LDAP naming violation" msgstr "Ontbrekende actie" -#: src/err-codes.h:392 +#: src/err-codes.h:396 #, fuzzy #| msgid "Protocol violation" msgid "LDAP object class violation" msgstr "In strijd met protocol" -#: src/err-codes.h:393 +#: src/err-codes.h:397 #, fuzzy #| msgid "Operation not yet finished" msgid "LDAP operation not allowed on non-leaf" msgstr "Bewerking is nog niet beëindigd" -#: src/err-codes.h:394 +#: src/err-codes.h:398 #, fuzzy #| msgid "Operation cancelled" msgid "LDAP operation not allowed on RDN" msgstr "Bewerking geannuleerd" -#: src/err-codes.h:395 +#: src/err-codes.h:399 msgid "Already exists (LDAP)" msgstr "" -#: src/err-codes.h:396 +#: src/err-codes.h:400 msgid "Cannot modify LDAP object class" msgstr "" -#: src/err-codes.h:397 +#: src/err-codes.h:401 #, fuzzy #| msgid "Line too long" msgid "LDAP results too large" msgstr "Regel te lang" -#: src/err-codes.h:398 +#: src/err-codes.h:402 #, fuzzy #| msgid "Operation cancelled" msgid "LDAP operation affects multiple DSAs" msgstr "Bewerking geannuleerd" -#: src/err-codes.h:399 +#: src/err-codes.h:403 msgid "Virtual LDAP list view error" msgstr "" -#: src/err-codes.h:400 +#: src/err-codes.h:404 #, fuzzy #| msgid "General IPC error" msgid "Other LDAP error" msgstr "Algemene IPC-fout" -#: src/err-codes.h:401 +#: src/err-codes.h:405 #, fuzzy #| msgid "Resources exhausted" msgid "Resources exhausted in LCUP" msgstr "Hulpbronnen uitgeput" -#: src/err-codes.h:402 +#: src/err-codes.h:406 #, fuzzy #| msgid "Protocol violation" msgid "Security violation in LCUP" msgstr "In strijd met protocol" -#: src/err-codes.h:403 +#: src/err-codes.h:407 #, fuzzy #| msgid "Invalid state" msgid "Invalid data in LCUP" msgstr "Ongeldige status" -#: src/err-codes.h:404 +#: src/err-codes.h:408 #, fuzzy #| msgid "Unsupported certificate" msgid "Unsupported scheme in LCUP" msgstr "Niet ondersteund certificaat" -#: src/err-codes.h:405 +#: src/err-codes.h:409 #, fuzzy #| msgid "Card reset required" msgid "Reload required in LCUP" msgstr "Reset van kaart vereist" -#: src/err-codes.h:406 +#: src/err-codes.h:410 #, fuzzy #| msgid "Success" msgid "LDAP cancelled" msgstr "Succes" -#: src/err-codes.h:407 +#: src/err-codes.h:411 #, fuzzy #| msgid "Not operational" msgid "No LDAP operation to cancel" msgstr "Niet in werking" -#: src/err-codes.h:408 +#: src/err-codes.h:412 #, fuzzy #| msgid "Not operational" msgid "Too late to cancel LDAP" msgstr "Niet in werking" -#: src/err-codes.h:409 +#: src/err-codes.h:413 #, fuzzy #| msgid "Not an IPC server" msgid "Cannot cancel LDAP" msgstr "Geen IPC-server" -#: src/err-codes.h:410 +#: src/err-codes.h:414 #, fuzzy #| msgid "Decryption failed" msgid "LDAP assertion failed" msgstr "Ontcijfering is mislukt" -#: src/err-codes.h:411 +#: src/err-codes.h:415 msgid "Proxied authorization denied by LDAP" msgstr "" -#: src/err-codes.h:412 +#: src/err-codes.h:416 msgid "User defined error code 1" msgstr "Gebruikergedefinieerde foutcode 1" -#: src/err-codes.h:413 +#: src/err-codes.h:417 msgid "User defined error code 2" msgstr "Gebruikergedefinieerde foutcode 2" -#: src/err-codes.h:414 +#: src/err-codes.h:418 msgid "User defined error code 3" msgstr "Gebruikergedefinieerde foutcode 3" -#: src/err-codes.h:415 +#: src/err-codes.h:419 msgid "User defined error code 4" msgstr "Gebruikergedefinieerde foutcode 4" -#: src/err-codes.h:416 +#: src/err-codes.h:420 msgid "User defined error code 5" msgstr "Gebruikergedefinieerde foutcode 5" -#: src/err-codes.h:417 +#: src/err-codes.h:421 msgid "User defined error code 6" msgstr "Gebruikergedefinieerde foutcode 6" -#: src/err-codes.h:418 +#: src/err-codes.h:422 msgid "User defined error code 7" msgstr "Gebruikergedefinieerde foutcode 7" -#: src/err-codes.h:419 +#: src/err-codes.h:423 msgid "User defined error code 8" msgstr "Gebruikergedefinieerde foutcode 8" -#: src/err-codes.h:420 +#: src/err-codes.h:424 msgid "User defined error code 9" msgstr "Gebruikergedefinieerde foutcode 9" -#: src/err-codes.h:421 +#: src/err-codes.h:425 msgid "User defined error code 10" msgstr "Gebruikergedefinieerde foutcode 10" -#: src/err-codes.h:422 +#: src/err-codes.h:426 msgid "User defined error code 11" msgstr "Gebruikergedefinieerde foutcode 11" -#: src/err-codes.h:423 +#: src/err-codes.h:427 msgid "User defined error code 12" msgstr "Gebruikergedefinieerde foutcode 12" -#: src/err-codes.h:424 +#: src/err-codes.h:428 msgid "User defined error code 13" msgstr "Gebruikergedefinieerde foutcode 13" -#: src/err-codes.h:425 +#: src/err-codes.h:429 msgid "User defined error code 14" msgstr "Gebruikergedefinieerde foutcode 14" -#: src/err-codes.h:426 +#: src/err-codes.h:430 msgid "User defined error code 15" msgstr "Gebruikergedefinieerde foutcode 15" -#: src/err-codes.h:427 +#: src/err-codes.h:431 msgid "User defined error code 16" msgstr "Gebruikergedefinieerde foutcode 16" -#: src/err-codes.h:428 +#: src/err-codes.h:432 +#, fuzzy +#| msgid "Success" +msgid "SQL success" +msgstr "Succes" + +#: src/err-codes.h:433 +#, fuzzy +#| msgid "Syntax error" +msgid "SQL error" +msgstr "Syntaxfout" + +#: src/err-codes.h:434 +msgid "Internal logic error in SQL library" +msgstr "" + +#: src/err-codes.h:435 +msgid "Access permission denied (SQL)" +msgstr "" + +#: src/err-codes.h:436 +msgid "SQL abort was requested" +msgstr "" + +#: src/err-codes.h:437 +msgid "SQL database file is locked" +msgstr "" + +#: src/err-codes.h:438 +msgid "An SQL table in the database is locked" +msgstr "" + +#: src/err-codes.h:439 +msgid "SQL library ran out of core" +msgstr "" + +#: src/err-codes.h:440 +msgid "Attempt to write a readonly SQL database" +msgstr "" + +#: src/err-codes.h:441 +msgid "SQL operation terminated by interrupt" +msgstr "" + +#: src/err-codes.h:442 +msgid "I/O error during SQL operation" +msgstr "" + +#: src/err-codes.h:443 +msgid "SQL database disk image is malformed" +msgstr "" + +#: src/err-codes.h:444 +msgid "Unknown opcode in SQL file control" +msgstr "" + +#: src/err-codes.h:445 +msgid "Insertion failed because SQL database is full" +msgstr "" + +#: src/err-codes.h:446 +msgid "Unable to open the SQL database file" +msgstr "" + +#: src/err-codes.h:447 +#, fuzzy +#| msgid "Protocol violation" +msgid "SQL database lock protocol error" +msgstr "In strijd met protocol" + +#: src/err-codes.h:448 +msgid "(internal SQL code: empty)" +msgstr "" + +#: src/err-codes.h:449 +msgid "SQL database schema changed" +msgstr "" + +#: src/err-codes.h:450 +msgid "String or blob exceeds size limit (SQL)" +msgstr "" + +#: src/err-codes.h:451 +msgid "SQL abort due to constraint violation" +msgstr "" + +#: src/err-codes.h:452 +msgid "Data type mismatch (SQL)" +msgstr "" + +#: src/err-codes.h:453 +msgid "SQL library used incorrectly" +msgstr "" + +#: src/err-codes.h:454 +msgid "SQL library uses unsupported OS features" +msgstr "" + +#: src/err-codes.h:455 +msgid "Authorization denied (SQL)" +msgstr "" + +#: src/err-codes.h:456 +msgid "(unused SQL code: format)" +msgstr "" + +#: src/err-codes.h:457 +msgid "SQL bind parameter out of range" +msgstr "" + +#: src/err-codes.h:458 +msgid "File opened that is not an SQL database file" +msgstr "" + +#: src/err-codes.h:459 +msgid "Notifications from SQL logger" +msgstr "" + +#: src/err-codes.h:460 +msgid "Warnings from SQL logger" +msgstr "" + +#: src/err-codes.h:461 +msgid "SQL has another row ready" +msgstr "" + +#: src/err-codes.h:462 +msgid "SQL has finished executing" +msgstr "" + +#: src/err-codes.h:463 msgid "System error w/o errno" msgstr "Systeemfout zonder foutnr." -#: src/err-codes.h:429 +#: src/err-codes.h:464 msgid "Unknown system error" msgstr "Onbekende systeemfout" -#: src/err-codes.h:430 +#: src/err-codes.h:465 msgid "End of file" msgstr "Einde van bestand" -#: src/err-codes.h:431 +#: src/err-codes.h:466 msgid "Unknown error code" msgstr "Onbekende foutcode" @@ -1972,11 +2124,11 @@ msgid "invalid option \"%.50s\"\n" msgstr "Ongeldige bewerkingscode" -#: src/gpg-error.c:458 +#: src/gpg-error.c:522 msgid "Please report bugs to .\n" msgstr "" -#: src/gpg-error.c:658 +#: src/gpg-error.c:729 #, fuzzy, c-format msgid "warning: could not recognize %s\n" msgstr "waarschuwing: kon %s niet herkennen\n" Binary files /tmp/tmpeBhJ8b/DYdK_kAkbs/libgpg-error-1.36/po/pl.gmo and /tmp/tmpeBhJ8b/ZYgSCVH70z/libgpg-error-1.37/po/pl.gmo differ diff -Nru libgpg-error-1.36/po/pl.po libgpg-error-1.37/po/pl.po --- libgpg-error-1.36/po/pl.po 2019-03-19 08:58:30.000000000 +0000 +++ libgpg-error-1.37/po/pl.po 2020-02-07 12:14:19.000000000 +0000 @@ -1,14 +1,14 @@ # Polish translation for libgpg-error. # Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. # This file is distributed under the same license as the libgpg-error package. -# Jakub Bogusz , 2004-2018. +# Jakub Bogusz , 2004-2019. # msgid "" msgstr "" -"Project-Id-Version: libgpg-error 1.29\n" +"Project-Id-Version: libgpg-error 1.36\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2019-03-19 09:58+0100\n" -"PO-Revision-Date: 2018-04-12 19:02+0100\n" +"POT-Creation-Date: 2020-02-07 13:14+0100\n" +"PO-Revision-Date: 2019-03-24 09:01+0100\n" "Last-Translator: Jakub Bogusz \n" "Language-Team: Polish \n" "Language: pl\n" @@ -1277,454 +1277,604 @@ msgstr "Zła nazwa" #: src/err-codes.h:320 -#, fuzzy -#| msgid "Not enabled" msgid "Not authenticated" -msgstr "Nie włączony" +msgstr "Brak uwierzytelnienia" #: src/err-codes.h:321 -#, fuzzy -#| msgid "Inappropriate LDAP authentication" msgid "Bad authentication" -msgstr "Niewłaściwe uwierzytelnienie LDAP" +msgstr "Niewłaściwe uwierzytelnienie" #: src/err-codes.h:322 +#, fuzzy +#| msgid "No agent running" +msgid "No Keybox daemon running" +msgstr "Agent nie uruchomiony" + +#: src/err-codes.h:323 +#, fuzzy +#| msgid "SmartCard daemon error" +msgid "Keybox daemon error" +msgstr "Błąd demona SmartCard" + +#: src/err-codes.h:324 +msgid "Service is not running" +msgstr "" + +#: src/err-codes.h:325 +#, fuzzy +#| msgid "Keyserver error" +msgid "Service error" +msgstr "Błąd serwera kluczy" + +#: src/err-codes.h:326 msgid "System bug detected" msgstr "Wykryto błąd systemu" -#: src/err-codes.h:323 +#: src/err-codes.h:327 msgid "Unknown DNS error" msgstr "Nieznany błąd DNS" -#: src/err-codes.h:324 +#: src/err-codes.h:328 msgid "Invalid DNS section" msgstr "Błędna sekcja DNS" -#: src/err-codes.h:325 +#: src/err-codes.h:329 msgid "Invalid textual address form" msgstr "Błędna postać tekstowa adresu" -#: src/err-codes.h:326 +#: src/err-codes.h:330 msgid "Missing DNS query packet" msgstr "Brak pakietu zapytania DNS" -#: src/err-codes.h:327 +#: src/err-codes.h:331 msgid "Missing DNS answer packet" msgstr "Brak pakietu odpowiedzi DNS" -#: src/err-codes.h:328 +#: src/err-codes.h:332 msgid "Connection closed in DNS" msgstr "Połączenie zamknięte przez DNS" -#: src/err-codes.h:329 +#: src/err-codes.h:333 msgid "Verification failed in DNS" msgstr "Weryfikacja przez DNS nie powiodła się" -#: src/err-codes.h:330 +#: src/err-codes.h:334 msgid "DNS Timeout" msgstr "Upłynął limit czasu DNS" -#: src/err-codes.h:331 +#: src/err-codes.h:335 msgid "General LDAP error" msgstr "Błąd ogólny LDAP" -#: src/err-codes.h:332 +#: src/err-codes.h:336 msgid "General LDAP attribute error" msgstr "Błąd ogólny atrybutu LDAP" -#: src/err-codes.h:333 +#: src/err-codes.h:337 msgid "General LDAP name error" msgstr "Błąd ogólny nazwy LDAP" -#: src/err-codes.h:334 +#: src/err-codes.h:338 msgid "General LDAP security error" msgstr "Błąd ogólny bezpieczeństwa LDAP" -#: src/err-codes.h:335 +#: src/err-codes.h:339 msgid "General LDAP service error" msgstr "Błąd ogólny usługi LDAP" -#: src/err-codes.h:336 +#: src/err-codes.h:340 msgid "General LDAP update error" msgstr "Błąd ogólny aktualizacji LDAP" -#: src/err-codes.h:337 +#: src/err-codes.h:341 msgid "Experimental LDAP error code" msgstr "Eksperymentalny kod błędu LDAP" -#: src/err-codes.h:338 +#: src/err-codes.h:342 msgid "Private LDAP error code" msgstr "Prywatny kod błędu LDAP" -#: src/err-codes.h:339 +#: src/err-codes.h:343 msgid "Other general LDAP error" msgstr "Inny błąd ogólny LDAP" -#: src/err-codes.h:340 +#: src/err-codes.h:344 msgid "LDAP connecting failed (X)" msgstr "Połączenie z LDAP nie powiodło się (X)" -#: src/err-codes.h:341 +#: src/err-codes.h:345 msgid "LDAP referral limit exceeded" msgstr "Przekroczony limit odniesień LDAP" -#: src/err-codes.h:342 +#: src/err-codes.h:346 msgid "LDAP client loop" msgstr "Pętla klienta LDAP" -#: src/err-codes.h:343 +#: src/err-codes.h:347 msgid "No LDAP results returned" msgstr "Nie zwrócono wyników LDAP" -#: src/err-codes.h:344 +#: src/err-codes.h:348 msgid "LDAP control not found" msgstr "Nie znaleziono sterowania LDAP" -#: src/err-codes.h:345 +#: src/err-codes.h:349 msgid "Not supported by LDAP" msgstr "Nie obsługiwane przez LDAP" -#: src/err-codes.h:346 +#: src/err-codes.h:350 msgid "LDAP connect error" msgstr "Błąd połączenia z LDAP" -#: src/err-codes.h:347 +#: src/err-codes.h:351 msgid "Out of memory in LDAP" msgstr "Brak pamięci w LDAP" -#: src/err-codes.h:348 +#: src/err-codes.h:352 msgid "Bad parameter to an LDAP routine" msgstr "Błędny parametr procedury LDAP" -#: src/err-codes.h:349 +#: src/err-codes.h:353 msgid "User cancelled LDAP operation" msgstr "Operacja LDAP anulowana przez użytkownika" -#: src/err-codes.h:350 +#: src/err-codes.h:354 msgid "Bad LDAP search filter" msgstr "Błędny filtr wyszukiwania LDAP" -#: src/err-codes.h:351 +#: src/err-codes.h:355 msgid "Unknown LDAP authentication method" msgstr "Nieznana metoda uwierzytelnienia LDAP" -#: src/err-codes.h:352 +#: src/err-codes.h:356 msgid "Timeout in LDAP" msgstr "Limit czasu w LDAP" -#: src/err-codes.h:353 +#: src/err-codes.h:357 msgid "LDAP decoding error" msgstr "Błąd dekodowania LDAP" -#: src/err-codes.h:354 +#: src/err-codes.h:358 msgid "LDAP encoding error" msgstr "Błąd kodowania LDAP" -#: src/err-codes.h:355 +#: src/err-codes.h:359 msgid "LDAP local error" msgstr "Błąd lokalny LDAP" -#: src/err-codes.h:356 +#: src/err-codes.h:360 msgid "Cannot contact LDAP server" msgstr "Nie można połączyć się z serwerem LDAP" -#: src/err-codes.h:357 +#: src/err-codes.h:361 msgid "LDAP success" msgstr "Sukces LDAP" -#: src/err-codes.h:358 +#: src/err-codes.h:362 msgid "LDAP operations error" msgstr "Błąd operacji LDAP" -#: src/err-codes.h:359 +#: src/err-codes.h:363 msgid "LDAP protocol error" msgstr "Błąd protokołu LDAP" -#: src/err-codes.h:360 +#: src/err-codes.h:364 msgid "Time limit exceeded in LDAP" msgstr "Przekroczony limit czasu w LDAP" -#: src/err-codes.h:361 +#: src/err-codes.h:365 msgid "Size limit exceeded in LDAP" msgstr "Przekroczony limit rozmiaru w LDAP" -#: src/err-codes.h:362 +#: src/err-codes.h:366 msgid "LDAP compare false" msgstr "Porównanie LDAP fałszywe" -#: src/err-codes.h:363 +#: src/err-codes.h:367 msgid "LDAP compare true" msgstr "Porównanie LDAP prawdziwe" -#: src/err-codes.h:364 +#: src/err-codes.h:368 msgid "LDAP authentication method not supported" msgstr "Nieobsługiwana metoda uwierzytelnienia LDAP" -#: src/err-codes.h:365 +#: src/err-codes.h:369 msgid "Strong(er) LDAP authentication required" msgstr "Wymagana silniejsze uwierzytelnienie LDAP" -#: src/err-codes.h:366 +#: src/err-codes.h:370 msgid "Partial LDAP results+referral received" msgstr "Otrzymano częściowe wyniki+odniesienie LDAP" -#: src/err-codes.h:367 +#: src/err-codes.h:371 msgid "LDAP referral" msgstr "Odniesienie LDAP" -#: src/err-codes.h:368 +#: src/err-codes.h:372 msgid "Administrative LDAP limit exceeded" msgstr "Przekroczony limit administracyjny LDAP" -#: src/err-codes.h:369 +#: src/err-codes.h:373 msgid "Critical LDAP extension is unavailable" msgstr "Krytyczne rozszerzenie LDAP jest niedostępne" -#: src/err-codes.h:370 +#: src/err-codes.h:374 msgid "Confidentiality required by LDAP" msgstr "Zaufanie wymagane przez LDAP" -#: src/err-codes.h:371 +#: src/err-codes.h:375 msgid "LDAP SASL bind in progress" msgstr "Wiązanie LDAP SASL w trakcie" -#: src/err-codes.h:372 +#: src/err-codes.h:376 msgid "No such LDAP attribute" msgstr "Nie ma takiego atrybutu LDAP" -#: src/err-codes.h:373 +#: src/err-codes.h:377 msgid "Undefined LDAP attribute type" msgstr "Niezdefiniowany typ atrybutu LDAP" -#: src/err-codes.h:374 +#: src/err-codes.h:378 msgid "Inappropriate matching in LDAP" msgstr "Niewłaściwe dopasowanie w LDAP" -#: src/err-codes.h:375 +#: src/err-codes.h:379 msgid "Constraint violation in LDAP" msgstr "Naruszenie ograniczenia w LDAP" -#: src/err-codes.h:376 +#: src/err-codes.h:380 msgid "LDAP type or value exists" msgstr "Typ lub wartość LDAP istnieje" -#: src/err-codes.h:377 +#: src/err-codes.h:381 msgid "Invalid syntax in LDAP" msgstr "Błędna składnia w LDAP" -#: src/err-codes.h:378 +#: src/err-codes.h:382 msgid "No such LDAP object" msgstr "Nie ma takiego obiektu LDAP" -#: src/err-codes.h:379 +#: src/err-codes.h:383 msgid "LDAP alias problem" msgstr "Problem z aliasem LDAP" -#: src/err-codes.h:380 +#: src/err-codes.h:384 msgid "Invalid DN syntax in LDAP" msgstr "Błędna składnia DN w LDAP" -#: src/err-codes.h:381 +#: src/err-codes.h:385 msgid "LDAP entry is a leaf" msgstr "Wpis LDAP jest liściem" -#: src/err-codes.h:382 +#: src/err-codes.h:386 msgid "LDAP alias dereferencing problem" msgstr "Problem z rozwinięciem aliasu LDAP" -#: src/err-codes.h:383 +#: src/err-codes.h:387 msgid "LDAP proxy authorization failure (X)" msgstr "Błąd autoryzacji do proxy LDAP (X)" -#: src/err-codes.h:384 +#: src/err-codes.h:388 msgid "Inappropriate LDAP authentication" msgstr "Niewłaściwe uwierzytelnienie LDAP" -#: src/err-codes.h:385 +#: src/err-codes.h:389 msgid "Invalid LDAP credentials" msgstr "Błędne dane uwierzytelniające LDAP" -#: src/err-codes.h:386 +#: src/err-codes.h:390 msgid "Insufficient access for LDAP" msgstr "Niewystarczający dostęp dla LDAP" -#: src/err-codes.h:387 +#: src/err-codes.h:391 msgid "LDAP server is busy" msgstr "Serwer LDAP jest zajęty" -#: src/err-codes.h:388 +#: src/err-codes.h:392 msgid "LDAP server is unavailable" msgstr "Serwer LDAP jest niedostępny" -#: src/err-codes.h:389 +#: src/err-codes.h:393 msgid "LDAP server is unwilling to perform" msgstr "Serwer LDAP nie zamierza wykonać żądania" -#: src/err-codes.h:390 +#: src/err-codes.h:394 msgid "Loop detected by LDAP" msgstr "Pętla wykryta przez LDAP" -#: src/err-codes.h:391 +#: src/err-codes.h:395 msgid "LDAP naming violation" msgstr "Naruszenie nazw LDAP" -#: src/err-codes.h:392 +#: src/err-codes.h:396 msgid "LDAP object class violation" msgstr "Naruszenie klasy obiektu LDAP" -#: src/err-codes.h:393 +#: src/err-codes.h:397 msgid "LDAP operation not allowed on non-leaf" msgstr "Operacja LDAP nie jest dozwolona na nie-liściu" -#: src/err-codes.h:394 +#: src/err-codes.h:398 msgid "LDAP operation not allowed on RDN" msgstr "Operacja LDAP nie jest dozwolona na RDN" -#: src/err-codes.h:395 +#: src/err-codes.h:399 msgid "Already exists (LDAP)" msgstr "Już istnieje (LDAP)" -#: src/err-codes.h:396 +#: src/err-codes.h:400 msgid "Cannot modify LDAP object class" msgstr "Nie można zmodyfikować klasy obiektu LDAP" -#: src/err-codes.h:397 +#: src/err-codes.h:401 msgid "LDAP results too large" msgstr "Wyniki LDAP zbyt duże" -#: src/err-codes.h:398 +#: src/err-codes.h:402 msgid "LDAP operation affects multiple DSAs" msgstr "Operacja LDAP obejmuje wiele DSA" -#: src/err-codes.h:399 +#: src/err-codes.h:403 msgid "Virtual LDAP list view error" msgstr "Błąd widoku wirtualnej listy LDAP" -#: src/err-codes.h:400 +#: src/err-codes.h:404 msgid "Other LDAP error" msgstr "Inny błąd LDAP" -#: src/err-codes.h:401 +#: src/err-codes.h:405 msgid "Resources exhausted in LCUP" msgstr "Zasoby wyczerpane w LCUP" -#: src/err-codes.h:402 +#: src/err-codes.h:406 msgid "Security violation in LCUP" msgstr "Naruszenie bezpieczeństwa w LCUP" -#: src/err-codes.h:403 +#: src/err-codes.h:407 msgid "Invalid data in LCUP" msgstr "Błędne dane w LCUP" -#: src/err-codes.h:404 +#: src/err-codes.h:408 msgid "Unsupported scheme in LCUP" msgstr "Nieobsługiwany schemat w LCUP" -#: src/err-codes.h:405 +#: src/err-codes.h:409 msgid "Reload required in LCUP" msgstr "Wymagane przeładowanie w LCUP" -#: src/err-codes.h:406 +#: src/err-codes.h:410 msgid "LDAP cancelled" msgstr "LDAP anulowane" -#: src/err-codes.h:407 +#: src/err-codes.h:411 msgid "No LDAP operation to cancel" msgstr "Brak operacji LDAP do anulowania" -#: src/err-codes.h:408 +#: src/err-codes.h:412 msgid "Too late to cancel LDAP" msgstr "Za późno na anulowanie LDAP" -#: src/err-codes.h:409 +#: src/err-codes.h:413 msgid "Cannot cancel LDAP" msgstr "Nie można anulować LDAP" -#: src/err-codes.h:410 +#: src/err-codes.h:414 msgid "LDAP assertion failed" msgstr "Zapewnienie LDAP nie powiodło się" -#: src/err-codes.h:411 +#: src/err-codes.h:415 msgid "Proxied authorization denied by LDAP" msgstr "Autoryzacja przez proxy odrzucona przez LDAP" -#: src/err-codes.h:412 +#: src/err-codes.h:416 msgid "User defined error code 1" msgstr "Zdefiniowany przez użytkownika kod błędu 1" -#: src/err-codes.h:413 +#: src/err-codes.h:417 msgid "User defined error code 2" msgstr "Zdefiniowany przez użytkownika kod błędu 2" -#: src/err-codes.h:414 +#: src/err-codes.h:418 msgid "User defined error code 3" msgstr "Zdefiniowany przez użytkownika kod błędu 3" -#: src/err-codes.h:415 +#: src/err-codes.h:419 msgid "User defined error code 4" msgstr "Zdefiniowany przez użytkownika kod błędu 4" -#: src/err-codes.h:416 +#: src/err-codes.h:420 msgid "User defined error code 5" msgstr "Zdefiniowany przez użytkownika kod błędu 5" -#: src/err-codes.h:417 +#: src/err-codes.h:421 msgid "User defined error code 6" msgstr "Zdefiniowany przez użytkownika kod błędu 6" -#: src/err-codes.h:418 +#: src/err-codes.h:422 msgid "User defined error code 7" msgstr "Zdefiniowany przez użytkownika kod błędu 7" -#: src/err-codes.h:419 +#: src/err-codes.h:423 msgid "User defined error code 8" msgstr "Zdefiniowany przez użytkownika kod błędu 8" -#: src/err-codes.h:420 +#: src/err-codes.h:424 msgid "User defined error code 9" msgstr "Zdefiniowany przez użytkownika kod błędu 9" -#: src/err-codes.h:421 +#: src/err-codes.h:425 msgid "User defined error code 10" msgstr "Zdefiniowany przez użytkownika kod błędu 10" -#: src/err-codes.h:422 +#: src/err-codes.h:426 msgid "User defined error code 11" msgstr "Zdefiniowany przez użytkownika kod błędu 11" -#: src/err-codes.h:423 +#: src/err-codes.h:427 msgid "User defined error code 12" msgstr "Zdefiniowany przez użytkownika kod błędu 12" -#: src/err-codes.h:424 +#: src/err-codes.h:428 msgid "User defined error code 13" msgstr "Zdefiniowany przez użytkownika kod błędu 13" -#: src/err-codes.h:425 +#: src/err-codes.h:429 msgid "User defined error code 14" msgstr "Zdefiniowany przez użytkownika kod błędu 14" -#: src/err-codes.h:426 +#: src/err-codes.h:430 msgid "User defined error code 15" msgstr "Zdefiniowany przez użytkownika kod błędu 15" -#: src/err-codes.h:427 +#: src/err-codes.h:431 msgid "User defined error code 16" msgstr "Zdefiniowany przez użytkownika kod błędu 16" -#: src/err-codes.h:428 +#: src/err-codes.h:432 +#, fuzzy +#| msgid "LDAP success" +msgid "SQL success" +msgstr "Sukces LDAP" + +#: src/err-codes.h:433 +#, fuzzy +#| msgid "Syntax error" +msgid "SQL error" +msgstr "Błąd składni" + +#: src/err-codes.h:434 +msgid "Internal logic error in SQL library" +msgstr "" + +#: src/err-codes.h:435 +msgid "Access permission denied (SQL)" +msgstr "" + +#: src/err-codes.h:436 +msgid "SQL abort was requested" +msgstr "" + +#: src/err-codes.h:437 +msgid "SQL database file is locked" +msgstr "" + +#: src/err-codes.h:438 +msgid "An SQL table in the database is locked" +msgstr "" + +#: src/err-codes.h:439 +msgid "SQL library ran out of core" +msgstr "" + +#: src/err-codes.h:440 +msgid "Attempt to write a readonly SQL database" +msgstr "" + +#: src/err-codes.h:441 +msgid "SQL operation terminated by interrupt" +msgstr "" + +#: src/err-codes.h:442 +msgid "I/O error during SQL operation" +msgstr "" + +#: src/err-codes.h:443 +msgid "SQL database disk image is malformed" +msgstr "" + +#: src/err-codes.h:444 +msgid "Unknown opcode in SQL file control" +msgstr "" + +#: src/err-codes.h:445 +msgid "Insertion failed because SQL database is full" +msgstr "" + +#: src/err-codes.h:446 +msgid "Unable to open the SQL database file" +msgstr "" + +#: src/err-codes.h:447 +#, fuzzy +#| msgid "LDAP protocol error" +msgid "SQL database lock protocol error" +msgstr "Błąd protokołu LDAP" + +#: src/err-codes.h:448 +msgid "(internal SQL code: empty)" +msgstr "" + +#: src/err-codes.h:449 +msgid "SQL database schema changed" +msgstr "" + +#: src/err-codes.h:450 +msgid "String or blob exceeds size limit (SQL)" +msgstr "" + +#: src/err-codes.h:451 +msgid "SQL abort due to constraint violation" +msgstr "" + +#: src/err-codes.h:452 +msgid "Data type mismatch (SQL)" +msgstr "" + +#: src/err-codes.h:453 +msgid "SQL library used incorrectly" +msgstr "" + +#: src/err-codes.h:454 +msgid "SQL library uses unsupported OS features" +msgstr "" + +#: src/err-codes.h:455 +#, fuzzy +#| msgid "Proxied authorization denied by LDAP" +msgid "Authorization denied (SQL)" +msgstr "Autoryzacja przez proxy odrzucona przez LDAP" + +#: src/err-codes.h:456 +msgid "(unused SQL code: format)" +msgstr "" + +#: src/err-codes.h:457 +msgid "SQL bind parameter out of range" +msgstr "" + +#: src/err-codes.h:458 +msgid "File opened that is not an SQL database file" +msgstr "" + +#: src/err-codes.h:459 +msgid "Notifications from SQL logger" +msgstr "" + +#: src/err-codes.h:460 +msgid "Warnings from SQL logger" +msgstr "" + +#: src/err-codes.h:461 +msgid "SQL has another row ready" +msgstr "" + +#: src/err-codes.h:462 +msgid "SQL has finished executing" +msgstr "" + +#: src/err-codes.h:463 msgid "System error w/o errno" msgstr "Błąd systemowy bez errno" -#: src/err-codes.h:429 +#: src/err-codes.h:464 msgid "Unknown system error" msgstr "Nieznany błąd systemu" -#: src/err-codes.h:430 +#: src/err-codes.h:465 msgid "End of file" msgstr "Koniec pliku" -#: src/err-codes.h:431 +#: src/err-codes.h:466 msgid "Unknown error code" msgstr "Nieznany kod błędu" @@ -1803,11 +1953,11 @@ msgid "invalid option \"%.50s\"\n" msgstr "błędna opcja ,,%.50s''\n" -#: src/gpg-error.c:458 +#: src/gpg-error.c:522 msgid "Please report bugs to .\n" msgstr "Błędy prosimy zgłaszać pod .\n" -#: src/gpg-error.c:658 +#: src/gpg-error.c:729 #, c-format msgid "warning: could not recognize %s\n" msgstr "uwaga: nie rozpoznano %s\n" Binary files /tmp/tmpeBhJ8b/DYdK_kAkbs/libgpg-error-1.36/po/pt.gmo and /tmp/tmpeBhJ8b/ZYgSCVH70z/libgpg-error-1.37/po/pt.gmo differ diff -Nru libgpg-error-1.36/po/pt.po libgpg-error-1.37/po/pt.po --- libgpg-error-1.36/po/pt.po 2019-03-19 08:58:30.000000000 +0000 +++ libgpg-error-1.37/po/pt.po 2020-02-07 12:14:19.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libgpg-error 1.17\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2019-03-19 09:58+0100\n" +"POT-Creation-Date: 2020-02-07 13:14+0100\n" "PO-Revision-Date: 2018-03-21 19:03+0100\n" "Last-Translator: Paulo Tomé \n" "Language-Team: Portuguese \n" @@ -1315,568 +1315,720 @@ msgstr "Protecção não suportada" #: src/err-codes.h:322 +#, fuzzy +#| msgid "No agent running" +msgid "No Keybox daemon running" +msgstr "Nenhum agente em execução" + +#: src/err-codes.h:323 +#, fuzzy +#| msgid "SmartCard daemon error" +msgid "Keybox daemon error" +msgstr "Erro no demónio de SmartCard" + +#: src/err-codes.h:324 +msgid "Service is not running" +msgstr "" + +#: src/err-codes.h:325 +#, fuzzy +#| msgid "Keyserver error" +msgid "Service error" +msgstr "Erro no servidor de chaves" + +#: src/err-codes.h:326 msgid "System bug detected" msgstr "" -#: src/err-codes.h:323 +#: src/err-codes.h:327 #, fuzzy #| msgid "Unknown system error" msgid "Unknown DNS error" msgstr "Erro de sistema desconhecido" -#: src/err-codes.h:324 +#: src/err-codes.h:328 #, fuzzy #| msgid "Invalid OID string" msgid "Invalid DNS section" msgstr "Sequência OID inválida" -#: src/err-codes.h:325 +#: src/err-codes.h:329 #, fuzzy #| msgid "Invalid S-expression" msgid "Invalid textual address form" msgstr "Expressão simbólica inválida" -#: src/err-codes.h:326 +#: src/err-codes.h:330 #, fuzzy #| msgid "Missing issuer certificate" msgid "Missing DNS query packet" msgstr "Certificado do emissor em falta" -#: src/err-codes.h:327 +#: src/err-codes.h:331 msgid "Missing DNS answer packet" msgstr "" -#: src/err-codes.h:328 +#: src/err-codes.h:332 msgid "Connection closed in DNS" msgstr "" -#: src/err-codes.h:329 +#: src/err-codes.h:333 #, fuzzy #| msgid "Decryption failed" msgid "Verification failed in DNS" msgstr "Desencriptação falhada" -#: src/err-codes.h:330 +#: src/err-codes.h:334 #, fuzzy #| msgid "Timeout" msgid "DNS Timeout" msgstr "Tempo limite" -#: src/err-codes.h:331 +#: src/err-codes.h:335 #, fuzzy #| msgid "General IPC error" msgid "General LDAP error" msgstr "Erro genérico de IPC" -#: src/err-codes.h:332 +#: src/err-codes.h:336 #, fuzzy #| msgid "General error" msgid "General LDAP attribute error" msgstr "Erro genérico" -#: src/err-codes.h:333 +#: src/err-codes.h:337 #, fuzzy #| msgid "General error" msgid "General LDAP name error" msgstr "Erro genérico" -#: src/err-codes.h:334 +#: src/err-codes.h:338 #, fuzzy #| msgid "General Assuan error" msgid "General LDAP security error" msgstr "Erro Assuan genérico" -#: src/err-codes.h:335 +#: src/err-codes.h:339 #, fuzzy #| msgid "General error" msgid "General LDAP service error" msgstr "Erro genérico" -#: src/err-codes.h:336 +#: src/err-codes.h:340 #, fuzzy #| msgid "General Assuan error" msgid "General LDAP update error" msgstr "Erro Assuan genérico" -#: src/err-codes.h:337 +#: src/err-codes.h:341 msgid "Experimental LDAP error code" msgstr "" -#: src/err-codes.h:338 +#: src/err-codes.h:342 #, fuzzy #| msgid "IPC write error" msgid "Private LDAP error code" msgstr "Erro de escrita de IPC" -#: src/err-codes.h:339 +#: src/err-codes.h:343 #, fuzzy #| msgid "General IPC error" msgid "Other general LDAP error" msgstr "Erro genérico de IPC" -#: src/err-codes.h:340 +#: src/err-codes.h:344 #, fuzzy #| msgid "IPC connect call failed" msgid "LDAP connecting failed (X)" msgstr "Chamada de conexão de IPC falhada" -#: src/err-codes.h:341 +#: src/err-codes.h:345 #, fuzzy #| msgid "General error" msgid "LDAP referral limit exceeded" msgstr "Erro genérico" -#: src/err-codes.h:342 +#: src/err-codes.h:346 msgid "LDAP client loop" msgstr "" -#: src/err-codes.h:343 +#: src/err-codes.h:347 #, fuzzy #| msgid "Card reset required" msgid "No LDAP results returned" msgstr "Reinicialização de cartão necessária" -#: src/err-codes.h:344 +#: src/err-codes.h:348 #, fuzzy #| msgid "Element not found" msgid "LDAP control not found" msgstr "Elemento não encontrado" -#: src/err-codes.h:345 +#: src/err-codes.h:349 #, fuzzy #| msgid "Not supported" msgid "Not supported by LDAP" msgstr "Não suportado" -#: src/err-codes.h:346 +#: src/err-codes.h:350 #, fuzzy #| msgid "Unexpected error" msgid "LDAP connect error" msgstr "Erro inesperado" -#: src/err-codes.h:347 +#: src/err-codes.h:351 msgid "Out of memory in LDAP" msgstr "" -#: src/err-codes.h:348 +#: src/err-codes.h:352 msgid "Bad parameter to an LDAP routine" msgstr "" -#: src/err-codes.h:349 +#: src/err-codes.h:353 #, fuzzy #| msgid "Unsupported operation" msgid "User cancelled LDAP operation" msgstr "Operação não suportada" -#: src/err-codes.h:350 +#: src/err-codes.h:354 #, fuzzy #| msgid "Bad certificate" msgid "Bad LDAP search filter" msgstr "Certificado errado" -#: src/err-codes.h:351 +#: src/err-codes.h:355 #, fuzzy #| msgid "Unknown extension" msgid "Unknown LDAP authentication method" msgstr "Extensão desconhecida" -#: src/err-codes.h:352 +#: src/err-codes.h:356 #, fuzzy #| msgid "Timeout" msgid "Timeout in LDAP" msgstr "Tempo limite" -#: src/err-codes.h:353 +#: src/err-codes.h:357 #, fuzzy #| msgid "dirmngr error" msgid "LDAP decoding error" msgstr "Erro no dirmngr" -#: src/err-codes.h:354 +#: src/err-codes.h:358 #, fuzzy #| msgid "dirmngr error" msgid "LDAP encoding error" msgstr "Erro no dirmngr" -#: src/err-codes.h:355 +#: src/err-codes.h:359 #, fuzzy #| msgid "IPC read error" msgid "LDAP local error" msgstr "Erro de leitura de IPC" -#: src/err-codes.h:356 +#: src/err-codes.h:360 #, fuzzy #| msgid "Not an IPC server" msgid "Cannot contact LDAP server" msgstr "Não é um servidor IPC" -#: src/err-codes.h:357 +#: src/err-codes.h:361 #, fuzzy #| msgid "Success" msgid "LDAP success" msgstr "Sucesso" -#: src/err-codes.h:358 +#: src/err-codes.h:362 #, fuzzy #| msgid "Configuration error" msgid "LDAP operations error" msgstr "Erro de configuração" -#: src/err-codes.h:359 +#: src/err-codes.h:363 #, fuzzy #| msgid "Protocol violation" msgid "LDAP protocol error" msgstr "Violação de protocolo" -#: src/err-codes.h:360 +#: src/err-codes.h:364 msgid "Time limit exceeded in LDAP" msgstr "" -#: src/err-codes.h:361 +#: src/err-codes.h:365 msgid "Size limit exceeded in LDAP" msgstr "" -#: src/err-codes.h:362 +#: src/err-codes.h:366 msgid "LDAP compare false" msgstr "" -#: src/err-codes.h:363 +#: src/err-codes.h:367 msgid "LDAP compare true" msgstr "" -#: src/err-codes.h:364 +#: src/err-codes.h:368 #, fuzzy #| msgid "Unknown extension" msgid "LDAP authentication method not supported" msgstr "Extensão desconhecida" -#: src/err-codes.h:365 +#: src/err-codes.h:369 msgid "Strong(er) LDAP authentication required" msgstr "" -#: src/err-codes.h:366 +#: src/err-codes.h:370 #, fuzzy #| msgid "Fatal alert message received" msgid "Partial LDAP results+referral received" msgstr "Mensagem de alerta fatal recebida" -#: src/err-codes.h:367 +#: src/err-codes.h:371 #, fuzzy #| msgid "General error" msgid "LDAP referral" msgstr "Erro genérico" -#: src/err-codes.h:368 +#: src/err-codes.h:372 msgid "Administrative LDAP limit exceeded" msgstr "" -#: src/err-codes.h:369 +#: src/err-codes.h:373 msgid "Critical LDAP extension is unavailable" msgstr "" -#: src/err-codes.h:370 +#: src/err-codes.h:374 #, fuzzy #| msgid "Card reset required" msgid "Confidentiality required by LDAP" msgstr "Reinicialização de cartão necessária" -#: src/err-codes.h:371 +#: src/err-codes.h:375 msgid "LDAP SASL bind in progress" msgstr "" -#: src/err-codes.h:372 +#: src/err-codes.h:376 msgid "No such LDAP attribute" msgstr "" -#: src/err-codes.h:373 +#: src/err-codes.h:377 #, fuzzy #| msgid "Invalid attribute" msgid "Undefined LDAP attribute type" msgstr "Atributo inválido" -#: src/err-codes.h:374 +#: src/err-codes.h:378 #, fuzzy #| msgid "Unsupported protection" msgid "Inappropriate matching in LDAP" msgstr "Protecção não suportada" -#: src/err-codes.h:375 +#: src/err-codes.h:379 #, fuzzy #| msgid "Protocol violation" msgid "Constraint violation in LDAP" msgstr "Violação de protocolo" -#: src/err-codes.h:376 +#: src/err-codes.h:380 msgid "LDAP type or value exists" msgstr "" -#: src/err-codes.h:377 +#: src/err-codes.h:381 #, fuzzy #| msgid "Invalid state" msgid "Invalid syntax in LDAP" msgstr "Estado inválido" -#: src/err-codes.h:378 +#: src/err-codes.h:382 #, fuzzy #| msgid "No CMS object" msgid "No such LDAP object" msgstr "Sem objecto CMS" -#: src/err-codes.h:379 +#: src/err-codes.h:383 #, fuzzy #| msgid "Hardware problem" msgid "LDAP alias problem" msgstr "Problema de hardware" -#: src/err-codes.h:380 +#: src/err-codes.h:384 #, fuzzy #| msgid "Invalid state" msgid "Invalid DN syntax in LDAP" msgstr "Estado inválido" -#: src/err-codes.h:381 +#: src/err-codes.h:385 msgid "LDAP entry is a leaf" msgstr "" -#: src/err-codes.h:382 +#: src/err-codes.h:386 #, fuzzy #| msgid "Encoding problem" msgid "LDAP alias dereferencing problem" msgstr "Problema de codificação" -#: src/err-codes.h:383 +#: src/err-codes.h:387 msgid "LDAP proxy authorization failure (X)" msgstr "" -#: src/err-codes.h:384 +#: src/err-codes.h:388 #, fuzzy #| msgid "Unsupported protection" msgid "Inappropriate LDAP authentication" msgstr "Protecção não suportada" -#: src/err-codes.h:385 +#: src/err-codes.h:389 #, fuzzy #| msgid "Invalid card" msgid "Invalid LDAP credentials" msgstr "Cartão inválido" -#: src/err-codes.h:386 +#: src/err-codes.h:390 msgid "Insufficient access for LDAP" msgstr "" -#: src/err-codes.h:387 +#: src/err-codes.h:391 msgid "LDAP server is busy" msgstr "" -#: src/err-codes.h:388 +#: src/err-codes.h:392 #, fuzzy #| msgid "No keyserver available" msgid "LDAP server is unavailable" msgstr "Sem servidor de chaves disponível" -#: src/err-codes.h:389 +#: src/err-codes.h:393 msgid "LDAP server is unwilling to perform" msgstr "" -#: src/err-codes.h:390 +#: src/err-codes.h:394 msgid "Loop detected by LDAP" msgstr "" -#: src/err-codes.h:391 +#: src/err-codes.h:395 #, fuzzy #| msgid "Missing action" msgid "LDAP naming violation" msgstr "Acção em falta" -#: src/err-codes.h:392 +#: src/err-codes.h:396 #, fuzzy #| msgid "Protocol violation" msgid "LDAP object class violation" msgstr "Violação de protocolo" -#: src/err-codes.h:393 +#: src/err-codes.h:397 #, fuzzy #| msgid "Operation not yet finished" msgid "LDAP operation not allowed on non-leaf" msgstr "Operação ainda não completada" -#: src/err-codes.h:394 +#: src/err-codes.h:398 #, fuzzy #| msgid "Operation cancelled" msgid "LDAP operation not allowed on RDN" msgstr "Operação cancelada" -#: src/err-codes.h:395 +#: src/err-codes.h:399 msgid "Already exists (LDAP)" msgstr "" -#: src/err-codes.h:396 +#: src/err-codes.h:400 msgid "Cannot modify LDAP object class" msgstr "" -#: src/err-codes.h:397 +#: src/err-codes.h:401 #, fuzzy #| msgid "Line too long" msgid "LDAP results too large" msgstr "Linha demasiado longa" -#: src/err-codes.h:398 +#: src/err-codes.h:402 #, fuzzy #| msgid "Operation cancelled" msgid "LDAP operation affects multiple DSAs" msgstr "Operação cancelada" -#: src/err-codes.h:399 +#: src/err-codes.h:403 msgid "Virtual LDAP list view error" msgstr "" -#: src/err-codes.h:400 +#: src/err-codes.h:404 #, fuzzy #| msgid "General IPC error" msgid "Other LDAP error" msgstr "Erro genérico de IPC" -#: src/err-codes.h:401 +#: src/err-codes.h:405 #, fuzzy #| msgid "Resources exhausted" msgid "Resources exhausted in LCUP" msgstr "Recursos esgotados" -#: src/err-codes.h:402 +#: src/err-codes.h:406 #, fuzzy #| msgid "Protocol violation" msgid "Security violation in LCUP" msgstr "Violação de protocolo" -#: src/err-codes.h:403 +#: src/err-codes.h:407 #, fuzzy #| msgid "Invalid state" msgid "Invalid data in LCUP" msgstr "Estado inválido" -#: src/err-codes.h:404 +#: src/err-codes.h:408 #, fuzzy #| msgid "Unsupported certificate" msgid "Unsupported scheme in LCUP" msgstr "Certificado não suportado" -#: src/err-codes.h:405 +#: src/err-codes.h:409 #, fuzzy #| msgid "Card reset required" msgid "Reload required in LCUP" msgstr "Reinicialização de cartão necessária" -#: src/err-codes.h:406 +#: src/err-codes.h:410 #, fuzzy #| msgid "Success" msgid "LDAP cancelled" msgstr "Sucesso" -#: src/err-codes.h:407 +#: src/err-codes.h:411 #, fuzzy #| msgid "Not operational" msgid "No LDAP operation to cancel" msgstr "Não operacional" -#: src/err-codes.h:408 +#: src/err-codes.h:412 #, fuzzy #| msgid "Not operational" msgid "Too late to cancel LDAP" msgstr "Não operacional" -#: src/err-codes.h:409 +#: src/err-codes.h:413 #, fuzzy #| msgid "Not an IPC server" msgid "Cannot cancel LDAP" msgstr "Não é um servidor IPC" -#: src/err-codes.h:410 +#: src/err-codes.h:414 #, fuzzy #| msgid "Decryption failed" msgid "LDAP assertion failed" msgstr "Desencriptação falhada" -#: src/err-codes.h:411 +#: src/err-codes.h:415 msgid "Proxied authorization denied by LDAP" msgstr "" -#: src/err-codes.h:412 +#: src/err-codes.h:416 msgid "User defined error code 1" msgstr "Código de erro definido pelo utilizador 1" -#: src/err-codes.h:413 +#: src/err-codes.h:417 msgid "User defined error code 2" msgstr "Código de erro definido pelo utilizador 2" -#: src/err-codes.h:414 +#: src/err-codes.h:418 msgid "User defined error code 3" msgstr "Código de erro definido pelo utilizador 3" -#: src/err-codes.h:415 +#: src/err-codes.h:419 msgid "User defined error code 4" msgstr "Código de erro definido pelo utilizador 4" -#: src/err-codes.h:416 +#: src/err-codes.h:420 msgid "User defined error code 5" msgstr "Código de erro definido pelo utilizador 5" -#: src/err-codes.h:417 +#: src/err-codes.h:421 msgid "User defined error code 6" msgstr "Código de erro definido pelo utilizador 6" -#: src/err-codes.h:418 +#: src/err-codes.h:422 msgid "User defined error code 7" msgstr "Código de erro definido pelo utilizador 7" -#: src/err-codes.h:419 +#: src/err-codes.h:423 msgid "User defined error code 8" msgstr "Código de erro definido pelo utilizador 8" -#: src/err-codes.h:420 +#: src/err-codes.h:424 msgid "User defined error code 9" msgstr "Código de erro definido pelo utilizador 9" -#: src/err-codes.h:421 +#: src/err-codes.h:425 msgid "User defined error code 10" msgstr "Código de erro definido pelo utilizador 10" -#: src/err-codes.h:422 +#: src/err-codes.h:426 msgid "User defined error code 11" msgstr "Código de erro definido pelo utilizador 11" -#: src/err-codes.h:423 +#: src/err-codes.h:427 msgid "User defined error code 12" msgstr "Código de erro definido pelo utilizador 12" -#: src/err-codes.h:424 +#: src/err-codes.h:428 msgid "User defined error code 13" msgstr "Código de erro definido pelo utilizador 13" -#: src/err-codes.h:425 +#: src/err-codes.h:429 msgid "User defined error code 14" msgstr "Código de erro definido pelo utilizador 14" -#: src/err-codes.h:426 +#: src/err-codes.h:430 msgid "User defined error code 15" msgstr "Código de erro definido pelo utilizador 15" -#: src/err-codes.h:427 +#: src/err-codes.h:431 msgid "User defined error code 16" msgstr "Código de erro definido pelo utilizador 16" -#: src/err-codes.h:428 +#: src/err-codes.h:432 +#, fuzzy +#| msgid "Success" +msgid "SQL success" +msgstr "Sucesso" + +#: src/err-codes.h:433 +#, fuzzy +#| msgid "Syntax error" +msgid "SQL error" +msgstr "Erro de sintaxe" + +#: src/err-codes.h:434 +msgid "Internal logic error in SQL library" +msgstr "" + +#: src/err-codes.h:435 +msgid "Access permission denied (SQL)" +msgstr "" + +#: src/err-codes.h:436 +msgid "SQL abort was requested" +msgstr "" + +#: src/err-codes.h:437 +msgid "SQL database file is locked" +msgstr "" + +#: src/err-codes.h:438 +msgid "An SQL table in the database is locked" +msgstr "" + +#: src/err-codes.h:439 +msgid "SQL library ran out of core" +msgstr "" + +#: src/err-codes.h:440 +msgid "Attempt to write a readonly SQL database" +msgstr "" + +#: src/err-codes.h:441 +msgid "SQL operation terminated by interrupt" +msgstr "" + +#: src/err-codes.h:442 +msgid "I/O error during SQL operation" +msgstr "" + +#: src/err-codes.h:443 +msgid "SQL database disk image is malformed" +msgstr "" + +#: src/err-codes.h:444 +msgid "Unknown opcode in SQL file control" +msgstr "" + +#: src/err-codes.h:445 +msgid "Insertion failed because SQL database is full" +msgstr "" + +#: src/err-codes.h:446 +msgid "Unable to open the SQL database file" +msgstr "" + +#: src/err-codes.h:447 +#, fuzzy +#| msgid "Protocol violation" +msgid "SQL database lock protocol error" +msgstr "Violação de protocolo" + +#: src/err-codes.h:448 +msgid "(internal SQL code: empty)" +msgstr "" + +#: src/err-codes.h:449 +msgid "SQL database schema changed" +msgstr "" + +#: src/err-codes.h:450 +msgid "String or blob exceeds size limit (SQL)" +msgstr "" + +#: src/err-codes.h:451 +msgid "SQL abort due to constraint violation" +msgstr "" + +#: src/err-codes.h:452 +msgid "Data type mismatch (SQL)" +msgstr "" + +#: src/err-codes.h:453 +msgid "SQL library used incorrectly" +msgstr "" + +#: src/err-codes.h:454 +msgid "SQL library uses unsupported OS features" +msgstr "" + +#: src/err-codes.h:455 +msgid "Authorization denied (SQL)" +msgstr "" + +#: src/err-codes.h:456 +msgid "(unused SQL code: format)" +msgstr "" + +#: src/err-codes.h:457 +msgid "SQL bind parameter out of range" +msgstr "" + +#: src/err-codes.h:458 +msgid "File opened that is not an SQL database file" +msgstr "" + +#: src/err-codes.h:459 +msgid "Notifications from SQL logger" +msgstr "" + +#: src/err-codes.h:460 +msgid "Warnings from SQL logger" +msgstr "" + +#: src/err-codes.h:461 +msgid "SQL has another row ready" +msgstr "" + +#: src/err-codes.h:462 +msgid "SQL has finished executing" +msgstr "" + +#: src/err-codes.h:463 msgid "System error w/o errno" msgstr "Erro de sistema sem errno" -#: src/err-codes.h:429 +#: src/err-codes.h:464 msgid "Unknown system error" msgstr "Erro de sistema desconhecido" -#: src/err-codes.h:430 +#: src/err-codes.h:465 msgid "End of file" msgstr "Fim do ficheiro" -#: src/err-codes.h:431 +#: src/err-codes.h:466 msgid "Unknown error code" msgstr "Código de erro desconhecido" @@ -1966,11 +2118,11 @@ msgid "invalid option \"%.50s\"\n" msgstr "opções de importação inválidas\n" -#: src/gpg-error.c:458 +#: src/gpg-error.c:522 msgid "Please report bugs to .\n" msgstr "" -#: src/gpg-error.c:658 +#: src/gpg-error.c:729 #, c-format msgid "warning: could not recognize %s\n" msgstr "aviso: não consegui reconhecer %s\n" Binary files /tmp/tmpeBhJ8b/DYdK_kAkbs/libgpg-error-1.36/po/ro.gmo and /tmp/tmpeBhJ8b/ZYgSCVH70z/libgpg-error-1.37/po/ro.gmo differ diff -Nru libgpg-error-1.36/po/ro.po libgpg-error-1.37/po/ro.po --- libgpg-error-1.36/po/ro.po 2019-03-19 08:58:30.000000000 +0000 +++ libgpg-error-1.37/po/ro.po 2020-02-07 12:14:19.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: libgpg-error 1.1\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2019-03-19 09:58+0100\n" +"POT-Creation-Date: 2020-02-07 13:14+0100\n" "PO-Revision-Date: 2018-03-21 19:03+0100\n" "Last-Translator: Laurentiu Buzdugan \n" "Language-Team: Romanian \n" @@ -1387,547 +1387,699 @@ msgstr "Protecţie nesuportată" #: src/err-codes.h:322 +#, fuzzy +#| msgid "No agent running" +msgid "No Keybox daemon running" +msgstr "Nu rulează nici un agent" + +#: src/err-codes.h:323 +#, fuzzy +#| msgid "SmartCard daemon error" +msgid "Keybox daemon error" +msgstr "Eroare daemon SmartCard" + +#: src/err-codes.h:324 +msgid "Service is not running" +msgstr "" + +#: src/err-codes.h:325 +#, fuzzy +#| msgid "Keyserver error" +msgid "Service error" +msgstr "Eroare server de chei" + +#: src/err-codes.h:326 msgid "System bug detected" msgstr "" -#: src/err-codes.h:323 +#: src/err-codes.h:327 #, fuzzy #| msgid "Unknown system error" msgid "Unknown DNS error" msgstr "Eroare de sistem necunoscută" -#: src/err-codes.h:324 +#: src/err-codes.h:328 #, fuzzy #| msgid "Invalid OID string" msgid "Invalid DNS section" msgstr "Şir OID invalid" -#: src/err-codes.h:325 +#: src/err-codes.h:329 #, fuzzy #| msgid "Invalid S-expression" msgid "Invalid textual address form" msgstr "Expresie-S invalidă" -#: src/err-codes.h:326 +#: src/err-codes.h:330 #, fuzzy msgid "Missing DNS query packet" msgstr "Certificat lipsă" -#: src/err-codes.h:327 +#: src/err-codes.h:331 msgid "Missing DNS answer packet" msgstr "" -#: src/err-codes.h:328 +#: src/err-codes.h:332 msgid "Connection closed in DNS" msgstr "" -#: src/err-codes.h:329 +#: src/err-codes.h:333 #, fuzzy #| msgid "Decryption failed" msgid "Verification failed in DNS" msgstr "Decriptarea a eşuat" -#: src/err-codes.h:330 +#: src/err-codes.h:334 #, fuzzy #| msgid "Timeout" msgid "DNS Timeout" msgstr "Pauză" -#: src/err-codes.h:331 +#: src/err-codes.h:335 #, fuzzy msgid "General LDAP error" msgstr "Eroare generală" -#: src/err-codes.h:332 +#: src/err-codes.h:336 #, fuzzy #| msgid "General error" msgid "General LDAP attribute error" msgstr "Eroare generală" -#: src/err-codes.h:333 +#: src/err-codes.h:337 #, fuzzy #| msgid "General error" msgid "General LDAP name error" msgstr "Eroare generală" -#: src/err-codes.h:334 +#: src/err-codes.h:338 #, fuzzy msgid "General LDAP security error" msgstr "Eroare generală" -#: src/err-codes.h:335 +#: src/err-codes.h:339 #, fuzzy #| msgid "General error" msgid "General LDAP service error" msgstr "Eroare generală" -#: src/err-codes.h:336 +#: src/err-codes.h:340 #, fuzzy msgid "General LDAP update error" msgstr "Eroare generală" -#: src/err-codes.h:337 +#: src/err-codes.h:341 msgid "Experimental LDAP error code" msgstr "" -#: src/err-codes.h:338 +#: src/err-codes.h:342 #, fuzzy msgid "Private LDAP error code" msgstr "Eroare card" -#: src/err-codes.h:339 +#: src/err-codes.h:343 #, fuzzy msgid "Other general LDAP error" msgstr "Eroare generală" -#: src/err-codes.h:340 +#: src/err-codes.h:344 #, fuzzy #| msgid "Decryption failed" msgid "LDAP connecting failed (X)" msgstr "Decriptarea a eşuat" -#: src/err-codes.h:341 +#: src/err-codes.h:345 #, fuzzy #| msgid "General error" msgid "LDAP referral limit exceeded" msgstr "Eroare generală" -#: src/err-codes.h:342 +#: src/err-codes.h:346 msgid "LDAP client loop" msgstr "" -#: src/err-codes.h:343 +#: src/err-codes.h:347 #, fuzzy #| msgid "Card reset required" msgid "No LDAP results returned" msgstr "Este necesară resetarea cardului" -#: src/err-codes.h:344 +#: src/err-codes.h:348 #, fuzzy #| msgid "Element not found" msgid "LDAP control not found" msgstr "Elementul nu a fost găsit" -#: src/err-codes.h:345 +#: src/err-codes.h:349 #, fuzzy #| msgid "Not supported" msgid "Not supported by LDAP" msgstr "Nu este suportat(ă)" -#: src/err-codes.h:346 +#: src/err-codes.h:350 #, fuzzy #| msgid "Unexpected error" msgid "LDAP connect error" msgstr "Eroare neaşteptată" -#: src/err-codes.h:347 +#: src/err-codes.h:351 msgid "Out of memory in LDAP" msgstr "" -#: src/err-codes.h:348 +#: src/err-codes.h:352 msgid "Bad parameter to an LDAP routine" msgstr "" -#: src/err-codes.h:349 +#: src/err-codes.h:353 #, fuzzy #| msgid "Unsupported operation" msgid "User cancelled LDAP operation" msgstr "Operaţie nesuportată" -#: src/err-codes.h:350 +#: src/err-codes.h:354 #, fuzzy #| msgid "Bad certificate" msgid "Bad LDAP search filter" msgstr "Certificat incorect" -#: src/err-codes.h:351 +#: src/err-codes.h:355 #, fuzzy msgid "Unknown LDAP authentication method" msgstr "Expresie-S necunoscută" -#: src/err-codes.h:352 +#: src/err-codes.h:356 #, fuzzy #| msgid "Timeout" msgid "Timeout in LDAP" msgstr "Pauză" -#: src/err-codes.h:353 +#: src/err-codes.h:357 #, fuzzy #| msgid "dirmngr error" msgid "LDAP decoding error" msgstr "eroare dirmngr" -#: src/err-codes.h:354 +#: src/err-codes.h:358 #, fuzzy #| msgid "dirmngr error" msgid "LDAP encoding error" msgstr "eroare dirmngr" -#: src/err-codes.h:355 +#: src/err-codes.h:359 #, fuzzy msgid "LDAP local error" msgstr "Eroare card" -#: src/err-codes.h:356 +#: src/err-codes.h:360 msgid "Cannot contact LDAP server" msgstr "" -#: src/err-codes.h:357 +#: src/err-codes.h:361 #, fuzzy #| msgid "Success" msgid "LDAP success" msgstr "Succes" -#: src/err-codes.h:358 +#: src/err-codes.h:362 #, fuzzy #| msgid "Configuration error" msgid "LDAP operations error" msgstr "Eroare de configurare" -#: src/err-codes.h:359 +#: src/err-codes.h:363 #, fuzzy #| msgid "Protocol violation" msgid "LDAP protocol error" msgstr "Violare de protocol" -#: src/err-codes.h:360 +#: src/err-codes.h:364 msgid "Time limit exceeded in LDAP" msgstr "" -#: src/err-codes.h:361 +#: src/err-codes.h:365 msgid "Size limit exceeded in LDAP" msgstr "" -#: src/err-codes.h:362 +#: src/err-codes.h:366 msgid "LDAP compare false" msgstr "" -#: src/err-codes.h:363 +#: src/err-codes.h:367 msgid "LDAP compare true" msgstr "" -#: src/err-codes.h:364 +#: src/err-codes.h:368 #, fuzzy msgid "LDAP authentication method not supported" msgstr "Expresie-S necunoscută" -#: src/err-codes.h:365 +#: src/err-codes.h:369 msgid "Strong(er) LDAP authentication required" msgstr "" -#: src/err-codes.h:366 +#: src/err-codes.h:370 msgid "Partial LDAP results+referral received" msgstr "" -#: src/err-codes.h:367 +#: src/err-codes.h:371 #, fuzzy #| msgid "General error" msgid "LDAP referral" msgstr "Eroare generală" -#: src/err-codes.h:368 +#: src/err-codes.h:372 msgid "Administrative LDAP limit exceeded" msgstr "" -#: src/err-codes.h:369 +#: src/err-codes.h:373 msgid "Critical LDAP extension is unavailable" msgstr "" -#: src/err-codes.h:370 +#: src/err-codes.h:374 #, fuzzy #| msgid "Card reset required" msgid "Confidentiality required by LDAP" msgstr "Este necesară resetarea cardului" -#: src/err-codes.h:371 +#: src/err-codes.h:375 msgid "LDAP SASL bind in progress" msgstr "" -#: src/err-codes.h:372 +#: src/err-codes.h:376 msgid "No such LDAP attribute" msgstr "" -#: src/err-codes.h:373 +#: src/err-codes.h:377 #, fuzzy #| msgid "Invalid attribute" msgid "Undefined LDAP attribute type" msgstr "Argument invalid" -#: src/err-codes.h:374 +#: src/err-codes.h:378 #, fuzzy #| msgid "Unsupported protection" msgid "Inappropriate matching in LDAP" msgstr "Protecţie nesuportată" -#: src/err-codes.h:375 +#: src/err-codes.h:379 #, fuzzy #| msgid "Protocol violation" msgid "Constraint violation in LDAP" msgstr "Violare de protocol" -#: src/err-codes.h:376 +#: src/err-codes.h:380 msgid "LDAP type or value exists" msgstr "" -#: src/err-codes.h:377 +#: src/err-codes.h:381 #, fuzzy #| msgid "Invalid state" msgid "Invalid syntax in LDAP" msgstr "Stare invalidă" -#: src/err-codes.h:378 +#: src/err-codes.h:382 #, fuzzy #| msgid "No CMS object" msgid "No such LDAP object" msgstr "Nici un obiect CMS" -#: src/err-codes.h:379 +#: src/err-codes.h:383 #, fuzzy #| msgid "Hardware problem" msgid "LDAP alias problem" msgstr "Problemă hardware" -#: src/err-codes.h:380 +#: src/err-codes.h:384 #, fuzzy #| msgid "Invalid state" msgid "Invalid DN syntax in LDAP" msgstr "Stare invalidă" -#: src/err-codes.h:381 +#: src/err-codes.h:385 msgid "LDAP entry is a leaf" msgstr "" -#: src/err-codes.h:382 +#: src/err-codes.h:386 #, fuzzy #| msgid "Encoding problem" msgid "LDAP alias dereferencing problem" msgstr "Problemă de encodare" -#: src/err-codes.h:383 +#: src/err-codes.h:387 msgid "LDAP proxy authorization failure (X)" msgstr "" -#: src/err-codes.h:384 +#: src/err-codes.h:388 #, fuzzy #| msgid "Unsupported protection" msgid "Inappropriate LDAP authentication" msgstr "Protecţie nesuportată" -#: src/err-codes.h:385 +#: src/err-codes.h:389 #, fuzzy #| msgid "Invalid card" msgid "Invalid LDAP credentials" msgstr "Card invalid" -#: src/err-codes.h:386 +#: src/err-codes.h:390 msgid "Insufficient access for LDAP" msgstr "" -#: src/err-codes.h:387 +#: src/err-codes.h:391 msgid "LDAP server is busy" msgstr "" -#: src/err-codes.h:388 +#: src/err-codes.h:392 msgid "LDAP server is unavailable" msgstr "" -#: src/err-codes.h:389 +#: src/err-codes.h:393 msgid "LDAP server is unwilling to perform" msgstr "" -#: src/err-codes.h:390 +#: src/err-codes.h:394 msgid "Loop detected by LDAP" msgstr "" -#: src/err-codes.h:391 +#: src/err-codes.h:395 #, fuzzy #| msgid "Missing action" msgid "LDAP naming violation" msgstr "Acţiune lipsă" -#: src/err-codes.h:392 +#: src/err-codes.h:396 #, fuzzy #| msgid "Protocol violation" msgid "LDAP object class violation" msgstr "Violare de protocol" -#: src/err-codes.h:393 +#: src/err-codes.h:397 #, fuzzy msgid "LDAP operation not allowed on non-leaf" msgstr "Operaţiune anulată" -#: src/err-codes.h:394 +#: src/err-codes.h:398 #, fuzzy #| msgid "Operation cancelled" msgid "LDAP operation not allowed on RDN" msgstr "Operaţiune anulată" -#: src/err-codes.h:395 +#: src/err-codes.h:399 msgid "Already exists (LDAP)" msgstr "" -#: src/err-codes.h:396 +#: src/err-codes.h:400 msgid "Cannot modify LDAP object class" msgstr "" -#: src/err-codes.h:397 +#: src/err-codes.h:401 #, fuzzy #| msgid "Line too long" msgid "LDAP results too large" msgstr "Linie prea lungă" -#: src/err-codes.h:398 +#: src/err-codes.h:402 #, fuzzy #| msgid "Operation cancelled" msgid "LDAP operation affects multiple DSAs" msgstr "Operaţiune anulată" -#: src/err-codes.h:399 +#: src/err-codes.h:403 msgid "Virtual LDAP list view error" msgstr "" -#: src/err-codes.h:400 +#: src/err-codes.h:404 #, fuzzy msgid "Other LDAP error" msgstr "Eroare generală" -#: src/err-codes.h:401 +#: src/err-codes.h:405 #, fuzzy #| msgid "Resources exhausted" msgid "Resources exhausted in LCUP" msgstr "Resurse epuizate" -#: src/err-codes.h:402 +#: src/err-codes.h:406 #, fuzzy #| msgid "Protocol violation" msgid "Security violation in LCUP" msgstr "Violare de protocol" -#: src/err-codes.h:403 +#: src/err-codes.h:407 #, fuzzy #| msgid "Invalid state" msgid "Invalid data in LCUP" msgstr "Stare invalidă" -#: src/err-codes.h:404 +#: src/err-codes.h:408 #, fuzzy #| msgid "Unsupported certificate" msgid "Unsupported scheme in LCUP" msgstr "Certificat nesuportat" -#: src/err-codes.h:405 +#: src/err-codes.h:409 #, fuzzy #| msgid "Card reset required" msgid "Reload required in LCUP" msgstr "Este necesară resetarea cardului" -#: src/err-codes.h:406 +#: src/err-codes.h:410 #, fuzzy #| msgid "Success" msgid "LDAP cancelled" msgstr "Succes" -#: src/err-codes.h:407 +#: src/err-codes.h:411 #, fuzzy msgid "No LDAP operation to cancel" msgstr "Operaţie nesuportată" -#: src/err-codes.h:408 +#: src/err-codes.h:412 #, fuzzy msgid "Too late to cancel LDAP" msgstr "Operaţie nesuportată" -#: src/err-codes.h:409 +#: src/err-codes.h:413 msgid "Cannot cancel LDAP" msgstr "" -#: src/err-codes.h:410 +#: src/err-codes.h:414 #, fuzzy #| msgid "Decryption failed" msgid "LDAP assertion failed" msgstr "Decriptarea a eşuat" -#: src/err-codes.h:411 +#: src/err-codes.h:415 msgid "Proxied authorization denied by LDAP" msgstr "" -#: src/err-codes.h:412 +#: src/err-codes.h:416 msgid "User defined error code 1" msgstr "Cod de eroare definit de utilizator 1" -#: src/err-codes.h:413 +#: src/err-codes.h:417 msgid "User defined error code 2" msgstr "Cod de eroare definit de utilizator 2" -#: src/err-codes.h:414 +#: src/err-codes.h:418 msgid "User defined error code 3" msgstr "Cod de eroare definit de utilizator 3" -#: src/err-codes.h:415 +#: src/err-codes.h:419 msgid "User defined error code 4" msgstr "Cod de eroare definit de utilizator 4" -#: src/err-codes.h:416 +#: src/err-codes.h:420 msgid "User defined error code 5" msgstr "Cod de eroare definit de utilizator 5" -#: src/err-codes.h:417 +#: src/err-codes.h:421 msgid "User defined error code 6" msgstr "Cod de eroare definit de utilizator 6" -#: src/err-codes.h:418 +#: src/err-codes.h:422 msgid "User defined error code 7" msgstr "Cod de eroare definit de utilizator 7" -#: src/err-codes.h:419 +#: src/err-codes.h:423 msgid "User defined error code 8" msgstr "Cod de eroare definit de utilizator 8" -#: src/err-codes.h:420 +#: src/err-codes.h:424 msgid "User defined error code 9" msgstr "Cod de eroare definit de utilizator 9" -#: src/err-codes.h:421 +#: src/err-codes.h:425 msgid "User defined error code 10" msgstr "Cod de eroare definit de utilizator 10" -#: src/err-codes.h:422 +#: src/err-codes.h:426 msgid "User defined error code 11" msgstr "Cod de eroare definit de utilizator 11" -#: src/err-codes.h:423 +#: src/err-codes.h:427 msgid "User defined error code 12" msgstr "Cod de eroare definit de utilizator 12" -#: src/err-codes.h:424 +#: src/err-codes.h:428 msgid "User defined error code 13" msgstr "Cod de eroare definit de utilizator 13" -#: src/err-codes.h:425 +#: src/err-codes.h:429 msgid "User defined error code 14" msgstr "Cod de eroare definit de utilizator 14" -#: src/err-codes.h:426 +#: src/err-codes.h:430 msgid "User defined error code 15" msgstr "Cod de eroare definit de utilizator 15" -#: src/err-codes.h:427 +#: src/err-codes.h:431 msgid "User defined error code 16" msgstr "Cod de eroare definit de utilizator 16" -#: src/err-codes.h:428 +#: src/err-codes.h:432 +#, fuzzy +#| msgid "Success" +msgid "SQL success" +msgstr "Succes" + +#: src/err-codes.h:433 +#, fuzzy +#| msgid "Syntax error" +msgid "SQL error" +msgstr "Eroare de sintaxă" + +#: src/err-codes.h:434 +msgid "Internal logic error in SQL library" +msgstr "" + +#: src/err-codes.h:435 +msgid "Access permission denied (SQL)" +msgstr "" + +#: src/err-codes.h:436 +msgid "SQL abort was requested" +msgstr "" + +#: src/err-codes.h:437 +msgid "SQL database file is locked" +msgstr "" + +#: src/err-codes.h:438 +msgid "An SQL table in the database is locked" +msgstr "" + +#: src/err-codes.h:439 +msgid "SQL library ran out of core" +msgstr "" + +#: src/err-codes.h:440 +msgid "Attempt to write a readonly SQL database" +msgstr "" + +#: src/err-codes.h:441 +msgid "SQL operation terminated by interrupt" +msgstr "" + +#: src/err-codes.h:442 +msgid "I/O error during SQL operation" +msgstr "" + +#: src/err-codes.h:443 +msgid "SQL database disk image is malformed" +msgstr "" + +#: src/err-codes.h:444 +msgid "Unknown opcode in SQL file control" +msgstr "" + +#: src/err-codes.h:445 +msgid "Insertion failed because SQL database is full" +msgstr "" + +#: src/err-codes.h:446 +msgid "Unable to open the SQL database file" +msgstr "" + +#: src/err-codes.h:447 +#, fuzzy +#| msgid "Protocol violation" +msgid "SQL database lock protocol error" +msgstr "Violare de protocol" + +#: src/err-codes.h:448 +msgid "(internal SQL code: empty)" +msgstr "" + +#: src/err-codes.h:449 +msgid "SQL database schema changed" +msgstr "" + +#: src/err-codes.h:450 +msgid "String or blob exceeds size limit (SQL)" +msgstr "" + +#: src/err-codes.h:451 +msgid "SQL abort due to constraint violation" +msgstr "" + +#: src/err-codes.h:452 +msgid "Data type mismatch (SQL)" +msgstr "" + +#: src/err-codes.h:453 +msgid "SQL library used incorrectly" +msgstr "" + +#: src/err-codes.h:454 +msgid "SQL library uses unsupported OS features" +msgstr "" + +#: src/err-codes.h:455 +msgid "Authorization denied (SQL)" +msgstr "" + +#: src/err-codes.h:456 +msgid "(unused SQL code: format)" +msgstr "" + +#: src/err-codes.h:457 +msgid "SQL bind parameter out of range" +msgstr "" + +#: src/err-codes.h:458 +msgid "File opened that is not an SQL database file" +msgstr "" + +#: src/err-codes.h:459 +msgid "Notifications from SQL logger" +msgstr "" + +#: src/err-codes.h:460 +msgid "Warnings from SQL logger" +msgstr "" + +#: src/err-codes.h:461 +msgid "SQL has another row ready" +msgstr "" + +#: src/err-codes.h:462 +msgid "SQL has finished executing" +msgstr "" + +#: src/err-codes.h:463 msgid "System error w/o errno" msgstr "" -#: src/err-codes.h:429 +#: src/err-codes.h:464 msgid "Unknown system error" msgstr "Eroare de sistem necunoscută" -#: src/err-codes.h:430 +#: src/err-codes.h:465 msgid "End of file" msgstr "Sfârşit de fişier" -#: src/err-codes.h:431 +#: src/err-codes.h:466 msgid "Unknown error code" msgstr "Cod de eroare necunoscut" @@ -2017,11 +2169,11 @@ msgid "invalid option \"%.50s\"\n" msgstr "opţiuni enumerare invalide\n" -#: src/gpg-error.c:458 +#: src/gpg-error.c:522 msgid "Please report bugs to .\n" msgstr "" -#: src/gpg-error.c:658 +#: src/gpg-error.c:729 #, c-format msgid "warning: could not recognize %s\n" msgstr "avertisment: nu am putut recunoaşte %s\n" Binary files /tmp/tmpeBhJ8b/DYdK_kAkbs/libgpg-error-1.36/po/ru.gmo and /tmp/tmpeBhJ8b/ZYgSCVH70z/libgpg-error-1.37/po/ru.gmo differ diff -Nru libgpg-error-1.36/po/ru.po libgpg-error-1.37/po/ru.po --- libgpg-error-1.36/po/ru.po 2019-03-19 08:58:30.000000000 +0000 +++ libgpg-error-1.37/po/ru.po 2020-02-07 12:14:19.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libgpg-error\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2019-03-19 09:58+0100\n" +"POT-Creation-Date: 2020-02-07 13:14+0100\n" "PO-Revision-Date: 2018-03-21 19:03+0100\n" "Last-Translator: Ineiev \n" "Language-Team: Russian \n" @@ -1289,442 +1289,596 @@ msgstr "Неподходящая аутентификация LDAP" #: src/err-codes.h:322 +#, fuzzy +#| msgid "No agent running" +msgid "No Keybox daemon running" +msgstr "Агент не работает" + +#: src/err-codes.h:323 +#, fuzzy +#| msgid "SmartCard daemon error" +msgid "Keybox daemon error" +msgstr "Ошибка демона смарткарт" + +#: src/err-codes.h:324 +msgid "Service is not running" +msgstr "" + +#: src/err-codes.h:325 +#, fuzzy +#| msgid "Keyserver error" +msgid "Service error" +msgstr "Ошибка сервера ключей" + +#: src/err-codes.h:326 msgid "System bug detected" msgstr "Обнаружена ошибка в системе" -#: src/err-codes.h:323 +#: src/err-codes.h:327 msgid "Unknown DNS error" msgstr "Неизвестная ошибка DNS" -#: src/err-codes.h:324 +#: src/err-codes.h:328 msgid "Invalid DNS section" msgstr "Недопустимый раздел DNS" -#: src/err-codes.h:325 +#: src/err-codes.h:329 msgid "Invalid textual address form" msgstr "Недопустимая текстуальная форма адреса" -#: src/err-codes.h:326 +#: src/err-codes.h:330 msgid "Missing DNS query packet" msgstr "Не хватает пакета запроса DNS" -#: src/err-codes.h:327 +#: src/err-codes.h:331 msgid "Missing DNS answer packet" msgstr "Не хватает ответного пакета DNS" -#: src/err-codes.h:328 +#: src/err-codes.h:332 msgid "Connection closed in DNS" msgstr "В DNS прервано соединение" -#: src/err-codes.h:329 +#: src/err-codes.h:333 msgid "Verification failed in DNS" msgstr "Сбой проверки в DNS" -#: src/err-codes.h:330 +#: src/err-codes.h:334 msgid "DNS Timeout" msgstr "Лимит времени DNS" -#: src/err-codes.h:331 +#: src/err-codes.h:335 msgid "General LDAP error" msgstr "Общая ошибка LDAP" -#: src/err-codes.h:332 +#: src/err-codes.h:336 msgid "General LDAP attribute error" msgstr "Общая ошибка в атрибуте LDAP" -#: src/err-codes.h:333 +#: src/err-codes.h:337 msgid "General LDAP name error" msgstr "Общая ошибка в имени LDAP" -#: src/err-codes.h:334 +#: src/err-codes.h:338 msgid "General LDAP security error" msgstr "Общая ошибка безопасности LDAP" -#: src/err-codes.h:335 +#: src/err-codes.h:339 msgid "General LDAP service error" msgstr "Общая ошибка службы LDAP" -#: src/err-codes.h:336 +#: src/err-codes.h:340 msgid "General LDAP update error" msgstr "Общая ошибка обновления LDAP" -#: src/err-codes.h:337 +#: src/err-codes.h:341 msgid "Experimental LDAP error code" msgstr "Экспериментальный код ошибки LDAP" -#: src/err-codes.h:338 +#: src/err-codes.h:342 msgid "Private LDAP error code" msgstr "Внутренний код ошибки LDAP" -#: src/err-codes.h:339 +#: src/err-codes.h:343 msgid "Other general LDAP error" msgstr "Другая общая ошибка LDAP" -#: src/err-codes.h:340 +#: src/err-codes.h:344 msgid "LDAP connecting failed (X)" msgstr "Отказ соединения LDAP (X)" -#: src/err-codes.h:341 +#: src/err-codes.h:345 msgid "LDAP referral limit exceeded" msgstr "Исчерпан лимит ссылок LDAP" -#: src/err-codes.h:342 +#: src/err-codes.h:346 msgid "LDAP client loop" msgstr "Цикл клиента LDAP" -#: src/err-codes.h:343 +#: src/err-codes.h:347 msgid "No LDAP results returned" msgstr "Нет результатов LDAP" -#: src/err-codes.h:344 +#: src/err-codes.h:348 msgid "LDAP control not found" msgstr "Элемент управления LDAP не найден" -#: src/err-codes.h:345 +#: src/err-codes.h:349 msgid "Not supported by LDAP" msgstr "Не поддерживается функцией LDAP" -#: src/err-codes.h:346 +#: src/err-codes.h:350 msgid "LDAP connect error" msgstr "Ошибка соединения LDAP" -#: src/err-codes.h:347 +#: src/err-codes.h:351 msgid "Out of memory in LDAP" msgstr "Исчерпана память в LDAP" -#: src/err-codes.h:348 +#: src/err-codes.h:352 msgid "Bad parameter to an LDAP routine" msgstr "Неверный параметр процедуры LDAP" -#: src/err-codes.h:349 +#: src/err-codes.h:353 msgid "User cancelled LDAP operation" msgstr "Пользователь отменил операцию LDAP" -#: src/err-codes.h:350 +#: src/err-codes.h:354 msgid "Bad LDAP search filter" msgstr "Плохой фильтр поиска LDAP" -#: src/err-codes.h:351 +#: src/err-codes.h:355 msgid "Unknown LDAP authentication method" msgstr "Неизвестный метод аутентификации LDAP" -#: src/err-codes.h:352 +#: src/err-codes.h:356 msgid "Timeout in LDAP" msgstr "Лимит времени в LDAP" -#: src/err-codes.h:353 +#: src/err-codes.h:357 msgid "LDAP decoding error" msgstr "Ошибка декодирования LDAP" -#: src/err-codes.h:354 +#: src/err-codes.h:358 msgid "LDAP encoding error" msgstr "Ошибка кодирования LDAP" -#: src/err-codes.h:355 +#: src/err-codes.h:359 msgid "LDAP local error" msgstr "Локальная ошибка LDAP" -#: src/err-codes.h:356 +#: src/err-codes.h:360 msgid "Cannot contact LDAP server" msgstr "Не удалось связаться с сервером LDAP" -#: src/err-codes.h:357 +#: src/err-codes.h:361 msgid "LDAP success" msgstr "Успешное выполнение LDAP" -#: src/err-codes.h:358 +#: src/err-codes.h:362 msgid "LDAP operations error" msgstr "Ошибка операций LDAP" -#: src/err-codes.h:359 +#: src/err-codes.h:363 msgid "LDAP protocol error" msgstr "Ошибка протокола LDAP" -#: src/err-codes.h:360 +#: src/err-codes.h:364 msgid "Time limit exceeded in LDAP" msgstr "Исчерпан лимит времени в LDAP" -#: src/err-codes.h:361 +#: src/err-codes.h:365 msgid "Size limit exceeded in LDAP" msgstr "Исчерпан лимит размера в LDAP" -#: src/err-codes.h:362 +#: src/err-codes.h:366 msgid "LDAP compare false" msgstr "Сравнение LDAP: ложь" -#: src/err-codes.h:363 +#: src/err-codes.h:367 msgid "LDAP compare true" msgstr "Сравнение LDAP: истина" -#: src/err-codes.h:364 +#: src/err-codes.h:368 msgid "LDAP authentication method not supported" msgstr "Метод аутентификации LDAP не поддерживается" -#: src/err-codes.h:365 +#: src/err-codes.h:369 msgid "Strong(er) LDAP authentication required" msgstr "Требуется (более) сильная аутентификация LDAP" -#: src/err-codes.h:366 +#: src/err-codes.h:370 msgid "Partial LDAP results+referral received" msgstr "Получены частичные результаты LDAP со ссылкой" -#: src/err-codes.h:367 +#: src/err-codes.h:371 msgid "LDAP referral" msgstr "Ссылка LDAP" -#: src/err-codes.h:368 +#: src/err-codes.h:372 msgid "Administrative LDAP limit exceeded" msgstr "Исчерпан административный лимит LDAP" -#: src/err-codes.h:369 +#: src/err-codes.h:373 msgid "Critical LDAP extension is unavailable" msgstr "Недоступно критичное расширение LDAP" -#: src/err-codes.h:370 +#: src/err-codes.h:374 msgid "Confidentiality required by LDAP" msgstr "Конфиденциальность, требуемая LDAP" -#: src/err-codes.h:371 +#: src/err-codes.h:375 msgid "LDAP SASL bind in progress" msgstr "Выполняется связка SASL LDAP" -#: src/err-codes.h:372 +#: src/err-codes.h:376 msgid "No such LDAP attribute" msgstr "Такого атрибута LDAP нет" -#: src/err-codes.h:373 +#: src/err-codes.h:377 msgid "Undefined LDAP attribute type" msgstr "Неопределенный тип атрибута LDAP" -#: src/err-codes.h:374 +#: src/err-codes.h:378 msgid "Inappropriate matching in LDAP" msgstr "Неподходящее соответствие в LDAP" -#: src/err-codes.h:375 +#: src/err-codes.h:379 msgid "Constraint violation in LDAP" msgstr "Нарушение ограничений в LDAP" -#: src/err-codes.h:376 +#: src/err-codes.h:380 msgid "LDAP type or value exists" msgstr "Тип или значение LDAP существует" -#: src/err-codes.h:377 +#: src/err-codes.h:381 msgid "Invalid syntax in LDAP" msgstr "Ошибка синтаксиса в LDAP" -#: src/err-codes.h:378 +#: src/err-codes.h:382 msgid "No such LDAP object" msgstr "Такого объекта LDAP нет" -#: src/err-codes.h:379 +#: src/err-codes.h:383 msgid "LDAP alias problem" msgstr "Проблема синонима LDAP" -#: src/err-codes.h:380 +#: src/err-codes.h:384 msgid "Invalid DN syntax in LDAP" msgstr "Ошибка синтаксиса DN в LDAP" -#: src/err-codes.h:381 +#: src/err-codes.h:385 msgid "LDAP entry is a leaf" msgstr "Элемент LDAP - лист" -#: src/err-codes.h:382 +#: src/err-codes.h:386 msgid "LDAP alias dereferencing problem" msgstr "Проблема разыменования синонима LDAP" -#: src/err-codes.h:383 +#: src/err-codes.h:387 msgid "LDAP proxy authorization failure (X)" msgstr "Отказ авторизации промежуточного сервера (X)" -#: src/err-codes.h:384 +#: src/err-codes.h:388 msgid "Inappropriate LDAP authentication" msgstr "Неподходящая аутентификация LDAP" -#: src/err-codes.h:385 +#: src/err-codes.h:389 msgid "Invalid LDAP credentials" msgstr "Неверная верительная грамота LDAP" -#: src/err-codes.h:386 +#: src/err-codes.h:390 msgid "Insufficient access for LDAP" msgstr "Недостаточный доступ для LDAP" -#: src/err-codes.h:387 +#: src/err-codes.h:391 msgid "LDAP server is busy" msgstr "Сервер LDAP занят" -#: src/err-codes.h:388 +#: src/err-codes.h:392 msgid "LDAP server is unavailable" msgstr "Сервер LDAP недоступен" -#: src/err-codes.h:389 +#: src/err-codes.h:393 msgid "LDAP server is unwilling to perform" msgstr "Сервер LDAP отказывается работать" -#: src/err-codes.h:390 +#: src/err-codes.h:394 msgid "Loop detected by LDAP" msgstr "Функцией LDAP обнаружен цикл" -#: src/err-codes.h:391 +#: src/err-codes.h:395 msgid "LDAP naming violation" msgstr "Нарушение в именах LDAP" -#: src/err-codes.h:392 +#: src/err-codes.h:396 msgid "LDAP object class violation" msgstr "Нарушение в классе объекта LDAP" -#: src/err-codes.h:393 +#: src/err-codes.h:397 msgid "LDAP operation not allowed on non-leaf" msgstr "Операция LDAP допустима только для листов" -#: src/err-codes.h:394 +#: src/err-codes.h:398 msgid "LDAP operation not allowed on RDN" msgstr "Операция LDAP над RDN не разрешена" -#: src/err-codes.h:395 +#: src/err-codes.h:399 msgid "Already exists (LDAP)" msgstr "Уже есть (LDAP)" -#: src/err-codes.h:396 +#: src/err-codes.h:400 msgid "Cannot modify LDAP object class" msgstr "Невозможно изменить класс объекта LDAP" -#: src/err-codes.h:397 +#: src/err-codes.h:401 msgid "LDAP results too large" msgstr "Слишком большой объем результатов LDAP" -#: src/err-codes.h:398 +#: src/err-codes.h:402 msgid "LDAP operation affects multiple DSAs" msgstr "Операция LDAP влияет на многие DSA" -#: src/err-codes.h:399 +#: src/err-codes.h:403 msgid "Virtual LDAP list view error" msgstr "Ошибка просмотра виртуального списка LDAP" -#: src/err-codes.h:400 +#: src/err-codes.h:404 msgid "Other LDAP error" msgstr "Другая ошибка LDAP" -#: src/err-codes.h:401 +#: src/err-codes.h:405 msgid "Resources exhausted in LCUP" msgstr "Нехватка ресурсов в LCUP" -#: src/err-codes.h:402 +#: src/err-codes.h:406 msgid "Security violation in LCUP" msgstr "Нарушение безопасности в LCUP" -#: src/err-codes.h:403 +#: src/err-codes.h:407 msgid "Invalid data in LCUP" msgstr "Недопустимые данные в LCUP" -#: src/err-codes.h:404 +#: src/err-codes.h:408 msgid "Unsupported scheme in LCUP" msgstr "Схема не поддерживается в LCUP" -#: src/err-codes.h:405 +#: src/err-codes.h:409 msgid "Reload required in LCUP" msgstr "Требуется перезапуск в LCUP" -#: src/err-codes.h:406 +#: src/err-codes.h:410 msgid "LDAP cancelled" msgstr "Отбой LDAP" -#: src/err-codes.h:407 +#: src/err-codes.h:411 msgid "No LDAP operation to cancel" msgstr "Нет операции LDAP, которую можно было бы отменить" -#: src/err-codes.h:408 +#: src/err-codes.h:412 msgid "Too late to cancel LDAP" msgstr "Отменять LDAP слишком поздно" -#: src/err-codes.h:409 +#: src/err-codes.h:413 msgid "Cannot cancel LDAP" msgstr "Не удается отменить LDAP" -#: src/err-codes.h:410 +#: src/err-codes.h:414 msgid "LDAP assertion failed" msgstr "Отказ в установке LDAP" -#: src/err-codes.h:411 +#: src/err-codes.h:415 msgid "Proxied authorization denied by LDAP" msgstr "LDAP отказал в опосредованной авторизации" -#: src/err-codes.h:412 +#: src/err-codes.h:416 msgid "User defined error code 1" msgstr "Пользовательский код ошибки 1" -#: src/err-codes.h:413 +#: src/err-codes.h:417 msgid "User defined error code 2" msgstr "Пользовательский код ошибки 2" -#: src/err-codes.h:414 +#: src/err-codes.h:418 msgid "User defined error code 3" msgstr "Пользовательский код ошибки 3" -#: src/err-codes.h:415 +#: src/err-codes.h:419 msgid "User defined error code 4" msgstr "Пользовательский код ошибки 4" -#: src/err-codes.h:416 +#: src/err-codes.h:420 msgid "User defined error code 5" msgstr "Пользовательский код ошибки 5" -#: src/err-codes.h:417 +#: src/err-codes.h:421 msgid "User defined error code 6" msgstr "Пользовательский код ошибки 6" -#: src/err-codes.h:418 +#: src/err-codes.h:422 msgid "User defined error code 7" msgstr "Пользовательский код ошибки 7" -#: src/err-codes.h:419 +#: src/err-codes.h:423 msgid "User defined error code 8" msgstr "Пользовательский код ошибки 8" -#: src/err-codes.h:420 +#: src/err-codes.h:424 msgid "User defined error code 9" msgstr "Пользовательский код ошибки 9" -#: src/err-codes.h:421 +#: src/err-codes.h:425 msgid "User defined error code 10" msgstr "Пользовательский код ошибки 10" -#: src/err-codes.h:422 +#: src/err-codes.h:426 msgid "User defined error code 11" msgstr "Пользовательский код ошибки 11" -#: src/err-codes.h:423 +#: src/err-codes.h:427 msgid "User defined error code 12" msgstr "Пользовательский код ошибки 12" -#: src/err-codes.h:424 +#: src/err-codes.h:428 msgid "User defined error code 13" msgstr "Пользовательский код ошибки 13" -#: src/err-codes.h:425 +#: src/err-codes.h:429 msgid "User defined error code 14" msgstr "Пользовательский код ошибки 14" -#: src/err-codes.h:426 +#: src/err-codes.h:430 msgid "User defined error code 15" msgstr "Пользовательский код ошибки 15" -#: src/err-codes.h:427 +#: src/err-codes.h:431 msgid "User defined error code 16" msgstr "Пользовательский код ошибки 16" -#: src/err-codes.h:428 +#: src/err-codes.h:432 +#, fuzzy +#| msgid "LDAP success" +msgid "SQL success" +msgstr "Успешное выполнение LDAP" + +#: src/err-codes.h:433 +#, fuzzy +#| msgid "Syntax error" +msgid "SQL error" +msgstr "Синтаксическая ошибка" + +#: src/err-codes.h:434 +msgid "Internal logic error in SQL library" +msgstr "" + +#: src/err-codes.h:435 +msgid "Access permission denied (SQL)" +msgstr "" + +#: src/err-codes.h:436 +msgid "SQL abort was requested" +msgstr "" + +#: src/err-codes.h:437 +msgid "SQL database file is locked" +msgstr "" + +#: src/err-codes.h:438 +msgid "An SQL table in the database is locked" +msgstr "" + +#: src/err-codes.h:439 +msgid "SQL library ran out of core" +msgstr "" + +#: src/err-codes.h:440 +msgid "Attempt to write a readonly SQL database" +msgstr "" + +#: src/err-codes.h:441 +msgid "SQL operation terminated by interrupt" +msgstr "" + +#: src/err-codes.h:442 +msgid "I/O error during SQL operation" +msgstr "" + +#: src/err-codes.h:443 +msgid "SQL database disk image is malformed" +msgstr "" + +#: src/err-codes.h:444 +msgid "Unknown opcode in SQL file control" +msgstr "" + +#: src/err-codes.h:445 +msgid "Insertion failed because SQL database is full" +msgstr "" + +#: src/err-codes.h:446 +msgid "Unable to open the SQL database file" +msgstr "" + +#: src/err-codes.h:447 +#, fuzzy +#| msgid "LDAP protocol error" +msgid "SQL database lock protocol error" +msgstr "Ошибка протокола LDAP" + +#: src/err-codes.h:448 +msgid "(internal SQL code: empty)" +msgstr "" + +#: src/err-codes.h:449 +msgid "SQL database schema changed" +msgstr "" + +#: src/err-codes.h:450 +msgid "String or blob exceeds size limit (SQL)" +msgstr "" + +#: src/err-codes.h:451 +msgid "SQL abort due to constraint violation" +msgstr "" + +#: src/err-codes.h:452 +msgid "Data type mismatch (SQL)" +msgstr "" + +#: src/err-codes.h:453 +msgid "SQL library used incorrectly" +msgstr "" + +#: src/err-codes.h:454 +msgid "SQL library uses unsupported OS features" +msgstr "" + +#: src/err-codes.h:455 +#, fuzzy +#| msgid "Proxied authorization denied by LDAP" +msgid "Authorization denied (SQL)" +msgstr "LDAP отказал в опосредованной авторизации" + +#: src/err-codes.h:456 +msgid "(unused SQL code: format)" +msgstr "" + +#: src/err-codes.h:457 +msgid "SQL bind parameter out of range" +msgstr "" + +#: src/err-codes.h:458 +msgid "File opened that is not an SQL database file" +msgstr "" + +#: src/err-codes.h:459 +msgid "Notifications from SQL logger" +msgstr "" + +#: src/err-codes.h:460 +msgid "Warnings from SQL logger" +msgstr "" + +#: src/err-codes.h:461 +msgid "SQL has another row ready" +msgstr "" + +#: src/err-codes.h:462 +msgid "SQL has finished executing" +msgstr "" + +#: src/err-codes.h:463 msgid "System error w/o errno" msgstr "Системная ошибка без номера" -#: src/err-codes.h:429 +#: src/err-codes.h:464 msgid "Unknown system error" msgstr "Неизвестная системная ошибка" -#: src/err-codes.h:430 +#: src/err-codes.h:465 msgid "End of file" msgstr "Конец файла" -#: src/err-codes.h:431 +#: src/err-codes.h:466 msgid "Unknown error code" msgstr "Неизвестный код ошибки" @@ -1803,11 +1957,11 @@ msgid "invalid option \"%.50s\"\n" msgstr "недопустимый параметр \"%.50s\"\n" -#: src/gpg-error.c:458 +#: src/gpg-error.c:522 msgid "Please report bugs to .\n" msgstr "Об ошибках сообщайте по адресу .\n" -#: src/gpg-error.c:658 +#: src/gpg-error.c:729 #, c-format msgid "warning: could not recognize %s\n" msgstr "внимание: не распознано %s\n" Binary files /tmp/tmpeBhJ8b/DYdK_kAkbs/libgpg-error-1.36/po/sr.gmo and /tmp/tmpeBhJ8b/ZYgSCVH70z/libgpg-error-1.37/po/sr.gmo differ diff -Nru libgpg-error-1.36/po/sr.po libgpg-error-1.37/po/sr.po --- libgpg-error-1.36/po/sr.po 2019-03-19 08:58:30.000000000 +0000 +++ libgpg-error-1.37/po/sr.po 2020-02-07 12:14:19.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: libgpg-error-1.7\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2019-03-19 09:58+0100\n" +"POT-Creation-Date: 2020-02-07 13:14+0100\n" "PO-Revision-Date: 2018-03-21 19:03+0100\n" "Last-Translator: Мирослав Николић \n" "Language-Team: Serbian <(nothing)>\n" @@ -1374,564 +1374,716 @@ msgstr "Неподржана заштита" #: src/err-codes.h:322 +#, fuzzy +#| msgid "No agent running" +msgid "No Keybox daemon running" +msgstr "Нема покренутог агента" + +#: src/err-codes.h:323 +#, fuzzy +#| msgid "SmartCard daemon error" +msgid "Keybox daemon error" +msgstr "Грешка позадинца паметне картице" + +#: src/err-codes.h:324 +msgid "Service is not running" +msgstr "" + +#: src/err-codes.h:325 +#, fuzzy +#| msgid "Keyserver error" +msgid "Service error" +msgstr "Грешка сервера кључа" + +#: src/err-codes.h:326 msgid "System bug detected" msgstr "" -#: src/err-codes.h:323 +#: src/err-codes.h:327 #, fuzzy #| msgid "Unknown system error" msgid "Unknown DNS error" msgstr "Непозната грешка система" -#: src/err-codes.h:324 +#: src/err-codes.h:328 #, fuzzy #| msgid "Invalid OID string" msgid "Invalid DNS section" msgstr "Неисправна ОИД ниска" -#: src/err-codes.h:325 +#: src/err-codes.h:329 #, fuzzy #| msgid "Invalid S-expression" msgid "Invalid textual address form" msgstr "Неисправан С-израз" -#: src/err-codes.h:326 +#: src/err-codes.h:330 #, fuzzy #| msgid "Missing certificate" msgid "Missing DNS query packet" msgstr "Недостаје уверење" -#: src/err-codes.h:327 +#: src/err-codes.h:331 msgid "Missing DNS answer packet" msgstr "" -#: src/err-codes.h:328 +#: src/err-codes.h:332 msgid "Connection closed in DNS" msgstr "" -#: src/err-codes.h:329 +#: src/err-codes.h:333 #, fuzzy #| msgid "Decryption failed" msgid "Verification failed in DNS" msgstr "Дешифровање није успело" -#: src/err-codes.h:330 +#: src/err-codes.h:334 #, fuzzy #| msgid "Timeout" msgid "DNS Timeout" msgstr "Време је истекло" -#: src/err-codes.h:331 +#: src/err-codes.h:335 #, fuzzy #| msgid "General IPC error" msgid "General LDAP error" msgstr "Општа грешка ИПЦ-а" -#: src/err-codes.h:332 +#: src/err-codes.h:336 #, fuzzy #| msgid "General error" msgid "General LDAP attribute error" msgstr "Општа грешка" -#: src/err-codes.h:333 +#: src/err-codes.h:337 #, fuzzy #| msgid "General error" msgid "General LDAP name error" msgstr "Општа грешка" -#: src/err-codes.h:334 +#: src/err-codes.h:338 #, fuzzy #| msgid "General Assuan error" msgid "General LDAP security error" msgstr "Општа грешка Асуана" -#: src/err-codes.h:335 +#: src/err-codes.h:339 #, fuzzy #| msgid "General error" msgid "General LDAP service error" msgstr "Општа грешка" -#: src/err-codes.h:336 +#: src/err-codes.h:340 #, fuzzy #| msgid "General Assuan error" msgid "General LDAP update error" msgstr "Општа грешка Асуана" -#: src/err-codes.h:337 +#: src/err-codes.h:341 msgid "Experimental LDAP error code" msgstr "" -#: src/err-codes.h:338 +#: src/err-codes.h:342 #, fuzzy #| msgid "IPC write error" msgid "Private LDAP error code" msgstr "Грешка писања ИПЦ-а" -#: src/err-codes.h:339 +#: src/err-codes.h:343 #, fuzzy #| msgid "General IPC error" msgid "Other general LDAP error" msgstr "Општа грешка ИПЦ-а" -#: src/err-codes.h:340 +#: src/err-codes.h:344 #, fuzzy #| msgid "IPC connect call failed" msgid "LDAP connecting failed (X)" msgstr "Повезивање позива ИПЦ-а није успело" -#: src/err-codes.h:341 +#: src/err-codes.h:345 #, fuzzy #| msgid "General error" msgid "LDAP referral limit exceeded" msgstr "Општа грешка" -#: src/err-codes.h:342 +#: src/err-codes.h:346 msgid "LDAP client loop" msgstr "" -#: src/err-codes.h:343 +#: src/err-codes.h:347 #, fuzzy #| msgid "Card reset required" msgid "No LDAP results returned" msgstr "Потребно је поновно постављање картице" -#: src/err-codes.h:344 +#: src/err-codes.h:348 #, fuzzy #| msgid "Element not found" msgid "LDAP control not found" msgstr "Нисам пронашао елемент" -#: src/err-codes.h:345 +#: src/err-codes.h:349 #, fuzzy #| msgid "Not supported" msgid "Not supported by LDAP" msgstr "Није подржано" -#: src/err-codes.h:346 +#: src/err-codes.h:350 #, fuzzy #| msgid "Unexpected error" msgid "LDAP connect error" msgstr "Неочекивана грешка" -#: src/err-codes.h:347 +#: src/err-codes.h:351 msgid "Out of memory in LDAP" msgstr "" -#: src/err-codes.h:348 +#: src/err-codes.h:352 msgid "Bad parameter to an LDAP routine" msgstr "" -#: src/err-codes.h:349 +#: src/err-codes.h:353 #, fuzzy #| msgid "Unsupported operation" msgid "User cancelled LDAP operation" msgstr "Неподржана радња" -#: src/err-codes.h:350 +#: src/err-codes.h:354 #, fuzzy #| msgid "Bad certificate" msgid "Bad LDAP search filter" msgstr "Лош уверење" -#: src/err-codes.h:351 +#: src/err-codes.h:355 #, fuzzy #| msgid "Unknown extension" msgid "Unknown LDAP authentication method" msgstr "Непознато проширење" -#: src/err-codes.h:352 +#: src/err-codes.h:356 #, fuzzy #| msgid "Timeout" msgid "Timeout in LDAP" msgstr "Време је истекло" -#: src/err-codes.h:353 +#: src/err-codes.h:357 #, fuzzy #| msgid "dirmngr error" msgid "LDAP decoding error" msgstr "грешка управника директоријумом" -#: src/err-codes.h:354 +#: src/err-codes.h:358 #, fuzzy #| msgid "dirmngr error" msgid "LDAP encoding error" msgstr "грешка управника директоријумом" -#: src/err-codes.h:355 +#: src/err-codes.h:359 #, fuzzy #| msgid "IPC read error" msgid "LDAP local error" msgstr "Грешка читања ИПЦ-а" -#: src/err-codes.h:356 +#: src/err-codes.h:360 #, fuzzy #| msgid "Not an IPC server" msgid "Cannot contact LDAP server" msgstr "Није ИПЦ сервер" -#: src/err-codes.h:357 +#: src/err-codes.h:361 #, fuzzy #| msgid "Success" msgid "LDAP success" msgstr "Успешно" -#: src/err-codes.h:358 +#: src/err-codes.h:362 #, fuzzy #| msgid "Configuration error" msgid "LDAP operations error" msgstr "Грешка подешавања" -#: src/err-codes.h:359 +#: src/err-codes.h:363 #, fuzzy #| msgid "Protocol violation" msgid "LDAP protocol error" msgstr "Кршење протокола" -#: src/err-codes.h:360 +#: src/err-codes.h:364 msgid "Time limit exceeded in LDAP" msgstr "" -#: src/err-codes.h:361 +#: src/err-codes.h:365 msgid "Size limit exceeded in LDAP" msgstr "" -#: src/err-codes.h:362 +#: src/err-codes.h:366 msgid "LDAP compare false" msgstr "" -#: src/err-codes.h:363 +#: src/err-codes.h:367 msgid "LDAP compare true" msgstr "" -#: src/err-codes.h:364 +#: src/err-codes.h:368 #, fuzzy #| msgid "Unknown extension" msgid "LDAP authentication method not supported" msgstr "Непознато проширење" -#: src/err-codes.h:365 +#: src/err-codes.h:369 msgid "Strong(er) LDAP authentication required" msgstr "" -#: src/err-codes.h:366 +#: src/err-codes.h:370 msgid "Partial LDAP results+referral received" msgstr "" -#: src/err-codes.h:367 +#: src/err-codes.h:371 #, fuzzy #| msgid "General error" msgid "LDAP referral" msgstr "Општа грешка" -#: src/err-codes.h:368 +#: src/err-codes.h:372 msgid "Administrative LDAP limit exceeded" msgstr "" -#: src/err-codes.h:369 +#: src/err-codes.h:373 msgid "Critical LDAP extension is unavailable" msgstr "" -#: src/err-codes.h:370 +#: src/err-codes.h:374 #, fuzzy #| msgid "Card reset required" msgid "Confidentiality required by LDAP" msgstr "Потребно је поновно постављање картице" -#: src/err-codes.h:371 +#: src/err-codes.h:375 msgid "LDAP SASL bind in progress" msgstr "" -#: src/err-codes.h:372 +#: src/err-codes.h:376 msgid "No such LDAP attribute" msgstr "" -#: src/err-codes.h:373 +#: src/err-codes.h:377 #, fuzzy #| msgid "Invalid attribute" msgid "Undefined LDAP attribute type" msgstr "Неисправна особина" -#: src/err-codes.h:374 +#: src/err-codes.h:378 #, fuzzy #| msgid "Unsupported protection" msgid "Inappropriate matching in LDAP" msgstr "Неподржана заштита" -#: src/err-codes.h:375 +#: src/err-codes.h:379 #, fuzzy #| msgid "Protocol violation" msgid "Constraint violation in LDAP" msgstr "Кршење протокола" -#: src/err-codes.h:376 +#: src/err-codes.h:380 msgid "LDAP type or value exists" msgstr "" -#: src/err-codes.h:377 +#: src/err-codes.h:381 #, fuzzy #| msgid "Invalid state" msgid "Invalid syntax in LDAP" msgstr "Неисправно стање" -#: src/err-codes.h:378 +#: src/err-codes.h:382 #, fuzzy #| msgid "No CMS object" msgid "No such LDAP object" msgstr "Није ЦМС предмет" -#: src/err-codes.h:379 +#: src/err-codes.h:383 #, fuzzy #| msgid "Hardware problem" msgid "LDAP alias problem" msgstr "Хардверски проблем" -#: src/err-codes.h:380 +#: src/err-codes.h:384 #, fuzzy #| msgid "Invalid state" msgid "Invalid DN syntax in LDAP" msgstr "Неисправно стање" -#: src/err-codes.h:381 +#: src/err-codes.h:385 msgid "LDAP entry is a leaf" msgstr "" -#: src/err-codes.h:382 +#: src/err-codes.h:386 #, fuzzy #| msgid "Encoding problem" msgid "LDAP alias dereferencing problem" msgstr "Проблем кодирања" -#: src/err-codes.h:383 +#: src/err-codes.h:387 msgid "LDAP proxy authorization failure (X)" msgstr "" -#: src/err-codes.h:384 +#: src/err-codes.h:388 #, fuzzy #| msgid "Unsupported protection" msgid "Inappropriate LDAP authentication" msgstr "Неподржана заштита" -#: src/err-codes.h:385 +#: src/err-codes.h:389 #, fuzzy #| msgid "Invalid card" msgid "Invalid LDAP credentials" msgstr "Неисправна картица" -#: src/err-codes.h:386 +#: src/err-codes.h:390 msgid "Insufficient access for LDAP" msgstr "" -#: src/err-codes.h:387 +#: src/err-codes.h:391 msgid "LDAP server is busy" msgstr "" -#: src/err-codes.h:388 +#: src/err-codes.h:392 msgid "LDAP server is unavailable" msgstr "" -#: src/err-codes.h:389 +#: src/err-codes.h:393 msgid "LDAP server is unwilling to perform" msgstr "" -#: src/err-codes.h:390 +#: src/err-codes.h:394 msgid "Loop detected by LDAP" msgstr "" -#: src/err-codes.h:391 +#: src/err-codes.h:395 #, fuzzy #| msgid "Missing action" msgid "LDAP naming violation" msgstr "Недостаје радња" -#: src/err-codes.h:392 +#: src/err-codes.h:396 #, fuzzy #| msgid "Protocol violation" msgid "LDAP object class violation" msgstr "Кршење протокола" -#: src/err-codes.h:393 +#: src/err-codes.h:397 #, fuzzy #| msgid "Operation not yet finished" msgid "LDAP operation not allowed on non-leaf" msgstr "Радња није још завршена" -#: src/err-codes.h:394 +#: src/err-codes.h:398 #, fuzzy #| msgid "Operation cancelled" msgid "LDAP operation not allowed on RDN" msgstr "Радња је отказана" -#: src/err-codes.h:395 +#: src/err-codes.h:399 msgid "Already exists (LDAP)" msgstr "" -#: src/err-codes.h:396 +#: src/err-codes.h:400 msgid "Cannot modify LDAP object class" msgstr "" -#: src/err-codes.h:397 +#: src/err-codes.h:401 #, fuzzy #| msgid "Line too long" msgid "LDAP results too large" msgstr "Ред је предуг" -#: src/err-codes.h:398 +#: src/err-codes.h:402 #, fuzzy #| msgid "Operation cancelled" msgid "LDAP operation affects multiple DSAs" msgstr "Радња је отказана" -#: src/err-codes.h:399 +#: src/err-codes.h:403 msgid "Virtual LDAP list view error" msgstr "" -#: src/err-codes.h:400 +#: src/err-codes.h:404 #, fuzzy #| msgid "General IPC error" msgid "Other LDAP error" msgstr "Општа грешка ИПЦ-а" -#: src/err-codes.h:401 +#: src/err-codes.h:405 #, fuzzy #| msgid "Resources exhausted" msgid "Resources exhausted in LCUP" msgstr "Изворишта су истрошена" -#: src/err-codes.h:402 +#: src/err-codes.h:406 #, fuzzy #| msgid "Protocol violation" msgid "Security violation in LCUP" msgstr "Кршење протокола" -#: src/err-codes.h:403 +#: src/err-codes.h:407 #, fuzzy #| msgid "Invalid state" msgid "Invalid data in LCUP" msgstr "Неисправно стање" -#: src/err-codes.h:404 +#: src/err-codes.h:408 #, fuzzy #| msgid "Unsupported certificate" msgid "Unsupported scheme in LCUP" msgstr "Неподржано уверење" -#: src/err-codes.h:405 +#: src/err-codes.h:409 #, fuzzy #| msgid "Card reset required" msgid "Reload required in LCUP" msgstr "Потребно је поновно постављање картице" -#: src/err-codes.h:406 +#: src/err-codes.h:410 #, fuzzy #| msgid "Success" msgid "LDAP cancelled" msgstr "Успешно" -#: src/err-codes.h:407 +#: src/err-codes.h:411 #, fuzzy #| msgid "Not operational" msgid "No LDAP operation to cancel" msgstr "Није делотворно" -#: src/err-codes.h:408 +#: src/err-codes.h:412 #, fuzzy #| msgid "Not operational" msgid "Too late to cancel LDAP" msgstr "Није делотворно" -#: src/err-codes.h:409 +#: src/err-codes.h:413 #, fuzzy #| msgid "Not an IPC server" msgid "Cannot cancel LDAP" msgstr "Није ИПЦ сервер" -#: src/err-codes.h:410 +#: src/err-codes.h:414 #, fuzzy #| msgid "Decryption failed" msgid "LDAP assertion failed" msgstr "Дешифровање није успело" -#: src/err-codes.h:411 +#: src/err-codes.h:415 msgid "Proxied authorization denied by LDAP" msgstr "" -#: src/err-codes.h:412 +#: src/err-codes.h:416 msgid "User defined error code 1" msgstr "1. код грешке који је одредио корисник" -#: src/err-codes.h:413 +#: src/err-codes.h:417 msgid "User defined error code 2" msgstr "2. код грешке који је одредио корисник" -#: src/err-codes.h:414 +#: src/err-codes.h:418 msgid "User defined error code 3" msgstr "3. код грешке који је одредио корисник" -#: src/err-codes.h:415 +#: src/err-codes.h:419 msgid "User defined error code 4" msgstr "4. код грешке који је одредио корисник" -#: src/err-codes.h:416 +#: src/err-codes.h:420 msgid "User defined error code 5" msgstr "5. код грешке који је одредио корисник" -#: src/err-codes.h:417 +#: src/err-codes.h:421 msgid "User defined error code 6" msgstr "6. код грешке који је одредио корисник" -#: src/err-codes.h:418 +#: src/err-codes.h:422 msgid "User defined error code 7" msgstr "7. код грешке који је одредио корисник" -#: src/err-codes.h:419 +#: src/err-codes.h:423 msgid "User defined error code 8" msgstr "8. код грешке који је одредио корисник" -#: src/err-codes.h:420 +#: src/err-codes.h:424 msgid "User defined error code 9" msgstr "9. код грешке који је одредио корисник" -#: src/err-codes.h:421 +#: src/err-codes.h:425 msgid "User defined error code 10" msgstr "10. код грешке који је одредио корисник" -#: src/err-codes.h:422 +#: src/err-codes.h:426 msgid "User defined error code 11" msgstr "11. код грешке који је одредио корисник" -#: src/err-codes.h:423 +#: src/err-codes.h:427 msgid "User defined error code 12" msgstr "12. код грешке који је одредио корисник" -#: src/err-codes.h:424 +#: src/err-codes.h:428 msgid "User defined error code 13" msgstr "13. код грешке који је одредио корисник" -#: src/err-codes.h:425 +#: src/err-codes.h:429 msgid "User defined error code 14" msgstr "14. код грешке који је одредио корисник" -#: src/err-codes.h:426 +#: src/err-codes.h:430 msgid "User defined error code 15" msgstr "15. код грешке који је одредио корисник" -#: src/err-codes.h:427 +#: src/err-codes.h:431 msgid "User defined error code 16" msgstr "16. код грешке који је одредио корисник" -#: src/err-codes.h:428 +#: src/err-codes.h:432 +#, fuzzy +#| msgid "Success" +msgid "SQL success" +msgstr "Успешно" + +#: src/err-codes.h:433 +#, fuzzy +#| msgid "Syntax error" +msgid "SQL error" +msgstr "Садржајна грешка" + +#: src/err-codes.h:434 +msgid "Internal logic error in SQL library" +msgstr "" + +#: src/err-codes.h:435 +msgid "Access permission denied (SQL)" +msgstr "" + +#: src/err-codes.h:436 +msgid "SQL abort was requested" +msgstr "" + +#: src/err-codes.h:437 +msgid "SQL database file is locked" +msgstr "" + +#: src/err-codes.h:438 +msgid "An SQL table in the database is locked" +msgstr "" + +#: src/err-codes.h:439 +msgid "SQL library ran out of core" +msgstr "" + +#: src/err-codes.h:440 +msgid "Attempt to write a readonly SQL database" +msgstr "" + +#: src/err-codes.h:441 +msgid "SQL operation terminated by interrupt" +msgstr "" + +#: src/err-codes.h:442 +msgid "I/O error during SQL operation" +msgstr "" + +#: src/err-codes.h:443 +msgid "SQL database disk image is malformed" +msgstr "" + +#: src/err-codes.h:444 +msgid "Unknown opcode in SQL file control" +msgstr "" + +#: src/err-codes.h:445 +msgid "Insertion failed because SQL database is full" +msgstr "" + +#: src/err-codes.h:446 +msgid "Unable to open the SQL database file" +msgstr "" + +#: src/err-codes.h:447 +#, fuzzy +#| msgid "Protocol violation" +msgid "SQL database lock protocol error" +msgstr "Кршење протокола" + +#: src/err-codes.h:448 +msgid "(internal SQL code: empty)" +msgstr "" + +#: src/err-codes.h:449 +msgid "SQL database schema changed" +msgstr "" + +#: src/err-codes.h:450 +msgid "String or blob exceeds size limit (SQL)" +msgstr "" + +#: src/err-codes.h:451 +msgid "SQL abort due to constraint violation" +msgstr "" + +#: src/err-codes.h:452 +msgid "Data type mismatch (SQL)" +msgstr "" + +#: src/err-codes.h:453 +msgid "SQL library used incorrectly" +msgstr "" + +#: src/err-codes.h:454 +msgid "SQL library uses unsupported OS features" +msgstr "" + +#: src/err-codes.h:455 +msgid "Authorization denied (SQL)" +msgstr "" + +#: src/err-codes.h:456 +msgid "(unused SQL code: format)" +msgstr "" + +#: src/err-codes.h:457 +msgid "SQL bind parameter out of range" +msgstr "" + +#: src/err-codes.h:458 +msgid "File opened that is not an SQL database file" +msgstr "" + +#: src/err-codes.h:459 +msgid "Notifications from SQL logger" +msgstr "" + +#: src/err-codes.h:460 +msgid "Warnings from SQL logger" +msgstr "" + +#: src/err-codes.h:461 +msgid "SQL has another row ready" +msgstr "" + +#: src/err-codes.h:462 +msgid "SQL has finished executing" +msgstr "" + +#: src/err-codes.h:463 msgid "System error w/o errno" msgstr "Број в/о грешке системске грешке" -#: src/err-codes.h:429 +#: src/err-codes.h:464 msgid "Unknown system error" msgstr "Непозната грешка система" -#: src/err-codes.h:430 +#: src/err-codes.h:465 msgid "End of file" msgstr "Крај датотеке" -#: src/err-codes.h:431 +#: src/err-codes.h:466 msgid "Unknown error code" msgstr "Непознат код грешке" @@ -2027,11 +2179,11 @@ msgid "invalid option \"%.50s\"\n" msgstr "Неисправна шифра радње" -#: src/gpg-error.c:458 +#: src/gpg-error.c:522 msgid "Please report bugs to .\n" msgstr "" -#: src/gpg-error.c:658 +#: src/gpg-error.c:729 #, c-format msgid "warning: could not recognize %s\n" msgstr "упозорење: не могу да препознам „%s“\n" Binary files /tmp/tmpeBhJ8b/DYdK_kAkbs/libgpg-error-1.36/po/sv.gmo and /tmp/tmpeBhJ8b/ZYgSCVH70z/libgpg-error-1.37/po/sv.gmo differ diff -Nru libgpg-error-1.36/po/sv.po libgpg-error-1.37/po/sv.po --- libgpg-error-1.36/po/sv.po 2019-03-19 08:58:30.000000000 +0000 +++ libgpg-error-1.37/po/sv.po 2020-02-07 12:14:19.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libgpg-error 1.7\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2019-03-19 09:58+0100\n" +"POT-Creation-Date: 2020-02-07 13:14+0100\n" "PO-Revision-Date: 2018-03-21 19:03+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" @@ -1362,563 +1362,715 @@ msgstr "Skyddet stöds inte" #: src/err-codes.h:322 +#, fuzzy +#| msgid "No agent running" +msgid "No Keybox daemon running" +msgstr "Ingen agent kör" + +#: src/err-codes.h:323 +#, fuzzy +#| msgid "SmartCard daemon error" +msgid "Keybox daemon error" +msgstr "Fel i SmartCard-demon" + +#: src/err-codes.h:324 +msgid "Service is not running" +msgstr "" + +#: src/err-codes.h:325 +#, fuzzy +#| msgid "Keyserver error" +msgid "Service error" +msgstr "Fel i nyckelserver" + +#: src/err-codes.h:326 msgid "System bug detected" msgstr "" -#: src/err-codes.h:323 +#: src/err-codes.h:327 #, fuzzy #| msgid "Unknown system error" msgid "Unknown DNS error" msgstr "Okänt systemfel" -#: src/err-codes.h:324 +#: src/err-codes.h:328 #, fuzzy #| msgid "Invalid OID string" msgid "Invalid DNS section" msgstr "Ogiltig OID-sträng" -#: src/err-codes.h:325 +#: src/err-codes.h:329 #, fuzzy #| msgid "Invalid S-expression" msgid "Invalid textual address form" msgstr "Ogiltigt S-uttryck" -#: src/err-codes.h:326 +#: src/err-codes.h:330 #, fuzzy msgid "Missing DNS query packet" msgstr "Saknar certifikat" -#: src/err-codes.h:327 +#: src/err-codes.h:331 msgid "Missing DNS answer packet" msgstr "" -#: src/err-codes.h:328 +#: src/err-codes.h:332 msgid "Connection closed in DNS" msgstr "" -#: src/err-codes.h:329 +#: src/err-codes.h:333 #, fuzzy #| msgid "Decryption failed" msgid "Verification failed in DNS" msgstr "Dekryptering misslyckades" -#: src/err-codes.h:330 +#: src/err-codes.h:334 #, fuzzy #| msgid "Timeout" msgid "DNS Timeout" msgstr "Tidsgräns" -#: src/err-codes.h:331 +#: src/err-codes.h:335 #, fuzzy #| msgid "General IPC error" msgid "General LDAP error" msgstr "Allmänt IPC-fel" -#: src/err-codes.h:332 +#: src/err-codes.h:336 #, fuzzy #| msgid "General error" msgid "General LDAP attribute error" msgstr "Allmänt fel" -#: src/err-codes.h:333 +#: src/err-codes.h:337 #, fuzzy #| msgid "General error" msgid "General LDAP name error" msgstr "Allmänt fel" -#: src/err-codes.h:334 +#: src/err-codes.h:338 #, fuzzy #| msgid "General Assuan error" msgid "General LDAP security error" msgstr "Allmänt Assuan-fel" -#: src/err-codes.h:335 +#: src/err-codes.h:339 #, fuzzy #| msgid "General error" msgid "General LDAP service error" msgstr "Allmänt fel" -#: src/err-codes.h:336 +#: src/err-codes.h:340 #, fuzzy #| msgid "General Assuan error" msgid "General LDAP update error" msgstr "Allmänt Assuan-fel" -#: src/err-codes.h:337 +#: src/err-codes.h:341 msgid "Experimental LDAP error code" msgstr "" -#: src/err-codes.h:338 +#: src/err-codes.h:342 #, fuzzy #| msgid "IPC write error" msgid "Private LDAP error code" msgstr "IPC-skrivfel" -#: src/err-codes.h:339 +#: src/err-codes.h:343 #, fuzzy #| msgid "General IPC error" msgid "Other general LDAP error" msgstr "Allmänt IPC-fel" -#: src/err-codes.h:340 +#: src/err-codes.h:344 #, fuzzy #| msgid "IPC connect call failed" msgid "LDAP connecting failed (X)" msgstr "IPC-anslutningsanrop misslyckades" -#: src/err-codes.h:341 +#: src/err-codes.h:345 #, fuzzy #| msgid "General error" msgid "LDAP referral limit exceeded" msgstr "Allmänt fel" -#: src/err-codes.h:342 +#: src/err-codes.h:346 msgid "LDAP client loop" msgstr "" -#: src/err-codes.h:343 +#: src/err-codes.h:347 #, fuzzy #| msgid "Card reset required" msgid "No LDAP results returned" msgstr "Nollställning av kort krävs" -#: src/err-codes.h:344 +#: src/err-codes.h:348 #, fuzzy #| msgid "Element not found" msgid "LDAP control not found" msgstr "Elementet hittades inte" -#: src/err-codes.h:345 +#: src/err-codes.h:349 #, fuzzy #| msgid "Not supported" msgid "Not supported by LDAP" msgstr "Stöds inte" -#: src/err-codes.h:346 +#: src/err-codes.h:350 #, fuzzy #| msgid "Unexpected error" msgid "LDAP connect error" msgstr "Oväntat fel" -#: src/err-codes.h:347 +#: src/err-codes.h:351 msgid "Out of memory in LDAP" msgstr "" -#: src/err-codes.h:348 +#: src/err-codes.h:352 msgid "Bad parameter to an LDAP routine" msgstr "" -#: src/err-codes.h:349 +#: src/err-codes.h:353 #, fuzzy #| msgid "Unsupported operation" msgid "User cancelled LDAP operation" msgstr "Åtgärden stöds inte" -#: src/err-codes.h:350 +#: src/err-codes.h:354 #, fuzzy #| msgid "Bad certificate" msgid "Bad LDAP search filter" msgstr "Felaktigt certifikat" -#: src/err-codes.h:351 +#: src/err-codes.h:355 #, fuzzy #| msgid "Unknown extension" msgid "Unknown LDAP authentication method" msgstr "Okänd utökning" -#: src/err-codes.h:352 +#: src/err-codes.h:356 #, fuzzy #| msgid "Timeout" msgid "Timeout in LDAP" msgstr "Tidsgräns" -#: src/err-codes.h:353 +#: src/err-codes.h:357 #, fuzzy #| msgid "dirmngr error" msgid "LDAP decoding error" msgstr "dirmngr-fel" -#: src/err-codes.h:354 +#: src/err-codes.h:358 #, fuzzy #| msgid "dirmngr error" msgid "LDAP encoding error" msgstr "dirmngr-fel" -#: src/err-codes.h:355 +#: src/err-codes.h:359 #, fuzzy #| msgid "IPC read error" msgid "LDAP local error" msgstr "IPC-läsfel" -#: src/err-codes.h:356 +#: src/err-codes.h:360 #, fuzzy #| msgid "Not an IPC server" msgid "Cannot contact LDAP server" msgstr "Inte en IPC-server" -#: src/err-codes.h:357 +#: src/err-codes.h:361 #, fuzzy #| msgid "Success" msgid "LDAP success" msgstr "Lyckades" -#: src/err-codes.h:358 +#: src/err-codes.h:362 #, fuzzy #| msgid "Configuration error" msgid "LDAP operations error" msgstr "Konfigurationsfel" -#: src/err-codes.h:359 +#: src/err-codes.h:363 #, fuzzy #| msgid "Protocol violation" msgid "LDAP protocol error" msgstr "Protokollöverträdelse" -#: src/err-codes.h:360 +#: src/err-codes.h:364 msgid "Time limit exceeded in LDAP" msgstr "" -#: src/err-codes.h:361 +#: src/err-codes.h:365 msgid "Size limit exceeded in LDAP" msgstr "" -#: src/err-codes.h:362 +#: src/err-codes.h:366 msgid "LDAP compare false" msgstr "" -#: src/err-codes.h:363 +#: src/err-codes.h:367 msgid "LDAP compare true" msgstr "" -#: src/err-codes.h:364 +#: src/err-codes.h:368 #, fuzzy #| msgid "Unknown extension" msgid "LDAP authentication method not supported" msgstr "Okänd utökning" -#: src/err-codes.h:365 +#: src/err-codes.h:369 msgid "Strong(er) LDAP authentication required" msgstr "" -#: src/err-codes.h:366 +#: src/err-codes.h:370 msgid "Partial LDAP results+referral received" msgstr "" -#: src/err-codes.h:367 +#: src/err-codes.h:371 #, fuzzy #| msgid "General error" msgid "LDAP referral" msgstr "Allmänt fel" -#: src/err-codes.h:368 +#: src/err-codes.h:372 msgid "Administrative LDAP limit exceeded" msgstr "" -#: src/err-codes.h:369 +#: src/err-codes.h:373 msgid "Critical LDAP extension is unavailable" msgstr "" -#: src/err-codes.h:370 +#: src/err-codes.h:374 #, fuzzy #| msgid "Card reset required" msgid "Confidentiality required by LDAP" msgstr "Nollställning av kort krävs" -#: src/err-codes.h:371 +#: src/err-codes.h:375 msgid "LDAP SASL bind in progress" msgstr "" -#: src/err-codes.h:372 +#: src/err-codes.h:376 msgid "No such LDAP attribute" msgstr "" -#: src/err-codes.h:373 +#: src/err-codes.h:377 #, fuzzy #| msgid "Invalid attribute" msgid "Undefined LDAP attribute type" msgstr "Ogiltigt attribut" -#: src/err-codes.h:374 +#: src/err-codes.h:378 #, fuzzy #| msgid "Unsupported protection" msgid "Inappropriate matching in LDAP" msgstr "Skyddet stöds inte" -#: src/err-codes.h:375 +#: src/err-codes.h:379 #, fuzzy #| msgid "Protocol violation" msgid "Constraint violation in LDAP" msgstr "Protokollöverträdelse" -#: src/err-codes.h:376 +#: src/err-codes.h:380 msgid "LDAP type or value exists" msgstr "" -#: src/err-codes.h:377 +#: src/err-codes.h:381 #, fuzzy #| msgid "Invalid state" msgid "Invalid syntax in LDAP" msgstr "Ogiltigt tillstånd" -#: src/err-codes.h:378 +#: src/err-codes.h:382 #, fuzzy #| msgid "No CMS object" msgid "No such LDAP object" msgstr "Inget CMS-objekt" -#: src/err-codes.h:379 +#: src/err-codes.h:383 #, fuzzy #| msgid "Hardware problem" msgid "LDAP alias problem" msgstr "Hårdvaruproblem" -#: src/err-codes.h:380 +#: src/err-codes.h:384 #, fuzzy #| msgid "Invalid state" msgid "Invalid DN syntax in LDAP" msgstr "Ogiltigt tillstånd" -#: src/err-codes.h:381 +#: src/err-codes.h:385 msgid "LDAP entry is a leaf" msgstr "" -#: src/err-codes.h:382 +#: src/err-codes.h:386 #, fuzzy #| msgid "Encoding problem" msgid "LDAP alias dereferencing problem" msgstr "Kodningsproblem" -#: src/err-codes.h:383 +#: src/err-codes.h:387 msgid "LDAP proxy authorization failure (X)" msgstr "" -#: src/err-codes.h:384 +#: src/err-codes.h:388 #, fuzzy #| msgid "Unsupported protection" msgid "Inappropriate LDAP authentication" msgstr "Skyddet stöds inte" -#: src/err-codes.h:385 +#: src/err-codes.h:389 #, fuzzy #| msgid "Invalid card" msgid "Invalid LDAP credentials" msgstr "Ogiltigt kort" -#: src/err-codes.h:386 +#: src/err-codes.h:390 msgid "Insufficient access for LDAP" msgstr "" -#: src/err-codes.h:387 +#: src/err-codes.h:391 msgid "LDAP server is busy" msgstr "" -#: src/err-codes.h:388 +#: src/err-codes.h:392 msgid "LDAP server is unavailable" msgstr "" -#: src/err-codes.h:389 +#: src/err-codes.h:393 msgid "LDAP server is unwilling to perform" msgstr "" -#: src/err-codes.h:390 +#: src/err-codes.h:394 msgid "Loop detected by LDAP" msgstr "" -#: src/err-codes.h:391 +#: src/err-codes.h:395 #, fuzzy #| msgid "Missing action" msgid "LDAP naming violation" msgstr "Saknar åtgärd" -#: src/err-codes.h:392 +#: src/err-codes.h:396 #, fuzzy #| msgid "Protocol violation" msgid "LDAP object class violation" msgstr "Protokollöverträdelse" -#: src/err-codes.h:393 +#: src/err-codes.h:397 #, fuzzy #| msgid "Operation not yet finished" msgid "LDAP operation not allowed on non-leaf" msgstr "Åtgärden är ännu inte färdig" -#: src/err-codes.h:394 +#: src/err-codes.h:398 #, fuzzy #| msgid "Operation cancelled" msgid "LDAP operation not allowed on RDN" msgstr "Åtgärden avbröts" -#: src/err-codes.h:395 +#: src/err-codes.h:399 msgid "Already exists (LDAP)" msgstr "" -#: src/err-codes.h:396 +#: src/err-codes.h:400 msgid "Cannot modify LDAP object class" msgstr "" -#: src/err-codes.h:397 +#: src/err-codes.h:401 #, fuzzy #| msgid "Line too long" msgid "LDAP results too large" msgstr "Raden är för lång" -#: src/err-codes.h:398 +#: src/err-codes.h:402 #, fuzzy #| msgid "Operation cancelled" msgid "LDAP operation affects multiple DSAs" msgstr "Åtgärden avbröts" -#: src/err-codes.h:399 +#: src/err-codes.h:403 msgid "Virtual LDAP list view error" msgstr "" -#: src/err-codes.h:400 +#: src/err-codes.h:404 #, fuzzy #| msgid "General IPC error" msgid "Other LDAP error" msgstr "Allmänt IPC-fel" -#: src/err-codes.h:401 +#: src/err-codes.h:405 #, fuzzy #| msgid "Resources exhausted" msgid "Resources exhausted in LCUP" msgstr "Resurser överansträngda" -#: src/err-codes.h:402 +#: src/err-codes.h:406 #, fuzzy #| msgid "Protocol violation" msgid "Security violation in LCUP" msgstr "Protokollöverträdelse" -#: src/err-codes.h:403 +#: src/err-codes.h:407 #, fuzzy #| msgid "Invalid state" msgid "Invalid data in LCUP" msgstr "Ogiltigt tillstånd" -#: src/err-codes.h:404 +#: src/err-codes.h:408 #, fuzzy #| msgid "Unsupported certificate" msgid "Unsupported scheme in LCUP" msgstr "Certifikatet stöds inte" -#: src/err-codes.h:405 +#: src/err-codes.h:409 #, fuzzy #| msgid "Card reset required" msgid "Reload required in LCUP" msgstr "Nollställning av kort krävs" -#: src/err-codes.h:406 +#: src/err-codes.h:410 #, fuzzy #| msgid "Success" msgid "LDAP cancelled" msgstr "Lyckades" -#: src/err-codes.h:407 +#: src/err-codes.h:411 #, fuzzy #| msgid "Not operational" msgid "No LDAP operation to cancel" msgstr "Fungerar inte" -#: src/err-codes.h:408 +#: src/err-codes.h:412 #, fuzzy #| msgid "Not operational" msgid "Too late to cancel LDAP" msgstr "Fungerar inte" -#: src/err-codes.h:409 +#: src/err-codes.h:413 #, fuzzy #| msgid "Not an IPC server" msgid "Cannot cancel LDAP" msgstr "Inte en IPC-server" -#: src/err-codes.h:410 +#: src/err-codes.h:414 #, fuzzy #| msgid "Decryption failed" msgid "LDAP assertion failed" msgstr "Dekryptering misslyckades" -#: src/err-codes.h:411 +#: src/err-codes.h:415 msgid "Proxied authorization denied by LDAP" msgstr "" -#: src/err-codes.h:412 +#: src/err-codes.h:416 msgid "User defined error code 1" msgstr "Användardefinierad felkod 1" -#: src/err-codes.h:413 +#: src/err-codes.h:417 msgid "User defined error code 2" msgstr "Användardefinierad felkod 2" -#: src/err-codes.h:414 +#: src/err-codes.h:418 msgid "User defined error code 3" msgstr "Användardefinierad felkod 3" -#: src/err-codes.h:415 +#: src/err-codes.h:419 msgid "User defined error code 4" msgstr "Användardefinierad felkod 4" -#: src/err-codes.h:416 +#: src/err-codes.h:420 msgid "User defined error code 5" msgstr "Användardefinierad felkod 5" -#: src/err-codes.h:417 +#: src/err-codes.h:421 msgid "User defined error code 6" msgstr "Användardefinierad felkod 6" -#: src/err-codes.h:418 +#: src/err-codes.h:422 msgid "User defined error code 7" msgstr "Användardefinierad felkod 7" -#: src/err-codes.h:419 +#: src/err-codes.h:423 msgid "User defined error code 8" msgstr "Användardefinierad felkod 8" -#: src/err-codes.h:420 +#: src/err-codes.h:424 msgid "User defined error code 9" msgstr "Användardefinierad felkod 9" -#: src/err-codes.h:421 +#: src/err-codes.h:425 msgid "User defined error code 10" msgstr "Användardefinierad felkod 10" -#: src/err-codes.h:422 +#: src/err-codes.h:426 msgid "User defined error code 11" msgstr "Användardefinierad felkod 11" -#: src/err-codes.h:423 +#: src/err-codes.h:427 msgid "User defined error code 12" msgstr "Användardefinierad felkod 12" -#: src/err-codes.h:424 +#: src/err-codes.h:428 msgid "User defined error code 13" msgstr "Användardefinierad felkod 13" -#: src/err-codes.h:425 +#: src/err-codes.h:429 msgid "User defined error code 14" msgstr "Användardefinierad felkod 14" -#: src/err-codes.h:426 +#: src/err-codes.h:430 msgid "User defined error code 15" msgstr "Användardefinierad felkod 15" -#: src/err-codes.h:427 +#: src/err-codes.h:431 msgid "User defined error code 16" msgstr "Användardefinierad felkod 16" -#: src/err-codes.h:428 +#: src/err-codes.h:432 +#, fuzzy +#| msgid "Success" +msgid "SQL success" +msgstr "Lyckades" + +#: src/err-codes.h:433 +#, fuzzy +#| msgid "Syntax error" +msgid "SQL error" +msgstr "Syntaxfel" + +#: src/err-codes.h:434 +msgid "Internal logic error in SQL library" +msgstr "" + +#: src/err-codes.h:435 +msgid "Access permission denied (SQL)" +msgstr "" + +#: src/err-codes.h:436 +msgid "SQL abort was requested" +msgstr "" + +#: src/err-codes.h:437 +msgid "SQL database file is locked" +msgstr "" + +#: src/err-codes.h:438 +msgid "An SQL table in the database is locked" +msgstr "" + +#: src/err-codes.h:439 +msgid "SQL library ran out of core" +msgstr "" + +#: src/err-codes.h:440 +msgid "Attempt to write a readonly SQL database" +msgstr "" + +#: src/err-codes.h:441 +msgid "SQL operation terminated by interrupt" +msgstr "" + +#: src/err-codes.h:442 +msgid "I/O error during SQL operation" +msgstr "" + +#: src/err-codes.h:443 +msgid "SQL database disk image is malformed" +msgstr "" + +#: src/err-codes.h:444 +msgid "Unknown opcode in SQL file control" +msgstr "" + +#: src/err-codes.h:445 +msgid "Insertion failed because SQL database is full" +msgstr "" + +#: src/err-codes.h:446 +msgid "Unable to open the SQL database file" +msgstr "" + +#: src/err-codes.h:447 +#, fuzzy +#| msgid "Protocol violation" +msgid "SQL database lock protocol error" +msgstr "Protokollöverträdelse" + +#: src/err-codes.h:448 +msgid "(internal SQL code: empty)" +msgstr "" + +#: src/err-codes.h:449 +msgid "SQL database schema changed" +msgstr "" + +#: src/err-codes.h:450 +msgid "String or blob exceeds size limit (SQL)" +msgstr "" + +#: src/err-codes.h:451 +msgid "SQL abort due to constraint violation" +msgstr "" + +#: src/err-codes.h:452 +msgid "Data type mismatch (SQL)" +msgstr "" + +#: src/err-codes.h:453 +msgid "SQL library used incorrectly" +msgstr "" + +#: src/err-codes.h:454 +msgid "SQL library uses unsupported OS features" +msgstr "" + +#: src/err-codes.h:455 +msgid "Authorization denied (SQL)" +msgstr "" + +#: src/err-codes.h:456 +msgid "(unused SQL code: format)" +msgstr "" + +#: src/err-codes.h:457 +msgid "SQL bind parameter out of range" +msgstr "" + +#: src/err-codes.h:458 +msgid "File opened that is not an SQL database file" +msgstr "" + +#: src/err-codes.h:459 +msgid "Notifications from SQL logger" +msgstr "" + +#: src/err-codes.h:460 +msgid "Warnings from SQL logger" +msgstr "" + +#: src/err-codes.h:461 +msgid "SQL has another row ready" +msgstr "" + +#: src/err-codes.h:462 +msgid "SQL has finished executing" +msgstr "" + +#: src/err-codes.h:463 msgid "System error w/o errno" msgstr "Systemfel utan felnummer" -#: src/err-codes.h:429 +#: src/err-codes.h:464 msgid "Unknown system error" msgstr "Okänt systemfel" -#: src/err-codes.h:430 +#: src/err-codes.h:465 msgid "End of file" msgstr "Slut på fil" -#: src/err-codes.h:431 +#: src/err-codes.h:466 msgid "Unknown error code" msgstr "Okänd felkod" @@ -2000,11 +2152,11 @@ msgid "invalid option \"%.50s\"\n" msgstr "ogiltig flagga \"%.50s\"\n" -#: src/gpg-error.c:458 +#: src/gpg-error.c:522 msgid "Please report bugs to .\n" msgstr "" -#: src/gpg-error.c:658 +#: src/gpg-error.c:729 #, c-format msgid "warning: could not recognize %s\n" msgstr "varning: kände inte igen %s\n" Binary files /tmp/tmpeBhJ8b/DYdK_kAkbs/libgpg-error-1.36/po/uk.gmo and /tmp/tmpeBhJ8b/ZYgSCVH70z/libgpg-error-1.37/po/uk.gmo differ diff -Nru libgpg-error-1.36/po/uk.po libgpg-error-1.37/po/uk.po --- libgpg-error-1.36/po/uk.po 2019-03-19 08:58:30.000000000 +0000 +++ libgpg-error-1.37/po/uk.po 2020-02-07 12:14:19.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libgpg-error 1.7\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2019-03-19 09:58+0100\n" +"POT-Creation-Date: 2020-02-07 13:14+0100\n" "PO-Revision-Date: 2018-04-14 21:07+0200\n" "Last-Translator: Yuri Chornoivan \n" "Language-Team: Ukrainian \n" @@ -1300,442 +1300,596 @@ msgstr "Неприйнятне розпізнавання LDAP" #: src/err-codes.h:322 +#, fuzzy +#| msgid "No agent running" +msgid "No Keybox daemon running" +msgstr "Агент не запущено" + +#: src/err-codes.h:323 +#, fuzzy +#| msgid "SmartCard daemon error" +msgid "Keybox daemon error" +msgstr "Помилка фонової служби SmartCard" + +#: src/err-codes.h:324 +msgid "Service is not running" +msgstr "" + +#: src/err-codes.h:325 +#, fuzzy +#| msgid "Keyserver error" +msgid "Service error" +msgstr "Помилка сервера ключів" + +#: src/err-codes.h:326 msgid "System bug detected" msgstr "Виявлено ваду у системі" -#: src/err-codes.h:323 +#: src/err-codes.h:327 msgid "Unknown DNS error" msgstr "Невідома помилка DNS" -#: src/err-codes.h:324 +#: src/err-codes.h:328 msgid "Invalid DNS section" msgstr "Некоректний розділ DNS" -#: src/err-codes.h:325 +#: src/err-codes.h:329 msgid "Invalid textual address form" msgstr "Некоректний текстовий формат адреси" -#: src/err-codes.h:326 +#: src/err-codes.h:330 msgid "Missing DNS query packet" msgstr "Не вистачає пакета запиту до DNS" -#: src/err-codes.h:327 +#: src/err-codes.h:331 msgid "Missing DNS answer packet" msgstr "Не вистачає пакета із відповіддю DNS" -#: src/err-codes.h:328 +#: src/err-codes.h:332 msgid "Connection closed in DNS" msgstr "З'єднання закрито у DNS" -#: src/err-codes.h:329 +#: src/err-codes.h:333 msgid "Verification failed in DNS" msgstr "Не пройдено перевірку на DNS" -#: src/err-codes.h:330 +#: src/err-codes.h:334 msgid "DNS Timeout" msgstr "Перевищено час очікування на DNS" -#: src/err-codes.h:331 +#: src/err-codes.h:335 msgid "General LDAP error" msgstr "Загальна помилка LDAP" -#: src/err-codes.h:332 +#: src/err-codes.h:336 msgid "General LDAP attribute error" msgstr "Загальна помилка атрибута LDAP" -#: src/err-codes.h:333 +#: src/err-codes.h:337 msgid "General LDAP name error" msgstr "Загальна помилка назви LDAP" -#: src/err-codes.h:334 +#: src/err-codes.h:338 msgid "General LDAP security error" msgstr "Загальна помилка захисту LDAP" -#: src/err-codes.h:335 +#: src/err-codes.h:339 msgid "General LDAP service error" msgstr "Загальна помилка служби LDAP" -#: src/err-codes.h:336 +#: src/err-codes.h:340 msgid "General LDAP update error" msgstr "Загальна помилка оновлення LDAP" -#: src/err-codes.h:337 +#: src/err-codes.h:341 msgid "Experimental LDAP error code" msgstr "Експериментальний код помилки LDAP" -#: src/err-codes.h:338 +#: src/err-codes.h:342 msgid "Private LDAP error code" msgstr "Код конфіденційної помилки LDAP" -#: src/err-codes.h:339 +#: src/err-codes.h:343 msgid "Other general LDAP error" msgstr "Інша загальна помилка LDAP" -#: src/err-codes.h:340 +#: src/err-codes.h:344 msgid "LDAP connecting failed (X)" msgstr "Не вдалося з’єднатися із LDAP (X)" -#: src/err-codes.h:341 +#: src/err-codes.h:345 msgid "LDAP referral limit exceeded" msgstr "Перевищення обмежень щодо спрямовування у LDAP" -#: src/err-codes.h:342 +#: src/err-codes.h:346 msgid "LDAP client loop" msgstr "Циклічний клієнт LDAP" -#: src/err-codes.h:343 +#: src/err-codes.h:347 msgid "No LDAP results returned" msgstr "Не повернуто результатів LDAP" -#: src/err-codes.h:344 +#: src/err-codes.h:348 msgid "LDAP control not found" msgstr "Не знайдено керування LDAP" -#: src/err-codes.h:345 +#: src/err-codes.h:349 msgid "Not supported by LDAP" msgstr "Не підтримується LDAP" -#: src/err-codes.h:346 +#: src/err-codes.h:350 msgid "LDAP connect error" msgstr "Помилка з’єднання LDAP" -#: src/err-codes.h:347 +#: src/err-codes.h:351 msgid "Out of memory in LDAP" msgstr "Не вистачає пам’яті у LDAP" -#: src/err-codes.h:348 +#: src/err-codes.h:352 msgid "Bad parameter to an LDAP routine" msgstr "Помилковий параметр підпрограми LDAP" -#: src/err-codes.h:349 +#: src/err-codes.h:353 msgid "User cancelled LDAP operation" msgstr "Дію LDAP скасовано користувачем" -#: src/err-codes.h:350 +#: src/err-codes.h:354 msgid "Bad LDAP search filter" msgstr "Помилковий фільтр пошуку LDAP" -#: src/err-codes.h:351 +#: src/err-codes.h:355 msgid "Unknown LDAP authentication method" msgstr "Невідомий спосіб розпізнавання LDAP" -#: src/err-codes.h:352 +#: src/err-codes.h:356 msgid "Timeout in LDAP" msgstr "Перевищення часу очікування у LDAP" -#: src/err-codes.h:353 +#: src/err-codes.h:357 msgid "LDAP decoding error" msgstr "Помилка декодування LDAP" -#: src/err-codes.h:354 +#: src/err-codes.h:358 msgid "LDAP encoding error" msgstr "Помилка кодування LDAP" -#: src/err-codes.h:355 +#: src/err-codes.h:359 msgid "LDAP local error" msgstr "Локальна помилка LDAP" -#: src/err-codes.h:356 +#: src/err-codes.h:360 msgid "Cannot contact LDAP server" msgstr "Не вдалося встановити зв’язок із сервером LDAP" -#: src/err-codes.h:357 +#: src/err-codes.h:361 msgid "LDAP success" msgstr "Успіх LDAP" -#: src/err-codes.h:358 +#: src/err-codes.h:362 msgid "LDAP operations error" msgstr "Помилка дій LDAP" -#: src/err-codes.h:359 +#: src/err-codes.h:363 msgid "LDAP protocol error" msgstr "Помилка протоколу LDAP" -#: src/err-codes.h:360 +#: src/err-codes.h:364 msgid "Time limit exceeded in LDAP" msgstr "Перевищено час очікування у LDAP" -#: src/err-codes.h:361 +#: src/err-codes.h:365 msgid "Size limit exceeded in LDAP" msgstr "Перевищено обмеження на розмір у LDAP" -#: src/err-codes.h:362 +#: src/err-codes.h:366 msgid "LDAP compare false" msgstr "Порівняння LDAP: не збігаються" -#: src/err-codes.h:363 +#: src/err-codes.h:367 msgid "LDAP compare true" msgstr "Порівняння LDAP: збігаються" -#: src/err-codes.h:364 +#: src/err-codes.h:368 msgid "LDAP authentication method not supported" msgstr "Підтримки методу розпізнавання LDAP не передбачено" -#: src/err-codes.h:365 +#: src/err-codes.h:369 msgid "Strong(er) LDAP authentication required" msgstr "Потрібен потужніший спосіб розпізнавання LDAP" -#: src/err-codes.h:366 +#: src/err-codes.h:370 msgid "Partial LDAP results+referral received" msgstr "Отримано часткові результати і спрямування LDAP" -#: src/err-codes.h:367 +#: src/err-codes.h:371 msgid "LDAP referral" msgstr "Спрямування LDAP" -#: src/err-codes.h:368 +#: src/err-codes.h:372 msgid "Administrative LDAP limit exceeded" msgstr "Перевищено адміністративне обмеження LDAP" -#: src/err-codes.h:369 +#: src/err-codes.h:373 msgid "Critical LDAP extension is unavailable" msgstr "Недоступне критичне розширення LDAP" -#: src/err-codes.h:370 +#: src/err-codes.h:374 msgid "Confidentiality required by LDAP" msgstr "Конфіденційно потрібне LDAP" -#: src/err-codes.h:371 +#: src/err-codes.h:375 msgid "LDAP SASL bind in progress" msgstr "Виконуємо прив’язування SASL LDAP" -#: src/err-codes.h:372 +#: src/err-codes.h:376 msgid "No such LDAP attribute" msgstr "Немає такого атрибута LDAP" -#: src/err-codes.h:373 +#: src/err-codes.h:377 msgid "Undefined LDAP attribute type" msgstr "Невизначний тип атрибута LDAP" -#: src/err-codes.h:374 +#: src/err-codes.h:378 msgid "Inappropriate matching in LDAP" msgstr "Неприйнятна відповідність у LDAP" -#: src/err-codes.h:375 +#: src/err-codes.h:379 msgid "Constraint violation in LDAP" msgstr "Порушення обмежень у LDAP" -#: src/err-codes.h:376 +#: src/err-codes.h:380 msgid "LDAP type or value exists" msgstr "Тип або значення LDAP існує" -#: src/err-codes.h:377 +#: src/err-codes.h:381 msgid "Invalid syntax in LDAP" msgstr "Некоректний синтаксис у LDAP" -#: src/err-codes.h:378 +#: src/err-codes.h:382 msgid "No such LDAP object" msgstr "Немає такого об’єкта LDAP" -#: src/err-codes.h:379 +#: src/err-codes.h:383 msgid "LDAP alias problem" msgstr "Проблема псевдоніма LDAP" -#: src/err-codes.h:380 +#: src/err-codes.h:384 msgid "Invalid DN syntax in LDAP" msgstr "Некоректний синтаксис DN у LDAP" -#: src/err-codes.h:381 +#: src/err-codes.h:385 msgid "LDAP entry is a leaf" msgstr "Запис LDAP є листком" -#: src/err-codes.h:382 +#: src/err-codes.h:386 msgid "LDAP alias dereferencing problem" msgstr "Проблемі з скасування прив’язки псевдоніма LDAP" -#: src/err-codes.h:383 +#: src/err-codes.h:387 msgid "LDAP proxy authorization failure (X)" msgstr "Помилка уповноваження проксі LDAP (X)" -#: src/err-codes.h:384 +#: src/err-codes.h:388 msgid "Inappropriate LDAP authentication" msgstr "Неприйнятне розпізнавання LDAP" -#: src/err-codes.h:385 +#: src/err-codes.h:389 msgid "Invalid LDAP credentials" msgstr "Некоректні реєстраційні дані LDAP" -#: src/err-codes.h:386 +#: src/err-codes.h:390 msgid "Insufficient access for LDAP" msgstr "Недостатні права доступу до LDAP" -#: src/err-codes.h:387 +#: src/err-codes.h:391 msgid "LDAP server is busy" msgstr "Сервер LDAP зайнято виконанням завдання" -#: src/err-codes.h:388 +#: src/err-codes.h:392 msgid "LDAP server is unavailable" msgstr "Сервер LDAP недоступний" -#: src/err-codes.h:389 +#: src/err-codes.h:393 msgid "LDAP server is unwilling to perform" msgstr "Сервер LDAP не бажає працювати" -#: src/err-codes.h:390 +#: src/err-codes.h:394 msgid "Loop detected by LDAP" msgstr "LDAP виявлено цикл" -#: src/err-codes.h:391 +#: src/err-codes.h:395 msgid "LDAP naming violation" msgstr "Порушення іменування LDAP" -#: src/err-codes.h:392 +#: src/err-codes.h:396 msgid "LDAP object class violation" msgstr "Порушення класу об’єктів LDAP" -#: src/err-codes.h:393 +#: src/err-codes.h:397 msgid "LDAP operation not allowed on non-leaf" msgstr "Дію LDAP не дозволено для об’єктів, які не є листками" -#: src/err-codes.h:394 +#: src/err-codes.h:398 msgid "LDAP operation not allowed on RDN" msgstr "Дію LDAP не дозволено над RDN" -#: src/err-codes.h:395 +#: src/err-codes.h:399 msgid "Already exists (LDAP)" msgstr "Вже існує (LDAP)" -#: src/err-codes.h:396 +#: src/err-codes.h:400 msgid "Cannot modify LDAP object class" msgstr "Не вдалося змінити клас об’єкта LDAP" -#: src/err-codes.h:397 +#: src/err-codes.h:401 msgid "LDAP results too large" msgstr "Результати LDAP є надто великими" -#: src/err-codes.h:398 +#: src/err-codes.h:402 msgid "LDAP operation affects multiple DSAs" msgstr "Дія LDAP стосується декількох DSA" -#: src/err-codes.h:399 +#: src/err-codes.h:403 msgid "Virtual LDAP list view error" msgstr "Помилка перегляду списку віртуальної LDAP" -#: src/err-codes.h:400 +#: src/err-codes.h:404 msgid "Other LDAP error" msgstr "Інша помилка LDAP" -#: src/err-codes.h:401 +#: src/err-codes.h:405 msgid "Resources exhausted in LCUP" msgstr "Вичерпано ресурси у LCUP" -#: src/err-codes.h:402 +#: src/err-codes.h:406 msgid "Security violation in LCUP" msgstr "Порушення захисту у LCUP" -#: src/err-codes.h:403 +#: src/err-codes.h:407 msgid "Invalid data in LCUP" msgstr "Некоректні дані у LCUP" -#: src/err-codes.h:404 +#: src/err-codes.h:408 msgid "Unsupported scheme in LCUP" msgstr "Непідтримувана схема у LCUP" -#: src/err-codes.h:405 +#: src/err-codes.h:409 msgid "Reload required in LCUP" msgstr "Потрібне перезавантаження у LCUP" -#: src/err-codes.h:406 +#: src/err-codes.h:410 msgid "LDAP cancelled" msgstr "LDAP скасовано" -#: src/err-codes.h:407 +#: src/err-codes.h:411 msgid "No LDAP operation to cancel" msgstr "Немає дії LDAP для скасовування" -#: src/err-codes.h:408 +#: src/err-codes.h:412 msgid "Too late to cancel LDAP" msgstr "Запізно для скасовування LDAP" -#: src/err-codes.h:409 +#: src/err-codes.h:413 msgid "Cannot cancel LDAP" msgstr "Не вдалося скасувати LDAP" -#: src/err-codes.h:410 +#: src/err-codes.h:414 msgid "LDAP assertion failed" msgstr "Помилка оцінки LDAP" -#: src/err-codes.h:411 +#: src/err-codes.h:415 msgid "Proxied authorization denied by LDAP" msgstr "Уповноваження за допомогою проксі заборонено LDAP" -#: src/err-codes.h:412 +#: src/err-codes.h:416 msgid "User defined error code 1" msgstr "Визначений користувачем код помилки 1" -#: src/err-codes.h:413 +#: src/err-codes.h:417 msgid "User defined error code 2" msgstr "Визначений користувачем код помилки 2" -#: src/err-codes.h:414 +#: src/err-codes.h:418 msgid "User defined error code 3" msgstr "Визначений користувачем код помилки 3" -#: src/err-codes.h:415 +#: src/err-codes.h:419 msgid "User defined error code 4" msgstr "Визначений користувачем код помилки 4" -#: src/err-codes.h:416 +#: src/err-codes.h:420 msgid "User defined error code 5" msgstr "Визначений користувачем код помилки 5" -#: src/err-codes.h:417 +#: src/err-codes.h:421 msgid "User defined error code 6" msgstr "Визначений користувачем код помилки 6" -#: src/err-codes.h:418 +#: src/err-codes.h:422 msgid "User defined error code 7" msgstr "Визначений користувачем код помилки 7" -#: src/err-codes.h:419 +#: src/err-codes.h:423 msgid "User defined error code 8" msgstr "Визначений користувачем код помилки 8" -#: src/err-codes.h:420 +#: src/err-codes.h:424 msgid "User defined error code 9" msgstr "Визначений користувачем код помилки 9" -#: src/err-codes.h:421 +#: src/err-codes.h:425 msgid "User defined error code 10" msgstr "Визначений користувачем код помилки 10" -#: src/err-codes.h:422 +#: src/err-codes.h:426 msgid "User defined error code 11" msgstr "Визначений користувачем код помилки 11" -#: src/err-codes.h:423 +#: src/err-codes.h:427 msgid "User defined error code 12" msgstr "Визначений користувачем код помилки 12" -#: src/err-codes.h:424 +#: src/err-codes.h:428 msgid "User defined error code 13" msgstr "Визначений користувачем код помилки 13" -#: src/err-codes.h:425 +#: src/err-codes.h:429 msgid "User defined error code 14" msgstr "Визначений користувачем код помилки 14" -#: src/err-codes.h:426 +#: src/err-codes.h:430 msgid "User defined error code 15" msgstr "Визначений користувачем код помилки 15" -#: src/err-codes.h:427 +#: src/err-codes.h:431 msgid "User defined error code 16" msgstr "Визначений користувачем код помилки 16" -#: src/err-codes.h:428 +#: src/err-codes.h:432 +#, fuzzy +#| msgid "LDAP success" +msgid "SQL success" +msgstr "Успіх LDAP" + +#: src/err-codes.h:433 +#, fuzzy +#| msgid "Syntax error" +msgid "SQL error" +msgstr "Синтаксична помилка" + +#: src/err-codes.h:434 +msgid "Internal logic error in SQL library" +msgstr "" + +#: src/err-codes.h:435 +msgid "Access permission denied (SQL)" +msgstr "" + +#: src/err-codes.h:436 +msgid "SQL abort was requested" +msgstr "" + +#: src/err-codes.h:437 +msgid "SQL database file is locked" +msgstr "" + +#: src/err-codes.h:438 +msgid "An SQL table in the database is locked" +msgstr "" + +#: src/err-codes.h:439 +msgid "SQL library ran out of core" +msgstr "" + +#: src/err-codes.h:440 +msgid "Attempt to write a readonly SQL database" +msgstr "" + +#: src/err-codes.h:441 +msgid "SQL operation terminated by interrupt" +msgstr "" + +#: src/err-codes.h:442 +msgid "I/O error during SQL operation" +msgstr "" + +#: src/err-codes.h:443 +msgid "SQL database disk image is malformed" +msgstr "" + +#: src/err-codes.h:444 +msgid "Unknown opcode in SQL file control" +msgstr "" + +#: src/err-codes.h:445 +msgid "Insertion failed because SQL database is full" +msgstr "" + +#: src/err-codes.h:446 +msgid "Unable to open the SQL database file" +msgstr "" + +#: src/err-codes.h:447 +#, fuzzy +#| msgid "LDAP protocol error" +msgid "SQL database lock protocol error" +msgstr "Помилка протоколу LDAP" + +#: src/err-codes.h:448 +msgid "(internal SQL code: empty)" +msgstr "" + +#: src/err-codes.h:449 +msgid "SQL database schema changed" +msgstr "" + +#: src/err-codes.h:450 +msgid "String or blob exceeds size limit (SQL)" +msgstr "" + +#: src/err-codes.h:451 +msgid "SQL abort due to constraint violation" +msgstr "" + +#: src/err-codes.h:452 +msgid "Data type mismatch (SQL)" +msgstr "" + +#: src/err-codes.h:453 +msgid "SQL library used incorrectly" +msgstr "" + +#: src/err-codes.h:454 +msgid "SQL library uses unsupported OS features" +msgstr "" + +#: src/err-codes.h:455 +#, fuzzy +#| msgid "Proxied authorization denied by LDAP" +msgid "Authorization denied (SQL)" +msgstr "Уповноваження за допомогою проксі заборонено LDAP" + +#: src/err-codes.h:456 +msgid "(unused SQL code: format)" +msgstr "" + +#: src/err-codes.h:457 +msgid "SQL bind parameter out of range" +msgstr "" + +#: src/err-codes.h:458 +msgid "File opened that is not an SQL database file" +msgstr "" + +#: src/err-codes.h:459 +msgid "Notifications from SQL logger" +msgstr "" + +#: src/err-codes.h:460 +msgid "Warnings from SQL logger" +msgstr "" + +#: src/err-codes.h:461 +msgid "SQL has another row ready" +msgstr "" + +#: src/err-codes.h:462 +msgid "SQL has finished executing" +msgstr "" + +#: src/err-codes.h:463 msgid "System error w/o errno" msgstr "Системна помилка без номера" -#: src/err-codes.h:429 +#: src/err-codes.h:464 msgid "Unknown system error" msgstr "Невідома системна помилка" -#: src/err-codes.h:430 +#: src/err-codes.h:465 msgid "End of file" msgstr "Кінець файла" -#: src/err-codes.h:431 +#: src/err-codes.h:466 msgid "Unknown error code" msgstr "Помилка з невідомим кодом" @@ -1814,11 +1968,11 @@ msgid "invalid option \"%.50s\"\n" msgstr "некоректний параметр «%.50s»\n" -#: src/gpg-error.c:458 +#: src/gpg-error.c:522 msgid "Please report bugs to .\n" msgstr "Будь ласка, повідомляйте про помилки тут: .\n" -#: src/gpg-error.c:658 +#: src/gpg-error.c:729 #, c-format msgid "warning: could not recognize %s\n" msgstr "попередження: не вдалося розпізнати %s\n" Binary files /tmp/tmpeBhJ8b/DYdK_kAkbs/libgpg-error-1.36/po/vi.gmo and /tmp/tmpeBhJ8b/ZYgSCVH70z/libgpg-error-1.37/po/vi.gmo differ diff -Nru libgpg-error-1.36/po/vi.po libgpg-error-1.37/po/vi.po --- libgpg-error-1.36/po/vi.po 2019-03-19 08:58:30.000000000 +0000 +++ libgpg-error-1.37/po/vi.po 2020-02-07 12:14:19.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libgpg-error 1.7\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2019-03-19 09:58+0100\n" +"POT-Creation-Date: 2020-02-07 13:14+0100\n" "PO-Revision-Date: 2018-03-21 19:04+0100\n" "Last-Translator: Clytie Siddall \n" "Language-Team: Vietnamese \n" @@ -1364,563 +1364,715 @@ msgstr "Sự bảo vệ không được hỗ trợ" #: src/err-codes.h:322 +#, fuzzy +#| msgid "No agent running" +msgid "No Keybox daemon running" +msgstr "Không có tác nhân đang chạy" + +#: src/err-codes.h:323 +#, fuzzy +#| msgid "SmartCard daemon error" +msgid "Keybox daemon error" +msgstr "Lỗi trình nền Thẻ Khéo" + +#: src/err-codes.h:324 +msgid "Service is not running" +msgstr "" + +#: src/err-codes.h:325 +#, fuzzy +#| msgid "Keyserver error" +msgid "Service error" +msgstr "Lỗi máy phục vụ khoá" + +#: src/err-codes.h:326 msgid "System bug detected" msgstr "" -#: src/err-codes.h:323 +#: src/err-codes.h:327 #, fuzzy #| msgid "Unknown system error" msgid "Unknown DNS error" msgstr "Gặp lỗi hệ thống không rõ" -#: src/err-codes.h:324 +#: src/err-codes.h:328 #, fuzzy #| msgid "Invalid OID string" msgid "Invalid DNS section" msgstr "Chuỗi OID không hợp lệ" -#: src/err-codes.h:325 +#: src/err-codes.h:329 #, fuzzy #| msgid "Invalid S-expression" msgid "Invalid textual address form" msgstr "Biểu thức S không hợp lệ" -#: src/err-codes.h:326 +#: src/err-codes.h:330 #, fuzzy msgid "Missing DNS query packet" msgstr "Chứng nhận còn thiếu" -#: src/err-codes.h:327 +#: src/err-codes.h:331 msgid "Missing DNS answer packet" msgstr "" -#: src/err-codes.h:328 +#: src/err-codes.h:332 msgid "Connection closed in DNS" msgstr "" -#: src/err-codes.h:329 +#: src/err-codes.h:333 #, fuzzy #| msgid "Decryption failed" msgid "Verification failed in DNS" msgstr "Lỗi giải mật mã" -#: src/err-codes.h:330 +#: src/err-codes.h:334 #, fuzzy #| msgid "Timeout" msgid "DNS Timeout" msgstr "Quá giờ" -#: src/err-codes.h:331 +#: src/err-codes.h:335 #, fuzzy #| msgid "General IPC error" msgid "General LDAP error" msgstr "Lỗi IPC chung" -#: src/err-codes.h:332 +#: src/err-codes.h:336 #, fuzzy #| msgid "General error" msgid "General LDAP attribute error" msgstr "Lỗi chung" -#: src/err-codes.h:333 +#: src/err-codes.h:337 #, fuzzy #| msgid "General error" msgid "General LDAP name error" msgstr "Lỗi chung" -#: src/err-codes.h:334 +#: src/err-codes.h:338 #, fuzzy #| msgid "General Assuan error" msgid "General LDAP security error" msgstr "Lỗi Assuan chung" -#: src/err-codes.h:335 +#: src/err-codes.h:339 #, fuzzy #| msgid "General error" msgid "General LDAP service error" msgstr "Lỗi chung" -#: src/err-codes.h:336 +#: src/err-codes.h:340 #, fuzzy #| msgid "General Assuan error" msgid "General LDAP update error" msgstr "Lỗi Assuan chung" -#: src/err-codes.h:337 +#: src/err-codes.h:341 msgid "Experimental LDAP error code" msgstr "" -#: src/err-codes.h:338 +#: src/err-codes.h:342 #, fuzzy #| msgid "IPC write error" msgid "Private LDAP error code" msgstr "Lỗi ghi IPC" -#: src/err-codes.h:339 +#: src/err-codes.h:343 #, fuzzy #| msgid "General IPC error" msgid "Other general LDAP error" msgstr "Lỗi IPC chung" -#: src/err-codes.h:340 +#: src/err-codes.h:344 #, fuzzy #| msgid "IPC connect call failed" msgid "LDAP connecting failed (X)" msgstr "Lời gọi kết nối IPC bị lỗi" -#: src/err-codes.h:341 +#: src/err-codes.h:345 #, fuzzy #| msgid "General error" msgid "LDAP referral limit exceeded" msgstr "Lỗi chung" -#: src/err-codes.h:342 +#: src/err-codes.h:346 msgid "LDAP client loop" msgstr "" -#: src/err-codes.h:343 +#: src/err-codes.h:347 #, fuzzy #| msgid "Card reset required" msgid "No LDAP results returned" msgstr "Cần thiết lập lại thẻ" -#: src/err-codes.h:344 +#: src/err-codes.h:348 #, fuzzy #| msgid "Element not found" msgid "LDAP control not found" msgstr "Không tìm thấy phần tử" -#: src/err-codes.h:345 +#: src/err-codes.h:349 #, fuzzy #| msgid "Not supported" msgid "Not supported by LDAP" msgstr "Không được hỗ trợ" -#: src/err-codes.h:346 +#: src/err-codes.h:350 #, fuzzy #| msgid "Unexpected error" msgid "LDAP connect error" msgstr "Gặp lỗi bất thường" -#: src/err-codes.h:347 +#: src/err-codes.h:351 msgid "Out of memory in LDAP" msgstr "" -#: src/err-codes.h:348 +#: src/err-codes.h:352 msgid "Bad parameter to an LDAP routine" msgstr "" -#: src/err-codes.h:349 +#: src/err-codes.h:353 #, fuzzy #| msgid "Unsupported operation" msgid "User cancelled LDAP operation" msgstr "Thao tác không được hỗ trợ" -#: src/err-codes.h:350 +#: src/err-codes.h:354 #, fuzzy #| msgid "Bad certificate" msgid "Bad LDAP search filter" msgstr "Chứng nhận sai" -#: src/err-codes.h:351 +#: src/err-codes.h:355 #, fuzzy #| msgid "Unknown extension" msgid "Unknown LDAP authentication method" msgstr "Phần mở rộng không rõ" -#: src/err-codes.h:352 +#: src/err-codes.h:356 #, fuzzy #| msgid "Timeout" msgid "Timeout in LDAP" msgstr "Quá giờ" -#: src/err-codes.h:353 +#: src/err-codes.h:357 #, fuzzy #| msgid "dirmngr error" msgid "LDAP decoding error" msgstr "Lỗi dirmngr" -#: src/err-codes.h:354 +#: src/err-codes.h:358 #, fuzzy #| msgid "dirmngr error" msgid "LDAP encoding error" msgstr "Lỗi dirmngr" -#: src/err-codes.h:355 +#: src/err-codes.h:359 #, fuzzy #| msgid "IPC read error" msgid "LDAP local error" msgstr "Lỗi đọc IPC" -#: src/err-codes.h:356 +#: src/err-codes.h:360 #, fuzzy #| msgid "Not an IPC server" msgid "Cannot contact LDAP server" msgstr "Không phải trình phục vụ IPC" -#: src/err-codes.h:357 +#: src/err-codes.h:361 #, fuzzy #| msgid "Success" msgid "LDAP success" msgstr "Thành công" -#: src/err-codes.h:358 +#: src/err-codes.h:362 #, fuzzy #| msgid "Configuration error" msgid "LDAP operations error" msgstr "Lỗi cấu hình" -#: src/err-codes.h:359 +#: src/err-codes.h:363 #, fuzzy #| msgid "Protocol violation" msgid "LDAP protocol error" msgstr "Vi phạm giao thức" -#: src/err-codes.h:360 +#: src/err-codes.h:364 msgid "Time limit exceeded in LDAP" msgstr "" -#: src/err-codes.h:361 +#: src/err-codes.h:365 msgid "Size limit exceeded in LDAP" msgstr "" -#: src/err-codes.h:362 +#: src/err-codes.h:366 msgid "LDAP compare false" msgstr "" -#: src/err-codes.h:363 +#: src/err-codes.h:367 msgid "LDAP compare true" msgstr "" -#: src/err-codes.h:364 +#: src/err-codes.h:368 #, fuzzy #| msgid "Unknown extension" msgid "LDAP authentication method not supported" msgstr "Phần mở rộng không rõ" -#: src/err-codes.h:365 +#: src/err-codes.h:369 msgid "Strong(er) LDAP authentication required" msgstr "" -#: src/err-codes.h:366 +#: src/err-codes.h:370 msgid "Partial LDAP results+referral received" msgstr "" -#: src/err-codes.h:367 +#: src/err-codes.h:371 #, fuzzy #| msgid "General error" msgid "LDAP referral" msgstr "Lỗi chung" -#: src/err-codes.h:368 +#: src/err-codes.h:372 msgid "Administrative LDAP limit exceeded" msgstr "" -#: src/err-codes.h:369 +#: src/err-codes.h:373 msgid "Critical LDAP extension is unavailable" msgstr "" -#: src/err-codes.h:370 +#: src/err-codes.h:374 #, fuzzy #| msgid "Card reset required" msgid "Confidentiality required by LDAP" msgstr "Cần thiết lập lại thẻ" -#: src/err-codes.h:371 +#: src/err-codes.h:375 msgid "LDAP SASL bind in progress" msgstr "" -#: src/err-codes.h:372 +#: src/err-codes.h:376 msgid "No such LDAP attribute" msgstr "" -#: src/err-codes.h:373 +#: src/err-codes.h:377 #, fuzzy #| msgid "Invalid attribute" msgid "Undefined LDAP attribute type" msgstr "Thuộc tính không hợp lệ" -#: src/err-codes.h:374 +#: src/err-codes.h:378 #, fuzzy #| msgid "Unsupported protection" msgid "Inappropriate matching in LDAP" msgstr "Sự bảo vệ không được hỗ trợ" -#: src/err-codes.h:375 +#: src/err-codes.h:379 #, fuzzy #| msgid "Protocol violation" msgid "Constraint violation in LDAP" msgstr "Vi phạm giao thức" -#: src/err-codes.h:376 +#: src/err-codes.h:380 msgid "LDAP type or value exists" msgstr "" -#: src/err-codes.h:377 +#: src/err-codes.h:381 #, fuzzy #| msgid "Invalid state" msgid "Invalid syntax in LDAP" msgstr "Tình trạng không hợp lệ" -#: src/err-codes.h:378 +#: src/err-codes.h:382 #, fuzzy #| msgid "No CMS object" msgid "No such LDAP object" msgstr "Không có đối tượng CMS" -#: src/err-codes.h:379 +#: src/err-codes.h:383 #, fuzzy #| msgid "Hardware problem" msgid "LDAP alias problem" msgstr "Lỗi phần cứng" -#: src/err-codes.h:380 +#: src/err-codes.h:384 #, fuzzy #| msgid "Invalid state" msgid "Invalid DN syntax in LDAP" msgstr "Tình trạng không hợp lệ" -#: src/err-codes.h:381 +#: src/err-codes.h:385 msgid "LDAP entry is a leaf" msgstr "" -#: src/err-codes.h:382 +#: src/err-codes.h:386 #, fuzzy #| msgid "Encoding problem" msgid "LDAP alias dereferencing problem" msgstr "Lỗi mã hoá" -#: src/err-codes.h:383 +#: src/err-codes.h:387 msgid "LDAP proxy authorization failure (X)" msgstr "" -#: src/err-codes.h:384 +#: src/err-codes.h:388 #, fuzzy #| msgid "Unsupported protection" msgid "Inappropriate LDAP authentication" msgstr "Sự bảo vệ không được hỗ trợ" -#: src/err-codes.h:385 +#: src/err-codes.h:389 #, fuzzy #| msgid "Invalid card" msgid "Invalid LDAP credentials" msgstr "Thẻ không hợp lệ" -#: src/err-codes.h:386 +#: src/err-codes.h:390 msgid "Insufficient access for LDAP" msgstr "" -#: src/err-codes.h:387 +#: src/err-codes.h:391 msgid "LDAP server is busy" msgstr "" -#: src/err-codes.h:388 +#: src/err-codes.h:392 msgid "LDAP server is unavailable" msgstr "" -#: src/err-codes.h:389 +#: src/err-codes.h:393 msgid "LDAP server is unwilling to perform" msgstr "" -#: src/err-codes.h:390 +#: src/err-codes.h:394 msgid "Loop detected by LDAP" msgstr "" -#: src/err-codes.h:391 +#: src/err-codes.h:395 #, fuzzy #| msgid "Missing action" msgid "LDAP naming violation" msgstr "Thiếu hành động" -#: src/err-codes.h:392 +#: src/err-codes.h:396 #, fuzzy #| msgid "Protocol violation" msgid "LDAP object class violation" msgstr "Vi phạm giao thức" -#: src/err-codes.h:393 +#: src/err-codes.h:397 #, fuzzy #| msgid "Operation not yet finished" msgid "LDAP operation not allowed on non-leaf" msgstr "Thao tác chưa kết thúc" -#: src/err-codes.h:394 +#: src/err-codes.h:398 #, fuzzy #| msgid "Operation cancelled" msgid "LDAP operation not allowed on RDN" msgstr "Thao tác bị hủy bỏ" -#: src/err-codes.h:395 +#: src/err-codes.h:399 msgid "Already exists (LDAP)" msgstr "" -#: src/err-codes.h:396 +#: src/err-codes.h:400 msgid "Cannot modify LDAP object class" msgstr "" -#: src/err-codes.h:397 +#: src/err-codes.h:401 #, fuzzy #| msgid "Line too long" msgid "LDAP results too large" msgstr "Dòng quá dài" -#: src/err-codes.h:398 +#: src/err-codes.h:402 #, fuzzy #| msgid "Operation cancelled" msgid "LDAP operation affects multiple DSAs" msgstr "Thao tác bị hủy bỏ" -#: src/err-codes.h:399 +#: src/err-codes.h:403 msgid "Virtual LDAP list view error" msgstr "" -#: src/err-codes.h:400 +#: src/err-codes.h:404 #, fuzzy #| msgid "General IPC error" msgid "Other LDAP error" msgstr "Lỗi IPC chung" -#: src/err-codes.h:401 +#: src/err-codes.h:405 #, fuzzy #| msgid "Resources exhausted" msgid "Resources exhausted in LCUP" msgstr "Cạn tài nguyên" -#: src/err-codes.h:402 +#: src/err-codes.h:406 #, fuzzy #| msgid "Protocol violation" msgid "Security violation in LCUP" msgstr "Vi phạm giao thức" -#: src/err-codes.h:403 +#: src/err-codes.h:407 #, fuzzy #| msgid "Invalid state" msgid "Invalid data in LCUP" msgstr "Tình trạng không hợp lệ" -#: src/err-codes.h:404 +#: src/err-codes.h:408 #, fuzzy #| msgid "Unsupported certificate" msgid "Unsupported scheme in LCUP" msgstr "Chứng nhận không được hỗ trợ" -#: src/err-codes.h:405 +#: src/err-codes.h:409 #, fuzzy #| msgid "Card reset required" msgid "Reload required in LCUP" msgstr "Cần thiết lập lại thẻ" -#: src/err-codes.h:406 +#: src/err-codes.h:410 #, fuzzy #| msgid "Success" msgid "LDAP cancelled" msgstr "Thành công" -#: src/err-codes.h:407 +#: src/err-codes.h:411 #, fuzzy #| msgid "Not operational" msgid "No LDAP operation to cancel" msgstr "Không hoạt động được" -#: src/err-codes.h:408 +#: src/err-codes.h:412 #, fuzzy #| msgid "Not operational" msgid "Too late to cancel LDAP" msgstr "Không hoạt động được" -#: src/err-codes.h:409 +#: src/err-codes.h:413 #, fuzzy #| msgid "Not an IPC server" msgid "Cannot cancel LDAP" msgstr "Không phải trình phục vụ IPC" -#: src/err-codes.h:410 +#: src/err-codes.h:414 #, fuzzy #| msgid "Decryption failed" msgid "LDAP assertion failed" msgstr "Lỗi giải mật mã" -#: src/err-codes.h:411 +#: src/err-codes.h:415 msgid "Proxied authorization denied by LDAP" msgstr "" -#: src/err-codes.h:412 +#: src/err-codes.h:416 msgid "User defined error code 1" msgstr "Mã lỗi tự xác định 1" -#: src/err-codes.h:413 +#: src/err-codes.h:417 msgid "User defined error code 2" msgstr "Mã lỗi tự xác định 2" -#: src/err-codes.h:414 +#: src/err-codes.h:418 msgid "User defined error code 3" msgstr "Mã lỗi tự xác định 3" -#: src/err-codes.h:415 +#: src/err-codes.h:419 msgid "User defined error code 4" msgstr "Mã lỗi tự xác định 4" -#: src/err-codes.h:416 +#: src/err-codes.h:420 msgid "User defined error code 5" msgstr "Mã lỗi tự xác định 5" -#: src/err-codes.h:417 +#: src/err-codes.h:421 msgid "User defined error code 6" msgstr "Mã lỗi tự xác định 6" -#: src/err-codes.h:418 +#: src/err-codes.h:422 msgid "User defined error code 7" msgstr "Mã lỗi tự xác định 7" -#: src/err-codes.h:419 +#: src/err-codes.h:423 msgid "User defined error code 8" msgstr "Mã lỗi tự xác định 8" -#: src/err-codes.h:420 +#: src/err-codes.h:424 msgid "User defined error code 9" msgstr "Mã lỗi tự xác định 9" -#: src/err-codes.h:421 +#: src/err-codes.h:425 msgid "User defined error code 10" msgstr "Mã lỗi tự xác định 10" -#: src/err-codes.h:422 +#: src/err-codes.h:426 msgid "User defined error code 11" msgstr "Mã lỗi tự xác định 11" -#: src/err-codes.h:423 +#: src/err-codes.h:427 msgid "User defined error code 12" msgstr "Mã lỗi tự xác định 12" -#: src/err-codes.h:424 +#: src/err-codes.h:428 msgid "User defined error code 13" msgstr "Mã lỗi tự xác định 13" -#: src/err-codes.h:425 +#: src/err-codes.h:429 msgid "User defined error code 14" msgstr "Mã lỗi tự xác định 14" -#: src/err-codes.h:426 +#: src/err-codes.h:430 msgid "User defined error code 15" msgstr "Mã lỗi tự xác định 15" -#: src/err-codes.h:427 +#: src/err-codes.h:431 msgid "User defined error code 16" msgstr "Mã lỗi tự xác định 16" -#: src/err-codes.h:428 +#: src/err-codes.h:432 +#, fuzzy +#| msgid "Success" +msgid "SQL success" +msgstr "Thành công" + +#: src/err-codes.h:433 +#, fuzzy +#| msgid "Syntax error" +msgid "SQL error" +msgstr "Lỗi cú pháp" + +#: src/err-codes.h:434 +msgid "Internal logic error in SQL library" +msgstr "" + +#: src/err-codes.h:435 +msgid "Access permission denied (SQL)" +msgstr "" + +#: src/err-codes.h:436 +msgid "SQL abort was requested" +msgstr "" + +#: src/err-codes.h:437 +msgid "SQL database file is locked" +msgstr "" + +#: src/err-codes.h:438 +msgid "An SQL table in the database is locked" +msgstr "" + +#: src/err-codes.h:439 +msgid "SQL library ran out of core" +msgstr "" + +#: src/err-codes.h:440 +msgid "Attempt to write a readonly SQL database" +msgstr "" + +#: src/err-codes.h:441 +msgid "SQL operation terminated by interrupt" +msgstr "" + +#: src/err-codes.h:442 +msgid "I/O error during SQL operation" +msgstr "" + +#: src/err-codes.h:443 +msgid "SQL database disk image is malformed" +msgstr "" + +#: src/err-codes.h:444 +msgid "Unknown opcode in SQL file control" +msgstr "" + +#: src/err-codes.h:445 +msgid "Insertion failed because SQL database is full" +msgstr "" + +#: src/err-codes.h:446 +msgid "Unable to open the SQL database file" +msgstr "" + +#: src/err-codes.h:447 +#, fuzzy +#| msgid "Protocol violation" +msgid "SQL database lock protocol error" +msgstr "Vi phạm giao thức" + +#: src/err-codes.h:448 +msgid "(internal SQL code: empty)" +msgstr "" + +#: src/err-codes.h:449 +msgid "SQL database schema changed" +msgstr "" + +#: src/err-codes.h:450 +msgid "String or blob exceeds size limit (SQL)" +msgstr "" + +#: src/err-codes.h:451 +msgid "SQL abort due to constraint violation" +msgstr "" + +#: src/err-codes.h:452 +msgid "Data type mismatch (SQL)" +msgstr "" + +#: src/err-codes.h:453 +msgid "SQL library used incorrectly" +msgstr "" + +#: src/err-codes.h:454 +msgid "SQL library uses unsupported OS features" +msgstr "" + +#: src/err-codes.h:455 +msgid "Authorization denied (SQL)" +msgstr "" + +#: src/err-codes.h:456 +msgid "(unused SQL code: format)" +msgstr "" + +#: src/err-codes.h:457 +msgid "SQL bind parameter out of range" +msgstr "" + +#: src/err-codes.h:458 +msgid "File opened that is not an SQL database file" +msgstr "" + +#: src/err-codes.h:459 +msgid "Notifications from SQL logger" +msgstr "" + +#: src/err-codes.h:460 +msgid "Warnings from SQL logger" +msgstr "" + +#: src/err-codes.h:461 +msgid "SQL has another row ready" +msgstr "" + +#: src/err-codes.h:462 +msgid "SQL has finished executing" +msgstr "" + +#: src/err-codes.h:463 msgid "System error w/o errno" msgstr "Lỗi hệ thống không có số thứ tự lỗi" -#: src/err-codes.h:429 +#: src/err-codes.h:464 msgid "Unknown system error" msgstr "Gặp lỗi hệ thống không rõ" -#: src/err-codes.h:430 +#: src/err-codes.h:465 msgid "End of file" msgstr "Kết thúc tập tin" -#: src/err-codes.h:431 +#: src/err-codes.h:466 msgid "Unknown error code" msgstr "Mã lỗi không rõ" @@ -2016,11 +2168,11 @@ msgid "invalid option \"%.50s\"\n" msgstr "Mã thao tác không hợp lệ" -#: src/gpg-error.c:458 +#: src/gpg-error.c:522 msgid "Please report bugs to .\n" msgstr "" -#: src/gpg-error.c:658 +#: src/gpg-error.c:729 #, c-format msgid "warning: could not recognize %s\n" msgstr "cảnh báo : không thể nhận ra %s\n" Binary files /tmp/tmpeBhJ8b/DYdK_kAkbs/libgpg-error-1.36/po/zh_CN.gmo and /tmp/tmpeBhJ8b/ZYgSCVH70z/libgpg-error-1.37/po/zh_CN.gmo differ diff -Nru libgpg-error-1.36/po/zh_CN.po libgpg-error-1.37/po/zh_CN.po --- libgpg-error-1.36/po/zh_CN.po 2019-03-19 08:58:30.000000000 +0000 +++ libgpg-error-1.37/po/zh_CN.po 2020-02-07 12:14:19.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libgpg-error 1.7\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2019-03-19 09:58+0100\n" +"POT-Creation-Date: 2020-02-07 13:14+0100\n" "PO-Revision-Date: 2018-03-21 19:04+0100\n" "Last-Translator: Aron Xu \n" "Language-Team: Chinese (simplified) .\n" msgstr "" -#: src/gpg-error.c:658 +#: src/gpg-error.c:729 #, c-format msgid "warning: could not recognize %s\n" msgstr "警告:无法识别 %s\n" Binary files /tmp/tmpeBhJ8b/DYdK_kAkbs/libgpg-error-1.36/po/zh_TW.gmo and /tmp/tmpeBhJ8b/ZYgSCVH70z/libgpg-error-1.37/po/zh_TW.gmo differ diff -Nru libgpg-error-1.36/po/zh_TW.po libgpg-error-1.37/po/zh_TW.po --- libgpg-error-1.36/po/zh_TW.po 2019-03-19 08:58:30.000000000 +0000 +++ libgpg-error-1.37/po/zh_TW.po 2020-02-07 12:14:19.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: libgpg-error 1.17\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2019-03-19 09:58+0100\n" +"POT-Creation-Date: 2020-02-07 13:14+0100\n" "PO-Revision-Date: 2018-03-21 19:04+0100\n" "Last-Translator: Jedi Lin \n" "Language-Team: Chinese (traditional) \n" @@ -1317,568 +1317,720 @@ msgstr "未支援的保護" #: src/err-codes.h:322 +#, fuzzy +#| msgid "No agent running" +msgid "No Keybox daemon running" +msgstr "沒有執行中的代理程式" + +#: src/err-codes.h:323 +#, fuzzy +#| msgid "SmartCard daemon error" +msgid "Keybox daemon error" +msgstr "智慧卡服務錯誤" + +#: src/err-codes.h:324 +msgid "Service is not running" +msgstr "" + +#: src/err-codes.h:325 +#, fuzzy +#| msgid "Keyserver error" +msgid "Service error" +msgstr "金鑰伺服器錯誤" + +#: src/err-codes.h:326 msgid "System bug detected" msgstr "" -#: src/err-codes.h:323 +#: src/err-codes.h:327 #, fuzzy #| msgid "Unknown system error" msgid "Unknown DNS error" msgstr "未知的系統錯誤" -#: src/err-codes.h:324 +#: src/err-codes.h:328 #, fuzzy #| msgid "Invalid OID string" msgid "Invalid DNS section" msgstr "無效的 OID 字串" -#: src/err-codes.h:325 +#: src/err-codes.h:329 #, fuzzy #| msgid "Invalid S-expression" msgid "Invalid textual address form" msgstr "無效的 S-表示式" -#: src/err-codes.h:326 +#: src/err-codes.h:330 #, fuzzy #| msgid "Missing issuer certificate" msgid "Missing DNS query packet" msgstr "遺失發行者憑證" -#: src/err-codes.h:327 +#: src/err-codes.h:331 msgid "Missing DNS answer packet" msgstr "" -#: src/err-codes.h:328 +#: src/err-codes.h:332 msgid "Connection closed in DNS" msgstr "" -#: src/err-codes.h:329 +#: src/err-codes.h:333 #, fuzzy #| msgid "Decryption failed" msgid "Verification failed in DNS" msgstr "解密失敗" -#: src/err-codes.h:330 +#: src/err-codes.h:334 #, fuzzy #| msgid "Timeout" msgid "DNS Timeout" msgstr "逾時" -#: src/err-codes.h:331 +#: src/err-codes.h:335 #, fuzzy #| msgid "General IPC error" msgid "General LDAP error" msgstr "一般性的 IPC 錯誤" -#: src/err-codes.h:332 +#: src/err-codes.h:336 #, fuzzy #| msgid "General error" msgid "General LDAP attribute error" msgstr "一般錯誤" -#: src/err-codes.h:333 +#: src/err-codes.h:337 #, fuzzy #| msgid "General error" msgid "General LDAP name error" msgstr "一般錯誤" -#: src/err-codes.h:334 +#: src/err-codes.h:338 #, fuzzy #| msgid "General Assuan error" msgid "General LDAP security error" msgstr "一般性的 Assuan 錯誤" -#: src/err-codes.h:335 +#: src/err-codes.h:339 #, fuzzy #| msgid "General error" msgid "General LDAP service error" msgstr "一般錯誤" -#: src/err-codes.h:336 +#: src/err-codes.h:340 #, fuzzy #| msgid "General Assuan error" msgid "General LDAP update error" msgstr "一般性的 Assuan 錯誤" -#: src/err-codes.h:337 +#: src/err-codes.h:341 msgid "Experimental LDAP error code" msgstr "" -#: src/err-codes.h:338 +#: src/err-codes.h:342 #, fuzzy #| msgid "IPC write error" msgid "Private LDAP error code" msgstr "IPC 寫入錯誤" -#: src/err-codes.h:339 +#: src/err-codes.h:343 #, fuzzy #| msgid "General IPC error" msgid "Other general LDAP error" msgstr "一般性的 IPC 錯誤" -#: src/err-codes.h:340 +#: src/err-codes.h:344 #, fuzzy #| msgid "IPC connect call failed" msgid "LDAP connecting failed (X)" msgstr "IPC 連線叫用失敗" -#: src/err-codes.h:341 +#: src/err-codes.h:345 #, fuzzy #| msgid "General error" msgid "LDAP referral limit exceeded" msgstr "一般錯誤" -#: src/err-codes.h:342 +#: src/err-codes.h:346 msgid "LDAP client loop" msgstr "" -#: src/err-codes.h:343 +#: src/err-codes.h:347 #, fuzzy #| msgid "Card reset required" msgid "No LDAP results returned" msgstr "卡片需要重設" -#: src/err-codes.h:344 +#: src/err-codes.h:348 #, fuzzy #| msgid "Element not found" msgid "LDAP control not found" msgstr "找不到元素" -#: src/err-codes.h:345 +#: src/err-codes.h:349 #, fuzzy #| msgid "Not supported" msgid "Not supported by LDAP" msgstr "未支援" -#: src/err-codes.h:346 +#: src/err-codes.h:350 #, fuzzy #| msgid "Unexpected error" msgid "LDAP connect error" msgstr "未預期的錯誤" -#: src/err-codes.h:347 +#: src/err-codes.h:351 msgid "Out of memory in LDAP" msgstr "" -#: src/err-codes.h:348 +#: src/err-codes.h:352 msgid "Bad parameter to an LDAP routine" msgstr "" -#: src/err-codes.h:349 +#: src/err-codes.h:353 #, fuzzy #| msgid "Unsupported operation" msgid "User cancelled LDAP operation" msgstr "未支援的操作" -#: src/err-codes.h:350 +#: src/err-codes.h:354 #, fuzzy #| msgid "Bad certificate" msgid "Bad LDAP search filter" msgstr "不良的憑證" -#: src/err-codes.h:351 +#: src/err-codes.h:355 #, fuzzy #| msgid "Unknown extension" msgid "Unknown LDAP authentication method" msgstr "未知的擴充" -#: src/err-codes.h:352 +#: src/err-codes.h:356 #, fuzzy #| msgid "Timeout" msgid "Timeout in LDAP" msgstr "逾時" -#: src/err-codes.h:353 +#: src/err-codes.h:357 #, fuzzy #| msgid "dirmngr error" msgid "LDAP decoding error" msgstr "dirmngr 錯誤" -#: src/err-codes.h:354 +#: src/err-codes.h:358 #, fuzzy #| msgid "dirmngr error" msgid "LDAP encoding error" msgstr "dirmngr 錯誤" -#: src/err-codes.h:355 +#: src/err-codes.h:359 #, fuzzy #| msgid "IPC read error" msgid "LDAP local error" msgstr "IPC 讀取錯誤" -#: src/err-codes.h:356 +#: src/err-codes.h:360 #, fuzzy #| msgid "Not an IPC server" msgid "Cannot contact LDAP server" msgstr "不是 IPC 伺服器" -#: src/err-codes.h:357 +#: src/err-codes.h:361 #, fuzzy #| msgid "Success" msgid "LDAP success" msgstr "成功" -#: src/err-codes.h:358 +#: src/err-codes.h:362 #, fuzzy #| msgid "Configuration error" msgid "LDAP operations error" msgstr "組態錯誤" -#: src/err-codes.h:359 +#: src/err-codes.h:363 #, fuzzy #| msgid "Protocol violation" msgid "LDAP protocol error" msgstr "未依協定進行" -#: src/err-codes.h:360 +#: src/err-codes.h:364 msgid "Time limit exceeded in LDAP" msgstr "" -#: src/err-codes.h:361 +#: src/err-codes.h:365 msgid "Size limit exceeded in LDAP" msgstr "" -#: src/err-codes.h:362 +#: src/err-codes.h:366 msgid "LDAP compare false" msgstr "" -#: src/err-codes.h:363 +#: src/err-codes.h:367 msgid "LDAP compare true" msgstr "" -#: src/err-codes.h:364 +#: src/err-codes.h:368 #, fuzzy #| msgid "Unknown extension" msgid "LDAP authentication method not supported" msgstr "未知的擴充" -#: src/err-codes.h:365 +#: src/err-codes.h:369 msgid "Strong(er) LDAP authentication required" msgstr "" -#: src/err-codes.h:366 +#: src/err-codes.h:370 #, fuzzy #| msgid "Fatal alert message received" msgid "Partial LDAP results+referral received" msgstr "已收到嚴重警告訊息" -#: src/err-codes.h:367 +#: src/err-codes.h:371 #, fuzzy #| msgid "General error" msgid "LDAP referral" msgstr "一般錯誤" -#: src/err-codes.h:368 +#: src/err-codes.h:372 msgid "Administrative LDAP limit exceeded" msgstr "" -#: src/err-codes.h:369 +#: src/err-codes.h:373 msgid "Critical LDAP extension is unavailable" msgstr "" -#: src/err-codes.h:370 +#: src/err-codes.h:374 #, fuzzy #| msgid "Card reset required" msgid "Confidentiality required by LDAP" msgstr "卡片需要重設" -#: src/err-codes.h:371 +#: src/err-codes.h:375 msgid "LDAP SASL bind in progress" msgstr "" -#: src/err-codes.h:372 +#: src/err-codes.h:376 msgid "No such LDAP attribute" msgstr "" -#: src/err-codes.h:373 +#: src/err-codes.h:377 #, fuzzy #| msgid "Invalid attribute" msgid "Undefined LDAP attribute type" msgstr "無效的屬性" -#: src/err-codes.h:374 +#: src/err-codes.h:378 #, fuzzy #| msgid "Unsupported protection" msgid "Inappropriate matching in LDAP" msgstr "未支援的保護" -#: src/err-codes.h:375 +#: src/err-codes.h:379 #, fuzzy #| msgid "Protocol violation" msgid "Constraint violation in LDAP" msgstr "未依協定進行" -#: src/err-codes.h:376 +#: src/err-codes.h:380 msgid "LDAP type or value exists" msgstr "" -#: src/err-codes.h:377 +#: src/err-codes.h:381 #, fuzzy #| msgid "Invalid state" msgid "Invalid syntax in LDAP" msgstr "無效的狀態" -#: src/err-codes.h:378 +#: src/err-codes.h:382 #, fuzzy #| msgid "No CMS object" msgid "No such LDAP object" msgstr "不是 CMS 物件" -#: src/err-codes.h:379 +#: src/err-codes.h:383 #, fuzzy #| msgid "Hardware problem" msgid "LDAP alias problem" msgstr "硬體問題" -#: src/err-codes.h:380 +#: src/err-codes.h:384 #, fuzzy #| msgid "Invalid state" msgid "Invalid DN syntax in LDAP" msgstr "無效的狀態" -#: src/err-codes.h:381 +#: src/err-codes.h:385 msgid "LDAP entry is a leaf" msgstr "" -#: src/err-codes.h:382 +#: src/err-codes.h:386 #, fuzzy #| msgid "Encoding problem" msgid "LDAP alias dereferencing problem" msgstr "編碼問題" -#: src/err-codes.h:383 +#: src/err-codes.h:387 msgid "LDAP proxy authorization failure (X)" msgstr "" -#: src/err-codes.h:384 +#: src/err-codes.h:388 #, fuzzy #| msgid "Unsupported protection" msgid "Inappropriate LDAP authentication" msgstr "未支援的保護" -#: src/err-codes.h:385 +#: src/err-codes.h:389 #, fuzzy #| msgid "Invalid card" msgid "Invalid LDAP credentials" msgstr "無效的卡片" -#: src/err-codes.h:386 +#: src/err-codes.h:390 msgid "Insufficient access for LDAP" msgstr "" -#: src/err-codes.h:387 +#: src/err-codes.h:391 msgid "LDAP server is busy" msgstr "" -#: src/err-codes.h:388 +#: src/err-codes.h:392 #, fuzzy #| msgid "No keyserver available" msgid "LDAP server is unavailable" msgstr "沒有可用的金鑰伺服器" -#: src/err-codes.h:389 +#: src/err-codes.h:393 msgid "LDAP server is unwilling to perform" msgstr "" -#: src/err-codes.h:390 +#: src/err-codes.h:394 msgid "Loop detected by LDAP" msgstr "" -#: src/err-codes.h:391 +#: src/err-codes.h:395 #, fuzzy #| msgid "Missing action" msgid "LDAP naming violation" msgstr "遺失行動" -#: src/err-codes.h:392 +#: src/err-codes.h:396 #, fuzzy #| msgid "Protocol violation" msgid "LDAP object class violation" msgstr "未依協定進行" -#: src/err-codes.h:393 +#: src/err-codes.h:397 #, fuzzy #| msgid "Operation not yet finished" msgid "LDAP operation not allowed on non-leaf" msgstr "操作尚未完成" -#: src/err-codes.h:394 +#: src/err-codes.h:398 #, fuzzy #| msgid "Operation cancelled" msgid "LDAP operation not allowed on RDN" msgstr "操作已取消" -#: src/err-codes.h:395 +#: src/err-codes.h:399 msgid "Already exists (LDAP)" msgstr "" -#: src/err-codes.h:396 +#: src/err-codes.h:400 msgid "Cannot modify LDAP object class" msgstr "" -#: src/err-codes.h:397 +#: src/err-codes.h:401 #, fuzzy #| msgid "Line too long" msgid "LDAP results too large" msgstr "列太長" -#: src/err-codes.h:398 +#: src/err-codes.h:402 #, fuzzy #| msgid "Operation cancelled" msgid "LDAP operation affects multiple DSAs" msgstr "操作已取消" -#: src/err-codes.h:399 +#: src/err-codes.h:403 msgid "Virtual LDAP list view error" msgstr "" -#: src/err-codes.h:400 +#: src/err-codes.h:404 #, fuzzy #| msgid "General IPC error" msgid "Other LDAP error" msgstr "一般性的 IPC 錯誤" -#: src/err-codes.h:401 +#: src/err-codes.h:405 #, fuzzy #| msgid "Resources exhausted" msgid "Resources exhausted in LCUP" msgstr "資源已耗盡" -#: src/err-codes.h:402 +#: src/err-codes.h:406 #, fuzzy #| msgid "Protocol violation" msgid "Security violation in LCUP" msgstr "未依協定進行" -#: src/err-codes.h:403 +#: src/err-codes.h:407 #, fuzzy #| msgid "Invalid state" msgid "Invalid data in LCUP" msgstr "無效的狀態" -#: src/err-codes.h:404 +#: src/err-codes.h:408 #, fuzzy #| msgid "Unsupported certificate" msgid "Unsupported scheme in LCUP" msgstr "未支援的憑證" -#: src/err-codes.h:405 +#: src/err-codes.h:409 #, fuzzy #| msgid "Card reset required" msgid "Reload required in LCUP" msgstr "卡片需要重設" -#: src/err-codes.h:406 +#: src/err-codes.h:410 #, fuzzy #| msgid "Success" msgid "LDAP cancelled" msgstr "成功" -#: src/err-codes.h:407 +#: src/err-codes.h:411 #, fuzzy #| msgid "Not operational" msgid "No LDAP operation to cancel" msgstr "無法操作" -#: src/err-codes.h:408 +#: src/err-codes.h:412 #, fuzzy #| msgid "Not operational" msgid "Too late to cancel LDAP" msgstr "無法操作" -#: src/err-codes.h:409 +#: src/err-codes.h:413 #, fuzzy #| msgid "Not an IPC server" msgid "Cannot cancel LDAP" msgstr "不是 IPC 伺服器" -#: src/err-codes.h:410 +#: src/err-codes.h:414 #, fuzzy #| msgid "Decryption failed" msgid "LDAP assertion failed" msgstr "解密失敗" -#: src/err-codes.h:411 +#: src/err-codes.h:415 msgid "Proxied authorization denied by LDAP" msgstr "" -#: src/err-codes.h:412 +#: src/err-codes.h:416 msgid "User defined error code 1" msgstr "使用者定義錯誤代碼 1" -#: src/err-codes.h:413 +#: src/err-codes.h:417 msgid "User defined error code 2" msgstr "使用者定義錯誤代碼 2" -#: src/err-codes.h:414 +#: src/err-codes.h:418 msgid "User defined error code 3" msgstr "使用者定義錯誤代碼 3" -#: src/err-codes.h:415 +#: src/err-codes.h:419 msgid "User defined error code 4" msgstr "使用者定義錯誤代碼 4" -#: src/err-codes.h:416 +#: src/err-codes.h:420 msgid "User defined error code 5" msgstr "使用者定義錯誤代碼 5" -#: src/err-codes.h:417 +#: src/err-codes.h:421 msgid "User defined error code 6" msgstr "使用者定義錯誤代碼 6" -#: src/err-codes.h:418 +#: src/err-codes.h:422 msgid "User defined error code 7" msgstr "使用者定義錯誤代碼 7" -#: src/err-codes.h:419 +#: src/err-codes.h:423 msgid "User defined error code 8" msgstr "使用者定義錯誤代碼 8" -#: src/err-codes.h:420 +#: src/err-codes.h:424 msgid "User defined error code 9" msgstr "使用者定義錯誤代碼 9" -#: src/err-codes.h:421 +#: src/err-codes.h:425 msgid "User defined error code 10" msgstr "使用者定義錯誤代碼 10" -#: src/err-codes.h:422 +#: src/err-codes.h:426 msgid "User defined error code 11" msgstr "使用者定義錯誤代碼 11" -#: src/err-codes.h:423 +#: src/err-codes.h:427 msgid "User defined error code 12" msgstr "使用者定義錯誤代碼 12" -#: src/err-codes.h:424 +#: src/err-codes.h:428 msgid "User defined error code 13" msgstr "使用者定義錯誤代碼 13" -#: src/err-codes.h:425 +#: src/err-codes.h:429 msgid "User defined error code 14" msgstr "使用者定義錯誤代碼 14" -#: src/err-codes.h:426 +#: src/err-codes.h:430 msgid "User defined error code 15" msgstr "使用者定義錯誤代碼 15" -#: src/err-codes.h:427 +#: src/err-codes.h:431 msgid "User defined error code 16" msgstr "使用者定義錯誤代碼 16" -#: src/err-codes.h:428 +#: src/err-codes.h:432 +#, fuzzy +#| msgid "Success" +msgid "SQL success" +msgstr "成功" + +#: src/err-codes.h:433 +#, fuzzy +#| msgid "Syntax error" +msgid "SQL error" +msgstr "語法錯誤" + +#: src/err-codes.h:434 +msgid "Internal logic error in SQL library" +msgstr "" + +#: src/err-codes.h:435 +msgid "Access permission denied (SQL)" +msgstr "" + +#: src/err-codes.h:436 +msgid "SQL abort was requested" +msgstr "" + +#: src/err-codes.h:437 +msgid "SQL database file is locked" +msgstr "" + +#: src/err-codes.h:438 +msgid "An SQL table in the database is locked" +msgstr "" + +#: src/err-codes.h:439 +msgid "SQL library ran out of core" +msgstr "" + +#: src/err-codes.h:440 +msgid "Attempt to write a readonly SQL database" +msgstr "" + +#: src/err-codes.h:441 +msgid "SQL operation terminated by interrupt" +msgstr "" + +#: src/err-codes.h:442 +msgid "I/O error during SQL operation" +msgstr "" + +#: src/err-codes.h:443 +msgid "SQL database disk image is malformed" +msgstr "" + +#: src/err-codes.h:444 +msgid "Unknown opcode in SQL file control" +msgstr "" + +#: src/err-codes.h:445 +msgid "Insertion failed because SQL database is full" +msgstr "" + +#: src/err-codes.h:446 +msgid "Unable to open the SQL database file" +msgstr "" + +#: src/err-codes.h:447 +#, fuzzy +#| msgid "Protocol violation" +msgid "SQL database lock protocol error" +msgstr "未依協定進行" + +#: src/err-codes.h:448 +msgid "(internal SQL code: empty)" +msgstr "" + +#: src/err-codes.h:449 +msgid "SQL database schema changed" +msgstr "" + +#: src/err-codes.h:450 +msgid "String or blob exceeds size limit (SQL)" +msgstr "" + +#: src/err-codes.h:451 +msgid "SQL abort due to constraint violation" +msgstr "" + +#: src/err-codes.h:452 +msgid "Data type mismatch (SQL)" +msgstr "" + +#: src/err-codes.h:453 +msgid "SQL library used incorrectly" +msgstr "" + +#: src/err-codes.h:454 +msgid "SQL library uses unsupported OS features" +msgstr "" + +#: src/err-codes.h:455 +msgid "Authorization denied (SQL)" +msgstr "" + +#: src/err-codes.h:456 +msgid "(unused SQL code: format)" +msgstr "" + +#: src/err-codes.h:457 +msgid "SQL bind parameter out of range" +msgstr "" + +#: src/err-codes.h:458 +msgid "File opened that is not an SQL database file" +msgstr "" + +#: src/err-codes.h:459 +msgid "Notifications from SQL logger" +msgstr "" + +#: src/err-codes.h:460 +msgid "Warnings from SQL logger" +msgstr "" + +#: src/err-codes.h:461 +msgid "SQL has another row ready" +msgstr "" + +#: src/err-codes.h:462 +msgid "SQL has finished executing" +msgstr "" + +#: src/err-codes.h:463 msgid "System error w/o errno" msgstr "系統錯誤但是沒有 errno" -#: src/err-codes.h:429 +#: src/err-codes.h:464 msgid "Unknown system error" msgstr "未知的系統錯誤" -#: src/err-codes.h:430 +#: src/err-codes.h:465 msgid "End of file" msgstr "檔案結尾" -#: src/err-codes.h:431 +#: src/err-codes.h:466 msgid "Unknown error code" msgstr "未知的錯誤代碼" @@ -1957,11 +2109,11 @@ msgid "invalid option \"%.50s\"\n" msgstr "無效的選項 \"%.50s\"\n" -#: src/gpg-error.c:458 +#: src/gpg-error.c:522 msgid "Please report bugs to .\n" msgstr "" -#: src/gpg-error.c:658 +#: src/gpg-error.c:729 #, c-format msgid "warning: could not recognize %s\n" msgstr "警告: 無法辨識 %s\n" diff -Nru libgpg-error-1.36/src/err-codes.h libgpg-error-1.37/src/err-codes.h --- libgpg-error-1.36/src/err-codes.h 2019-02-11 07:46:01.000000000 +0000 +++ libgpg-error-1.37/src/err-codes.h 2020-02-06 17:44:31.000000000 +0000 @@ -319,6 +319,10 @@ gettext_noop ("Wrong name") "\0" gettext_noop ("Not authenticated") "\0" gettext_noop ("Bad authentication") "\0" + gettext_noop ("No Keybox daemon running") "\0" + gettext_noop ("Keybox daemon error") "\0" + gettext_noop ("Service is not running") "\0" + gettext_noop ("Service error") "\0" gettext_noop ("System bug detected") "\0" gettext_noop ("Unknown DNS error") "\0" gettext_noop ("Invalid DNS section") "\0" @@ -425,6 +429,37 @@ gettext_noop ("User defined error code 14") "\0" gettext_noop ("User defined error code 15") "\0" gettext_noop ("User defined error code 16") "\0" + gettext_noop ("SQL success") "\0" + gettext_noop ("SQL error") "\0" + gettext_noop ("Internal logic error in SQL library") "\0" + gettext_noop ("Access permission denied (SQL)") "\0" + gettext_noop ("SQL abort was requested") "\0" + gettext_noop ("SQL database file is locked") "\0" + gettext_noop ("An SQL table in the database is locked") "\0" + gettext_noop ("SQL library ran out of core") "\0" + gettext_noop ("Attempt to write a readonly SQL database") "\0" + gettext_noop ("SQL operation terminated by interrupt") "\0" + gettext_noop ("I/O error during SQL operation") "\0" + gettext_noop ("SQL database disk image is malformed") "\0" + gettext_noop ("Unknown opcode in SQL file control") "\0" + gettext_noop ("Insertion failed because SQL database is full") "\0" + gettext_noop ("Unable to open the SQL database file") "\0" + gettext_noop ("SQL database lock protocol error") "\0" + gettext_noop ("(internal SQL code: empty)") "\0" + gettext_noop ("SQL database schema changed") "\0" + gettext_noop ("String or blob exceeds size limit (SQL)") "\0" + gettext_noop ("SQL abort due to constraint violation") "\0" + gettext_noop ("Data type mismatch (SQL)") "\0" + gettext_noop ("SQL library used incorrectly") "\0" + gettext_noop ("SQL library uses unsupported OS features") "\0" + gettext_noop ("Authorization denied (SQL)") "\0" + gettext_noop ("(unused SQL code: format)") "\0" + gettext_noop ("SQL bind parameter out of range") "\0" + gettext_noop ("File opened that is not an SQL database file") "\0" + gettext_noop ("Notifications from SQL logger") "\0" + gettext_noop ("Warnings from SQL logger") "\0" + gettext_noop ("SQL has another row ready") "\0" + gettext_noop ("SQL has finished executing") "\0" gettext_noop ("System error w/o errno") "\0" gettext_noop ("Unknown system error") "\0" gettext_noop ("End of file") "\0" @@ -727,115 +762,150 @@ 5807, 5825, 5844, - 5864, - 5882, - 5902, - 5931, - 5956, - 5982, - 6007, - 6034, - 6046, - 6065, - 6094, - 6118, - 6146, - 6173, - 6199, + 5869, + 5889, + 5912, + 5926, + 5946, + 5964, + 5984, + 6013, + 6038, + 6064, + 6089, + 6116, + 6128, + 6147, + 6176, + 6200, 6228, - 6252, - 6277, - 6304, - 6333, - 6350, - 6375, - 6398, - 6420, - 6439, - 6461, - 6494, - 6524, - 6547, - 6582, - 6598, - 6618, - 6638, - 6655, - 6682, - 6695, - 6717, + 6255, + 6281, + 6310, + 6334, + 6359, + 6386, + 6415, + 6432, + 6457, + 6480, + 6502, + 6521, + 6543, + 6576, + 6606, + 6629, + 6664, + 6680, + 6700, + 6720, 6737, - 6765, - 6793, - 6812, - 6830, - 6871, - 6911, - 6950, - 6964, - 6999, - 7038, - 7071, - 7098, - 7121, - 7151, - 7182, - 7211, - 7237, - 7260, - 7280, - 7299, - 7325, - 7346, - 7379, - 7416, - 7450, - 7475, - 7504, - 7524, - 7551, - 7587, - 7609, - 7631, - 7659, - 7698, - 7732, - 7754, - 7786, - 7809, - 7846, - 7875, - 7892, - 7920, - 7947, - 7968, - 7995, - 8019, - 8034, - 8062, - 8086, - 8105, - 8127, - 8164, - 8190, - 8216, - 8242, - 8268, - 8294, - 8320, - 8346, - 8372, - 8398, - 8425, - 8452, - 8479, - 8506, - 8533, - 8560, - 8587, - 8610, - 8631, - 8643 + 6764, + 6777, + 6799, + 6819, + 6847, + 6875, + 6894, + 6912, + 6953, + 6993, + 7032, + 7046, + 7081, + 7120, + 7153, + 7180, + 7203, + 7233, + 7264, + 7293, + 7319, + 7342, + 7362, + 7381, + 7407, + 7428, + 7461, + 7498, + 7532, + 7557, + 7586, + 7606, + 7633, + 7669, + 7691, + 7713, + 7741, + 7780, + 7814, + 7836, + 7868, + 7891, + 7928, + 7957, + 7974, + 8002, + 8029, + 8050, + 8077, + 8101, + 8116, + 8144, + 8168, + 8187, + 8209, + 8246, + 8272, + 8298, + 8324, + 8350, + 8376, + 8402, + 8428, + 8454, + 8480, + 8507, + 8534, + 8561, + 8588, + 8615, + 8642, + 8669, + 8681, + 8691, + 8727, + 8758, + 8782, + 8810, + 8849, + 8877, + 8918, + 8956, + 8987, + 9024, + 9059, + 9105, + 9142, + 9175, + 9202, + 9230, + 9270, + 9308, + 9333, + 9362, + 9403, + 9430, + 9456, + 9488, + 9533, + 9563, + 9588, + 9614, + 9641, + 9664, + 9685, + 9697 }; static GPG_ERR_INLINE int @@ -845,20 +915,22 @@ : ((code >= 0) && (code <= 213)) ? (code - 0) : ((code >= 217) && (code <= 271)) ? (code - 3) : ((code >= 273) && (code <= 281)) ? (code - 4) - : ((code >= 300) && (code <= 315)) ? (code - 22) - : ((code >= 666) && (code <= 666)) ? (code - 372) - : ((code >= 711) && (code <= 718)) ? (code - 416) - : ((code >= 721) && (code <= 729)) ? (code - 418) - : ((code >= 750) && (code <= 752)) ? (code - 438) - : ((code >= 754) && (code <= 782)) ? (code - 439) - : ((code >= 784) && (code <= 789)) ? (code - 440) - : ((code >= 800) && (code <= 804)) ? (code - 450) - : ((code >= 815) && (code <= 822)) ? (code - 460) - : ((code >= 832) && (code <= 839)) ? (code - 469) - : ((code >= 844) && (code <= 844)) ? (code - 473) - : ((code >= 848) && (code <= 848)) ? (code - 476) - : ((code >= 881) && (code <= 891)) ? (code - 508) - : ((code >= 1024) && (code <= 1039)) ? (code - 640) - : ((code >= 16381) && (code <= 16383)) ? (code - 15981) - : 16384 - 15981); + : ((code >= 300) && (code <= 319)) ? (code - 22) + : ((code >= 666) && (code <= 666)) ? (code - 368) + : ((code >= 711) && (code <= 718)) ? (code - 412) + : ((code >= 721) && (code <= 729)) ? (code - 414) + : ((code >= 750) && (code <= 752)) ? (code - 434) + : ((code >= 754) && (code <= 782)) ? (code - 435) + : ((code >= 784) && (code <= 789)) ? (code - 436) + : ((code >= 800) && (code <= 804)) ? (code - 446) + : ((code >= 815) && (code <= 822)) ? (code - 456) + : ((code >= 832) && (code <= 839)) ? (code - 465) + : ((code >= 844) && (code <= 844)) ? (code - 469) + : ((code >= 848) && (code <= 848)) ? (code - 472) + : ((code >= 881) && (code <= 891)) ? (code - 504) + : ((code >= 1024) && (code <= 1039)) ? (code - 636) + : ((code >= 1500) && (code <= 1528)) ? (code - 1096) + : ((code >= 1600) && (code <= 1601)) ? (code - 1167) + : ((code >= 16381) && (code <= 16383)) ? (code - 15946) + : 16384 - 15946); } diff -Nru libgpg-error-1.36/src/err-codes.h.in libgpg-error-1.37/src/err-codes.h.in --- libgpg-error-1.36/src/err-codes.h.in 2019-02-11 07:45:23.000000000 +0000 +++ libgpg-error-1.37/src/err-codes.h.in 2019-12-12 15:05:16.000000000 +0000 @@ -335,6 +335,10 @@ 313 GPG_ERR_WRONG_NAME Wrong name 314 GPG_ERR_NO_AUTH Not authenticated 315 GPG_ERR_BAD_AUTH Bad authentication +316 GPG_ERR_NO_KEYBOXD No Keybox daemon running +317 GPG_ERR_KEYBOXD Keybox daemon error +318 GPG_ERR_NO_SERVICE Service is not running +319 GPG_ERR_SERVICE Service error # This range is free for use. 666 GPG_ERR_SYSTEM_BUG System bug detected @@ -470,7 +474,47 @@ 1038 GPG_ERR_USER_15 User defined error code 15 1039 GPG_ERR_USER_16 User defined error code 16 -# 1040 to 16380 are free to be used. +# 1040 to 1499 are free to be used. + +# 1500 to 1755 are mapped SQLite primary error codes. +1500 GPG_ERR_SQL_OK SQL success +1501 GPG_ERR_SQL_ERROR SQL error +1502 GPG_ERR_SQL_INTERNAL Internal logic error in SQL library +1503 GPG_ERR_SQL_PERM Access permission denied (SQL) +1504 GPG_ERR_SQL_ABORT SQL abort was requested +1505 GPG_ERR_SQL_BUSY SQL database file is locked +1506 GPG_ERR_SQL_LOCKED An SQL table in the database is locked +1507 GPG_ERR_SQL_NOMEM SQL library ran out of core +1508 GPG_ERR_SQL_READONLY Attempt to write a readonly SQL database +1509 GPG_ERR_SQL_INTERRUPT SQL operation terminated by interrupt +1510 GPG_ERR_SQL_IOERR I/O error during SQL operation +1511 GPG_ERR_SQL_CORRUPT SQL database disk image is malformed +1512 GPG_ERR_SQL_NOTFOUND Unknown opcode in SQL file control +1513 GPG_ERR_SQL_FULL Insertion failed because SQL database is full +1514 GPG_ERR_SQL_CANTOPEN Unable to open the SQL database file +1515 GPG_ERR_SQL_PROTOCOL SQL database lock protocol error +1516 GPG_ERR_SQL_EMPTY (internal SQL code: empty) +1517 GPG_ERR_SQL_SCHEMA SQL database schema changed +1518 GPG_ERR_SQL_TOOBIG String or blob exceeds size limit (SQL) +1519 GPG_ERR_SQL_CONSTRAINT SQL abort due to constraint violation +1520 GPG_ERR_SQL_MISMATCH Data type mismatch (SQL) +1521 GPG_ERR_SQL_MISUSE SQL library used incorrectly +1522 GPG_ERR_SQL_NOLFS SQL library uses unsupported OS features +1523 GPG_ERR_SQL_AUTH Authorization denied (SQL) +1524 GPG_ERR_SQL_FORMAT (unused SQL code: format) +1525 GPG_ERR_SQL_RANGE SQL bind parameter out of range +1526 GPG_ERR_SQL_NOTADB File opened that is not an SQL database file +1527 GPG_ERR_SQL_NOTICE Notifications from SQL logger +1528 GPG_ERR_SQL_WARNING Warnings from SQL logger + +# 1529 to 1599 are reserved for newer SQLite primary error codes. + +1600 GPG_ERR_SQL_ROW SQL has another row ready +1601 GPG_ERR_SQL_DONE SQL has finished executing + +# 1602 to 1755 are reserved for newer SQLite primary error codes. + +# 1756 to 16380 are free to be used. 16381 GPG_ERR_MISSING_ERRNO System error w/o errno 16382 GPG_ERR_UNKNOWN_ERRNO Unknown system error diff -Nru libgpg-error-1.36/src/estream.c libgpg-error-1.37/src/estream.c --- libgpg-error-1.36/src/estream.c 2019-01-04 11:40:47.000000000 +0000 +++ libgpg-error-1.37/src/estream.c 2019-12-12 14:23:37.000000000 +0000 @@ -89,6 +89,10 @@ # include # endif # include +#else +# ifdef HAVE_POLL_H +# include +# endif #endif /* Enable tracing. The value is the module name to be printed. */ @@ -150,11 +154,7 @@ # define _set_errno(a) do { errno = (a); } while (0) #endif -#ifdef HAVE_W32_SYSTEM -# define IS_INVALID_FD(a) ((void*)(a) == (void*)(-1)) /* ?? FIXME. */ -#else -# define IS_INVALID_FD(a) ((a) == -1) -#endif +#define IS_INVALID_FD(a) ((a) == -1) /* Calculate array dimension. */ #ifndef DIM @@ -461,19 +461,14 @@ else item_prev = item; - if (item_prev) + if (item) { - item_prev->next = item->next; + if (item_prev) + item_prev->next = item->next; + else + estream_list = item->next; mem_free (item); } - else - { - if (item) - { - estream_list = item->next; - mem_free (item); - } - } if (!with_locked_list) unlock_list (); @@ -4332,7 +4327,7 @@ If a line has been truncated, the file pointer is moved forward to the end of the line so that the next read starts with the next - line. Note that MAX_LENGTH must be re-initialzied in this case. + line. Note that MAX_LENGTH must be re-initialized in this case. The caller initially needs to provide the address of a variable, initialized to NULL, at ADDR_OF_BUFFER and don't change this value @@ -4564,7 +4559,7 @@ #ifdef HAVE_W32CE_SYSTEM int fd = (int)file; #else - int fd = _open_osfhandle ((long)file, 0); + int fd = _open_osfhandle ((intptr_t)file, 0); if (fd == -1) { CloseHandle (file); @@ -4782,9 +4777,14 @@ int count = 0; int idx; #ifndef HAVE_W32_SYSTEM +# ifdef HAVE_POLL_H + struct pollfd *poll_fds = NULL; + nfds_t poll_nfds; +# else fd_set readfds, writefds, exceptfds; int any_readfd, any_writefd, any_exceptfd; int max_fd; +#endif int fd, ret, any; #endif /*HAVE_W32_SYSTEM*/ @@ -4833,6 +4833,9 @@ /* FIXME */ } + if (count) + goto leave; + /* Now do the real select. */ #ifdef HAVE_W32_SYSTEM @@ -4841,7 +4844,39 @@ _gpgrt_post_syscall (); #else /*!HAVE_W32_SYSTEM*/ +# ifdef HAVE_POLL_H + poll_fds = xtrymalloc (sizeof (*poll_fds)*nfds); + if (!poll_fds) + { + count = -1; + goto leave; + } + poll_nfds = 0; + for (item = fds, idx = 0; idx < nfds; item++, idx++) + { + if (item->ignore) + continue; + fd = _gpgrt_fileno (item->stream); + if (fd == -1) + continue; /* Stream does not support polling. */ + + if (item->want_read || item->want_write || item->want_oob) + { + poll_fds[poll_nfds].fd = fd; + poll_fds[poll_nfds].events = ((item->want_read ? POLLIN : 0) + |(item->want_write ? POLLOUT : 0) + |(item->want_oob ? POLLPRI : 0)); + poll_fds[poll_nfds].revents = 0; + poll_nfds++; + } + } + _gpgrt_pre_syscall (); + do + ret = poll (poll_fds, poll_nfds, timeout); + while (ret == -1 && (errno == EINTR || errno == EAGAIN)); + _gpgrt_post_syscall (); +# else /* !HAVE_POLL_H */ any_readfd = any_writefd = any_exceptfd = 0; max_fd = 0; for (item = fds, idx = 0; idx < nfds; item++, idx++) @@ -4902,10 +4937,15 @@ } while (ret == -1 && errno == EINTR); _gpgrt_post_syscall (); +# endif if (ret == -1) { +# ifdef HAVE_POLL_H + trace_errno (1, ("poll failed: ")); +# else trace_errno (1, ("select failed: ")); +# endif count = -1; goto leave; } @@ -4917,6 +4957,48 @@ goto leave; } +# ifdef HAVE_POLL_H + poll_nfds = 0; + for (item = fds, idx = 0; idx < nfds; item++, idx++) + { + if (item->ignore) + continue; + fd = _gpgrt_fileno (item->stream); + if (fd == -1) + { + item->got_err = 1; /* Stream does not support polling. */ + count++; + continue; + } + + any = 0; + if (item->stream->intern->indicators.hup) + { + item->got_hup = 1; + any = 1; + } + if (item->want_read && (poll_fds[poll_nfds].revents & (POLLIN|POLLHUP))) + { + item->got_read = 1; + any = 1; + } + if (item->want_write && (poll_fds[poll_nfds].revents & POLLOUT)) + { + item->got_write = 1; + any = 1; + } + if (item->want_oob && (poll_fds[poll_nfds].revents & ~(POLLIN|POLLOUT))) + { + item->got_oob = 1; + any = 1; + } + + if (item->want_read || item->want_write || item->want_oob) + poll_nfds++; + if (any) + count++; + } +# else for (item = fds, idx = 0; idx < nfds; item++, idx++) { if (item->ignore) @@ -4954,9 +5036,15 @@ if (any) count++; } +# endif #endif /*!HAVE_W32_SYSTEM*/ leave: +#ifndef HAVE_W32_SYSTEM +# ifdef HAVE_POLL_H + xfree (poll_fds); +# endif +#endif #ifdef ENABLE_TRACING trace (("leave: count=%d", count)); if (count > 0) diff -Nru libgpg-error-1.36/src/estream-printf.c libgpg-error-1.37/src/estream-printf.c --- libgpg-error-1.36/src/estream-printf.c 2019-01-04 11:42:04.000000000 +0000 +++ libgpg-error-1.37/src/estream-printf.c 2019-09-08 17:37:52.000000000 +0000 @@ -1204,7 +1204,6 @@ if (arg->vt != VALTYPE_STRING) return -1; - string = value.a_string; if (sf) string = sf (value.a_string, string_no, sfvalue); else diff -Nru libgpg-error-1.36/src/gpg-error.c libgpg-error-1.37/src/gpg-error.c --- libgpg-error-1.36/src/gpg-error.c 2019-01-16 07:43:46.000000000 +0000 +++ libgpg-error-1.37/src/gpg-error.c 2020-02-06 20:11:58.000000000 +0000 @@ -168,6 +168,10 @@ const char *gpg_strsource_sym (gpg_error_t err); +/* Parse string STR assuming it is either a single number N or in the + * form K.N to denote an error source code K and and error code N. + * Returns false on error (e.g. invalid number) or true for valid + * codes; if true is returned a full error code is stored at ERR. */ static int get_err_from_number (char *str, gpg_error_t *err) { @@ -199,6 +203,15 @@ } +/* Helper function to parse a symbol either with a "GPG_ERR_SOURCE_" + * or "GPG_ERR_" prefix. If the symbol is not available false is + * return; else the symbols value is ORed into the value at ERR + * (shifted for a GPG_ERR_SOURCE_) and true returned. HAVE_SOURCE and + * HAVE_CODE are expected to be addresses where a 0 is stored; a 1 is + * stored at the respective address to mark whether a code or source + * value was found. If one of those state variables already point to + * a true value the function will return 0 and not change the value at + * ERR. */ static int get_err_from_symbol_one (char *str, gpg_error_t *err, int *have_source, int *have_code) @@ -251,6 +264,11 @@ } +/* Parse string STR assuming it is either a single symbol C or in the + * form S.C to denote an error source symbold S and and error code + * symbold C. Returns false on error (e.g. invalid number) or true + * for valid codes; if true is returned a full error code is stored at + * ERR. */ static int get_err_from_symbol (char *str, gpg_error_t *err) { @@ -286,6 +304,44 @@ } +/* Parse string STR assuming it partial code symbol and store its + * value at ERR and return true. */ +static int +get_err_from_codesymbol (char *str, gpg_error_t *err) +{ + static const char code_prefix[] = "GPG_ERR_"; + gpg_err_code_t code; + + *err = 0; + + /* Skip an optional prefix. */ + if (!strncasecmp (code_prefix, str, sizeof (code_prefix) - 1)) + str += sizeof (code_prefix) - 1; + + for (code = 0; code < GPG_ERR_CODE_DIM; code++) + { + const char *code_sym = gpg_strerror_sym (code); + if (code_sym + && !strcasecmp (str, code_sym + sizeof (code_prefix) - 1)) + { + *err |= code; + return 1; + } + } + return 0; +} + + +/* Helper function to parse a string which maps back to a source or + * code value. If no source or code for the symbold is available + * false is return; else the source or code value is ORed into the + * value at ERR (shifted for a GPG_ERR_SOURCE_) and true returned. + * The match is first tried on source values and then on code values. + * HAVE_SOURCE and HAVE_CODE are expected to be addresses where a 0 is + * stored; a 1 is stored at the respective address to mark whether a + * code or source value was found. If one of those state variables + * already point to a true value the function will return 0 and not + * change the value at ERR. */ static int get_err_from_str_one (char *str, gpg_error_t *err, int *have_source, int *have_code) @@ -325,6 +381,11 @@ } +/* Parse string STR assuming it is either a single desription string C + * or in the form S.C to denote an error source descrition S and and + * error code description C. Returns false on error (e.g. invalid + * symbol) or true for valid codes; if true is returned a full error + * code is stored at ERR. */ static int get_err_from_str (char *str, gpg_error_t *err) { @@ -336,10 +397,13 @@ char saved_char = 0; /* (avoid warning) */ *err = 0; + /* First match on the entire string to handle the case that it is + * code description with spaces. */ ret = get_err_from_str_one (str, err, &have_source, &have_code); if (ret) return ret; + /* Then figure out whether the first string is a simple word. */ while (*str2 && ((*str2 >= 'A' && *str2 <= 'Z') || (*str2 >= 'a' && *str2 <= 'z') || (*str2 >= '0' && *str2 <= '9') @@ -493,13 +557,13 @@ "Print all error codes"), ARGPARSE_c (CMD_DEFINES, "defines", "Print all error codes as #define lines"), - ARGPARSE_c (CMD_LOCALE, "locale", #if HAVE_W32_SYSTEM - "Return the locale used for gettext" + ARGPARSE_c (CMD_LOCALE, "locale", + "Return the locale used for gettext"), #else - "@" + ARGPARSE_c (CMD_LOCALE, "locale", + "@"), #endif - ), ARGPARSE_s_n (OPT_DESC, "desc", "Print with error description"), ARGPARSE_end() @@ -640,8 +704,15 @@ { for (i=0; i < argc; i++) { + /* First check the arg is a number N or K.N, + * then check the arg for CODESYM or SOURCESYM.CODESYM, + * then check the arg for CODESYM or CODESYM w/o GPG_ERR_ prefix, + * then check the arg for code description + * or symbol dot code description. + */ if (get_err_from_number (argv[i], &err) || get_err_from_symbol (argv[i], &err) + || get_err_from_codesymbol (argv[i], &err) || get_err_from_str (argv[i], &err)) { source_sym = gpg_strsource_sym (err); diff -Nru libgpg-error-1.36/src/gpg-error-config.in libgpg-error-1.37/src/gpg-error-config.in --- libgpg-error-1.36/src/gpg-error-config.in 2018-10-24 08:00:20.000000000 +0000 +++ libgpg-error-1.37/src/gpg-error-config.in 2019-08-22 10:18:30.000000000 +0000 @@ -1,4 +1,4 @@ -#!/bin/sh +#!@INSTALLSHELLPATH@ # Copyright (C) 1999, 2002, 2003 Free Software Foundation, Inc. # # This file is free software; as a special exception the author gives diff -Nru libgpg-error-1.36/src/gpg-error-config-test.sh libgpg-error-1.37/src/gpg-error-config-test.sh --- libgpg-error-1.36/src/gpg-error-config-test.sh 2018-11-15 18:28:20.000000000 +0000 +++ libgpg-error-1.37/src/gpg-error-config-test.sh 2020-02-07 12:17:48.000000000 +0000 @@ -9,9 +9,15 @@ if [ "$1" = --old-new ]; then PKG_CONFIG_CMD=./gpg-error-config-old else + pkg_config_min_version=0.29 PKG_CONFIG_SYSROOT_DIR="/var/example-target" export PKG_CONFIG_SYSROOT_DIR PKG_CONFIG_CMD="pkg-config gpg-error" + check_ver=$( ($PKG_CONFIG_CMD --version; echo $pkg_config_min_version) | \ + sort -t '.' -n -k1,1 -k2,2 -k3,3 | sed 1q ) + if [ $check_ver != $pkg_config_min_version ]; then + exit 77 # Skip tests, because it's too old + fi if ! $PKG_CONFIG_CMD --exists >/dev/null; then exit 77 # Skip tests fi diff -Nru libgpg-error-1.36/src/gpg-error-config-test.sh.in libgpg-error-1.37/src/gpg-error-config-test.sh.in --- libgpg-error-1.36/src/gpg-error-config-test.sh.in 1970-01-01 00:00:00.000000000 +0000 +++ libgpg-error-1.37/src/gpg-error-config-test.sh.in 2019-08-22 10:18:30.000000000 +0000 @@ -0,0 +1,96 @@ +#!@INSTALLSHELLPATH@ + +srcdir=${0%/*} + +PKG_CONFIG_PATH="." + +export PKG_CONFIG_PATH + +if [ "$1" = --old-new ]; then + PKG_CONFIG_CMD=./gpg-error-config-old +else + pkg_config_min_version=0.29 + PKG_CONFIG_SYSROOT_DIR="/var/example-target" + export PKG_CONFIG_SYSROOT_DIR + PKG_CONFIG_CMD="pkg-config gpg-error" + check_ver=$( ($PKG_CONFIG_CMD --version; echo $pkg_config_min_version) | \ + sort -t '.' -n -k1,1 -k2,2 -k3,3 | sed 1q ) + if [ $check_ver != $pkg_config_min_version ]; then + exit 77 # Skip tests, because it's too old + fi + if ! $PKG_CONFIG_CMD --exists >/dev/null; then + exit 77 # Skip tests + fi +fi + +test_failed="" + +failure () { + ( + echo "Test result: $*" + echo "====================: $PKG_CONFIG_CMD" + echo "$OUTPUT_OLD" + echo "====================: gpgrt-config" + echo "$OUTPUT_NEW" + echo "====================" + ) >> gpg-error-config-test.log + test_failed=yes +} + +rm -f gpg-error-config-test.log + +OUTPUT_OLD=$(echo $($PKG_CONFIG_CMD --libs)) +OUTPUT_NEW=$($srcdir/gpgrt-config --libs) +[ "$OUTPUT_OLD" = "$OUTPUT_NEW" ] || failure --libs + +OUTPUT_OLD=$(echo $($PKG_CONFIG_CMD --cflags)) +OUTPUT_NEW=$($srcdir/gpgrt-config --cflags) +[ "$OUTPUT_OLD" = "$OUTPUT_NEW" ] || failure --cflags + +OUTPUT_OLD=$(echo $($PKG_CONFIG_CMD --cflags --libs)) +OUTPUT_NEW=$($srcdir/gpgrt-config --cflags --libs) +[ "$OUTPUT_OLD" = "$OUTPUT_NEW" ] || failure --cflags --libs + +if [ "$PKG_CONFIG_CMD" = ./gpg-error-config-old ]; then + OUTPUT_OLD=$(echo $($PKG_CONFIG_CMD --version)) + OUTPUT_NEW=$($srcdir/gpgrt-config --version) + [ "$OUTPUT_OLD" = "$OUTPUT_NEW" ] || failure --version + + OUTPUT_OLD=$(echo $($PKG_CONFIG_CMD --mt --libs)) + OUTPUT_NEW=$($srcdir/gpgrt-config --mt --libs) + [ "$OUTPUT_OLD" = "$OUTPUT_NEW" ] || failure --mt --libs + + OUTPUT_OLD=$(echo $($PKG_CONFIG_CMD --mt --cflags)) + OUTPUT_NEW=$($srcdir/gpgrt-config --mt --cflags) + [ "$OUTPUT_OLD" = "$OUTPUT_NEW" ] || failure --mt --cflags + + OUTPUT_OLD=$(echo $($PKG_CONFIG_CMD --cflags --libs)) + OUTPUT_NEW=$($srcdir/gpgrt-config --cflags --libs) + [ "$OUTPUT_OLD" = "$OUTPUT_NEW" ] || failure --cflags --libs + + OUTPUT_OLD=$(echo $($PKG_CONFIG_CMD --mt --cflags --libs)) + OUTPUT_NEW=$($srcdir/gpgrt-config --mt --cflags --libs) + [ "$OUTPUT_OLD" = "$OUTPUT_NEW" ] || failure --mt --cflags --libs + + OUTPUT_OLD=$(echo $($PKG_CONFIG_CMD --variable=mtcflags)) + OUTPUT_NEW=$($srcdir/gpgrt-config --variable=mtcflags) + [ "$OUTPUT_OLD" = "$OUTPUT_NEW" ] || failure --variable=mtcflags + + OUTPUT_OLD=$(echo $($PKG_CONFIG_CMD --variable=mtlibs)) + OUTPUT_NEW=$($srcdir/gpgrt-config --variable=mtlibs) + [ "$OUTPUT_OLD" = "$OUTPUT_NEW" ] || failure --variable=mtlibs + + OUTPUT_OLD=$(echo $($PKG_CONFIG_CMD --variable=host)) + OUTPUT_NEW=$($srcdir/gpgrt-config --variable=host) + [ "$OUTPUT_OLD" = "$OUTPUT_NEW" ] || failure --variable=host +fi + +if [ -n "$test_failed" ]; then + OUTPUT_OLD=$($PKG_CONFIG_CMD --version) + OUTPUT_NEW=$($srcdir/gpgrt-config --version) + failure --version + + exit 99 +fi + +exit 0 diff -Nru libgpg-error-1.36/src/gpg-error.h.in libgpg-error-1.37/src/gpg-error.h.in --- libgpg-error-1.36/src/gpg-error.h.in 2019-01-31 19:01:02.000000000 +0000 +++ libgpg-error-1.37/src/gpg-error.h.in 2019-12-12 15:23:55.000000000 +0000 @@ -415,6 +415,13 @@ * (report this) and GPG_ERR_MISSING_ERRNO if ERRNO has the value 0. */ gpg_err_code_t gpg_err_code_from_syserror (void); +/* Mapper for SQLite primary error codes. */ +static GPG_ERR_INLINE gpg_error_t +gpg_err_code_from_sqlite (int sqlres) +{ + return sqlres? GPG_ERR_SQL_OK + (sqlres & 0xff) : 0; +} + /* Set the ERRNO variable. This function is the preferred way to set * ERRNO due to peculiarities on WindowsCE. */ diff -Nru libgpg-error-1.36/src/gpgrt-config libgpg-error-1.37/src/gpgrt-config --- libgpg-error-1.36/src/gpgrt-config 2018-12-12 08:14:31.000000000 +0000 +++ libgpg-error-1.37/src/gpgrt-config 2020-02-07 12:17:48.000000000 +0000 @@ -115,6 +115,9 @@ *:\ *) _key="${_line%%:\ *}" _value="${_line#*:\ }" + if expr "$_key" : ".*\..*" >/dev/null; then + _key="${_key%.*}_${_key#*.}" + fi ATTR_list="$ATTR_list${ATTR_list:+ }ATTR_$_key" read ATTR_$_key <" +# +get_var () { + ___name=$1 + + eval echo \$VAR_$___name +} + +# +# get_attr: Get the attribute value of KEY +# +# Attributes are recorded in the shell variables named "ATTR_" +# +get_attr () { + ___name=$1 + + eval echo \$ATTR_$___name +} + +# Remove ${varname} part in the beginning of a string. +remove_var_expr () { + ___varname=$1 + shift + + expr "$*" : "\${$___varname}\\(.*\\)" +} + +# Given a string, substitute variables. +substitute_vars () { + __string="$1" + __varname="" + __result="" + + while [ -n "$__string" ]; do + case "$__string" in + \$\$*) + __result="$__result\$" + __string="${__string#\$\$}" + ;; + \${*}*) + __varname="${__string#\$\{}" + __varname="${__varname%%\}*}" + __result="$__result$(get_var $__varname)" + __string=$(remove_var_expr $__varname $__string) + ;; + *) + __result="$__result$(printf %c "$__string")" + __string="${__string#$(printf %c "$__string")}" + ;; + esac + done + + echo "$__result" +} + +# +# Read a config from stdin +# +# Variables: +# For VAR=VALUE, value is stored in the shell variable VAR_*. +# +# Attributes: +# For KEY: VALUE, value is stored in the shell variable ATTR_*. +# +read_config_from_stdin () { + _filename=$1 + _line="" + _varname="" + _value="" + _key="" + _reading_attrs="" + + while read _line; do + if [ -z "$_line" ]; then + _reading_attrs=yes + continue + elif [ -z "$_reading_attrs" ]; then + case "$_line" in + *=*) + _varname="${_line%%=*}" + _value="${_line#*=}" + VAR_list="$VAR_list${VAR_list:+ }VAR_$_varname" + read VAR_$_varname </dev/null; then + _key="${_key%.*}_${_key#*.}" + fi + ATTR_list="$ATTR_list${ATTR_list:+ }ATTR_$_key" + read ATTR_$_key <&2 + exit 1 + ;; + esac + fi + done +} + + +find_file_in_path () { + _f=$1 + _p=$2 + _saved_IFS="$IFS" + _arg="" + IFS=":" # On Windows it should be ";"??? + + for _arg in $_p; do + if [ -r $_arg/$_f ]; then + RESULT="$_arg/$_f" + IFS="$_saved_IFS" + return 0 + fi + done + IFS="$_saved_IFS" + RESULT="" + return 1 +} + +read_config_file () { + if ! find_file_in_path $1.pc $2; then + if [ -z "$want_exists" ]; then + echo "Can't find $1.pc" 1>&2 + fi + exit 1 + fi + read_config_from_stdin $RESULT < $RESULT +} + +cleanup_vars_attrs () { + eval unset $VAR_list VAR_list + eval unset $ATTR_list ATTR_list +} + +not_listed_yet () { + ___m=$1 + ___arg="" + shift + + for ___arg; do + if [ $___m = $___arg ]; then + return 1 + fi + done + + return 0 +} + +list_only_once () { + __result="" + __arg="" + + for __arg; do + if not_listed_yet $__arg $__result; then + __result="$__result${__result:+ }$__arg" + fi + done + + echo $__result +} + +list_only_once_for_libs () { + __result="" + __rev_list="" + __arg="" + + # Scan the list and eliminate duplicates for non-"-lxxx" + # the resulted list is in reverse order + for __arg; do + case "$__arg" in + -l*) + # As-is + __rev_list="$__arg${__rev_list:+ }$__rev_list" + ;; + *) + if not_listed_yet $__arg $__rev_list; then + __rev_list="$__arg${__rev_list:+ }$__rev_list" + fi + ;; + esac + done + + # Scan again + for __arg in $__rev_list; do + case "$__arg" in + -l*) + if not_listed_yet $__arg $__result; then + __result="$__arg${__result:+ }$__result" + fi + ;; + *) + # As-is + __result="$__arg${__result:+ }$__result" + ;; + esac + done + + echo $__result +} + +arg1_is_same () { + [ "$1" = "=" -o "$1" = ">=" -o "$1" = "<=" ] +} + +arg1_is_less () { + [ "$1" = "!=" -o "$1" = "<" -o "$1" = "<=" ] +} + +arg1_is_great () { + [ "$1" = "!=" -o "$1" = ">" -o "$1" = ">=" ] +} + +# +# Evaluate comparison between versions in RPM way +# +eval_compare_version () { + ___str1="$1" + ___cmp="$2" + ___str2="$3" + ___char1="" + ___char2="" + ___chunk1="" + ___chunk2="" + + while [ -n "$___str1" -a -n "$___str2" ]; do + # Trim anything that's not alnum or tilde from the front + ___str1="$(expr "$___str1" : '[^0-9A-Za-z~]*\(.*\)')" + ___str2="$(expr "$___str2" : '[^0-9A-Za-z~]*\(.*\)')" + + # Get the first character + ___char1=${___str1%${___str1#?}} + ___char2=${___str2%${___str2#?}} + + if [ "$___char1" = ~ -o "$___char2" = ~ ]; then + if [ "$___char1" != ~ ]; then + arg1_is_great $___cmp + return + fi + if [ "$___char2" != ~ ]; then + arg1_is_less $___cmp + return + fi + ___str1=${___str1#~} + ___str2=${___str2#~} + continue + fi + + if [ -z "$___char1" -o -z "$___char2" ]; then + break + fi + + case "$___char1$___char2" in + [0-9][A-Za-z]) + arg1_is_great $___cmp + return + ;; + [A-Za-z][0-9]) + arg1_is_less $___cmp + return + ;; + [0-9][0-9]) + ___chunk1="$(expr "$___str1" : '\([0-9]*\)')" + ___chunk2="$(expr "$___str2" : '\([0-9]*\)')" + ;; + [A-Za-z][A-Za-z]) + ___chunk1="$(expr "$___str1" : '\([A-Za-z]*\)')" + ___chunk2="$(expr "$___str2" : '\([A-Za-z]*\)')" + ;; + esac + + # Compare chunks numerically if digits, or lexicographically + if expr "$___chunk1" "!=" "$___chunk2" >/dev/null; then + if expr "$___chunk1" ">" "$___chunk2" >/dev/null; then + arg1_is_great $___cmp + return + else + arg1_is_less $___cmp + return + fi + fi + + # Remove the chunk + ___str1="${___str1#$___chunk1}" + ___str2="${___str2#$___chunk2}" + done + + # Either STR1, STR2 or both is empty here + if [ -n "$___str1" ]; then + case "$___str1" in + ~*) arg1_is_less $___cmp ;; + *) arg1_is_great $___cmp ;; + esac + elif [ -n "$___str2" ]; then + case "$___str2" in + ~*) arg1_is_great $___cmp ;; + *) arg1_is_less $___cmp ;; + esac + else + arg1_is_same $___cmp + fi +} + +# +# Recursively solve package dependencies +# +# Result is in the PKG_LIST variable +# +all_required_config_files () { + all_list="" + new_list="" + p="" + pkg="" + cmp="" + + list=$* + while [ -n "$list" ]; do + for p in $list; do + if [ -z "$pkg" ]; then + pkg=$p + elif [ -z "$cmp" ]; then + case "$p" in + "="|"!="|"<"|">"|"<="|">=") cmp=$p ;; + *) + read_config_file $pkg $PKG_CONFIG_PATH + all_list="$all_list${all_list:+ }$pkg" + new_list="$new_list${new_list:+ }$(get_attr Requires)" + if [ -n "$enable_static" ]; then + new_list="$new_list${new_list:+ }$(get_attr Requires_private)" + fi + cleanup_vars_attrs + pkg=$p + ;; + esac + else + read_config_file $pkg $PKG_CONFIG_PATH + if ! eval_compare_version "$(get_attr Version)" $cmp $p; then + echo "Version mismatch for $pkg $cmp $p: $(get_attr Version)" 1>&2 + exit 1 + fi + all_list="$all_list${all_list:+ }$pkg" + new_list="$new_list${new_list:+ }$(get_attr Requires)" + if [ -n "$enable_static" ]; then + new_list="$new_list${new_list:+ }$(get_attr Requires_private)" + fi + cleanup_vars_attrs + pkg="" + cmp="" + fi + done + if [ -n "$cmp" ]; then + echo "No version after comparison operator ($cmp): $pkg" 1>&2 + exit 1 + elif [ -n "$pkg" ]; then + read_config_file $pkg $PKG_CONFIG_PATH + all_list="$all_list${all_list:+ }$pkg" + new_list="$new_list${new_list:+ }$(get_attr Requires)" + if [ -n "$enable_static" ]; then + new_list="$new_list${new_list:+ }$(get_attr Requires_private)" + fi + cleanup_vars_attrs + fi + + list="$new_list" + new_list="" + done + + PKG_LIST=$(list_only_once $all_list) +} + +# +# Modify -I or -L by PKG_CONFIG_SYSROOT_DIR variable +# +sysroot () { + _opt="$1" + _result="" + shift + + while [ $# -gt 0 ]; do + if [ $1 = $_opt ]; then + _result="$_result${_result:+ }$_opt" + shift + _result="$_result $PKG_CONFIG_SYSROOT_DIR$1" + elif expr "x$1" : "^x$_opt" >/dev/null; then + _result="$_result${_result:+ }$_opt$PKG_CONFIG_SYSROOT_DIR$(expr "x$1" : "^x$_opt\(.*\)")" + else + _result="$_result${_result:+ }$1" + fi + shift + done + echo "$_result" +} + +# Show usage +usage () { + cat <&2 + exit 1 + fi +else + if [ -n "$libdir" ]; then + # --libdir option is available, it overrides existing PKG_CONFIG_LIBDIR + PKG_CONFIG_LIBDIR=$libdir/pkgconfig + fi + if [ -z "$PKG_CONFIG_LIBDIR" ]; then + if [ -z "$PKG_CONFIG_PATH" ]; then + echo "Please use --libdir=LIBDIR option or set PKG_CONFIG_LIBDIR" 1>&2 + echo "Or set PKG_CONFIG_PATH" 1>&2 + exit 1 + fi + else + # PKG_CONFIG_LIBDIR is available here + # Modify PKG_CONFIG_PATH, prepending PKG_CONFIG_LIBDIR + PKG_CONFIG_PATH="$PKG_CONFIG_LIBDIR${PKG_CONFIG_PATH:+:}$PKG_CONFIG_PATH" + fi +fi +# PKG_CONFIG_PATH is ready here + +# + +if test $# -eq 0; then + usage 1 1>&2 +fi + + +# Second stage to do the main functionality + +module_list="" +want_var="" +want_attr="" +want_cflags="" +want_libs="" +want_exists="" +enable_static="" + +cflags="" +libs="" +mtcflags="" +mtlibs="" + +delimiter=" " +output="" + +mt="no" + +VAR_list=VAR_pc_sysrootdir +if [ -z "$PKG_CONFIG_SYSROOT_DIR" ]; then + VAR_pc_sysrootdir="/" +else + VAR_pc_sysrootdir="$PKG_CONFIG_SYSROOT_DIR" +fi + +while test $# -gt 0; do + case $1 in + #### pkg-config incompatible options: begin + --prefix) + # In future, use --variable=prefix instead. + want_var=prefix + ;; + --exec-prefix) + # In future, use --variable=exec_prefix instead. + want_var=exec_prefix + ;; + --version) + # In future, use --modversion instead. + want_attr=Version + delimiter=" +" + ;; + --api-version) + # In future, use --variable=api_version instead. + want_var=api_version + ;; + --host) + # In future, use --variable=host instead. + want_var=host + ;; + --mt) + # In future, use --variable=mtcflags or --variable=mtlibs. + mt=yes + ;; + #### pkg-config incompatible options: end + --modversion) + want_attr=Version + delimiter=" +" + ;; + --exists) + want_exists=yes + ;; + --cflags) + want_cflags=yes + ;; + --libs) + want_libs=yes + ;; + --static) + enable_static=yes + ;; + --variable=*) + want_var=${1#*=} + ;; + --help) + usage 0 + ;; + --*) + usage 1 1>&2 + ;; + *) + # Modules + module_list="$module_list${module_list:+ }$1" + ;; + esac + + shift +done + + +if [ -z "$module_list" ]; then + module_list=$default_module +elif expr "$module_list" : "=\|!=\|<\|>\|<=\|>=" >/dev/null; then + module_list="$default_module $module_list" +fi + +all_required_config_files $module_list + +for p in $PKG_LIST; do + read_config_file $p $PKG_CONFIG_PATH + # For want_var or want_attr, get it from the first package + if [ -n "$want_var" ]; then + output="$(get_var $want_var)" + break + elif [ -n "$want_attr" ]; then + output="$(get_attr $want_attr)" + break + else + cflags="$cflags${cflags:+ }$(get_attr Cflags)" + libs="$libs${libs:+ }$(get_attr Libs)" + if [ -n "$enable_static" ]; then + libs="$libs${libs:+ }$(get_attr Libs_private)" + fi + + if [ $p = "gpg-error" ]; then + mtcflags="$(get_var mtcflags)" + mtlibs="$(get_var mtlibs)" + fi + fi + cleanup_vars_attrs +done + +if [ -z "$want_var" -a -z "$want_attr" ]; then + if [ -n "$want_cflags" ]; then + output="$output${output:+ }$(sysroot -I $(list_only_once $cflags))" + # Backward compatibility to old gpg-error-config + if [ $mt = yes -a -n "$mtcflags" ]; then + output="$output${output:+ }$mtcflags" + fi + fi + if [ -n "$want_libs" ]; then + output="$output${output:+ }$(sysroot -L $(list_only_once_for_libs $libs))" + # Backward compatibility to old gpg-error-config + if [ $mt = yes -a -n "$mtlibs" ]; then + output="$output${output:+ }$mtlibs" + fi + fi +fi + +if [ -z "$want_exists" ]; then + echo "$output" +fi + +exit 0 diff -Nru libgpg-error-1.36/src/gpgrt-int.h libgpg-error-1.37/src/gpgrt-int.h --- libgpg-error-1.36/src/gpgrt-int.h 2019-03-19 07:56:11.000000000 +0000 +++ libgpg-error-1.37/src/gpgrt-int.h 2019-08-22 10:30:38.000000000 +0000 @@ -504,9 +504,9 @@ unsigned int crc; gpg_err_code_t lasterr; unsigned int flags; - int stop_seen:1; - int invalid_encoding:1; - int using_decoder:1; + unsigned int stop_seen:1; + unsigned int invalid_encoding:1; + unsigned int using_decoder:1; }; gpgrt_b64state_t _gpgrt_b64enc_start (estream_t stream, const char *title); diff -Nru libgpg-error-1.36/src/logging.c libgpg-error-1.37/src/logging.c --- libgpg-error-1.36/src/logging.c 2019-03-01 10:56:30.000000000 +0000 +++ libgpg-error-1.37/src/logging.c 2019-12-12 14:23:37.000000000 +0000 @@ -255,9 +255,10 @@ #ifndef HAVE_W32_SYSTEM memset (&srvr_addr, 0, sizeof srvr_addr); srvr_addr_un.sun_family = af; - if (!*name && (name = socket_dir_cb ()) && *name) + if (!*name) { - if (strlen (name) + 7 < sizeof (srvr_addr_un.sun_path)-1) + if ((name = socket_dir_cb ()) && *name + && strlen (name) + 7 < sizeof (srvr_addr_un.sun_path)-1) { strncpy (srvr_addr_un.sun_path, name, sizeof (srvr_addr_un.sun_path)-1); @@ -270,7 +271,7 @@ } else { - if (*name && strlen (name) < sizeof (srvr_addr_un.sun_path)-1) + if (strlen (name) < sizeof (srvr_addr_un.sun_path)-1) { strncpy (srvr_addr_un.sun_path, name, sizeof (srvr_addr_un.sun_path)-1); diff -Nru libgpg-error-1.36/src/Makefile.am libgpg-error-1.37/src/Makefile.am --- libgpg-error-1.36/src/Makefile.am 2018-12-12 08:14:31.000000000 +0000 +++ libgpg-error-1.37/src/Makefile.am 2020-02-06 17:39:06.000000000 +0000 @@ -138,7 +138,6 @@ $(LTRCCOMPILE) -i "$<" -o "$@" gpg_error_res = versioninfo.lo -no_undefined = -no-undefined export_symbols = -export-symbols gpg-error.def # i686-w64-mingw32.gcc version 4.9.1 takes the long long helper # functions from libgcc_s_sjlj-1.dll and not from a static libgcc. As @@ -168,7 +167,6 @@ # arch_sources = posix-lock.c posix-lock-obj.h posix-thread.c spawn-posix.c gpg_error_res = -no_undefined = export_symbols = extra_ltoptions = @@ -190,7 +188,7 @@ endif libgpg_error_la_LDFLAGS = \ - $(no_undefined) $(export_symbols) $(libgpg_error_vers_opt) \ + -no-undefined $(export_symbols) $(libgpg_error_vers_opt) \ $(extra_ltoptions) -version-info \ @LIBGPG_ERROR_LT_CURRENT@:@LIBGPG_ERROR_LT_REVISION@:@LIBGPG_ERROR_LT_AGE@ @@ -279,13 +277,15 @@ # It is correct to use $(CC_FOR_BUILD) here. We want to run the # program at build time. mkerrcodes$(EXEEXT_FOR_BUILD): mkerrcodes.c mkerrcodes.h Makefile - $(CC_FOR_BUILD) -I. -I$(srcdir) -o $@ $(srcdir)/mkerrcodes.c + $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) \ + $(CPPFLAGS_FOR_BUILD) -I. -I$(srcdir) -o $@ $(srcdir)/mkerrcodes.c if HAVE_W32CE_SYSTEM # It is correct to use $(CC_FOR_BUILD) here. We want to run the # program at build time. mkw32errmap$(EXEEXT_FOR_BUILD): mkw32errmap.c mkw32errmap.tab.h Makefile - $(CC_FOR_BUILD) -I. -I$(srcdir) -o $@ $(srcdir)/mkw32errmap.c + $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) \ + $(CPPFLAGS_FOR_BUILD) -I. -I$(srcdir) -o $@ $(srcdir)/mkw32errmap.c endif code-from-errno.h: mkerrcodes$(EXEEXT_FOR_BUILD) Makefile @@ -293,12 +293,13 @@ errnos-sym.h: Makefile mkstrtable.awk errnos.in $(AWK) -f $(srcdir)/mkstrtable.awk -v textidx=2 -v nogettext=1 \ - -v prefix=GPG_ERR_ -v namespace=errnos_ \ + -v prefix=GPG_ERR_ -v pkg_namespace=errnos_ \ $(srcdir)/errnos.in >$@ mkheader$(EXEEXT_FOR_BUILD): mkheader.c Makefile - $(CC_FOR_BUILD) -g -O0 -I. -I$(srcdir) -o $@ $(srcdir)/mkheader.c + $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) \ + $(CPPFLAGS_FOR_BUILD) -g -I. -I$(srcdir) -o $@ $(srcdir)/mkheader.c parts_of_gpg_error_h = \ gpg-error.h.in \ @@ -338,11 +339,12 @@ gpg-error-config: gpgrt-config gpg-error-config-old @echo $(ECHO_N) "Confirm gpg-error-config works... $(ECHO_C)" - @if $(srcdir)/gpg-error-config-test.sh --old-new; then \ + @if ./gpg-error-config-test.sh --old-new; then \ echo "good"; \ else \ echo "no"; \ echo "*** Please report to with gpg-error-config-test.log"; \ + exit 1; \ fi cp gpg-error-config-old $@ diff -Nru libgpg-error-1.36/src/Makefile.in libgpg-error-1.37/src/Makefile.in --- libgpg-error-1.36/src/Makefile.in 2019-03-19 08:58:04.000000000 +0000 +++ libgpg-error-1.37/src/Makefile.in 2020-02-07 12:17:38.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -147,8 +147,14 @@ mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = versioninfo.rc gpg-error.w32-manifest \ - gpg-error.pc gpg-error-config-old + gpg-error.pc gpg-error-config-old gpgrt-config \ + gpg-error-config-test.sh CONFIG_CLEAN_VPATH_FILES = +am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" \ + "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \ + "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgconfigdir)" \ + "$(DESTDIR)$(includedir)" +PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; am__vpath_adj = case $$p in \ $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ @@ -176,10 +182,6 @@ || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ $(am__cd) "$$dir" && rm -f $$files; }; \ } -am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \ - "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" \ - "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgconfigdir)" \ - "$(DESTDIR)$(includedir)" LTLIBRARIES = $(lib_LTLIBRARIES) @HAVE_W32_SYSTEM_TRUE@am__DEPENDENCIES_1 = versioninfo.lo am__DEPENDENCIES_2 = @@ -221,7 +223,6 @@ $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ $(AM_CFLAGS) $(CFLAGS) $(libgpg_error_la_LDFLAGS) $(LDFLAGS) \ -o $@ -PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) gen_posix_lock_obj_SOURCES = gen-posix-lock-obj.c gen_posix_lock_obj_OBJECTS = gen-posix-lock-obj.$(OBJEXT) gen_posix_lock_obj_LDADD = $(LDADD) @@ -247,7 +248,37 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/gen-posix-lock-obj.Po \ + ./$(DEPDIR)/gen-w32-lock-obj.Po \ + ./$(DEPDIR)/gpg_error-gpg-error.Po \ + ./$(DEPDIR)/gpg_error-strerror-sym.Po \ + ./$(DEPDIR)/gpg_error-strsource-sym.Po \ + ./$(DEPDIR)/libgpg_error_la-argparse.Plo \ + ./$(DEPDIR)/libgpg_error_la-b64dec.Plo \ + ./$(DEPDIR)/libgpg_error_la-b64enc.Plo \ + ./$(DEPDIR)/libgpg_error_la-code-from-errno.Plo \ + ./$(DEPDIR)/libgpg_error_la-code-to-errno.Plo \ + ./$(DEPDIR)/libgpg_error_la-estream-printf.Plo \ + ./$(DEPDIR)/libgpg_error_la-estream.Plo \ + ./$(DEPDIR)/libgpg_error_la-init.Plo \ + ./$(DEPDIR)/libgpg_error_la-logging.Plo \ + ./$(DEPDIR)/libgpg_error_la-posix-lock.Plo \ + ./$(DEPDIR)/libgpg_error_la-posix-thread.Plo \ + ./$(DEPDIR)/libgpg_error_la-spawn-posix.Plo \ + ./$(DEPDIR)/libgpg_error_la-spawn-w32.Plo \ + ./$(DEPDIR)/libgpg_error_la-strerror.Plo \ + ./$(DEPDIR)/libgpg_error_la-strsource.Plo \ + ./$(DEPDIR)/libgpg_error_la-syscall-clamp.Plo \ + ./$(DEPDIR)/libgpg_error_la-sysutils.Plo \ + ./$(DEPDIR)/libgpg_error_la-version.Plo \ + ./$(DEPDIR)/libgpg_error_la-visibility.Plo \ + ./$(DEPDIR)/libgpg_error_la-w32-estream.Plo \ + ./$(DEPDIR)/libgpg_error_la-w32-gettext.Plo \ + ./$(DEPDIR)/libgpg_error_la-w32-iconv.Plo \ + ./$(DEPDIR)/libgpg_error_la-w32-lock.Plo \ + ./$(DEPDIR)/libgpg_error_la-w32-reg.Plo \ + ./$(DEPDIR)/libgpg_error_la-w32-thread.Plo am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -319,8 +350,10 @@ std=''; \ fi; \ } -am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/gpg-error-config.in \ - $(srcdir)/gpg-error.pc.in $(srcdir)/gpg-error.w32-manifest.in \ +am__DIST_COMMON = $(srcdir)/Makefile.in \ + $(srcdir)/gpg-error-config-test.sh.in \ + $(srcdir)/gpg-error-config.in $(srcdir)/gpg-error.pc.in \ + $(srcdir)/gpg-error.w32-manifest.in $(srcdir)/gpgrt-config.in \ $(srcdir)/versioninfo.rc.in $(top_srcdir)/build-aux/depcomp \ README DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -366,6 +399,7 @@ GPG_ERROR_CONFIG_MT_LIBS = @GPG_ERROR_CONFIG_MT_LIBS@ GREP = @GREP@ INSTALL = @INSTALL@ +INSTALLSHELLPATH = @INSTALLSHELLPATH@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ @@ -582,8 +616,6 @@ @HAVE_W32_SYSTEM_TRUE@SUFFIXES = .rc .lo @HAVE_W32_SYSTEM_FALSE@gpg_error_res = @HAVE_W32_SYSTEM_TRUE@gpg_error_res = versioninfo.lo -@HAVE_W32_SYSTEM_FALSE@no_undefined = -@HAVE_W32_SYSTEM_TRUE@no_undefined = -no-undefined @HAVE_W32_SYSTEM_FALSE@export_symbols = @HAVE_W32_SYSTEM_TRUE@export_symbols = -export-symbols gpg-error.def @HAVE_W32_SYSTEM_FALSE@extra_ltoptions = @@ -604,7 +636,7 @@ # @HAVE_LD_VERSION_SCRIPT_TRUE@libgpg_error_vers_opt = -Wl,--version-script=$(srcdir)/gpg-error.vers libgpg_error_la_LDFLAGS = \ - $(no_undefined) $(export_symbols) $(libgpg_error_vers_opt) \ + -no-undefined $(export_symbols) $(libgpg_error_vers_opt) \ $(extra_ltoptions) -version-info \ @LIBGPG_ERROR_LT_CURRENT@:@LIBGPG_ERROR_LT_REVISION@:@LIBGPG_ERROR_LT_AGE@ @@ -668,8 +700,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -688,44 +720,10 @@ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ gpg-error-config-old: $(top_builddir)/config.status $(srcdir)/gpg-error-config.in cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ - -install-libLTLIBRARIES: $(lib_LTLIBRARIES) - @$(NORMAL_INSTALL) - @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ - list2=; for p in $$list; do \ - if test -f $$p; then \ - list2="$$list2 $$p"; \ - else :; fi; \ - done; \ - test -z "$$list2" || { \ - echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ - $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ - } - -uninstall-libLTLIBRARIES: - @$(NORMAL_UNINSTALL) - @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ - for p in $$list; do \ - $(am__strip_dir) \ - echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ - done - -clean-libLTLIBRARIES: - -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) - @list='$(lib_LTLIBRARIES)'; \ - locs=`for p in $$list; do echo $$p; done | \ - sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ - sort -u`; \ - test -z "$$locs" || { \ - echo rm -f $${locs}; \ - rm -f $${locs}; \ - } - -libgpg-error.la: $(libgpg_error_la_OBJECTS) $(libgpg_error_la_DEPENDENCIES) $(EXTRA_libgpg_error_la_DEPENDENCIES) - $(AM_V_CCLD)$(libgpg_error_la_LINK) -rpath $(libdir) $(libgpg_error_la_OBJECTS) $(libgpg_error_la_LIBADD) $(LIBS) +gpgrt-config: $(top_builddir)/config.status $(srcdir)/gpgrt-config.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ +gpg-error-config-test.sh: $(top_builddir)/config.status $(srcdir)/gpg-error-config-test.sh.in + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ install-binPROGRAMS: $(bin_PROGRAMS) @$(NORMAL_INSTALL) @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ @@ -785,6 +783,44 @@ echo " rm -f" $$list; \ rm -f $$list +install-libLTLIBRARIES: $(lib_LTLIBRARIES) + @$(NORMAL_INSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + list2=; for p in $$list; do \ + if test -f $$p; then \ + list2="$$list2 $$p"; \ + else :; fi; \ + done; \ + test -z "$$list2" || { \ + echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \ + } + +uninstall-libLTLIBRARIES: + @$(NORMAL_UNINSTALL) + @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \ + for p in $$list; do \ + $(am__strip_dir) \ + echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \ + $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \ + done + +clean-libLTLIBRARIES: + -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) + @list='$(lib_LTLIBRARIES)'; \ + locs=`for p in $$list; do echo $$p; done | \ + sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \ + sort -u`; \ + test -z "$$locs" || { \ + echo rm -f $${locs}; \ + rm -f $${locs}; \ + } + +libgpg-error.la: $(libgpg_error_la_OBJECTS) $(libgpg_error_la_DEPENDENCIES) $(EXTRA_libgpg_error_la_DEPENDENCIES) + $(AM_V_CCLD)$(libgpg_error_la_LINK) -rpath $(libdir) $(libgpg_error_la_OBJECTS) $(libgpg_error_la_LIBADD) $(LIBS) + gen-posix-lock-obj$(EXEEXT): $(gen_posix_lock_obj_OBJECTS) $(gen_posix_lock_obj_DEPENDENCIES) $(EXTRA_gen_posix_lock_obj_DEPENDENCIES) @rm -f gen-posix-lock-obj$(EXEEXT) $(AM_V_CCLD)$(LINK) $(gen_posix_lock_obj_OBJECTS) $(gen_posix_lock_obj_LDADD) $(LIBS) @@ -873,36 +909,42 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen-posix-lock-obj.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen-w32-lock-obj.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_error-gpg-error.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_error-strerror-sym.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_error-strsource-sym.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-argparse.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-b64dec.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-b64enc.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-code-from-errno.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-code-to-errno.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-estream-printf.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-estream.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-init.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-logging.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-posix-lock.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-posix-thread.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-spawn-posix.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-spawn-w32.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-strerror.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-strsource.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-syscall-clamp.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-sysutils.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-version.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-visibility.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-w32-estream.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-w32-gettext.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-w32-iconv.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-w32-lock.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-w32-reg.Plo@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-w32-thread.Plo@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen-posix-lock-obj.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gen-w32-lock-obj.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_error-gpg-error.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_error-strerror-sym.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_error-strsource-sym.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-argparse.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-b64dec.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-b64enc.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-code-from-errno.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-code-to-errno.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-estream-printf.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-estream.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-init.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-logging.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-posix-lock.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-posix-thread.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-spawn-posix.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-spawn-w32.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-strerror.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-strsource.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-syscall-clamp.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-sysutils.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-version.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-visibility.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-w32-estream.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-w32-gettext.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-w32-iconv.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-w32-lock.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-w32-reg.Plo@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgpg_error_la-w32-thread.Plo@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -1356,7 +1398,10 @@ test "$$failed" -eq 0; \ else :; fi -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -1390,12 +1435,12 @@ $(MAKE) $(AM_MAKEFLAGS) check-TESTS check: $(BUILT_SOURCES) $(MAKE) $(AM_MAKEFLAGS) check-am -all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(DATA) \ +all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(SCRIPTS) $(DATA) \ $(HEADERS) install-binPROGRAMS: install-libLTLIBRARIES installdirs: - for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)"; do \ + for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(includedir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: $(BUILT_SOURCES) @@ -1438,7 +1483,36 @@ clean-libtool clean-noinstPROGRAMS mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/gen-posix-lock-obj.Po + -rm -f ./$(DEPDIR)/gen-w32-lock-obj.Po + -rm -f ./$(DEPDIR)/gpg_error-gpg-error.Po + -rm -f ./$(DEPDIR)/gpg_error-strerror-sym.Po + -rm -f ./$(DEPDIR)/gpg_error-strsource-sym.Po + -rm -f ./$(DEPDIR)/libgpg_error_la-argparse.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-b64dec.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-b64enc.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-code-from-errno.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-code-to-errno.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-estream-printf.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-estream.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-init.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-logging.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-posix-lock.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-posix-thread.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-spawn-posix.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-spawn-w32.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-strerror.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-strsource.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-syscall-clamp.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-sysutils.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-version.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-visibility.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-w32-estream.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-w32-gettext.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-w32-iconv.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-w32-lock.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-w32-reg.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-w32-thread.Plo -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1486,7 +1560,36 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/gen-posix-lock-obj.Po + -rm -f ./$(DEPDIR)/gen-w32-lock-obj.Po + -rm -f ./$(DEPDIR)/gpg_error-gpg-error.Po + -rm -f ./$(DEPDIR)/gpg_error-strerror-sym.Po + -rm -f ./$(DEPDIR)/gpg_error-strsource-sym.Po + -rm -f ./$(DEPDIR)/libgpg_error_la-argparse.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-b64dec.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-b64enc.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-code-from-errno.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-code-to-errno.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-estream-printf.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-estream.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-init.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-logging.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-posix-lock.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-posix-thread.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-spawn-posix.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-spawn-w32.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-strerror.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-strsource.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-syscall-clamp.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-sysutils.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-version.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-visibility.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-w32-estream.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-w32-gettext.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-w32-iconv.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-w32-lock.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-w32-reg.Plo + -rm -f ./$(DEPDIR)/libgpg_error_la-w32-thread.Plo -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -1510,16 +1613,16 @@ .MAKE: all check check-am install install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \ - clean-binPROGRAMS clean-generic clean-libLTLIBRARIES \ - clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \ - ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-binPROGRAMS \ - install-binSCRIPTS install-data install-data-am \ - install-data-local install-dist_binSCRIPTS install-dvi \ - install-dvi-am install-exec install-exec-am install-html \ - install-html-am install-info install-info-am \ +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \ + check-am clean clean-binPROGRAMS clean-generic \ + clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS \ + cscopelist-am ctags ctags-am distclean distclean-compile \ + distclean-generic distclean-libtool distclean-tags distdir dvi \ + dvi-am html html-am info info-am install install-am \ + install-binPROGRAMS install-binSCRIPTS install-data \ + install-data-am install-data-local install-dist_binSCRIPTS \ + install-dvi install-dvi-am install-exec install-exec-am \ + install-html install-html-am install-info install-info-am \ install-libLTLIBRARIES install-m4dataDATA install-man \ install-nodist_includeHEADERS install-pdf install-pdf-am \ install-pkgconfigDATA install-ps install-ps-am install-strip \ @@ -1603,23 +1706,26 @@ # It is correct to use $(CC_FOR_BUILD) here. We want to run the # program at build time. mkerrcodes$(EXEEXT_FOR_BUILD): mkerrcodes.c mkerrcodes.h Makefile - $(CC_FOR_BUILD) -I. -I$(srcdir) -o $@ $(srcdir)/mkerrcodes.c + $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) \ + $(CPPFLAGS_FOR_BUILD) -I. -I$(srcdir) -o $@ $(srcdir)/mkerrcodes.c # It is correct to use $(CC_FOR_BUILD) here. We want to run the # program at build time. @HAVE_W32CE_SYSTEM_TRUE@mkw32errmap$(EXEEXT_FOR_BUILD): mkw32errmap.c mkw32errmap.tab.h Makefile -@HAVE_W32CE_SYSTEM_TRUE@ $(CC_FOR_BUILD) -I. -I$(srcdir) -o $@ $(srcdir)/mkw32errmap.c +@HAVE_W32CE_SYSTEM_TRUE@ $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) \ +@HAVE_W32CE_SYSTEM_TRUE@ $(CPPFLAGS_FOR_BUILD) -I. -I$(srcdir) -o $@ $(srcdir)/mkw32errmap.c code-from-errno.h: mkerrcodes$(EXEEXT_FOR_BUILD) Makefile ./mkerrcodes$(EXEEXT_FOR_BUILD) | $(AWK) -f $(srcdir)/mkerrcodes2.awk >$@ errnos-sym.h: Makefile mkstrtable.awk errnos.in $(AWK) -f $(srcdir)/mkstrtable.awk -v textidx=2 -v nogettext=1 \ - -v prefix=GPG_ERR_ -v namespace=errnos_ \ + -v prefix=GPG_ERR_ -v pkg_namespace=errnos_ \ $(srcdir)/errnos.in >$@ mkheader$(EXEEXT_FOR_BUILD): mkheader.c Makefile - $(CC_FOR_BUILD) -g -O0 -I. -I$(srcdir) -o $@ $(srcdir)/mkheader.c + $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) \ + $(CPPFLAGS_FOR_BUILD) -g -I. -I$(srcdir) -o $@ $(srcdir)/mkheader.c @FORCE_USE_SYSCFG_FALSE@./lock-obj-pub.native.h: Makefile gen-posix-lock-obj$(EXEEXT) posix-lock-obj.h @FORCE_USE_SYSCFG_FALSE@ ./gen-posix-lock-obj >$@ @@ -1638,11 +1744,12 @@ gpg-error-config: gpgrt-config gpg-error-config-old @echo $(ECHO_N) "Confirm gpg-error-config works... $(ECHO_C)" - @if $(srcdir)/gpg-error-config-test.sh --old-new; then \ + @if ./gpg-error-config-test.sh --old-new; then \ echo "good"; \ else \ echo "no"; \ echo "*** Please report to with gpg-error-config-test.log"; \ + exit 1; \ fi cp gpg-error-config-old $@ diff -Nru libgpg-error-1.36/src/mkerrcodes1.awk libgpg-error-1.37/src/mkerrcodes1.awk --- libgpg-error-1.36/src/mkerrcodes1.awk 2013-03-15 19:24:25.000000000 +0000 +++ libgpg-error-1.37/src/mkerrcodes1.awk 2019-08-22 10:18:30.000000000 +0000 @@ -81,7 +81,7 @@ } !header { - sub (/\#.+/, ""); + sub (/#.+/, ""); sub (/[ ]+$/, ""); # Strip trailing space and tab characters. if (/^$/) diff -Nru libgpg-error-1.36/src/mkerrcodes2.awk libgpg-error-1.37/src/mkerrcodes2.awk --- libgpg-error-1.36/src/mkerrcodes2.awk 2013-03-15 19:24:25.000000000 +0000 +++ libgpg-error-1.37/src/mkerrcodes2.awk 2019-08-22 10:18:30.000000000 +0000 @@ -91,7 +91,7 @@ } !header { - sub (/\#.+/, ""); + sub (/#.+/, ""); sub (/[ ]+$/, ""); # Strip trailing space and tab characters. if (/^$/) diff -Nru libgpg-error-1.36/src/mkerrcodes.awk libgpg-error-1.37/src/mkerrcodes.awk --- libgpg-error-1.36/src/mkerrcodes.awk 2013-03-15 19:24:25.000000000 +0000 +++ libgpg-error-1.37/src/mkerrcodes.awk 2019-08-22 10:18:30.000000000 +0000 @@ -85,7 +85,7 @@ } !header { - sub (/\#.+/, ""); + sub (/#.+/, ""); sub (/[ ]+$/, ""); # Strip trailing space and tab characters. if (/^$/) diff -Nru libgpg-error-1.36/src/mkerrnos.awk libgpg-error-1.37/src/mkerrnos.awk --- libgpg-error-1.36/src/mkerrnos.awk 2013-03-15 19:24:25.000000000 +0000 +++ libgpg-error-1.37/src/mkerrnos.awk 2019-08-22 10:18:30.000000000 +0000 @@ -83,7 +83,7 @@ } !header { - sub (/\#.+/, ""); + sub (/#.+/, ""); sub (/[ ]+$/, ""); # Strip trailing space and tab characters. if (/^$/) diff -Nru libgpg-error-1.36/src/mkstrtable.awk libgpg-error-1.37/src/mkstrtable.awk --- libgpg-error-1.36/src/mkstrtable.awk 2013-03-15 19:24:25.000000000 +0000 +++ libgpg-error-1.37/src/mkstrtable.awk 2019-08-22 10:18:30.000000000 +0000 @@ -77,7 +77,7 @@ # # The variable prefix can be used to prepend a string to each message. # -# The variable namespace can be used to prepend a string to each +# The variable pkg_namespace can be used to prepend a string to each # variable and macro name. BEGIN { @@ -102,7 +102,7 @@ print "/* The purpose of this complex string table is to produce"; print " optimal code with a minimum of relocations. */"; print ""; - print "static const char " namespace "msgstr[] = "; + print "static const char " pkg_namespace "msgstr[] = "; header = 0; } else @@ -110,7 +110,7 @@ } !header { - sub (/\#.+/, ""); + sub (/#.+/, ""); sub (/[ ]+$/, ""); # Strip trailing space and tab characters. if (/^$/) @@ -150,7 +150,7 @@ else print " gettext_noop (\"" last_msgstr "\");"; print ""; - print "static const int " namespace "msgidx[] ="; + print "static const int " pkg_namespace "msgidx[] ="; print " {"; for (i = 0; i < coded_msgs; i++) print " " pos[i] ","; @@ -158,7 +158,7 @@ print " };"; print ""; print "static GPG_ERR_INLINE int"; - print namespace "msgidxof (int code)"; + print pkg_namespace "msgidxof (int code)"; print "{"; print " return (0 ? 0"; diff -Nru libgpg-error-1.36/src/spawn-posix.c libgpg-error-1.37/src/spawn-posix.c --- libgpg-error-1.36/src/spawn-posix.c 2019-01-04 11:42:28.000000000 +0000 +++ libgpg-error-1.37/src/spawn-posix.c 2019-08-22 10:18:30.000000000 +0000 @@ -753,7 +753,7 @@ /* Process PIDS[i] died. */ if (r_exitcodes[i] != (pid_t) -1) { - _gpgrt_log_error ("PID %d was reused", pid); + _gpgrt_log_error ("PID %d was reused", (int)pid); ec = GPG_ERR_GENERAL; break; } diff -Nru libgpg-error-1.36/src/spawn-w32.c libgpg-error-1.37/src/spawn-w32.c --- libgpg-error-1.36/src/spawn-w32.c 2019-01-04 11:42:20.000000000 +0000 +++ libgpg-error-1.37/src/spawn-w32.c 2019-08-22 10:30:38.000000000 +0000 @@ -54,14 +54,29 @@ #undef X_OK #define X_OK F_OK -/* We assume that a HANDLE can be represented by an int which should - * be true for all i386 systems (HANDLE is defined as void *) and - * these are the only systems for which Windows is available. Further - * we assume that -1 denotes an invalid handle. - * FIXME: With Windows 64 this is no longer true. +/* For HANDLE and the internal file descriptor (fd) of this module: + * HANDLE can be represented by an intptr_t which should be true for + * all systems (HANDLE is defined as void *). Further, we assume that + * -1 denotes an invalid handle. + * + * Note that a C run-time file descriptor (the exposed one to API) is + * always represented by an int. */ #define fd_to_handle(a) ((HANDLE)(a)) -#define handle_to_fd(a) ((int)(a)) +#define handle_to_fd(a) ((intptr_t)(a)) + +/* For pid_t and HANDLE: + + * We assume that a HANDLE can be represented by an int which should + * be true for all i386 systems. + * + * On 64-bit machine, it is no longer true, as a type, however, as + * long as the range of the value in the type HANDLE can be + * represented by an int, it works. + * + * FIXME: Breaking ABI for pid_t will be needed when the value won't + * fit within 32-bit range on 64-bit machine. + */ #define pid_to_handle(a) ((HANDLE)(a)) #define handle_to_pid(a) ((int)(a)) diff -Nru libgpg-error-1.36/src/strerror.c libgpg-error-1.37/src/strerror.c --- libgpg-error-1.36/src/strerror.c 2016-11-16 12:22:03.000000000 +0000 +++ libgpg-error-1.37/src/strerror.c 2019-08-22 10:18:30.000000000 +0000 @@ -96,8 +96,16 @@ } #endif /* STRERROR_R_CHAR_P */ +#elif defined (HAVE_STRERROR_S) +/* Now the Windows version. */ -#else /* HAVE_STRERROR_H */ +static int +system_strerror_r (int no, char *buf, size_t buflen) +{ + return strerror_s (buf, buflen, no); +} + +#else /* ! HAVE_STRERROR_R && ! HAVE_STRERROR_S */ /* Without strerror_r(), we can still provide a non-thread-safe version. Maybe we are even lucky and the system's strerror() is already thread-safe. */ diff -Nru libgpg-error-1.36/src/sysutils.c libgpg-error-1.37/src/sysutils.c --- libgpg-error-1.36/src/sysutils.c 2018-03-01 13:07:34.000000000 +0000 +++ libgpg-error-1.37/src/sysutils.c 2019-12-12 14:23:37.000000000 +0000 @@ -180,7 +180,7 @@ } else { - if (setenv (name, value, overwrite)) + if (setenv (name, value ? value : "", overwrite)) return _gpg_err_code_from_syserror (); } diff -Nru libgpg-error-1.36/tests/Makefile.in libgpg-error-1.37/tests/Makefile.in --- libgpg-error-1.36/tests/Makefile.in 2019-03-19 08:58:04.000000000 +0000 +++ libgpg-error-1.37/tests/Makefile.in 2020-02-07 12:17:39.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.15 from Makefile.am. +# Makefile.in generated by automake 1.16.1 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2014 Free Software Foundation, Inc. +# Copyright (C) 1994-2018 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -193,7 +193,12 @@ am__v_at_1 = DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp -am__depfiles_maybe = depfiles +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/t-argparse.Po ./$(DEPDIR)/t-b64.Po \ + ./$(DEPDIR)/t-lock.Po ./$(DEPDIR)/t-logging.Po \ + ./$(DEPDIR)/t-poll.Po ./$(DEPDIR)/t-printf.Po \ + ./$(DEPDIR)/t-strerror.Po ./$(DEPDIR)/t-syserror.Po \ + ./$(DEPDIR)/t-version.Po am__mv = mv -f COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -309,6 +314,7 @@ GPG_ERROR_CONFIG_MT_LIBS = @GPG_ERROR_CONFIG_MT_LIBS@ GREP = @GREP@ INSTALL = @INSTALL@ +INSTALLSHELLPATH = @INSTALLSHELLPATH@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_SCRIPT = @INSTALL_SCRIPT@ @@ -454,8 +460,8 @@ *config.status*) \ cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ *) \ - echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ - cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ esac; $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) @@ -518,15 +524,21 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-argparse.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-b64.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-lock.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-logging.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-poll.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-printf.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-strerror.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-syserror.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-version.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-argparse.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-b64.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-lock.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-logging.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-poll.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-printf.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-strerror.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-syserror.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-version.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) .c.o: @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -700,7 +712,10 @@ test "$$failed" -eq 0; \ else :; fi -distdir: $(DISTFILES) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -771,7 +786,15 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/t-argparse.Po + -rm -f ./$(DEPDIR)/t-b64.Po + -rm -f ./$(DEPDIR)/t-lock.Po + -rm -f ./$(DEPDIR)/t-logging.Po + -rm -f ./$(DEPDIR)/t-poll.Po + -rm -f ./$(DEPDIR)/t-printf.Po + -rm -f ./$(DEPDIR)/t-strerror.Po + -rm -f ./$(DEPDIR)/t-syserror.Po + -rm -f ./$(DEPDIR)/t-version.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -817,7 +840,15 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) + -rm -f ./$(DEPDIR)/t-argparse.Po + -rm -f ./$(DEPDIR)/t-b64.Po + -rm -f ./$(DEPDIR)/t-lock.Po + -rm -f ./$(DEPDIR)/t-logging.Po + -rm -f ./$(DEPDIR)/t-poll.Po + -rm -f ./$(DEPDIR)/t-printf.Po + -rm -f ./$(DEPDIR)/t-strerror.Po + -rm -f ./$(DEPDIR)/t-syserror.Po + -rm -f ./$(DEPDIR)/t-version.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -838,19 +869,19 @@ .MAKE: check-am install-am install-strip -.PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \ - clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \ - ctags ctags-am distclean distclean-compile distclean-generic \ - distclean-libtool distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-data \ - install-data-am install-dvi install-dvi-am install-exec \ - install-exec-am install-html install-html-am install-info \ - install-info-am install-man install-pdf install-pdf-am \ - install-ps install-ps-am install-strip installcheck \ - installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ - tags tags-am uninstall uninstall-am +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \ + check-am clean clean-generic clean-libtool \ + clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \ + distclean-compile distclean-generic distclean-libtool \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ + pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am .PRECIOUS: Makefile diff -Nru libgpg-error-1.36/tests/t-b64.c libgpg-error-1.37/tests/t-b64.c --- libgpg-error-1.36/tests/t-b64.c 2018-03-22 16:43:22.000000000 +0000 +++ libgpg-error-1.37/tests/t-b64.c 2019-12-12 14:23:37.000000000 +0000 @@ -161,6 +161,7 @@ { err = gpg_err_code_from_syserror (); fail ("gpgrt_b64dec_start failed: %s\n", gpg_strerror (err)); + free (buffer); return err; } diff -Nru libgpg-error-1.36/tests/t-logging.c libgpg-error-1.37/tests/t-logging.c --- libgpg-error-1.36/tests/t-logging.c 2018-12-06 10:19:37.000000000 +0000 +++ libgpg-error-1.37/tests/t-logging.c 2019-08-22 10:18:30.000000000 +0000 @@ -142,6 +142,7 @@ if (strcmp (logbuf, "t-logging: file '/foo/bar.txt\\nt-logging': not \\x01 found\n")) fail ("log_info test failed at line %d\n", __LINE__); + free (logbuf); /* With arguments and byte with bit 7 set in a string arg. */ log_info ("file '%s': %s\n", "/foo/bar.txt\n", "not \x81 found"); diff -Nru libgpg-error-1.36/VERSION libgpg-error-1.37/VERSION --- libgpg-error-1.36/VERSION 2019-03-19 08:58:04.000000000 +0000 +++ libgpg-error-1.37/VERSION 2020-02-07 12:17:39.000000000 +0000 @@ -1 +1 @@ -1.36 +1.37