Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package font-util for openSUSE:Factory 
checked in at 2026-04-28 11:54:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/font-util (Old)
 and      /work/SRC/openSUSE:Factory/.font-util.new.11940 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "font-util"

Tue Apr 28 11:54:02 2026 rev:15 rq:1349325 version:1.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/font-util/font-util.changes      2023-09-10 
13:09:54.465863122 +0200
+++ /work/SRC/openSUSE:Factory/.font-util.new.11940/font-util.changes   
2026-04-28 11:54:34.549024321 +0200
@@ -1,0 +2,11 @@
+Sun Apr 26 01:04:39 UTC 2026 - Stefan Dirsch <[email protected]>
+
+- Update to version 1.4.2
+  * configure: Use AC_SYS_LARGEFILE to enable large file support
+  * Add --help and --version options
+  * Update ATTR_NORETURN for C23
+  * Strip trailing whitespace from source files
+  * ucs2any: Use reallocarray if available to protect against integer overflow
+  * gitlab CI: drop the ci-fairy check-mr job
+
+-------------------------------------------------------------------

Old:
----
  font-util-1.4.1.tar.xz
  font-util-1.4.1.tar.xz.sig

New:
----
  font-util-1.4.2.tar.xz
  font-util-1.4.2.tar.xz.sig

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

Other differences:
------------------
++++++ font-util.spec ++++++
--- /var/tmp/diff_new_pack.rToBcQ/_old  2026-04-28 11:54:35.097046951 +0200
+++ /var/tmp/diff_new_pack.rToBcQ/_new  2026-04-28 11:54:35.101047116 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package font-util
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           font-util
-Version:        1.4.1
+Version:        1.4.2
 Release:        0
 Summary:        X.Org font package creation/installation utilities
 License:        MIT

++++++ font-util-1.4.1.tar.xz -> font-util-1.4.2.tar.xz ++++++
++++ 17883 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/font-util-1.4.1/COPYING new/font-util-1.4.2/COPYING
--- old/font-util-1.4.1/COPYING 2023-09-08 06:06:22.000000000 +0200
+++ new/font-util-1.4.2/COPYING 2026-04-25 22:27:17.000000000 +0200
@@ -151,4 +151,4 @@
         Modification by Unicode, Inc. Unicode, Inc. shall have the right to 
modify this Agreement at any time by posting it to this website. The user may 
not assign any part of this Agreement without Unicode, Inc.’s prior written 
consent.
         Taxes. The user agrees to pay any taxes arising from access to this 
website or use of the information herein, except for those based on Unicode’s 
net income.
         Severability.  If any provision of this Agreement is declared invalid 
or unenforceable, the remaining provisions of this Agreement shall remain in 
effect.
-        Entire Agreement. This Agreement constitutes the entire agreement 
between the parties. 
+        Entire Agreement. This Agreement constitutes the entire agreement 
between the parties.
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/font-util-1.4.1/ChangeLog new/font-util-1.4.2/ChangeLog
--- old/font-util-1.4.1/ChangeLog       2023-09-08 06:06:27.000000000 +0200
+++ new/font-util-1.4.2/ChangeLog       2026-04-25 22:27:29.000000000 +0200
@@ -1,3 +1,74 @@
+commit 5c92c11482e017fa7210a71b6f44e40042816209
+Author: Alan Coopersmith <[email protected]>
+Date:   Sat Apr 25 13:23:17 2026 -0700
+
+    font-util 1.4.2
+    
+    Signed-off-by: Alan Coopersmith <[email protected]>
+
+commit c9651195b228dfa8cdeac0611fba85a3a216e137
+Author: Alan Coopersmith <[email protected]>
+Date:   Sun Jan 11 11:20:41 2026 -0800
+
+    gitlab CI: drop the ci-fairy check-mr job
+    
+    The only thing this checked was the checkbox for allowing maintainers to
+    edit the MR. Changed permissions checks now fail this job but luckily
+    the setting it checked has been the default for years anyway so we can
+    drop it.
+    
+    https://gitlab.freedesktop.org/freedesktop/ci-templates/-/issues/81
+    
+    Signed-off-by: Alan Coopersmith <[email protected]>
+
+commit 7af30077fc459e7fe3415ffa803583d7465a8a99
+Author: Alan Coopersmith <[email protected]>
+Date:   Sun Aug 31 10:40:46 2025 -0700
+
+    ucs2any: Use reallocarray if available to protect against integer overflow
+    
+    Signed-off-by: Alan Coopersmith <[email protected]>
+    Part-of: 
<https://gitlab.freedesktop.org/xorg/font/util/-/merge_requests/10>
+
+commit ecbf1fa15e14a9ccf339b86198b03f31db838382
+Author: Alan Coopersmith <[email protected]>
+Date:   Sat Aug 2 13:15:18 2025 -0700
+
+    Strip trailing whitespace from source files
+    
+    Signed-off-by: Alan Coopersmith <[email protected]>
+    Part-of: <https://gitlab.freedesktop.org/xorg/font/util/-/merge_requests/9>
+
+commit d6ccf6d55728465e363b6dc89fd0759456bd35b2
+Author: Alan Coopersmith <[email protected]>
+Date:   Sun Apr 27 15:27:52 2025 -0700
+
+    Update ATTR_NORETURN for C23
+    
+    Signed-off-by: Alan Coopersmith <[email protected]>
+    Part-of: <https://gitlab.freedesktop.org/xorg/font/util/-/merge_requests/8>
+
+commit 57933bd2388a05af1fe68385ba7709a4c295b81a
+Author: Alan Coopersmith <[email protected]>
+Date:   Sun Apr 27 15:18:22 2025 -0700
+
+    Add --help and --version options
+    
+    Signed-off-by: Alan Coopersmith <[email protected]>
+    Part-of: <https://gitlab.freedesktop.org/xorg/font/util/-/merge_requests/8>
+
+commit 5f94278b521f956579fbd52393a3dc1aa27bf310
+Author: Alan Coopersmith <[email protected]>
+Date:   Sun Apr 27 14:41:11 2025 -0700
+
+    configure: Use AC_SYS_LARGEFILE to enable large file support
+    
+    While files opened by these utilities should never have a size >= 2gb,
+    they may have inode numbers or dates outside the 32-bit range.
+    
+    Signed-off-by: Alan Coopersmith <[email protected]>
+    Part-of: <https://gitlab.freedesktop.org/xorg/font/util/-/merge_requests/8>
+
 commit b5ca142f81a6f14eddb23be050291d1c25514777
 Author: Peter Hutterer <[email protected]>
 Date:   Fri Sep 8 14:03:50 2023 +1000
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/font-util-1.4.1/bdftruncate.c new/font-util-1.4.2/bdftruncate.c
--- old/font-util-1.4.1/bdftruncate.c   2023-09-08 06:06:22.000000000 +0200
+++ new/font-util-1.4.2/bdftruncate.c   2026-04-25 22:27:17.000000000 +0200
@@ -34,6 +34,8 @@
  * a threshold code value are stored unencoded.
  */
 
+#include "config.h"
+
 #include <ctype.h>
 #include <errno.h>
 #include <limits.h>
@@ -41,15 +43,25 @@
 #include <stdlib.h>
 #include <string.h>
 
-#if (defined(__GNUC__) && ((__GNUC__ * 100 + __GNUC_MINOR__) >= 205))  \
-        || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590))
+#ifndef __has_attribute
+# define __has_attribute(x) 0  /* Compatibility with older compilers. */
+#endif
+#ifndef __has_c_attribute
+# define __has_c_attribute(x) 0  /* Compatibility with pre-C23 compilers. */
+#endif
+
+#if __has_c_attribute(noreturn)
+# define ATTR_NORETURN [[noreturn]]
+#elif __has_attribute(noreturn) \
+    || (defined(__GNUC__) && ((__GNUC__ * 100 + __GNUC_MINOR__) >= 205)) \
+    || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590))
 # define ATTR_NORETURN __attribute((noreturn))
 #else
 # define ATTR_NORETURN
-#endif /* GNUC  */
+#endif
 
 static int iswide(unsigned int);
-static void usage(void) ATTR_NORETURN;
+ATTR_NORETURN static void usage(int);
 static int parse_threshold(const char *str, unsigned long *threshold);
 
 static int
@@ -132,7 +144,7 @@
        --argc;
        ++argv;
        if (argc == 0)
-               usage();
+               usage(EXIT_FAILURE);
 
        if (strcmp(*argv, "-w") == 0 || strcmp(*argv, "+w") == 0) {
                if (**argv == '-')
@@ -142,12 +154,19 @@
                --argc;
                ++argv;
        }
+       else if (strcmp(*argv, "--help") == 0) {
+               usage(EXIT_SUCCESS);
+       }
+       else if (strcmp(*argv, "--version") == 0) {
+               puts(PACKAGE_STRING);
+               exit(EXIT_SUCCESS);
+       }
 
        if (argc != 1 || (opt_plus_w && opt_minus_w))
-               usage();
+               usage(EXIT_FAILURE);
        if (parse_threshold(*argv, &threshold)) {
                fprintf(stderr, "Illegal threshold %s\n", *argv);
-               usage();
+               usage(EXIT_FAILURE);
        }
 
        if (opt_minus_w)
@@ -211,10 +230,11 @@
 }
 
 static void
-usage(void)
+usage(int exitstatus)
 {
        fprintf(stderr,
            "Usage: bdftruncate [+w|-w] threshold <source.bdf 
>destination.bdf\n"
+            "   or: bdftruncate [--help|--version]\n"
            "\n"
            "Example:\n"
            "\n"
@@ -224,5 +244,5 @@
            ">= 0x3200 will only be stored unencoded (i.e., ENCODING -1).\n"
            "Option -w removes East Asian Wide and East Asian FullWidth 
characters\n"
            "(default if threshold <= 0x3200), and option +w keeps them.\n");
-       exit(EXIT_FAILURE);
+       exit(exitstatus);
 }
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/font-util-1.4.1/compile new/font-util-1.4.2/compile
--- old/font-util-1.4.1/compile 2023-09-08 06:06:24.000000000 +0200
+++ new/font-util-1.4.2/compile 2026-04-25 22:27:22.000000000 +0200
@@ -1,9 +1,9 @@
 #! /bin/sh
 # Wrapper for compilers which do not understand '-c -o'.
 
-scriptversion=2018-03-07.03; # UTC
+scriptversion=2025-06-18.21; # UTC
 
-# Copyright (C) 1999-2021 Free Software Foundation, Inc.
+# Copyright (C) 1999-2025 Free Software Foundation, Inc.
 # Written by Tom Tromey <[email protected]>.
 #
 # This program is free software; you can redistribute it and/or modify
@@ -37,11 +37,11 @@
 
 file_conv=
 
-# func_file_conv build_file lazy
+# func_file_conv build_file unneeded_conversions
 # Convert a $build file to $host form and store it in $file
 # Currently only supports Windows hosts. If the determined conversion
-# type is listed in (the comma separated) LAZY, no conversion will
-# take place.
+# type is listed in (the comma separated) UNNEEDED_CONVERSIONS, no
+# conversion will take place.
 func_file_conv ()
 {
   file=$1
@@ -51,9 +51,20 @@
        # lazily determine how to convert abs files
        case `uname -s` in
          MINGW*)
-           file_conv=mingw
+           if test -n "$MSYSTEM" && (cygpath --version) >/dev/null 2>&1; then
+             # MSYS2 environment.
+             file_conv=cygwin
+           else
+             # Original MinGW environment.
+             file_conv=mingw
+           fi
            ;;
-         CYGWIN* | MSYS*)
+         MSYS*)
+           # Old MSYS environment, or MSYS2 with 32-bit MSYS2 shell.
+           file_conv=cygwin
+           ;;
+         CYGWIN*)
+           # Cygwin environment.
            file_conv=cygwin
            ;;
          *)
@@ -63,12 +74,14 @@
       fi
       case $file_conv/,$2, in
        *,$file_conv,*)
+         # This is the optimization mentioned above:
+         # If UNNEEDED_CONVERSIONS contains $file_conv, don't convert.
          ;;
        mingw/*)
          file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
          ;;
-       cygwin/* | msys/*)
-         file=`cygpath -m "$file" || echo "$file"`
+       cygwin/*)
+         file=`cygpath -w "$file" || echo "$file"`
          ;;
        wine/*)
          file=`winepath -w "$file" || echo "$file"`
@@ -143,7 +156,7 @@
          # configure might choose to run compile as 'compile cc -o foo foo.c'.
          eat=1
          case $2 in
-           *.o | *.[oO][bB][jJ])
+           *.o | *.lo | *.[oO][bB][jJ])
              func_file_conv "$2"
              set x "$@" -Fo"$file"
              shift
@@ -248,14 +261,17 @@
 right script to run: please start by reading the file 'INSTALL'.
 
 Report bugs to <[email protected]>.
+GNU Automake home page: <https://www.gnu.org/software/automake/>.
+General help using GNU software: <https://www.gnu.org/gethelp/>.
 EOF
     exit $?
     ;;
   -v | --v*)
-    echo "compile $scriptversion"
+    echo "compile (GNU Automake) $scriptversion"
     exit $?
     ;;
   cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
+  clang-cl | *[/\\]clang-cl | clang-cl.exe | *[/\\]clang-cl.exe | \
   icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )
     func_cl_wrapper "$@"      # Doesn't return...
     ;;
@@ -340,9 +356,9 @@
 # Local Variables:
 # mode: shell-script
 # sh-indentation: 2
-# eval: (add-hook 'before-save-hook 'time-stamp)
+# eval: (add-hook 'before-save-hook 'time-stamp nil t)
 # time-stamp-start: "scriptversion="
-# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-format: "%Y-%02m-%02d.%02H"
 # time-stamp-time-zone: "UTC0"
 # time-stamp-end: "; # UTC"
 # End:
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/font-util-1.4.1/config.h.in new/font-util-1.4.2/config.h.in
--- old/font-util-1.4.1/config.h.in     2023-09-08 06:06:24.000000000 +0200
+++ new/font-util-1.4.2/config.h.in     2026-04-25 22:27:22.000000000 +0200
@@ -3,6 +3,12 @@
 /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
+/* Define to 1 if you have the <minix/config.h> header file. */
+#undef HAVE_MINIX_CONFIG_H
+
+/* Define to 1 if you have the 'reallocarray' function. */
+#undef HAVE_REALLOCARRAY
+
 /* Define to 1 if you have the <stdint.h> header file. */
 #undef HAVE_STDINT_H
 
@@ -27,6 +33,9 @@
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
 
+/* Define to 1 if you have the <wchar.h> header file. */
+#undef HAVE_WCHAR_H
+
 /* Name of package */
 #undef PACKAGE
 
@@ -57,10 +66,118 @@
 /* Patch version of this package */
 #undef PACKAGE_VERSION_PATCHLEVEL
 
-/* 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
 
+/* Enable extensions on AIX, Interix, z/OS.  */
+#ifndef _ALL_SOURCE
+# undef _ALL_SOURCE
+#endif
+/* Enable extensions on Cosmopolitan Libc. */
+#ifndef _COSMO_SOURCE
+# undef _COSMO_SOURCE
+#endif
+/* Enable general extensions on macOS.  */
+#ifndef _DARWIN_C_SOURCE
+# undef _DARWIN_C_SOURCE
+#endif
+/* Enable general extensions on Solaris.  */
+#ifndef __EXTENSIONS__
+# undef __EXTENSIONS__
+#endif
+/* Enable GNU extensions on systems that have them.  */
+#ifndef _GNU_SOURCE
+# undef _GNU_SOURCE
+#endif
+/* Enable X/Open compliant socket functions that do not require linking
+   with -lxnet on HP-UX 11.11.  */
+#ifndef _HPUX_ALT_XOPEN_SOCKET_API
+# undef _HPUX_ALT_XOPEN_SOCKET_API
+#endif
+/* Identify the host operating system as Minix.
+   This macro does not affect the system headers' behavior.
+   A future release of Autoconf may stop defining this macro.  */
+#ifndef _MINIX
+# undef _MINIX
+#endif
+/* Enable general extensions on NetBSD.
+   Enable NetBSD compatibility extensions on Minix.  */
+#ifndef _NETBSD_SOURCE
+# undef _NETBSD_SOURCE
+#endif
+/* Enable OpenBSD compatibility extensions on NetBSD.
+   Oddly enough, this does nothing on OpenBSD.  */
+#ifndef _OPENBSD_SOURCE
+# undef _OPENBSD_SOURCE
+#endif
+/* Define to 1 if needed for POSIX-compatible behavior.  */
+#ifndef _POSIX_SOURCE
+# undef _POSIX_SOURCE
+#endif
+/* Define to 2 if needed for POSIX-compatible behavior.  */
+#ifndef _POSIX_1_SOURCE
+# undef _POSIX_1_SOURCE
+#endif
+/* Enable POSIX-compatible threading on Solaris.  */
+#ifndef _POSIX_PTHREAD_SEMANTICS
+# undef _POSIX_PTHREAD_SEMANTICS
+#endif
+/* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
+#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
+# undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
+#endif
+/* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
+#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
+# undef __STDC_WANT_IEC_60559_BFP_EXT__
+#endif
+/* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
+#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
+# undef __STDC_WANT_IEC_60559_DFP_EXT__
+#endif
+/* Enable extensions specified by C23 Annex F.  */
+#ifndef __STDC_WANT_IEC_60559_EXT__
+# undef __STDC_WANT_IEC_60559_EXT__
+#endif
+/* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
+#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
+# undef __STDC_WANT_IEC_60559_FUNCS_EXT__
+#endif
+/* Enable extensions specified by C23 Annex H and ISO/IEC TS 18661-3:2015.  */
+#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
+# undef __STDC_WANT_IEC_60559_TYPES_EXT__
+#endif
+/* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
+#ifndef __STDC_WANT_LIB_EXT2__
+# undef __STDC_WANT_LIB_EXT2__
+#endif
+/* Enable extensions specified by ISO/IEC 24747:2009.  */
+#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
+# undef __STDC_WANT_MATH_SPEC_FUNCS__
+#endif
+/* Enable extensions on HP NonStop.  */
+#ifndef _TANDEM_SOURCE
+# undef _TANDEM_SOURCE
+#endif
+/* Enable X/Open extensions.  Define to 500 only if necessary
+   to make mbstate_t available.  */
+#ifndef _XOPEN_SOURCE
+# undef _XOPEN_SOURCE
+#endif
+
+
 /* Version number of package */
 #undef VERSION
+
+/* Number of bits in a file offset, on hosts where this is settable. */
+#undef _FILE_OFFSET_BITS
+
+/* 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
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/font-util-1.4.1/configure.ac new/font-util-1.4.2/configure.ac
--- old/font-util-1.4.1/configure.ac    2023-09-08 06:06:22.000000000 +0200
+++ new/font-util-1.4.2/configure.ac    2026-04-25 22:27:17.000000000 +0200
@@ -22,11 +22,15 @@
 dnl Process this file with autoconf to create configure.
 
 # Initialize Autoconf
-AC_PREREQ([2.60])
-AC_INIT([font-util], [1.4.1],
+AC_PREREQ([2.70])
+AC_INIT([font-util], [1.4.2],
        [https://gitlab.freedesktop.org/xorg/font/util/-/issues], [font-util])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS([config.h])
+# Set common system defines for POSIX extensions, such as _GNU_SOURCE
+# Must be called before any macros that run the compiler (like LT_INIT)
+# to avoid autoconf errors.
+AC_USE_SYSTEM_EXTENSIONS
 
 # Initialize Automake
 AM_INIT_AUTOMAKE([foreign dist-xz])
@@ -37,6 +41,12 @@
 XORG_MACROS_VERSION(1.8)
 XORG_DEFAULT_OPTIONS
 
+# Checks for typedefs, structures, and compiler characteristics.
+AC_SYS_LARGEFILE
+
+# Checks for library functions.
+AC_CHECK_FUNCS([reallocarray])
+
 AC_MSG_CHECKING([for root directory for font files])
 fontrootdir='${datadir}/fonts/X11'
 AC_ARG_WITH(fontrootdir, [AS_HELP_STRING([--with-fontrootdir=DIR],
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/font-util-1.4.1/fontutil.pc.in new/font-util-1.4.2/fontutil.pc.in
--- old/font-util-1.4.1/fontutil.pc.in  2023-09-08 06:06:22.000000000 +0200
+++ new/font-util-1.4.2/fontutil.pc.in  2026-04-25 22:27:17.000000000 +0200
@@ -5,7 +5,7 @@
 datadir=@datadir@
 fontrootdir=@fontrootdir@
 mapdir=@MAPDIR@
- 
+
 Name: FontUtil
 Description: Font utilities dirs
 Version: @PACKAGE_VERSION@
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/font-util-1.4.1/man/bdftruncate.man new/font-util-1.4.2/man/bdftruncate.man
--- old/font-util-1.4.1/man/bdftruncate.man     2023-09-08 06:06:22.000000000 
+0200
+++ new/font-util-1.4.2/man/bdftruncate.man     2026-04-25 22:27:17.000000000 
+0200
@@ -1,4 +1,4 @@
-.TH bdftruncate __appmansuffix__ __vendorversion__
+.TH BDFTRUNCATE __appmansuffix__ 2025-04-27 __vendorversion__
 .SH NAME
 bdftruncate \- generate truncated BDF font from ISO 10646-1-encoded BDF font
 .SH SYNOPSIS
@@ -8,6 +8,13 @@
 .I source.bdf
 .B >
 .I destination.bdf
+.sp
+.B bdftruncate
+[
+.B \-\-help
+|
+.B \-\-version
+]
 .SH DESCRIPTION
 .B bdftruncate
 allows one to generate from an ISO10646-1 encoded BDF font other ISO10646-1
@@ -15,6 +22,13 @@
 unencoded.  This is often desirable because the Xlib API and X11 protocol
 data structures used for representing font metric information are extremely
 inefficient when handling sparsely populated fonts.
+.SH OPTIONS
+.TP 12
+.B \-\-help
+prints usage message and exits.
+.TP 12
+.B \-\-version
+prints version information and exits.
 .SH EXAMPLE
 The command
 .RS
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/font-util-1.4.1/man/ucs2any.man new/font-util-1.4.2/man/ucs2any.man
--- old/font-util-1.4.1/man/ucs2any.man 2023-09-08 06:06:22.000000000 +0200
+++ new/font-util-1.4.2/man/ucs2any.man 2026-04-25 22:27:17.000000000 +0200
@@ -1,4 +1,4 @@
-.TH ucs2any __appmansuffix__ __vendorversion__
+.TH UCS2ANY __appmansuffix__ 2025-04-27 __vendorversion__
 .SH NAME
 ucs2any \- generate BDF fonts containing subsets of ISO 10646-1 codepoints
 .SH SYNOPSIS
@@ -6,7 +6,7 @@
 [
 .B +d
 |
-.B -d
+.B \-d
 ]
 .I source-name
 {
@@ -14,21 +14,34 @@
 .I registry-encoding
 }
 \&.\|.\|.
+.sp
+.B ucs2any
+[
+.B \-\-help
+|
+.B \-\-version
+]
 .SH DESCRIPTION
 .B ucs2any
 allows one to generate from an ISO 10646-1 encoded BDF font other BDF fonts
-in any possible encoding.  This way, one can derive from a single
-ISO 10646-1 master font a whole set of 8-bit fonts in all ISO 8859 and
-various other encodings.
+in any possible encoding.
+This way, one can derive from a single ISO 10646-1 master font
+a whole set of 8-bit fonts in all ISO 8859 and various other encodings.
 .SH OPTIONS
 .TP
 .B +d
-puts DEC VT100 graphics characters in the C0 range (default for upright,
-character-cell fonts).
+puts DEC VT100 graphics characters in the C0 range
+(default for upright, character-cell fonts).
 .TP
 .B \-d
-omits DEC VT100 graphics characters from the C0 range (default for all
-font types except upright, character-cell fonts).
+omits DEC VT100 graphics characters from the C0 range
+(default for all font types except upright, character-cell fonts).
+.TP
+.B \-\-help
+prints usage message and exits.
+.TP
+.B \-\-version
+prints version information and exits.
 .SH OPERANDS
 .TP
 .I source-name
@@ -53,12 +66,12 @@
 .SH EXAMPLE
 The command
 .RS
-ucs2any 6x13.bdf 8859-1.TXT iso8859-1 8859-2.TXT iso8859-2
+ucs2any 6x13.bdf 8859\-1.TXT iso8859\-1 8859\-2.TXT iso8859\-2
 .RE
 will generate the files
-.I 6x13-iso8859-1.bdf
+.I 6x13\-iso8859\-1.bdf
 and
-.IR 6x13-iso8859-2.bdf .
+.IR 6x13\-iso8859\-2.bdf .
 .SH FUTURE DIRECTIONS
 Hopefully a future release will have a facility similar to
 .B ucs2any
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/font-util-1.4.1/map-ISO8859-7 new/font-util-1.4.2/map-ISO8859-7
--- old/font-util-1.4.1/map-ISO8859-7   2023-09-08 06:06:22.000000000 +0200
+++ new/font-util-1.4.2/map-ISO8859-7   2026-04-25 22:27:17.000000000 +0200
@@ -16,7 +16,7 @@
 #       ISO 8859-7:2003 characters map into Unicode.
 #
 #      ISO 8859-7:1987 is equivalent to ISO-IR-126, ELOT 928,
-#      and ECMA 118. ISO 8859-7:2003 adds two currency signs 
+#      and ECMA 118. ISO 8859-7:2003 adds two currency signs
 #      and one other character not in the earlier standard.
 #
 #      Format:  Three tab-separated columns
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/font-util-1.4.1/missing new/font-util-1.4.2/missing
--- old/font-util-1.4.1/missing 2023-09-08 06:06:24.000000000 +0200
+++ new/font-util-1.4.2/missing 2026-04-25 22:27:22.000000000 +0200
@@ -1,9 +1,11 @@
 #! /bin/sh
-# Common wrapper for a few potentially missing GNU programs.
+# Common wrapper for a few potentially missing GNU and other programs.
 
-scriptversion=2018-03-07.03; # UTC
+scriptversion=2025-06-18.21; # UTC
 
-# Copyright (C) 1996-2021 Free Software Foundation, Inc.
+# shellcheck disable=SC2006,SC2268 # we must support pre-POSIX shells
+
+# Copyright (C) 1996-2025 Free Software Foundation, Inc.
 # Originally written by Fran,cois Pinard <[email protected]>, 1996.
 
 # This program is free software; you can redistribute it and/or modify
@@ -54,18 +56,20 @@
   -v, --version   output version information and exit
 
 Supported PROGRAM values:
-  aclocal   autoconf  autoheader   autom4te  automake  makeinfo
-  bison     yacc      flex         lex       help2man
+aclocal autoconf autogen  autoheader autom4te automake autoreconf
+bison   flex     help2man lex        makeinfo perl     yacc
 
 Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and
 'g' are ignored when checking the name.
 
-Send bug reports to <[email protected]>."
+Report bugs to <[email protected]>.
+GNU Automake home page: <https://www.gnu.org/software/automake/>.
+General help using GNU software: <https://www.gnu.org/gethelp/>."
     exit $?
     ;;
 
   -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
-    echo "missing $scriptversion (GNU Automake)"
+    echo "missing (GNU Automake) $scriptversion"
     exit $?
     ;;
 
@@ -108,7 +112,7 @@
 program_details ()
 {
   case $1 in
-    aclocal|automake)
+    aclocal|automake|autoreconf)
       echo "The '$1' program is part of the GNU Automake package:"
       echo "<$gnu_software_URL/automake>"
       echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:"
@@ -123,6 +127,9 @@
       echo "<$gnu_software_URL/m4/>"
       echo "<$perl_URL>"
       ;;
+    *)
+      :
+      ;;
   esac
 }
 
@@ -137,48 +144,55 @@
   printf '%s\n' "'$1' is $msg."
 
   configure_deps="'configure.ac' or m4 files included by 'configure.ac'"
+  autoheader_deps="'acconfig.h'"
+  automake_deps="'Makefile.am'"
+  aclocal_deps="'acinclude.m4'"
   case $normalized_program in
+    aclocal*)
+      echo "You should only need it if you modified $aclocal_deps or"
+      echo "$configure_deps."
+      ;;
     autoconf*)
-      echo "You should only need it if you modified 'configure.ac',"
-      echo "or m4 files included by it."
-      program_details 'autoconf'
+      echo "You should only need it if you modified $configure_deps."
+      ;;
+    autogen*)
+      echo "You should only need it if you modified a '.def' or '.tpl' file."
+      echo "You may want to install the GNU AutoGen package:"
+      echo "<$gnu_software_URL/autogen/>"
       ;;
     autoheader*)
-      echo "You should only need it if you modified 'acconfig.h' or"
+      echo "You should only need it if you modified $autoheader_deps or"
       echo "$configure_deps."
-      program_details 'autoheader'
       ;;
     automake*)
-      echo "You should only need it if you modified 'Makefile.am' or"
-      echo "$configure_deps."
-      program_details 'automake'
-      ;;
-    aclocal*)
-      echo "You should only need it if you modified 'acinclude.m4' or"
+      echo "You should only need it if you modified $automake_deps or"
       echo "$configure_deps."
-      program_details 'aclocal'
       ;;
-   autom4te*)
+    autom4te*)
       echo "You might have modified some maintainer files that require"
       echo "the 'autom4te' program to be rebuilt."
-      program_details 'autom4te'
+      ;;
+    autoreconf*)
+      echo "You should only need it if you modified $aclocal_deps or"
+      echo "$automake_deps or $autoheader_deps or $automake_deps or"
+      echo "$configure_deps."
       ;;
     bison*|yacc*)
       echo "You should only need it if you modified a '.y' file."
       echo "You may want to install the GNU Bison package:"
       echo "<$gnu_software_URL/bison/>"
       ;;
-    lex*|flex*)
-      echo "You should only need it if you modified a '.l' file."
-      echo "You may want to install the Fast Lexical Analyzer package:"
-      echo "<$flex_URL>"
-      ;;
     help2man*)
       echo "You should only need it if you modified a dependency" \
            "of a man page."
       echo "You may want to install the GNU Help2man package:"
       echo "<$gnu_software_URL/help2man/>"
     ;;
+    lex*|flex*)
+      echo "You should only need it if you modified a '.l' file."
+      echo "You may want to install the Fast Lexical Analyzer package:"
+      echo "<$flex_URL>"
+      ;;
     makeinfo*)
       echo "You should only need it if you modified a '.texi' file, or"
       echo "any other file indirectly affecting the aspect of the manual."
@@ -189,6 +203,12 @@
       echo "want to install GNU make:"
       echo "<$gnu_software_URL/make/>"
       ;;
+    perl*)
+      echo "You should only need it to run GNU Autoconf, GNU Automake, "
+      echo "  assorted other tools, or if you modified a Perl source file."
+      echo "You may want to install the Perl 5 language interpreter:"
+      echo "<$perl_URL>"
+      ;;
     *)
       echo "You might have modified some files without having the proper"
       echo "tools for further handling them.  Check the 'README' file, it"
@@ -197,6 +217,7 @@
       echo "case some other package contains this missing '$1' program."
       ;;
   esac
+  program_details "$normalized_program"
 }
 
 give_advice "$1" | sed -e '1s/^/WARNING: /' \
@@ -207,9 +228,9 @@
 exit $st
 
 # Local variables:
-# eval: (add-hook 'before-save-hook 'time-stamp)
+# eval: (add-hook 'before-save-hook 'time-stamp nil t)
 # time-stamp-start: "scriptversion="
-# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-format: "%Y-%02m-%02d.%02H"
 # time-stamp-time-zone: "UTC0"
 # time-stamp-end: "; # UTC"
 # End:
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/font-util-1.4.1/ucs2any.c new/font-util-1.4.2/ucs2any.c
--- old/font-util-1.4.1/ucs2any.c       2023-09-08 06:06:22.000000000 +0200
+++ new/font-util-1.4.2/ucs2any.c       2026-04-25 22:27:17.000000000 +0200
@@ -37,6 +37,8 @@
  * a waste of storage capacity).
 */
 
+#include "config.h"
+
 #include <ctype.h>
 #include <errno.h>
 #include <fcntl.h>
@@ -92,6 +94,25 @@
        return temp;
 }
 
+static void *
+zreallocarray(void *ptr, size_t num, size_t size)
+{
+       void *temp;
+#ifdef HAVE_REALLOCARRAY
+       temp = reallocarray(ptr, num, size);
+#else
+       if ((num > 0) && ((SIZE_MAX / num) < size))
+           temp = NULL;
+       else
+           temp = realloc(ptr, num * size);
+#endif
+       if (temp == NULL) {
+               perror(my_name);
+               exit(errno);
+       }
+       return temp;
+}
+
 static char *
 zstrdup(const char *str)
 {
@@ -109,7 +130,7 @@
        return retval;
 }
 
-static void 
+static void
 zstrcpy(char **dest, const char *source)
 {
        if (*dest != NULL)
@@ -117,7 +138,7 @@
        *dest = zstrdup(source);
 }
 
-static void 
+static void
 zquotedcpy(char **dest, const char *source)
 {
        const char *start, *end;
@@ -138,7 +159,7 @@
        }
 }
 
-static void 
+static void
 zstrcat(char **dest, const char *source)
 {
        size_t dest_size = 1;
@@ -151,7 +172,7 @@
        strcpy(*dest + dest_size - 1, source);
 }
 
-static void 
+static void
 zstrtoupper(char *s)
 {
        char *t;
@@ -202,7 +223,7 @@
        return r;
 }
 
-static int 
+static int
 da_fetch_int(da_t *da, int key)
 {
        int *t;
@@ -216,7 +237,7 @@
 #define da_fetch_str(a,k)      \
        (char *)da_fetch(a,k)
 
-static void 
+static void
 da_add(da_t *da, int key, void *value)
 {
        int i = da->size;
@@ -228,8 +249,8 @@
                }
                if (key >= da->size) {
                        da->size = key + 1;
-                       da->values = zrealloc(da->values,
-                               da->size * sizeof(void *));
+                       da->values = zreallocarray(da->values,
+                               da->size, sizeof(void *));
                        for (; i < da->size; i++)
                                da->values[i] = NULL;
                }
@@ -251,13 +272,13 @@
        }
 }
 
-static void 
+static void
 da_add_str(da_t *da, int key, const char *value)
 {
        da_add(da, key, value?zstrdup(value):NULL);
 }
 
-static void 
+static void
 da_add_int(da_t *da, int key, int value)
 {
        int *v;
@@ -270,7 +291,7 @@
 #define da_count(da) (da->count)
 #define da_size(da) (da->size)
 
-static void 
+static void
 da_clear(da_t *da)
 {
        int i;
@@ -289,7 +310,7 @@
 #define TYPICAL_LINE_SIZE (80)
 
 /* read a line and strip trailing whitespace */
-static int 
+static int
 read_line(FILE *fp, char **buffer)
 {
        int buffer_size = TYPICAL_LINE_SIZE;
@@ -372,14 +393,14 @@
        0x00B7  /* MIDDLE DOT */
 };
 
-static int 
+static int
 is_control(int ucs)
 {
        return ((ucs >= 0x00 && ucs <= 0x1f) ||
                (ucs >= 0x7f && ucs <= 0x9f));
 }
 
-static int 
+static int
 is_blockgraphics(int ucs)
 {
        return ucs >= 0x2500 && ucs <= 0x25FF;
@@ -420,10 +441,11 @@
        return r;
 }
 
-static void 
+static void
 usage(void) {
        printf("%s", "\n"
 "Usage: ucs2any [+d|-d] <source-name> { <mapping-file> <registry-encoding> }\n"
+"   or: ucs2any [--help|--version]\n"
 "\n"
 "where\n"
 "\n"
@@ -450,7 +472,7 @@
 "\n");
 }
 
-static int 
+static int
 chars_compare(const void *aa, const void *bb)
 {
        int a = *(const int *)aa;
@@ -477,7 +499,7 @@
        return string;
 }
 
-int 
+int
 main(int argc, char *argv[])
 {
        int ai = 1;
@@ -544,6 +566,14 @@
                ai++;
                dec_chars = 0;
        }
+       else if (strcmp(argv[ai], "--help") == 0) {
+               usage();
+               exit(EXIT_SUCCESS);
+       }
+       else if (strcmp(argv[ai], "--version") == 0) {
+               puts(PACKAGE_STRING);
+               exit(EXIT_SUCCESS);
+       }
        if (ai >= argc) {
                usage();
                exit(0);
@@ -837,7 +867,7 @@
                for (i = 0; i < j; i++) {
                        ucs = da_fetch_int(map, chars[i]);
                        zstrcpy(&t, da_fetch_str(my_char, ucs));
-                       if ((nextc = startswith(t, "BBX")) != NULL 
+                       if ((nextc = startswith(t, "BBX")) != NULL
                            || (nextc = strstr(t, "\nBBX")) != NULL)
                        {
                                char *endp;

++++++ font-util.keyring ++++++
--- /var/tmp/diff_new_pack.rToBcQ/_old  2026-04-28 11:54:35.321056201 +0200
+++ /var/tmp/diff_new_pack.rToBcQ/_new  2026-04-28 11:54:35.329056531 +0200
@@ -145,4 +145,72 @@
 9hoAnigKVkYBlc2jpAKdD+bULpWgw+sz
 =Q/D0
 -----END PGP PUBLIC KEY BLOCK-----
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Comment: 3AB2 8523 2C46 AE43 D8E1  92F4 DAB0 F78E A6E7 E2D2
+Comment: Alan Coopersmith <[email protected]>
+Comment: Alan Coopersmith <[email protected]>
+
+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
+=8TTy
+-----END PGP PUBLIC KEY BLOCK-----
 

Reply via email to