aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* drf-nested-routers: update to version 0.92.1Peter Stadler2020-10-18
| | | | | | update to newest version. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* Merge pull request #13705 from dibdot/adblockDirk Brenken2020-10-18
|\ | | | | adblock: update 4.0.7
| * adblock: update 4.0.7Dirk Brenken2020-10-18
|/ | | | | | | | | | | * fix aria2c download options * fix report engine with empty domains * fix safesearch ips of safe.duckduckgo.com (get ips dynamically) * fix safesearch ips of safesearch.pixabay.com (get ips dynamically) * add regional blocklist for italy * shellcheck adjustments * add test.sh for CI testing Signed-off-by: Dirk Brenken <dev@brenken.org>
* logrotate: add runtime testJosef Schlehofer2020-10-17
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* logrotate: update to version 3.17.0Josef Schlehofer2020-10-17
| | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* Merge pull request #13666 from neheb/lmarRosen Penev2020-10-16
|\ | | | | libmariadb: update to 3.8.10
| * libmariadb: update to 3.8.10Rosen Penev2020-10-14
| | | | | | | | | | | | | | | | | | | | Remove upstreamed patch. Fixed license info. Several whitespace changes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #13658 from miska/mariadb-procdRosen Penev2020-10-16
|\ \ | | | | | | mariadb: procd adoption
| * | mariadb: Cleanup and bumpMichal Hrusecky2020-10-14
| | | | | | | | | | | | | | | | | | | | | | | | Remove few no longer needed bits - like checking that datadir is defined or mysqld_safe from server package and bumping revision after all the init script cleanups. Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
| * | mariadb: Use procd and run as userMichal Hrusecky2020-10-14
| | | | | | | | | | | | | | | | | | Drop mysqld_safe and use procd instead. Also run as a user. Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
| * | mariadb: Do not use mysqladmin in initMichal Hrusecky2020-10-13
| | | | | | | | | | | | | | | | | | | | | Rewrite init script as mysqladmin requires access to the MySQL which is hard to guarantee. Use standard signals instead. Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
| * | mariadb: Use defaults and change default datadirMichal Hrusecky2020-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use /srv/mysql as default datadir as /var/lib/mysql is in tmpfs. This doesn't affect any existing setup as up till now it had to be always specified in configuration. That is addressed in the second part of this commit - init script now uses even defaults as compiled in MariaDB so not everything has to be specified in configuration file. Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
* | | Merge pull request #13681 from jefferyto/golang-cache-fixesRosen Penev2020-10-16
|\ \ \ | | | | | | | | golang: Cache fixes
| * | | golang: Fix vars not passed when calling cache_cleanupJeffery To2020-10-16
| | | | | | | | | | | | | | | | | | | | | | | | Fixes https://github.com/openwrt/packages/issues/13674. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | golang: Move build cache into $(TMP_DIR)Jeffery To2020-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the default build cache directory from $(TOPDIR)/.go-build to $(TMP_DIR)/go-build, so that the cache directory is ignored by git and is removed by "make dirclean". This does not move/remove a build cache directory in the previous location; it will need to be removed manually. Fixes https://github.com/openwrt/packages/issues/13675. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #13689 from jannispinter/masterToke Høiland-Jørgensen2020-10-16
|\ \ \ \ | | | | | | | | | | acme: Allow custom ACME server directory URL
| * | | | acme: Allow custom ACME server directory URLJannis Pinter2020-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The underlying `acme.sh` allows custom ACME server URLs (using `--server`). Adding the necessary field to specify a custom ACME server URL from UCI. Signed-off-by: Jannis Pinter <jannis+openwrt@pinterjann.is>
* | | | | CI: fix CVE-2020-15228Josef Schlehofer2020-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More details: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/ Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | CI: fix grammar typo when test is succesfulJosef Schlehofer2020-10-16
|/ / / / | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #13683 from BKPepe/netdata-1.26.0Josef Schlehofer2020-10-16
|\ \ \ \ | | | | | | | | | | netdata: update to version 1.26.0
| * | | | netdata: add runtime testJosef Schlehofer2020-10-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
| * | | | netdata: update to version 1.26.0Josef Schlehofer2020-10-16
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable ebpf plugin as in OpenWrt there is no package libbpf. - With that, I need to introduce patch, which is not merged into netdata, yet. Without it, I still got during cross-compilation this error: checking for externaldeps/libbpf/libbpf.a... configure: error: cannot check for file existence when cross compiling - And yes, the flag was there. Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #13578 from BKPepe/bindJosef Schlehofer2020-10-16
|\ \ \ \ | |/ / / |/| | | bind: update to version 9.16.7
| * | | bind: update to version 9.16.7Josef Schlehofer2020-10-05
| | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #13664 from neheb/prosRosen Penev2020-10-15
|\ \ \ \ | | | | | | | | | | prosody: update to 0.11.7
| * | | | prosody: fix shellcheck warningsRosen Penev2020-10-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove paxctl stuff. pax is not packaged in OpenWrt. Add reload support. Install lua cfg file as 644. It's needed to be readable as prosody user Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | prosody: update to 0.11.7Rosen Penev2020-10-15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | libinput: update to version 1.16.2Daniel Golle2020-10-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | libp11: update to version 0.4.11Daniel Golle2020-10-16
|/ / / / | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | Merge pull request #13669 from neheb/jool2Rosen Penev2020-10-15
|\ \ \ \ | | | | | | | | | | jool: update to 4.1.4
| * | | | jool: update to 4.1.4Rosen Penev2020-10-14
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Added BUILDONLY to eliminate warning. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #13667 from neheb/glib2Rosen Penev2020-10-15
|\ \ \ \ | | | | | | | | | | glib2: update to 2.66.1
| * | | | glib2: update to 2.66.1Rosen Penev2020-10-14
| |/ / / | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #13665 from neheb/idnRosen Penev2020-10-15
|\ \ \ \ | | | | | | | | | | libidn: update to 1.36
| * | | | libidn: update to 1.36Rosen Penev2020-10-14
| |/ / / | | | | | | | | | | | | | | | | | | | | Refreshed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #13673 from neheb/gerbRosen Penev2020-10-15
|\ \ \ \ | | | | | | | | | | gerbera: update to 1.6.4
| * | | | spdlog: update to 1.8.1Rosen Penev2020-10-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | libnpupnp: update to 4.0.12Rosen Penev2020-10-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | gerbera: update to 1.6.4Rosen Penev2020-10-14
| |/ / / | | | | | | | | | | | | | | | | | | | | Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #13668 from neheb/gamRosen Penev2020-10-15
|\ \ \ \ | |/ / / |/| | | gammu: update to 1.42.0
| * | | gammu: update to 1.42.0Rosen Penev2020-10-14
|/ / / | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #13663 from nickberry17/update_mm_1.14.6Rosen Penev2020-10-14
|\ \ \ | | | | | | | | modemmanager: bump to 1.14.6
| * | | modemmanager: bump to 1.14.6Nicholas Smith2020-10-15
|/ / / | | | | | | | | | Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
* | | Merge pull request #13656 from odmdas/freeradius3-fix_versionRosen Penev2020-10-14
|\ \ \ | | | | | | | | freeradius3: move "release_" from PKG_VERSION
| * | | freeradius3: move "release_" from PKG_VERSIONAlexey Dobrovolsky2020-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The substring "release_" does not reflect the version number. In addition, package names will be shorter. Signed-off-by: Alexey Dobrovolsky <dobrovolskiy.alexey@gmail.com>
* | | | Merge pull request #13642 from ja-pa/ooniprobe-3.0.8Hannu Nyman2020-10-14
|\ \ \ \ | | | | | | | | | | ooniprobe: update to version 3.0.8
| * | | | ooniprobe: update to version 3.0.8Jan Pavlinec2020-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: -Add tag to disable QUIC -remove dependecy for measurement-kit Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | Merge pull request #13660 from zhaojh329/libuhttpdHannu Nyman2020-10-14
|\ \ \ \ \ | | | | | | | | | | | | libuhttpd: Update to 3.4.0
| * | | | | libuhttpd: Update to 3.4.0Jianhui Zhao2020-10-14
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | | | Merge pull request #13657 from neheb/tranRosen Penev2020-10-13
|\ \ \ \ \ | | | | | | | | | | | | transmission: fix mbedtls search