<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/apr-util/patches, 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>2024-02-07T22:00:33Z</updated>
<entry>
<title>apr-util: update to 1.6.3</title>
<updated>2024-02-07T22:00:33Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-02-05T11:41:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=55abc039ffe2b0ef8e8e776427224daa413d0452'/>
<id>urn:sha1:55abc039ffe2b0ef8e8e776427224daa413d0452</id>
<content type='text'>
- Remove upstreamed patches
- Fix OS path leak in iconv configure script

Signed-off-by: krant &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy &lt;ilya.lipnitskiy@gmail.com&gt;
</content>
</entry>
<entry>
<title>apr-util: clean up Makefile and remove patch</title>
<updated>2020-01-26T18:00:48Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2020-01-26T17:59:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a62c0e599b52307e0896e15164ae1558a81be930'/>
<id>urn:sha1:a62c0e599b52307e0896e15164ae1558a81be930</id>
<content type='text'>
- removes 001-automake-compat.patch:
  Looks like this was meant as a workaround for a libtool issue. But it
  doesn't appear to be needed anymore.

- cleans up installation defines (uses macros, cleans up sed scripts,
  removes gratuitous slashes &amp; whitespaces)

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>apr-util: prevent recursive linking</title>
<updated>2020-01-15T18:27:19Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2020-01-15T18:27:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ea5b746e58d0f0b6b13aec35c1b37c4ed3bf9b80'/>
<id>urn:sha1:ea5b746e58d0f0b6b13aec35c1b37c4ed3bf9b80</id>
<content type='text'>
004-avoid_ldap_by_defaut.patch:
 By default use --avoid-ldap since apache2 is the only user, and we don't
 want to add extra dependencies to other apr-utils rdepends. Patch from
 Ryan Niebur &lt;ryanryan52@gmail.com&gt;, copied from Debian.

005-apu_config_dont_list_indep_libs.patch:
 Prevent recursive linking of dependent libraries by apr-util users.
 Patch from Peter Samuelson &lt;peter@p12n.org&gt;, also copied from Debian.
 Makes libexpat and libiconv private.

006-avoid_db_by-default.patch:
 Make apu-config not output dbm libs by default. See Debian #622081.
 Patch from Stefan Fritsch &lt;sf@debian.org&gt;, also copied from Debian

While bumping the revision also correct license information.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>apr-util: add mariadb patch</title>
<updated>2020-01-13T20:40:02Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2020-01-13T20:39:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=1d25dcde24e9b70fbcb0cee5c2269bea940fb95b'/>
<id>urn:sha1:1d25dcde24e9b70fbcb0cee5c2269bea940fb95b</id>
<content type='text'>
Patch by Kris Karas from
https://bz.apache.org/bugzilla/attachment.cgi?id=35326&amp;action=diff

This patch is also used by Debian.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>apr-util: add drivers</title>
<updated>2020-01-06T12:10:26Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2019-12-30T18:12:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=141bd55316719f11741a578e650aa1895ec68b25'/>
<id>urn:sha1:141bd55316719f11741a578e650aa1895ec68b25</id>
<content type='text'>
This adds the following drivers as extra packages:

- openssl
- mysql
- odbc
- pgsql
- sqlite3
- gdbm (dbm)
- ldap

This also removes the gratuitous dependency on libsqlite3 from
libaprutil (dbd_sqlite3 was nevery packaged before, after all).

With this ldap and session-crypto support can be enabled in apache.

The mysql driver is currently marked BROKEN, because apr-util still uses
mysql server headers, which aren't part of mariadb-connector-c. But
there's work underway at apr-util upstream to fix that so that BROKEN
can be removed during a feature version bump.

The gdbm dbm driver got added together with a patch that fixes the error
handling. Patch is from Debian.

Resolves #10886

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>apr-util: import from oldpackages, add myself as maintainer, add license</title>
<updated>2014-07-12T11:39:14Z</updated>
<author>
<name>Thomas Heil</name>
</author>
<published>2014-07-12T11:39:14Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b272f84c1e85342d8736524054b08d8781dc6110'/>
<id>urn:sha1:b272f84c1e85342d8736524054b08d8781dc6110</id>
<content type='text'>
information, update source-url update to v1.5.3

Signed-off-by: Thomas Heil &lt;heil@terminal-consulting.de&gt;
</content>
</entry>
</feed>
