aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | | 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
| * | | | | | | | | | | kcptun: Fix GO_ARCH_DEPENDSRosen Penev2019-12-20
| | |_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Right now, the buildbots are trying to build this on ARC, which is totally unsupported. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | boost: Fix embarassing ARC typoRosen Penev2019-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | hplip: bump to 3.19.12Luiz Angelo Daros de Luca2019-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | | | | | | | Merge pull request #10843 from ClaymorePT/boost_1.72.0Rosen Penev2019-12-21
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | boost: Package Version Update (1.72.0)
| * | | | | | | | | | | boost: Package Version Update (1.72.0)Carlos Miguel Ferreira2019-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates Boost to version 1.72.0 There are no new libraries in this release. Note: - This commit also adds a post-release patch to fix an issue with Boost.Coroutine More info about Boost 1.72.0 can be found at the usual place [1]. [1]: https://www.boost.org/users/history/version_1_72_0.html Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* | | | | | | | | | | | Merge pull request #10860 from mhei/take-maintainership-open-plc-utilsDaniel Engberg2019-12-21
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | open-plc-utils: take maintainership
| * | | | | | | | | | | | open-plc-utils: take maintainershipMichael Heimpold2019-12-21
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | | | | gnunet: remove patches now apparently part of the releaseDaniel Golle2019-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | That could explain why the hash of the released tarball changed after the release announcement... Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | | | | gnunet: fix source hashDaniel Golle2019-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | | | | treewide: Remove self from PKG_MAINTAINERFlorian Fainelli2019-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | | | | | | | | | | python3: Updated to version 3.8.1Josef Schlehofer2019-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed upstream patch: 002-fix-blake2-detection.patch Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | | | | php7-pecl-redis: adapt to PHP 7.4Michael Heimpold2019-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | | | | php7-pecl-raphf: adapt to PHP 7.4Michael Heimpold2019-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | | | | php7-pecl-propro: adapt to PHP 7.4Michael Heimpold2019-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | | | | php7-pecl-mcrypt: adapt to PHP 7.4Michael Heimpold2019-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | | | | php7-pecl-libevent: adapt to PHP 7.4Michael Heimpold2019-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | | | | php7-pecl-krb5: adapt to PHP 7.4Michael Heimpold2019-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>