aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #12092 from wongsyrone/patch-1Rosen Penev2020-05-05
|\ | | | | wsdd2: fix infinite loop when BI_PARM is never set
| * wsdd2: bump PKG_RELEASE; refine init scriptSyrone Wong2020-05-06
| | | | | | | | Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
| * wsdd2: fix infinite loop when BI_PARM is never setSyrone Wong2020-05-06
| | | | | | | | | | | | | | | | | | If BI_PARM is never set, it's "" and causes infinite loop (before my PR sent upstream) or error out (after my PR sent upstream). Append -b option only if it's valid. Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
* | libevhtp: Fix dependencies not selected when building static libraryJeffery To2020-05-05
|/ | | | | | | | | | | | | | | | | | | | | | | | | | When libevhtp is added to a package's PKG_BUILD_DEPENDS (i.e. for seafile-server), libevhtp's target package dependencies are not automatically selected, in particular libevent2-openssl and libevent2-pthreads. Moreover, if libevent-openssl and libevent2-pthreads are not selected, OpenSSL and thread support are disabled when compiling libevent2, which in turn causes a compile error when building libevhtp. This adds a config option, LIBEVHTP_BUILD_DEPENDS, that will select libevent2-openssl and libevent2-pthreads (via LIBEVHTP_BUILD_SELECT) when it is selected. Other build dependencies are moved to PKG_BUILD_DEPENDS. This also updates seafile-server to remove the (indirect) dependencies added in 13d843fec1cd3281cc469fc74de302c1f793b723 and instead select LIBEVHTP_BUILD_DEPENDS. This also updates the maintainer's email address and adds myself as another maintainer. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* Merge pull request #11980 from neheb/pulseeeRosen Penev2020-05-05
|\ | | | | pulseaudio: add lto and gc-sections to reduce size
| * pulseaudio: do not build NEON with unsupported platformsRosen Penev2020-05-05
| | | | | | | | | | | | | | | | | | | | Unfortunately, meson's check is totally broken. Fortunately, it's fairly easy to workaround. Fixes compilation with all ARM platforms that don't support NEON. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * pulseaudio: add lto and gc-sections to reduce sizeRosen Penev2020-05-04
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #12052 from neheb/satiRosen Penev2020-05-05
|\ \ | | | | | | minisatip: update to 1.0.3
| * | minisatip: update to 1.0.3Rosen Penev2020-05-02
| | | | | | | | | | | | | | | | | | Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #12041 from neheb/shairRosen Penev2020-05-05
|\ \ \ | | | | | | | | shairport-sync: update to 3.3.6
| * | | shairport-sync: update to 3.3.6Rosen Penev2020-05-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use PKG_INSTALL for consistency between packages. Ran the init script through shellcheck. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | docker-ce: fix docker info warningFlorian Eckert2020-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we execute `docker info` we get the following warning: WARNING: bridge-nf-call-iptables is disabled WARNING: bridge-nf-call-ip6tables is disabled To fix this enable this in sysctl if docker is installed. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | collectd: bump PKG_RELEASEHannu Nyman2020-05-05
| | | | | | | | | | | | | | | | | | | | | | | | Bump PKG_RELEASE on behalf of 38235de9c Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | collectd: SQM collect data from some qdiscsKevin Darbyshire-Bryant2020-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a script that can collect data from mq (multi queue) and cake qdiscs. Script is reliant on collectd's 'exec' module. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | | | rrdtool1: modify logarithmic scale labellingKevin Darbyshire-Bryant2020-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The y-axis graph labels in logarithmic mode display in 'scientific' notation eg: '1e+00' for 0, '1e+01' for 10, '1e+02' for 100 and so on. This IMO is a pain in the backside for non scientific humans to read. Modified output to display numbers up to 99,999 in conventional decimal format and to revert to scientific notation for larger, thus the same display space is taken. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | | | Merge pull request #12046 from BKPepe/youtubedlRosen Penev2020-05-04
|\ \ \ \ | | | | | | | | | | youtube-dl: update to version 2020.5.3
| * | | | youtube-dl: update to version 2020.5.3Josef Schlehofer2020-05-02
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #12079 from stangri/master-vpn-policy-routingRosen Penev2020-05-04
|\ \ \ \ \ | | | | | | | | | | | | vpn-policy-routing: support phys-dev policies
| * | | | | vpn-policy-routing: support phys-dev policiesStan Grishin2020-05-04
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | Merge pull request #12081 from ematsu/feature_create_tmpdirRosen Penev2020-05-04
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | freeradius3: Fix to init script.
| * | | | | freeradius3: Fix to init script.Eiji MATSUMOTO2020-05-05
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To use eap tls, 'tmpdir' must be created before server starts. This 'tmpdir' is used to store and verify client certificate, and therefore radiusd do 'chmod go-rwx'. If 'tmpdir' does NOT exists, server failed to start and default 'tmpdir' is '/tmp/radiusd'. So init script MUST create default 'tmpdir' like other directories. Signed-off-by: Eiji MATSUMOTO <toudaiman@gmail.com>
* | | | | Merge pull request #12059 from neheb/gerb2Rosen Penev2020-05-04
|\ \ \ \ \ | |/ / / / |/| | | | gerbera: update to 1.5.0
| * | | | gerbera: update to 1.5.0Rosen Penev2020-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a fairly massive update that adds new dependencies. Switched the CMAKE_OPTIONS to use ON/OFF as is done elsewhere. Added a patch fixing compilation with libiconv-stub/full. Add a small debug option to write to syslog debug information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | pugixml: addRosen Penev2020-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed for gerbera 1.5.0 Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | spdlog: addRosen Penev2020-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed for Gerbera 1.5.0 Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | upmpdcli: update to 1.4.7Rosen Penev2020-05-02
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | libupnpp: update to 0.18.0Rosen Penev2020-05-02
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | libnpupnp: addRosen Penev2020-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is needed for newer versions of libupnpp. This may or may not also be needed for newer versions of Gerbera. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | libupnp: update to 1.12.1Rosen Penev2020-05-02
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12078 from micmac1/masneonRosen Penev2020-05-04
|\ \ \ \ | | | | | | | | | | neon: add back sed scripts for neon-config
| * | | | neon: add back sed scripts for neon-configSebastian Kemper2020-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 3a67097 removed the sed scripts that ran on neon-config. Now there is build failure for Asterisk because a host include directory is added to the build: mips_24kc_musl/usr/lib/libintl-stub/include -I/store/buildbot/slave/shared-workdir/build/sdk/staging_dir/target-mips_24kc_musl/usr/include/libxml2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fPIC -DAST_MODULE=\"res_calendar_exchange\" -DAST_MODULE_SELF_SYM=__internal_res_calendar_exchange_self -I/usr/include/neon -I/store/buildbot/slave/shared-workdir/build/sdk/staging_dir/target-mips_24kc_musl/usr/include -pthread -I/store/buildbot/slave/shared-workdir/build/sdk/staging_dir/target-mips_24kc_musl/usr/include res_calendar_exchange.c:34:10: fatal error: ne_session.h: No such file or directory #include <ne_session.h> ^~~~~~~~~~~~~~ compilation terminated. This commit adds back the sed scripts. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | libmicrohttpd: update to 0.9.70Rosen Penev2020-05-05
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix license information. Cleanup Makefile for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12036 from micmac1/json-glibRosen Penev2020-05-04
|\ \ \ \ | | | | | | | | | | json-glib: new package
| * | | | json-glib: new packageSebastian Kemper2020-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From upstream description: JSON-GLib is a library providing serialization and deserialization support for the JavaScript Object Notation (JSON) format described by RFC 4627. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | Merge pull request #12063 from mstorchak/tmuxRosen Penev2020-05-04
|\ \ \ \ \ | | | | | | | | | | | | tmux: update to 3.1b
| * | | | | tmux: update to 3.1bMaxim Storchak2020-05-04
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | Merge pull request #12071 from neheb/yaraRosen Penev2020-05-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | yara: update to 4.0.0
| * | | | | | yara: update to 4.0.0Rosen Penev2020-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #12076 from TDT-AG/pr/20200504-collectdHannu Nyman2020-05-04
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | collectd: add syslog json plugin
| * | | | | | | collectd: add syslog json pluginFlorian Eckert2020-05-04
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | acme: Bump acme.sh to v2.8.6Toke Høiland-Jørgensen2020-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | | | acme: Remove luci-app-acmeToke Høiland-Jørgensen2020-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Luci app for ACME has been moved to the luci package feed. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | | | keepalived: update PKG_RELEASE numberFlorian Eckert2020-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | keepalived: add script security param to fix warningFlorian Eckert2020-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Openwrt is a single user system. So keepalived is runnig as root. If we add the config options `script_user root` and `enabled_script_security' the following warnings are gone. > local1.info Keepalived_vrrp[5382]: SECURITY VIOLATION - scripts are being executed but script_security not enabled. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | keepalived: move linkbeat_use_polling section into main sectionFlorian Eckert2020-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | keepalived: move alt_config_file check into process_configFlorian Eckert2020-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | keepalived: add upgrade script for globals sectionFlorian Eckert2020-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | Merge pull request #12039 from lucize/frrrefRosen Penev2020-05-03
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | frr: makefile cleanup and misc fixes
| * | | | | | frr: makefile cleanup and misc fixesLucian Cristian2020-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix mips runtime by backporting some yang changes from master added commited fixes to 7.3 also add option for snmp support Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | Merge pull request #12044 from lucize/yangupRosen Penev2020-05-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libyang: update to 1.0.130