Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hivex for openSUSE:Factory checked in at 2021-08-06 22:45:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hivex (Old) and /work/SRC/openSUSE:Factory/.hivex.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hivex" Fri Aug 6 22:45:09 2021 rev:19 rq:910529 version:1.3.21 Changes: -------- --- /work/SRC/openSUSE:Factory/hivex/hivex.changes 2021-05-11 23:04:54.264761727 +0200 +++ /work/SRC/openSUSE:Factory/.hivex.new.1899/hivex.changes 2021-08-06 22:45:47.897962299 +0200 @@ -1,0 +2,8 @@ +Fri Aug 6 11:24:54 MDT 2021 - carn...@suse.com + +- bsc#1189060 - VUL-0: CVE-2021-3622: hivex: hivex: stack overflow + due to recursive call of _get_children. Update to version 1.3.21 + hivex-1.3.21.tar.gz + hivex-1.3.21.tar.gz.sig + +------------------------------------------------------------------- Old: ---- hivex-1.3.20.tar.gz hivex-1.3.20.tar.gz.sig New: ---- hivex-1.3.21.tar.gz hivex-1.3.21.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hivex.spec ++++++ --- /var/tmp/diff_new_pack.x48hVe/_old 2021-08-06 22:45:48.321961547 +0200 +++ /var/tmp/diff_new_pack.x48hVe/_new 2021-08-06 22:45:48.325961540 +0200 @@ -21,7 +21,7 @@ %bcond_without python_bindings %bcond_without ocaml_bindings Name: hivex -Version: 1.3.20 +Version: 1.3.21 Release: 0 Summary: Windows "Registry Hive" extraction library License: LGPL-2.1-only AND GPL-2.0-only ++++++ hivex-1.3.20.tar.gz -> hivex-1.3.21.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hivex-1.3.20/ChangeLog new/hivex-1.3.21/ChangeLog --- old/hivex-1.3.20/ChangeLog 2021-05-03 12:14:28.000000000 +0200 +++ new/hivex-1.3.21/ChangeLog 2021-08-02 10:12:57.000000000 +0200 @@ -1,3 +1,47 @@ +2021-08-02 Richard W.M. Jones <rjo...@redhat.com> + + lib/node.c: Limit recursion in ri-records (CVE-2021-3622) + Windows Registry hive "ri"-records are arbitrarily nested B-tree-like + structures: + + +-------------+ + | ri | + |-------------| + | nr_offsets | + | offset[0] ------> points to another lf/lh/li/ri block + | offset[1] ------> + | offset[2] ------> + +-------------+ + + It is possible to construct a hive with a very deeply nested tree of + ri-records, causing the internal _get_children function to recurse to + any depth which can cause programs linked to hivex to crash with a + stack overflow. + + Since it is not thought that deeply nested ri-records occur in real + hives, limit recursion depth. If you hit this limit you will see the + following error and the operation will return an error instead of + crashing: + + \> ls + hivex: _get_children: returning EINVAL because: ri-record nested to depth >= 32 + ls: Invalid argument + + Thanks to Jeremy Galindo for finding and reporting this bug. + + Reported-by: Jeremy Galindo, Sr Security Engineer, Datto.com + Fixes: CVE-2021-3622 + Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1975489 + (cherry picked from commit 781a12c4a49dd81365c9c567c5aa5e19e894ba0e) + +2021-07-16 Richard W.M. Jones <rjo...@redhat.com> + + lib/node.c: Fix minor typo in error message + +2021-05-03 Richard W.M. Jones <rjo...@redhat.com> + + Version 1.3.20. + 2021-05-03 Richard W.M. Jones <rjo...@redhat.com> lib/handle.c: Bounds check for block exceeding page length (CVE-2021-3504) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hivex-1.3.20/configure new/hivex-1.3.21/configure --- old/hivex-1.3.20/configure 2021-05-03 12:12:46.000000000 +0200 +++ new/hivex-1.3.21/configure 2021-08-02 10:10:42.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for hivex 1.3.20. +# Generated by GNU Autoconf 2.69 for hivex 1.3.21. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ # Identity of this package. PACKAGE_NAME='hivex' PACKAGE_TARNAME='hivex' -PACKAGE_VERSION='1.3.20' -PACKAGE_STRING='hivex 1.3.20' +PACKAGE_VERSION='1.3.21' +PACKAGE_STRING='hivex 1.3.21' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -2493,7 +2493,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 hivex 1.3.20 to adapt to many kinds of systems. +\`configure' configures hivex 1.3.21 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -2563,7 +2563,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of hivex 1.3.20:";; + short | recursive ) echo "Configuration of hivex 1.3.21:";; esac cat <<\_ACEOF @@ -2703,7 +2703,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -hivex configure 1.3.20 +hivex configure 1.3.21 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -3413,7 +3413,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by hivex $as_me 1.3.20, which was +It was created by hivex $as_me 1.3.21, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -4337,7 +4337,7 @@ # Define the identity of the package. PACKAGE='hivex' - VERSION='1.3.20' + VERSION='1.3.21' cat >>confdefs.h <<_ACEOF @@ -4481,7 +4481,7 @@ $as_echo "#define PACKAGE_VERSION_MINOR 3" >>confdefs.h -$as_echo "#define PACKAGE_VERSION_RELEASE 20" >>confdefs.h +$as_echo "#define PACKAGE_VERSION_RELEASE 21" >>confdefs.h $as_echo "#define PACKAGE_VERSION_EXTRA \"\"" >>confdefs.h @@ -44609,7 +44609,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by hivex $as_me 1.3.20, which was +This file was extended by hivex $as_me 1.3.21, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -44679,7 +44679,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -hivex config.status 1.3.20 +hivex config.status 1.3.21 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hivex-1.3.20/configure.ac new/hivex-1.3.21/configure.ac --- old/hivex-1.3.20/configure.ac 2021-05-03 12:11:57.000000000 +0200 +++ new/hivex-1.3.21/configure.ac 2021-08-02 10:10:24.000000000 +0200 @@ -18,7 +18,7 @@ # major/minor/release must be numbers m4_define([hivex_major], [1]) m4_define([hivex_minor], [3]) -m4_define([hivex_release], [20]) +m4_define([hivex_release], [21]) # extra can be any string m4_define([hivex_extra], []) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hivex-1.3.20/hivex.pc new/hivex-1.3.21/hivex.pc --- old/hivex-1.3.20/hivex.pc 2021-05-03 12:13:59.000000000 +0200 +++ new/hivex-1.3.21/hivex.pc 2021-08-02 10:11:33.000000000 +0200 @@ -4,7 +4,7 @@ includedir=${prefix}/include Name: hivex -Version: 1.3.20 +Version: 1.3.21 Description: Read and write Windows Registry Hive files. Requires: Cflags: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hivex-1.3.20/lib/node.c new/hivex-1.3.21/lib/node.c --- old/hivex-1.3.20/lib/node.c 2021-04-15 18:51:47.000000000 +0200 +++ new/hivex-1.3.21/lib/node.c 2021-08-02 10:08:21.000000000 +0200 @@ -203,7 +203,7 @@ static int _get_children (hive_h *h, hive_node_h blkoff, offset_list *children, offset_list *blocks, - int flags); + int flags, unsigned depth); static int check_child_is_nk_block (hive_h *h, hive_node_h child, int flags); /* Iterate over children (ie. subkeys of a node), returning child @@ -335,7 +335,7 @@ goto error; } - if (_get_children (h, subkey_lf, &children, &blocks, flags) == -1) + if (_get_children (h, subkey_lf, &children, &blocks, flags, 0) == -1) goto error; /* Check the number of children we ended up reading matches @@ -346,7 +346,7 @@ if (!h->unsafe) { SET_ERRNO (ENOTSUP, "nr_subkeys_in_nk = %zu " - "is not equal to number of childred read %zu", + "is not equal to number of children read %zu", nr_subkeys_in_nk, nr_children); goto error; } else { @@ -383,7 +383,7 @@ static int _get_children (hive_h *h, hive_node_h blkoff, offset_list *children, offset_list *blocks, - int flags) + int flags, unsigned depth) { /* Add this intermediate block. */ if (_hivex_add_to_offset_list (blocks, blkoff) == -1) @@ -486,7 +486,17 @@ } } - if (_get_children (h, offset, children, blocks, flags) == -1) + /* Although in theory hive ri records might be nested to any + * depth, in practice this is unlikely. Recursing here caused + * CVE-2021-3622. Thus limit the depth we will recurse to + * something small. + */ + if (depth >= 32) { + SET_ERRNO (EINVAL, "ri-record nested to depth >= %u", depth); + return -1; + } + + if (_get_children (h, offset, children, blocks, flags, depth+1) == -1) return -1; } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hivex-1.3.20/po/ca.po new/hivex-1.3.21/po/ca.po --- old/hivex-1.3.20/po/ca.po 2021-05-03 12:14:27.000000000 +0200 +++ new/hivex-1.3.21/po/ca.po 2021-08-02 10:12:56.000000000 +0200 @@ -4,7 +4,7 @@ msgstr "" "Project-Id-Version: hivex 1.3.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-05-03 11:14+0100\n" +"POT-Creation-Date: 2021-08-02 09:12+0100\n" "PO-Revision-Date: 2017-08-22 08:16-0400\n" "Last-Translator: Robert Antoni Buj Gelonch <r...@fedoraproject.org>\n" "Language-Team: Catalan\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hivex-1.3.20/po/cs.po new/hivex-1.3.21/po/cs.po --- old/hivex-1.3.20/po/cs.po 2021-05-03 12:14:27.000000000 +0200 +++ new/hivex-1.3.21/po/cs.po 2021-08-02 10:12:56.000000000 +0200 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: hivex 1.3.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-05-03 11:14+0100\n" +"POT-Creation-Date: 2021-08-02 09:12+0100\n" "PO-Revision-Date: 2017-03-29 09:29-0400\n" "Last-Translator: Zdenek <chmel...@gmail.com>\n" "Language-Team: Czech\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hivex-1.3.20/po/de.po new/hivex-1.3.21/po/de.po --- old/hivex-1.3.20/po/de.po 2021-05-03 12:14:27.000000000 +0200 +++ new/hivex-1.3.21/po/de.po 2021-08-02 10:12:56.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: hivex 1.3.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-05-03 11:14+0100\n" +"POT-Creation-Date: 2021-08-02 09:12+0100\n" "PO-Revision-Date: 2015-02-21 07:28-0500\n" "Last-Translator: Copied by Zanata <copied-by-zan...@zanata.org>\n" "Language-Team: German (http://www.transifex.com/projects/p/hivex/language/" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hivex-1.3.20/po/es.po new/hivex-1.3.21/po/es.po --- old/hivex-1.3.20/po/es.po 2021-05-03 12:14:27.000000000 +0200 +++ new/hivex-1.3.21/po/es.po 2021-08-02 10:12:56.000000000 +0200 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: hivex 1.3.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-05-03 11:14+0100\n" +"POT-Creation-Date: 2021-08-02 09:12+0100\n" "PO-Revision-Date: 2018-02-12 11:10-0500\n" "Last-Translator: Emilio Herrera <ehespinos...@gmail.com>\n" "Language-Team: Spanish (Castilian) <trans...@lists.fedoraproject.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hivex-1.3.20/po/eu.po new/hivex-1.3.21/po/eu.po --- old/hivex-1.3.20/po/eu.po 2021-05-03 12:14:27.000000000 +0200 +++ new/hivex-1.3.21/po/eu.po 2021-08-02 10:12:56.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: hivex 1.3.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-05-03 11:14+0100\n" +"POT-Creation-Date: 2021-08-02 09:12+0100\n" "PO-Revision-Date: 2015-02-21 07:28-0500\n" "Last-Translator: Copied by Zanata <copied-by-zan...@zanata.org>\n" "Language-Team: Basque (http://www.transifex.com/projects/p/hivex/language/" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hivex-1.3.20/po/fr.po new/hivex-1.3.21/po/fr.po --- old/hivex-1.3.20/po/fr.po 2021-05-03 12:14:27.000000000 +0200 +++ new/hivex-1.3.21/po/fr.po 2021-08-02 10:12:56.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: hivex 1.3.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-05-03 11:14+0100\n" +"POT-Creation-Date: 2021-08-02 09:12+0100\n" "PO-Revision-Date: 2020-09-06 07:40+0000\n" "Last-Translator: Jean-Baptiste Holcroft <jean-bapti...@holcroft.fr>\n" "Language-Team: French <https://translate.fedoraproject.org/projects/hivex/" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hivex-1.3.20/po/gu.po new/hivex-1.3.21/po/gu.po --- old/hivex-1.3.20/po/gu.po 2021-05-03 12:14:27.000000000 +0200 +++ new/hivex-1.3.21/po/gu.po 2021-08-02 10:12:56.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: hivex 1.3.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-05-03 11:14+0100\n" +"POT-Creation-Date: 2021-08-02 09:12+0100\n" "PO-Revision-Date: 2015-02-21 07:28-0500\n" "Last-Translator: Copied by Zanata <copied-by-zan...@zanata.org>\n" "Language-Team: Gujarati <trans...@lists.fedoraproject.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hivex-1.3.20/po/hi.po new/hivex-1.3.21/po/hi.po --- old/hivex-1.3.20/po/hi.po 2021-05-03 12:14:27.000000000 +0200 +++ new/hivex-1.3.21/po/hi.po 2021-08-02 10:12:56.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: hivex 1.3.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-05-03 11:14+0100\n" +"POT-Creation-Date: 2021-08-02 09:12+0100\n" "PO-Revision-Date: 2015-02-21 07:28-0500\n" "Last-Translator: Copied by Zanata <copied-by-zan...@zanata.org>\n" "Language-Team: Hindi <indlinux-hi...@lists.sourceforge.net>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hivex-1.3.20/po/hivex.pot new/hivex-1.3.21/po/hivex.pot --- old/hivex-1.3.20/po/hivex.pot 2021-05-03 12:14:27.000000000 +0200 +++ new/hivex-1.3.21/po/hivex.pot 2021-08-02 10:12:56.000000000 +0200 @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: hivex 1.3.20\n" +"Project-Id-Version: hivex 1.3.21\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-05-03 11:14+0100\n" +"POT-Creation-Date: 2021-08-02 09:12+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <l...@li.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hivex-1.3.20/po/hu.po new/hivex-1.3.21/po/hu.po --- old/hivex-1.3.20/po/hu.po 2021-05-03 12:14:27.000000000 +0200 +++ new/hivex-1.3.21/po/hu.po 2021-08-02 10:12:56.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: hivex 1.3.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-05-03 11:14+0100\n" +"POT-Creation-Date: 2021-08-02 09:12+0100\n" "PO-Revision-Date: 2018-12-06 06:58-0500\n" "Last-Translator: Copied by Zanata <copied-by-zan...@zanata.org>\n" "Language-Team: Hungarian (http://www.transifex.com/projects/p/hivex/language/" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hivex-1.3.20/po/ja.po new/hivex-1.3.21/po/ja.po --- old/hivex-1.3.20/po/ja.po 2021-05-03 12:14:27.000000000 +0200 +++ new/hivex-1.3.21/po/ja.po 2021-08-02 10:12:56.000000000 +0200 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: hivex 1.3.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-05-03 11:14+0100\n" +"POT-Creation-Date: 2021-08-02 09:12+0100\n" "PO-Revision-Date: 2015-02-21 07:28-0500\n" "Last-Translator: Copied by Zanata <copied-by-zan...@zanata.org>\n" "Language-Team: Japanese (http://www.transifex.com/projects/p/hivex/language/" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hivex-1.3.20/po/kn.po new/hivex-1.3.21/po/kn.po --- old/hivex-1.3.20/po/kn.po 2021-05-03 12:14:27.000000000 +0200 +++ new/hivex-1.3.21/po/kn.po 2021-08-02 10:12:56.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: hivex 1.3.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-05-03 11:14+0100\n" +"POT-Creation-Date: 2021-08-02 09:12+0100\n" "PO-Revision-Date: 2015-02-21 07:28-0500\n" "Last-Translator: Copied by Zanata <copied-by-zan...@zanata.org>\n" "Language-Team: Kannada <None>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hivex-1.3.20/po/ml.po new/hivex-1.3.21/po/ml.po --- old/hivex-1.3.20/po/ml.po 2021-05-03 12:14:27.000000000 +0200 +++ new/hivex-1.3.21/po/ml.po 2021-08-02 10:12:56.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: hivex 1.3.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-05-03 11:14+0100\n" +"POT-Creation-Date: 2021-08-02 09:12+0100\n" "PO-Revision-Date: 2015-02-21 07:28-0500\n" "Last-Translator: Copied by Zanata <copied-by-zan...@zanata.org>\n" "Language-Team: Malayalam <disc...@lists.smc.org.in>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hivex-1.3.20/po/mr.po new/hivex-1.3.21/po/mr.po --- old/hivex-1.3.20/po/mr.po 2021-05-03 12:14:27.000000000 +0200 +++ new/hivex-1.3.21/po/mr.po 2021-08-02 10:12:56.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: hivex 1.3.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-05-03 11:14+0100\n" +"POT-Creation-Date: 2021-08-02 09:12+0100\n" "PO-Revision-Date: 2015-02-21 07:28-0500\n" "Last-Translator: Copied by Zanata <copied-by-zan...@zanata.org>\n" "Language-Team: Marathi <None>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hivex-1.3.20/po/nl.po new/hivex-1.3.21/po/nl.po --- old/hivex-1.3.20/po/nl.po 2021-05-03 12:14:27.000000000 +0200 +++ new/hivex-1.3.21/po/nl.po 2021-08-02 10:12:56.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: hivex 1.3.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-05-03 11:14+0100\n" +"POT-Creation-Date: 2021-08-02 09:12+0100\n" "PO-Revision-Date: 2015-02-21 07:28-0500\n" "Last-Translator: Copied by Zanata <copied-by-zan...@zanata.org>\n" "Language-Team: Dutch <>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hivex-1.3.20/po/or.po new/hivex-1.3.21/po/or.po --- old/hivex-1.3.20/po/or.po 2021-05-03 12:14:27.000000000 +0200 +++ new/hivex-1.3.21/po/or.po 2021-08-02 10:12:56.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: hivex 1.3.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-05-03 11:14+0100\n" +"POT-Creation-Date: 2021-08-02 09:12+0100\n" "PO-Revision-Date: 2015-02-21 07:29-0500\n" "Last-Translator: Copied by Zanata <copied-by-zan...@zanata.org>\n" "Language-Team: Oriya <None>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hivex-1.3.20/po/pl.po new/hivex-1.3.21/po/pl.po --- old/hivex-1.3.20/po/pl.po 2021-05-03 12:14:27.000000000 +0200 +++ new/hivex-1.3.21/po/pl.po 2021-08-02 10:12:56.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: hivex 1.3.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-05-03 11:14+0100\n" +"POT-Creation-Date: 2021-08-02 09:12+0100\n" "PO-Revision-Date: 2016-09-05 01:42-0400\n" "Last-Translator: Piotr Dr??g <piotrd...@gmail.com>\n" "Language-Team: Polish <None>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hivex-1.3.20/po/pt.po new/hivex-1.3.21/po/pt.po --- old/hivex-1.3.20/po/pt.po 2021-05-03 12:14:27.000000000 +0200 +++ new/hivex-1.3.21/po/pt.po 2021-08-02 10:12:56.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: hivex 1.3.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-05-03 11:14+0100\n" +"POT-Creation-Date: 2021-08-02 09:12+0100\n" "PO-Revision-Date: 2015-02-21 07:29-0500\n" "Last-Translator: Copied by Zanata <copied-by-zan...@zanata.org>\n" "Language-Team: Portuguese (http://www.transifex.com/projects/p/hivex/" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hivex-1.3.20/po/pt_BR.po new/hivex-1.3.21/po/pt_BR.po --- old/hivex-1.3.20/po/pt_BR.po 2021-05-03 12:14:27.000000000 +0200 +++ new/hivex-1.3.21/po/pt_BR.po 2021-08-02 10:12:56.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: hivex 1.3.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-05-03 11:14+0100\n" +"POT-Creation-Date: 2021-08-02 09:12+0100\n" "PO-Revision-Date: 2015-02-21 07:29-0500\n" "Last-Translator: Copied by Zanata <copied-by-zan...@zanata.org>\n" "Language-Team: Portuguese (Brazilian) <trans-pt...@lists.fedoraproject.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hivex-1.3.20/po/ru.po new/hivex-1.3.21/po/ru.po --- old/hivex-1.3.20/po/ru.po 2021-05-03 12:14:27.000000000 +0200 +++ new/hivex-1.3.21/po/ru.po 2021-08-02 10:12:56.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: hivex 1.3.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-05-03 11:14+0100\n" +"POT-Creation-Date: 2021-08-02 09:12+0100\n" "PO-Revision-Date: 2015-02-21 07:29-0500\n" "Last-Translator: Copied by Zanata <copied-by-zan...@zanata.org>\n" "Language-Team: Russian <trans...@lists.fedoraproject.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hivex-1.3.20/po/sr.po new/hivex-1.3.21/po/sr.po --- old/hivex-1.3.20/po/sr.po 2021-05-03 12:14:27.000000000 +0200 +++ new/hivex-1.3.21/po/sr.po 2021-08-02 10:12:56.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: hivex 1.3.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-05-03 11:14+0100\n" +"POT-Creation-Date: 2021-08-02 09:12+0100\n" "PO-Revision-Date: 2015-02-21 07:29-0500\n" "Last-Translator: Copied by Zanata <copied-by-zan...@zanata.org>\n" "Language-Team: Serbian (http://www.transifex.com/projects/p/hivex/language/" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hivex-1.3.20/po/uk.po new/hivex-1.3.21/po/uk.po --- old/hivex-1.3.20/po/uk.po 2021-05-03 12:14:27.000000000 +0200 +++ new/hivex-1.3.21/po/uk.po 2021-08-02 10:12:56.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: hivex 1.3.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-05-03 11:14+0100\n" +"POT-Creation-Date: 2021-08-02 09:12+0100\n" "PO-Revision-Date: 2015-02-21 07:29-0500\n" "Last-Translator: Copied by Zanata <copied-by-zan...@zanata.org>\n" "Language-Team: Ukrainian <trans...@lists.fedoraproject.org>\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hivex-1.3.20/po/zh_CN.po new/hivex-1.3.21/po/zh_CN.po --- old/hivex-1.3.20/po/zh_CN.po 2021-05-03 12:14:27.000000000 +0200 +++ new/hivex-1.3.21/po/zh_CN.po 2021-08-02 10:12:56.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: hivex 1.3.11\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-05-03 11:14+0100\n" +"POT-Creation-Date: 2021-08-02 09:12+0100\n" "PO-Revision-Date: 2015-02-21 07:29-0500\n" "Last-Translator: Copied by Zanata <copied-by-zan...@zanata.org>\n" "Language-Team: Chinese (China) <None>\n"