Accepting request 1074226 from devel:microos
OBS-URL: https://build.opensuse.org/request/show/1074226 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libeconf?expand=0&rev=20
This commit is contained in:
commit
c232807811
@ -1,6 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/openSUSE/libeconf.git</param>
|
<param name="url">https://github.com/openSUSE/libeconf.git</param>
|
||||||
<param name="changesrevision">77aa2597aa73b56ab1aa824d443ff9fa5667d71e</param>
|
<param name="changesrevision">535641ce1131db19d526e0f1d1d43437b87add44</param>
|
||||||
</service>
|
</service>
|
||||||
</servicedata>
|
</servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:430900f40b9c2aa34508b8d20ee40fa900d208b4377b42b809c290df249bb7f0
|
|
||||||
size 148372
|
|
BIN
libeconf-0.5.2.tar.xz
(Stored with Git LFS)
Normal file
BIN
libeconf-0.5.2.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 24 15:12:18 UTC 2023 - schubi@suse.com
|
||||||
|
|
||||||
|
- Update to version 0.5.2:
|
||||||
|
* Fixed build for aarch64 and gcc13.
|
||||||
|
* Making the output verbose when a test fails.
|
||||||
|
* Fixed a stack-buffer-overflow vulnerability in "econf_writeFile"
|
||||||
|
function.
|
||||||
|
* Fixed a stack-buffer-overflow vulnerability in "read_file"
|
||||||
|
function.
|
||||||
|
* Added new feature: econf_set_conf_dirs (const char **dir_postfix_list)
|
||||||
|
Sets a list of directory structures (with order) which describes
|
||||||
|
the directories in which the files have to be parsed.
|
||||||
|
E.G. with the given list: {"/conf.d/", ".d/", "/", NULL} files in following
|
||||||
|
directories will be parsed:
|
||||||
|
"<default_dirs>/<project_name>.<suffix>.d/"
|
||||||
|
"<default_dirs>/<project_name>/conf.d/"
|
||||||
|
"<default_dirs>/<project_name>.d/"
|
||||||
|
"<default_dirs>/<project_name>/"
|
||||||
|
The entry "<default_dirs>/<project_name>.<suffix>.d/" will be added
|
||||||
|
automatically.
|
||||||
|
* General code cleanup.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 19 15:58:59 UTC 2023 - schubi@suse.com
|
Thu Jan 19 15:58:59 UTC 2023 - schubi@suse.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define lname libeconf0
|
%define lname libeconf0
|
||||||
Name: libeconf
|
Name: libeconf
|
||||||
Version: 0.5.1
|
Version: 0.5.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Enhanced config file parser ala systemd
|
Summary: Enhanced config file parser ala systemd
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user