14 Commits

Author SHA1 Message Date
stsp
8f7b3a577b Update devel/apr to 1.6.5.
Disable pool debugging again in favour of a patch by APR committer
Yann Ylavic, which forces the default allocator to call free(3) when
memory is no longer needed. The pool debug feature also enforces this,
but has additional side-effects since it uses an entirely different
code path which upstream says should not be used in production.

Also, patch configure.in to fix a botched format string definition for off_t.

ok sthen@
2019-01-22 11:55:20 +00:00
stsp
9e8d0daef4 Update to APR 1.6.3.
Fixes CVE-2017-12613; Out-of-bounds array deref in apr_time_exp*() function
2017-10-23 21:24:37 +00:00
stsp
4799948894 Update to APR 1.6.2.
Patch by David CARLIER (devnexen at gmail)
2017-06-24 12:31:59 +00:00
stsp
ccf558588d update to APR-1.5.2 2015-04-29 16:22:12 +00:00
stsp
35f3abd2cf Update APR to 1.5.0.
Enable APR memory pool debugging, which has the desirable side effect
of making APR memory pools a thin layer around malloc() and free() and
thus benefit from related exploit mitigation. APR will also overwrite
memory with a poison byte before freeing like malloc's J flag does.

ok sthen@
2014-04-12 17:05:58 +00:00
sthen
27a8c99d9f merge PFRAG.shared into PLIST, and regen distinfo, ok stsp@ 2013-11-25 11:37:15 +00:00
stsp
a4a2a5df05 Update to APR-1.4.6. Enable threads by default and remove the 'mt' flavour.
Grab maintainership.
ok sthen
2012-04-28 09:48:17 +00:00
steven
a5f69b4f28 update to 1.2.11
tested and ok merdely@, simon@
2007-09-20 10:17:21 +00:00
steven
fd306b2071 update to 1.2.9
ok simon@
2007-07-05 16:01:28 +00:00
espie
470294650d base64 distinfo with SHA256 2007-04-05 15:37:40 +00:00
kurt
4d71d63aee per POSIX accept(2) can return EINTR so have apr_socket_accept() retry
when this happens. http://issues.apache.org/bugzilla/show_bug.cgi?id=41975
fixes issues noticed while testing tomcat-native. regen patches and distinfo
while here.  "looks ok" steven@
2007-04-01 20:03:07 +00:00
alek
7b32dc014b update to 1.2.7; mostly from dlg@ 2006-10-04 09:30:00 +00:00
naddy
3f04f8f321 SIZE 2005-01-05 16:22:24 +00:00
alek
08344aaeaa Import APR 1.0.1
The Apache Portable Run-time mission is to provide a library of
routines that allows programmers to write a program once and be
able to compile it anywhere.

ok naddy@
2004-11-28 14:27:38 +00:00