Commit db308423 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated apr-util to 1.6.1

parent c13ead4a
all:
tar xf apr-util-1.6.0.tar.bz2
patch -Np1 -d apr-util-1.6.0 < apr-util-1.6.0-gdbm.patch
cd apr-util-1.6.0 && ./configure --prefix=/usr --with-apr=/usr --with-gdbm=/usr --with-openssl=/usr --with-crypto --with-ldap=ldap
$(MAKE) -C apr-util-1.6.0
$(MAKE) -C apr-util-1.6.0 test
$(MAKE) -C apr-util-1.6.0 install
rm -rf apr-util-1.6.0
tar xf apr-util-1.6.1.tar.bz2
patch -Np1 -d apr-util-1.6.1 < apr-util-1.6.1-gdbm.patch
cd apr-util-1.6.1 && ./configure --prefix=/usr --with-apr=/usr --with-gdbm=/usr --with-openssl=/usr --with-crypto --with-ldap=ldap
$(MAKE) -C apr-util-1.6.1
$(MAKE) -C apr-util-1.6.1 test
$(MAKE) -C apr-util-1.6.1 install
rm -rf apr-util-1.6.1
--- apr-util-1.6.0/dbm/apr_dbm_gdbm.c 2018/02/25 16:36:31 1825311
+++ apr-util-1.6.0-gdbm/dbm/apr_dbm_gdbm.c 2018/02/25 16:41:11 1825312
diff -uNr apr-util-1.6.1/dbm/apr_dbm_gdbm.c apr-util-1.6.1-gdbm/dbm/apr_dbm_gdbm.c
--- apr-util-1.6.1/dbm/apr_dbm_gdbm.c 2008-11-21 18:51:06.000000000 +1030
+++ apr-util-1.6.1-gdbm/dbm/apr_dbm_gdbm.c 2019-10-09 19:28:28.030572817 +1030
@@ -36,8 +36,20 @@
static apr_status_t g2s(int gerr)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment