Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
01-fake-installed-apache.patch | Fake that Apache is installed. Instead of checking version number with apache2 -v, we hard-code a working version. This enables the package to be built without installing a running Apache on the building host. |
Steinar H. Gunderson <sesse@debian.org> | not-needed | vendor | 2010-02-28 | |
02-hardcode-usr-prefix.patch | Hard-code apreq2-config --prefix apreq2-config will leak information about the build environment. Hard-code what --prefix returns, so it's at least slightly more sane. |
Steinar H. Gunderson <sesse@debian.org> | not-needed | debian | vendor | 2010-02-28 |
03-link-in-apr-shared-objects.patch | Don't try to regenerate Makefiles at installation time, as this will forget to link against the internal copy of libapreq2-dev, which will cause problems when trying to load the module outside Apache. |
Steinar H. Gunderson <sesse@debian.org> | not-needed | |||
04-pass-libdir-to-configure.patch | Pass libdir to configure. | Steinar H. Gunderson <sesse@debian.org> | not-needed | |||
perl-opts.patch | Don't pass Makefile.PL arguments along to configure --with-perl-opts. | Bas Couwenberg <sebastic@debian.org> | not-needed | |||
spelling-errors.patch | Fix spelling errors. * mimicing -> mimicking * paramaters -> parameters |
Bas Couwenberg <sebastic@debian.org> | yes | |||
multipart-with-empty-filename.patch | apreq_parse_multipart: allow (back) empty parts' "name" and "filename" Fixes regression in v2.17, restoring the behaviour of v2.16. | not-needed | https://svn.apache.org/viewvc?view=revision&revision=1905018 | |||
32-bit-build.patch | fix type mismatch of MGVTBL.svt_copy namelen argument Since Perl 5.12, the type of the namelen argument of the svt_copy member of MGVTBL struct has changed its type from `int` to `I32`. . Perl commit: https://github.com/Perl/perl5/commit/3468c7eaa8d7687e8ae89928492b408a4d6c752f . On 64-bit platforms `int` and `I32` are both 32-bit integers, but on 32-bit platforms I32 is `long int` and a simple `int` is 16-bit. |
Damyan Ivanov <dmn@debian.org> | yes |