<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/apr, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git-03.infra.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/'/>
<updated>2025-08-23T20:59:38Z</updated>
<entry>
<title>apr: update to 1.7.6</title>
<updated>2025-08-23T20:59:38Z</updated>
<author>
<name>Aleksey Vasilenko</name>
</author>
<published>2025-08-22T21:15:23Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=592d7f0b8f1379215f9c47cd97cd27a9f7243424'/>
<id>urn:sha1:592d7f0b8f1379215f9c47cd97cd27a9f7243424</id>
<content type='text'>
update to 1.7.6

Signed-off-by: Aleksey Vasilenko &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>libapr: adjust with glibc and libcrypt-compat</title>
<updated>2025-07-14T08:40:15Z</updated>
<author>
<name>Konstantin Demin</name>
</author>
<published>2025-07-04T07:51:41Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=c6473474e571fecfa6c9155329af8be84f81f336'/>
<id>urn:sha1:c6473474e571fecfa6c9155329af8be84f81f336</id>
<content type='text'>
glibc 2.39 has removed libcrypt completely.
solution: link against libxcrypt built with glibc compatibility.

Signed-off-by: Konstantin Demin &lt;rockdrilla@gmail.com&gt;
</content>
</entry>
<entry>
<title>apr: update to 1.7.5</title>
<updated>2024-09-02T17:57:07Z</updated>
<author>
<name>Aleksey Vasilenko</name>
</author>
<published>2024-09-02T14:17:33Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a1ed9ccccf8459b71064eb48c7275ba9c0ed1382'/>
<id>urn:sha1:a1ed9ccccf8459b71064eb48c7275ba9c0ed1382</id>
<content type='text'>
Signed-off-by: Aleksey Vasilenko &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>apr/subversion: fix subversion build and apache-mod-php8 build regression (fixes #23460)</title>
<updated>2024-02-16T23:28:46Z</updated>
<author>
<name>Michael Heimpold</name>
</author>
<published>2024-02-16T23:21:49Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=84ac0263b520ce918f81813aa15ac67c528e278c'/>
<id>urn:sha1:84ac0263b520ce918f81813aa15ac67c528e278c</id>
<content type='text'>
The recent upgrade of apr included a change with should fix the subversion build.

Unfortunately, this fix resulted in a build regression of apache-mod-php8.

The new approach is to pass the locations of the apr config helpers
to configure via parameter.

Fixes: 68dd7b7cf632 ("apr: update to 1.7.4")

Signed-off-by: Michael Heimpold &lt;mhei@heimpold.de&gt;
</content>
</entry>
<entry>
<title>apr: update to 1.7.4</title>
<updated>2024-02-07T21:53:31Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-02-05T11:47:50Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=68dd7b7cf6320c275fc082875c3d6bce361323de'/>
<id>urn:sha1:68dd7b7cf6320c275fc082875c3d6bce361323de</id>
<content type='text'>
- Remove upstreamed patches
- Fix bindir in apr-1-config to fix subversion build

Signed-off-by: krant &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>libs/apr: fix PKG_CPE_ID</title>
<updated>2024-01-24T22:55:30Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2024-01-24T21:48:33Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=a9ddc8e373945437d58e976b6c20bbc44ba31b67'/>
<id>urn:sha1:a9ddc8e373945437d58e976b6c20bbc44ba31b67</id>
<content type='text'>
There is not a single CVE under cpe:/a:apache:apr
so use cpe:/a:apache:portable_runtime:
https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&amp;keyword=cpe%3A2.3%3Aa%3Aapache%3Aportable_runtime

Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>apr: add autotools compatibility backports</title>
<updated>2022-09-09T22:20:58Z</updated>
<author>
<name>Michael Pratt</name>
</author>
<published>2022-08-25T18:50:14Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=980707ac101ae536b758a95ef321eb417a23744f'/>
<id>urn:sha1:980707ac101ae536b758a95ef321eb417a23744f</id>
<content type='text'>
Backport a bunch of patches that fixes build
when using new Autoconf and Automake.

The patches removed are replaced by upstream backports
which are more complete.

Signed-off-by: Michael Pratt &lt;mcpratt@pm.me&gt;
</content>
</entry>
<entry>
<title>apr: patch CVE-2021-35940</title>
<updated>2021-08-23T13:38:23Z</updated>
<author>
<name>Michal Vasilek</name>
</author>
<published>2021-08-23T11:37:53Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=0777e40b7472a0b0b77531b6797448f8c15bd586'/>
<id>urn:sha1:0777e40b7472a0b0b77531b6797448f8c15bd586</id>
<content type='text'>
Signed-off-by: Michal Vasilek &lt;michal.vasilek@nic.cz&gt;
</content>
</entry>
<entry>
<title>apr: install apr-1-config to host</title>
<updated>2020-12-08T05:21:49Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-12-08T02:55:08Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/feed/packages/commit/?id=367eab02d9976079e98715fad93c5ca065ee11f2'/>
<id>urn:sha1:367eab02d9976079e98715fad93c5ca065ee11f2</id>
<content type='text'>
Helps old packages that don't use pkgconfig.

Fix some extra paths.

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-03.infra.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>
</feed>
