<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/apr-util/Makefile, 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>2026-05-08T20:28:27Z</updated>
<entry>
<title>treewide: cleanup URLs</title>
<updated>2026-05-08T20:28:27Z</updated>
<author>
<name>Yanase Yuki</name>
</author>
<published>2026-01-02T09:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b0d8a3d384915c2de1c5b473fcfb8b3996bb849b'/>
<id>urn:sha1:b0d8a3d384915c2de1c5b473fcfb8b3996bb849b</id>
<content type='text'>
This commit converts plain HTTP URLs to HTTPS, and updates
old or outdated URLs.

Signed-off-by: Yanase Yuki &lt;dev@zpc.st&gt;
</content>
</entry>
<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>apr-util: disable parallel build</title>
<updated>2022-12-17T04:47:42Z</updated>
<author>
<name>Michal Vasilek</name>
</author>
<published>2022-12-15T10:18:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=bd9e119d68fba792a1f760525540c0e0cf10e63f'/>
<id>urn:sha1:bd9e119d68fba792a1f760525540c0e0cf10e63f</id>
<content type='text'>
Build reliably fails with -j20

    crypto/apr_passwd.c:200:1: fatal error: error closing -: Broken pipe
      200 | }
          | ^
    compilation terminated.

Signed-off-by: Michal Vasilek &lt;michal.vasilek@nic.cz&gt;
</content>
</entry>
<entry>
<title>apr-util: fix config file and install to proper location</title>
<updated>2020-12-09T00:56:00Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-12-08T08:47:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=04b597a52d81f2f0f10ae94d40f530e2843314e7'/>
<id>urn:sha1:04b597a52d81f2f0f10ae94d40f530e2843314e7</id>
<content type='text'>
This allows subversion to find it properly.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>apache/apr/apr-util: remove maintainer</title>
<updated>2020-07-08T16:28:35Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2020-07-08T16:28:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7582f7fca616e5966d07565b1eee06dbd49ea542'/>
<id>urn:sha1:7582f7fca616e5966d07565b1eee06dbd49ea542</id>
<content type='text'>
Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>apr-util: add configure vars</title>
<updated>2020-02-04T20:55:38Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2020-02-04T20:54:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f6c218e74dbea49bea6317b83bfd96867e1c314b'/>
<id>urn:sha1:f6c218e74dbea49bea6317b83bfd96867e1c314b</id>
<content type='text'>
Adds configure variables for features that the compiler or the libc
supports and which cannot be detected by apr-util's configure script
when cross-compiling.

Also removes one call to INSTALL_DIR (no functional change here).

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>apr-util: workaround reconfigure issue</title>
<updated>2020-01-30T21:01:04Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2020-01-30T20:56:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c24f5d258bb6600546ac513efb9e304de68930bd'/>
<id>urn:sha1:c24f5d258bb6600546ac513efb9e304de68930bd</id>
<content type='text'>
PKG_CONFIG_DEPENDS causes a rebuild when needed. Alas the apr-util build
system doesn't always work out the way OpenWrt intends it to. This was
found by pure chance. apr-util was in build directory without any
plugins selected. Then apache got selected, causing plugins to be
selected. So PKG_CONFIG_DEPENDS caused a reconfigure and another make in
apr-util. But afterward apache couldn't find symbols related to LDAP.

To workaround this add "clean" to make targets.

No rev bump because no change for the apr-util packages.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>apr-util: clean up InstallDev</title>
<updated>2020-01-30T20:53:09Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2020-01-30T20:53:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a16b29480567d89dedc5775d03391e3203d4e644'/>
<id>urn:sha1:a16b29480567d89dedc5775d03391e3203d4e644</id>
<content type='text'>
This removes the ifneq in InstallDev, because the maintainers are likely
to forget to extend it when new plugins are added (this has already
occurred).

Also, this removes the la files, because OpenWrt won't allow them into
staging anyway.

No rev bump because meaningless for the apr-util packages.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&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>
</feed>
