aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnutls: removed FIXUPNikos Mavrogiannopoulos2019-05-30
| | | | | | This addresses regression discussed in #8129 Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* Merge pull request #9105 from zhaojh329/fix-cgi-ioRosen Penev2019-05-29
|\ | | | | cgi-io: Fix bug
| * cgi-io: Fix bugJianhui Zhao2019-05-30
|/ | | | | | The installation name is inconsistent with the code Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* Merge pull request #8979 from val-kulkov/python-curlHannu Nyman2019-05-29
|\ | | | | python-curl: remove hardcoded dependency on mbedtls
| * python-curl: remove hardcoded dependency on mbedtlsVal Kulkov2019-05-14
| | | | | | | | | | | | | | | | | | Fixes issue #8978. If libcurl's SSL library is set to an SSL library other than libmbedtls, compilation fails. This patch configures python-curl to use the currently selected SSL library for libcurl. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | Merge pull request #9093 from jefferyto/python-host-ensurepip-upgrade-uninstallHannu Nyman2019-05-29
|\ \ | | | | | | python,python3: Use ensurepip=upgrade for host Python
| * | python,python3: Use ensurepip=upgrade for host PythonJeffery To2019-05-28
| | | | | | | | | | | | | | | | | | | | | This changes --with-ensurepip=install to upgrade, to upgrade host versions of setuptools and pip to the Python-bundled versions. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #9085 from commodo/readme-multi-package-feedsHannu Nyman2019-05-29
|\ \ \ | | | | | | | | lang: python: readme: document mechanism for corner-case python[3]-package.mk location
| * | | lang: python: readme: document mechanism for corner-case ↵Alexandru Ardelean2019-05-28
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python[3]-package.mk location After some thinking over this, documenting this behavior makes sense versus adding some functionst to handle this. There is some validity/use-cases where some users may want to reference a python[3]-package.mk from some other location as well as have the flexibility to change it (locally). One example can be when the local `packages` is renamed to something else. This does not fall on the responsibility of the Python maintainers, but it can be documented. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #9083 from jefferyto/python-src-pkg-infoHannu Nyman2019-05-29
|\ \ \ | | | | | | | | python,python3: Clear more fields for src packages
| * | | python,python3: Clear more fields for src packagesJeffery To2019-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This clears the CONFLICTS, PROVIDES, EXTRA_DEPENDS, and USERID fields for -src packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | xtables-addons: adapt build to EXTERNAL_TOOLCHAINEneas U de Queiroz2019-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 32aaaaa led to failures when openwrt ARCH did not match kernel ARCH, and this may not be its only side-effect. This restores the previous Build/Compile and Build/Install, using the default ones only when using external toolchain; in this case, ARCH is set to LINUX_KARCH. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | gnutls: updated to 3.6.8Nikos Mavrogiannopoulos2019-05-29
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | | | Merge pull request #9071 from solenoglyph/hfsprogsRosen Penev2019-05-28
|\ \ \ \ | | | | | | | | | | hfsprogs: Fix wide string literal in fsck_hfs
| * | | | hfsprogs: Fix wide string literal in fsck_hfsHenry Cross2019-05-26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Henry Cross <51044550+solenoglyph@users.noreply.github.com>
* | | | | Merge pull request #9094 from jefferyto/bluez-remove-examplesRosen Penev2019-05-28
|\ \ \ \ \ | | | | | | | | | | | | bluez: Remove bluez-examples
| * | | | | bluez: Remove bluez-examplesJeffery To2019-05-28
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* / | | | prometheus: update to 2.10Paul Spooren2019-05-28
|/ / / / | | | | | | | | | | | | Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | unbound: add compile options to library and daemonEric Luehrsen2019-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Two seperate package names were chosen instead of menu selected options because dependents need a ready (large) package in release directory. Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | unbound: replace obsolete test expressionsEric Luehrsen2019-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expressions '-o', '-a', and '\( \)' within test or '[ ]' are obsolete. POSIX allows few arguments to test, so long expressions are not portable. '[ p -a q ]' can be replaced with '[ p ] && [ q ]' instead. Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | fish: Fix wrong dependencyRosen Penev2019-05-27
| | | | | | | | | | | | | | | | | | | | UCLIBC should be USE_UCLIBC Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #9089 from philenotfound/mutt-bumpRosen Penev2019-05-27
|\ \ \ \ | | | | | | | | | | mutt: switch to https instead of ftp
| * | | | mutt: switch to https instead of ftpPhil Eichinger2019-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since https is preferred master site with http is used as second choice. Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* | | | | Merge pull request #9084 from philenotfound/mutt-bumpHannu Nyman2019-05-27
|\| | | | | | | | | | | | | | mutt: bump to version 1.12.0
| * | | | mutt: bump to version 1.12.0Phil Eichinger2019-05-27
|/ / / / | | | | | | | | | | | | Signed-off-by: Phil Eichinger <phil@zankapfel.net>
* | | | Merge pull request #9081 from cotequeiroz/lbevthp_botsRosen Penev2019-05-27
|\ \ \ \ | | | | | | | | | | lbevthp: attempt to fix bots failure
| * | | | libevhtp: pass TARGET_CPPFLAGS to cmakeEneas U de Queiroz2019-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added $(TARGET_CPPFLAGS) to TARGET_CFLAGS to fix a buildbot failure to find oniguruma include files. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | oniguruma: change ${...} to $(...) in MakefileEneas U de Queiroz2019-05-27
| | |/ / | |/| | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | Merge pull request #9078 from James-TR/dnsdistRosen Penev2019-05-27
|\ \ \ \ | | | | | | | | | | dnsdist: add missing dependency for libatomic
| * | | | dnsdist: add missing dependency for libatomicJames Taylor2019-05-27
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | libatomic is required on mips* targets. This change will fix buildbot failures in #8548 for dnsdist Signed-off-by: James Taylor <james@jtaylor.id.au>
* | | | Merge pull request #9075 from dibdot/banIPDirk Brenken2019-05-27
|\ \ \ \ | |/ / / |/| | | banip: update 0.1.2
| * | | banip: update 0.1.2Dirk Brenken2019-05-27
|/ / / | | | | | | | | | | | | | | | * add more IPv4 & IPv6 consistency checks * various cleanups Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | Merge pull request #9043 from neheb/fishRosen Penev2019-05-26
|\ \ \ | | | | | | | | fish: Do not build with uClibc-ng
| * | | fish: Do not build with uClibc-ngRosen Penev2019-05-20
| | | | | | | | | | | | | | | | | | | | | | | | fish requires locale_t, which uClibc-ng does not enable by default. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #9072 from jefferyto/slang-onigurumaRosen Penev2019-05-26
|\ \ \ \ | |_|/ / |/| | | slang2: Add oniguruma module
| * | | slang2: Add oniguruma moduleJeffery To2019-05-27
|/ / / | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #9060 from jefferyto/python-setuptools-reproducibleRosen Penev2019-05-25
|\ \ \ | | | | | | | | python-setuptools: Add reproducibility patches from Debian
| * | | python-setuptools: Add reproducibility patches from DebianJeffery To2019-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the ability to patch setuptools (and pip), and adds 3 reproducibility patches from Debian[1]. (003-PKG-INFO-output-reproducible.patch addresses the issue identified in #9039.) The patching is not perfect, in that the patches are applied to setuptools and pip after they have been installed, since they are installed from wheels which are already "precompiled". Also, patching for the host install cannot be updated in place, for example if a patch is added or removed. [1]: https://sources.debian.org/patches/python-setuptools/40.8.0-1/ Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #9063 from cotequeiroz/libevhtp-1.2.18Rosen Penev2019-05-25
|\ \ \ \ | | | | | | | | | | libevhtp: update to 1.2.18, add oniguruma package, adapt seafile-server
| * | | | 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>
| * | | | seafile-server: adjust to libevhtp 1.2.18Eneas U de Queiroz2019-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libevhtp 1.2.18 made API changes, and unbundled oniguruma. To adapt seafile-server, some patches from Alexandre Rossi's debian packaging at http://sousmonlit.zincube.net/~niol/repositories.git/ were applied. 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>
| * | | | oniguruma: add new packageEneas U de Queiroz2019-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | oniguruma is a regular expression library for different character encodings. It is a dependency of current version of libevhtp, and is currently only producing a static library, not generating an installable package. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | nfs-kernel-server: compile with internal rpcgenPeter Wagner2019-05-26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | Merge pull request #9067 from jefferyto/python3-chardet-rename-scriptRosen Penev2019-05-25
|\ \ \ \ \ | | | | | | | | | | | | python-chardet: Rename Python 3 script
| * | | | | python-chardet: Rename Python 3 scriptJeffery To2019-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Python 2 and 3 versions of chardet both install a script with the same name (/usr/bin/chardetect). This is the issue identified in #9006 (https://github.com/openwrt/packages/pull/9006#issuecomment-493709812). This renames the Python 3 script to chardetect3. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | Merge pull request #8963 from neheb/tellRosen Penev2019-05-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | telldus-core: Fix compilation with full NLS
| * | | | | | telldus-core: Fix compilation with full NLSRosen Penev2019-05-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -fpermissive is needed due to mismatching parameters (const char vs char). Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #9062 from dibdot/travelmateDirk Brenken2019-05-24
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | travelmate: update 1.4.7
| * | | | | | travelmate: update 1.4.7Dirk Brenken2019-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tweak 'f_check' function * code cleanup Signed-off-by: Dirk Brenken <dev@brenken.org>