Download from your nearest mirror site!

Do not download from www.apache.org. Please use a mirror site to help us save apache.org bandwidth. Go here to find your nearest mirror.

APR 1.3.3 is the latest available version

APR 1.3.3 has been released, and should be considered "general availability".

APR-util 1.3.4 is the latest available version

APR-util 1.3.4 has been released, and should be considered "general availability".

APR-iconv 1.2.1 is the latest available version

APR-iconv 1.2.1 has been released, and should be considered "general availability".

APR 0.9.17 is also available

APR 0.9.17 has also been released. This is primarily a a bug-fix release for users requiring API or binary compatibility with previous APR 0.9 releases.

APR-util 0.9.15 is also available

APR-util 0.9.15 has also been released. This is primarily a a bug-fix release for users requiring API or binary compatibility with previous APR-util 0.9 releases.

APR-iconv 0.9.7 is also available

APR-iconv 0.9.7 has also been released. This is primarily a a build-fix release for Win32 users requiring API or binary compatibility with previous APR-iconv 0.9 releases.

PGP/GPG Signatures

All of the release distribution packages have been digitally signed (using PGP or GPG) by the ASF committers that constructed them. There will be an accompanying distribution.asc file in the same directory as the distribution. The PGP/GPG keys can be found at the MIT key repository and within this project's KEYS file.

Always signatures to validate package authenticity, e.g.,
$ pgpk -a KEYS
$ pgpv apr-1.0.1.tar.gz.asc
or,
$ pgp -ka KEYS
$ pgp apr-1.0.1.tar.gz.asc
or
$ gpg --verify apr-1.0.1.tar.gz.asc

We also offer MD5 hashes as an alternative to validate the integrity of the downloaded files. See the distribution.md5 files.