libeconf 0.5.2+dfsg1-1 source package in Ubuntu

Changelog

libeconf (0.5.2+dfsg1-1) unstable; urgency=medium

  * New upstream release. (Closes: #1037333)
    - includes fixes for CVE-2023-32181 and CVE-2023-22652
  * Add one new symbol to debian/libeconf0.symbols

 -- Andreas Henriksson <email address hidden>  Sun, 11 Jun 2023 22:01:24 +0200

Upload details

Uploaded by:
Andreas Henriksson
Uploaded to:
Sid
Original maintainer:
Andreas Henriksson
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
libeconf_0.5.2+dfsg1-1.dsc 2.1 KiB 826857ba6a45a3e418a1f3cfe5d2c70e569c9a93cc821f22d0903e620fedd680
libeconf_0.5.2+dfsg1.orig.tar.xz 57.6 KiB e5f49112fb8d013b8baaab028d91ee55035c33c5edb2156d9d86b83e20be6b79
libeconf_0.5.2+dfsg1-1.debian.tar.xz 4.3 KiB 43deffe91cf256d7a2bcd8cd8f2b64932429d6d402030d21a26227a07f3046e5

Available diffs

No changes file available.

Binary packages built by this source

libeconf-dev: parse and manage key=value configuration files - development files

 libeconf is a highly flexible and configureable library to parse and manage
 key=value configuration files. It reads configuration file snippets from
 different directories and builds the final configuration file for the
 application from it.
 .
 The first file is the vendor provided configuration file. There are two
 methods of overriding this vendor settings: copy the file from /usr/vendordir
 to /etc and modify the settings. Alternatively, a directory named
 file.suffix.d/ within /etc can be created, with drop-in files in the form
 name.suffix. This files contain only the changes of the specific settings the
 user is interested in. There can be several such drop-in files, they are
 processed in lexicographic order of their filename.
 .
 This package provides the development files needed at compile-time.

libeconf-utils: parse and manage key=value configuration files - command line utils

 libeconf is a highly flexible and configureable library to parse and manage
 key=value configuration files. It reads configuration file snippets from
 different directories and builds the final configuration file for the
 application from it.
 .
 The first file is the vendor provided configuration file. There are two
 methods of overriding this vendor settings: copy the file from /usr/vendordir
 to /etc and modify the settings. Alternatively, a directory named
 file.suffix.d/ within /etc can be created, with drop-in files in the form
 name.suffix. This files contain only the changes of the specific settings the
 user is interested in. There can be several such drop-in files, they are
 processed in lexicographic order of their filename.
 .
 This package provides command line utilities (econftool).

libeconf-utils-dbgsym: debug symbols for libeconf-utils
libeconf0: parse and manage key=value configuration files

 libeconf is a highly flexible and configureable library to parse and manage
 key=value configuration files. It reads configuration file snippets from
 different directories and builds the final configuration file for the
 application from it.
 .
 The first file is the vendor provided configuration file. There are two
 methods of overriding this vendor settings: copy the file from /usr/vendordir
 to /etc and modify the settings. Alternatively, a directory named
 file.suffix.d/ within /etc can be created, with drop-in files in the form
 name.suffix. This files contain only the changes of the specific settings the
 user is interested in. There can be several such drop-in files, they are
 processed in lexicographic order of their filename.
 .
 This package provides the library files needed at runtime.

libeconf0-dbgsym: debug symbols for libeconf0