aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* rpcd-mod-lxc: info: return NOT_FOUND if container doesn't existRafał Miłecki2017-12-06
| | | | | | | | | | | | | | | | | | | | | | | It allow distinction between not existing and stopped container. So far querying for not existing container was resulting in: > ubus call lxc info '{ "name": "foo" }' { "name": "foo", "state": "STOPPED", "ips": [ ] } Now it's an error and it matches lxc-info command line: > ubus call lxc info '{ "name": "foo" }' Command failed: Not found > lxc-info --name foo foo doesn't exist Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
* collectd: upgrade package collectd to version 5.8.0Thomas Huehn2017-12-06
| | | | | | | | | | | | | | | | | | | | | This patch upgrades the collectd package from 5.7.2 to 5.8.2. All openwrt patches got either updated or deleted in case they are already included into upstream collectd. The new collectd 5.8.0 package compiles and got tested on current lede trunk with latest luci on an PCengines APU. All default plugins (enabled via Openwrt Makefile) - so also iwinfo - are running fine with the new version. Signed-off-by: Thomas Huehn <thomas@net.t-labs.tu-berlin.de> Amended with the following changes: * preserve git file history by avoiding unnecessary patch renames * mark new plugins introduced with 5.8 branch as disabled Compile tested all plugins with ipq806x Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* Merge pull request #5226 from lynxis/rb_vimTed Hess2017-12-05
|\ | | | | vim: remove build timestamp/hostname/username
| * vim: remove build timestamp/hostname/usernameAlexander Couzens2017-12-04
| | | | | | | | | | | | | | | | | | | | Build timestamp prevents reproducible builds [0]. Same for other irrelevant informations e.g. hostname, username. Thanks to debian for the patch. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | Merge pull request #5205 from lynxis/rb_sysstatTed Hess2017-12-05
|\ \ | | | | | | sysstat: remove build timestamp
| * | sysstat: remove build timestampAlexander Couzens2017-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | Build timestamp prevents reproducible builds [0]. Thanks to the debian project for the patch. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | pixiewps: initial version 1.4.1Yousong Zhou2017-12-05
| | | | | | | | | | | | | | | | | | Addresses #2872 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | reaver: switch to reaver-wps-fork-t6xYousong Zhou2017-12-05
| | | | | | | | | | | | | | | | | | Addresses #2872 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | openconnect: unify indentation in READMEYousong Zhou2017-12-05
| | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | Merge pull request #5208 from neheb/patch-2Ted Hess2017-12-04
|\ \ \ | | | | | | | | hd-idle: Update to 1.05
| * | | hd-idle: Update to 1.05Rosen Penev2017-12-01
| | | | | | | | | | | | | | | | | | | | | | | | This is only a bugfix release for a huge amount of drives. This software seems to be abandoned. Might as well update to latest. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #5223 from diizzyy/patch-108Ted Hess2017-12-04
|\ \ \ \ | | | | | | | | | | lib/expat: Update to 2.2.5
| * | | | lib/expat: Update to 2.2.5Daniel Engberg2017-12-04
|/ / / / | | | | | | | | | | | | | | | | Update (lib)expat to 2.2.5 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | openconnect: support reading password from scriptGavin Ni2017-12-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "token_mode" add support for "script", which execute "token_script" to get the password. Some token is not supported by OpenConnect natively, e.g. "MobilePass" or "Softoken II" used in Cisco VPN Signed-off-by: Gavin Ni <gisngy@gmail.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | Merge pull request #5220 from pprindeville/perl-cgi-4.38Philip Prindeville2017-12-03
|\ \ \ \ | | | | | | | | | | perl-cgi: Update to 4.38
| * | | | perl-cgi: Update to 4.38Philip Prindeville2017-12-03
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | git: update to 2.15.1 and cleanup DEPENDSPeter Wagner2017-12-03
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | gst1-libav: Supply CPU type to libav configure after stipping FPU notationTed Hess2017-12-03
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | mjpg-streamer: Add mdns supportTed Hess2017-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roger D <rogerdammit@gmail.com> Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | Merge pull request #5216 from lynxis/rb_tcpproxychamptar2017-12-03
|\ \ \ \ \ | | | | | | | | | | | | tcpproxy: remove build timestamp and hostname
| * | | | | tcpproxy: remove build timestamp and hostnameAlexander Couzens2017-12-03
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build timestamp prevents reproducible builds [0]. Build hostname also breaks reproducible builds. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | | | Merge pull request #5215 from lynxis/rb_lpc21ispchamptar2017-12-03
|\ \ \ \ \ | | | | | | | | | | | | lpc21isp: remove build timestamp
| * | | | | lpc21isp: remove build timestampAlexander Couzens2017-12-03
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build timestamps prevent reproducible builds [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | | | Merge pull request #5164 from TDT-AG/pr/20171116-net-mwan3-fixeschamptar2017-12-03
|\ \ \ \ \ | |/ / / / |/| | | | net/mwan3: add improvments and add a fix
| * | | | net/mwan3: update to version 2.6.8Florian Eckert2017-11-22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | net/mwan3: change usleep to sleep commandFlorian Eckert2017-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix bug use sleep instead of usleep Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | net/mwan3: use uptime for ubus age infoFlorian Eckert2017-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the date is changed by ntp the age value of mwan3 on ubus could jitter. Use instead the uptime value from /proc/uptime which will not change during system run. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | Merge pull request #4869 from apatrushev/masterchamptar2017-12-02
|\ \ \ \ \ | | | | | | | | | | | | micropython: updated to v1.9.2, micropython-lib: updated to v1.9
| * | | | | micropython: updated to v1.9.2, micropython-lib: updated to v1.9Anton Patrushev2017-09-23
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anton Patrushev <apatrushev@gmail.com>
* | | | | | gst1-libav: Fix Makefile syntax error.Ted Hess2017-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gstreamer1: Fix failures on buildbot mips platforms (accidently finds libunwind) Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | | Merge pull request #5183 from val-kulkov/pigeonhole-packagechamptar2017-12-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | pigeonhole: fix runtime dependency on dovecot's ABI
| * | | | | | pigeonhole: fix runtime dependency on dovecot's ABIVal Kulkov2017-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #5062. With ABI_VERSION declaration in dovecot's Makefile introduced in PR #5182, pigeonhole plugin will now be rebuilt on every dovecot upgrade. To announce the rebuilt pigeonhole plugin to opkg, introduce a different model of version numbering. The new version numbering now includes both dovecot and pigeonhole plugin version numbers. Therefore, the rebuilt pigeonhole plugin will be visible to opkg whenever dovecot or pigeonhole plugin version changes. Rename "pigeonhole" to "dovecot-pigeonhole". There are several reasons for renaming the package: 1. pigeonhole is a plugin. There seems to be a convention to name plugins by adding corresponding suffixes to the parent package name, such as lua-*, luci-*, php7-mod-*, perlbase-*, transmission-* etc. 2. When named as "dovecot-pigeonhole", the pigeonhole plugin is displayed right next to dovecot in config manager ("make menuconfig") and is therefore highly visible to anyone who explores the available modules for dovecot. 3. When named as "dovecot-pigeonhole", the package version number consisting of both dovecot and pigeonhole version numbers makes more sense: "dovecot-pigeonhole_2.2.33.2-0.4.20-2" looks more comprehensible than "pigeonhole_2.2.33.2-0.4.20-2", however admittedly both variants look rather ugly. Add ManageSieve to the package. Adding managesieve-login and its libraries increases the size of the package by about 11% from 702061 bytes to 781294 bytes on the bcm53xx platform. As dovecot is unlikely to be used on a low-end LEDE/OpenWrt box, the addition of ~80KB to the package size is not likely to make a noticeable difference but it will add the capability to use pigeonhole plugin for dovecot with systems that talk ManageSieve, such as the RoundCube. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | | | | Merge pull request #5134 from p-wassi/emailrelaychamptar2017-12-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | mail/emailrelay: rework init script and introduce config
| * | | | | | | mail/emailrelay: tune up initscript and configPaul Wassi2017-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, configuration of emailrelay was done by fiddling around with the commandline inside the initscript. Introduce a config file in /etc/config for basic configuration and at the same time switch to a procd-style initscript. Signed-off-by: Paul Wassi <p.wassi@gmx.at>
| * | | | | | | mail/emailrelay: cosmetic fixesPaul Wassi2017-11-16
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is just a cosmetic thing, therefore no increase of PKG_RELEASE. - Trailing spaces and tabs - Add newline to end of file - Add License info to Makefile - Move maintainer definition to PKG_MAINTAINER Signed-off-by: Paul Wassi <p.wassi@gmx.at>
* | | | | | | Merge pull request #5148 from mach327/openwrt_519champtar2017-12-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python3-idna: Fix openwrt/openwrt#519, opkg package list segfault.
| * | | | | | | python3-idna: Fix openwrt_repo 519, opkg segfault.mike mcginty2017-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: mike mcginty <mach327@gmail.com>
* | | | | | | | Merge pull request #5172 from jow-/polipo-enable-ipv6-supportchamptar2017-12-02
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | polipo: forcibly enable IPv6 support
| * | | | | | | | polipo: forcibly enable IPv6 supportJo-Philipp Wich2017-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently `polipo.h` uses the conditional `(__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2)` to decide whether to enable IPv6 support. This used to work for OpenWrt CC which uses uClibc disguising itself as Glibc 2.x but it does not work with Musl libc anymore as this library does not export any Glibc defines. Forcibly enable IPv6 support by passing `-DHAVE_IPv6` unconditionally through the build flags in the OpenWrt/LEDE Makefile. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | | | Merge pull request #5182 from val-kulkov/dovecot-packagechamptar2017-12-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | dovecot: prepare for runtime dependency by plugins
| * | | | | | | | | dovecot: prepare for runtime dependency by pluginsVal Kulkov2017-11-28
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add ABI_VERSION declaration in order to tell dovecot plugins that are runtime-dependent on dovecot's Application Binary Interface (ABI) version, such as the pigeonhole mail filter, that they need to be rebuilt each time the dovecot's ABI version changes. This PR is not yet closing issue #5062. A forthcoming PR for pigeonhole package will close the issue. Introduce a new configuration parameter to enable ICU (i18n) support. Make the ICU disabled by default. Introduce PKG_CONFIG_DEPENDS with the list of configuration parameters triggering rebuild of dovecot. Declare the conffiles section to save dovecot's configuration files and its init.d script on sysupgrade. Introduce a new package, dovecot-utils, to contain doveadm and dsync utilities: closes #4912. Correct the destination directory for the installation of example-config files. At present, the example files are installed into /usr/share/doc/dovecot/example-config/example-config. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | | | | | | Merge pull request #5187 from sartura/yara_bump_to_3.7.0champtar2017-12-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | yara: bump to 3.7.0
| * | | | | | | | | yara: bump to 3.7.0Marko Ratkaj2017-11-29
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | | | | Merge pull request #5188 from sartura/libuv_bump_to_1.17.0champtar2017-12-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libuv: bump to 1.17.0
| * | | | | | | | | libuv: bump to 1.17.0Marko Ratkaj2017-11-29
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | | | | | Merge pull request #5192 from neheb/patch-1champtar2017-12-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | btrfs-progs: Update to 4.14
| * | | | | | | | | btrfs-progs: Update to 4.14Rosen Penev2017-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disabled zstd as it needs a new package. zstd needs a more recent kernel than 4.9 to be used. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #5210 from commodo/travis_branch_buildchamptar2017-12-02
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | build,travis: build only last commit in a branch build
| * | | | | | | | | | build,travis: build only last commit in a branch buildAlexandru Ardelean2017-12-02
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This started out as me trying to fix my Python build in a local Travis CI env. After 40+ minutes, the build still did not stop: https://travis-ci.org/commodo/packages/builds/310413628 There is a bug, where the `.travis_do.sh` script does exit early, and enters an endless loop, when doing a branch build. It tries to continuously fetch 50 more revisions. So, I decided to add some limited support for branch builds. This also allows a simpler testing with Travis before opening a PR. This scope of testing is limited to whatever the last commit touches, but it's still better than nothing. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | Merge pull request #5211 from dibdot/adblockchamptar2017-12-02
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | adblock: update 3.1.1