Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hivex for openSUSE:Factory checked 
in at 2024-09-12 16:56:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hivex (Old)
 and      /work/SRC/openSUSE:Factory/.hivex.new.17570 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hivex"

Thu Sep 12 16:56:48 2024 rev:24 rq:1200204 version:1.3.24

Changes:
--------
--- /work/SRC/openSUSE:Factory/hivex/hivex.changes      2023-02-08 
17:20:27.321990934 +0100
+++ /work/SRC/openSUSE:Factory/.hivex.new.17570/hivex.changes   2024-09-12 
16:58:14.553561971 +0200
@@ -1,0 +2,6 @@
+Wed Sep  4 12:34:56 UTC 2024 - [email protected]
+
+- Update hivex to version 1.3.24
+  * no changelog provided
+
+-------------------------------------------------------------------

Old:
----
  hivex-1.3.23.tar.gz
  hivex-1.3.23.tar.gz.sig

New:
----
  hivex-1.3.24.tar.gz
  hivex-1.3.24.tar.gz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ hivex.spec ++++++
--- /var/tmp/diff_new_pack.wYjMC8/_old  2024-09-12 16:58:15.277592134 +0200
+++ /var/tmp/diff_new_pack.wYjMC8/_new  2024-09-12 16:58:15.281592301 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hivex
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2011 Michal Hrusecky <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -21,7 +21,7 @@
 %bcond_without python_bindings
 %bcond_without ocaml_bindings
 Name:           hivex
-Version:        1.3.23
+Version:        1.3.24
 Release:        0
 Summary:        Windows "Registry Hive" extraction library
 License:        GPL-2.0-only AND LGPL-2.1-only
@@ -113,12 +113,12 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup -p1
 
+%build
 sed -i 's:%{_bindir}/env perl:%{_bindir}/perl:' regedit/hivexregedit
 
-%build
-if type python3-config >/dev/null
+if command -v python3-config >/dev/null
 then
        export PYTHON="python3"
        export PYTHON_LIBS=$(python3-config --libs)
@@ -150,7 +150,6 @@
 %postun -n libhivex0 -p /sbin/ldconfig
 
 %files
-%doc
 %{_bindir}/*
 %{_mandir}/*/*
 
@@ -178,7 +177,6 @@
 
 %if %{with ocaml_bindings}
 %files -n ocaml-hivex
-%license LICENSE
 
 %files -n ocaml-hivex-devel
 %{_libdir}/ocaml/hivex

++++++ hivex-1.3.23.tar.gz -> hivex-1.3.24.tar.gz ++++++
++++ 7478 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/config.h.in new/hivex-1.3.24/config.h.in
--- old/hivex-1.3.23/config.h.in        2023-01-18 13:28:14.000000000 +0100
+++ new/hivex-1.3.24/config.h.in        2024-08-31 11:25:08.000000000 +0200
@@ -4,7 +4,7 @@
    language is requested. */
 #undef ENABLE_NLS
 
-/* Define to 1 if you have the `bindtextdomain' function. */
+/* Define to 1 if you have the 'bindtextdomain' function. */
 #undef HAVE_BINDTEXTDOMAIN
 
 /* Define to 1 if you have the <byteswap.h> header file. */
@@ -52,10 +52,10 @@
 /* Define if you have libreadline */
 #undef HAVE_LIBREADLINE
 
-/* Define to 1 if you have the `mmap' function. */
+/* Define to 1 if you have the 'mmap' function. */
 #undef HAVE_MMAP
 
-/* Define to 1 if you have the `rb_hash_lookup' function. */
+/* Define to 1 if you have the 'rb_hash_lookup' function. */
 #undef HAVE_RB_HASH_LOOKUP
 
 /* Define to 1 if you have the <stdint.h> header file. */
@@ -124,10 +124,10 @@
 /* Define to 1 if the C compiler supports function prototypes. */
 #undef PROTOTYPES
 
-/* The size of `long', as computed by sizeof. */
+/* The size of 'long', as computed by sizeof. */
 #undef SIZEOF_LONG
 
-/* Define to 1 if all of the C90 standard headers exist (not just the ones
+/* Define to 1 if all of the C89 standard headers exist (not just the ones
    required in a freestanding environment). This macro is provided for
    backward compatibility; new code need not use it. */
 #undef STDC_HEADERS
@@ -138,8 +138,14 @@
 /* Number of bits in a file offset, on hosts where this is settable. */
 #undef _FILE_OFFSET_BITS
 
-/* Define for large files, on AIX-style hosts. */
+/* Define to 1 on platforms where this makes off_t a 64-bit type. */
 #undef _LARGE_FILES
 
+/* Number of bits in time_t, on hosts where this is settable. */
+#undef _TIME_BITS
+
+/* Define to 1 on platforms where this makes time_t a 64-bit type. */
+#undef __MINGW_USE_VC2005_COMPAT
+
 /* Define like PROTOTYPES; this can be used by system headers. */
 #undef __PROTOTYPES
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/configure.ac new/hivex-1.3.24/configure.ac
--- old/hivex-1.3.23/configure.ac       2023-01-18 13:27:26.000000000 +0100
+++ new/hivex-1.3.24/configure.ac       2024-08-31 11:23:33.000000000 +0200
@@ -1,5 +1,5 @@
 # hivex
-# Copyright (C) 2009-2019 Red Hat Inc.
+# Copyright (C) 2009-2024 Red Hat Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -18,7 +18,7 @@
 # major/minor/release must be numbers
 m4_define([hivex_major],   [1])
 m4_define([hivex_minor],   [3])
-m4_define([hivex_release], [23])
+m4_define([hivex_release], [24])
 # extra can be any string
 m4_define([hivex_extra],   [])
 
@@ -136,7 +136,7 @@
 
 dnl For i18n.
 AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.21])
+AM_GNU_GETTEXT_VERSION([0.19])
 AM_ICONV
 
 dnl libxml2 (optional).
@@ -557,7 +557,7 @@
 echo "then you should check the preceeding messages."
 echo
 echo "Please report bugs back to the mailing list:"
-echo "http://www.redhat.com/mailman/listinfo/libguestfs";
+echo "https://lists.libguestfs.org";
 echo
 echo "Next you should type 'make' to build the package,"
 echo "then 'make check' to run the tests."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/perl/Makefile.am new/hivex-1.3.24/perl/Makefile.am
--- old/hivex-1.3.23/perl/Makefile.am   2021-04-15 18:51:47.000000000 +0200
+++ new/hivex-1.3.24/perl/Makefile.am   2024-05-07 16:31:11.000000000 +0200
@@ -50,9 +50,14 @@
 all: Makefile-pl src_deps
        $(MAKE) -f Makefile-pl
 
+# For overriding CC see: https://stackoverflow.com/a/65729336
 Makefile-pl: Makefile.PL
        -[ $(srcdir) != $(builddir) ] && cp -rsu $(abs_srcdir)/. $(builddir)/.
-       perl Makefile.PL INSTALLDIRS=$(INSTALLDIRS) PREFIX=$(prefix)
+       $(PERL) Makefile.PL \
+           CC="$(CC)" \
+           LD="$(CC)" \
+           INSTALLDIRS=$(INSTALLDIRS) \
+           PREFIX=$(prefix)
 
 # No!  Otherwise it is deleted before the clean-local rule runs.
 #CLEANFILES = Makefile-pl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/po/Makevars.template new/hivex-1.3.24/po/Makevars.template
--- old/hivex-1.3.23/po/Makevars.template       2022-09-30 16:49:05.000000000 
+0200
+++ new/hivex-1.3.24/po/Makevars.template       2023-11-16 11:51:29.000000000 
+0100
@@ -1,8 +1,4 @@
 # Makefile variables for PO directory in any package using GNU gettext.
-#
-# Copyright (C) 2003-2019 Free Software Foundation, Inc.
-# This file is free software; the Free Software Foundation gives
-# unlimited permission to use, copy, distribute, and modify it.
 
 # Usually the message domain is the same as the package name.
 DOMAIN = $(PACKAGE)
@@ -24,13 +20,6 @@
 # their copyright.
 COPYRIGHT_HOLDER = Free Software Foundation, Inc.
 
-# This tells whether or not to prepend "GNU " prefix to the package
-# name that gets inserted into the header of the $(DOMAIN).pot file.
-# Possible values are "yes", "no", or empty.  If it is empty, try to
-# detect it automatically by scanning the files in $(top_srcdir) for
-# "GNU packagename" string.
-PACKAGE_GNU =
-
 # This is the email address or URL to which the translators shall report
 # bugs in the untranslated strings:
 # - Strings which are not entire sentences, see the maintainer guidelines
@@ -62,21 +51,3 @@
 #   --previous            to keep previous msgids of translated messages,
 #   --quiet               to reduce the verbosity.
 MSGMERGE_OPTIONS =
-
-# These options get passed to msginit.
-# If you want to disable line wrapping when writing PO files, add
-# --no-wrap to MSGMERGE_OPTIONS, XGETTEXT_OPTIONS, and
-# MSGINIT_OPTIONS.
-MSGINIT_OPTIONS =
-
-# This tells whether or not to regenerate a PO file when $(DOMAIN).pot
-# has changed.  Possible values are "yes" and "no".  Set this to no if
-# the POT file is checked in the repository and the version control
-# program ignores timestamps.
-PO_DEPENDS_ON_POT = yes
-
-# This tells whether or not to forcibly update $(DOMAIN).pot and
-# regenerate PO files on "make dist".  Possible values are "yes" and
-# "no".  Set this to no if the POT file and PO files are maintained
-# externally.
-DIST_DEPENDS_ON_UPDATE_PO = yes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/po/ca.po new/hivex-1.3.24/po/ca.po
--- old/hivex-1.3.23/po/ca.po   2023-01-18 13:28:30.000000000 +0100
+++ new/hivex-1.3.24/po/ca.po   2024-08-31 11:25:41.000000000 +0200
@@ -4,7 +4,7 @@
 msgstr ""
 "Project-Id-Version: hivex 1.3.11\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-18 12:28+0000\n"
+"POT-Creation-Date: 2024-08-31 10:25+0100\n"
 "PO-Revision-Date: 2017-08-22 08:16-0400\n"
 "Last-Translator: Robert Antoni Buj Gelonch <[email protected]>\n"
 "Language-Team: Catalan\n"
Binary files old/hivex-1.3.23/po/cs.gmo and new/hivex-1.3.24/po/cs.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/po/cs.po new/hivex-1.3.24/po/cs.po
--- old/hivex-1.3.23/po/cs.po   2023-01-18 13:28:30.000000000 +0100
+++ new/hivex-1.3.24/po/cs.po   2024-08-31 11:25:41.000000000 +0200
@@ -1,18 +1,20 @@
 # Zdenek <[email protected]>, 2017. #zanata
+# Krystof Cerny <[email protected]>, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: hivex 1.3.11\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-18 12:28+0000\n"
-"PO-Revision-Date: 2017-03-29 09:29-0400\n"
-"Last-Translator: Zdenek <[email protected]>\n"
-"Language-Team: Czech\n"
+"POT-Creation-Date: 2024-08-31 10:25+0100\n"
+"PO-Revision-Date: 2023-05-08 07:20+0000\n"
+"Last-Translator: Krystof Cerny <[email protected]>\n"
+"Language-Team: Czech <https://translate.fedoraproject.org/projects/hivex/";
+"master/cs/>\n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n"
-"X-Generator: Zanata 4.6.2\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+"X-Generator: Weblate 4.15.2\n"
 
 #: sh/hivexsh.c:161
 #, c-format
@@ -107,7 +109,7 @@
 msgstr ""
 "Klíče registrů procházejte pomocí příkazu 'cd', jako kdyby se\n"
 "jednalo o souborový systém a použijte 'ls' pro výpis podklíčů\n"
-"aktuálního klíče.  Kompletní dokumentace je k nalezení v manuálových 
\n"
+"aktuálního klíče.  Kompletní dokumentace je k nalezení v 
manuálových\n"
 "stránkách hivexsh(1).\n"
 
 #: sh/hivexsh.c:681
@@ -116,9 +118,9 @@
 msgstr "%s: %s: klíč nenalezen\n"
 
 #: sh/hivexsh.c:873 sh/hivexsh.c:977 sh/hivexsh.c:1003 sh/hivexsh.c:1032
-#, fuzzy, c-format
+#, c-format
 msgid "%s: %s: invalid integer parameter (%s returned %u)\n"
-msgstr "%s: %s: neplatný parametr celého čísla (%s vrátil %d)\n"
+msgstr "%s: %s: neplatný parametr celého čísla (%s vrátil %u)\n"
 
 #: sh/hivexsh.c:878 sh/hivexsh.c:983 sh/hivexsh.c:1009 sh/hivexsh.c:1038
 #, c-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/po/de.po new/hivex-1.3.24/po/de.po
--- old/hivex-1.3.23/po/de.po   2023-01-18 13:28:30.000000000 +0100
+++ new/hivex-1.3.24/po/de.po   2024-08-31 11:25:41.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: hivex 1.3.11\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-18 12:28+0000\n"
+"POT-Creation-Date: 2024-08-31 10:25+0100\n"
 "PO-Revision-Date: 2022-10-16 17:19+0000\n"
 "Last-Translator: Joachim Philipp <[email protected]>\n"
 "Language-Team: German <https://translate.fedoraproject.org/projects/hivex/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/po/es.po new/hivex-1.3.24/po/es.po
--- old/hivex-1.3.23/po/es.po   2023-01-18 13:28:30.000000000 +0100
+++ new/hivex-1.3.24/po/es.po   2024-08-31 11:25:41.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: hivex 1.3.11\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-18 12:28+0000\n"
+"POT-Creation-Date: 2024-08-31 10:25+0100\n"
 "PO-Revision-Date: 2022-09-09 16:19+0000\n"
 "Last-Translator: Emilio Herrera <[email protected]>\n"
 "Language-Team: Spanish <https://translate.fedoraproject.org/projects/hivex/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/po/eu.po new/hivex-1.3.24/po/eu.po
--- old/hivex-1.3.23/po/eu.po   2023-01-18 13:28:30.000000000 +0100
+++ new/hivex-1.3.24/po/eu.po   2024-08-31 11:25:41.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: hivex 1.3.11\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-18 12:28+0000\n"
+"POT-Creation-Date: 2024-08-31 10:25+0100\n"
 "PO-Revision-Date: 2015-02-21 07:28-0500\n"
 "Last-Translator: Copied by Zanata <[email protected]>\n"
 "Language-Team: Basque (http://www.transifex.com/projects/p/hivex/language/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/po/fr.po new/hivex-1.3.24/po/fr.po
--- old/hivex-1.3.23/po/fr.po   2023-01-18 13:28:30.000000000 +0100
+++ new/hivex-1.3.24/po/fr.po   2024-08-31 11:25:41.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: hivex 1.3.11\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-18 12:28+0000\n"
+"POT-Creation-Date: 2024-08-31 10:25+0100\n"
 "PO-Revision-Date: 2022-01-14 06:16+0000\n"
 "Last-Translator: Julien Humbert <[email protected]>\n"
 "Language-Team: French <https://translate.fedoraproject.org/projects/hivex/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/po/gu.po new/hivex-1.3.24/po/gu.po
--- old/hivex-1.3.23/po/gu.po   2023-01-18 13:28:30.000000000 +0100
+++ new/hivex-1.3.24/po/gu.po   2024-08-31 11:25:41.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: hivex 1.3.11\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-18 12:28+0000\n"
+"POT-Creation-Date: 2024-08-31 10:25+0100\n"
 "PO-Revision-Date: 2015-02-21 07:28-0500\n"
 "Last-Translator: Copied by Zanata <[email protected]>\n"
 "Language-Team: Gujarati <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/po/hi.po new/hivex-1.3.24/po/hi.po
--- old/hivex-1.3.23/po/hi.po   2023-01-18 13:28:30.000000000 +0100
+++ new/hivex-1.3.24/po/hi.po   2024-08-31 11:25:41.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: hivex 1.3.11\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-18 12:28+0000\n"
+"POT-Creation-Date: 2024-08-31 10:25+0100\n"
 "PO-Revision-Date: 2015-02-21 07:28-0500\n"
 "Last-Translator: Copied by Zanata <[email protected]>\n"
 "Language-Team: Hindi <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/po/hu.po new/hivex-1.3.24/po/hu.po
--- old/hivex-1.3.23/po/hu.po   2023-01-18 13:28:30.000000000 +0100
+++ new/hivex-1.3.24/po/hu.po   2024-08-31 11:25:41.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: hivex 1.3.11\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-18 12:28+0000\n"
+"POT-Creation-Date: 2024-08-31 10:25+0100\n"
 "PO-Revision-Date: 2018-12-06 06:58-0500\n"
 "Last-Translator: Copied by Zanata <[email protected]>\n"
 "Language-Team: Hungarian (http://www.transifex.com/projects/p/hivex/language/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/po/ja.po new/hivex-1.3.24/po/ja.po
--- old/hivex-1.3.23/po/ja.po   2023-01-18 13:28:30.000000000 +0100
+++ new/hivex-1.3.24/po/ja.po   2024-08-31 11:25:41.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: hivex 1.3.11\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-18 12:28+0000\n"
+"POT-Creation-Date: 2024-08-31 10:25+0100\n"
 "PO-Revision-Date: 2015-02-21 07:28-0500\n"
 "Last-Translator: Copied by Zanata <[email protected]>\n"
 "Language-Team: Japanese (http://www.transifex.com/projects/p/hivex/language/";
Binary files old/hivex-1.3.23/po/ka.gmo and new/hivex-1.3.24/po/ka.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/po/ka.po new/hivex-1.3.24/po/ka.po
--- old/hivex-1.3.23/po/ka.po   2023-01-18 13:28:30.000000000 +0100
+++ new/hivex-1.3.24/po/ka.po   2024-08-31 11:25:41.000000000 +0200
@@ -1,13 +1,13 @@
 # SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR Free Software Foundation, Inc.
 # This file is distributed under the same license as the hivex package.
-# Temuri Doghonadze <[email protected]>, 2022.
+# Temuri Doghonadze <[email protected]>, 2022, 2023, 2024.
 msgid ""
 msgstr ""
 "Project-Id-Version: hivex 1.3.21\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-18 12:28+0000\n"
-"PO-Revision-Date: 2022-12-06 19:19+0000\n"
+"POT-Creation-Date: 2024-08-31 10:25+0100\n"
+"PO-Revision-Date: 2024-02-11 11:36+0000\n"
 "Last-Translator: Temuri Doghonadze <[email protected]>\n"
 "Language-Team: Georgian <https://translate.fedoraproject.org/projects/hivex/";
 "master/ka/>\n"
@@ -16,7 +16,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 4.14.2\n"
+"X-Generator: Weblate 5.3.1\n"
 
 #: sh/hivexsh.c:161
 #, c-format
@@ -29,31 +29,39 @@
 "      'quit' to quit the shell\n"
 "\n"
 msgstr ""
+"\n"
+"მოგესალმებათ პროგრამა hivexsh, 
hivex-ის ინტერაქტიური გარსი 
Windows-ის\n"
+"რეესტრის ბინარული ფაილების 
ანალიზისთვის.\n"
+"\n"
+"აკრიფეთ 'help' დახმარების 
მიმოხილვისთვის\n"
+"                     'quit' გარსიდან 
გასასვლელად\n"
+"\n"
 
 #: sh/hivexsh.c:275
 #, c-format
 msgid "hivexsh: error getting parent of node %zu\n"
-msgstr ""
+msgstr "hivexsh: შეცდომა მშობლის 
მიღებისას კვანძისთვის %zu\n"
 
 #: sh/hivexsh.c:285
 #, c-format
 msgid "hivexsh: error getting node name of node %zx\n"
-msgstr ""
+msgstr "hivexsh: შეცდომა სახელის 
მიღებისას კვანძისთვის %zx\n"
 
 #: sh/hivexsh.c:424
 #, c-format
 msgid "hivexsh: you must load a hive file first using 'load hivefile'\n"
-msgstr ""
+msgstr "hivexsh: ჯერ სკის ფაილი უნდა 
ჩატვირთოთ, 'load hivefile' ბრძანებით\n"
 
 #: sh/hivexsh.c:445
 #, c-format
 msgid "hivexsh: unknown command '%s', use 'help' for help summary\n"
 msgstr ""
+"hivexsh: უცნობი ბრძანება '%s'. დახმარ
ებისთვის გამოიყენეთ ბრ
ძანება 'help'\n"
 
 #: sh/hivexsh.c:455
 #, c-format
 msgid "hivexsh: load: no hive file name given to load\n"
-msgstr ""
+msgstr "hivexsh: load: ჩასატვირთი ფაილის 
სახელი მითითებული არაა\n"
 
 #: sh/hivexsh.c:471
 #, c-format
@@ -66,11 +74,18 @@
 "which fails into a bug report at https://bugzilla.redhat.com/\n";
 "\n"
 msgstr ""
+"hivexsh: ჩავარდა გახსნა სკის 
ფაილისთვის: %s %m\n"
+"\n"
+"თუ ფიქრობთ, რომ ეს სწორი Windows-ის 
ბინარული სკის ფაილია (_არა_\n"
+"regedit-ის *.reg ფაილი), მაშინ გაუშვით 
ეს ბრძანება კიდევ ერთხელ,\n"
+"hivexsh-ის პარამეტრით '-d' და 
მიამაგრეთ სრული გამოტანილი 
ინფორმაცია _და_\n"
+"თქვენი სკის ფაილი, რომელსაც 
ვერ ტვირთავთ, საიტზე 
https:/bugzilla.redht.com/\n"
+"\n"
 
 #: sh/hivexsh.c:504 sh/hivexsh.c:613 sh/hivexsh.c:1099
 #, c-format
 msgid "hivexsh: '%s' command should not be given arguments\n"
-msgstr ""
+msgstr "hivexsh: ბრძანებას '%s' არ
გუმენტები არ უნდა ჰქონდეს\n"
 
 #: sh/hivexsh.c:546
 #, c-format
@@ -78,6 +93,8 @@
 "%s: %s: \\ characters in path are doubled - are you escaping the path "
 "parameter correctly?\n"
 msgstr ""
+"%s: %s: \\ სიმბოლოები დადუბრირ
ებულია ბილიკში - ცდილობთ, 
ბილიკის პარამეტრი "
+"სწორად შენიღბოთ?\n"
 
 #: sh/hivexsh.c:584
 #, c-format
@@ -91,6 +108,10 @@
 "contained a filesystem, and use 'ls' to list the subkeys of the\n"
 "current key.  Full documentation is in the hivexsh(1) manual page.\n"
 msgstr ""
+"გადადით სკის გასაღებებს შორ
ის ბრძანებით 'cd', თითქოს ეს\n"
+"ფაილური სისტემა იყოს და 
გამოიყენეთ 'ls', რომ მიმდინარე 
გასაღების ყველა\n"
+"ქვეგასაღების სია მიიღოთ.   სრ
ული დოკუმენტაცია 
ხელმისაწვდომია "
+"სახელმძღვანელოში hivexsh(1).\n"
 
 #: sh/hivexsh.c:681
 #, c-format
@@ -100,7 +121,7 @@
 #: sh/hivexsh.c:873 sh/hivexsh.c:977 sh/hivexsh.c:1003 sh/hivexsh.c:1032
 #, c-format
 msgid "%s: %s: invalid integer parameter (%s returned %u)\n"
-msgstr ""
+msgstr "%s: %s: არასწორი მთელრ
იცხვიანი პარამეტრი (%s -მა %u 
დააბრუნა)\n"
 
 #: sh/hivexsh.c:878 sh/hivexsh.c:983 sh/hivexsh.c:1009 sh/hivexsh.c:1038
 #, c-format
@@ -117,11 +138,13 @@
 msgid ""
 "hivexsh: string(utf16le): only 7 bit ASCII strings are supported for input\n"
 msgstr ""
+"hivexsh: string(utf16le): შეყვანისთვის მხარ
დაჭერილია, მხოლოდ, 7-ბიტიანი "
+"ASCII სტრიქონები\n"
 
 #: sh/hivexsh.c:1069
 #, c-format
 msgid "hivexsh: setval: trailing garbage after hex string\n"
-msgstr ""
+msgstr "hivexsh: setval: თექვსმეტობითი სტრ
იქონის ბოლოში აღმოჩენილია 
ნაგავი\n"
 
 #: sh/hivexsh.c:1076
 #, c-format
@@ -129,11 +152,13 @@
 "hivexsh: setval: cannot parse value string, please refer to the man page "
 "hivexsh(1) for help: %s\n"
 msgstr ""
+"hivexsh: setval: სტრიქონის 
მნიშვნელობის დამუშავება 
შეუძლებელია. "
+"დახმარებისთვის მიმართეთ 
hivexsh(1)-ის სახელმძღვანელოს: %s\n"
 
 #: sh/hivexsh.c:1105
 #, c-format
 msgid "hivexsh: del: the root node cannot be deleted\n"
-msgstr ""
+msgstr "hivexsh: del: ძირითადი კვანძის 
წაშლა შეუძლებელია\n"
 
 #: xml/hivexml.c:80
 #, c-format
@@ -148,4 +173,4 @@
 #: xml/hivexml.c:135
 #, c-format
 msgid "xmlNewTextWriterFilename: failed to create XML writer\n"
-msgstr ""
+msgstr "xmlNewTextWriterFilename: XML ჩამწერის 
შექმნა ჩავარდა\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/po/kn.po new/hivex-1.3.24/po/kn.po
--- old/hivex-1.3.23/po/kn.po   2023-01-18 13:28:30.000000000 +0100
+++ new/hivex-1.3.24/po/kn.po   2024-08-31 11:25:41.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: hivex 1.3.11\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-18 12:28+0000\n"
+"POT-Creation-Date: 2024-08-31 10:25+0100\n"
 "PO-Revision-Date: 2015-02-21 07:28-0500\n"
 "Last-Translator: Copied by Zanata <[email protected]>\n"
 "Language-Team: Kannada <None>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/po/ml.po new/hivex-1.3.24/po/ml.po
--- old/hivex-1.3.23/po/ml.po   2023-01-18 13:28:30.000000000 +0100
+++ new/hivex-1.3.24/po/ml.po   2024-08-31 11:25:41.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: hivex 1.3.11\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-18 12:28+0000\n"
+"POT-Creation-Date: 2024-08-31 10:25+0100\n"
 "PO-Revision-Date: 2015-02-21 07:28-0500\n"
 "Last-Translator: Copied by Zanata <[email protected]>\n"
 "Language-Team: Malayalam <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/po/mr.po new/hivex-1.3.24/po/mr.po
--- old/hivex-1.3.23/po/mr.po   2023-01-18 13:28:30.000000000 +0100
+++ new/hivex-1.3.24/po/mr.po   2024-08-31 11:25:41.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: hivex 1.3.11\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-18 12:28+0000\n"
+"POT-Creation-Date: 2024-08-31 10:25+0100\n"
 "PO-Revision-Date: 2022-02-28 16:16+0000\n"
 "Last-Translator: Prachi Joshi <[email protected]>\n"
 "Language-Team: Marathi <https://translate.fedoraproject.org/projects/hivex/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/po/nl.po new/hivex-1.3.24/po/nl.po
--- old/hivex-1.3.23/po/nl.po   2023-01-18 13:28:30.000000000 +0100
+++ new/hivex-1.3.24/po/nl.po   2024-08-31 11:25:41.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: hivex 1.3.11\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-18 12:28+0000\n"
+"POT-Creation-Date: 2024-08-31 10:25+0100\n"
 "PO-Revision-Date: 2015-02-21 07:28-0500\n"
 "Last-Translator: Copied by Zanata <[email protected]>\n"
 "Language-Team: Dutch <>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/po/or.po new/hivex-1.3.24/po/or.po
--- old/hivex-1.3.23/po/or.po   2023-01-18 13:28:30.000000000 +0100
+++ new/hivex-1.3.24/po/or.po   2024-08-31 11:25:41.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: hivex 1.3.11\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-18 12:28+0000\n"
+"POT-Creation-Date: 2024-08-31 10:25+0100\n"
 "PO-Revision-Date: 2015-02-21 07:29-0500\n"
 "Last-Translator: Copied by Zanata <[email protected]>\n"
 "Language-Team: Oriya <None>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/po/pl.po new/hivex-1.3.24/po/pl.po
--- old/hivex-1.3.23/po/pl.po   2023-01-18 13:28:30.000000000 +0100
+++ new/hivex-1.3.24/po/pl.po   2024-08-31 11:25:41.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: hivex 1.3.11\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-18 12:28+0000\n"
+"POT-Creation-Date: 2024-08-31 10:25+0100\n"
 "PO-Revision-Date: 2016-09-05 01:42-0400\n"
 "Last-Translator: Piotr Drąg <[email protected]>\n"
 "Language-Team: Polish <None>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/po/pt.po new/hivex-1.3.24/po/pt.po
--- old/hivex-1.3.23/po/pt.po   2023-01-18 13:28:30.000000000 +0100
+++ new/hivex-1.3.24/po/pt.po   2024-08-31 11:25:41.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: hivex 1.3.11\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-18 12:28+0000\n"
+"POT-Creation-Date: 2024-08-31 10:25+0100\n"
 "PO-Revision-Date: 2015-02-21 07:29-0500\n"
 "Last-Translator: Copied by Zanata <[email protected]>\n"
 "Language-Team: Portuguese (http://www.transifex.com/projects/p/hivex/";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/po/pt_BR.po new/hivex-1.3.24/po/pt_BR.po
--- old/hivex-1.3.23/po/pt_BR.po        2023-01-18 13:28:30.000000000 +0100
+++ new/hivex-1.3.24/po/pt_BR.po        2024-08-31 11:25:41.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: hivex 1.3.11\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-18 12:28+0000\n"
+"POT-Creation-Date: 2024-08-31 10:25+0100\n"
 "PO-Revision-Date: 2015-02-21 07:29-0500\n"
 "Last-Translator: Copied by Zanata <[email protected]>\n"
 "Language-Team: Portuguese (Brazilian) <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/po/ru.po new/hivex-1.3.24/po/ru.po
--- old/hivex-1.3.23/po/ru.po   2023-01-18 13:28:30.000000000 +0100
+++ new/hivex-1.3.24/po/ru.po   2024-08-31 11:25:41.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: hivex 1.3.11\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-18 12:28+0000\n"
+"POT-Creation-Date: 2024-08-31 10:25+0100\n"
 "PO-Revision-Date: 2015-02-21 07:29-0500\n"
 "Last-Translator: Copied by Zanata <[email protected]>\n"
 "Language-Team: Russian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/po/si.po new/hivex-1.3.24/po/si.po
--- old/hivex-1.3.23/po/si.po   2023-01-18 13:28:30.000000000 +0100
+++ new/hivex-1.3.24/po/si.po   2024-08-31 11:25:41.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: hivex 1.3.19\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-18 12:28+0000\n"
+"POT-Creation-Date: 2024-08-31 10:25+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
Binary files old/hivex-1.3.23/po/sr.gmo and new/hivex-1.3.24/po/sr.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/po/sr.po new/hivex-1.3.24/po/sr.po
--- old/hivex-1.3.23/po/sr.po   2023-01-18 13:28:30.000000000 +0100
+++ new/hivex-1.3.24/po/sr.po   2024-08-31 11:25:41.000000000 +0200
@@ -4,22 +4,23 @@
 #
 # Translators:
 # Momcilo Medic <[email protected]>, 2014
+# Medic Momcilo <[email protected]>, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: hivex 1.3.11\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-18 12:28+0000\n"
-"PO-Revision-Date: 2015-02-21 07:29-0500\n"
-"Last-Translator: Copied by Zanata <[email protected]>\n"
-"Language-Team: Serbian (http://www.transifex.com/projects/p/hivex/language/";
-"sr/)\n"
+"POT-Creation-Date: 2024-08-31 10:25+0100\n"
+"PO-Revision-Date: 2023-11-05 20:48+0000\n"
+"Last-Translator: Medic Momcilo <[email protected]>\n"
+"Language-Team: Serbian <https://translate.fedoraproject.org/projects/hivex/";
+"master/sr/>\n"
 "Language: sr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
-"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-"X-Generator: Zanata 4.6.2\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
+"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
+"X-Generator: Weblate 5.1.1\n"
 
 #: sh/hivexsh.c:161
 #, c-format
@@ -59,9 +60,7 @@
 #: sh/hivexsh.c:445
 #, c-format
 msgid "hivexsh: unknown command '%s', use 'help' for help summary\n"
-msgstr ""
-"hivexsh: непозната команда '%s', користите 'help' 
за сажету помоћ\n"
-"\n"
+msgstr "hivexsh: непозната команда '%s', користите 
'help' за сажету помоћ\n"
 
 #: sh/hivexsh.c:455
 #, c-format
@@ -123,9 +122,9 @@
 msgstr "%s: %s: кључ није пронађен\n"
 
 #: sh/hivexsh.c:873 sh/hivexsh.c:977 sh/hivexsh.c:1003 sh/hivexsh.c:1032
-#, fuzzy, c-format
+#, c-format
 msgid "%s: %s: invalid integer parameter (%s returned %u)\n"
-msgstr "%s: %s: неисправан целобројни параметар 
(%s вратио %d)\n"
+msgstr "%s: %s: неисправан целобројни параметар 
(%s вратио %u)\n"
 
 #: sh/hivexsh.c:878 sh/hivexsh.c:983 sh/hivexsh.c:1009 sh/hivexsh.c:1038
 #, c-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/po/uk.po new/hivex-1.3.24/po/uk.po
--- old/hivex-1.3.23/po/uk.po   2023-01-18 13:28:30.000000000 +0100
+++ new/hivex-1.3.24/po/uk.po   2024-08-31 11:25:41.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: hivex 1.3.11\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-18 12:28+0000\n"
+"POT-Creation-Date: 2024-08-31 10:25+0100\n"
 "PO-Revision-Date: 2015-02-21 07:29-0500\n"
 "Last-Translator: Copied by Zanata <[email protected]>\n"
 "Language-Team: Ukrainian <[email protected]>\n"
Binary files old/hivex-1.3.23/po/zh_CN.gmo and new/hivex-1.3.24/po/zh_CN.gmo 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/po/zh_CN.po new/hivex-1.3.24/po/zh_CN.po
--- old/hivex-1.3.23/po/zh_CN.po        2023-01-18 13:28:30.000000000 +0100
+++ new/hivex-1.3.24/po/zh_CN.po        2024-08-31 11:25:41.000000000 +0200
@@ -1,21 +1,22 @@
 # SOME DESCRIPTIVE TITLE.
 # Copyright (C) YEAR Free Software Foundation, Inc.
 # This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+# Jingge Chen <[email protected]>, 2023.
 msgid ""
 msgstr ""
 "Project-Id-Version: hivex 1.3.11\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-18 12:28+0000\n"
-"PO-Revision-Date: 2015-02-21 07:29-0500\n"
-"Last-Translator: Copied by Zanata <[email protected]>\n"
-"Language-Team: Chinese (China) <None>\n"
+"POT-Creation-Date: 2024-08-31 10:25+0100\n"
+"PO-Revision-Date: 2023-12-10 10:44+0000\n"
+"Last-Translator: Jingge Chen <[email protected]>\n"
+"Language-Team: Chinese (Simplified) <https://translate.fedoraproject.org/";
+"projects/hivex/master/zh_CN/>\n"
 "Language: zh_CN\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=1; plural=0\n"
-"X-Generator: Zanata 4.6.2\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Weblate 5.2.1\n"
 
 #: sh/hivexsh.c:161
 #, c-format
@@ -114,9 +115,9 @@
 msgstr "%s: %s: 键未找到\n"
 
 #: sh/hivexsh.c:873 sh/hivexsh.c:977 sh/hivexsh.c:1003 sh/hivexsh.c:1032
-#, fuzzy, c-format
+#, c-format
 msgid "%s: %s: invalid integer parameter (%s returned %u)\n"
-msgstr "%s: %s: 非法的整数参数 (%s 返回 %d)\n"
+msgstr "%s: %s: 非法的整数参数 (%s 返回 %u)\n"
 
 #: sh/hivexsh.c:878 sh/hivexsh.c:983 sh/hivexsh.c:1009 sh/hivexsh.c:1038
 #, c-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/python/t/210-setvalue.py 
new/hivex-1.3.24/python/t/210-setvalue.py
--- old/hivex-1.3.23/python/t/210-setvalue.py   2021-04-15 18:51:47.000000000 
+0200
+++ new/hivex-1.3.24/python/t/210-setvalue.py   2024-05-07 12:13:34.000000000 
+0200
@@ -15,7 +15,6 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-import sys
 import os
 import hivex
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/ruby/Makefile.am new/hivex-1.3.24/ruby/Makefile.am
--- old/hivex-1.3.23/ruby/Makefile.am   2021-04-15 18:51:47.000000000 +0200
+++ new/hivex-1.3.24/ruby/Makefile.am   2023-11-16 11:51:29.000000000 +0100
@@ -23,8 +23,7 @@
        ext/hivex/_hivex.c \
        lib/hivex.rb \
        run-ruby-tests \
-       tests/tc_*.rb \
-       tests/test_helper.rb
+       tests/tc_*.rb
 
 CLEANFILES = \
        lib/*~ \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/ruby/tests/tc_010_load.rb 
new/hivex-1.3.24/ruby/tests/tc_010_load.rb
--- old/hivex-1.3.23/ruby/tests/tc_010_load.rb  2021-04-15 18:51:47.000000000 
+0200
+++ new/hivex-1.3.24/ruby/tests/tc_010_load.rb  2023-11-16 11:51:29.000000000 
+0100
@@ -15,9 +15,10 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-require File::join(File::dirname(__FILE__), 'test_helper')
+require 'minitest/autorun'
+require 'hivex'
 
-class TestLoad < MiniTest::Unit::TestCase
+class TestLoad < Minitest::Test
   def test_load
     h = Hivex::open("../images/minimal", {})
     refute_nil (h)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/ruby/tests/tc_021_close.rb 
new/hivex-1.3.24/ruby/tests/tc_021_close.rb
--- old/hivex-1.3.23/ruby/tests/tc_021_close.rb 2021-04-15 18:51:47.000000000 
+0200
+++ new/hivex-1.3.24/ruby/tests/tc_021_close.rb 2023-11-16 11:51:29.000000000 
+0100
@@ -15,9 +15,10 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-require File::join(File::dirname(__FILE__), 'test_helper')
+require 'minitest/autorun'
+require 'hivex'
 
-class TestClose < MiniTest::Unit::TestCase
+class TestClose < Minitest::Test
   def test_close
     h = Hivex::open("../images/minimal", {})
     refute_nil (h)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/ruby/tests/tc_120_rlenvalue.rb 
new/hivex-1.3.24/ruby/tests/tc_120_rlenvalue.rb
--- old/hivex-1.3.23/ruby/tests/tc_120_rlenvalue.rb     2021-04-15 
18:51:47.000000000 +0200
+++ new/hivex-1.3.24/ruby/tests/tc_120_rlenvalue.rb     2023-11-16 
11:51:29.000000000 +0100
@@ -21,9 +21,10 @@
 # length and offset for this value cell should be 37 bytes, position
 # 8712.
 
-require File::join(File::dirname(__FILE__), 'test_helper')
+require 'minitest/autorun'
+require 'hivex'
 
-class TestRLenValue < MiniTest::Unit::TestCase
+class TestRLenValue < Minitest::Test
   def test_RLenValue
     h = Hivex::open(File::join(ENV['abs_srcdir'], '..', 'images', 
'rlenvalue_test_hive'), {})
     refute_nil(h)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/ruby/tests/tc_130_special.rb 
new/hivex-1.3.24/ruby/tests/tc_130_special.rb
--- old/hivex-1.3.23/ruby/tests/tc_130_special.rb       2021-04-15 
18:51:47.000000000 +0200
+++ new/hivex-1.3.24/ruby/tests/tc_130_special.rb       2023-11-16 
11:51:29.000000000 +0100
@@ -1,9 +1,10 @@
 # -*- coding: utf-8 -*-
 # -*- ruby -*-
 
-require File::join(File::dirname(__FILE__), 'test_helper')
+require 'minitest/autorun'
+require 'hivex'
 
-class TestRLenValue < MiniTest::Unit::TestCase
+class TestRLenValue < Minitest::Test
   def test_RLenValue
     h = Hivex::open(File::join(ENV['abs_srcdir'], '..', 'images', 'special'), 
{})
     refute_nil(h)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/ruby/tests/tc_200_write.rb 
new/hivex-1.3.24/ruby/tests/tc_200_write.rb
--- old/hivex-1.3.23/ruby/tests/tc_200_write.rb 2021-04-15 18:51:47.000000000 
+0200
+++ new/hivex-1.3.24/ruby/tests/tc_200_write.rb 2023-11-16 11:51:29.000000000 
+0100
@@ -15,9 +15,10 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-require File::join(File::dirname(__FILE__), 'test_helper')
+require 'minitest/autorun'
+require 'hivex'
 
-class TestWrite < MiniTest::Unit::TestCase
+class TestWrite < Minitest::Test
   def test_write
     h = Hivex::open("../images/minimal", {:write => 1})
     refute_nil (h)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/ruby/tests/tc_210_setvalue.rb 
new/hivex-1.3.24/ruby/tests/tc_210_setvalue.rb
--- old/hivex-1.3.23/ruby/tests/tc_210_setvalue.rb      2021-04-15 
18:51:47.000000000 +0200
+++ new/hivex-1.3.24/ruby/tests/tc_210_setvalue.rb      2023-11-16 
11:51:29.000000000 +0100
@@ -15,9 +15,10 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-require File::join(File::dirname(__FILE__), 'test_helper')
+require 'minitest/autorun'
+require 'hivex'
 
-class TestSetValue < MiniTest::Unit::TestCase
+class TestSetValue < Minitest::Test
   def test_set_value
     h = Hivex::open("../images/minimal", {:write => 1})
     refute_nil (h)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/hivex-1.3.23/ruby/tests/test_helper.rb 
new/hivex-1.3.24/ruby/tests/test_helper.rb
--- old/hivex-1.3.23/ruby/tests/test_helper.rb  2021-04-15 18:51:47.000000000 
+0200
+++ new/hivex-1.3.24/ruby/tests/test_helper.rb  1970-01-01 01:00:00.000000000 
+0100
@@ -1,31 +0,0 @@
-# hivex Ruby bindings -*- ruby -*-
-# Copyright (C) 2009-2014 Red Hat Inc.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
-begin
-  require 'minitest/autorun'
-rescue LoadError
-  require 'test/unit'
-  MiniTest = Test
-  module Test
-    Assertions = Unit::Assertions
-    module Assertions
-      alias refute_nil assert_not_nil
-    end
-  end
-end
-
-require 'hivex'

Reply via email to