aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | libcap: update to 2.27Deng Qingfang2019-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | | | | | | Merge pull request #9103 from ↵Hannu Nyman2019-05-30
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | jefferyto/python-host-patch-upgraded-setuptools-pip python,python3: Allow upgraded host setuptools/pip to be patched
| * | | | | | | | | | python,python3: Allow upgraded host setuptools/pip to be patchedJeffery To2019-05-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the current setuptools/pip version numbers to the indicator files' names, which should allow upgraded versions to be patched. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | | Merge pull request #9101 from jefferyto/python-setuptools-pip-installHannu Nyman2019-05-30
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | python-setuptools,python-pip: Installation changes
| * | | | | | | | | | | python3-setuptools,python3-pip: Use more predictable pycache cleanupJeffery To2019-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This uses two find commands to delete __pycache__ contents then the __pycache__ directories, rather than a for loop. The second command omits a -empty test, so that if the first command doesn't remove all directory contents for some reason, the second command will return an error (find will not delete a non-empty directory). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | | | | | | | python-setuptools,python-pip: Change prefix to /usrJeffery To2019-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the --prefix option, passed to host pip when "installing" target setuptools and pip, to /usr, in case the prefix is recorded in the packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | | | | | | | python-setuptools,python-pip: Set pip cache dir, disable version checkJeffery To2019-05-29
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds --cache-dir and --disable-pip-version-check options for host pip, when "installing" target setuptools and pip. This also changes the pip command to use $(HOST_PYTHON[3]_PIP) from python[3]-host.mk. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | | Merge pull request #9102 from jefferyto/python-cffi-cryptography-build-dependsHannu Nyman2019-05-30
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | python-cffi,python-cryptography: Fix build depends
| * | | | | | | | | | | python-cffi,python-cryptography: Fix build dependsJeffery To2019-05-29
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-cryptography's build depends (host cffi, libffi) were transferred to python-cffi at some point; this corrects the situation. python-cryptography's host Python build depends is copied from its setup.py[1]. [1]: https://github.com/pyca/cryptography/blob/2.6.1/setup.py#L47 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | | openconnect: updated to 8.03Nikos Mavrogiannopoulos2019-05-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolves: #8218 Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | | | | | | | | | | 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>