Package: apr / 1.7.0-6+deb11u2
Metadata
Package | Version | Patches format |
---|---|---|
apr | 1.7.0-6+deb11u2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
fix_apr config.patch | (download) |
apr-config.in |
8 2 + 6 - 0 ! |
no description. |
ship_find_apr.m4.patch | (download) |
Makefile.in |
9 9 + 0 - 0 ! |
install a set of random build files too |
fix apr.pc.patch | (download) |
apr.pc.in |
5 3 + 2 - 0 ! |
no description. |
hurd_path_max.patch | (download) |
include/apr.h.in |
3 2 + 1 - 0 ! |
#349418 |
fix_doxygen.patch | (download) |
docs/doxygen.conf |
2 1 + 1 - 0 ! |
fix generation of docs for out-of-tree builds and newer doxygen versions |
omit_extra_libs.patch | (download) |
apr-config.in |
2 1 + 1 - 0 ! |
#463399 |
hurd_shm_flock.patch | (download) |
configure.in |
20 20 + 0 - 0 ! |
--- |
dont_override_external_buildflags | (download) |
build/apr_rules.mk.in |
8 4 + 4 - 0 ! |
--- |
libtoolize_check.patch | (download) |
build/buildcheck.sh |
8 4 + 4 - 0 ! |
check for libtoolize rather than libtool |
debug_testpoll_failure.patch | (download) |
test/testpoll.c |
3 3 + 0 - 0 ! |
--- |
use_fcntl_locking.patch | (download) |
file_io/unix/flock.c |
4 2 + 2 - 0 ! |
--- |
cross.patch | (download) |
Makefile.in |
10 3 + 7 - 0 ! |
compile gen_test_char with the build architecture compiler |
python3 hashbang.patch | (download) |
build/gen-build.py |
2 1 + 1 - 0 ! |
--- |
generic 64bit atomics.patch | (download) |
atomic/unix/builtins.c |
4 4 + 0 - 0 ! |
--- |
CVE 2021 35940.patch | (download) |
time/unix/time.c |
3 3 + 0 - 0 ! |
security: cve-2021-35940 (cve.mitre.org) Restore fix for CVE-2017-12613 which was missing in 1.7.x branch, though was addressed in 1.6.x in 1.6.3 and later via r1807976. . The fix was merged back to 1.7.x in r1891198. . Since this was a regression in 1.7.0, a new CVE name has been assigned to track this, CVE-2021-35940. |
Address some warnings raised by MSVC 32 64.patch | (download) |
atomic/win32/apr_atomic64.c |
50 11 + 39 - 0 ! |
address some warnings raised by msvc-32/64. |
apr_encode_base32 fix advertised output len when cal.patch | (download) |
encoding/apr_encode.c |
2 1 + 1 - 0 ! |
apr_encode_base32: fix advertised output *len when called with dst == NULL. |
apr_decode_base 64 32 16 stop reading before not inc.patch | (download) |
encoding/apr_encode.c |
60 42 + 18 - 0 ! |
apr_decode_base{64,32,16}: stop reading before (not including) nul byte. |
encoding Better check inputs of apr_ encode decode _.patch | (download) |
encoding/apr_encode.c |
1398 766 + 632 - 0 ! |
encoding: better check inputs of apr_{encode,decode}_* functions. |