aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* openvswitch: drop dependencies on kmod-mplsYousong Zhou2019-06-20
| | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* openvswitch: conditionally select kmod-nshYousong Zhou2019-06-20
| | | | | | | The nsh.ko requirement was introduced in kernel 4.15. Currently there are 3 kernel versions in base system, 4.9, 4.14, 4.19 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* openvswitch: rework skipping intree kmod build for unsupported kernelsYousong Zhou2019-06-20
| | | | | | | | | | | | | | | | | | This is a workaround to prevent the whole build from failing because of the intree kmods are not supported yet by upstream project. Root cause is that kernel version should not play a part when making DEPENDS as the generated kconfig was for all targets that may have different kernel versions. One less than ideal effect of this change is that for an unsupported kernel version, people can still select the intree kmod but it won't be built. This may contradict expectation if the warning was not noticed by them Resolves openwrt/packages#9274 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* Merge pull request #9264 from cotequeiroz/bcryptRosen Penev2019-06-19
|\ | | | | bcrypt: add python-cffi/host build dependency
| * bcrypt: add python-cffi/host build dependencyEneas U de Queiroz2019-06-18
| | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | python: Clarify README for Python 2-only librariesJeffery To2019-06-19
| | | | | | | | | | | | | | | | This clarifies that Python 2-only libraries will have a Python 3 version added, instead of being replaced by a Python 3 version (before the 2020 mass removal). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #9239 from hnyman/collectd390Hannu Nyman2019-06-19
|\ \ | | | | | | collectd: update to 5.9.0
| * | collectd: update to 5.9.0Hannu Nyman2019-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update collectd to version 5.9.0 * remove backported upstream patches (sensors, modbus) * remove lua patch that has been been implemented upstream (See collectd PR 3144) * refresh patches and accommodate into upstream path changes * place the 'stations' datatype for iwinfo in alpbetically correct place in types.db * add libmnl dependency to 'processes' plugin required for the new Linux process Delay Accounting capability. (Alternatively the capability & requirement might be patched away in Makefile.am, HAVE_LIBTASKSTATS from collectd_4ea7a572) * new plugins (disabled): ampq1, gpu_nvidia, pcie_errors, write_stackdriver, write_syslog compile-tested: ar71xx/WNDR3700 (all plugins) run-tested: ar71xx/WNDR3700 (selected plugins) Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | Merge pull request #9224 from BKPepe/markdownJosef Schlehofer2019-06-19
|\ \ \ | | | | | | | | python-markdown: add a new package
| * | | python-markdown: add a new packageKarel Kočí2019-06-18
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Karel Kočí <karel.koci@nic.cz> [Add me as maintainer] Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #9259 from dibdot/banIPDirk Brenken2019-06-19
|\ \ \ \ | | | | | | | | | | banip: update 0.1.4
| * | | | banip: update 0.1.4Dirk Brenken2019-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refine 'refresh' mode, add normal processing/download as fallback * remove needless reload trigger * fix various ipset warnings * fix timer in 'refresh' mode * adapt ssbl regex to new source list format Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | mosquitto: update to 1.6.3Karl Palsson2019-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes multiple issues, primarily of interest to OpenWrt: * getrandom issues with and without TLS and glibc See https://github.com/openwrt/packages/issues/9005 and https://github.com/openwrt/packages/pull/9243 Many many many other fixes related to mqttv5/v3.1.1 interactions and mqtt5 support options. Full changelog at: https://mosquitto.org/blog/2019/06/version-1-6-3-released/ Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | apfree-wifidog: Update to v3.11.1716Dengfeng Liu2019-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change log for v3.11.1716: [IMP] Replaced libhttpd with libevent, therefore commented thread related parameters in wifidogx conf file [IMP] Added REQUEST_TYPE_COUNTERS_V2 to wifidog protocol [IMP] Sent online and offline client's counter info to auth server [FIX] Fixed missing setting online_time parameter bug Signed-off-by: Dengfeng Liu <liudf0716@gmail.com>
* | | | | Merge pull request #9256 from BKPepe/pycurlRosen Penev2019-06-18
|\ \ \ \ \ | | | | | | | | | | | | python-curl: update to version 7.43.0.3
| * | | | | python-curl: update to version 7.43.0.3Josef Schlehofer2019-06-18
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Patch was accepted. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #9265 from nxhack/libupm_2.0.0Rosen Penev2019-06-18
|\ \ \ \ \ | | | | | | | | | | | | libupm: update to 2.0.0
| * | | | | libupm: update to 2.0.0Hirokazu MORIKAWA2019-06-19
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | Merge pull request #9266 from zhaojh329/libuhttpdRosen Penev2019-06-18
|\ \ \ \ \ | | | | | | | | | | | | libuhttpd: update to 2.2.2
| * | | | | libuhttpd: update to 2.2.2Jianhui Zhao2019-06-19
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | Merge pull request #9099 from CGretski/feature_ostiaryRosen Penev2019-06-18
|\ \ \ \ \ | | | | | | | | | | | | ostiary: Initial package creation
| * | | | | ostiary: Initial package creationChris Geraghty2019-06-11
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Chris Geraghty <CGretski@hotmail.com>
* | | | | | Merge pull request #8829 from flyn-org/mdnsresponderRosen Penev2019-06-18
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | mdnsresponder: update to IETF104
| * | | | | mdnsresponder: update to IETF104W. Michael Petullo2019-04-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | Merge pull request #9146 from commodo/seafile-cleanup1Rosen Penev2019-06-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | seafile-seahub,django: cleanup seafile a bit, add python3 variants for django & django-constance
| * | | | | | seafile-seahub: whitespace updateAlexandru Ardelean2019-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just un-indent the package definition a bit. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | django-constance: convert to python pkg format + add python3 variantAlexandru Ardelean2019-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | django: convert to python pkg format + add python3 variantAlexandru Ardelean2019-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also updates all dependencies to use the new `python-django` package. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | python-pytz: remove host-buildAlexandru Ardelean2019-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | seafile-seahub was the only user of this. Remove this from the build. Having it here is a bit messy. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | seafile-seahub: de-couple build a bit moreAlexandru Ardelean2019-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | seafile-seahub's build is a mess. It hijacks some OpenWrt mk files into the build. This can be avoided by provided some of the required parameters via env-vars and patching the env-vars into the build. Which is what this patch does. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | | seafile-seahub: move all prefix-ed python packages to varAlexandru Ardelean2019-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The change is mostly organizational. More packages will be moved to have python- or python3- prefixes. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | Merge pull request #9009 from neheb/nRosen Penev2019-06-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | poco: Remove
| * | | | | | | poco: Do not build on ARCRosen Penev2019-06-18
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not supported. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #9248 from jefferyto/golang-1.12.6Hannu Nyman2019-06-18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | golang: Update to 1.12.6
| * | | | | | | golang: Update to 1.12.6Jeffery To2019-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | Merge pull request #9238 from BKPepe/btrfsJosef Schlehofer2019-06-18
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | btrfs-progs: Update to version 5.1.1
| * | | | | | | btrfs-progs: Update to version 5.1.1Josef Schlehofer2019-06-16
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move depends under URL Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | Merge pull request #9244 from neheb/booRosen Penev2019-06-17
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Bosst change to HOSTPKG
| * | | | | | fbzmq: Switch to HOSTPKGRosen Penev2019-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | libmstch: Switch HOST to HOSTPKGRosen Penev2019-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HOST should be used by tools only, not for host packages. Other minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | fbthrift: Install to STAGING_DIR_HOSTPKGRosen Penev2019-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As part of the boost change. Also get rid of various CMake options as CMake can find everything properly now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | libfolly: Fix compilation for older ARM platformsRosen Penev2019-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ARM6 and below do not support the yield instruction. Do not use it there. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | boost: Install HOST libraries to HOSTPKGRosen Penev2019-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After talking to @jow on IRC, we found two problems. STAGING_DIR_HOST is designed for tools, not host packages. Changing this to HOSTPKG allows CMake and pkgconfig to work properly with fbthrift. The host-libraries should not be modular like this for host packages. Changed to eliminate them and to only build the needed ones. This can be changed as conditions change. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #9198 from xinxijishuwyq/masterRosen Penev2019-06-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | pigz: add package
| * | | | | | | pigz: something changeKen Wong2019-06-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ken Wong <xinxijishuwyq@gmail.com>
| * | | | | | | pigz: add packageKen Wong2019-06-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ken Wong <xinxijishuwyq@gmail.com>
* | | | | | | | Merge pull request #9177 from neheb/gabeDaniel Golle2019-06-17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libgabe: Update to 1.0
| * | | | | | | | libgabe: Update to 1.0Rosen Penev2019-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to codeload to simplify the Makefile Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #9138 from neheb/lz4Rosen Penev2019-06-17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | liblz4: Update to 1.9.1 and switch to codeload
| * | | | | | | | | liblz4: Update to 1.9.1 and switch to codeloadRosen Penev2019-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplifies the Makefile. Remove build hacks and use CMake Use PKG_BUILD_PARALLEL for faster compilation. Switch to the Compression submenu to group this with the others. Added lz4 binaries to be installable. Add Optimization option. Signed-off-by: Rosen Penev <rosenp@gmail.com>