From d10f4de529a417d6fb2f3367d16a1474dde994f8a79c899597ac85d4166628a1 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 15 Feb 2020 21:21:33 +0000 Subject: [PATCH] Accepting request 769722 from devel:kubic - Update to version 0.3.5+git20200203.3144b69: * Release version 0.3.5 * Use float.h instead of obsolete gnuism values.h * Remove gnuism (strdupa) * Check for empty value (NULL pointer) before calling strdup. - Update to version 0.3.4+git20200121.febebf2: * Release version 0.3.4 * Fix buffer overflow in econf_readDirs * Fix parsing of quoted strings, and values starting with delimiters * tests: add test for quoted strings * tests: tst-configdirs5: fix config dir paths OBS-URL: https://build.opensuse.org/request/show/769722 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libeconf?expand=0&rev=6 --- _service | 4 ++-- _servicedata | 2 +- libeconf-0.3.3+git20191028.3ac14ce.tar.xz | 3 --- libeconf-0.3.5+git20200203.3144b69.tar.xz | 3 +++ libeconf.changes | 19 +++++++++++++++++++ libeconf.spec | 6 +++--- 6 files changed, 28 insertions(+), 9 deletions(-) delete mode 100644 libeconf-0.3.3+git20191028.3ac14ce.tar.xz create mode 100644 libeconf-0.3.5+git20200203.3144b69.tar.xz diff --git a/_service b/_service index 3ef0029..6dc7155 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ - 0.3.3 - 0.3.3+git%cd.%h + 0.3.5 + 0.3.5+git%cd.%h git://github.com/openSUSE/libeconf.git git enable diff --git a/_servicedata b/_servicedata index dd371d0..61c61a5 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ git://github.com/openSUSE/libeconf.git - 3ac14cec7a092f33c8ff138c00da331455d7b81e + 3144b69a1876296f5e6d1c2e6be24cd149561ddf \ No newline at end of file diff --git a/libeconf-0.3.3+git20191028.3ac14ce.tar.xz b/libeconf-0.3.3+git20191028.3ac14ce.tar.xz deleted file mode 100644 index 40580d1..0000000 --- a/libeconf-0.3.3+git20191028.3ac14ce.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba9eebea2b7687bf1ba33ec0b35a811a08f98f6f0e16e053165d1506292c30f3 -size 28432 diff --git a/libeconf-0.3.5+git20200203.3144b69.tar.xz b/libeconf-0.3.5+git20200203.3144b69.tar.xz new file mode 100644 index 0000000..de65732 --- /dev/null +++ b/libeconf-0.3.5+git20200203.3144b69.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda0682945690dc43dab215b900d901ddbe3eed4ecc3159da22a3325a0a2efda +size 29656 diff --git a/libeconf.changes b/libeconf.changes index ccbadda..7167ee5 100644 --- a/libeconf.changes +++ b/libeconf.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Feb 03 16:21:51 UTC 2020 - rbrown@suse.com + +- Update to version 0.3.5+git20200203.3144b69: + * Release version 0.3.5 + * Use float.h instead of obsolete gnuism values.h + * Remove gnuism (strdupa) + * Check for empty value (NULL pointer) before calling strdup. + +------------------------------------------------------------------- +Tue Jan 21 14:53:44 UTC 2020 - rbrown@suse.com + +- Update to version 0.3.4+git20200121.febebf2: + * Release version 0.3.4 + * Fix buffer overflow in econf_readDirs + * Fix parsing of quoted strings, and values starting with delimiters + * tests: add test for quoted strings + * tests: tst-configdirs5: fix config dir paths + ------------------------------------------------------------------- Mon Oct 28 12:11:12 UTC 2019 - iforster@suse.com diff --git a/libeconf.spec b/libeconf.spec index c330c14..f358669 100644 --- a/libeconf.spec +++ b/libeconf.spec @@ -1,7 +1,7 @@ # # spec file for package libeconf # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %define lname libeconf0 Name: libeconf -Version: 0.3.3+git20191028.3ac14ce +Version: 0.3.5+git20200203.3144b69 Release: 0 Summary: Enhanced config file parser ala systemd License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ -Url: https://github.com/openSUSE/libeconf +URL: https://github.com/openSUSE/libeconf Source: libeconf-%{version}.tar.xz Source2: baselibs.conf BuildRequires: autoconf