<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libzdb, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2020-04-09T07:57:31Z</updated>
<entry>
<title>libzdb: remove</title>
<updated>2020-04-09T07:57:31Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-04-04T21:49:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9b4308dae61467de434c516046c9d4757c0796ad'/>
<id>urn:sha1:9b4308dae61467de434c516046c9d4757c0796ad</id>
<content type='text'>
Does not seem to be used.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libzdb: fix headers path</title>
<updated>2020-03-18T16:21:51Z</updated>
<author>
<name>Alexander Ryzhov</name>
</author>
<published>2020-03-18T16:21:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=6fa5a63675cead99e4998c54911eb9e006426188'/>
<id>urn:sha1:6fa5a63675cead99e4998c54911eb9e006426188</id>
<content type='text'>
Signed-off-by: Alexander Ryzhov &lt;github@ryzhov-al.ru&gt;
</content>
</entry>
<entry>
<title>libs: libzdb: bump to version 3.2.1</title>
<updated>2020-03-10T11:00:40Z</updated>
<author>
<name>Alexandru Ardelean</name>
</author>
<published>2020-03-09T08:37:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=dcdceb526e72a7cc249b0d7133751ef67947b1ad'/>
<id>urn:sha1:dcdceb526e72a7cc249b0d7133751ef67947b1ad</id>
<content type='text'>
Patches require a bit of rework:
- dropped 010-missing-header.patch
- add 010-do-not-run-test-progs.patch
- re-updated 020-filterh-use-host-built-version.patch
  - Makefile.in gets regenerated from PKG_FIXUP:=autoreconf
- added PKG_FIXUP:=autoreconf ; it's easier to patch automake stuff that
  big configure scripts

Signed-off-by: Alexandru Ardelean &lt;ardeleanalex@gmail.com&gt;
</content>
</entry>
<entry>
<title>libzdb: update to 3.2</title>
<updated>2020-01-26T07:52:32Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-01-26T02:32:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=496ee7f91bcd00a64254a707f90fdd6252c2e690'/>
<id>urn:sha1:496ee7f91bcd00a64254a707f90fdd6252c2e690</id>
<content type='text'>
Removed most patches. The last was upstreamed and the others can be worked
around using Makefile.

Removed inactive maintainer.

Added PKG_BUILD_PARALLEL for faster compilation.

Fixed license information.

Massive reorganization of Makefile for consistency between packages.

Removed --with-sql options. These are totally broken when cross compiling.
Leaving them out works just as well.

Added cpp patch as the test needs a header.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libzdb: remove iconv hack, include nls.mk</title>
<updated>2018-07-13T21:12:03Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-07-13T21:10:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b25b0fc2eb41f69b8ad6119a47d9263234837ce0'/>
<id>urn:sha1:b25b0fc2eb41f69b8ad6119a47d9263234837ce0</id>
<content type='text'>
mariadb was sorted out by including nls.mk. Include it also in libzdb
and get rid of the previously introduced hack.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>libzdb: fix uclibc build issue</title>
<updated>2018-07-08T10:02:51Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2018-07-08T10:02:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9c7613dd25b5e1e9e3e962bcf25377b9625eb5b4'/>
<id>urn:sha1:9c7613dd25b5e1e9e3e962bcf25377b9625eb5b4</id>
<content type='text'>
libmariadb 10.2 needs to be linked in together with iconv. On musl and
glibc iconv is part of libc. That's not the case for uclibc, where
libiconv-full needs to be used. This commit adds -liconv to the linker
flags and aids libzdb in finding libiconv.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>libzdb: add compatibility with openssl 1.1</title>
<updated>2018-05-24T02:26:21Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2018-05-24T02:26:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0f9a536daf02d47bca67ac3bf1ae394bd9b844be'/>
<id>urn:sha1:0f9a536daf02d47bca67ac3bf1ae394bd9b844be</id>
<content type='text'>
This patch merely updates the detection of the ssl library.

Signed-off-by: Eneas U de Queiroz &lt;cote2004-github@yahoo.com&gt;
</content>
</entry>
<entry>
<title>treewide: run "make check FIXUP=1"</title>
<updated>2017-08-30T04:41:14Z</updated>
<author>
<name>Etienne Champetier</name>
</author>
<published>2017-08-28T04:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4006865ae81b20b1793ae2a07db20235fefd2c71'/>
<id>urn:sha1:4006865ae81b20b1793ae2a07db20235fefd2c71</id>
<content type='text'>
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git

(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)

Signed-off-by: Etienne Champetier &lt;champetier.etienne@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: replace $(STAGING_DIR)/host and $(HOST_BUILD_PREFIX) with $(STAGING_DIR_HOSTPKG)</title>
<updated>2017-01-10T17:25:54Z</updated>
<author>
<name>Matthias Schiffer</name>
</author>
<published>2017-01-10T14:02:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4a984a8d60f167db87dac6a6c283e62aca692d5e'/>
<id>urn:sha1:4a984a8d60f167db87dac6a6c283e62aca692d5e</id>
<content type='text'>
As both LEDE and OpenWrt have STAGING_DIR_HOSTPKG now, we can start to rely
on it. See 73b7f55424de52d8179a9ad808252fe3bf8dcc9d for more information on
STAGING_DIR_HOSTPKG.

STAGING_DIR_HOSTPKG won't actually be changed before the first LEDE release
(it is equivalent to $(STAGING_DIR)/host), so this simple search/replace
cleanup is safe to apply. Doing this cleanup now will be useful for the
Gluon project (an OpenWrt/LEDE based firmware framework) for experimenting
with modifying STAGING_DIR_HOSTPKG before doing this in the LEDE upstream.

Also fixes a typo in the dbus Makefile ("STAGIND_DIR").

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;
</content>
</entry>
<entry>
<title>libzdb: use correct path when creating host bindir</title>
<updated>2016-08-24T20:35:34Z</updated>
<author>
<name>Gergely Kiss</name>
</author>
<published>2016-05-04T06:26:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=d6ff1a0f1553db0ee74d35009bd12ea72b1370dd'/>
<id>urn:sha1:d6ff1a0f1553db0ee74d35009bd12ea72b1370dd</id>
<content type='text'>
Signed-off-by: Gergely Kiss &lt;mail.gery@gmail.com&gt;
</content>
</entry>
</feed>
