aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* apache: bump to 2.4.41Sebastian Kemper2020-01-01
| | | | | | | | | | - version bump - update license description - add PKG_BUILD_PARALLEL:=1 - remove two cross-compile patches and replace them with the cross-compile patch from buildroot (adds autoreconf to get this going) Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* Merge pull request #10896 from jefferyto/golang-format-ldflagsRosen Penev2019-12-29
|\ | | | | golang: Format TARGET_LDFLAGS for gcc
| * golang: Format TARGET_LDFLAGS for gccJeffery To2019-12-29
| | | | | | | | | | | | | | go invokes the external linker by calling gcc, so -zxxx options in TARGET_LDFLAGS (in golang-package.mk) need to be formatted as -Wl,z,xxx. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #10871 from neheb/frfgegStijn Tintel2019-12-29
|\ \ | | | | | | domoticz: Fix compilation with uClibc-ng
| * | domoticz: Fix compilation with uClibc-ngRosen Penev2019-12-24
| | | | | | | | | | | | | | | | | | Added upstream patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | gnunet: update to version 0.12.1Daniel Golle2019-12-29
| |/ |/| | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #10784 from antonlacon/ffmpeg-3Hannu Nyman2019-12-29
|\ \ | | | | | | ffmpeg: update to 3.4.7
| * | ffmpeg: update to 3.4.7Ian Leonard2019-12-12
| | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | Merge pull request #10894 from Ansuel/nginxHannu Nyman2019-12-29
|\ \ \ | | | | | | | | nginx: fix missing cgi-exec definition
| * | | nginx: fix missing cgi-exec definitionAnsuel Smith2019-12-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing cgi-io exec definition to fix broken luci webui as now it does actually use it. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | Merge pull request #10891 from cshoredaniel/pr-radicale2-doc-passlib-bcryptHannu Nyman2019-12-28
|\ \ \ \ | | | | | | | | | | radicale2: Document suggested use of passlib and bcrypt
| * | | | radicale2: Document suggested use of passlib and bcryptDaniel F. Dickinson2019-12-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PKG_RELEASE not bumped because this only affects package description. We document that passlib and bcrypt are needed if one wishes to use bcrypt encryption of passwords. These have not been added as dependencies as Radicale2 can have a frontend webserver authenticate users rather than radicale itself. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | Merge pull request #10890 from cshoredaniel/pr-update-passlib-1-7-2Hannu Nyman2019-12-28
|\ \ \ \ \ | |/ / / / |/| | | | passlib: Update passlib to 1.7.2
| * | | | passlib: Update passlib to 1.7.2Daniel F. Dickinson2019-12-28
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Relevant bits of upstream changelog New Features argon2: Support more hashes scrypt: Now uses python 3.6 stdlib’s hashlib.scrypt() as backend, if present (issue 86). Bugfixes Python 3.8 compatibility fixes passlib.apache.HtpasswdFile: improve compatibility with Apache 2.4's htpasswd passlib.totp: fix some compatibility issues with older TOTP clients (issue 92) Fixed error in argon2.parsehash() (issue 97) Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | Merge pull request #10648 from micmac1/gdnutHannu Nyman2019-12-27
|\ \ \ \ | | | | | | | | | | nut: fix cgi/gd setup
| * | | | nut: update OpenSSL 1.1.0 patchSebastian Kemper2019-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaces OpenWrt patch with upstream patch. Also removes 0002-Fix-check-for-empty-string.patch as this is included in upstream OpenSSL 1.1.0 patch. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | nut: fix CGI setupSebastian Kemper2019-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit makes - the libgd dependency (as well as specifying libs and includes) - the configure argument "--with-cgi" dependant on whether the package nut-web-cgi is selected. nut-web-cgi is also added to PKG_CONFIG_DEPENDS. Resolves: #10641 Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | nut: revert 81e6bb7Sebastian Kemper2019-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gdlib pc file doesn't set a version, so "pkg-config --modversion gdlib" returns nothing. Also, the test if test "$?" != "0" -a -n "${GD_VERSION}"; then is wrong as pkg-config wouldn't return != 0 on success. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | Merge pull request #10877 from neheb/dovRosen Penev2019-12-27
|\ \ \ \ \ | | | | | | | | | | | | dovecot: Disable libunwind support
| * | | | | dovecot: Disable libunwind supportRosen Penev2019-12-26
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Fixes missing dependency error. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #10874 from jefferyto/golang-ldflags-fixRosen Penev2019-12-26
|\ \ \ \ \ | | | | | | | | | | | | golang: Fix ldflags when GO_PKG_LDFLAGS is set
| * | | | | golang: Fix ldflags when GO_PKG_LDFLAGS is setJeffery To2019-12-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | go build/install supports multiple -ldflags arguments, but they are not combined; for each package, the latest match on the command line is used.[1] Previously, the main executable would not be affected by the default ldflags if GO_PKG_LDFLAGS or GO_PKG_LDFLAGS_X were set. (The default ldflags instructs go to use the external linker.) This fixes golang-package.mk so that the default ldflags take effect in all cases. [1]: https://golang.org/cmd/go/#hdr-Compile_packages_and_dependencies Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | Merge pull request #10817 from Cynerd/ruby-enable-some-extensionsLuiz Angelo Daros de Luca2019-12-26
|\ \ \ \ \ \ | |/ / / / / |/| | | | | ruby: activate some of the extensions
| * | | | | ruby: activate some of the extensionsKarel Kočí2019-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This activates following extensions: * io/nonblock * io/wait * openssl * pathname * ipper * socket * zlib zlib and socket are required for gem so they should be just enabled because otherwise it does not make sense to provide host gem at all. The rest of extensions are activated to support compass. Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* | | | | | Merge pull request #10872 from neheb/rpRosen Penev2019-12-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | rpcsvc-proto: Fix compilation with uClibc-ng
| * | | | | | rpcsvc-proto: Fix compilation with uClibc-ngRosen Penev2019-12-24
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixed compilation with full iconv. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / | | | | spice: fix building against arc770-uclibc toolchainYousong Zhou2019-12-25
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Supersedes openwrt/packages#10873 Ref: https://github.com/openwrt/packages/pull/10873 Reported-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | Merge pull request #10869 from BKPepe/youtubedlDaniel Engberg2019-12-24
|\ \ \ \ \ | | | | | | | | | | | | youtube-dl: Update to version 2019.12.25
| * | | | | youtube-dl: Update to version 2019.12.25Josef Schlehofer2019-12-24
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #10868 from neheb/arRosen Penev2019-12-23
|\ \ \ \ \ | | | | | | | | | | | | aria2: Build with MIPS16
| * | | | | aria2: Build with MIPS16Rosen Penev2019-12-23
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All the computationally expensive stuff is in the libraries, not the package itself. Saves several kilobytes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #10849 from neheb/nssRosen Penev2019-12-23
|\ \ \ \ \ | | | | | | | | | | | | nss: Fix compilation with uClibc-ng
| * | | | | nss: Fix compilation with uClibc-ngRosen Penev2019-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | _GNU_SOURCE is needed for fdopen, sigaction, and probably more. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #10745 from mstorchak/stubbyRosen Penev2019-12-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | stubby: switch to ca-bundle
| * | | | | | stubby: switch to ca-bundleMaxim Storchak2019-12-23
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | Merge pull request #10796 from G-M0N3Y-2503/feature_https_dns_proxy_loggingRosen Penev2019-12-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | https_dns_proxy: Added optional ipv4 resolvers
| * | | | | | https_dns_proxy: Added optional ipv4 resolversGerard Ryan2019-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added optional ipv4 resolvers UCI config option * Added logging to logd * Refactored verbosity UCI config option * Filtered out any address from being added to dnsmasq Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | | Merge pull request #10759 from ynezz/upstream/uledd-1.0.1Rosen Penev2019-12-22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | uledd: bump to 1.0.1
| * | | | | | | uledd: bump to latest version 1.0.1Petr Štetiar2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 018f57e713fa cmake: bump version to 1.0.1 b90c65be87c5 ubus: add state method 034e3a77680d scene: add dumping of state to blobmsg d21b0946e6f6 scene: add all LEDs during scene creation f31a6f2b8c3b led: add dumping of state to blobmsg cead0f7f54f6 add support for scenes with priorities 8637a86307d7 led: remove string format from led_state_str 0eaa67a5a687 led: add led_from_path 8243708905aa tests: add basic blob-led unit test 99bcdaa306f7 refactor blob LED parsing into separate unit 210c5e3c5128 led: change sysfs LED path for unit tests 310a676e50d7 add cram based unit tests eb7acbb08e36 led: led_add: add debug output ca9c762fb29a led: make timer tick interval variable 44d072039680 led: allow running and stopping df0c7772c9c6 timer: add missing includes 2aab48d1143c cmake: add sources into static library 83d4189606ca fix multiple timer drifts by using singular timer for all LEDs 3abe097ebecf log: output function name in debug log messages 5c768b337df8 led: set current brightness only after success cf93720951bc allow overriding of default ubus socket path b642b650a612 led: fix initial LED fading out ba00ca0e886c fix deprecated SPDX license identifier 766448f68e69 convert content of README into Markdown format 079e773e3250 rename README into README.md 76eb126d9eb5 add LICENSE file 7a006926c442 add initial GitLab CI support cc94cd4c59b0 replace stderr based logging with ulog 7aa9c35a9581 add basic application versioning ecd26be4c5dd add basic logging cc42a9c79ad9 factor out ubus stuff into separate unit 13a589678c29 factor out led stuff into separate unit 7763972de980 fix sign issue spotted by compiler aef09580c960 cmake: enable extra compiler warnings 97663b4e1d15 cmake: fix include dirs and libs lookup 875a9e15b10a fixes a small bug that failed to reset the state to LED_SET when reconfiguring a LED Signed-off-by: Petr Štetiar <ynezz@true.cz>
| * | | | | | | uledd: fix license to correct LGPL-2.1-onlyPetr Štetiar2019-12-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 2.1" Signed-off-by: Petr Štetiar <ynezz@true.cz>
* | | | | | | | Merge pull request #10788 from neheb/zncRosen Penev2019-12-22
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | znc: Update to 1.7.5
| * | | | | | | | znc: Update to 1.7.5Rosen Penev2019-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #10815 from Cynerd/zsh-invalid-postrmRosen Penev2019-12-22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | zsh: fix invalid postrm script and little refactor of scripts
| * | | | | | | | | zsh: drop bash syntax in postinstKarel Kočí2019-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Karel Kočí <karel.koci@nic.cz>
| * | | | | | | | | zsh: fix invalid postrm script and little refactor of scriptsKarel Kočí2019-12-18
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The postrm script was missing shebang. Postrm scripts are packaged and executed directly and not sourced by default script (as in case of prerm and postinst). Also move some indents around to not confuse reader. The section in postinst was indented to same level as grep "condition" but is on same level as initial grep (not part of that "condition"). Signed-off-by: Karel Kočí <karel.koci@nic.cz>
* | | | | | | | | Merge pull request #10863 from nickberry17/bump_libmbimRosen Penev2019-12-22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libmbim: bump libmbim to 1.20.4
| * | | | | | | | | libmbim: bump libmbim to 1.20.4Nicholas Smith2019-12-23
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
* | | | | | | | | Merge pull request #10861 from gladiac1337/haproxy-2.0.12Hannu Nyman2019-12-22
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | haproxy: Update HAProxy to v2.0.12
| * | | | | | | | | haproxy: Update HAProxy to v2.0.12Christian Lachner2019-12-22
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash - Remove @neheb's obsolete-ssl patch as it was upstreamed, see: (http://git.haproxy.org/?p=haproxy-2.0.git;a=commit;h=6445d988ec8def9d0f80de0eda9c5763d39facc1) Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | | | | Merge pull request #10850 from neheb/kcRosen Penev2019-12-21
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | kcptun: Fix GO_ARCH_DEPENDS