| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: libconfuse-devel | Distribution: openSUSE Tumbleweed |
| Version: 3.4 | Vendor: openSUSE |
| Release: 1.1 | Build date: Mon Aug 17 08:17:21 2026 |
| Group: Development/Libraries/C and C++ | Build host: reproducible |
| Size: 1765575 | Source RPM: libconfuse-3.4-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: http://www.nongnu.org/confuse/ | |
| Summary: The development files for libconfuse | |
libConfuse is a configuration file parser library. It supports sections and (lists of) values (strings, integers, floats, booleans or other sections), as well as single/double-quoted strings, environment variable expansion, functions and nested include statements. This package holds the development files for libconfuse.
LGPL-2.1-or-later
* Mon Aug 17 2026 Michael Vetter <mvetter@suse.com>
- Update to 3.4:
Changes:
* Support for CFGT_RAWSEC, capture a section body verbatim
* Support for an include() function within a section, enabled with the
CFGF_USE_INCLUDE_FUNCTION flag
* Support binary radix (0b...) for CFG_INT, issue #145
* Add support for fixed-width and unsigned integer types, CFG_INT8/16/32/64
and CFG_UINT8/16/32/64, alongside the platform-width CFG_INT, issue #11
* Update doxygen documentation and sync with modern doxygen
* Automatic large file support (LFS)
* cfg_parse_buf() now keeps a caller-set cfg->filename for file:line
diagnostics, defaulting to [buf] only when unset, the same way
cfg_parse_fp() handles FILE
* Optional JSON-style [ ] list syntax, enable with CFGF_JSON_LISTS flag to
cfg_init(); cfg_print() then emits [ ] as well. The default { } syntax is
unchanged
* Translation updates
Fixes:
* Issue #147: fix the bundled fmemopen() replacement for systems without a
native one (e.g. older macOS/BSD), so the write-then-read round-trip works;
diagnosed by sevan
* Issue #150: comments are now accepted anywhere between tokens, e.g. inside
lists and inline C-style, not only before an option name
* Issue #152: fail to build with gettext 0.20
* Issue #153: German translation update
* Issue #158: cfg_addtsec() returns the existing section when the title
already exists, matching the documented behavior
* Issue #163: heap overflow in cfg_tilde_expand(), found by Han Zheng
* Issue #172: document the working MSYS2/MINGW64 Windows build; the old
windows/mingw instructions were obsolete and failed to link
* Issue #179: cfg_addlist() now preserves default list values when appending
* Issue #180: isspace() argument fix, could crash the lexer
* Issue #182: guard against stack exhaustion from deeply nested sections
* Issue #187: null dereference on an empty comment (e.g. #) with
CFGF_COMMENTS enabled, found and fixed
* Fix null termination when expanding environment variables
* Only apply search path logic to relative pathnames, absolute paths are no longer altered
* Remove spurious 'no such option' errors for KEYSTRVAL sections
* Fix configure failure with autoconf 2.73, backslash continuations in the AC_CONFIG_FILES list are no longer accepted
- Drop libconfuse-d73777c2c3566fb2647727bb56d9a2295b81669b.patch
* Mon Sep 12 2022 ro@suse.de
- add fix from upstream git
libconfuse-d73777c2c3566fb2647727bb56d9a2295b81669b.patch
cfg_tilde_expand in confuse.c has a heap-based buffer over-read
(CVE-2022-40320 boo#1203326)
* Thu Jun 25 2020 Michael Vetter <mvetter@suse.com>
- Update to 3.3:
Changes:
* Support building static library on Windows
* Support for fmemopen() in Windows UWP applications
* Support for cfg_getopt(cfg, "sub=name|option"), i.e., get an
option from a sub-section, by Peter Rosin
* Support for CFGF_MODIFIED flag, to detect changes to settings
in memory after parsing, by Peter Rosin
* Support for filtering out settings when printing, by Peter Rosin
* Support for dynamic key=value sections with no pre-runtime
knowledge of setting names, useful for environment variables
and similar
* Updated German translation, by Chris Leick
Fixes:
* Fix loop-forever bug found by Christian Reitter; a .conf file
containing only "=", will cause even the simplest parser to loop
forever in internal function cfg_getopt_secidx()
* Issue #113: Fail to build strdup() replacement
* Issue #118: Fix build on Windows, missing fmemopen() replacement
* Issue #120: Handle shell and C++ comments with no space separator
* Issue #125: Drop developer debug msg QSTR: ...
* Issue #131: Fix CFG_PTR_CB() regression, segfaults when, e.g.,
cfg_free() is called. Found and fixed by Peter Rosin
* Issue #135: Revert CFGF_RESET flag if cfg_setmulti() family fail
* Issue #137: Memory leak in cfg_setopt() for PTR options
* Fri Oct 12 2018 Jan Engelhardt <jengelh@inai.de>
- Use new %lang_package -r semantics.
* Tue Aug 21 2018 kbabioch@suse.com
- Update to 3.2.2:
- Security release for CVE-2018-14447: Out-of-bounds reads in trim_whitespace
in lexer.l
- Removed xz as build requirement
- Removed -lang recommendation from main package
* Mon Aug 06 2018 jengelh@inai.de
- Ensure neutrality of description. Trim redundancies and
future goals from description.
* Thu Aug 02 2018 kbabioch@suse.com
- Initial packaging of version 3.2.1:
/usr/include/confuse.h /usr/lib64/libconfuse.so /usr/lib64/pkgconfig/libconfuse.pc /usr/share/doc/packages/libconfuse-devel /usr/share/doc/packages/libconfuse-devel/examples /usr/share/doc/packages/libconfuse-devel/examples/addsec.c /usr/share/doc/packages/libconfuse-devel/examples/cfgtest.c /usr/share/doc/packages/libconfuse-devel/examples/cli.c /usr/share/doc/packages/libconfuse-devel/examples/deprecated.c /usr/share/doc/packages/libconfuse-devel/examples/deprecated.conf /usr/share/doc/packages/libconfuse-devel/examples/env.c /usr/share/doc/packages/libconfuse-devel/examples/env.conf /usr/share/doc/packages/libconfuse-devel/examples/ftp.conf /usr/share/doc/packages/libconfuse-devel/examples/ftpconf.c /usr/share/doc/packages/libconfuse-devel/examples/nested.c /usr/share/doc/packages/libconfuse-devel/examples/nested.conf /usr/share/doc/packages/libconfuse-devel/examples/parsebuf.c /usr/share/doc/packages/libconfuse-devel/examples/reread.c /usr/share/doc/packages/libconfuse-devel/examples/reread.conf /usr/share/doc/packages/libconfuse-devel/examples/simple.c /usr/share/doc/packages/libconfuse-devel/examples/simple.conf /usr/share/doc/packages/libconfuse-devel/examples/test.conf /usr/share/doc/packages/libconfuse-devel/examples/wincfgtest.c /usr/share/doc/packages/libconfuse-devel/html /usr/share/doc/packages/libconfuse-devel/html/addsec_8c-example.html /usr/share/doc/packages/libconfuse-devel/html/annotated.html /usr/share/doc/packages/libconfuse-devel/html/bc_s.png /usr/share/doc/packages/libconfuse-devel/html/bc_sd.png /usr/share/doc/packages/libconfuse-devel/html/classes.html /usr/share/doc/packages/libconfuse-devel/html/cli_8c-example.html /usr/share/doc/packages/libconfuse-devel/html/closed.png /usr/share/doc/packages/libconfuse-devel/html/codedocs.css /usr/share/doc/packages/libconfuse-devel/html/confuse_8h.html /usr/share/doc/packages/libconfuse-devel/html/confuse_8h_source.html /usr/share/doc/packages/libconfuse-devel/html/darkmode_toggle.js /usr/share/doc/packages/libconfuse-devel/html/deprecated_8c-example.html /usr/share/doc/packages/libconfuse-devel/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html /usr/share/doc/packages/libconfuse-devel/html/doc.svg /usr/share/doc/packages/libconfuse-devel/html/docd.svg /usr/share/doc/packages/libconfuse-devel/html/doxygen.css /usr/share/doc/packages/libconfuse-devel/html/doxygen.svg /usr/share/doc/packages/libconfuse-devel/html/dynsections.js /usr/share/doc/packages/libconfuse-devel/html/env_8c-example.html /usr/share/doc/packages/libconfuse-devel/html/examples.html /usr/share/doc/packages/libconfuse-devel/html/files.html /usr/share/doc/packages/libconfuse-devel/html/folderclosed.svg /usr/share/doc/packages/libconfuse-devel/html/folderclosedd.svg /usr/share/doc/packages/libconfuse-devel/html/folderopen.svg /usr/share/doc/packages/libconfuse-devel/html/folderopend.svg /usr/share/doc/packages/libconfuse-devel/html/ftpconf_8c-example.html /usr/share/doc/packages/libconfuse-devel/html/functions.html /usr/share/doc/packages/libconfuse-devel/html/functions_vars.html /usr/share/doc/packages/libconfuse-devel/html/globals.html /usr/share/doc/packages/libconfuse-devel/html/globals_defs.html /usr/share/doc/packages/libconfuse-devel/html/globals_enum.html /usr/share/doc/packages/libconfuse-devel/html/globals_eval.html /usr/share/doc/packages/libconfuse-devel/html/globals_func.html /usr/share/doc/packages/libconfuse-devel/html/globals_type.html /usr/share/doc/packages/libconfuse-devel/html/globals_vars.html /usr/share/doc/packages/libconfuse-devel/html/icon-256.png /usr/share/doc/packages/libconfuse-devel/html/index.html /usr/share/doc/packages/libconfuse-devel/html/jquery.js /usr/share/doc/packages/libconfuse-devel/html/md__2home_2runner_2work_2libconfuse_2libconfuse_2ChangeLog.html /usr/share/doc/packages/libconfuse-devel/html/md__2home_2runner_2work_2libconfuse_2libconfuse_2HACKING.html /usr/share/doc/packages/libconfuse-devel/html/menu.js /usr/share/doc/packages/libconfuse-devel/html/menudata.js /usr/share/doc/packages/libconfuse-devel/html/minus.svg /usr/share/doc/packages/libconfuse-devel/html/minusd.svg /usr/share/doc/packages/libconfuse-devel/html/nav_f.png /usr/share/doc/packages/libconfuse-devel/html/nav_fd.png /usr/share/doc/packages/libconfuse-devel/html/nav_g.png /usr/share/doc/packages/libconfuse-devel/html/nav_h.png /usr/share/doc/packages/libconfuse-devel/html/nav_hd.png /usr/share/doc/packages/libconfuse-devel/html/nested_8c-example.html /usr/share/doc/packages/libconfuse-devel/html/open.png /usr/share/doc/packages/libconfuse-devel/html/pages.html /usr/share/doc/packages/libconfuse-devel/html/parsebuf_8c-example.html /usr/share/doc/packages/libconfuse-devel/html/plus.svg /usr/share/doc/packages/libconfuse-devel/html/plusd.svg /usr/share/doc/packages/libconfuse-devel/html/reread_8c-example.html /usr/share/doc/packages/libconfuse-devel/html/search /usr/share/doc/packages/libconfuse-devel/html/search/all_0.js /usr/share/doc/packages/libconfuse-devel/html/search/all_1.js /usr/share/doc/packages/libconfuse-devel/html/search/all_10.js /usr/share/doc/packages/libconfuse-devel/html/search/all_2.js /usr/share/doc/packages/libconfuse-devel/html/search/all_3.js /usr/share/doc/packages/libconfuse-devel/html/search/all_4.js /usr/share/doc/packages/libconfuse-devel/html/search/all_5.js /usr/share/doc/packages/libconfuse-devel/html/search/all_6.js /usr/share/doc/packages/libconfuse-devel/html/search/all_7.js /usr/share/doc/packages/libconfuse-devel/html/search/all_8.js /usr/share/doc/packages/libconfuse-devel/html/search/all_9.js /usr/share/doc/packages/libconfuse-devel/html/search/all_a.js /usr/share/doc/packages/libconfuse-devel/html/search/all_b.js /usr/share/doc/packages/libconfuse-devel/html/search/all_c.js /usr/share/doc/packages/libconfuse-devel/html/search/all_d.js /usr/share/doc/packages/libconfuse-devel/html/search/all_e.js /usr/share/doc/packages/libconfuse-devel/html/search/all_f.js /usr/share/doc/packages/libconfuse-devel/html/search/classes_0.js /usr/share/doc/packages/libconfuse-devel/html/search/close.svg /usr/share/doc/packages/libconfuse-devel/html/search/defines_0.js /usr/share/doc/packages/libconfuse-devel/html/search/enums_0.js /usr/share/doc/packages/libconfuse-devel/html/search/enumvalues_0.js /usr/share/doc/packages/libconfuse-devel/html/search/files_0.js /usr/share/doc/packages/libconfuse-devel/html/search/functions_0.js /usr/share/doc/packages/libconfuse-devel/html/search/mag.svg /usr/share/doc/packages/libconfuse-devel/html/search/mag_d.svg /usr/share/doc/packages/libconfuse-devel/html/search/mag_sel.svg /usr/share/doc/packages/libconfuse-devel/html/search/mag_seld.svg /usr/share/doc/packages/libconfuse-devel/html/search/pages_0.js /usr/share/doc/packages/libconfuse-devel/html/search/pages_1.js /usr/share/doc/packages/libconfuse-devel/html/search/pages_2.js /usr/share/doc/packages/libconfuse-devel/html/search/pages_3.js /usr/share/doc/packages/libconfuse-devel/html/search/pages_4.js /usr/share/doc/packages/libconfuse-devel/html/search/pages_5.js /usr/share/doc/packages/libconfuse-devel/html/search/search.css /usr/share/doc/packages/libconfuse-devel/html/search/search.js /usr/share/doc/packages/libconfuse-devel/html/search/searchdata.js /usr/share/doc/packages/libconfuse-devel/html/search/typedefs_0.js /usr/share/doc/packages/libconfuse-devel/html/search/variables_0.js /usr/share/doc/packages/libconfuse-devel/html/search/variables_1.js /usr/share/doc/packages/libconfuse-devel/html/search/variables_2.js /usr/share/doc/packages/libconfuse-devel/html/search/variables_3.js /usr/share/doc/packages/libconfuse-devel/html/search/variables_4.js /usr/share/doc/packages/libconfuse-devel/html/search/variables_5.js /usr/share/doc/packages/libconfuse-devel/html/search/variables_6.js /usr/share/doc/packages/libconfuse-devel/html/search/variables_7.js /usr/share/doc/packages/libconfuse-devel/html/search/variables_8.js /usr/share/doc/packages/libconfuse-devel/html/search/variables_9.js /usr/share/doc/packages/libconfuse-devel/html/search/variables_a.js /usr/share/doc/packages/libconfuse-devel/html/search/variables_b.js /usr/share/doc/packages/libconfuse-devel/html/search/variables_c.js /usr/share/doc/packages/libconfuse-devel/html/search/variables_d.js /usr/share/doc/packages/libconfuse-devel/html/search/variables_e.js /usr/share/doc/packages/libconfuse-devel/html/simple_8c-example.html /usr/share/doc/packages/libconfuse-devel/html/splitbar.png /usr/share/doc/packages/libconfuse-devel/html/splitbard.png /usr/share/doc/packages/libconfuse-devel/html/structcfg__defvalue__t.html /usr/share/doc/packages/libconfuse-devel/html/structcfg__opt__t.html /usr/share/doc/packages/libconfuse-devel/html/structcfg__t.html /usr/share/doc/packages/libconfuse-devel/html/sync_off.png /usr/share/doc/packages/libconfuse-devel/html/sync_on.png /usr/share/doc/packages/libconfuse-devel/html/tab_a.png /usr/share/doc/packages/libconfuse-devel/html/tab_ad.png /usr/share/doc/packages/libconfuse-devel/html/tab_b.png /usr/share/doc/packages/libconfuse-devel/html/tab_bd.png /usr/share/doc/packages/libconfuse-devel/html/tab_h.png /usr/share/doc/packages/libconfuse-devel/html/tab_hd.png /usr/share/doc/packages/libconfuse-devel/html/tab_s.png /usr/share/doc/packages/libconfuse-devel/html/tab_sd.png /usr/share/doc/packages/libconfuse-devel/html/tabs.css /usr/share/doc/packages/libconfuse-devel/html/tutorial.html /usr/share/doc/packages/libconfuse-devel/html/unioncfg__simple__t.html /usr/share/doc/packages/libconfuse-devel/html/unioncfg__value__t.html /usr/share/man/man3/cfg_defvalue_t.3.gz /usr/share/man/man3/cfg_opt_t.3.gz /usr/share/man/man3/cfg_simple_t.3.gz /usr/share/man/man3/cfg_t.3.gz /usr/share/man/man3/cfg_value_t.3.gz /usr/share/man/man3/confuse.h.3.gz /usr/share/man/man3/md__2home_2runner_2work_2libconfuse_2libconfuse_2ChangeLog.3.gz /usr/share/man/man3/md__2home_2runner_2work_2libconfuse_2libconfuse_2HACKING.3.gz /usr/share/man/man3/tutorial.3.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Sep 6 22:37:26 2026