67baec14 | 29-Oct-2020 |
Jim Jagielski |
Force git/svn version to display if we are a src build (cherry picked from commit 8403f704f807051b7f1dc4cc96915c2e825f68d3) |
43c75f1d | 28-Oct-2020 |
Jim Jagielski |
Be safe when checking FAKEROOT (cherry picked from commit dfe9974f00bbfbbbe3454d83e54146dac7779823) |
1ba498ed | 28-Oct-2020 |
Jim Jagielski |
cut/paste error w/ FAKEROOT patch |
c1144642 | 28-Oct-2020 |
Jim Jagielski |
FAKEROOT test |
d3be6617 | 28-Oct-2020 |
mseidel |
Wiki Publisher: Resized dialog, removed whitespace |
1f292816 | 23-Oct-2020 |
mseidel |
Update download numbers (cherry picked from commit 3bfc75686fc8bb8fd91227c5af024c1afcc73522) |
0fcbebe3 | 22-Oct-2020 |
Jim Jagielski |
Do exactly what we did for AOO417 |
881812ae | 21-Oct-2020 |
Jim Jagielski |
restore |
3d95fef4 | 21-Oct-2020 |
Jim Jagielski |
canon way to test |
04229760 | 21-Oct-2020 |
Jim Jagielski |
FAKEROOT is "" in the env |
314bad97 | 19-Oct-2020 |
Matthias Seidel |
Update minor.mk |
4f60319c | 17-Oct-2020 |
Akikazu Yoshikawa |
Fix for crashing in exporting PDF with a Noto Serif CJK JP font. (#106) (cherry picked from commit 65eb26c10610909590c880569cf5457c67aa4693) |
7bc7a6c4 | 17-Oct-2020 |
DonLewisFreeBSD |
Fix build when configured with --without-fonts (#105) Packaging breaks when the --without-fonts option is passed to configure because the fc_local.conf. This seems to have been
Fix build when configured with --without-fonts (#105) Packaging breaks when the --without-fonts option is passed to configure because the fc_local.conf. This seems to have been caused by a mismerge when cherry picking commits from AOO42X. Co-authored-by: Don Lewis <truckman@apache.org>
show more ...
|
1732e54a | 06-Oct-2020 |
Jim Jagielski |
Bump to m2 ==> AOO418-RC2 |
0a994498 | 06-Oct-2020 |
Jim Jagielski |
Fix broken compile for older Linux... disable HW accel just as we used to do before |
9f99128e | 05-Oct-2020 |
Don Lewis |
Uprade bundled expat to version 2.2.10 This is a bug fix release. |
5e07d634 | 05-Oct-2020 |
Damjan Jovanovic |
Improve routing of URLs in events. Patch by: me (cherry picked from commit ef39f77fbb9d299ce3074346a1bbe5351613169f) |
2183b998 | 03-Oct-2020 |
DonLewisFreeBSD |
Merge pull request #102 from DonLewisFreeBSD/libxml+serf-418 Libxml+serf 418
|
7bcdd272 | 01-Oct-2020 |
DonLewisFreeBSD |
Merge pull request #101 from DonLewisFreeBSD/javadetection Set java compilation target to version 1.5
|
5661f8d9 | 30-Sep-2020 |
Don Lewis |
Fix handling of NUL characters in certificate fields A flaw was found in the way Serf handled NUL characters in the CommonName and SubjectAltNames fields of X.509 certificates. An attack
Fix handling of NUL characters in certificate fields A flaw was found in the way Serf handled NUL characters in the CommonName and SubjectAltNames fields of X.509 certificates. An attacker able to get a carefully-crafted certificate signed by a trusted Certificate Authority could trick applications using Serf (such as Subversion on Fedora 20 and later, refer also to bug 1127063) into accepting it by mistake, allowing the attacker to perform a man-in-the-middle attack. Patch by: Ben Reser of WANdisco via Serf Project and Apache Serf
show more ...
|
2a621114 | 30-Sep-2020 |
Don Lewis |
libxml2 bug fixes from upstream From: Zhipeng Xie <xiezhipeng1@huawei.com> Date: Thu, 12 Dec 2019 17:30:55 +0800 Subject: [PATCH] Fix infinite loop in xmlStringLenDecodeEntities
libxml2 bug fixes from upstream From: Zhipeng Xie <xiezhipeng1@huawei.com> Date: Thu, 12 Dec 2019 17:30:55 +0800 Subject: [PATCH] Fix infinite loop in xmlStringLenDecodeEntities When ctxt->instate == XML_PARSER_EOF,xmlParseStringEntityRef return NULL which cause a infinite loop in xmlStringLenDecodeEntities Found with libFuzzer. From: Nick Wellnhofer <wellnhofer@aevum.de> Date: Fri, 7 Aug 2020 21:54:27 +0200 Subject: [PATCH] Fix out-of-bounds read with 'xmllint --htmlout' Make sure that truncated UTF-8 sequences don't cause an out-of-bounds array access. Thanks to @SuhwanSong and the Agency for Defense Development (ADD) for the report. Fixes #178. From: Zhipeng Xie <xiezhipeng1@huawei.com> Date: Tue, 20 Aug 2019 16:33:06 +0800 Subject: [PATCH] Fix memory leak in xmlSchemaValidateStream When ctxt->schema is NULL, xmlSchemaSAXPlug->xmlSchemaPreRun alloc a new schema for ctxt->schema and set vctxt->xsiAssemble to 1. Then xmlSchemaVStart->xmlSchemaPreRun initialize vctxt->xsiAssemble to 0 again which cause the alloced schema can not be freed anymore. Found with libFuzzer. Patch by: Zhipeng Xie <xiezhipeng1@huawei.com> via gnome.org Patch by: Nick Wellnhofer <wellnhofer@aevum.de> via gnome.org
show more ...
|
b5687e85 | 30-Sep-2020 |
mseidel |
Updated English dictionary |
c19b8f98 | 29-Sep-2020 |
Don Lewis |
Set java compilation target to version 1.5 Set java compilation target to version 1.5 so that old versions of java can be detected even when building using a newer version of the compile
Set java compilation target to version 1.5 Set java compilation target to version 1.5 so that old versions of java can be detected even when building using a newer version of the compiler.
show more ...
|
df26b234 | 26-Sep-2020 |
DonLewisFreeBSD |
Python418 - Upgrade bundled python on AOO418 branch. (#99) * Upgrade bundled python to 2.7.18. * Updated LICENSE for Python 2.7.18 Co-authored-by: Don Lewis <truckman@apach
Python418 - Upgrade bundled python on AOO418 branch. (#99) * Upgrade bundled python to 2.7.18. * Updated LICENSE for Python 2.7.18 Co-authored-by: Don Lewis <truckman@apache.org> Co-authored-by: mseidel <mseidel@apache.org>
show more ...
|
b977c683 | 11-Jan-2020 |
mseidel |
Fixed typos (cherry picked from commit 7c5cbfde20e595d678c73935a8f75203773bea47) |