This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 833b9bc1d18e73b1cfb132d9487f7a1497022c3a (commit) via b1110eb1bd0d1ed0f40da0d3ce73648743a5be3c (commit) via 7642da793c938fce6bf0bb7b7dce97dbf2a51f9d (commit) via b2cbdb1e3fe4032ff7aea92a1c4426916464fae9 (commit) via 5acaaf3b4cf2778b5ae6982af0e727087a1cd66b (commit) via ec4b0a29388083ddda09a9680854b40109f44197 (commit) via 1f0c7a63d3db968e2a005ee7fda081c32c67cda7 (commit) via f46e8298ad63e3fa559dd9d9d7981e224cc5a64b (commit) via cb8168553b4269b5df0976a690f5c99001a6c5d0 (commit) via 3acd120b01d92ea9e4fadd68d069ede0b2948a32 (commit) via 3b8206b74a2ea6d86d358d673225eb1380f5f777 (commit) via 4b80d5e6c3c5f1695ae04bdcc59098f872a37957 (commit) via 1f26a782599aa9a9cb52ab1e72c1171024e44279 (commit) via 41f497df2dfcbd516d84b73e51d03a51fde08e47 (commit) via 319fcaa4d7fe4abfa1b981fc43d7f4f5659dcc37 (commit) via bde5bcaf39d48160219a5892184c550b15e64f92 (commit) via 1fa4116cf87ff03b387b7bdfe5793cbc6cefbc8f (commit) via 37a1a3fcec9fcff3100a2f42163fe194fb3264dd (commit) via d95a414ce12306762849b4df8a50ddd18a838129 (commit) via e0767e7dc4630333042d58408292ab8ace47a052 (commit) from ef7ae3fd1d31c3da479edad91f78dda0c6699a59 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 833b9bc1d18e73b1cfb132d9487f7a1497022c3a Merge: b2cbdb1e3 b1110eb1b Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Jul 31 09:29:22 2023 +0000
Merge branch 'master' into next
commit b2cbdb1e3fe4032ff7aea92a1c4426916464fae9 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Jul 31 09:23:41 2023 +0000
core178: Ship glib
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 5acaaf3b4cf2778b5ae6982af0e727087a1cd66b Author: Adolf Belka adolf.belka@ipfire.org Date: Mon Jul 10 11:23:49 2023 +0200
glib: Update to version 2.77.0
- Update from 2.71.1 to 2.77.0 - Update of rootfile - Changelog is too large to include here. Details can be found in the NEWS file in the source tarball.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit ec4b0a29388083ddda09a9680854b40109f44197 Author: Adolf Belka adolf.belka@ipfire.org Date: Mon Jul 10 11:23:50 2023 +0200
groff: Update to version 1.23.0
- Update from version 1.22.4 to 1.23.0 - Update of rootfile - Changelog is too large to show here. See the NEWS file in the source tarball for user visible changes. This does not include any bug fixes. For bug fixes and all commits see the ChangeLog file in the source tarball.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 1f0c7a63d3db968e2a005ee7fda081c32c67cda7 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Jul 31 09:22:21 2023 +0000
core178: Ship ovpnmain.cgi
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit f46e8298ad63e3fa559dd9d9d7981e224cc5a64b Author: Adolf Belka adolf.belka@ipfire.org Date: Thu Jul 27 15:57:25 2023 +0200
ovpnmain.cgi: Fixes bug#13190 - connection status shows disconnected for connected client
- If the certificate name has underscores in it then the status always shows as DISCONNECTED alothough the actual connection is working and can be used. - The certificate with underscores works fine. RFC5280 accepts underscores in the name. - The code for checking the status splits up the status message and takes the first part as the common name for the connection. Then there is a regex command which rerplaces any underscores in the status common name with spaces. This results in the connection with underscores in the certificate name never matching any status feedback common name as the underscores have been replaced by spaces. - This has been tested to work with my vm test bed. With existing code the connection with underscores in the certificate name permanently showed DISCONNECTED. With the code change the connection shows as CONNECTED very quickly.
Fixes: Bug#13190 Tested-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit cb8168553b4269b5df0976a690f5c99001a6c5d0 Author: Adolf Belka adolf.belka@ipfire.org Date: Sat Jul 29 23:29:25 2023 +0200
gnump3d: Update perl directory in gnump3d.conf to current version
- Update perl dircetory for plugin from 5.32.1 to 5.36.0 - Perl was updated in August 2022 but this directory was missed when that update was done. A forum member has tried to use gnump3d and had problems because it was trying to use the perl 5.32.1 directory for a plugin in the gnump3d.conf file - Bumped the PAK_VER to ensure that gniump3d is shipped.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 3acd120b01d92ea9e4fadd68d069ede0b2948a32 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Jul 31 09:21:01 2023 +0000
core178: Ship xfsprogs
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 3b8206b74a2ea6d86d358d673225eb1380f5f777 Author: Adolf Belka adolf.belka@ipfire.org Date: Sat Jul 29 18:16:19 2023 +0200
xfsprogs: Update to version 6.4.0
- Update from version 6.2.0 to 6.4.0 - Update of rootfile not required - Changelog is not available in the source tarball or on the website. Changes can be viewed in the git log https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/log/
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 4b80d5e6c3c5f1695ae04bdcc59098f872a37957 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Jul 31 09:20:33 2023 +0000
core178: Ship mpfr
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 1f26a782599aa9a9cb52ab1e72c1171024e44279 Author: Adolf Belka adolf.belka@ipfire.org Date: Sat Jul 29 18:16:17 2023 +0200
mpfr: Update to version 4.2.0p12
- Update from version 4.2.0p9 to 4.2.0p12 - Update of rootfile not required - Changelog - additional patches from 10 to 12 over previous update 10 - GCC 12 emits a spurious "may be used uninitialized" warning on tests/tfpif.c with -O1, and GCC 13 has the same issue also with -O2 (GCC bug 106155). This can make some test scripts fail for the developers. The gcc-pr106155-workaround patch provides a workaround for this bug in GCC. Corresponding changeset in the 4.2 branch: c0031f1af. 11 - The mpfr_inp_str function does not handle the '\0' character correctly when it is not a whitespace character (which is almost always the case in practice, or really always the case). For instance, if the word is the sequence { '1', '\0', '2' }, the string "1" is passed to mpfr_set_str because '\0' is regarded as a terminating null character, and one gets a valid number (1) while '\0' in a word is necessarily invalid. This is fixed by the inp_str-nullchar patch. The testcase in the repository cannot be provided in the patch because of the null character in one of the files. Corresponding changeset in the 4.2 branch: 6a68387b2. 12 - When '\0' is a whitespace character, i.e. when isspace(0) is true in the current locale (as allowed by ISO C for non-"C" locales), the mpfr_strtofr function regards a '\0' in the leading whitespace sequence as a whitespace. This is incorrect, since from the definition of a string, the first '\0' is the terminating null character (before the notion of whitespace is involved). In such locales, this is a vulnerability, because characters after the terminating null character are read to determine the result; however, such locales are rare or nonexistent (Mutt's lib.h suggests that some systems have such locales, but this was in 1998). This is fixed by the strtofr-nullchar patch. Corresponding changeset in the 4.2 branch: 964fbaa31.
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 41f497df2dfcbd516d84b73e51d03a51fde08e47 Author: Adolf Belka adolf.belka@ipfire.org Date: Sat Jul 29 18:16:16 2023 +0200
libarchive: Update to version 3.7.0
- Update from version 3.6.2 to 3.7.0 - Update of rootfile - Changelog 3.7.0 is a feature and bugfix release. New features: bsdunzip: new tool ported from FreeBSD (#1873) drop-in replacement for Info-ZIP unzip, not yet ported for Windows 7zip reader: support for Zstandard compression (#1894) 7zip reader: support for ARM64 filter (#1918) zstd filter: support for multi-frame zstd archives (#1818) Other notable bugfixes and improvements: pax: fix year 2038 problem on platforms with 64-bit time_t (#1840) Windows: Universal Windows Platform (UWP) fixes and improvements (#1879, #1883, #1885, #1840) Windows: bcrypt usage fixes and improvements (#1881, #1887) Windows: time function usage fixes and improvements (#1820, #1824, #1830)
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 319fcaa4d7fe4abfa1b981fc43d7f4f5659dcc37 Author: Adolf Belka adolf.belka@ipfire.org Date: Sat Jul 29 18:16:15 2023 +0200
curl: Update to version 8.2.1
- Update from version 8.2.0 to 8.2.1 - Update of rootfile not required -Changelog 8.2.1 Bugfixes o amigaos: fix sys/mbuf.h m_len macro clash [9] o amissl: add missing signal.h include [8] o amissl: fix AmiSSL v5 detection [2] o cfilters: rename close/connect functions to avoid clashes [12] o ciphers.d: put URL in first column [1] o cmake: add `libcurlu`/`libcurltool` for unit tests [5] o cmake: update ngtcp2 detection [4] o configure: check for nghttp2_session_get_stream_local_window_size [14] o CONTRIBUTE: drop mention of copyright year ranges [20] o CONTRIBUTE: fix syntax in commit message description [21] o curl_multi_wait.3: fix arg quoting to doc macro .BR [27] o docs: mark two TLS options for TLS, not SSL [26] o docs: provide more see also for cipher options [23] o hostip: return IPv6 first for localhost resolves [16] o http2: fix regression on upload EOF handling [13] o http: VLH, very large header test and fixes [19] o libcurl-errors.3: add CURLUE_OK [11] o os400: correct EXPECTED_STRING_LASTZEROTERMINATED [7] o quiche: fix lookup of transfer at multi [18] o quiche: fix segfault and other things [15] o rustls: update rustls-ffi 0.10.0 [24] o socks: print ipv6 address within brackets [10] o src/mkhelp: strip off escape sequences [22] o tool: fix tool_seek_cb build when SIZEOF_CURL_OFF_T > SIZEOF_OFF_T [17] o transfer: do not clear the credentials on redirect to absolute URL [6] o unittest: remove unneeded *_LDADD [3] o websocket: rename arguments/variables to match docs [25]
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit bde5bcaf39d48160219a5892184c550b15e64f92 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Jul 31 09:18:55 2023 +0000
core178: Drop sox package
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 1fa4116cf87ff03b387b7bdfe5793cbc6cefbc8f Author: Adolf Belka adolf.belka@ipfire.org Date: Fri Jul 28 23:39:52 2023 +0200
sox: Remove from IPFire as no longer needed for asterix
- sox was used for asterix but that addon was removed in Core Update 158 so sox is no longer needed. - remove the lfs and rootfile files and remove sox from the make.sh script
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 37a1a3fcec9fcff3100a2f42163fe194fb3264dd Merge: ef7ae3fd1 d95a414ce Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Jul 31 09:15:31 2023 +0000
Merge remote-tracking branch 'origin/master' into next
-----------------------------------------------------------------------
Summary of changes: config/gnump3d/gnump3d.conf | 2 +- config/rootfiles/common/glib | 35 +- config/rootfiles/common/groff | 1077 ++++++++++---------- config/rootfiles/common/libarchive | 4 +- config/rootfiles/core/178/filelists/files | 1 + .../{oldcore/118 => core/178}/filelists/glib | 0 .../{oldcore/101 => core/178}/filelists/mpfr | 0 .../{oldcore/125 => core/178}/filelists/xfsprogs | 0 config/rootfiles/core/178/update.sh | 12 + config/rootfiles/oldcore/177/update.sh | 5 +- config/rootfiles/packages/sox | 19 - html/cgi-bin/ovpnmain.cgi | 1 - lfs/curl | 5 +- lfs/glib | 6 +- lfs/gnump3d | 2 +- lfs/groff | 6 +- lfs/libarchive | 6 +- lfs/mpfr | 2 +- lfs/pmacct | 18 +- lfs/sox | 89 -- lfs/xfsprogs | 4 +- make.sh | 1 - ...=> mpfr-4.2.0-cumulative-patches-1-to-12.patch} | 148 +++ 23 files changed, 749 insertions(+), 694 deletions(-) copy config/rootfiles/{oldcore/118 => core/178}/filelists/glib (100%) copy config/rootfiles/{oldcore/101 => core/178}/filelists/mpfr (100%) copy config/rootfiles/{oldcore/125 => core/178}/filelists/xfsprogs (100%) delete mode 100644 config/rootfiles/packages/sox delete mode 100644 lfs/sox rename src/patches/{mpfr-4.2.0-cumulative-patches-1-to-9.patch => mpfr-4.2.0-cumulative-patches-1-to-12.patch} (92%)
Difference in files: diff --git a/config/gnump3d/gnump3d.conf b/config/gnump3d/gnump3d.conf index 64ea9845c..d15efb8cf 100644 --- a/config/gnump3d/gnump3d.conf +++ b/config/gnump3d/gnump3d.conf @@ -731,7 +731,7 @@ sort_order = $TRACK # the installation script - if this doesn't happen report this as # a bug. # -plugin_directory = /usr/lib/perl5/5.32.1/gnump3d/plugins +plugin_directory = /usr/lib/perl5/5.36.0/gnump3d/plugins #
diff --git a/config/rootfiles/common/glib b/config/rootfiles/common/glib index 6b73dd42f..4481c2c7e 100644 --- a/config/rootfiles/common/glib +++ b/config/rootfiles/common/glib @@ -17,7 +17,6 @@ #usr/include/gio-unix-2.0/gio #usr/include/gio-unix-2.0/gio/gdesktopappinfo.h #usr/include/gio-unix-2.0/gio/gfiledescriptorbased.h -#usr/include/gio-unix-2.0/gio/gunixfdlist.h #usr/include/gio-unix-2.0/gio/gunixfdmessage.h #usr/include/gio-unix-2.0/gio/gunixinputstream.h #usr/include/gio-unix-2.0/gio/gunixmounts.h @@ -95,6 +94,7 @@ usr/include/glib-2.0/gio/gdebugcontroller.h #usr/include/glib-2.0/gio/ginitable.h #usr/include/glib-2.0/gio/ginputstream.h #usr/include/glib-2.0/gio/gio-autocleanups.h +#usr/include/glib-2.0/gio/gio-visibility.h #usr/include/glib-2.0/gio/gio.h #usr/include/glib-2.0/gio/gioenums.h #usr/include/glib-2.0/gio/gioenumtypes.h @@ -174,6 +174,7 @@ usr/include/glib-2.0/gio/gdebugcontroller.h #usr/include/glib-2.0/gio/gtlsserverconnection.h #usr/include/glib-2.0/gio/gunixconnection.h #usr/include/glib-2.0/gio/gunixcredentialsmessage.h +#usr/include/glib-2.0/gio/gunixfdlist.h #usr/include/glib-2.0/gio/gunixsocketaddress.h #usr/include/glib-2.0/gio/gvfs.h #usr/include/glib-2.0/gio/gvolume.h @@ -221,6 +222,7 @@ usr/include/glib-2.0/gio/gdebugcontroller.h #usr/include/glib-2.0/glib/gkeyfile.h #usr/include/glib-2.0/glib/glib-autocleanups.h #usr/include/glib-2.0/glib/glib-typeof.h +#usr/include/glib-2.0/glib/glib-visibility.h #usr/include/glib-2.0/glib/glist.h #usr/include/glib-2.0/glib/gmacros.h #usr/include/glib-2.0/glib/gmain.h @@ -230,6 +232,7 @@ usr/include/glib-2.0/gio/gdebugcontroller.h #usr/include/glib-2.0/glib/gmessages.h #usr/include/glib-2.0/glib/gnode.h #usr/include/glib-2.0/glib/goption.h +#usr/include/glib-2.0/glib/gpathbuf.h #usr/include/glib-2.0/glib/gpattern.h #usr/include/glib-2.0/glib/gpoll.h #usr/include/glib-2.0/glib/gprimes.h @@ -270,9 +273,12 @@ usr/include/glib-2.0/gio/gdebugcontroller.h #usr/include/glib-2.0/glib/gversion.h #usr/include/glib-2.0/glib/gversionmacros.h #usr/include/glib-2.0/glib/gwin32.h +#usr/include/glib-2.0/gmodule #usr/include/glib-2.0/gmodule.h +#usr/include/glib-2.0/gmodule/gmodule-visibility.h #usr/include/glib-2.0/gobject #usr/include/glib-2.0/gobject/gbinding.h +#usr/include/glib-2.0/gobject/gbindinggroup.h #usr/include/glib-2.0/gobject/gboxed.h #usr/include/glib-2.0/gobject/gclosure.h #usr/include/glib-2.0/gobject/genums.h @@ -280,11 +286,13 @@ usr/include/glib-2.0/gio/gdebugcontroller.h #usr/include/glib-2.0/gobject/glib-types.h #usr/include/glib-2.0/gobject/gmarshal.h #usr/include/glib-2.0/gobject/gobject-autocleanups.h +#usr/include/glib-2.0/gobject/gobject-visibility.h #usr/include/glib-2.0/gobject/gobject.h #usr/include/glib-2.0/gobject/gobjectnotifyqueue.c #usr/include/glib-2.0/gobject/gparam.h #usr/include/glib-2.0/gobject/gparamspecs.h #usr/include/glib-2.0/gobject/gsignal.h +#usr/include/glib-2.0/gobject/gsignalgroup.h #usr/include/glib-2.0/gobject/gsourceclosure.h #usr/include/glib-2.0/gobject/gtype.h #usr/include/glib-2.0/gobject/gtypemodule.h @@ -293,24 +301,26 @@ usr/include/glib-2.0/gio/gdebugcontroller.h #usr/include/glib-2.0/gobject/gvaluearray.h #usr/include/glib-2.0/gobject/gvaluecollector.h #usr/include/glib-2.0/gobject/gvaluetypes.h +#usr/lib/gio +#usr/lib/gio/modules #usr/lib/glib-2.0 #usr/lib/glib-2.0/include #usr/lib/glib-2.0/include/glibconfig.h #usr/lib/libgio-2.0.so usr/lib/libgio-2.0.so.0 -usr/lib/libgio-2.0.so.0.7101.0 +usr/lib/libgio-2.0.so.0.7700.0 #usr/lib/libglib-2.0.so usr/lib/libglib-2.0.so.0 -usr/lib/libglib-2.0.so.0.7101.0 +usr/lib/libglib-2.0.so.0.7700.0 #usr/lib/libgmodule-2.0.so usr/lib/libgmodule-2.0.so.0 -usr/lib/libgmodule-2.0.so.0.7101.0 +usr/lib/libgmodule-2.0.so.0.7700.0 #usr/lib/libgobject-2.0.so usr/lib/libgobject-2.0.so.0 -usr/lib/libgobject-2.0.so.0.7101.0 +usr/lib/libgobject-2.0.so.0.7700.0 #usr/lib/libgthread-2.0.so usr/lib/libgthread-2.0.so.0 -usr/lib/libgthread-2.0.so.0.7101.0 +usr/lib/libgthread-2.0.so.0.7700.0 #usr/lib/pkgconfig/gio-2.0.pc #usr/lib/pkgconfig/gio-unix-2.0.pc #usr/lib/pkgconfig/glib-2.0.pc @@ -319,6 +329,7 @@ usr/lib/libgthread-2.0.so.0.7101.0 #usr/lib/pkgconfig/gmodule-no-export-2.0.pc #usr/lib/pkgconfig/gobject-2.0.pc #usr/lib/pkgconfig/gthread-2.0.pc +#usr/libexec/gio-launch-desktop #usr/share/aclocal/glib-2.0.m4 #usr/share/aclocal/glib-gettext.m4 #usr/share/aclocal/gsettings.m4 @@ -331,8 +342,8 @@ usr/lib/libgthread-2.0.so.0.7101.0 #usr/share/gdb/auto-load #usr/share/gdb/auto-load/usr #usr/share/gdb/auto-load/usr/lib -#usr/share/gdb/auto-load/usr/lib/libglib-2.0.so.0.7101.0-gdb.py -#usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.7101.0-gdb.py +#usr/share/gdb/auto-load/usr/lib/libglib-2.0.so.0.7700.0-gdb.py +#usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.7700.0-gdb.py #usr/share/gettext/its #usr/share/gettext/its/gschema.its #usr/share/gettext/its/gschema.loc @@ -342,6 +353,7 @@ usr/lib/libgthread-2.0.so.0.7101.0 #usr/share/glib-2.0/codegen/codegen.py #usr/share/glib-2.0/codegen/codegen_docbook.py #usr/share/glib-2.0/codegen/codegen_main.py +#usr/share/glib-2.0/codegen/codegen_md.py #usr/share/glib-2.0/codegen/codegen_rst.py #usr/share/glib-2.0/codegen/config.py #usr/share/glib-2.0/codegen/dbustypes.py @@ -357,6 +369,9 @@ usr/lib/libgthread-2.0.so.0.7101.0 #usr/share/glib-2.0/schemas/gschema.dtd #usr/share/glib-2.0/valgrind #usr/share/glib-2.0/valgrind/glib.supp +#usr/share/locale/ab +#usr/share/locale/ab/LC_MESSAGES +#usr/share/locale/ab/LC_MESSAGES/glib20.mo #usr/share/locale/af/LC_MESSAGES/glib20.mo #usr/share/locale/am #usr/share/locale/am/LC_MESSAGES @@ -441,6 +456,9 @@ usr/lib/libgthread-2.0.so.0.7101.0 #usr/share/locale/hy/LC_MESSAGES #usr/share/locale/hy/LC_MESSAGES/glib20.mo #usr/share/locale/id/LC_MESSAGES/glib20.mo +#usr/share/locale/ie +#usr/share/locale/ie/LC_MESSAGES +#usr/share/locale/ie/LC_MESSAGES/glib20.mo #usr/share/locale/is #usr/share/locale/is/LC_MESSAGES #usr/share/locale/is/LC_MESSAGES/glib20.mo @@ -553,3 +571,4 @@ usr/lib/libgthread-2.0.so.0.7101.0 #usr/share/locale/zh_HK/LC_MESSAGES #usr/share/locale/zh_HK/LC_MESSAGES/glib20.mo #usr/share/locale/zh_TW/LC_MESSAGES/glib20.mo + diff --git a/config/rootfiles/common/groff b/config/rootfiles/common/groff index 92dc92806..008a900e1 100644 --- a/config/rootfiles/common/groff +++ b/config/rootfiles/common/groff @@ -12,7 +12,6 @@ #usr/bin/grn #usr/bin/grodvi #usr/bin/groff -#usr/bin/groffer #usr/bin/grog #usr/bin/grolbp #usr/bin/grolj4 @@ -36,550 +35,539 @@ #usr/bin/pre-grohtml #usr/bin/preconv #usr/bin/refer -#usr/bin/roff2dvi -#usr/bin/roff2html -#usr/bin/roff2pdf -#usr/bin/roff2ps -#usr/bin/roff2text -#usr/bin/roff2x #usr/bin/soelim #usr/bin/tbl #usr/bin/tfmtodit #usr/bin/troff #usr/lib/groff -#usr/lib/groff/glilypond -#usr/lib/groff/glilypond/args.pl -#usr/lib/groff/glilypond/oop_fh.pl -#usr/lib/groff/glilypond/subs.pl -#usr/lib/groff/gpinyin -#usr/lib/groff/gpinyin/subs.pl -#usr/lib/groff/groff_opts_no_arg.txt -#usr/lib/groff/groff_opts_with_arg.txt -#usr/lib/groff/groffer -#usr/lib/groff/groffer/main_subs.pl -#usr/lib/groff/groffer/man.pl -#usr/lib/groff/groffer/split_env.sh -#usr/lib/groff/groffer/subs.pl -#usr/lib/groff/groffer/version.sh -#usr/lib/groff/grog -#usr/lib/groff/grog/subs.pl #usr/lib/groff/site-tmac -#usr/share/doc/groff-1.22.4 -#usr/share/doc/groff-1.22.4/examples -#usr/share/doc/groff-1.22.4/examples/chem -#usr/share/doc/groff-1.22.4/examples/chem/122 -#usr/share/doc/groff-1.22.4/examples/chem/122/README -#usr/share/doc/groff-1.22.4/examples/chem/122/ch2a_ethyl.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/ch2b_benzene.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/ch2c_benzene_right.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/ch4a_stick.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/ch4b_methyl_acetate.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/ch4c_colon.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/ch4d_HCl.H2O.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/ch4e_CaSO4.2H2O.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/ch4f_C.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/ch4g_BP.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/ch4h_methacrylate.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/ch4i_cyclo.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/ch4j_ring4.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/ch4k_ring3.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/ch4l_vertex.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/ch4m_double.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/ch4n_triple.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/ch4o_aromatic.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/ch4p_cholestanol.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/ch4q_rings.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/ch4r_spiro.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/ch4s_heteroatoms.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/ch4t_polycyclic.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/ch4u_nicotine.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/ch4v_histidine.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/ch4w_lsd.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/ch4x_anisole.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/ch4y_reserpine.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/ch4z1_eqn_glutamic.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/ch4z2_text.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/ch5a_size.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/ch6a_pic.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/ch6b_dna.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/chAa_polymer.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/chAb_vinyl_chloro.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/chAc_morphine.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/chAd_chlorophyll.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/chAe_chair.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/chAf_arrow.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/chAg_circle.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/chAh_brackets.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/chAi_poly_vinyl_chloride.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/chBa_jump.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/chBb_bonds.chem -#usr/share/doc/groff-1.22.4/examples/chem/122/chBc_rings.chem -#usr/share/doc/groff-1.22.4/examples/chem/README -#usr/share/doc/groff-1.22.4/examples/chem/atp.chem -#usr/share/doc/groff-1.22.4/examples/chem/cholesterin.chem -#usr/share/doc/groff-1.22.4/examples/chem/ethamivan.chem -#usr/share/doc/groff-1.22.4/examples/chem/lsd.chem -#usr/share/doc/groff-1.22.4/examples/chem/morphine.chem -#usr/share/doc/groff-1.22.4/examples/chem/penicillin.chem -#usr/share/doc/groff-1.22.4/examples/chem/reserpine.chem -#usr/share/doc/groff-1.22.4/examples/gnu.eps -#usr/share/doc/groff-1.22.4/examples/grnexmpl.g -#usr/share/doc/groff-1.22.4/examples/grnexmpl.me -#usr/share/doc/groff-1.22.4/examples/grnexmpl.ps -#usr/share/doc/groff-1.22.4/examples/groff.css -#usr/share/doc/groff-1.22.4/examples/hdtbl -#usr/share/doc/groff-1.22.4/examples/hdtbl/chess_board.ps -#usr/share/doc/groff-1.22.4/examples/hdtbl/chess_board.roff -#usr/share/doc/groff-1.22.4/examples/hdtbl/col_rowspan_colors.ps -#usr/share/doc/groff-1.22.4/examples/hdtbl/col_rowspan_colors.roff -#usr/share/doc/groff-1.22.4/examples/hdtbl/color_boxes.ps -#usr/share/doc/groff-1.22.4/examples/hdtbl/color_boxes.roff -#usr/share/doc/groff-1.22.4/examples/hdtbl/color_nested_tables.ps -#usr/share/doc/groff-1.22.4/examples/hdtbl/color_nested_tables.roff -#usr/share/doc/groff-1.22.4/examples/hdtbl/color_table_cells.ps -#usr/share/doc/groff-1.22.4/examples/hdtbl/color_table_cells.roff -#usr/share/doc/groff-1.22.4/examples/hdtbl/color_transitions.ps -#usr/share/doc/groff-1.22.4/examples/hdtbl/color_transitions.roff -#usr/share/doc/groff-1.22.4/examples/hdtbl/common.roff -#usr/share/doc/groff-1.22.4/examples/hdtbl/fonts_n.ps -#usr/share/doc/groff-1.22.4/examples/hdtbl/fonts_n.roff -#usr/share/doc/groff-1.22.4/examples/hdtbl/fonts_x.ps -#usr/share/doc/groff-1.22.4/examples/hdtbl/fonts_x.roff -#usr/share/doc/groff-1.22.4/examples/hdtbl/gnu.eps -#usr/share/doc/groff-1.22.4/examples/hdtbl/mixed_pickles.ps -#usr/share/doc/groff-1.22.4/examples/hdtbl/mixed_pickles.roff -#usr/share/doc/groff-1.22.4/examples/hdtbl/rainbow.ps -#usr/share/doc/groff-1.22.4/examples/hdtbl/rainbow.roff -#usr/share/doc/groff-1.22.4/examples/hdtbl/short_reference.ps -#usr/share/doc/groff-1.22.4/examples/hdtbl/short_reference.roff -#usr/share/doc/groff-1.22.4/examples/mm -#usr/share/doc/groff-1.22.4/examples/mm/letter.mm -#usr/share/doc/groff-1.22.4/examples/mom -#usr/share/doc/groff-1.22.4/examples/mom/README-fr.txt -#usr/share/doc/groff-1.22.4/examples/mom/README.txt -#usr/share/doc/groff-1.22.4/examples/mom/elvis_syntax -#usr/share/doc/groff-1.22.4/examples/mom/elvis_syntax.new -#usr/share/doc/groff-1.22.4/examples/mom/letter.mom -#usr/share/doc/groff-1.22.4/examples/mom/mom-pdf.mom -#usr/share/doc/groff-1.22.4/examples/mom/mom.vim -#usr/share/doc/groff-1.22.4/examples/mom/mon_premier_doc.mom -#usr/share/doc/groff-1.22.4/examples/mom/penguin.pdf -#usr/share/doc/groff-1.22.4/examples/mom/penguin.ps -#usr/share/doc/groff-1.22.4/examples/mom/sample_docs.mom -#usr/share/doc/groff-1.22.4/examples/mom/slide-demo.mom -#usr/share/doc/groff-1.22.4/examples/mom/typesetting.mom -#usr/share/doc/groff-1.22.4/examples/webpage.ms -#usr/share/doc/groff-1.22.4/examples/webpage.ps -#usr/share/doc/groff-1.22.4/html -#usr/share/doc/groff-1.22.4/html/mom -#usr/share/doc/groff-1.22.4/html/mom/appendices.html -#usr/share/doc/groff-1.22.4/html/mom/color.html -#usr/share/doc/groff-1.22.4/html/mom/cover.html -#usr/share/doc/groff-1.22.4/html/mom/definitions.html -#usr/share/doc/groff-1.22.4/html/mom/docelement.html -#usr/share/doc/groff-1.22.4/html/mom/docprocessing.html -#usr/share/doc/groff-1.22.4/html/mom/goodies.html -#usr/share/doc/groff-1.22.4/html/mom/graphical.html -#usr/share/doc/groff-1.22.4/html/mom/headfootpage.html -#usr/share/doc/groff-1.22.4/html/mom/images.html -#usr/share/doc/groff-1.22.4/html/mom/inlines.html -#usr/share/doc/groff-1.22.4/html/mom/intro.html -#usr/share/doc/groff-1.22.4/html/mom/letters.html -#usr/share/doc/groff-1.22.4/html/mom/macrolist.html -#usr/share/doc/groff-1.22.4/html/mom/rectoverso.html -#usr/share/doc/groff-1.22.4/html/mom/refer.html -#usr/share/doc/groff-1.22.4/html/mom/reserved.html -#usr/share/doc/groff-1.22.4/html/mom/stylesheet.css -#usr/share/doc/groff-1.22.4/html/mom/tables-of-contents.html -#usr/share/doc/groff-1.22.4/html/mom/toc.html -#usr/share/doc/groff-1.22.4/html/mom/typesetting.html -#usr/share/doc/groff-1.22.4/html/mom/using.html -#usr/share/doc/groff-1.22.4/html/mom/version-2.html -#usr/share/doc/groff-1.22.4/meintro.me -#usr/share/doc/groff-1.22.4/meintro.ps -#usr/share/doc/groff-1.22.4/meintro_fr.me -#usr/share/doc/groff-1.22.4/meintro_fr.ps -#usr/share/doc/groff-1.22.4/meref.me -#usr/share/doc/groff-1.22.4/meref.ps -#usr/share/doc/groff-1.22.4/pic.ms -#usr/share/doc/groff-1.22.4/pic.ps +#usr/share/doc/groff-1.23.0 +#usr/share/doc/groff-1.23.0/examples +#usr/share/doc/groff-1.23.0/examples/chem +#usr/share/doc/groff-1.23.0/examples/chem/122 +#usr/share/doc/groff-1.23.0/examples/chem/122/README +#usr/share/doc/groff-1.23.0/examples/chem/122/ch2a_ethyl.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/ch2b_benzene.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/ch2c_benzene_right.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/ch4a_stick.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/ch4b_methyl_acetate.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/ch4c_colon.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/ch4d_HCl.H2O.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/ch4e_CaSO4.2H2O.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/ch4f_C.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/ch4g_BP.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/ch4h_methacrylate.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/ch4i_cyclo.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/ch4j_ring4.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/ch4k_ring3.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/ch4l_vertex.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/ch4m_double.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/ch4n_triple.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/ch4o_aromatic.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/ch4p_cholestanol.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/ch4q_rings.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/ch4r_spiro.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/ch4s_heteroatoms.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/ch4t_polycyclic.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/ch4u_nicotine.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/ch4v_histidine.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/ch4w_lsd.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/ch4x_anisole.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/ch4y_reserpine.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/ch4z1_eqn_glutamic.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/ch4z2_text.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/ch5a_size.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/ch6a_pic.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/ch6b_dna.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/chAa_polymer.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/chAb_vinyl_chloro.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/chAc_morphine.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/chAd_chlorophyll.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/chAe_chair.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/chAf_arrow.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/chAg_circle.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/chAh_brackets.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/chAi_poly_vinyl_chloride.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/chBa_jump.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/chBb_bonds.chem +#usr/share/doc/groff-1.23.0/examples/chem/122/chBc_rings.chem +#usr/share/doc/groff-1.23.0/examples/chem/README +#usr/share/doc/groff-1.23.0/examples/chem/atp.chem +#usr/share/doc/groff-1.23.0/examples/chem/cholesterin.chem +#usr/share/doc/groff-1.23.0/examples/chem/ethamivan.chem +#usr/share/doc/groff-1.23.0/examples/chem/lsd.chem +#usr/share/doc/groff-1.23.0/examples/chem/morphine.chem +#usr/share/doc/groff-1.23.0/examples/chem/penicillin.chem +#usr/share/doc/groff-1.23.0/examples/chem/reserpine.chem +#usr/share/doc/groff-1.23.0/examples/gnu.eps +#usr/share/doc/groff-1.23.0/examples/grnexmpl.g +#usr/share/doc/groff-1.23.0/examples/grnexmpl.me +#usr/share/doc/groff-1.23.0/examples/grnexmpl.ps +#usr/share/doc/groff-1.23.0/examples/groff.css +#usr/share/doc/groff-1.23.0/examples/hdtbl +#usr/share/doc/groff-1.23.0/examples/hdtbl/chess_board.ps +#usr/share/doc/groff-1.23.0/examples/hdtbl/chess_board.roff +#usr/share/doc/groff-1.23.0/examples/hdtbl/col_rowspan_colors.ps +#usr/share/doc/groff-1.23.0/examples/hdtbl/col_rowspan_colors.roff +#usr/share/doc/groff-1.23.0/examples/hdtbl/color_boxes.ps +#usr/share/doc/groff-1.23.0/examples/hdtbl/color_boxes.roff +#usr/share/doc/groff-1.23.0/examples/hdtbl/color_nested_tables.ps +#usr/share/doc/groff-1.23.0/examples/hdtbl/color_nested_tables.roff +#usr/share/doc/groff-1.23.0/examples/hdtbl/color_table_cells.ps +#usr/share/doc/groff-1.23.0/examples/hdtbl/color_table_cells.roff +#usr/share/doc/groff-1.23.0/examples/hdtbl/color_transitions.ps +#usr/share/doc/groff-1.23.0/examples/hdtbl/color_transitions.roff +#usr/share/doc/groff-1.23.0/examples/hdtbl/common.roff +#usr/share/doc/groff-1.23.0/examples/hdtbl/fonts_n.ps +#usr/share/doc/groff-1.23.0/examples/hdtbl/fonts_n.roff +#usr/share/doc/groff-1.23.0/examples/hdtbl/fonts_x.ps +#usr/share/doc/groff-1.23.0/examples/hdtbl/fonts_x.roff +#usr/share/doc/groff-1.23.0/examples/hdtbl/gnu.eps +#usr/share/doc/groff-1.23.0/examples/hdtbl/mixed_pickles.ps +#usr/share/doc/groff-1.23.0/examples/hdtbl/mixed_pickles.roff +#usr/share/doc/groff-1.23.0/examples/hdtbl/rainbow.ps +#usr/share/doc/groff-1.23.0/examples/hdtbl/rainbow.roff +#usr/share/doc/groff-1.23.0/examples/hdtbl/short_reference.ps +#usr/share/doc/groff-1.23.0/examples/hdtbl/short_reference.roff +#usr/share/doc/groff-1.23.0/examples/mm +#usr/share/doc/groff-1.23.0/examples/mm/letter.mm +#usr/share/doc/groff-1.23.0/examples/mom +#usr/share/doc/groff-1.23.0/examples/mom/README-fr.txt +#usr/share/doc/groff-1.23.0/examples/mom/README.txt +#usr/share/doc/groff-1.23.0/examples/mom/copyright-chapter.mom +#usr/share/doc/groff-1.23.0/examples/mom/copyright-default.mom +#usr/share/doc/groff-1.23.0/examples/mom/elvis_syntax +#usr/share/doc/groff-1.23.0/examples/mom/elvis_syntax.new +#usr/share/doc/groff-1.23.0/examples/mom/letter.mom +#usr/share/doc/groff-1.23.0/examples/mom/mom-pdf.mom +#usr/share/doc/groff-1.23.0/examples/mom/mom.vim +#usr/share/doc/groff-1.23.0/examples/mom/mon_premier_doc.mom +#usr/share/doc/groff-1.23.0/examples/mom/penguin.pdf +#usr/share/doc/groff-1.23.0/examples/mom/penguin.ps +#usr/share/doc/groff-1.23.0/examples/mom/sample_docs.mom +#usr/share/doc/groff-1.23.0/examples/mom/slide-demo.mom +#usr/share/doc/groff-1.23.0/examples/mom/typesetting.mom +#usr/share/doc/groff-1.23.0/examples/webpage.ms +#usr/share/doc/groff-1.23.0/examples/webpage.ps +#usr/share/doc/groff-1.23.0/groff-man-pages.utf8.txt +#usr/share/doc/groff-1.23.0/groff.txt +#usr/share/doc/groff-1.23.0/html +#usr/share/doc/groff-1.23.0/html/mom +#usr/share/doc/groff-1.23.0/html/mom/appendices.html +#usr/share/doc/groff-1.23.0/html/mom/color.html +#usr/share/doc/groff-1.23.0/html/mom/cover.html +#usr/share/doc/groff-1.23.0/html/mom/definitions.html +#usr/share/doc/groff-1.23.0/html/mom/docelement.html +#usr/share/doc/groff-1.23.0/html/mom/docprocessing.html +#usr/share/doc/groff-1.23.0/html/mom/goodies.html +#usr/share/doc/groff-1.23.0/html/mom/graphical.html +#usr/share/doc/groff-1.23.0/html/mom/headfootpage.html +#usr/share/doc/groff-1.23.0/html/mom/images.html +#usr/share/doc/groff-1.23.0/html/mom/inlines.html +#usr/share/doc/groff-1.23.0/html/mom/intro.html +#usr/share/doc/groff-1.23.0/html/mom/letters.html +#usr/share/doc/groff-1.23.0/html/mom/macrolist.html +#usr/share/doc/groff-1.23.0/html/mom/rectoverso.html +#usr/share/doc/groff-1.23.0/html/mom/refer.html +#usr/share/doc/groff-1.23.0/html/mom/reserved.html +#usr/share/doc/groff-1.23.0/html/mom/stylesheet.css +#usr/share/doc/groff-1.23.0/html/mom/tables-of-contents.html +#usr/share/doc/groff-1.23.0/html/mom/toc.html +#usr/share/doc/groff-1.23.0/html/mom/typesetting.html +#usr/share/doc/groff-1.23.0/html/mom/using.html +#usr/share/doc/groff-1.23.0/html/mom/version-2.html +#usr/share/doc/groff-1.23.0/me-revisions +#usr/share/doc/groff-1.23.0/meintro.me +#usr/share/doc/groff-1.23.0/meintro.ps +#usr/share/doc/groff-1.23.0/meintro_fr.me +#usr/share/doc/groff-1.23.0/meintro_fr.ps +#usr/share/doc/groff-1.23.0/meref.me +#usr/share/doc/groff-1.23.0/meref.ps +#usr/share/doc/groff-1.23.0/ms.ms +#usr/share/doc/groff-1.23.0/ms.ps +#usr/share/doc/groff-1.23.0/msboxes.ms +#usr/share/doc/groff-1.23.0/pic.ms +#usr/share/doc/groff-1.23.0/pic.ps #usr/share/groff -#usr/share/groff/1.22.4 -#usr/share/groff/1.22.4/eign -#usr/share/groff/1.22.4/font -#usr/share/groff/1.22.4/font/devascii -#usr/share/groff/1.22.4/font/devascii/B -#usr/share/groff/1.22.4/font/devascii/BI -#usr/share/groff/1.22.4/font/devascii/DESC -#usr/share/groff/1.22.4/font/devascii/I -#usr/share/groff/1.22.4/font/devascii/R -#usr/share/groff/1.22.4/font/devcp1047 -#usr/share/groff/1.22.4/font/devcp1047/B -#usr/share/groff/1.22.4/font/devcp1047/BI -#usr/share/groff/1.22.4/font/devcp1047/DESC -#usr/share/groff/1.22.4/font/devcp1047/I -#usr/share/groff/1.22.4/font/devcp1047/R -#usr/share/groff/1.22.4/font/devdvi -#usr/share/groff/1.22.4/font/devdvi/CW -#usr/share/groff/1.22.4/font/devdvi/CWEC -#usr/share/groff/1.22.4/font/devdvi/CWI -#usr/share/groff/1.22.4/font/devdvi/CWIEC -#usr/share/groff/1.22.4/font/devdvi/CWITC -#usr/share/groff/1.22.4/font/devdvi/CWTC -#usr/share/groff/1.22.4/font/devdvi/DESC -#usr/share/groff/1.22.4/font/devdvi/EX -#usr/share/groff/1.22.4/font/devdvi/HB -#usr/share/groff/1.22.4/font/devdvi/HBEC -#usr/share/groff/1.22.4/font/devdvi/HBI -#usr/share/groff/1.22.4/font/devdvi/HBIEC -#usr/share/groff/1.22.4/font/devdvi/HBITC -#usr/share/groff/1.22.4/font/devdvi/HBTC -#usr/share/groff/1.22.4/font/devdvi/HI -#usr/share/groff/1.22.4/font/devdvi/HIEC -#usr/share/groff/1.22.4/font/devdvi/HITC -#usr/share/groff/1.22.4/font/devdvi/HR -#usr/share/groff/1.22.4/font/devdvi/HREC -#usr/share/groff/1.22.4/font/devdvi/HRTC -#usr/share/groff/1.22.4/font/devdvi/MI -#usr/share/groff/1.22.4/font/devdvi/S -#usr/share/groff/1.22.4/font/devdvi/SA -#usr/share/groff/1.22.4/font/devdvi/SB -#usr/share/groff/1.22.4/font/devdvi/SC -#usr/share/groff/1.22.4/font/devdvi/TB -#usr/share/groff/1.22.4/font/devdvi/TBEC -#usr/share/groff/1.22.4/font/devdvi/TBI -#usr/share/groff/1.22.4/font/devdvi/TBIEC -#usr/share/groff/1.22.4/font/devdvi/TBITC -#usr/share/groff/1.22.4/font/devdvi/TBTC -#usr/share/groff/1.22.4/font/devdvi/TI -#usr/share/groff/1.22.4/font/devdvi/TIEC -#usr/share/groff/1.22.4/font/devdvi/TITC -#usr/share/groff/1.22.4/font/devdvi/TR -#usr/share/groff/1.22.4/font/devdvi/TREC -#usr/share/groff/1.22.4/font/devdvi/TRTC -#usr/share/groff/1.22.4/font/devdvi/generate -#usr/share/groff/1.22.4/font/devdvi/generate/CompileFonts -#usr/share/groff/1.22.4/font/devdvi/generate/Makefile -#usr/share/groff/1.22.4/font/devdvi/generate/ec.map -#usr/share/groff/1.22.4/font/devdvi/generate/msam.map -#usr/share/groff/1.22.4/font/devdvi/generate/msbm.map -#usr/share/groff/1.22.4/font/devdvi/generate/tc.map -#usr/share/groff/1.22.4/font/devdvi/generate/texb.map -#usr/share/groff/1.22.4/font/devdvi/generate/texex.map -#usr/share/groff/1.22.4/font/devdvi/generate/texi.map -#usr/share/groff/1.22.4/font/devdvi/generate/texmi.map -#usr/share/groff/1.22.4/font/devdvi/generate/texr.map -#usr/share/groff/1.22.4/font/devdvi/generate/texsy.map -#usr/share/groff/1.22.4/font/devdvi/generate/textex.map -#usr/share/groff/1.22.4/font/devdvi/generate/textt.map -#usr/share/groff/1.22.4/font/devhtml -#usr/share/groff/1.22.4/font/devhtml/B -#usr/share/groff/1.22.4/font/devhtml/BI -#usr/share/groff/1.22.4/font/devhtml/CB -#usr/share/groff/1.22.4/font/devhtml/CBI -#usr/share/groff/1.22.4/font/devhtml/CI -#usr/share/groff/1.22.4/font/devhtml/CR -#usr/share/groff/1.22.4/font/devhtml/DESC -#usr/share/groff/1.22.4/font/devhtml/I -#usr/share/groff/1.22.4/font/devhtml/R -#usr/share/groff/1.22.4/font/devhtml/S -#usr/share/groff/1.22.4/font/devlatin1 -#usr/share/groff/1.22.4/font/devlatin1/B -#usr/share/groff/1.22.4/font/devlatin1/BI -#usr/share/groff/1.22.4/font/devlatin1/DESC -#usr/share/groff/1.22.4/font/devlatin1/I -#usr/share/groff/1.22.4/font/devlatin1/R -#usr/share/groff/1.22.4/font/devlbp -#usr/share/groff/1.22.4/font/devlbp/CB -#usr/share/groff/1.22.4/font/devlbp/CI -#usr/share/groff/1.22.4/font/devlbp/CR -#usr/share/groff/1.22.4/font/devlbp/DESC -#usr/share/groff/1.22.4/font/devlbp/EB -#usr/share/groff/1.22.4/font/devlbp/EI -#usr/share/groff/1.22.4/font/devlbp/ER -#usr/share/groff/1.22.4/font/devlbp/HB -#usr/share/groff/1.22.4/font/devlbp/HBI -#usr/share/groff/1.22.4/font/devlbp/HI -#usr/share/groff/1.22.4/font/devlbp/HNB -#usr/share/groff/1.22.4/font/devlbp/HNBI -#usr/share/groff/1.22.4/font/devlbp/HNI -#usr/share/groff/1.22.4/font/devlbp/HNR -#usr/share/groff/1.22.4/font/devlbp/HR -#usr/share/groff/1.22.4/font/devlbp/TB -#usr/share/groff/1.22.4/font/devlbp/TBI -#usr/share/groff/1.22.4/font/devlbp/TI -#usr/share/groff/1.22.4/font/devlbp/TR -#usr/share/groff/1.22.4/font/devlj4 -#usr/share/groff/1.22.4/font/devlj4/AB -#usr/share/groff/1.22.4/font/devlj4/ABI -#usr/share/groff/1.22.4/font/devlj4/AI -#usr/share/groff/1.22.4/font/devlj4/ALBB -#usr/share/groff/1.22.4/font/devlj4/ALBR -#usr/share/groff/1.22.4/font/devlj4/AOB -#usr/share/groff/1.22.4/font/devlj4/AOI -#usr/share/groff/1.22.4/font/devlj4/AOR -#usr/share/groff/1.22.4/font/devlj4/AR -#usr/share/groff/1.22.4/font/devlj4/CB -#usr/share/groff/1.22.4/font/devlj4/CBI -#usr/share/groff/1.22.4/font/devlj4/CI -#usr/share/groff/1.22.4/font/devlj4/CLARENDON -#usr/share/groff/1.22.4/font/devlj4/CORONET -#usr/share/groff/1.22.4/font/devlj4/CR -#usr/share/groff/1.22.4/font/devlj4/DESC -#usr/share/groff/1.22.4/font/devlj4/GB -#usr/share/groff/1.22.4/font/devlj4/GBI -#usr/share/groff/1.22.4/font/devlj4/GI -#usr/share/groff/1.22.4/font/devlj4/GR -#usr/share/groff/1.22.4/font/devlj4/LGB -#usr/share/groff/1.22.4/font/devlj4/LGI -#usr/share/groff/1.22.4/font/devlj4/LGR -#usr/share/groff/1.22.4/font/devlj4/MARIGOLD -#usr/share/groff/1.22.4/font/devlj4/OB -#usr/share/groff/1.22.4/font/devlj4/OBI -#usr/share/groff/1.22.4/font/devlj4/OI -#usr/share/groff/1.22.4/font/devlj4/OR -#usr/share/groff/1.22.4/font/devlj4/S -#usr/share/groff/1.22.4/font/devlj4/SYMBOL -#usr/share/groff/1.22.4/font/devlj4/TB -#usr/share/groff/1.22.4/font/devlj4/TBI -#usr/share/groff/1.22.4/font/devlj4/TI -#usr/share/groff/1.22.4/font/devlj4/TNRB -#usr/share/groff/1.22.4/font/devlj4/TNRBI -#usr/share/groff/1.22.4/font/devlj4/TNRI -#usr/share/groff/1.22.4/font/devlj4/TNRR -#usr/share/groff/1.22.4/font/devlj4/TR -#usr/share/groff/1.22.4/font/devlj4/UB -#usr/share/groff/1.22.4/font/devlj4/UBI -#usr/share/groff/1.22.4/font/devlj4/UCB -#usr/share/groff/1.22.4/font/devlj4/UCBI -#usr/share/groff/1.22.4/font/devlj4/UCI -#usr/share/groff/1.22.4/font/devlj4/UCR -#usr/share/groff/1.22.4/font/devlj4/UI -#usr/share/groff/1.22.4/font/devlj4/UR -#usr/share/groff/1.22.4/font/devlj4/WINGDINGS -#usr/share/groff/1.22.4/font/devlj4/generate -#usr/share/groff/1.22.4/font/devlj4/generate/Makefile -#usr/share/groff/1.22.4/font/devlj4/generate/special.awk -#usr/share/groff/1.22.4/font/devlj4/generate/special.map -#usr/share/groff/1.22.4/font/devlj4/generate/symbol.map -#usr/share/groff/1.22.4/font/devlj4/generate/text.map -#usr/share/groff/1.22.4/font/devlj4/generate/wingdings.map -#usr/share/groff/1.22.4/font/devpdf -#usr/share/groff/1.22.4/font/devpdf/CB -#usr/share/groff/1.22.4/font/devpdf/CBI -#usr/share/groff/1.22.4/font/devpdf/CI -#usr/share/groff/1.22.4/font/devpdf/CR -#usr/share/groff/1.22.4/font/devpdf/DESC -#usr/share/groff/1.22.4/font/devpdf/EURO -#usr/share/groff/1.22.4/font/devpdf/Foundry -#usr/share/groff/1.22.4/font/devpdf/HB -#usr/share/groff/1.22.4/font/devpdf/HBI -#usr/share/groff/1.22.4/font/devpdf/HI -#usr/share/groff/1.22.4/font/devpdf/HR -#usr/share/groff/1.22.4/font/devpdf/S -#usr/share/groff/1.22.4/font/devpdf/TB -#usr/share/groff/1.22.4/font/devpdf/TBI -#usr/share/groff/1.22.4/font/devpdf/TI -#usr/share/groff/1.22.4/font/devpdf/TR -#usr/share/groff/1.22.4/font/devpdf/ZD -#usr/share/groff/1.22.4/font/devpdf/download -#usr/share/groff/1.22.4/font/devpdf/enc -#usr/share/groff/1.22.4/font/devpdf/enc/text.enc -#usr/share/groff/1.22.4/font/devpdf/map -#usr/share/groff/1.22.4/font/devpdf/map/dingbats.map -#usr/share/groff/1.22.4/font/devpdf/map/symbolchars -#usr/share/groff/1.22.4/font/devpdf/map/symbolmap -#usr/share/groff/1.22.4/font/devpdf/map/textmap -#usr/share/groff/1.22.4/font/devps -#usr/share/groff/1.22.4/font/devps/AB -#usr/share/groff/1.22.4/font/devps/ABI -#usr/share/groff/1.22.4/font/devps/AI -#usr/share/groff/1.22.4/font/devps/AR -#usr/share/groff/1.22.4/font/devps/BMB -#usr/share/groff/1.22.4/font/devps/BMBI -#usr/share/groff/1.22.4/font/devps/BMI -#usr/share/groff/1.22.4/font/devps/BMR -#usr/share/groff/1.22.4/font/devps/CB -#usr/share/groff/1.22.4/font/devps/CBI -#usr/share/groff/1.22.4/font/devps/CI -#usr/share/groff/1.22.4/font/devps/CR -#usr/share/groff/1.22.4/font/devps/DESC -#usr/share/groff/1.22.4/font/devps/EURO -#usr/share/groff/1.22.4/font/devps/HB -#usr/share/groff/1.22.4/font/devps/HBI -#usr/share/groff/1.22.4/font/devps/HI -#usr/share/groff/1.22.4/font/devps/HNB -#usr/share/groff/1.22.4/font/devps/HNBI -#usr/share/groff/1.22.4/font/devps/HNI -#usr/share/groff/1.22.4/font/devps/HNR -#usr/share/groff/1.22.4/font/devps/HR -#usr/share/groff/1.22.4/font/devps/NB -#usr/share/groff/1.22.4/font/devps/NBI -#usr/share/groff/1.22.4/font/devps/NI -#usr/share/groff/1.22.4/font/devps/NR -#usr/share/groff/1.22.4/font/devps/PB -#usr/share/groff/1.22.4/font/devps/PBI -#usr/share/groff/1.22.4/font/devps/PI -#usr/share/groff/1.22.4/font/devps/PR -#usr/share/groff/1.22.4/font/devps/S -#usr/share/groff/1.22.4/font/devps/SS -#usr/share/groff/1.22.4/font/devps/TB -#usr/share/groff/1.22.4/font/devps/TBI -#usr/share/groff/1.22.4/font/devps/TI -#usr/share/groff/1.22.4/font/devps/TR -#usr/share/groff/1.22.4/font/devps/ZCMI -#usr/share/groff/1.22.4/font/devps/ZD -#usr/share/groff/1.22.4/font/devps/ZDR -#usr/share/groff/1.22.4/font/devps/download -#usr/share/groff/1.22.4/font/devps/freeeuro.afm -#usr/share/groff/1.22.4/font/devps/freeeuro.pfa -#usr/share/groff/1.22.4/font/devps/generate -#usr/share/groff/1.22.4/font/devps/generate/Makefile -#usr/share/groff/1.22.4/font/devps/generate/afmname -#usr/share/groff/1.22.4/font/devps/generate/dingbats.map -#usr/share/groff/1.22.4/font/devps/generate/dingbats.rmap -#usr/share/groff/1.22.4/font/devps/generate/lgreekmap -#usr/share/groff/1.22.4/font/devps/generate/symbol.sed -#usr/share/groff/1.22.4/font/devps/generate/symbolchars -#usr/share/groff/1.22.4/font/devps/generate/symbolsl.afm -#usr/share/groff/1.22.4/font/devps/generate/textmap -#usr/share/groff/1.22.4/font/devps/prologue -#usr/share/groff/1.22.4/font/devps/symbolsl.pfa -#usr/share/groff/1.22.4/font/devps/text.enc -#usr/share/groff/1.22.4/font/devps/zapfdr.pfa -#usr/share/groff/1.22.4/font/devutf8 -#usr/share/groff/1.22.4/font/devutf8/B -#usr/share/groff/1.22.4/font/devutf8/BI -#usr/share/groff/1.22.4/font/devutf8/DESC -#usr/share/groff/1.22.4/font/devutf8/I -#usr/share/groff/1.22.4/font/devutf8/R -#usr/share/groff/1.22.4/oldfont -#usr/share/groff/1.22.4/oldfont/devps -#usr/share/groff/1.22.4/oldfont/devps/CB -#usr/share/groff/1.22.4/oldfont/devps/CBI -#usr/share/groff/1.22.4/oldfont/devps/CI -#usr/share/groff/1.22.4/oldfont/devps/CR -#usr/share/groff/1.22.4/oldfont/devps/HB -#usr/share/groff/1.22.4/oldfont/devps/HBI -#usr/share/groff/1.22.4/oldfont/devps/HI -#usr/share/groff/1.22.4/oldfont/devps/HNB -#usr/share/groff/1.22.4/oldfont/devps/HNBI -#usr/share/groff/1.22.4/oldfont/devps/HNI -#usr/share/groff/1.22.4/oldfont/devps/HNR -#usr/share/groff/1.22.4/oldfont/devps/HR -#usr/share/groff/1.22.4/oldfont/devps/NB -#usr/share/groff/1.22.4/oldfont/devps/NBI -#usr/share/groff/1.22.4/oldfont/devps/NI -#usr/share/groff/1.22.4/oldfont/devps/NR -#usr/share/groff/1.22.4/oldfont/devps/PB -#usr/share/groff/1.22.4/oldfont/devps/PBI -#usr/share/groff/1.22.4/oldfont/devps/PI -#usr/share/groff/1.22.4/oldfont/devps/PR -#usr/share/groff/1.22.4/oldfont/devps/S -#usr/share/groff/1.22.4/oldfont/devps/SS -#usr/share/groff/1.22.4/oldfont/devps/TB -#usr/share/groff/1.22.4/oldfont/devps/TBI -#usr/share/groff/1.22.4/oldfont/devps/TI -#usr/share/groff/1.22.4/oldfont/devps/TR -#usr/share/groff/1.22.4/oldfont/devps/symbol.afm -#usr/share/groff/1.22.4/oldfont/devps/symbolsl.afm -#usr/share/groff/1.22.4/oldfont/devps/zapfdr.afm -#usr/share/groff/1.22.4/oldfont/devps/zapfdr.ps -#usr/share/groff/1.22.4/pic -#usr/share/groff/1.22.4/pic/chem.pic -#usr/share/groff/1.22.4/tmac -#usr/share/groff/1.22.4/tmac/62bit.tmac -#usr/share/groff/1.22.4/tmac/X.tmac -#usr/share/groff/1.22.4/tmac/Xps.tmac -#usr/share/groff/1.22.4/tmac/a4.tmac -#usr/share/groff/1.22.4/tmac/an-ext.tmac -#usr/share/groff/1.22.4/tmac/an-old.tmac -#usr/share/groff/1.22.4/tmac/an.tmac -#usr/share/groff/1.22.4/tmac/andoc.tmac -#usr/share/groff/1.22.4/tmac/composite.tmac -#usr/share/groff/1.22.4/tmac/cp1047.tmac -#usr/share/groff/1.22.4/tmac/cs.tmac -#usr/share/groff/1.22.4/tmac/de.tmac -#usr/share/groff/1.22.4/tmac/den.tmac -#usr/share/groff/1.22.4/tmac/devtag.tmac -#usr/share/groff/1.22.4/tmac/doc-old.tmac -#usr/share/groff/1.22.4/tmac/doc.tmac -#usr/share/groff/1.22.4/tmac/dvi.tmac -#usr/share/groff/1.22.4/tmac/e.tmac -#usr/share/groff/1.22.4/tmac/ec.tmac -#usr/share/groff/1.22.4/tmac/eqnrc -#usr/share/groff/1.22.4/tmac/europs.tmac -#usr/share/groff/1.22.4/tmac/fallbacks.tmac -#usr/share/groff/1.22.4/tmac/fr.tmac -#usr/share/groff/1.22.4/tmac/hdmisc.tmac -#usr/share/groff/1.22.4/tmac/hdtbl.tmac -#usr/share/groff/1.22.4/tmac/html-end.tmac -#usr/share/groff/1.22.4/tmac/html.tmac -#usr/share/groff/1.22.4/tmac/hyphen.cs -#usr/share/groff/1.22.4/tmac/hyphen.den -#usr/share/groff/1.22.4/tmac/hyphen.det -#usr/share/groff/1.22.4/tmac/hyphen.fr -#usr/share/groff/1.22.4/tmac/hyphen.sv -#usr/share/groff/1.22.4/tmac/hyphen.us -#usr/share/groff/1.22.4/tmac/hyphenex.cs -#usr/share/groff/1.22.4/tmac/hyphenex.us -#usr/share/groff/1.22.4/tmac/ja.tmac -#usr/share/groff/1.22.4/tmac/latin1.tmac -#usr/share/groff/1.22.4/tmac/latin2.tmac -#usr/share/groff/1.22.4/tmac/latin5.tmac -#usr/share/groff/1.22.4/tmac/latin9.tmac -#usr/share/groff/1.22.4/tmac/lbp.tmac -#usr/share/groff/1.22.4/tmac/lj4.tmac -#usr/share/groff/1.22.4/tmac/m.tmac -#usr/share/groff/1.22.4/tmac/man.tmac -#usr/share/groff/1.22.4/tmac/mandoc.tmac -#usr/share/groff/1.22.4/tmac/mdoc -#usr/share/groff/1.22.4/tmac/mdoc.tmac -#usr/share/groff/1.22.4/tmac/mdoc/doc-common -#usr/share/groff/1.22.4/tmac/mdoc/doc-ditroff -#usr/share/groff/1.22.4/tmac/mdoc/doc-nroff -#usr/share/groff/1.22.4/tmac/mdoc/doc-syms -#usr/share/groff/1.22.4/tmac/me.tmac -#usr/share/groff/1.22.4/tmac/mm -#usr/share/groff/1.22.4/tmac/mm.tmac -#usr/share/groff/1.22.4/tmac/mm/0.MT -#usr/share/groff/1.22.4/tmac/mm/4.MT -#usr/share/groff/1.22.4/tmac/mm/5.MT -#usr/share/groff/1.22.4/tmac/mm/locale -#usr/share/groff/1.22.4/tmac/mm/ms.cov -#usr/share/groff/1.22.4/tmac/mm/se_locale -#usr/share/groff/1.22.4/tmac/mm/se_ms.cov -#usr/share/groff/1.22.4/tmac/mmse.tmac -#usr/share/groff/1.22.4/tmac/mom.tmac -#usr/share/groff/1.22.4/tmac/ms.tmac -#usr/share/groff/1.22.4/tmac/mse.tmac -#usr/share/groff/1.22.4/tmac/om.tmac -#usr/share/groff/1.22.4/tmac/papersize.tmac -#usr/share/groff/1.22.4/tmac/pdf.tmac -#usr/share/groff/1.22.4/tmac/pdfmark.tmac -#usr/share/groff/1.22.4/tmac/pdfpic.tmac -#usr/share/groff/1.22.4/tmac/pic.tmac -#usr/share/groff/1.22.4/tmac/ps.tmac -#usr/share/groff/1.22.4/tmac/psatk.tmac -#usr/share/groff/1.22.4/tmac/psold.tmac -#usr/share/groff/1.22.4/tmac/pspic.tmac -#usr/share/groff/1.22.4/tmac/refer-me.tmac -#usr/share/groff/1.22.4/tmac/refer-mm.tmac -#usr/share/groff/1.22.4/tmac/refer-ms.tmac -#usr/share/groff/1.22.4/tmac/refer.tmac -#usr/share/groff/1.22.4/tmac/s.tmac -#usr/share/groff/1.22.4/tmac/safer.tmac -#usr/share/groff/1.22.4/tmac/spdf.tmac -#usr/share/groff/1.22.4/tmac/sv.tmac -#usr/share/groff/1.22.4/tmac/trace.tmac -#usr/share/groff/1.22.4/tmac/trans.tmac -#usr/share/groff/1.22.4/tmac/troffrc -#usr/share/groff/1.22.4/tmac/troffrc-end -#usr/share/groff/1.22.4/tmac/tty-char.tmac -#usr/share/groff/1.22.4/tmac/tty.tmac -#usr/share/groff/1.22.4/tmac/unicode.tmac -#usr/share/groff/1.22.4/tmac/www.tmac -#usr/share/groff/1.22.4/tmac/zh.tmac +#usr/share/groff/1.23.0 +#usr/share/groff/1.23.0/eign +#usr/share/groff/1.23.0/font +#usr/share/groff/1.23.0/font/devascii +#usr/share/groff/1.23.0/font/devascii/B +#usr/share/groff/1.23.0/font/devascii/BI +#usr/share/groff/1.23.0/font/devascii/DESC +#usr/share/groff/1.23.0/font/devascii/I +#usr/share/groff/1.23.0/font/devascii/R +#usr/share/groff/1.23.0/font/devcp1047 +#usr/share/groff/1.23.0/font/devcp1047/B +#usr/share/groff/1.23.0/font/devcp1047/BI +#usr/share/groff/1.23.0/font/devcp1047/DESC +#usr/share/groff/1.23.0/font/devcp1047/I +#usr/share/groff/1.23.0/font/devcp1047/R +#usr/share/groff/1.23.0/font/devdvi +#usr/share/groff/1.23.0/font/devdvi/CW +#usr/share/groff/1.23.0/font/devdvi/CWEC +#usr/share/groff/1.23.0/font/devdvi/CWI +#usr/share/groff/1.23.0/font/devdvi/CWIEC +#usr/share/groff/1.23.0/font/devdvi/CWITC +#usr/share/groff/1.23.0/font/devdvi/CWTC +#usr/share/groff/1.23.0/font/devdvi/DESC +#usr/share/groff/1.23.0/font/devdvi/EX +#usr/share/groff/1.23.0/font/devdvi/HB +#usr/share/groff/1.23.0/font/devdvi/HBEC +#usr/share/groff/1.23.0/font/devdvi/HBI +#usr/share/groff/1.23.0/font/devdvi/HBIEC +#usr/share/groff/1.23.0/font/devdvi/HBITC +#usr/share/groff/1.23.0/font/devdvi/HBTC +#usr/share/groff/1.23.0/font/devdvi/HI +#usr/share/groff/1.23.0/font/devdvi/HIEC +#usr/share/groff/1.23.0/font/devdvi/HITC +#usr/share/groff/1.23.0/font/devdvi/HR +#usr/share/groff/1.23.0/font/devdvi/HREC +#usr/share/groff/1.23.0/font/devdvi/HRTC +#usr/share/groff/1.23.0/font/devdvi/MI +#usr/share/groff/1.23.0/font/devdvi/S +#usr/share/groff/1.23.0/font/devdvi/SA +#usr/share/groff/1.23.0/font/devdvi/SB +#usr/share/groff/1.23.0/font/devdvi/SC +#usr/share/groff/1.23.0/font/devdvi/TB +#usr/share/groff/1.23.0/font/devdvi/TBEC +#usr/share/groff/1.23.0/font/devdvi/TBI +#usr/share/groff/1.23.0/font/devdvi/TBIEC +#usr/share/groff/1.23.0/font/devdvi/TBITC +#usr/share/groff/1.23.0/font/devdvi/TBTC +#usr/share/groff/1.23.0/font/devdvi/TI +#usr/share/groff/1.23.0/font/devdvi/TIEC +#usr/share/groff/1.23.0/font/devdvi/TITC +#usr/share/groff/1.23.0/font/devdvi/TR +#usr/share/groff/1.23.0/font/devdvi/TREC +#usr/share/groff/1.23.0/font/devdvi/TRTC +#usr/share/groff/1.23.0/font/devdvi/generate +#usr/share/groff/1.23.0/font/devdvi/generate/CompileFonts +#usr/share/groff/1.23.0/font/devdvi/generate/Makefile +#usr/share/groff/1.23.0/font/devdvi/generate/ec.map +#usr/share/groff/1.23.0/font/devdvi/generate/msam.map +#usr/share/groff/1.23.0/font/devdvi/generate/msbm.map +#usr/share/groff/1.23.0/font/devdvi/generate/tc.map +#usr/share/groff/1.23.0/font/devdvi/generate/texb.map +#usr/share/groff/1.23.0/font/devdvi/generate/texex.map +#usr/share/groff/1.23.0/font/devdvi/generate/texi.map +#usr/share/groff/1.23.0/font/devdvi/generate/texmi.map +#usr/share/groff/1.23.0/font/devdvi/generate/texr.map +#usr/share/groff/1.23.0/font/devdvi/generate/texsy.map +#usr/share/groff/1.23.0/font/devdvi/generate/textex.map +#usr/share/groff/1.23.0/font/devdvi/generate/textt.map +#usr/share/groff/1.23.0/font/devhtml +#usr/share/groff/1.23.0/font/devhtml/B +#usr/share/groff/1.23.0/font/devhtml/BI +#usr/share/groff/1.23.0/font/devhtml/CB +#usr/share/groff/1.23.0/font/devhtml/CBI +#usr/share/groff/1.23.0/font/devhtml/CI +#usr/share/groff/1.23.0/font/devhtml/CR +#usr/share/groff/1.23.0/font/devhtml/DESC +#usr/share/groff/1.23.0/font/devhtml/I +#usr/share/groff/1.23.0/font/devhtml/R +#usr/share/groff/1.23.0/font/devhtml/S +#usr/share/groff/1.23.0/font/devlatin1 +#usr/share/groff/1.23.0/font/devlatin1/B +#usr/share/groff/1.23.0/font/devlatin1/BI +#usr/share/groff/1.23.0/font/devlatin1/DESC +#usr/share/groff/1.23.0/font/devlatin1/I +#usr/share/groff/1.23.0/font/devlatin1/R +#usr/share/groff/1.23.0/font/devlbp +#usr/share/groff/1.23.0/font/devlbp/CB +#usr/share/groff/1.23.0/font/devlbp/CI +#usr/share/groff/1.23.0/font/devlbp/CR +#usr/share/groff/1.23.0/font/devlbp/DESC +#usr/share/groff/1.23.0/font/devlbp/EB +#usr/share/groff/1.23.0/font/devlbp/EI +#usr/share/groff/1.23.0/font/devlbp/ER +#usr/share/groff/1.23.0/font/devlbp/HB +#usr/share/groff/1.23.0/font/devlbp/HBI +#usr/share/groff/1.23.0/font/devlbp/HI +#usr/share/groff/1.23.0/font/devlbp/HNB +#usr/share/groff/1.23.0/font/devlbp/HNBI +#usr/share/groff/1.23.0/font/devlbp/HNI +#usr/share/groff/1.23.0/font/devlbp/HNR +#usr/share/groff/1.23.0/font/devlbp/HR +#usr/share/groff/1.23.0/font/devlbp/TB +#usr/share/groff/1.23.0/font/devlbp/TBI +#usr/share/groff/1.23.0/font/devlbp/TI +#usr/share/groff/1.23.0/font/devlbp/TR +#usr/share/groff/1.23.0/font/devlj4 +#usr/share/groff/1.23.0/font/devlj4/AB +#usr/share/groff/1.23.0/font/devlj4/ABI +#usr/share/groff/1.23.0/font/devlj4/AI +#usr/share/groff/1.23.0/font/devlj4/ALBB +#usr/share/groff/1.23.0/font/devlj4/ALBR +#usr/share/groff/1.23.0/font/devlj4/AOB +#usr/share/groff/1.23.0/font/devlj4/AOI +#usr/share/groff/1.23.0/font/devlj4/AOR +#usr/share/groff/1.23.0/font/devlj4/AR +#usr/share/groff/1.23.0/font/devlj4/CB +#usr/share/groff/1.23.0/font/devlj4/CBI +#usr/share/groff/1.23.0/font/devlj4/CI +#usr/share/groff/1.23.0/font/devlj4/CLARENDON +#usr/share/groff/1.23.0/font/devlj4/CORONET +#usr/share/groff/1.23.0/font/devlj4/CR +#usr/share/groff/1.23.0/font/devlj4/DESC +#usr/share/groff/1.23.0/font/devlj4/GB +#usr/share/groff/1.23.0/font/devlj4/GBI +#usr/share/groff/1.23.0/font/devlj4/GI +#usr/share/groff/1.23.0/font/devlj4/GR +#usr/share/groff/1.23.0/font/devlj4/LGB +#usr/share/groff/1.23.0/font/devlj4/LGI +#usr/share/groff/1.23.0/font/devlj4/LGR +#usr/share/groff/1.23.0/font/devlj4/MARIGOLD +#usr/share/groff/1.23.0/font/devlj4/OB +#usr/share/groff/1.23.0/font/devlj4/OBI +#usr/share/groff/1.23.0/font/devlj4/OI +#usr/share/groff/1.23.0/font/devlj4/OR +#usr/share/groff/1.23.0/font/devlj4/S +#usr/share/groff/1.23.0/font/devlj4/SYMBOL +#usr/share/groff/1.23.0/font/devlj4/TB +#usr/share/groff/1.23.0/font/devlj4/TBI +#usr/share/groff/1.23.0/font/devlj4/TI +#usr/share/groff/1.23.0/font/devlj4/TNRB +#usr/share/groff/1.23.0/font/devlj4/TNRBI +#usr/share/groff/1.23.0/font/devlj4/TNRI +#usr/share/groff/1.23.0/font/devlj4/TNRR +#usr/share/groff/1.23.0/font/devlj4/TR +#usr/share/groff/1.23.0/font/devlj4/UB +#usr/share/groff/1.23.0/font/devlj4/UBI +#usr/share/groff/1.23.0/font/devlj4/UCB +#usr/share/groff/1.23.0/font/devlj4/UCBI +#usr/share/groff/1.23.0/font/devlj4/UCI +#usr/share/groff/1.23.0/font/devlj4/UCR +#usr/share/groff/1.23.0/font/devlj4/UI +#usr/share/groff/1.23.0/font/devlj4/UR +#usr/share/groff/1.23.0/font/devlj4/WINGDINGS +#usr/share/groff/1.23.0/font/devlj4/generate +#usr/share/groff/1.23.0/font/devlj4/generate/Makefile +#usr/share/groff/1.23.0/font/devlj4/generate/special.awk +#usr/share/groff/1.23.0/font/devlj4/generate/special.map +#usr/share/groff/1.23.0/font/devlj4/generate/symbol.map +#usr/share/groff/1.23.0/font/devlj4/generate/text.map +#usr/share/groff/1.23.0/font/devlj4/generate/wingdings.map +#usr/share/groff/1.23.0/font/devpdf +#usr/share/groff/1.23.0/font/devpdf/CB +#usr/share/groff/1.23.0/font/devpdf/CBI +#usr/share/groff/1.23.0/font/devpdf/CI +#usr/share/groff/1.23.0/font/devpdf/CR +#usr/share/groff/1.23.0/font/devpdf/DESC +#usr/share/groff/1.23.0/font/devpdf/EURO +#usr/share/groff/1.23.0/font/devpdf/Foundry +#usr/share/groff/1.23.0/font/devpdf/HB +#usr/share/groff/1.23.0/font/devpdf/HBI +#usr/share/groff/1.23.0/font/devpdf/HI +#usr/share/groff/1.23.0/font/devpdf/HR +#usr/share/groff/1.23.0/font/devpdf/S +#usr/share/groff/1.23.0/font/devpdf/TB +#usr/share/groff/1.23.0/font/devpdf/TBI +#usr/share/groff/1.23.0/font/devpdf/TI +#usr/share/groff/1.23.0/font/devpdf/TR +#usr/share/groff/1.23.0/font/devpdf/ZD +#usr/share/groff/1.23.0/font/devpdf/download +#usr/share/groff/1.23.0/font/devpdf/enc +#usr/share/groff/1.23.0/font/devpdf/enc/text.enc +#usr/share/groff/1.23.0/font/devpdf/map +#usr/share/groff/1.23.0/font/devpdf/map/dingbats.map +#usr/share/groff/1.23.0/font/devpdf/map/symbol.map +#usr/share/groff/1.23.0/font/devpdf/map/symbolchars +#usr/share/groff/1.23.0/font/devpdf/map/text.map +#usr/share/groff/1.23.0/font/devps +#usr/share/groff/1.23.0/font/devps/AB +#usr/share/groff/1.23.0/font/devps/ABI +#usr/share/groff/1.23.0/font/devps/AI +#usr/share/groff/1.23.0/font/devps/AR +#usr/share/groff/1.23.0/font/devps/BMB +#usr/share/groff/1.23.0/font/devps/BMBI +#usr/share/groff/1.23.0/font/devps/BMI +#usr/share/groff/1.23.0/font/devps/BMR +#usr/share/groff/1.23.0/font/devps/CB +#usr/share/groff/1.23.0/font/devps/CBI +#usr/share/groff/1.23.0/font/devps/CI +#usr/share/groff/1.23.0/font/devps/CR +#usr/share/groff/1.23.0/font/devps/DESC +#usr/share/groff/1.23.0/font/devps/EURO +#usr/share/groff/1.23.0/font/devps/HB +#usr/share/groff/1.23.0/font/devps/HBI +#usr/share/groff/1.23.0/font/devps/HI +#usr/share/groff/1.23.0/font/devps/HNB +#usr/share/groff/1.23.0/font/devps/HNBI +#usr/share/groff/1.23.0/font/devps/HNI +#usr/share/groff/1.23.0/font/devps/HNR +#usr/share/groff/1.23.0/font/devps/HR +#usr/share/groff/1.23.0/font/devps/NB +#usr/share/groff/1.23.0/font/devps/NBI +#usr/share/groff/1.23.0/font/devps/NI +#usr/share/groff/1.23.0/font/devps/NR +#usr/share/groff/1.23.0/font/devps/PB +#usr/share/groff/1.23.0/font/devps/PBI +#usr/share/groff/1.23.0/font/devps/PI +#usr/share/groff/1.23.0/font/devps/PR +#usr/share/groff/1.23.0/font/devps/S +#usr/share/groff/1.23.0/font/devps/SS +#usr/share/groff/1.23.0/font/devps/TB +#usr/share/groff/1.23.0/font/devps/TBI +#usr/share/groff/1.23.0/font/devps/TI +#usr/share/groff/1.23.0/font/devps/TR +#usr/share/groff/1.23.0/font/devps/ZCMI +#usr/share/groff/1.23.0/font/devps/ZD +#usr/share/groff/1.23.0/font/devps/ZDR +#usr/share/groff/1.23.0/font/devps/download +#usr/share/groff/1.23.0/font/devps/freeeuro.afm +#usr/share/groff/1.23.0/font/devps/freeeuro.pfa +#usr/share/groff/1.23.0/font/devps/generate +#usr/share/groff/1.23.0/font/devps/generate/Makefile +#usr/share/groff/1.23.0/font/devps/generate/afmname +#usr/share/groff/1.23.0/font/devps/generate/dingbats-reversed.map +#usr/share/groff/1.23.0/font/devps/generate/dingbats.map +#usr/share/groff/1.23.0/font/devps/generate/slanted-symbol.map +#usr/share/groff/1.23.0/font/devps/generate/symbol.map +#usr/share/groff/1.23.0/font/devps/generate/symbol.sed +#usr/share/groff/1.23.0/font/devps/generate/symbolchars +#usr/share/groff/1.23.0/font/devps/generate/text.map +#usr/share/groff/1.23.0/font/devps/prologue +#usr/share/groff/1.23.0/font/devps/symbolsl.afm +#usr/share/groff/1.23.0/font/devps/symbolsl.pfa +#usr/share/groff/1.23.0/font/devps/text.enc +#usr/share/groff/1.23.0/font/devps/zapfdr.afm +#usr/share/groff/1.23.0/font/devps/zapfdr.pfa +#usr/share/groff/1.23.0/font/devutf8 +#usr/share/groff/1.23.0/font/devutf8/B +#usr/share/groff/1.23.0/font/devutf8/BI +#usr/share/groff/1.23.0/font/devutf8/DESC +#usr/share/groff/1.23.0/font/devutf8/I +#usr/share/groff/1.23.0/font/devutf8/R +#usr/share/groff/1.23.0/oldfont +#usr/share/groff/1.23.0/oldfont/devps +#usr/share/groff/1.23.0/oldfont/devps/CB +#usr/share/groff/1.23.0/oldfont/devps/CBI +#usr/share/groff/1.23.0/oldfont/devps/CI +#usr/share/groff/1.23.0/oldfont/devps/CR +#usr/share/groff/1.23.0/oldfont/devps/HB +#usr/share/groff/1.23.0/oldfont/devps/HBI +#usr/share/groff/1.23.0/oldfont/devps/HI +#usr/share/groff/1.23.0/oldfont/devps/HNB +#usr/share/groff/1.23.0/oldfont/devps/HNBI +#usr/share/groff/1.23.0/oldfont/devps/HNI +#usr/share/groff/1.23.0/oldfont/devps/HNR +#usr/share/groff/1.23.0/oldfont/devps/HR +#usr/share/groff/1.23.0/oldfont/devps/NB +#usr/share/groff/1.23.0/oldfont/devps/NBI +#usr/share/groff/1.23.0/oldfont/devps/NI +#usr/share/groff/1.23.0/oldfont/devps/NR +#usr/share/groff/1.23.0/oldfont/devps/PB +#usr/share/groff/1.23.0/oldfont/devps/PBI +#usr/share/groff/1.23.0/oldfont/devps/PI +#usr/share/groff/1.23.0/oldfont/devps/PR +#usr/share/groff/1.23.0/oldfont/devps/S +#usr/share/groff/1.23.0/oldfont/devps/SS +#usr/share/groff/1.23.0/oldfont/devps/TB +#usr/share/groff/1.23.0/oldfont/devps/TBI +#usr/share/groff/1.23.0/oldfont/devps/TI +#usr/share/groff/1.23.0/oldfont/devps/TR +#usr/share/groff/1.23.0/oldfont/devps/symbol.afm +#usr/share/groff/1.23.0/oldfont/devps/symbolsl.afm +#usr/share/groff/1.23.0/oldfont/devps/zapfdr.afm +#usr/share/groff/1.23.0/oldfont/devps/zapfdr.ps +#usr/share/groff/1.23.0/pic +#usr/share/groff/1.23.0/pic/chem.pic +#usr/share/groff/1.23.0/tmac +#usr/share/groff/1.23.0/tmac/62bit.tmac +#usr/share/groff/1.23.0/tmac/X.tmac +#usr/share/groff/1.23.0/tmac/Xps.tmac +#usr/share/groff/1.23.0/tmac/an-ext.tmac +#usr/share/groff/1.23.0/tmac/an.tmac +#usr/share/groff/1.23.0/tmac/andoc.tmac +#usr/share/groff/1.23.0/tmac/composite.tmac +#usr/share/groff/1.23.0/tmac/cp1047.tmac +#usr/share/groff/1.23.0/tmac/cs.tmac +#usr/share/groff/1.23.0/tmac/de.tmac +#usr/share/groff/1.23.0/tmac/den.tmac +#usr/share/groff/1.23.0/tmac/devtag.tmac +#usr/share/groff/1.23.0/tmac/doc-old.tmac +#usr/share/groff/1.23.0/tmac/doc.tmac +#usr/share/groff/1.23.0/tmac/dvi.tmac +#usr/share/groff/1.23.0/tmac/e.tmac +#usr/share/groff/1.23.0/tmac/ec.tmac +#usr/share/groff/1.23.0/tmac/en.tmac +#usr/share/groff/1.23.0/tmac/eqnrc +#usr/share/groff/1.23.0/tmac/europs.tmac +#usr/share/groff/1.23.0/tmac/fallbacks.tmac +#usr/share/groff/1.23.0/tmac/fr.tmac +#usr/share/groff/1.23.0/tmac/hdmisc.tmac +#usr/share/groff/1.23.0/tmac/hdtbl.tmac +#usr/share/groff/1.23.0/tmac/html-end.tmac +#usr/share/groff/1.23.0/tmac/html.tmac +#usr/share/groff/1.23.0/tmac/hyphen.cs +#usr/share/groff/1.23.0/tmac/hyphen.den +#usr/share/groff/1.23.0/tmac/hyphen.det +#usr/share/groff/1.23.0/tmac/hyphen.en +#usr/share/groff/1.23.0/tmac/hyphen.fr +#usr/share/groff/1.23.0/tmac/hyphen.it +#usr/share/groff/1.23.0/tmac/hyphen.sv +#usr/share/groff/1.23.0/tmac/hyphenex.cs +#usr/share/groff/1.23.0/tmac/hyphenex.en +#usr/share/groff/1.23.0/tmac/it.tmac +#usr/share/groff/1.23.0/tmac/ja.tmac +#usr/share/groff/1.23.0/tmac/latin1.tmac +#usr/share/groff/1.23.0/tmac/latin2.tmac +#usr/share/groff/1.23.0/tmac/latin5.tmac +#usr/share/groff/1.23.0/tmac/latin9.tmac +#usr/share/groff/1.23.0/tmac/lbp.tmac +#usr/share/groff/1.23.0/tmac/lj4.tmac +#usr/share/groff/1.23.0/tmac/m.tmac +#usr/share/groff/1.23.0/tmac/man.tmac +#usr/share/groff/1.23.0/tmac/mandoc.tmac +#usr/share/groff/1.23.0/tmac/mdoc +#usr/share/groff/1.23.0/tmac/mdoc.tmac +#usr/share/groff/1.23.0/tmac/mdoc/doc-common +#usr/share/groff/1.23.0/tmac/mdoc/doc-ditroff +#usr/share/groff/1.23.0/tmac/mdoc/doc-nroff +#usr/share/groff/1.23.0/tmac/mdoc/doc-syms +#usr/share/groff/1.23.0/tmac/me.tmac +#usr/share/groff/1.23.0/tmac/mm +#usr/share/groff/1.23.0/tmac/mm.tmac +#usr/share/groff/1.23.0/tmac/mm/0.MT +#usr/share/groff/1.23.0/tmac/mm/4.MT +#usr/share/groff/1.23.0/tmac/mm/5.MT +#usr/share/groff/1.23.0/tmac/mm/ms.cov +#usr/share/groff/1.23.0/tmac/mm/se_ms.cov +#usr/share/groff/1.23.0/tmac/mmse.tmac +#usr/share/groff/1.23.0/tmac/mom.tmac +#usr/share/groff/1.23.0/tmac/ms.tmac +#usr/share/groff/1.23.0/tmac/mse.tmac +#usr/share/groff/1.23.0/tmac/om.tmac +#usr/share/groff/1.23.0/tmac/papersize.tmac +#usr/share/groff/1.23.0/tmac/pdf.tmac +#usr/share/groff/1.23.0/tmac/pdfmark.tmac +#usr/share/groff/1.23.0/tmac/pdfpic.tmac +#usr/share/groff/1.23.0/tmac/pic.tmac +#usr/share/groff/1.23.0/tmac/ps.tmac +#usr/share/groff/1.23.0/tmac/psatk.tmac +#usr/share/groff/1.23.0/tmac/psold.tmac +#usr/share/groff/1.23.0/tmac/pspic.tmac +#usr/share/groff/1.23.0/tmac/ptx.tmac +#usr/share/groff/1.23.0/tmac/refer-me.tmac +#usr/share/groff/1.23.0/tmac/refer-mm.tmac +#usr/share/groff/1.23.0/tmac/refer-ms.tmac +#usr/share/groff/1.23.0/tmac/refer.tmac +#usr/share/groff/1.23.0/tmac/rfc1345.tmac +#usr/share/groff/1.23.0/tmac/s.tmac +#usr/share/groff/1.23.0/tmac/sanitize.tmac +#usr/share/groff/1.23.0/tmac/sboxes.tmac +#usr/share/groff/1.23.0/tmac/spdf.tmac +#usr/share/groff/1.23.0/tmac/sv.tmac +#usr/share/groff/1.23.0/tmac/trace.tmac +#usr/share/groff/1.23.0/tmac/trans.tmac +#usr/share/groff/1.23.0/tmac/troffrc +#usr/share/groff/1.23.0/tmac/troffrc-end +#usr/share/groff/1.23.0/tmac/tty-char.tmac +#usr/share/groff/1.23.0/tmac/tty.tmac +#usr/share/groff/1.23.0/tmac/www.tmac +#usr/share/groff/1.23.0/tmac/zh.tmac #usr/share/groff/current #usr/share/groff/site-font #usr/share/groff/site-tmac @@ -588,6 +576,7 @@ #usr/share/info/groff.info #usr/share/info/groff.info-1 #usr/share/info/groff.info-2 +#usr/share/info/groff.info-3 #usr/share/man/man1/addftinfo.1 #usr/share/man/man1/afmtodit.1 #usr/share/man/man1/chem.1 @@ -601,7 +590,6 @@ #usr/share/man/man1/grn.1 #usr/share/man/man1/grodvi.1 #usr/share/man/man1/groff.1 -#usr/share/man/man1/groffer.1 #usr/share/man/man1/grog.1 #usr/share/man/man1/grohtml.1 #usr/share/man/man1/grolbp.1 @@ -623,33 +611,26 @@ #usr/share/man/man1/pic2graph.1 #usr/share/man/man1/preconv.1 #usr/share/man/man1/refer.1 -#usr/share/man/man1/roff2dvi.1 -#usr/share/man/man1/roff2html.1 -#usr/share/man/man1/roff2pdf.1 -#usr/share/man/man1/roff2ps.1 -#usr/share/man/man1/roff2text.1 -#usr/share/man/man1/roff2x.1 #usr/share/man/man1/soelim.1 #usr/share/man/man1/tbl.1 #usr/share/man/man1/tfmtodit.1 #usr/share/man/man1/troff.1 -#usr/share/man/man5/groff_filenames.5 #usr/share/man/man5/groff_font.5 #usr/share/man/man5/groff_out.5 #usr/share/man/man5/groff_tmac.5 -#usr/share/man/man5/lj4_font.5 -#usr/share/man/man7/ditroff.7 #usr/share/man/man7/groff.7 #usr/share/man/man7/groff_char.7 #usr/share/man/man7/groff_diff.7 #usr/share/man/man7/groff_hdtbl.7 #usr/share/man/man7/groff_man.7 +#usr/share/man/man7/groff_man_style.7 #usr/share/man/man7/groff_mdoc.7 #usr/share/man/man7/groff_me.7 #usr/share/man/man7/groff_mm.7 #usr/share/man/man7/groff_mmse.7 #usr/share/man/man7/groff_mom.7 #usr/share/man/man7/groff_ms.7 +#usr/share/man/man7/groff_rfc1345.7 #usr/share/man/man7/groff_trace.7 #usr/share/man/man7/groff_www.7 #usr/share/man/man7/roff.7 diff --git a/config/rootfiles/common/libarchive b/config/rootfiles/common/libarchive index df0ab03c4..81089e9e2 100644 --- a/config/rootfiles/common/libarchive +++ b/config/rootfiles/common/libarchive @@ -1,16 +1,18 @@ #usr/bin/bsdcat #usr/bin/bsdcpio #usr/bin/bsdtar +#usr/bin/bsdunzip #usr/include/archive.h #usr/include/archive_entry.h #usr/lib/libarchive.la #usr/lib/libarchive.so usr/lib/libarchive.so.13 -usr/lib/libarchive.so.13.6.2 +usr/lib/libarchive.so.13.7.0 #usr/lib/pkgconfig/libarchive.pc #usr/share/man/man1/bsdcat.1 #usr/share/man/man1/bsdcpio.1 #usr/share/man/man1/bsdtar.1 +#usr/share/man/man1/bsdunzip.1 #usr/share/man/man3/archive_entry.3 #usr/share/man/man3/archive_entry_acl.3 #usr/share/man/man3/archive_entry_linkify.3 diff --git a/config/rootfiles/core/178/filelists/files b/config/rootfiles/core/178/filelists/files index e69de29bb..f7a8b3297 100644 --- a/config/rootfiles/core/178/filelists/files +++ b/config/rootfiles/core/178/filelists/files @@ -0,0 +1 @@ +srv/web/ipfire/cgi-bin/ovpnmain.cgi diff --git a/config/rootfiles/core/178/filelists/glib b/config/rootfiles/core/178/filelists/glib new file mode 120000 index 000000000..44665746a --- /dev/null +++ b/config/rootfiles/core/178/filelists/glib @@ -0,0 +1 @@ +../../../common/glib \ No newline at end of file diff --git a/config/rootfiles/core/178/filelists/mpfr b/config/rootfiles/core/178/filelists/mpfr new file mode 120000 index 000000000..c8468bf42 --- /dev/null +++ b/config/rootfiles/core/178/filelists/mpfr @@ -0,0 +1 @@ +../../../common/mpfr \ No newline at end of file diff --git a/config/rootfiles/core/178/filelists/xfsprogs b/config/rootfiles/core/178/filelists/xfsprogs new file mode 120000 index 000000000..91032964d --- /dev/null +++ b/config/rootfiles/core/178/filelists/xfsprogs @@ -0,0 +1 @@ +../../../common/xfsprogs \ No newline at end of file diff --git a/config/rootfiles/core/178/update.sh b/config/rootfiles/core/178/update.sh index 0ba926c20..b3c2381aa 100644 --- a/config/rootfiles/core/178/update.sh +++ b/config/rootfiles/core/178/update.sh @@ -38,6 +38,18 @@ extract_files
# Remove files
+# Remove dropped sox addon +rm -vf \ + /opt/pakfire/db/installed/meta-sox \ + /opt/pakfire/db/meta/meta-sox \ + /opt/pakfire/db/rootfiles/sox \ + /usr/bin/play \ + /usr/bin/rec \ + /usr/bin/sox \ + /usr/bin/soxi \ + /usr/lib/libsox.so.3 \ + /usr/lib/libsox.so.3.0.0 + # update linker config ldconfig
diff --git a/config/rootfiles/oldcore/177/update.sh b/config/rootfiles/oldcore/177/update.sh index 52ef205b0..b2af611c1 100644 --- a/config/rootfiles/oldcore/177/update.sh +++ b/config/rootfiles/oldcore/177/update.sh @@ -103,7 +103,7 @@ if [ ! -e "/opt/pakfire/db/installed/meta-rng-tools" ]; then /usr/bin/rngtest \ /usr/sbin/rngd \ /etc/rc.d/init.d/rngd \ - /etc/rc.d/rc?.d/*rngd + /etc/rc.d/rc*.d/*rngd fi
# Extract files @@ -129,6 +129,9 @@ ldconfig # Filesytem cleanup /usr/local/bin/filesystem-cleanup
+# Apply local configuration to sshd_config +/usr/local/bin/sshctrl + # Start services /etc/init.d/sshd restart /etc/init.d/unbound reload diff --git a/config/rootfiles/packages/sox b/config/rootfiles/packages/sox deleted file mode 100644 index a3b2d7170..000000000 --- a/config/rootfiles/packages/sox +++ /dev/null @@ -1,19 +0,0 @@ -usr/bin/play -usr/bin/rec -usr/bin/sox -usr/bin/soxi -#usr/include/sox.h -#usr/lib/libsox.a -#usr/lib/libsox.la -#usr/lib/libsox.so -usr/lib/libsox.so.3 -usr/lib/libsox.so.3.0.0 -#usr/lib/pkgconfig/sox.pc -#usr/share/man/man1/play.1 -#usr/share/man/man1/rec.1 -#usr/share/man/man1/sox.1 -#usr/share/man/man1/soxi.1 -#usr/share/man/man3/libsox.3 -#usr/share/man/man7/soxeffect.7 -#usr/share/man/man7/soxformat.7 - diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi index f734331fa..5afe54f55 100755 --- a/html/cgi-bin/ovpnmain.cgi +++ b/html/cgi-bin/ovpnmain.cgi @@ -5502,7 +5502,6 @@ END if ($match[1] ne "Common Name") { $cn = $match[1]; } - $cn =~ s/[_]/ /g; if ($cn eq "$confighash{$key}[2]") { $col1="bgcolor='${Header::colourgreen}'"; $active = "<b><font color='#FFFFFF'>$Lang::tr{'capsopen'}</font></b>"; diff --git a/lfs/curl b/lfs/curl index b97e974bb..fb98b21af 100644 --- a/lfs/curl +++ b/lfs/curl @@ -24,7 +24,7 @@
include Config
-VER = 8.2.0 +VER = 8.2.1
THISAPP = curl-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 1387869f9ab2e1984217e57a5a8aa3551b4015875fc6a0b4159fa1cbac01b8ec865aa1db03478ce61508592d1bd5f8e9ee51d411cd704805d8f907b56b382923 +$(DL_FILE)_BLAKE2 = 77c0b067935397afb3961378f2fe349fa988c6379c1ab7437c5d5f967710b2e9ba7aec91df8fe58a8b26c00c0164d4db9bd095ca27d1bf52b768c8d83cc0ecaf
install : $(TARGET)
@@ -70,7 +70,6 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE) - # Add upstream patche. cd $(DIR_APP) && ./configure \ --prefix=/usr \ --disable-ipv6 \ diff --git a/lfs/glib b/lfs/glib index 157d6f57a..20e95b4ab 100644 --- a/lfs/glib +++ b/lfs/glib @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2021 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2023 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@
include Config
-VER = 2.71.1 +VER = 2.77.0
THISAPP = glib-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 025072e9c8b22c9c7503e6fbb83d42ff15bb5e30fc2d864c91d018a7478eccbddd70955ffac16d2823ece2efebca19d86fed6bc69295bcbca74aa72ee43b236f +$(DL_FILE)_BLAKE2 = da610dfd6a9a95de0bcd92a939dc7ae27a2f2cfcd9c6df803948e43de90473b17d84b1463c5173b0b87ddef132d8784de5ad2df2482cd4a97625324d5adf65b7
install : $(TARGET)
diff --git a/lfs/gnump3d b/lfs/gnump3d index 3deca8eae..292dee9f6 100644 --- a/lfs/gnump3d +++ b/lfs/gnump3d @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = gnump3d -PAK_VER = 9 +PAK_VER = 10
DEPS =
diff --git a/lfs/groff b/lfs/groff index 65f419a0a..7d139a9f6 100644 --- a/lfs/groff +++ b/lfs/groff @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2023 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@
include Config
-VER = 1.22.4 +VER = 1.23.0
THISAPP = groff-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = cdda8a7e8e42b8d8991656ecfbffe0cd0ed5d8932467cab2f3c1eecb3365f4a5c03321b6ed929d451c3dfb00a46046a781303a1c55c4aa65eb7d178fb36b1cbc +$(DL_FILE)_BLAKE2 = 9fc5a2302f034761a17f0639a04b82c536ba8a7db15b062dd736e0011fc5a27fddcaf035af128d09f06762825d9bb965e8f5561e4be7a9fea3fe86ca5f6cb2dd
install : $(TARGET)
diff --git a/lfs/libarchive b/lfs/libarchive index f88753017..91041023b 100644 --- a/lfs/libarchive +++ b/lfs/libarchive @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2022 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2023 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@
include Config
-VER = 3.6.2 +VER = 3.7.0
THISAPP = libarchive-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -41,7 +41,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 355b5d402e352dee802513485ce7e047af58d6de5b9bf6a49f3fd8d7b94117007598820ac979585c0da79747e8b63b70ab151131182368a11f97a047cf9029d4 +$(DL_FILE)_BLAKE2 = 8fb72a0504038c71584c0416c1d747b7f5c82266518704353e7fdf794bd9f9e2dc22b8fa2538fa8d12a3b9776581077040371d25647fe72c02a4ec5f3bb8d950
install : $(TARGET)
diff --git a/lfs/mpfr b/lfs/mpfr index e2a1062c1..3536690b4 100644 --- a/lfs/mpfr +++ b/lfs/mpfr @@ -70,7 +70,7 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/mpfr-4.2.0-cumulative-patches-1-to-9.patch + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/mpfr-4.2.0-cumulative-patches-1-to-12.patch cd $(DIR_APP) && $(CONFIGURE_ARGS) ./configure \ --prefix=/usr \ --enable-thread-safe diff --git a/lfs/pmacct b/lfs/pmacct index 4be1be156..038777646 100644 --- a/lfs/pmacct +++ b/lfs/pmacct @@ -26,7 +26,7 @@ include Config
SUMMARY = Accounting and aggregation toolsuite for IPv4 and IPv6
-VER = 1.7.8 +VER = 5a5e272
THISAPP = pmacct-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -34,8 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = pmacct -PAK_VER = 6 - +PAK_VER = 7
DEPS = libcdada
@@ -49,7 +48,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 1b95d48c479d59f2d4a7654e870e6f61c984c57c31aebbfb9fbf86f2d1027cde6a0f334489f33186bbb19ee7bdf94726f0053faa4829273de2d1975f58dff97f +$(DL_FILE)_BLAKE2 = 7b86189cde0bcfd1756a03dbcdccde17a5780b3c3f2616a917609ba617de2ad6e08e16ae00f81c90233944157f19ec995bd43c06030ab70da869bb523f0433a7
install : $(TARGET)
@@ -82,11 +81,12 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure \ - --prefix=/usr \ - --sysconfdir=/etc/pmacct \ - --enable-sqlite3 \ - --enable-l2 \ + cd $(DIR_APP) && ./autogen.sh + cd $(DIR_APP) && ./configure \ + --prefix=/usr \ + --sysconfdir=/etc/pmacct \ + --enable-sqlite3 \ + --enable-l2 \ --enable-jansson # Add directory for plugins and pipes -mkdir -v /var/spool/pmacct diff --git a/lfs/sox b/lfs/sox deleted file mode 100644 index a9470d5db..000000000 --- a/lfs/sox +++ /dev/null @@ -1,89 +0,0 @@ -############################################################################### -# # -# IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team info@ipfire.org # -# # -# This program is free software: you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation, either version 3 of the License, or # -# (at your option) any later version. # -# # -# This program is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with this program. If not, see http://www.gnu.org/licenses/. # -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -SUMMARY = Sound Conversion Tools - -VER = 14.4.2 - -THISAPP = sox-$(VER) -DL_FILE = $(THISAPP).tar.bz2 -DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) -PROG = sox -PAK_VER = 2 - -DEPS = libvorbis - -SERVICES = - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_BLAKE2 = 89c7dd4818864087add1c53c65fd934655a8df30f62b2d5fe1be12e5527e94330e50b65aef5626eda893d3841d5c38a875347521e8735ef9475c5cc12b2792e0 - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -b2 : $(subst %,%_BLAKE2,$(objects)) - -dist: - @$(PAK) - -############################################################################### -# Downloading, checking, b2sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_BLAKE2,$(objects)) : - @$(B2SUM) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) - $(UPDATE_AUTOMAKE) - cd $(DIR_APP) && ./configure --prefix=/usr - cd $(DIR_APP) && make $(EXTRA_MAKE) - cd $(DIR_APP) && make install - @rm -rf $(DIR_APP) - @$(POSTBUILD) diff --git a/lfs/xfsprogs b/lfs/xfsprogs index 07c5c7b97..8f58d33ea 100644 --- a/lfs/xfsprogs +++ b/lfs/xfsprogs @@ -24,7 +24,7 @@
include Config
-VER = 6.2.0 +VER = 6.4.0
THISAPP = xfsprogs-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 847ad267b3667604c9c6a30857605e9cef0f184b7c375d0771b29a0c9596f621a819cc4e88af939a3f9a3ce14a2984fece5e70346bc673a5982af6eebe3909cc +$(DL_FILE)_BLAKE2 = 566a80a1fa90520c6cc2b20c8e8cde41eb83a48f0b6d4a978f9e5d43960e99b54cab3e0c2cd4147a3d8f4944e50876063fc571441c8239d6deaaa01604843a6b
install : $(TARGET)
diff --git a/make.sh b/make.sh index d41e6bd6b..b0a4b8926 100755 --- a/make.sh +++ b/make.sh @@ -1465,7 +1465,6 @@ buildipfire() { lfsmake2 libvorbis lfsmake2 flac lfsmake2 lame - lfsmake2 sox lfsmake2 soxr lfsmake2 libshout lfsmake2 xvid diff --git a/src/patches/mpfr-4.2.0-cumulative-patches-1-to-9.patch b/src/patches/mpfr-4.2.0-cumulative-patches-1-to-12.patch similarity index 92% rename from src/patches/mpfr-4.2.0-cumulative-patches-1-to-9.patch rename to src/patches/mpfr-4.2.0-cumulative-patches-1-to-12.patch index 07fcf2592..75304956b 100644 --- a/src/patches/mpfr-4.2.0-cumulative-patches-1-to-9.patch +++ b/src/patches/mpfr-4.2.0-cumulative-patches-1-to-12.patch @@ -2044,3 +2044,151 @@ diff -Naurd mpfr-4.2.0-a/tests/tsprintf.c mpfr-4.2.0-b/tests/tsprintf.c test_locale ();
if (getenv ("MPFR_CHECK_LIBC_PRINTF")) +diff -Naurd mpfr-4.2.0-a/PATCHES mpfr-4.2.0-b/PATCHES +--- mpfr-4.2.0-a/PATCHES 2023-07-17 13:54:11.126789510 +0000 ++++ mpfr-4.2.0-b/PATCHES 2023-07-17 13:54:11.170788387 +0000 +@@ -0,0 +1 @@ ++gcc-pr106155-workaround +diff -Naurd mpfr-4.2.0-a/VERSION mpfr-4.2.0-b/VERSION +--- mpfr-4.2.0-a/VERSION 2023-05-17 17:19:35.596201603 +0000 ++++ mpfr-4.2.0-b/VERSION 2023-07-17 13:54:11.170788387 +0000 +@@ -1 +1 @@ +-4.2.0-p9 ++4.2.0-p10 +diff -Naurd mpfr-4.2.0-a/src/mpfr.h mpfr-4.2.0-b/src/mpfr.h +--- mpfr-4.2.0-a/src/mpfr.h 2023-05-17 17:19:35.592201606 +0000 ++++ mpfr-4.2.0-b/src/mpfr.h 2023-07-17 13:54:11.170788387 +0000 +@@ -27,7 +27,7 @@ + #define MPFR_VERSION_MAJOR 4 + #define MPFR_VERSION_MINOR 2 + #define MPFR_VERSION_PATCHLEVEL 0 +-#define MPFR_VERSION_STRING "4.2.0-p9" ++#define MPFR_VERSION_STRING "4.2.0-p10" + + /* User macros: + MPFR_USE_FILE: Define it to make MPFR define functions dealing +diff -Naurd mpfr-4.2.0-a/src/version.c mpfr-4.2.0-b/src/version.c +--- mpfr-4.2.0-a/src/version.c 2023-05-17 17:19:35.592201606 +0000 ++++ mpfr-4.2.0-b/src/version.c 2023-07-17 13:54:11.170788387 +0000 +@@ -25,5 +25,5 @@ + const char * + mpfr_get_version (void) + { +- return "4.2.0-p9"; ++ return "4.2.0-p10"; + } +diff -Naurd mpfr-4.2.0-a/tests/tfpif.c mpfr-4.2.0-b/tests/tfpif.c +--- mpfr-4.2.0-a/tests/tfpif.c 2023-01-05 17:09:48.000000000 +0000 ++++ mpfr-4.2.0-b/tests/tfpif.c 2023-07-17 13:54:11.162788591 +0000 +@@ -277,7 +277,10 @@ + + for (i = 0; i < BAD; i++) + { +- mpfr_exp_t emax; ++ mpfr_exp_t INITIALIZED(emax); ++ /* The INITIALIZED() is a workaround for GCC bug 106155: ++ https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106155 */ ++ + /* For i == 6, mpfr_prec_t needs at least a 65-bit precision + (64 value bits + 1 sign bit) to avoid a failure. */ + if (i == 6 && MPFR_PREC_BITS > 64) +diff -Naurd mpfr-4.2.0-a/PATCHES mpfr-4.2.0-b/PATCHES +--- mpfr-4.2.0-a/PATCHES 2023-07-17 13:56:17.375566485 +0000 ++++ mpfr-4.2.0-b/PATCHES 2023-07-17 13:56:17.415565464 +0000 +@@ -0,0 +1 @@ ++inp_str-nullchar +diff -Naurd mpfr-4.2.0-a/VERSION mpfr-4.2.0-b/VERSION +--- mpfr-4.2.0-a/VERSION 2023-07-17 13:54:11.170788387 +0000 ++++ mpfr-4.2.0-b/VERSION 2023-07-17 13:56:17.415565464 +0000 +@@ -1 +1 @@ +-4.2.0-p10 ++4.2.0-p11 +diff -Naurd mpfr-4.2.0-a/src/inp_str.c mpfr-4.2.0-b/src/inp_str.c +--- mpfr-4.2.0-a/src/inp_str.c 2023-01-05 17:09:48.000000000 +0000 ++++ mpfr-4.2.0-b/src/inp_str.c 2023-07-17 13:56:17.407565669 +0000 +@@ -69,6 +69,15 @@ + if (c == EOF || isspace (c)) + break; + str[str_size++] = (unsigned char) c; ++ /* If c is '\0' (while not being a whitespace character), the word will ++ not have a valid format. But in the context of a string in memory, ++ '\0' is a terminating null character. So, to avoid ending with a ++ valid string format (like "1" with ignored characters after the ++ terminating null character), we need to make sure that the string ++ does not have a valid format; so let's start it with '*'. Note ++ that we should read the full word, so we cannot break. */ ++ if (MPFR_UNLIKELY (c == '\0')) ++ str[0] = '*'; + if (str_size == (size_t) -1) + break; + c = getc (stream); +diff -Naurd mpfr-4.2.0-a/src/mpfr.h mpfr-4.2.0-b/src/mpfr.h +--- mpfr-4.2.0-a/src/mpfr.h 2023-07-17 13:54:11.170788387 +0000 ++++ mpfr-4.2.0-b/src/mpfr.h 2023-07-17 13:56:17.411565566 +0000 +@@ -27,7 +27,7 @@ + #define MPFR_VERSION_MAJOR 4 + #define MPFR_VERSION_MINOR 2 + #define MPFR_VERSION_PATCHLEVEL 0 +-#define MPFR_VERSION_STRING "4.2.0-p10" ++#define MPFR_VERSION_STRING "4.2.0-p11" + + /* User macros: + MPFR_USE_FILE: Define it to make MPFR define functions dealing +diff -Naurd mpfr-4.2.0-a/src/version.c mpfr-4.2.0-b/src/version.c +--- mpfr-4.2.0-a/src/version.c 2023-07-17 13:54:11.170788387 +0000 ++++ mpfr-4.2.0-b/src/version.c 2023-07-17 13:56:17.415565464 +0000 +@@ -25,5 +25,5 @@ + const char * + mpfr_get_version (void) + { +- return "4.2.0-p10"; ++ return "4.2.0-p11"; + } +diff -Naurd mpfr-4.2.0-a/PATCHES mpfr-4.2.0-b/PATCHES +--- mpfr-4.2.0-a/PATCHES 2023-07-17 13:57:28.913739912 +0000 ++++ mpfr-4.2.0-b/PATCHES 2023-07-17 13:57:28.961738687 +0000 +@@ -0,0 +1 @@ ++strtofr-nullchar +diff -Naurd mpfr-4.2.0-a/VERSION mpfr-4.2.0-b/VERSION +--- mpfr-4.2.0-a/VERSION 2023-07-17 13:56:17.415565464 +0000 ++++ mpfr-4.2.0-b/VERSION 2023-07-17 13:57:28.961738687 +0000 +@@ -1 +1 @@ +-4.2.0-p11 ++4.2.0-p12 +diff -Naurd mpfr-4.2.0-a/src/mpfr.h mpfr-4.2.0-b/src/mpfr.h +--- mpfr-4.2.0-a/src/mpfr.h 2023-07-17 13:56:17.411565566 +0000 ++++ mpfr-4.2.0-b/src/mpfr.h 2023-07-17 13:57:28.957738789 +0000 +@@ -27,7 +27,7 @@ + #define MPFR_VERSION_MAJOR 4 + #define MPFR_VERSION_MINOR 2 + #define MPFR_VERSION_PATCHLEVEL 0 +-#define MPFR_VERSION_STRING "4.2.0-p11" ++#define MPFR_VERSION_STRING "4.2.0-p12" + + /* User macros: + MPFR_USE_FILE: Define it to make MPFR define functions dealing +diff -Naurd mpfr-4.2.0-a/src/strtofr.c mpfr-4.2.0-b/src/strtofr.c +--- mpfr-4.2.0-a/src/strtofr.c 2023-01-05 17:09:48.000000000 +0000 ++++ mpfr-4.2.0-b/src/strtofr.c 2023-07-17 13:57:28.949738993 +0000 +@@ -242,7 +242,10 @@ + pstr->mantissa = NULL; + + /* Optional leading whitespace */ +- while (isspace((unsigned char) *str)) str++; ++ /* For non-"C" locales, the ISO C standard allows isspace(0) to ++ return true. So we need to stop explicitly on '\0'. */ ++ while (*str != '\0' && isspace ((unsigned char) *str)) ++ str++; + + /* An optional sign `+' or `-' */ + pstr->negative = (*str == '-'); +diff -Naurd mpfr-4.2.0-a/src/version.c mpfr-4.2.0-b/src/version.c +--- mpfr-4.2.0-a/src/version.c 2023-07-17 13:56:17.415565464 +0000 ++++ mpfr-4.2.0-b/src/version.c 2023-07-17 13:57:28.961738687 +0000 +@@ -25,5 +25,5 @@ + const char * + mpfr_get_version (void) + { +- return "4.2.0-p11"; ++ return "4.2.0-p12"; + }
hooks/post-receive -- IPFire 2.x development tree