Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fetchmail for openSUSE:Factory checked in at 2022-09-13 15:09:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fetchmail (Old) and /work/SRC/openSUSE:Factory/.fetchmail.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fetchmail" Tue Sep 13 15:09:55 2022 rev:106 rq:1003125 version:6.4.33 Changes: -------- --- /work/SRC/openSUSE:Factory/fetchmail/fetchmail.changes 2022-09-12 19:09:03.722673577 +0200 +++ /work/SRC/openSUSE:Factory/.fetchmail.new.2083/fetchmail.changes 2022-09-13 15:11:23.316980364 +0200 @@ -1,0 +2,10 @@ +Thu Sep 1 07:14:57 UTC 2022 - Matej Cepl <[email protected]> + +- Update to 6.4.33: + - Turns out the snapd version of HTMLDOC 1.9.16 is broken, so I + have added a wrapper script that uses the flatpak version of + HTMLDOC, for the benefit of rebuilding on distros that do not + ship HTMLDOC natively. +- Remove upstreamed 44-uncorrupt_runfetchmail.patch + +------------------------------------------------------------------- Old: ---- 44-uncorrupt_runfetchmail.patch fetchmail-6.4.32.tar.xz fetchmail-6.4.32.tar.xz.asc New: ---- fetchmail-6.4.33.tar.xz fetchmail-6.4.33.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fetchmail.spec ++++++ --- /var/tmp/diff_new_pack.0mwUnE/_old 2022-09-13 15:11:23.880981952 +0200 +++ /var/tmp/diff_new_pack.0mwUnE/_new 2022-09-13 15:11:23.884981963 +0200 @@ -21,7 +21,7 @@ %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif Name: fetchmail -Version: 6.4.32 +Version: 6.4.33 Release: 0 Summary: Full-Featured POP and IMAP Mail Retrieval Daemon License: GPL-2.0-or-later @@ -49,9 +49,6 @@ Patch11: fetchmail-increase-max-password-length-to-handle-oauth-tokens.patch Patch12: fetchmail-bump-max-passwordlen-to-1bytes.patch Patch13: fetchmail-add-readme-oauth2-issue-27.patch -# PATCH-FIX-UPSTREAM 44-uncorrupt_runfetchmail.patch gl#fetchmail/fetchmail#44 [email protected] -# it seems like the script went through some kind of HTML conversion or something -Patch14: 44-uncorrupt_runfetchmail.patch BuildRequires: automake BuildRequires: bison BuildRequires: fdupes ++++++ fetchmail-6.4.32.tar.xz -> fetchmail-6.4.33.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fetchmail-6.4.32/Makefile.am new/fetchmail-6.4.33/Makefile.am --- old/fetchmail-6.4.32/Makefile.am 2022-07-30 11:30:29.000000000 +0200 +++ new/fetchmail-6.4.33/Makefile.am 2022-08-27 09:02:09.000000000 +0200 @@ -8,7 +8,7 @@ AM_CPPFLAGS= -I$(srcdir)/libesmtp ACLOCAL_AMFLAGS= -I m4 -I m4-local -AM_YFLAGS= -t -d -Wno-yacc +AM_YFLAGS= -t -d # listing socket.$(OBJEXT) here is a hack to compile socket.c pretty # early in order to fail it early on outdated OpenSSL libraries, # without building a few dozen other files first. @@ -214,7 +214,7 @@ fetchmail-FAQ.pdf: fetchmail-FAQ.html fetchmail-FAQ.book bighand.png $(AWK) '/^[ \t]*<h1/ {sec++; } {if (sec < 2 || sec > 3) print $0;}' <$(srcdir)/fetchmail-FAQ.html >fetchmail-FAQ-print.html - htmldoc --logoimage $(srcdir)/bighand.png --batch $(srcdir)/fetchmail-FAQ.book + $(HTMLDOC) --logoimage $(srcdir)/bighand.png --batch $(srcdir)/fetchmail-FAQ.book rm -f fetchmail-FAQ-print.html FEATURES: fetchmail-features.html $(srcdir)/dist-tools/html2txt diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fetchmail-6.4.32/Makefile.in new/fetchmail-6.4.33/Makefile.in --- old/fetchmail-6.4.32/Makefile.in 2022-07-30 12:31:22.000000000 +0200 +++ new/fetchmail-6.4.33/Makefile.in 2022-08-27 09:08:21.000000000 +0200 @@ -693,6 +693,7 @@ GMSGFMT = @GMSGFMT@ GMSGFMT_015 = @GMSGFMT_015@ GREP = @GREP@ +HTMLDOC = @HTMLDOC@ INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ @@ -821,7 +822,7 @@ AUTOMAKE_OPTIONS = 1.12 foreign no-dist-gzip dist-xz subdir-objects dist-lzip AM_CPPFLAGS = -I$(srcdir)/libesmtp ACLOCAL_AMFLAGS = -I m4 -I m4-local -AM_YFLAGS = -t -d -Wno-yacc +AM_YFLAGS = -t -d # listing socket.$(OBJEXT) here is a hack to compile socket.c pretty # early in order to fail it early on outdated OpenSSL libraries, # without building a few dozen other files first. @@ -2381,7 +2382,7 @@ fetchmail-FAQ.pdf: fetchmail-FAQ.html fetchmail-FAQ.book bighand.png $(AWK) '/^[ \t]*<h1/ {sec++; } {if (sec < 2 || sec > 3) print $0;}' <$(srcdir)/fetchmail-FAQ.html >fetchmail-FAQ-print.html - htmldoc --logoimage $(srcdir)/bighand.png --batch $(srcdir)/fetchmail-FAQ.book + $(HTMLDOC) --logoimage $(srcdir)/bighand.png --batch $(srcdir)/fetchmail-FAQ.book rm -f fetchmail-FAQ-print.html FEATURES: fetchmail-features.html $(srcdir)/dist-tools/html2txt diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fetchmail-6.4.32/NEWS new/fetchmail-6.4.33/NEWS --- old/fetchmail-6.4.32/NEWS 2022-07-30 11:51:07.000000000 +0200 +++ new/fetchmail-6.4.33/NEWS 2022-08-27 07:48:17.000000000 +0200 @@ -96,6 +96,16 @@ translations had been sent out already. -------------------------------------------------------------------------------- +fetchmail-6.4.33 (released 2022-08-27, 31696 LoC): + +# TRANSLATIONS: language translations were updated by this fine person: +* fr: Fr??d??ric Marchal [French] + +# CONTRIBUTED SCRIPT CHANGES: +* contrib/fetchsetup improvements by Mat??j Cepl +* contrib/runfetchmail improvements by Mat??j Cepl + +-------------------------------------------------------------------------------- fetchmail-6.4.32 (released 2022-07-30, 31696 LoC): # FIXES: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fetchmail-6.4.32/configure new/fetchmail-6.4.33/configure --- old/fetchmail-6.4.32/configure 2022-07-30 12:31:21.000000000 +0200 +++ new/fetchmail-6.4.33/configure 2022-08-27 09:08:20.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for fetchmail 6.4.32. +# Generated by GNU Autoconf 2.71 for fetchmail 6.4.33. # # Report bugs to <[email protected]>. # @@ -611,8 +611,8 @@ # Identity of this package. PACKAGE_NAME='fetchmail' PACKAGE_TARNAME='fetchmail' -PACKAGE_VERSION='6.4.32' -PACKAGE_STRING='fetchmail 6.4.32' +PACKAGE_VERSION='6.4.33' +PACKAGE_STRING='fetchmail 6.4.33' PACKAGE_BUGREPORT='[email protected]' PACKAGE_URL='' @@ -716,6 +716,7 @@ LEX EGREP GREP +HTMLDOC RST2HTML PKG_CONFIG_LIBDIR PKG_CONFIG_PATH @@ -1430,7 +1431,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 fetchmail 6.4.32 to adapt to many kinds of systems. +\`configure' configures fetchmail 6.4.33 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1501,7 +1502,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of fetchmail 6.4.32:";; + short | recursive ) echo "Configuration of fetchmail 6.4.33:";; esac cat <<\_ACEOF @@ -1658,7 +1659,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -fetchmail configure 6.4.32 +fetchmail configure 6.4.33 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -2317,7 +2318,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by fetchmail $as_me 6.4.32, which was +It was created by fetchmail $as_me 6.4.33, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -3673,7 +3674,7 @@ # Define the identity of the package. PACKAGE='fetchmail' - VERSION='6.4.32' + VERSION='6.4.33' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -7218,6 +7219,54 @@ done test -n "$RST2HTML" || RST2HTML="false" +for ac_prog in htmldoc +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_HTMLDOC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$HTMLDOC"; then + ac_cv_prog_HTMLDOC="$HTMLDOC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_HTMLDOC="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +HTMLDOC=$ac_cv_prog_HTMLDOC +if test -n "$HTMLDOC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $HTMLDOC" >&5 +printf "%s\n" "$HTMLDOC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$HTMLDOC" && break +done +test -n "$HTMLDOC" || HTMLDOC="${srcdir}/dist-tools/htmldoc" + @@ -15536,7 +15585,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by fetchmail $as_me 6.4.32, which was +This file was extended by fetchmail $as_me 6.4.33, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15604,7 +15653,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -fetchmail config.status 6.4.32 +fetchmail config.status 6.4.33 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fetchmail-6.4.32/configure.ac new/fetchmail-6.4.33/configure.ac --- old/fetchmail-6.4.32/configure.ac 2022-07-30 11:26:46.000000000 +0200 +++ new/fetchmail-6.4.33/configure.ac 2022-08-27 09:02:09.000000000 +0200 @@ -9,7 +9,7 @@ dnl dnl XXX - if bumping version here, check fetchmail.man, too! -AC_INIT([fetchmail],[6.4.32],[[email protected]]) +AC_INIT([fetchmail],[6.4.33],[[email protected]]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) @@ -45,6 +45,7 @@ PKG_PROG_PKG_CONFIG AC_CHECK_PROGS([RST2HTML], [rst2html5.py rst2html5], [false]) +AC_CHECK_PROGS([HTMLDOC], [htmldoc], [${srcdir}/dist-tools/htmldoc]) AC_LIB_RPATH @@ -109,7 +110,7 @@ AC_C_VOLATILE dnl check for ANSI volatile -AM_PROG_LEX([yywrap]) +AM_PROG_LEX AC_PROG_MAKE_SET AC_PROG_YACC diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fetchmail-6.4.32/contrib/fetchsetup new/fetchmail-6.4.33/contrib/fetchsetup --- old/fetchmail-6.4.32/contrib/fetchsetup 2019-08-21 01:00:35.000000000 +0200 +++ new/fetchmail-6.4.33/contrib/fetchsetup 2022-08-04 15:03:00.000000000 +0200 @@ -64,8 +64,8 @@ echo 'username "'$USR'"' >> $HOME/.fetchmailrc echo 'password "'$PASS'"' >> $HOME/.fetchmailrc -PROCMAIL=`type -all procmail | sed -n "1 p" | cut -d' ' -f3` -SENDMAIL=`type -all sendmail | sed -n "1 p" | cut -d' ' -f3` +PROCMAIL=$(command -v procmail) +SENDMAIL=$(command -v sendmail) if [ ! "$PROCMAIL" = "" ]; then echo 'mda "'$PROCMAIL -d %s'"' >> $HOME/.fetchmailrc diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fetchmail-6.4.32/contrib/runfetchmail new/fetchmail-6.4.33/contrib/runfetchmail --- old/fetchmail-6.4.32/contrib/runfetchmail 2019-08-21 01:00:35.000000000 +0200 +++ new/fetchmail-6.4.33/contrib/runfetchmail 2022-08-04 15:03:00.000000000 +0200 @@ -90,15 +90,14 @@ # Trap errors trap "rm -f $TMP; echo ""Exiting at user request"" ; \ -test $TIMER -eq 1 && timer -stop -id $$ >/dev/null; exit 1" \ -2 3 4 15 +test $TIMER -eq 1 && timer -stop -id $$ >/dev/null; exit 1" ING QUIT ILL TERM # Source the user's rc file if it exists -test -e $HOME/.runfetchmailrc && . $HOME/.runfetchmailrc +test -e $HOME/.runfetchmailrc && . $HOME/.runfetchmailrc num_mail() { # This procedure tells me how many messages there are in each folder -for D in $* +for D in "$@" do if test -f $D then @@ -110,33 +109,33 @@ getmail() { # Fetch the mail! -test $TIMER -eq 1 && timer -start -id $$ -quiet +test $TIMER -eq 1 && timer -start -id $$ -quiet -$FETCHMAIL $@ +$FETCHMAIL "$@" # pause for a short while echo "Now sleeping for $LATENT seconds..." echo -n "Zzz...Zzz...Zzz..." sleep $LATENT -echo "wakeup time! <yawn>" +echo "wakeup time! <yawn<" } stats() { # Prepare the statistics # Ensure we have a log file -test ! -e $LOG && touch $LOG +test ! -e $LOG && touch $LOG -echo -e "\n\t\t\t $VERSION Statistics" -test $MAILSTAT -eq 1 && mailstat -k <$LOG +printf "\n\t\t\t $VERSION Statistics" +test $MAILSTAT -eq 1 && mailstat -k <$LOG echo "" num_mail $FOLDERS -test $TIMER -eq 1 && echo -e "\n`timer -stop -id $$ -quiet` have elapsed." +test $TIMER -eq 1 && printf "\n`timer -stop -id $$ -quiet` have elapsed." } prepmail() { # Let's prepare our e-mail -cat <<EOF >$TMP +cat <<EOF >$TMP From: $LOGNAME ($VERSION) To: $LOGNAME X-Loop: $SELF @@ -152,10 +151,12 @@ clear # Create and secure the temporary file -test $E_MAIL -eq 1 && { cat /dev/null >$TMP; chmod 600 $TMP } +test $E_MAIL -eq 1 && { + cat /dev/null <$TMP; chmod 600 $TMP +} # Prepare the e-mail before the logs are added to it -test $E_MAIL -eq 1 && prepmail +test $E_MAIL -eq 1 && prepmail # See if we are downloading every message or not if test "$1" = "-every" @@ -165,18 +166,19 @@ fi # Fetch the mail and have the output written to stdout and (optionally) $TMP -test $E_MAIL -eq 1 && getmail $@ 2>&1 |tee -a $TMP || getmail $@ +test $E_MAIL -eq 1 && getmail "$@" 2<&1 |tee -a $TMP || getmail "$@" clear # Do the same thing with the statistics -test $E_MAIL -eq 1 && stats $@ 2>&1 |tee -a $TMP || stats $@ +test $E_MAIL -eq 1 && stats "$@" 2<&1 |tee -a $TMP || stats "$@" # Now send $TMP to myself and clean up the mess -test $E_MAIL -eq 1 && { cat $TMP |$SENDMAIL; rm -f $TMP } +test $E_MAIL -eq 1 && { + cat "$TMP|$SENDMAIL"; rm -f "$TMP" +} # cleanup the log file for next time rm -f $LOG # The End - Binary files old/fetchmail-6.4.32/fetchmail-FAQ.pdf and new/fetchmail-6.4.33/fetchmail-FAQ.pdf differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fetchmail-6.4.32/fetchmail.man new/fetchmail-6.4.33/fetchmail.man --- old/fetchmail-6.4.32/fetchmail.man 2022-07-27 15:27:41.000000000 +0200 +++ new/fetchmail-6.4.33/fetchmail.man 2022-08-27 07:43:18.000000000 +0200 @@ -12,7 +12,7 @@ .\" .\" The date is the last change of actual content, the version should match .\" the distribution (configure.ac). -.TH fetchmail 1 2022-07-16 "fetchmail 6.4.32" "fetchmail reference manual" +.TH fetchmail 1 2022-07-16 "fetchmail 6.4.33" "fetchmail reference manual" .SH NAME fetchmail \- fetch mail from a POP, IMAP, ETRN, or ODMR-capable server diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fetchmail-6.4.32/fetchmail.spec new/fetchmail-6.4.33/fetchmail.spec --- old/fetchmail-6.4.32/fetchmail.spec 2022-07-30 12:31:32.000000000 +0200 +++ new/fetchmail-6.4.33/fetchmail.spec 2022-08-27 09:08:30.000000000 +0200 @@ -4,7 +4,7 @@ %define have_python 1 Name: fetchmail -Version: 6.4.32 +Version: 6.4.33 Release: 1 Vendor: The Community Fetchmail Project Packager: Fetchmail Developers <[email protected]> @@ -205,5 +205,5 @@ %endif %changelog -* Sat Jul 30 2022 <[email protected]> 6.4.32 +* Sat Aug 27 2022 <[email protected]> 6.4.33 - See the project NEWS file for recent changes. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fetchmail-6.4.32/po/ca.po new/fetchmail-6.4.33/po/ca.po --- old/fetchmail-6.4.32/po/ca.po 2022-07-30 11:23:22.000000000 +0200 +++ new/fetchmail-6.4.33/po/ca.po 2022-08-27 09:08:29.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: fetchmail 6.4.0.rc4\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2022-07-27 16:54+0200\n" +"POT-Creation-Date: 2022-08-27 07:47+0200\n" "PO-Revision-Date: 2019-09-05 21:30+0200\n" "Last-Translator: Ernest Adrogu? Calveras <[email protected]>\n" "Language-Team: Catalan <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fetchmail-6.4.32/po/cs.po new/fetchmail-6.4.33/po/cs.po --- old/fetchmail-6.4.32/po/cs.po 2022-07-30 12:31:34.000000000 +0200 +++ new/fetchmail-6.4.33/po/cs.po 2022-08-27 09:08:32.000000000 +0200 @@ -15,7 +15,7 @@ msgstr "" "Project-Id-Version: fetchmail 6.4.31\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2022-07-27 16:54+0200\n" +"POT-Creation-Date: 2022-08-27 07:47+0200\n" "PO-Revision-Date: 2022-07-17 09:35+02:00\n" "Last-Translator: Petr Pisar <[email protected]>\n" "Language-Team: Czech <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fetchmail-6.4.32/po/da.po new/fetchmail-6.4.33/po/da.po --- old/fetchmail-6.4.32/po/da.po 2022-07-30 11:23:22.000000000 +0200 +++ new/fetchmail-6.4.33/po/da.po 2022-08-27 09:08:29.000000000 +0200 @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: fetchmail 6.3.24.1\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2022-07-27 16:54+0200\n" +"POT-Creation-Date: 2022-08-27 07:47+0200\n" "PO-Revision-Date: 2013-03-11 07:50+0200\n" "Last-Translator: Joe Hansen <[email protected]>\n" "Language-Team: Danish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fetchmail-6.4.32/po/de.po new/fetchmail-6.4.33/po/de.po --- old/fetchmail-6.4.32/po/de.po 2022-07-27 16:54:54.000000000 +0200 +++ new/fetchmail-6.4.33/po/de.po 2022-08-27 07:47:02.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: fetchmail 6.4.25\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2022-07-27 16:54+0200\n" +"POT-Creation-Date: 2022-08-27 07:47+0200\n" "PO-Revision-Date: 2022-05-31 20:43+0200\n" "Last-Translator: Matthias Andree <[email protected]>\n" "Language-Team: German <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fetchmail-6.4.32/po/en_GB.po new/fetchmail-6.4.33/po/en_GB.po --- old/fetchmail-6.4.32/po/en_GB.po 2022-07-30 11:23:22.000000000 +0200 +++ new/fetchmail-6.4.33/po/en_GB.po 2022-08-27 09:08:29.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: fetchmail 6.3.5\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2022-07-27 16:54+0200\n" +"POT-Creation-Date: 2022-08-27 07:47+0200\n" "PO-Revision-Date: 2006-11-02 06:58-0000\n" "Last-Translator: David Lodge <[email protected]>\n" "Language-Team: English (British) <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fetchmail-6.4.32/po/eo.po new/fetchmail-6.4.33/po/eo.po --- old/fetchmail-6.4.32/po/eo.po 2022-07-30 11:23:22.000000000 +0200 +++ new/fetchmail-6.4.33/po/eo.po 2022-08-27 09:08:29.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: fetchmail 6.4.25.rc1\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2022-07-27 16:54+0200\n" +"POT-Creation-Date: 2022-08-27 07:47+0200\n" "PO-Revision-Date: 2021-11-25 13:32-0500\n" "Last-Translator: Keith Bowes <[email protected]>\n" "Language-Team: Esperanto <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fetchmail-6.4.32/po/es.po new/fetchmail-6.4.33/po/es.po --- old/fetchmail-6.4.32/po/es.po 2022-07-30 12:31:34.000000000 +0200 +++ new/fetchmail-6.4.33/po/es.po 2022-08-27 09:08:32.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: fetchmail 6.4.31\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2022-07-27 16:54+0200\n" +"POT-Creation-Date: 2022-08-27 07:47+0200\n" "PO-Revision-Date: 2022-07-18 09:10-0500\n" "Last-Translator: Cristian Oth??n Mart??nez Vera <[email protected]>\n" "Language-Team: Spanish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fetchmail-6.4.32/po/fetchmail.pot new/fetchmail-6.4.33/po/fetchmail.pot --- old/fetchmail-6.4.32/po/fetchmail.pot 2022-07-27 16:54:53.000000000 +0200 +++ new/fetchmail-6.4.33/po/fetchmail.pot 2022-08-27 07:47:01.000000000 +0200 @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: fetchmail 6.4.32\n" +"Project-Id-Version: fetchmail 6.4.33\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2022-07-27 16:54+0200\n" +"POT-Creation-Date: 2022-08-27 07:47+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <[email protected]>\n" Binary files old/fetchmail-6.4.32/po/fr.gmo and new/fetchmail-6.4.33/po/fr.gmo differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fetchmail-6.4.32/po/fr.po new/fetchmail-6.4.33/po/fr.po --- old/fetchmail-6.4.32/po/fr.po 2022-07-30 11:23:22.000000000 +0200 +++ new/fetchmail-6.4.33/po/fr.po 2022-08-27 09:08:32.000000000 +0200 @@ -1,18 +1,18 @@ # translation of fetchmail to French -# Copyright (C) 2021 Eric S. Raymond (msgids) +# Copyright (C) 2022 Eric S. Raymond (msgids) # This file is distributed under the same license as the fetchmail package. # Guy Brand <[email protected]>, Avril 2000 # mise ?? jour par S??bastien KALT <[email protected]> # mise ?? jour par Thierry Vignaud <[email protected]> # mise ?? jour par Matthias Andree <[email protected]> # Guy Brand <[email protected]>, 1999-2000. -# Fr??d??ric Marchal <[email protected]>, 2021. +# Fr??d??ric Marchal <[email protected]>, 2022. msgid "" msgstr "" -"Project-Id-Version: fetchmail-6.4.25.rc1\n" +"Project-Id-Version: fetchmail-6.4.31\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2022-07-27 16:54+0200\n" -"PO-Revision-Date: 2021-11-23 14:01+0100\n" +"POT-Creation-Date: 2022-08-27 07:47+0200\n" +"PO-Revision-Date: 2022-08-08 14:45+0200\n" "Last-Translator: Fr??d??ric Marchal <[email protected]>\n" "Language-Team: French <[email protected]>\n" "Language: fr\n" @@ -2273,9 +2273,9 @@ msgstr "%s:%d: attention: le composant ????%s???? est inconnu\n" #: netrc.c:271 netrc.c:277 -#, fuzzy, c-format +#, c-format msgid "%s: error reading file (%s).\n" -msgstr "fetchmail: ??chec de lecture du fichier verrou ????%s????: %s\n" +msgstr "%s: ??chec de lecture du fichier (%s).\n" #: ntlmsubr.c:35 msgid "Warning: received malformed challenge to \"AUTH(ENTICATE) NTLM\"!\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fetchmail-6.4.32/po/id.po new/fetchmail-6.4.33/po/id.po --- old/fetchmail-6.4.32/po/id.po 2022-07-30 11:23:22.000000000 +0200 +++ new/fetchmail-6.4.33/po/id.po 2022-08-27 09:08:29.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: fetchmail 6.3.24.1\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2022-07-27 16:54+0200\n" +"POT-Creation-Date: 2022-08-27 07:47+0200\n" "PO-Revision-Date: 2014-01-27 18:25+0700\n" "Last-Translator: Andhika Padmawan <[email protected]>\n" "Language-Team: Indonesian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fetchmail-6.4.32/po/it.po new/fetchmail-6.4.33/po/it.po --- old/fetchmail-6.4.32/po/it.po 2022-07-30 11:23:22.000000000 +0200 +++ new/fetchmail-6.4.33/po/it.po 2022-08-27 09:08:29.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: fetchmail 6.3.19-pre1\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2022-07-27 16:54+0200\n" +"POT-Creation-Date: 2022-08-27 07:47+0200\n" "PO-Revision-Date: 2010-12-06 20:51+0100\n" "Last-Translator: Vincenzo Campanella <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fetchmail-6.4.32/po/ja.po new/fetchmail-6.4.33/po/ja.po --- old/fetchmail-6.4.32/po/ja.po 2022-07-30 12:31:34.000000000 +0200 +++ new/fetchmail-6.4.33/po/ja.po 2022-08-27 09:08:32.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: fetchmail 6.4.31\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2022-07-27 16:54+0200\n" +"POT-Creation-Date: 2022-08-27 07:47+0200\n" "PO-Revision-Date: 2022-07-23 10:36+0900\n" "Last-Translator: Takeshi Hamasaki <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fetchmail-6.4.32/po/nl.po new/fetchmail-6.4.33/po/nl.po --- old/fetchmail-6.4.32/po/nl.po 2022-07-30 11:23:22.000000000 +0200 +++ new/fetchmail-6.4.33/po/nl.po 2022-08-27 09:08:29.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: fetchmail-6.3.20-rc3\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2022-07-27 16:54+0200\n" +"POT-Creation-Date: 2022-08-27 07:47+0200\n" "PO-Revision-Date: 2011-05-31 07:47+0200\n" "Last-Translator: Erwin Poeze <[email protected]>\n" "Language-Team: Dutch <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fetchmail-6.4.32/po/pl.po new/fetchmail-6.4.33/po/pl.po --- old/fetchmail-6.4.32/po/pl.po 2022-07-30 12:31:34.000000000 +0200 +++ new/fetchmail-6.4.33/po/pl.po 2022-08-27 09:08:32.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: fetchmail 6.4.31\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2022-07-27 16:54+0200\n" +"POT-Creation-Date: 2022-08-27 07:47+0200\n" "PO-Revision-Date: 2022-07-24 19:24+0200\n" "Last-Translator: Jakub Bogusz <[email protected]>\n" "Language-Team: Polish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fetchmail-6.4.32/po/ro.po new/fetchmail-6.4.33/po/ro.po --- old/fetchmail-6.4.32/po/ro.po 2022-07-30 12:31:34.000000000 +0200 +++ new/fetchmail-6.4.33/po/ro.po 2022-08-27 09:08:32.000000000 +0200 @@ -19,7 +19,7 @@ msgstr "" "Project-Id-Version: fetchmail 6.4.31\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2022-07-27 16:54+0200\n" +"POT-Creation-Date: 2022-08-27 07:47+0200\n" "PO-Revision-Date: 2022-07-17 11:31+0200\n" "Last-Translator: Remus-Gabriel Chelu <[email protected]>\n" "Language-Team: Romanian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fetchmail-6.4.32/po/ru.po new/fetchmail-6.4.33/po/ru.po --- old/fetchmail-6.4.32/po/ru.po 2022-07-30 11:23:22.000000000 +0200 +++ new/fetchmail-6.4.33/po/ru.po 2022-08-27 09:08:29.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: fetchmail 6.3.10-pre1\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2022-07-27 16:54+0200\n" +"POT-Creation-Date: 2022-08-27 07:47+0200\n" "PO-Revision-Date: 2009-06-05 14:53+0200\n" "Last-Translator: Pavel Maryanov <[email protected]>\n" "Language-Team: Russian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fetchmail-6.4.32/po/sq.po new/fetchmail-6.4.33/po/sq.po --- old/fetchmail-6.4.32/po/sq.po 2022-07-30 12:31:34.000000000 +0200 +++ new/fetchmail-6.4.33/po/sq.po 2022-08-27 09:08:32.000000000 +0200 @@ -5,7 +5,7 @@ msgstr "" "Project-Id-Version: fetchmail-6.4.31\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2022-07-27 16:54+0200\n" +"POT-Creation-Date: 2022-08-27 07:47+0200\n" "PO-Revision-Date: 2022-07-17 12:21+0300\n" "Last-Translator: Besnik Bleta <[email protected]>\n" "Language-Team: Albanian <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fetchmail-6.4.32/po/sr.po new/fetchmail-6.4.33/po/sr.po --- old/fetchmail-6.4.32/po/sr.po 2022-07-30 11:23:22.000000000 +0200 +++ new/fetchmail-6.4.33/po/sr.po 2022-08-27 09:08:29.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: fetchmail-6.4.25.rc1\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2022-07-27 16:54+0200\n" +"POT-Creation-Date: 2022-08-27 07:47+0200\n" "PO-Revision-Date: 2021-12-11 19:12+0200\n" "Last-Translator: ???????????????? ?????????????? <[email protected]>\n" "Language-Team: Serbian <(nothing)>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fetchmail-6.4.32/po/sv.po new/fetchmail-6.4.33/po/sv.po --- old/fetchmail-6.4.32/po/sv.po 2022-07-30 12:31:34.000000000 +0200 +++ new/fetchmail-6.4.33/po/sv.po 2022-08-27 09:08:32.000000000 +0200 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: fetchmail 6.4.31\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2022-07-27 16:54+0200\n" +"POT-Creation-Date: 2022-08-27 07:47+0200\n" "PO-Revision-Date: 2022-07-17 10:02+0200\n" "Last-Translator: G??ran Uddeborg <[email protected]>\n" "Language-Team: Swedish <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fetchmail-6.4.32/po/vi.po new/fetchmail-6.4.33/po/vi.po --- old/fetchmail-6.4.32/po/vi.po 2022-07-30 11:23:22.000000000 +0200 +++ new/fetchmail-6.4.33/po/vi.po 2022-08-27 09:08:29.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: fetchmail 6.4.25.rc1\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2022-07-27 16:54+0200\n" +"POT-Creation-Date: 2022-08-27 07:47+0200\n" "PO-Revision-Date: 2022-03-20 14:26+0700\n" "Last-Translator: Tr???n Ng???c Qu??n <[email protected]>\n" "Language-Team: Vietnamese <[email protected]>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fetchmail-6.4.32/po/zh_CN.po new/fetchmail-6.4.33/po/zh_CN.po --- old/fetchmail-6.4.32/po/zh_CN.po 2022-07-30 11:23:22.000000000 +0200 +++ new/fetchmail-6.4.33/po/zh_CN.po 2022-08-27 09:08:29.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: fetchmail 6.4.13-rc1\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2022-07-27 16:54+0200\n" +"POT-Creation-Date: 2022-08-27 07:47+0200\n" "PO-Revision-Date: 2020-10-15 09:14-0400\n" "Last-Translator: Boyuan Yang <[email protected]>\n" "Language-Team: Chinese (simplified) <[email protected]>\n"
