Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gsasl for openSUSE:Factory checked 
in at 2026-07-02 20:06:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gsasl (Old)
 and      /work/SRC/openSUSE:Factory/.gsasl.new.1982 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gsasl"

Thu Jul  2 20:06:08 2026 rev:7 rq:1362631 version:2.2.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/gsasl/gsasl.changes      2026-05-29 
18:04:38.648245161 +0200
+++ /work/SRC/openSUSE:Factory/.gsasl.new.1982/gsasl.changes    2026-07-02 
20:06:43.455711963 +0200
@@ -1,0 +2,7 @@
+Tue Jun 16 07:13:49 UTC 2026 - Jan Engelhardt <[email protected]>
+
+- Update to release 2.2.4
+  * NTLM client (not enabled in openSUSE):
+    Avoid use-of-unitialized-value inside libntlm
+
+-------------------------------------------------------------------

Old:
----
  gsasl-2.2.3.tar.gz
  gsasl-2.2.3.tar.gz.sig

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  gsasl-2.2.4.tar.gz
  gsasl-2.2.4.tar.gz.sig

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

Other differences:
------------------
++++++ gsasl.spec ++++++
--- /var/tmp/diff_new_pack.WT8Eil/_old  2026-07-02 20:06:44.383743937 +0200
+++ /var/tmp/diff_new_pack.WT8Eil/_new  2026-07-02 20:06:44.383743937 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           gsasl
-Version:        2.2.3
+Version:        2.2.4
 Release:        0
 Summary:        Implementation of the SASL framework and a few common SASL 
mechanisms
 License:        GPL-3.0-or-later AND LGPL-2.1-or-later

++++++ _scmsync.obsinfo ++++++
mtime: 1781594144
commit: 00467d4a670162fe5d7e474745042cbe9b4d4cb76a58b9ad42097357e0daac67
url: https://src.opensuse.org/clibs/gsasl
revision: master

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-06-16 09:15:44.000000000 +0200
@@ -0,0 +1,4 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild

++++++ gsasl-2.2.3.tar.gz -> gsasl-2.2.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/.tarball-version 
new/gsasl-2.2.4/.tarball-version
--- old/gsasl-2.2.3/.tarball-version    2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/.tarball-version    2026-06-15 23:36:52.000000000 +0200
@@ -1 +1 @@
-2.2.3
+2.2.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/.version new/gsasl-2.2.4/.version
--- old/gsasl-2.2.3/.version    2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/.version    2026-06-15 23:36:52.000000000 +0200
@@ -1 +1 @@
-2.2.3
+2.2.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/ChangeLog new/gsasl-2.2.4/ChangeLog
--- old/gsasl-2.2.3/ChangeLog   2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/ChangeLog   2026-06-15 23:36:52.000000000 +0200
@@ -1,80 +1,28 @@
-2026-05-13  Simon Josefsson  <[email protected]>
+2026-06-15  Simon Josefsson  <[email protected]>
 
-       version 2.2.3
+       version 2.2.4
        * NEWS: Record release date.
 
-       doc: Add NEWS entry
-
-2026-05-13  zhangph  <[email protected]>
-
-       Fix NULL pointer dereference in DIGEST-MD5 parser
-       https://lists.gnu.org/archive/html/help-gsasl/2026-05/msg00000.html
-
-2026-05-13  Simon Josefsson  <[email protected]>
-
-       tests: Add regression checker for DIGEST-MD5 getsubopt bug
-       Based on report by zhangph in:
-
-       https://lists.gnu.org/archive/html/help-gsasl/2026-05/msg00000.html
-
-2026-05-12  Simon Josefsson  <[email protected]>
-
-       ci: Add Debian13/Devuan6/Trisquel12/Ubuntu2404 jobs
+       doc: Finalize NEWS
 
        maint: Run 'make update-po' for new translations
 
-       maint: Back-port gnulib announce-gen fix
-
-       maint: ./bootstrap --bootstrap-sync
-
-       ci: Add r-debian13/r-ubuntu2604
-
-       doc: Add NEWS entries
-
-       tests: Support both Dovecot 2.3 and 2.4
-
-2026-05-12  Noah Meyerhans  <[email protected]>
-
-       tests: update autopkgtests to support dovecot 2.4
+       NTLM client: Avoid use-of-unitialized-value inside libntlm
+       Reported by [email protected] in:
+       https://lists.gnu.org/archive/html/help-gsasl/2026-06/msg00000.html
 
-2026-05-12  Simon Josefsson  <[email protected]>
+       ci: Drop interruptible
 
-       ci: Fix Debian-testing-heimal
+       ci: Fix ASan/UBSan job
 
-2026-05-11  Simon Josefsson  <[email protected]>
-
-       ci: Improve pipeline
-
-2026-05-11  Richard Biener  <[email protected]>
-
-       Fix const correctness wrt C23 conforming string functions exposed by 
glibc 2.43
-
-       Fix const correctness wrt C23 conforming string functions exposed by 
glibc 2.43 in tests
-
-2026-05-11  Simon Josefsson  <[email protected]>
-
-       tests: Fix threadsafety.sh issue
-
-       maint: Drop cfg.mk's copy of sc_codespell
-
-       maint: Run 'make my-update-copyright'
-
-       Bump GNULIB_REVISION
-
-2025-04-02  Simon Josefsson  <[email protected]>
-
-       ci: Test Guix tarball (which is what we release).
-
-       maint: Determine help2man/pot timestamp during ./configure.
-
-2025-03-30  Simon Josefsson  <[email protected]>
+2026-05-13  Simon Josefsson  <[email protected]>
 
        maint: post-release administrivia
        * NEWS: Add header line for next release.
        * .prev-version: Record previous version.
        * cfg.mk (old_NEWS_hash): Auto-update.
 
-       version 2.2.2
+       version 2.2.3
        * NEWS: Record release date.
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/NEWS new/gsasl-2.2.4/NEWS
--- old/gsasl-2.2.3/NEWS        2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/NEWS        2026-06-15 23:36:52.000000000 +0200
@@ -1,5 +1,14 @@
 GNU SASL NEWS -- History of user-visible changes.               -*- outline -*-
 
+* Noteworthy changes in release 2.2.4 (2026-06-15) [stable]
+
+** NTLM: Avoid use-of-uninitialized-value in libntlm.
+The code is in the client side, and can be triggered by a malicious
+server.  Report and fix by zhangph <[email protected]> in
+<https://lists.gnu.org/archive/html/help-gsasl/2026-06/msg00000.html>.
+
+** i18n: Updated translations.
+
 * Noteworthy changes in release 2.2.3 (2026-05-13) [stable]
 
 ** DIGEST-MD5: Fix NULL pointer dereference in parser.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/cfg.mk new/gsasl-2.2.4/cfg.mk
--- old/gsasl-2.2.3/cfg.mk      2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/cfg.mk      2026-06-15 23:36:52.000000000 +0200
@@ -18,7 +18,7 @@
 manual_title = Simple Authentication and Security Layer
 gendocs_options_ = -I ../examples
 
-old_NEWS_hash = 5df337482e303ae95802ba0da5ecebc9
+old_NEWS_hash = 5427f28b2a594888b65cfc23eededfb5
 
 guix = $(shell command -v guix > /dev/null && echo ,guix)
 bootstrap-tools = 
gnulib,autoconf,automake,libtoolize,make,makeinfo,help2man,gperf,gengetopt,gtkdocize,tar,gzip$(guix)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/configure new/gsasl-2.2.4/configure
--- old/gsasl-2.2.3/configure   2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/configure   2026-06-15 23:36:52.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.72 for GNU SASL 2.2.3.
+# Generated by GNU Autoconf 2.72 for GNU SASL 2.2.4.
 #
 # Report bugs to <[email protected]>.
 #
@@ -614,8 +614,8 @@
 # Identity of this package.
 PACKAGE_NAME='GNU SASL'
 PACKAGE_TARNAME='gsasl'
-PACKAGE_VERSION='2.2.3'
-PACKAGE_STRING='GNU SASL 2.2.3'
+PACKAGE_VERSION='2.2.4'
+PACKAGE_STRING='GNU SASL 2.2.4'
 PACKAGE_BUGREPORT='[email protected]'
 PACKAGE_URL='https://www.gnu.org/software/gsasl/'
 
@@ -3603,7 +3603,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 GNU SASL 2.2.3 to adapt to many kinds of systems.
+'configure' configures GNU SASL 2.2.4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -3674,7 +3674,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GNU SASL 2.2.3:";;
+     short | recursive ) echo "Configuration of GNU SASL 2.2.4:";;
    esac
   cat <<\_ACEOF
 
@@ -3881,7 +3881,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-GNU SASL configure 2.2.3
+GNU SASL configure 2.2.4
 generated by GNU Autoconf 2.72
 
 Copyright (C) 2023 Free Software Foundation, Inc.
@@ -4564,7 +4564,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by GNU SASL $as_me 2.2.3, which was
+It was created by GNU SASL $as_me 2.2.4, which was
 generated by GNU Autoconf 2.72.  Invocation command line was
 
   $ $0$ac_configure_args_raw
@@ -6116,7 +6116,7 @@
 
 # Define the identity of the package.
  PACKAGE='gsasl'
- VERSION='2.2.3'
+ VERSION='2.2.4'
 
 
 printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -72647,7 +72647,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by GNU SASL $as_me 2.2.3, which was
+This file was extended by GNU SASL $as_me 2.2.4, which was
 generated by GNU Autoconf 2.72.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -72721,7 +72721,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config='$ac_cs_config_escaped'
 ac_cs_version="\\
-GNU SASL config.status 2.2.3
+GNU SASL config.status 2.2.4
 configured by $0, generated by GNU Autoconf 2.72,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/gsasl.1 new/gsasl-2.2.4/doc/gsasl.1
--- old/gsasl-2.2.3/doc/gsasl.1 2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/doc/gsasl.1 2026-06-15 23:36:52.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.2.
-.TH GSASL "1" "May 2026" "GNU SASL 2.2.3" "User Commands"
+.TH GSASL "1" "June 2026" "GNU SASL 2.2.4" "User Commands"
 .SH NAME
 gsasl \- SASL library command line interface
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/gsasl.info 
new/gsasl-2.2.4/doc/gsasl.info
--- old/gsasl-2.2.3/doc/gsasl.info      2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/doc/gsasl.info      2026-06-15 23:36:52.000000000 +0200
@@ -1,7 +1,7 @@
 This is gsasl.info, produced by .texi2any-real version 7.1.1 from
 gsasl.texi.
 
-This manual was last updated 13 May 2026 for version 2.2.3 of GNU SASL.
+This manual was last updated 15 June 2026 for version 2.2.4 of GNU SASL.
 
    Copyright © 2002-2026 Simon Josefsson.
 
@@ -27,7 +27,7 @@
 GNU Simple Authentication and Security Layer
 ********************************************
 
-This manual was last updated 13 May 2026 for version 2.2.3 of GNU SASL.
+This manual was last updated 15 June 2026 for version 2.2.4 of GNU SASL.
 
    Copyright © 2002-2026 Simon Josefsson.
 
@@ -425,8 +425,8 @@
 
    <https://ftp.gnu.org/gnu/gsasl/>
 
-   The latest version is stored in a file, e.g., ‘gsasl-2.2.3.tar.gz’
-where the ‘2.2.3’ value is the highest version number in the directory.
+   The latest version is stored in a file, e.g., ‘gsasl-2.2.4.tar.gz’
+where the ‘2.2.4’ value is the highest version number in the directory.
 
    The package is then extracted, configured and built like many other
 packages that use Autoconf.  For detailed information on configuring and
@@ -437,9 +437,9 @@
 builds and install the package.  You will need a few basic tools, such
 as ‘sh’, ‘make’ and ‘cc’.
 
-     $ wget -q https://ftp.gnu.org/gnu/gsasl/gsasl-2.2.3.tar.gz
-     $ tar xfz gsasl-2.2.3.tar.gz
-     $ cd gsasl-2.2.3/
+     $ wget -q https://ftp.gnu.org/gnu/gsasl/gsasl-2.2.4.tar.gz
+     $ tar xfz gsasl-2.2.4.tar.gz
+     $ cd gsasl-2.2.4/
      $ ./configure
      ...
      $ make
@@ -562,9 +562,9 @@
 
    Unpack your copy of GNU SASL:
 
-     $ wget -q ftp://alpha.gnu.org/gnu/gsasl/gsasl-2.2.3.tar.gz
-     $ tar xfz gsasl-2.2.3.tar.gz
-     $ cd gsasl-2.2.3
+     $ wget -q ftp://alpha.gnu.org/gnu/gsasl/gsasl-2.2.4.tar.gz
+     $ tar xfz gsasl-2.2.4.tar.gz
+     $ cd gsasl-2.2.4
 
    Configure GNU SASL like this:
 
@@ -948,7 +948,7 @@
        AC_HELP_STRING([--disable-gsasl], [don't use GNU SASL]),
        gsasl=$enableval)
      if test "$gsasl" != "no" ; then
-       PKG_CHECK_MODULES(GSASL, libgsasl >= 2.2.3,
+       PKG_CHECK_MODULES(GSASL, libgsasl >= 2.2.4,
          [gsasl=yes],
          [gsasl=no])
        if test "$gsasl" != "yes" ; then
@@ -5076,111 +5076,111 @@
 
 
 Tag Table:
-Node: Top883
-Node: Introduction2840
-Node: SASL Overview4334
-Node: Implementation6666
-Ref: fig:abstraction7876
-Node: Features8040
-Node: Requirements9361
-Node: Supported Platforms10996
-Node: Getting help13778
-Node: Commercial Support14230
-Node: Downloading and Installing15191
-Node: Installing under Windows17605
-Node: Kerberos on Windows19388
-Node: Bug Reports23059
-Node: Contributing24462
-Node: Preparation26586
-Node: Header27265
-Node: Initialization27874
-Ref: Initialization-Footnote-130638
-Node: Version Check30825
-Ref: gsasl_check_version31359
-Node: Building the source32384
-Node: Autoconf tests34324
-Node: Using the Library36663
-Node: Properties50079
-Node: Mechanisms62703
-Node: EXTERNAL65091
-Node: ANONYMOUS66401
-Node: PLAIN67463
-Node: LOGIN69796
-Node: CRAM-MD570448
-Node: DIGEST-MD572235
-Node: SCRAM74734
-Node: NTLM80346
-Node: SECURID80925
-Node: GSSAPI82382
-Node: GS2-KRB584295
-Node: SAML2085808
-Node: OPENID2088145
-Node: Global Functions91273
-Ref: gsasl_init91436
-Ref: gsasl_done91875
-Ref: gsasl_client_mechlist92121
-Ref: gsasl_server_mechlist92628
-Ref: gsasl_client_support_p93137
-Ref: gsasl_server_support_p93515
-Ref: gsasl_client_suggest_mechanism93909
-Ref: gsasl_register94427
-Ref: gsasl_mechanism_name_p94905
-Node: Callback Functions95568
-Ref: gsasl_callback_set96498
-Ref: gsasl_callback97410
-Ref: gsasl_callback_hook_set98324
-Ref: gsasl_callback_hook_get98867
-Ref: gsasl_session_hook_set99345
-Ref: gsasl_session_hook_get99926
-Node: Property Functions100388
-Ref: gsasl_property_free100582
-Ref: gsasl_property_set101006
-Ref: gsasl_property_set_raw101713
-Ref: gsasl_property_fast102606
-Ref: gsasl_property_get103226
-Node: Session Functions103928
-Ref: gsasl_client_start104109
-Ref: gsasl_server_start104581
-Ref: gsasl_step105037
-Ref: gsasl_step64106347
-Ref: gsasl_finish107323
-Ref: gsasl_encode107573
-Ref: gsasl_decode108373
-Ref: gsasl_mechanism_name109189
-Node: Utilities109582
-Ref: gsasl_saslprep109738
-Ref: gsasl_base64_to110370
-Ref: gsasl_base64_from111081
-Ref: gsasl_hex_to111683
-Ref: gsasl_hex_from112372
-Ref: gsasl_simple_getpass112931
-Ref: gsasl_nonce113933
-Ref: gsasl_random114255
-Ref: gsasl_hash_length114604
-Ref: gsasl_scram_secrets_from_salted_password115068
-Ref: gsasl_scram_secrets_from_password116028
-Node: Memory Handling117279
-Ref: gsasl_free117436
-Node: Error Handling117924
-Node: Error values118678
-Node: Error strings123955
-Ref: gsasl_strerror124109
-Ref: gsasl_strerror_name124673
-Node: Examples125343
-Node: Example 1125869
-Node: Example 2129890
-Node: Example 3133762
-Node: Example 4138606
-Node: Example 5143182
-Node: Acknowledgements153207
-Node: Invoking gsasl153871
-Node: Protocol Clarifications161497
-Node: Use of SASLprep in CRAM-MD5161962
-Node: Use of SASLprep in LOGIN162964
-Node: Copying Information163382
-Node: GNU Free Documentation License163647
-Node: Function and Data Index188764
-Node: Concept Index192159
+Node: Top884
+Node: Introduction2842
+Node: SASL Overview4336
+Node: Implementation6668
+Ref: fig:abstraction7878
+Node: Features8042
+Node: Requirements9363
+Node: Supported Platforms10998
+Node: Getting help13780
+Node: Commercial Support14232
+Node: Downloading and Installing15193
+Node: Installing under Windows17607
+Node: Kerberos on Windows19390
+Node: Bug Reports23061
+Node: Contributing24464
+Node: Preparation26588
+Node: Header27267
+Node: Initialization27876
+Ref: Initialization-Footnote-130640
+Node: Version Check30827
+Ref: gsasl_check_version31361
+Node: Building the source32386
+Node: Autoconf tests34326
+Node: Using the Library36665
+Node: Properties50081
+Node: Mechanisms62705
+Node: EXTERNAL65093
+Node: ANONYMOUS66403
+Node: PLAIN67465
+Node: LOGIN69798
+Node: CRAM-MD570450
+Node: DIGEST-MD572237
+Node: SCRAM74736
+Node: NTLM80348
+Node: SECURID80927
+Node: GSSAPI82384
+Node: GS2-KRB584297
+Node: SAML2085810
+Node: OPENID2088147
+Node: Global Functions91275
+Ref: gsasl_init91438
+Ref: gsasl_done91877
+Ref: gsasl_client_mechlist92123
+Ref: gsasl_server_mechlist92630
+Ref: gsasl_client_support_p93139
+Ref: gsasl_server_support_p93517
+Ref: gsasl_client_suggest_mechanism93911
+Ref: gsasl_register94429
+Ref: gsasl_mechanism_name_p94907
+Node: Callback Functions95570
+Ref: gsasl_callback_set96500
+Ref: gsasl_callback97412
+Ref: gsasl_callback_hook_set98326
+Ref: gsasl_callback_hook_get98869
+Ref: gsasl_session_hook_set99347
+Ref: gsasl_session_hook_get99928
+Node: Property Functions100390
+Ref: gsasl_property_free100584
+Ref: gsasl_property_set101008
+Ref: gsasl_property_set_raw101715
+Ref: gsasl_property_fast102608
+Ref: gsasl_property_get103228
+Node: Session Functions103930
+Ref: gsasl_client_start104111
+Ref: gsasl_server_start104583
+Ref: gsasl_step105039
+Ref: gsasl_step64106349
+Ref: gsasl_finish107325
+Ref: gsasl_encode107575
+Ref: gsasl_decode108375
+Ref: gsasl_mechanism_name109191
+Node: Utilities109584
+Ref: gsasl_saslprep109740
+Ref: gsasl_base64_to110372
+Ref: gsasl_base64_from111083
+Ref: gsasl_hex_to111685
+Ref: gsasl_hex_from112374
+Ref: gsasl_simple_getpass112933
+Ref: gsasl_nonce113935
+Ref: gsasl_random114257
+Ref: gsasl_hash_length114606
+Ref: gsasl_scram_secrets_from_salted_password115070
+Ref: gsasl_scram_secrets_from_password116030
+Node: Memory Handling117281
+Ref: gsasl_free117438
+Node: Error Handling117926
+Node: Error values118680
+Node: Error strings123957
+Ref: gsasl_strerror124111
+Ref: gsasl_strerror_name124675
+Node: Examples125345
+Node: Example 1125871
+Node: Example 2129892
+Node: Example 3133764
+Node: Example 4138608
+Node: Example 5143184
+Node: Acknowledgements153209
+Node: Invoking gsasl153873
+Node: Protocol Clarifications161499
+Node: Use of SASLprep in CRAM-MD5161964
+Node: Use of SASLprep in LOGIN162966
+Node: Copying Information163384
+Node: GNU Free Documentation License163649
+Node: Function and Data Index188766
+Node: Concept Index192161
 
 End Tag Table
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_base64_from.3 
new/gsasl-2.2.4/doc/man/gsasl_base64_from.3
--- old/gsasl-2.2.3/doc/man/gsasl_base64_from.3 2026-05-13 10:43:46.000000000 
+0200
+++ new/gsasl-2.2.4/doc/man/gsasl_base64_from.3 2026-06-15 23:36:52.000000000 
+0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_base64_from" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_base64_from" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_base64_from \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_base64_to.3 
new/gsasl-2.2.4/doc/man/gsasl_base64_to.3
--- old/gsasl-2.2.3/doc/man/gsasl_base64_to.3   2026-05-13 10:43:46.000000000 
+0200
+++ new/gsasl-2.2.4/doc/man/gsasl_base64_to.3   2026-06-15 23:36:52.000000000 
+0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_base64_to" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_base64_to" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_base64_to \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_callback.3 
new/gsasl-2.2.4/doc/man/gsasl_callback.3
--- old/gsasl-2.2.3/doc/man/gsasl_callback.3    2026-05-13 10:43:46.000000000 
+0200
+++ new/gsasl-2.2.4/doc/man/gsasl_callback.3    2026-06-15 23:36:52.000000000 
+0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_callback" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_callback" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_callback \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_callback_hook_get.3 
new/gsasl-2.2.4/doc/man/gsasl_callback_hook_get.3
--- old/gsasl-2.2.3/doc/man/gsasl_callback_hook_get.3   2026-05-13 
10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/doc/man/gsasl_callback_hook_get.3   2026-06-15 
23:36:52.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_callback_hook_get" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_callback_hook_get" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_callback_hook_get \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_callback_hook_set.3 
new/gsasl-2.2.4/doc/man/gsasl_callback_hook_set.3
--- old/gsasl-2.2.3/doc/man/gsasl_callback_hook_set.3   2026-05-13 
10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/doc/man/gsasl_callback_hook_set.3   2026-06-15 
23:36:52.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_callback_hook_set" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_callback_hook_set" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_callback_hook_set \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_callback_set.3 
new/gsasl-2.2.4/doc/man/gsasl_callback_set.3
--- old/gsasl-2.2.3/doc/man/gsasl_callback_set.3        2026-05-13 
10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/doc/man/gsasl_callback_set.3        2026-06-15 
23:36:52.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_callback_set" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_callback_set" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_callback_set \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_check_version.3 
new/gsasl-2.2.4/doc/man/gsasl_check_version.3
--- old/gsasl-2.2.3/doc/man/gsasl_check_version.3       2026-05-13 
10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/doc/man/gsasl_check_version.3       2026-06-15 
23:36:52.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_check_version" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_check_version" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_check_version \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_client_mechlist.3 
new/gsasl-2.2.4/doc/man/gsasl_client_mechlist.3
--- old/gsasl-2.2.3/doc/man/gsasl_client_mechlist.3     2026-05-13 
10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/doc/man/gsasl_client_mechlist.3     2026-06-15 
23:36:52.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_client_mechlist" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_client_mechlist" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_client_mechlist \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_client_start.3 
new/gsasl-2.2.4/doc/man/gsasl_client_start.3
--- old/gsasl-2.2.3/doc/man/gsasl_client_start.3        2026-05-13 
10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/doc/man/gsasl_client_start.3        2026-06-15 
23:36:52.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_client_start" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_client_start" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_client_start \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_client_suggest_mechanism.3 
new/gsasl-2.2.4/doc/man/gsasl_client_suggest_mechanism.3
--- old/gsasl-2.2.3/doc/man/gsasl_client_suggest_mechanism.3    2026-05-13 
10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/doc/man/gsasl_client_suggest_mechanism.3    2026-06-15 
23:36:52.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_client_suggest_mechanism" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_client_suggest_mechanism" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_client_suggest_mechanism \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_client_support_p.3 
new/gsasl-2.2.4/doc/man/gsasl_client_support_p.3
--- old/gsasl-2.2.3/doc/man/gsasl_client_support_p.3    2026-05-13 
10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/doc/man/gsasl_client_support_p.3    2026-06-15 
23:36:52.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_client_support_p" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_client_support_p" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_client_support_p \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_decode.3 
new/gsasl-2.2.4/doc/man/gsasl_decode.3
--- old/gsasl-2.2.3/doc/man/gsasl_decode.3      2026-05-13 10:43:46.000000000 
+0200
+++ new/gsasl-2.2.4/doc/man/gsasl_decode.3      2026-06-15 23:36:52.000000000 
+0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_decode" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_decode" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_decode \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_done.3 
new/gsasl-2.2.4/doc/man/gsasl_done.3
--- old/gsasl-2.2.3/doc/man/gsasl_done.3        2026-05-13 10:43:46.000000000 
+0200
+++ new/gsasl-2.2.4/doc/man/gsasl_done.3        2026-06-15 23:36:52.000000000 
+0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_done" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_done" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_done \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_encode.3 
new/gsasl-2.2.4/doc/man/gsasl_encode.3
--- old/gsasl-2.2.3/doc/man/gsasl_encode.3      2026-05-13 10:43:46.000000000 
+0200
+++ new/gsasl-2.2.4/doc/man/gsasl_encode.3      2026-06-15 23:36:52.000000000 
+0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_encode" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_encode" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_encode \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_finish.3 
new/gsasl-2.2.4/doc/man/gsasl_finish.3
--- old/gsasl-2.2.3/doc/man/gsasl_finish.3      2026-05-13 10:43:46.000000000 
+0200
+++ new/gsasl-2.2.4/doc/man/gsasl_finish.3      2026-06-15 23:36:52.000000000 
+0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_finish" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_finish" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_finish \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_free.3 
new/gsasl-2.2.4/doc/man/gsasl_free.3
--- old/gsasl-2.2.3/doc/man/gsasl_free.3        2026-05-13 10:43:46.000000000 
+0200
+++ new/gsasl-2.2.4/doc/man/gsasl_free.3        2026-06-15 23:36:52.000000000 
+0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_free" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_free" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_free \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_hash_length.3 
new/gsasl-2.2.4/doc/man/gsasl_hash_length.3
--- old/gsasl-2.2.3/doc/man/gsasl_hash_length.3 2026-05-13 10:43:46.000000000 
+0200
+++ new/gsasl-2.2.4/doc/man/gsasl_hash_length.3 2026-06-15 23:36:52.000000000 
+0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_hash_length" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_hash_length" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_hash_length \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_hex_from.3 
new/gsasl-2.2.4/doc/man/gsasl_hex_from.3
--- old/gsasl-2.2.3/doc/man/gsasl_hex_from.3    2026-05-13 10:43:46.000000000 
+0200
+++ new/gsasl-2.2.4/doc/man/gsasl_hex_from.3    2026-06-15 23:36:52.000000000 
+0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_hex_from" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_hex_from" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_hex_from \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_hex_to.3 
new/gsasl-2.2.4/doc/man/gsasl_hex_to.3
--- old/gsasl-2.2.3/doc/man/gsasl_hex_to.3      2026-05-13 10:43:46.000000000 
+0200
+++ new/gsasl-2.2.4/doc/man/gsasl_hex_to.3      2026-06-15 23:36:52.000000000 
+0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_hex_to" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_hex_to" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_hex_to \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_init.3 
new/gsasl-2.2.4/doc/man/gsasl_init.3
--- old/gsasl-2.2.3/doc/man/gsasl_init.3        2026-05-13 10:43:46.000000000 
+0200
+++ new/gsasl-2.2.4/doc/man/gsasl_init.3        2026-06-15 23:36:52.000000000 
+0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_init" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_init" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_init \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_mechanism_name.3 
new/gsasl-2.2.4/doc/man/gsasl_mechanism_name.3
--- old/gsasl-2.2.3/doc/man/gsasl_mechanism_name.3      2026-05-13 
10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/doc/man/gsasl_mechanism_name.3      2026-06-15 
23:36:52.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_mechanism_name" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_mechanism_name" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_mechanism_name \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_mechanism_name_p.3 
new/gsasl-2.2.4/doc/man/gsasl_mechanism_name_p.3
--- old/gsasl-2.2.3/doc/man/gsasl_mechanism_name_p.3    2026-05-13 
10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/doc/man/gsasl_mechanism_name_p.3    2026-06-15 
23:36:52.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_mechanism_name_p" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_mechanism_name_p" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_mechanism_name_p \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_nonce.3 
new/gsasl-2.2.4/doc/man/gsasl_nonce.3
--- old/gsasl-2.2.3/doc/man/gsasl_nonce.3       2026-05-13 10:43:46.000000000 
+0200
+++ new/gsasl-2.2.4/doc/man/gsasl_nonce.3       2026-06-15 23:36:52.000000000 
+0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_nonce" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_nonce" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_nonce \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_property_fast.3 
new/gsasl-2.2.4/doc/man/gsasl_property_fast.3
--- old/gsasl-2.2.3/doc/man/gsasl_property_fast.3       2026-05-13 
10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/doc/man/gsasl_property_fast.3       2026-06-15 
23:36:52.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_property_fast" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_property_fast" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_property_fast \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_property_free.3 
new/gsasl-2.2.4/doc/man/gsasl_property_free.3
--- old/gsasl-2.2.3/doc/man/gsasl_property_free.3       2026-05-13 
10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/doc/man/gsasl_property_free.3       2026-06-15 
23:36:52.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_property_free" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_property_free" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_property_free \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_property_get.3 
new/gsasl-2.2.4/doc/man/gsasl_property_get.3
--- old/gsasl-2.2.3/doc/man/gsasl_property_get.3        2026-05-13 
10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/doc/man/gsasl_property_get.3        2026-06-15 
23:36:52.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_property_get" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_property_get" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_property_get \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_property_set.3 
new/gsasl-2.2.4/doc/man/gsasl_property_set.3
--- old/gsasl-2.2.3/doc/man/gsasl_property_set.3        2026-05-13 
10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/doc/man/gsasl_property_set.3        2026-06-15 
23:36:52.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_property_set" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_property_set" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_property_set \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_property_set_raw.3 
new/gsasl-2.2.4/doc/man/gsasl_property_set_raw.3
--- old/gsasl-2.2.3/doc/man/gsasl_property_set_raw.3    2026-05-13 
10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/doc/man/gsasl_property_set_raw.3    2026-06-15 
23:36:52.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_property_set_raw" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_property_set_raw" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_property_set_raw \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_random.3 
new/gsasl-2.2.4/doc/man/gsasl_random.3
--- old/gsasl-2.2.3/doc/man/gsasl_random.3      2026-05-13 10:43:46.000000000 
+0200
+++ new/gsasl-2.2.4/doc/man/gsasl_random.3      2026-06-15 23:36:52.000000000 
+0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_random" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_random" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_random \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_register.3 
new/gsasl-2.2.4/doc/man/gsasl_register.3
--- old/gsasl-2.2.3/doc/man/gsasl_register.3    2026-05-13 10:43:46.000000000 
+0200
+++ new/gsasl-2.2.4/doc/man/gsasl_register.3    2026-06-15 23:36:52.000000000 
+0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_register" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_register" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_register \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_saslprep.3 
new/gsasl-2.2.4/doc/man/gsasl_saslprep.3
--- old/gsasl-2.2.3/doc/man/gsasl_saslprep.3    2026-05-13 10:43:46.000000000 
+0200
+++ new/gsasl-2.2.4/doc/man/gsasl_saslprep.3    2026-06-15 23:36:52.000000000 
+0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_saslprep" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_saslprep" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_saslprep \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gsasl-2.2.3/doc/man/gsasl_scram_secrets_from_password.3 
new/gsasl-2.2.4/doc/man/gsasl_scram_secrets_from_password.3
--- old/gsasl-2.2.3/doc/man/gsasl_scram_secrets_from_password.3 2026-05-13 
10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/doc/man/gsasl_scram_secrets_from_password.3 2026-06-15 
23:36:52.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_scram_secrets_from_password" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_scram_secrets_from_password" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_scram_secrets_from_password \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gsasl-2.2.3/doc/man/gsasl_scram_secrets_from_salted_password.3 
new/gsasl-2.2.4/doc/man/gsasl_scram_secrets_from_salted_password.3
--- old/gsasl-2.2.3/doc/man/gsasl_scram_secrets_from_salted_password.3  
2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/doc/man/gsasl_scram_secrets_from_salted_password.3  
2026-06-15 23:36:52.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_scram_secrets_from_salted_password" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_scram_secrets_from_salted_password" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_scram_secrets_from_salted_password \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_server_mechlist.3 
new/gsasl-2.2.4/doc/man/gsasl_server_mechlist.3
--- old/gsasl-2.2.3/doc/man/gsasl_server_mechlist.3     2026-05-13 
10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/doc/man/gsasl_server_mechlist.3     2026-06-15 
23:36:52.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_server_mechlist" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_server_mechlist" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_server_mechlist \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_server_start.3 
new/gsasl-2.2.4/doc/man/gsasl_server_start.3
--- old/gsasl-2.2.3/doc/man/gsasl_server_start.3        2026-05-13 
10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/doc/man/gsasl_server_start.3        2026-06-15 
23:36:52.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_server_start" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_server_start" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_server_start \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_server_support_p.3 
new/gsasl-2.2.4/doc/man/gsasl_server_support_p.3
--- old/gsasl-2.2.3/doc/man/gsasl_server_support_p.3    2026-05-13 
10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/doc/man/gsasl_server_support_p.3    2026-06-15 
23:36:52.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_server_support_p" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_server_support_p" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_server_support_p \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_session_hook_get.3 
new/gsasl-2.2.4/doc/man/gsasl_session_hook_get.3
--- old/gsasl-2.2.3/doc/man/gsasl_session_hook_get.3    2026-05-13 
10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/doc/man/gsasl_session_hook_get.3    2026-06-15 
23:36:52.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_session_hook_get" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_session_hook_get" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_session_hook_get \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_session_hook_set.3 
new/gsasl-2.2.4/doc/man/gsasl_session_hook_set.3
--- old/gsasl-2.2.3/doc/man/gsasl_session_hook_set.3    2026-05-13 
10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/doc/man/gsasl_session_hook_set.3    2026-06-15 
23:36:52.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_session_hook_set" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_session_hook_set" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_session_hook_set \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_simple_getpass.3 
new/gsasl-2.2.4/doc/man/gsasl_simple_getpass.3
--- old/gsasl-2.2.3/doc/man/gsasl_simple_getpass.3      2026-05-13 
10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/doc/man/gsasl_simple_getpass.3      2026-06-15 
23:36:52.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_simple_getpass" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_simple_getpass" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_simple_getpass \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_step.3 
new/gsasl-2.2.4/doc/man/gsasl_step.3
--- old/gsasl-2.2.3/doc/man/gsasl_step.3        2026-05-13 10:43:46.000000000 
+0200
+++ new/gsasl-2.2.4/doc/man/gsasl_step.3        2026-06-15 23:36:52.000000000 
+0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_step" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_step" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_step \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_step64.3 
new/gsasl-2.2.4/doc/man/gsasl_step64.3
--- old/gsasl-2.2.3/doc/man/gsasl_step64.3      2026-05-13 10:43:46.000000000 
+0200
+++ new/gsasl-2.2.4/doc/man/gsasl_step64.3      2026-06-15 23:36:52.000000000 
+0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_step64" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_step64" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_step64 \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_strerror.3 
new/gsasl-2.2.4/doc/man/gsasl_strerror.3
--- old/gsasl-2.2.3/doc/man/gsasl_strerror.3    2026-05-13 10:43:46.000000000 
+0200
+++ new/gsasl-2.2.4/doc/man/gsasl_strerror.3    2026-06-15 23:36:52.000000000 
+0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_strerror" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_strerror" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_strerror \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/man/gsasl_strerror_name.3 
new/gsasl-2.2.4/doc/man/gsasl_strerror_name.3
--- old/gsasl-2.2.3/doc/man/gsasl_strerror_name.3       2026-05-13 
10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/doc/man/gsasl_strerror_name.3       2026-06-15 
23:36:52.000000000 +0200
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
-.TH "gsasl_strerror_name" 3 "2.2.3" "gsasl" "gsasl"
+.TH "gsasl_strerror_name" 3 "2.2.4" "gsasl" "gsasl"
 .SH NAME
 gsasl_strerror_name \- API function
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/reference/html/index.html 
new/gsasl-2.2.4/doc/reference/html/index.html
--- old/gsasl-2.2.3/doc/reference/html/index.html       2026-05-13 
10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/doc/reference/html/index.html       2026-06-15 
23:36:52.000000000 +0200
@@ -16,7 +16,7 @@
 <div><h1 class="title">
 <a name="index"></a>GNU SASL Reference Manual</h1></div>
 <div><p class="releaseinfo">
-      for GNU SASL 2.2.3.
+      for GNU SASL 2.2.4.
       The latest version of this documentation can be found on-line at
       <a class="ulink" href="https://www.gnu.org/software/gsasl/reference/"; 
target="_top">
        https://www.gnu.org/software/gsasl/reference/</a>.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/stamp-vti 
new/gsasl-2.2.4/doc/stamp-vti
--- old/gsasl-2.2.3/doc/stamp-vti       2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/doc/stamp-vti       2026-06-15 23:36:52.000000000 +0200
@@ -1,4 +1,4 @@
-@set UPDATED 13 May 2026
-@set UPDATED-MONTH May 2026
-@set EDITION 2.2.3
-@set VERSION 2.2.3
+@set UPDATED 15 June 2026
+@set UPDATED-MONTH June 2026
+@set EDITION 2.2.4
+@set VERSION 2.2.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/doc/version.texi 
new/gsasl-2.2.4/doc/version.texi
--- old/gsasl-2.2.3/doc/version.texi    2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/doc/version.texi    2026-06-15 23:36:52.000000000 +0200
@@ -1,4 +1,4 @@
-@set UPDATED 13 May 2026
-@set UPDATED-MONTH May 2026
-@set EDITION 2.2.3
-@set VERSION 2.2.3
+@set UPDATED 15 June 2026
+@set UPDATED-MONTH June 2026
+@set EDITION 2.2.4
+@set VERSION 2.2.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/lib/ntlm/ntlm.c 
new/gsasl-2.2.4/lib/ntlm/ntlm.c
--- old/gsasl-2.2.3/lib/ntlm/ntlm.c     2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/lib/ntlm/ntlm.c     2026-06-15 23:36:52.000000000 +0200
@@ -107,7 +107,7 @@
        if (input_len > sizeof (*challenge))
          return GSASL_MECHANISM_PARSE_ERROR;
 
-       challenge = malloc (sizeof (*challenge));
+       challenge = calloc (1, sizeof (*challenge));
        if (!challenge)
          return GSASL_MALLOC_ERROR;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/po/da.po new/gsasl-2.2.4/po/da.po
--- old/gsasl-2.2.3/po/da.po    2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/po/da.po    2026-06-15 23:36:52.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gsasl 1.7.4\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2026-05-13 08:43+0000\n"
+"POT-Creation-Date: 2026-06-15 21:36+0000\n"
 "PO-Revision-Date: 2015-05-01 18:00+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/gsasl-2.2.3/po/de.po new/gsasl-2.2.4/po/de.po
--- old/gsasl-2.2.3/po/de.po    2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/po/de.po    2026-06-15 23:36:52.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gsasl 2.2.0\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2026-05-13 08:43+0000\n"
+"POT-Creation-Date: 2026-06-15 21:36+0000\n"
 "PO-Revision-Date: 2022-09-05 00:36+0200\n"
 "Last-Translator: Roland Illig <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/po/eo.po new/gsasl-2.2.4/po/eo.po
--- old/gsasl-2.2.3/po/eo.po    2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/po/eo.po    2026-06-15 23:36:52.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gsasl 2.2.0\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2026-05-13 08:43+0000\n"
+"POT-Creation-Date: 2026-06-15 21:36+0000\n"
 "PO-Revision-Date: 2023-01-08 15:28-0300\n"
 "Last-Translator: Felipe Castro <[email protected]>\n"
 "Language-Team: Esperanto <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/po/es.po new/gsasl-2.2.4/po/es.po
--- old/gsasl-2.2.3/po/es.po    2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/po/es.po    2026-06-15 23:36:52.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: gsasl 2.2.0\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2026-05-13 08:43+0000\n"
+"POT-Creation-Date: 2026-06-15 21:36+0000\n"
 "PO-Revision-Date: 2022-09-05 09:21-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/gsasl-2.2.3/po/eu.po new/gsasl-2.2.4/po/eu.po
--- old/gsasl-2.2.3/po/eu.po    2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/po/eu.po    2026-06-15 23:36:52.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: gsasl 0.1.4\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2026-05-13 08:43+0000\n"
+"POT-Creation-Date: 2026-06-15 21:36+0000\n"
 "PO-Revision-Date: 2004-11-05 16:36+0100\n"
 "Last-Translator: Mikel Olasagasti <[email protected]>\n"
 "Language-Team: Basque <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/po/fi.po new/gsasl-2.2.4/po/fi.po
--- old/gsasl-2.2.3/po/fi.po    2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/po/fi.po    2026-06-15 23:36:52.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gsasl 1.7.4\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2026-05-13 08:43+0000\n"
+"POT-Creation-Date: 2026-06-15 21:36+0000\n"
 "PO-Revision-Date: 2012-05-18 14:53+0200\n"
 "Last-Translator: Jorma Karvonen <[email protected]>\n"
 "Language-Team: Finnish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/po/fr.po new/gsasl-2.2.4/po/fr.po
--- old/gsasl-2.2.3/po/fr.po    2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/po/fr.po    2026-06-15 23:36:52.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: GNU gsasl 1.11.2\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2026-05-13 08:43+0000\n"
+"POT-Creation-Date: 2026-06-15 21:36+0000\n"
 "PO-Revision-Date: 2021-11-07 17:58+0100\n"
 "Last-Translator: Stéphane Aulery <[email protected]>\n"
 "Language-Team: French <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/po/ga.po new/gsasl-2.2.4/po/ga.po
--- old/gsasl-2.2.3/po/ga.po    2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/po/ga.po    2026-06-15 23:36:52.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: gsasl 1.1\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2026-05-13 08:43+0000\n"
+"POT-Creation-Date: 2026-06-15 21:36+0000\n"
 "PO-Revision-Date: 2009-03-25 20:03-0500\n"
 "Last-Translator: Kevin Scannell <[email protected]>\n"
 "Language-Team: Irish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/po/gsasl.pot new/gsasl-2.2.4/po/gsasl.pot
--- old/gsasl-2.2.3/po/gsasl.pot        2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/po/gsasl.pot        2026-06-15 23:36:52.000000000 +0200
@@ -6,9 +6,9 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: gsasl 2.2.3\n"
+"Project-Id-Version: gsasl 2.2.4\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2026-05-13 08:43+0000\n"
+"POT-Creation-Date: 2026-06-15 21:36+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/po/hr.po new/gsasl-2.2.4/po/hr.po
--- old/gsasl-2.2.3/po/hr.po    2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/po/hr.po    2026-06-15 23:36:52.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gsasl 1.7.4\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2026-05-13 08:43+0000\n"
+"POT-Creation-Date: 2026-06-15 21:36+0000\n"
 "PO-Revision-Date: 2012-08-13 23:09+0200\n"
 "Last-Translator: Tomislav Krznar <[email protected]>\n"
 "Language-Team: Croatian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/po/hu.po new/gsasl-2.2.4/po/hu.po
--- old/gsasl-2.2.3/po/hu.po    2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/po/hu.po    2026-06-15 23:36:52.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gsasl 1.8.1\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2026-05-13 08:43+0000\n"
+"POT-Creation-Date: 2026-06-15 21:36+0000\n"
 "PO-Revision-Date: 2019-11-23 21:47+0100\n"
 "Last-Translator: Balázs Úr <[email protected]>\n"
 "Language-Team: Hungarian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/po/id.po new/gsasl-2.2.4/po/id.po
--- old/gsasl-2.2.3/po/id.po    2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/po/id.po    2026-06-15 23:36:52.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: gsasl-1.1\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2026-05-13 08:43+0000\n"
+"POT-Creation-Date: 2026-06-15 21:36+0000\n"
 "PO-Revision-Date: 2010-01-27 07:30+0700\n"
 "Last-Translator: Arif E. Nugroho <[email protected]>\n"
 "Language-Team: Indonesian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/po/it.po new/gsasl-2.2.4/po/it.po
--- old/gsasl-2.2.3/po/it.po    2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/po/it.po    2026-06-15 23:36:52.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gsasl-1.7.4\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2026-05-13 08:43+0000\n"
+"POT-Creation-Date: 2026-06-15 21:36+0000\n"
 "PO-Revision-Date: 2012-05-18 16:22+0200\n"
 "Last-Translator: Sergio Zanchetta <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/po/ka.po new/gsasl-2.2.4/po/ka.po
--- old/gsasl-2.2.3/po/ka.po    2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/po/ka.po    2026-06-15 23:36:52.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gsasl 2.2.0\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2026-05-13 08:43+0000\n"
+"POT-Creation-Date: 2026-06-15 21:36+0000\n"
 "PO-Revision-Date: 2022-11-10 06:24+0100\n"
 "Last-Translator: Temuri Doghonadze <[email protected]>\n"
 "Language-Team: Georgian <(nothing)>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/po/nl.po new/gsasl-2.2.4/po/nl.po
--- old/gsasl-2.2.3/po/nl.po    2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/po/nl.po    2026-06-15 23:36:52.000000000 +0200
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: gsasl-2.2.0\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2026-05-13 08:43+0000\n"
+"POT-Creation-Date: 2026-06-15 21:36+0000\n"
 "PO-Revision-Date: 2022-09-12 12:14+0200\n"
 "Last-Translator: Benno Schulenberg <[email protected]>\n"
 "Language-Team: Dutch <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/po/pl.po new/gsasl-2.2.4/po/pl.po
--- old/gsasl-2.2.3/po/pl.po    2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/po/pl.po    2026-06-15 23:36:52.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gsasl 2.2.0\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2026-05-13 08:43+0000\n"
+"POT-Creation-Date: 2026-06-15 21:36+0000\n"
 "PO-Revision-Date: 2022-09-04 20:25+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/gsasl-2.2.3/po/pt_BR.po new/gsasl-2.2.4/po/pt_BR.po
--- old/gsasl-2.2.3/po/pt_BR.po 2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/po/pt_BR.po 2026-06-15 23:36:52.000000000 +0200
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: gsasl 1.9.2\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2026-05-13 08:43+0000\n"
+"POT-Creation-Date: 2026-06-15 21:36+0000\n"
 "PO-Revision-Date: 2020-12-26 07:49-0300\n"
 "Last-Translator: Rafael Fontenelle <[email protected]>\n"
 "Language-Team: Brazilian Portuguese <ldpbr-"
Binary files old/gsasl-2.2.3/po/ro.gmo and new/gsasl-2.2.4/po/ro.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/po/ro.po new/gsasl-2.2.4/po/ro.po
--- old/gsasl-2.2.3/po/ro.po    2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/po/ro.po    2026-06-15 23:36:52.000000000 +0200
@@ -1,13 +1,14 @@
+# Romanian translation of gsasl.
 # Mesajele în limba română pentru gsasl.
-# Copyright © 2004, 2022 Free Software Foundation, Inc.
+# Copyright © 2004, 2022, 2026 Free Software Foundation, Inc.
 # Acest fișier este distribuit sub aceeași licență ca și pachetul gsasl.
 # This file is distributed under the same license as the gsasl package.
 #
-# Laurentiu Buzdugan <[email protected]>, 2003,2004.
-# Remus-Gabriel Chelu <[email protected]>, 2022.
+# Laurentiu Buzdugan <[email protected]>, 2003, 2004.
+# Remus-Gabriel Chelu <[email protected]>, 2022, 2026.
 #
 # Cronologia traducerii fișierului „gsasl”:
-# Traducerea inițială, făcută de LB, pentru versiunea gsasl 0.2.2.
+# Traducerea inițială, făcută de LB, pentru versiunea gsasl 0.2.2, ???-2003.
 # Actualizare a mesajelor, de la fișierul „gsasl-1.11.2.pot”.
 # Actualizare a codării caracteror, la codarea de caractere UTF-8.
 # Actualizare a diacriticelor de la „cu sedilă” la „cu virgulă”.
@@ -15,15 +16,18 @@
 # NU și a mesajelor traduse (acestea au rămas neschimbate).
 # Eliminare a mesajelor ce-au dispărut în ultima versiune.
 # Actualizări realizate de R-GC <[email protected]>, 15.01.2022.
-# Actualizare a traducerii pentru versiunea 1.11.2, făcută de R-GC.
-# Actualizare a traducerii pentru versiunea 2.2.0, făcută de R-GC.
+# Actualizare a traducerii pentru versiunea 1.11.2, făcută de R-GC, mar-2022.
+# Actualizare a traducerii pentru versiunea 2.0.0, făcută de R-GC, mar-2022.
+# Actualizare a traducerii pentru versiunea 2.2.0, făcută de R-GC, sep-2022.
+# Actualizare a traducerii pentru versiunea 2.2.3, făcută de R-GC, mai-2026.
+# Actualizare a traducerii pentru versiunea Y, făcută de X, Z(luna-anul).
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: gsasl 2.2.0\n"
+"Project-Id-Version: gsasl 2.2.3\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2026-05-13 08:43+0000\n"
-"PO-Revision-Date: 2022-09-04 10:06+0200\n"
+"POT-Creation-Date: 2026-06-15 21:36+0000\n"
+"PO-Revision-Date: 2026-05-13 18:23+0200\n"
 "Last-Translator: Remus-Gabriel Chelu <[email protected]>\n"
 "Language-Team: Romanian <[email protected]>\n"
 "Language: ro\n"
@@ -33,7 +37,7 @@
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
 "20)) ? 1 : 2);\n"
 "X-Bugs: Report translation errors to the Language-Team address.\n"
-"X-Generator: Poedit 3.1.1\n"
+"X-Generator: Poedit 3.8\n"
 
 #: lib/src/error.c:40
 msgid "Libgsasl success"
@@ -57,7 +61,7 @@
 
 #: lib/src/error.c:49
 msgid "Base 64 coding error in SASL library"
-msgstr "Eroare de codificare în bază 64 în biblioteca SASL"
+msgstr "Eroare de codificare în Base64 în biblioteca SASL"
 
 #: lib/src/error.c:50
 msgid "Low-level crypto error in SASL library"
@@ -97,7 +101,7 @@
 "library.  This is a serious internal error."
 msgstr ""
 "Biblioteca GSSAPI nu a putut elibera memorie în gss_release_buffer() din "
-"biblioteca SASL.  Aceasta este o eroare internă gravă."
+"biblioteca SASL. Aceasta este o eroare internă gravă."
 
 # R-GC, scrie:
 # nu sunt sigur dacă prima frază a mesajului,
@@ -110,8 +114,8 @@
 "library.  This is most likely due to incorrect service and/or hostnames."
 msgstr ""
 "Biblioteca GSSAPI nu a putut înțelege un nume apărut în gss_import_name() "
-"din biblioteca SASL.  Acest lucru se datorează cel mai probabil unui "
-"serviciu și/sau nume de gazdă incorecte."
+"din biblioteca SASL. Acest lucru se datorează cel mai probabil unui serviciu "
+"și/sau nume de gazdă incorect."
 
 #: lib/src/error.c:93
 msgid ""
@@ -120,7 +124,7 @@
 "insufficient credentials or malicious interactions."
 msgstr ""
 "Eroare GSSAPI în client în timpul negocierii contextului de securitate în "
-"gss_init_sec_context() din biblioteca SASL.  Aceasta se datorează cel mai "
+"gss_init_sec_context() din biblioteca SASL. Aceasta se datorează cel mai "
 "probabil datelor de acreditare insuficiente sau interacțiunii răuvoitoare."
 
 #: lib/src/error.c:97
@@ -130,7 +134,7 @@
 "insufficient credentials or malicious interactions."
 msgstr ""
 "Eroare GSSAPI în server în timpul negocierii contextului de securitate în "
-"gss_init_sec_context() din biblioteca SASL.  Aceasta se datorează cel mai "
+"gss_init_sec_context() din biblioteca SASL. Aceasta se datorează cel mai "
 "probabil datelor de acreditare insuficiente sau interacțiunii răuvoitoare."
 
 #: lib/src/error.c:101
@@ -156,8 +160,9 @@
 "etc/krb5.keytab on the server."
 msgstr ""
 "Eroare GSSAPI la achiziționare datelor de acreditare în gss_acquire_cred() "
-"din biblioteca SASL.  Acest lucru se datorează cel mai probabil faptului că "
-"nu există cheia Kerberos adecvată disponibilă în /etc/krb5.keytab pe server."
+"din biblioteca SASL. Acest lucru se datorează cel mai probabil faptului că "
+"nu există cheia Kerberos adecvată disponibilă în „/etc/krb5.keytab” pe "
+"server."
 
 #: lib/src/error.c:111
 msgid ""
@@ -166,7 +171,7 @@
 "supplied bad data."
 msgstr ""
 "Eroare GSSAPI la crearea numelui de afișat care indică clientul în "
-"gss_display_name() din biblioteca SASL.  Acest lucru se datorează probabil "
+"gss_display_name() din biblioteca SASL. Acest lucru se datorează probabil "
 "faptului că clientul a furnizat date incorecte."
 
 #: lib/src/error.c:115
@@ -188,7 +193,7 @@
 
 #: lib/src/error.c:125
 msgid "No callback specified by caller (application error)."
-msgstr "Niciun apel invers specificat de către apelant (eroare de aplicație)."
+msgstr "Niciun apel invers specificat de către apelant (eroare în aplicație)."
 
 # R-GC, scrie:
 # cum traducerea lui «token», este un pic
@@ -344,22 +349,22 @@
 #: src/gsasl.c:519
 #, c-format
 msgid "need both --x509-cert-file and --x509-key-file"
-msgstr "necesită atât --x509-cert-file cât și --x509-key-file"
+msgstr "necesită atât „--x509-cert-file” cât și „--x509-key-file”"
 
 #: src/gsasl.c:523
 #, c-format
 msgid "cannot use both --starttls and --no-starttls"
-msgstr "nu se poate utiliza atât --starttls, cât și --no-starttls"
+msgstr "nu se poate utiliza atât „--starttls”, cât și „--no-starttls”"
 
 #: src/gsasl.c:526
 #, c-format
 msgid "cannot use both --smtp and --imap"
-msgstr "nu se poate utiliza atât --smtp cât și --imap"
+msgstr "nu se poate utiliza atât „--smtp” cât și „--imap”"
 
 #: src/gsasl.c:579
 #, c-format
 msgid "cannot guess SASL profile (try --smtp or --imap)"
-msgstr "nu se poate ghici profilul SASL (încercați --smtp sau --imap)"
+msgstr "nu se poate ghici profilul SASL (încercați „--smtp” sau „--imap”)"
 
 #: src/gsasl.c:599
 #, c-format
@@ -374,12 +379,12 @@
 #: src/gsasl.c:621
 #, c-format
 msgid "This client supports the following mechanisms:\n"
-msgstr "Acest client suportă următoarele mecanisme:\n"
+msgstr "Acest client acceptă următoarele mecanisme:\n"
 
 #: src/gsasl.c:624
 #, c-format
 msgid "This server supports the following mechanisms:\n"
-msgstr "Acest server suportă următoarele mecanisme:\n"
+msgstr "Acest server acceptă următoarele mecanisme:\n"
 
 #: src/gsasl.c:692
 #, c-format
@@ -444,7 +449,7 @@
 #: src/gsasl.c:771
 #, c-format
 msgid "setting GnuTLS cipher priority (%s): %s\n"
-msgstr "setarea priorității de cifrare GnuTLS (%s): %s\n"
+msgstr "configurarea priorității de cifrare GnuTLS (%s): %s\n"
 
 #: src/gsasl.c:797
 #, c-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/po/sk.po new/gsasl-2.2.4/po/sk.po
--- old/gsasl-2.2.3/po/sk.po    2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/po/sk.po    2026-06-15 23:36:52.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gsasl 1.7.4\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2026-05-13 08:43+0000\n"
+"POT-Creation-Date: 2026-06-15 21:36+0000\n"
 "PO-Revision-Date: 2012-07-03 01:00+0100\n"
 "Last-Translator: Ivan Masár <[email protected]>\n"
 "Language-Team: Slovak <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/po/sq.po new/gsasl-2.2.4/po/sq.po
--- old/gsasl-2.2.3/po/sq.po    2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/po/sq.po    2026-06-15 23:36:52.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gsasl 0.1.4\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2026-05-13 08:43+0000\n"
+"POT-Creation-Date: 2026-06-15 21:36+0000\n"
 "PO-Revision-Date: 2004-09-11 11:58+0200\n"
 "Last-Translator: Laurent Dhima <[email protected]>\n"
 "Language-Team: Albanian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/po/sr.po new/gsasl-2.2.4/po/sr.po
--- old/gsasl-2.2.3/po/sr.po    2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/po/sr.po    2026-06-15 23:36:52.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: gsasl-2.2.0\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2026-05-13 08:43+0000\n"
+"POT-Creation-Date: 2026-06-15 21:36+0000\n"
 "PO-Revision-Date: 2022-09-19 06:17+0200\n"
 "Last-Translator: Мирослав Николић <[email protected]>\n"
 "Language-Team: Serbian <(nothing)>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/po/sv.po new/gsasl-2.2.4/po/sv.po
--- old/gsasl-2.2.3/po/sv.po    2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/po/sv.po    2026-06-15 23:36:52.000000000 +0200
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: gsasl 2.2.0\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2026-05-13 08:43+0000\n"
+"POT-Creation-Date: 2026-06-15 21:36+0000\n"
 "PO-Revision-Date: 2022-09-04 13:20+0200\n"
 "Last-Translator: Luna Jernberg <[email protected]>\n"
 "Language-Team: Swedish <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/po/uk.po new/gsasl-2.2.4/po/uk.po
--- old/gsasl-2.2.3/po/uk.po    2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/po/uk.po    2026-06-15 23:36:52.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: gsasl 2.2.0\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2026-05-13 08:43+0000\n"
+"POT-Creation-Date: 2026-06-15 21:36+0000\n"
 "PO-Revision-Date: 2022-09-04 11:15+0300\n"
 "Last-Translator: Yuri Chornoivan <[email protected]>\n"
 "Language-Team: Ukrainian <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/po/vi.po new/gsasl-2.2.4/po/vi.po
--- old/gsasl-2.2.3/po/vi.po    2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/po/vi.po    2026-06-15 23:36:52.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: gsasl-1.7.4\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2026-05-13 08:43+0000\n"
+"POT-Creation-Date: 2026-06-15 21:36+0000\n"
 "PO-Revision-Date: 2012-05-18 14:35+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/gsasl-2.2.3/po/zh_CN.po new/gsasl-2.2.4/po/zh_CN.po
--- old/gsasl-2.2.3/po/zh_CN.po 2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/po/zh_CN.po 2026-06-15 23:36:52.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: gsasl 2.0.0\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2026-05-13 08:43+0000\n"
+"POT-Creation-Date: 2026-06-15 21:36+0000\n"
 "PO-Revision-Date: 2022-06-29 15:53-0400\n"
 "Last-Translator: Boyuan Yang <[email protected]>\n"
 "Language-Team: Chinese (simplified) <[email protected]>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gsasl-2.2.3/po/zh_TW.po new/gsasl-2.2.4/po/zh_TW.po
--- old/gsasl-2.2.3/po/zh_TW.po 2026-05-13 10:43:46.000000000 +0200
+++ new/gsasl-2.2.4/po/zh_TW.po 2026-06-15 23:36:52.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: gsasl 1.7.4\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2026-05-13 08:43+0000\n"
+"POT-Creation-Date: 2026-06-15 21:36+0000\n"
 "PO-Revision-Date: 2013-02-12 23:45+0800\n"
 "Last-Translator: Wei-Lun Chao <[email protected]>\n"
 "Language-Team: Chinese (traditional) <[email protected]>\n"

Reply via email to