aboutsummaryrefslogtreecommitdiff
path: root/libs/libevhtp/patches
Commit message (Collapse)AuthorAge
* libevhtp: Remove packageJeffery To2022-03-16
| | | | | | | | | With the removal of Seafile, there are no more in-repo users of this package. It will be imported into the abandoned packages repo[1]. [1]: https://github.com/openwrt/packages-abandoned/pull/25 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* libevhtp: restore openssl-thread patchEneas U de Queiroz2019-05-24
| | | | | | | The first and last hunks of the patch were already taken care of, but the middle two were still needed. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* libevhtp: update to 1.2.18, add maintainerEneas U de Queiroz2019-05-24
| | | | | | | | | | | Versions earlier than 1.2.15 had security vulnerabilities, especially related to the bundled oniguruma. Now libevhtp uses a system-provided library instead. The API changed as well, requiring patches to seafile-server. Adds @cotequeiroz Eneas U de Queiroz as maintainer. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* libevhtp: Add onigiruma.h to installRosen Penev2019-05-14
| | | | | | | For some reason from 1.1.7 to 1.2.0, oniguruma no longer gets installed by default. Fix that to fix compilation with seafile. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libevhtp: Update to 1.2.0Rosen Penev2019-05-07
| | | | | | | | | | | | | | | | In the tree, libevhtp is used only for Seafile. This is the most recent version that Haiwen lists as working. Updated threads patch for OpenSSL 1.1. Removed Maintainer as he is inactive. Simplified Makefile a little bit and reorganized for consistency between packages. Fixed compilation with uClibc-ng. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libevhtp: Fix compilation on OpenSSL 1.0.2 without deprecated APIsRosen Penev2018-11-06
| | | | | | Also switched to the proper upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libevhtp: add openssl 1.1 compatibilityEneas U de Queiroz2018-05-23
| | | | | | | | This patch is a backport of upstream changes. I read the Makefile warning and made sure it only updates the openssl calls and data types to the new API. It does not touch anything else! Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* libevhtp: downgrading due to compatibility issuesGergely Kiss2016-08-24
| | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* libevhtp: update to version 1.2.10Gergely Kiss2015-03-01
| | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* libevhtp: add version 1.2.9Gergely Kiss2014-12-16
Signed-off-by: Gergely Kiss <mail.gery@gmail.com> Tested-by: Gergely Kiss <mail.gery@gmail.com>