aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | Merge pull request #8579 from neheb/znc2Jonas Gorski2019-04-15
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | znc: Update deprecated API patch
| * | | | | | | | znc: Update deprecated API patchRosen Penev2019-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ENGINE_cleanup is unavailable when deprecated APIs and ENGINE support are disabled. The cleanup functions are unnecessary with OpenSSL 1.1. The getm functions use a faulty if directive. Work around it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #8189 from jefferyto/rtty-initRosen Penev2019-04-14
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | rtty: Update init script
| * | | | | | | | | rtty: Update init scriptJeffery To2019-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This replaces the use of uci_validate_section() with uci_load_validate(), which removes the need to declare local variables for every config option. This also adds a service_triggers() function. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | | | | | rtty: Convert init script indentation from spaces to tabsJeffery To2019-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | pixman: bump to version 0.38.4Yousong Zhou2019-04-15
| |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This version bump contains mainly fixes for the build system e8df10e Pre-release version bump to 0.38.4 23f036d Makefile.am: Ship Meson assembly test files in the tarball e7058fe Makefile.am: Update download links 8888e75 Post-release version bump to 0.38.3 a7ffb3e Pre-release version bump to 0.38.2 4c4753c meson: Correct copy-and-paste mistake 7295983 void function should not return a value ef4fb03 Windows: Support building with SHELL=cmd.exe 55d8f95 Windows: Show compiler invocation 0ea37df meson: store ARM SIMD and NEON tests as text files 2065a07 meson: simplify and fix mmx library compilation 6e206cf meson: Add proper include paths for the loongson check 9ed0576 meson: fix copy-n-paste error for arm simd assembly d13f6a8 meson: fix typo which breaks loongson checks e7ac62c meson: work around meson issue #5115 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | | Merge pull request #8361 from jandelgado/add_udptunnel_packageRosen Penev2019-04-14
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | add new udptunnel package
| * | | | | | | | | udptunnel: new packageJan Delgado2019-04-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Delgado <jdelgado@gmx.net>
* | | | | | | | | | Merge pull request #8669 from neheb/olaRosen Penev2019-04-14
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | ola: Fix compilation with protobuf 3.7
| * | | | | | | | | | ola: Fix compilation with protobuf 3.7Rosen Penev2019-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The protobuf 3.7 update broke ola due to API changes. Backported a few patches from upstream to deal with this. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | Merge pull request #8127 from jefferyto/wifidog-ng-initRosen Penev2019-04-14
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | wifidog-ng: Update init script
| * | | | | | | | | | | wifidog-ng: Update init scriptJeffery To2019-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This replaces the use of uci_validate_section() with uci_load_validate(), which removes the need to declare local variables for every config option. This also adds a service_triggers() function and updates the timeout value to the new max timeout in ipset 7.0. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | | | | | | | wifidog-ng: Convert init script indentation to tabsJeffery To2019-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is done to minimize disk space used. This also removes some trailing spaces. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | | | Merge pull request #8664 from dangowrt/collectd-modbus-improvementsHannu Nyman2019-04-14
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | backport collectd modbus improvements
| * | | | | | | | | | | | collectd: backport modbus improvementsDaniel Golle2019-04-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 938897a2 Add scale and shift to modbus plugin * 60280b80 correcting all the wrongs * a00ab529 Add support for RS485 to modbus plugin Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | | | | | php7: update to 7.2.17Michael Heimpold2019-04-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | | | | | Merge pull request #8673 from MikePetullo/php7Michael Heimpold2019-04-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | php7: facilitate running php7-fastcgi without listening on TCP socket
| * | | | | | | | | | | | php7: facilitate running php7-fastcgi without listening on TCP socketW. Michael Petullo2019-04-13
| | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The init.d script for php7-fastcgi no longer invokes php7-fastcgi with the '-b' flag when 'port' does not appear in /etc/config/php7-fastcgi. This causes php7-fastcgi to communicate using only a Unix socket. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | | | | Merge pull request #8672 from ja-pa/ldns-fix-devRosen Penev2019-04-13
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | ldns: copy pkgconfig file in InstallDev
| * | | | | | | | | | | | ldns: copy pkgconfig file in InstallDevJan Pavlinec2019-04-13
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | | | | Merge pull request #8670 from neheb/opencvRosen Penev2019-04-13
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | opencv: Fix tarball URL to fix compilation
| * | | | | | | | | | | | opencv: Fix tarball URL to fix compilationRosen Penev2019-04-12
| | |/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The github repository URL changed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | Merge pull request #8674 from lucize/dovecot-fixRosen Penev2019-04-13
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | dovecot: gssapi build fix, add parallel build
| * | | | | | | | | | | dovecot: gssapi build fix, add parallel buildLucian Cristian2019-04-13
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | | | | Merge pull request #7951 from micmac1/hiredis-pkg-configRosen Penev2019-04-12
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | hiredis: fix pkg-config file
| * | | | | | | | | | | hiredis: fix pkg-config fileSebastian Kemper2019-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for using the .pc file when cross-compiling. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | | | | | | | Merge pull request #8182 from jefferyto/gpsd-initRosen Penev2019-04-12
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | gpsd: Update init script
| * | | | | | | | | | | | gpsd: Update init scriptJeffery To2019-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This replaces the use of uci_validate_section() with uci_load_validate(), which removes the need to declare local variables for every config option. This also adds a service_triggers() function and removes some unnecessary curly brackets. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | | | | Merge pull request #8665 from salzmdan/masterRosen Penev2019-04-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | knot: update to 2.8.1
| * | | | | | | | | | | | | knot: update to 2.8.1Daniel Salzman2019-04-12
|/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* | | | | | | | | | | | | Merge pull request #8660 from MikePetullo/krb5Rosen Penev2019-04-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | krb5: allow installing without kadmind
| * | | | | | | | | | | | krb5: allow installing without kadmindW. Michael Petullo2019-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | | | | | Merge pull request #8640 from neheb/dovecotRosen Penev2019-04-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | dovecot: Fix deprecated API patch
| * | | | | | | | | | | | | dovecot: Fix deprecated API patchRosen Penev2019-04-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | | Merge pull request #8656 from openwrt/libmodbus-rs485Michael Heimpold2019-04-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libmodbus: backport RS485 fixes
| * | | | | | | | | | | | | | libmodbus: backport RS485 fixesDaniel Golle2019-04-11
| | |_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Import two patches from upstream in order to fix Modbus-RTU over RS485: 1c5d969 Only set SER_RS485_ENABLED bit of existing RS485 settings 91a1d74 Oops fix OR on RS485 settings (1c5d969) Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | | | | | | Merge pull request #7620 from kevemueller/ddns_slaacRosen Penev2019-04-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ddns-scripts: Working example to use local_script to derive a SLAAC IPv6 address
| * | | | | | | | | | | | | | ddns-scripts: Bumped PKG_RELEASEKeve Mueller2019-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Keve Mueller <keve@keve.hu>
| * | | | | | | | | | | | | | ddns-scripts: Working example to use local_script to derive a SLAAC IPv6 addressKeve Mueller2019-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Keve Mueller <keve@keve.hu>
* | | | | | | | | | | | | | | Merge pull request #8495 from ja-pa/mjpg-streamerRosen Penev2019-04-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mjpg-streamer: update to last upstream version
| * | | | | | | | | | | | | | | mjpg-streamer: update to last upstream versionJan Pavlinec2019-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: Update patches Add listen_ip option to config Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | | | | | | | | Merge pull request #8634 from ja-pa/yara-3.9.0Rosen Penev2019-04-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | yara: update to version 3.9.0
| * | | | | | | | | | | | | | | | yara: update to version 3.9.0Jan Pavlinec2019-04-09
| | |_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: Remove merged patch for OpenSSL THREADID Add PKG_CPE_ID Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | | | | | | | | Merge pull request #8655 from BKPepe/ruamel-yamlRosen Penev2019-04-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ruamel-yaml: update to version 0.15.91
| * | | | | | | | | | | | | | | | ruamel-yaml: update to version 0.15.91Josef Schlehofer2019-04-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | | | | | | | | | Merge pull request #8650 from neheb/zab2champtar2019-04-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | zabbix: Specify zlib location to fix buildbots
| * | | | | | | | | | | | | | | | zabbix: Specify zlib location to fix buildbotsRosen Penev2019-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The buildbots do not have zlib installed and therefore cannot build zabbix checking for zlib support... no configure: error: Unable to use zlib (zlib check failed) Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | | | | | Merge pull request #8654 from BKPepe/pytzJosef Schlehofer2019-04-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python-pytz: update to version 2019.1
| * | | | | | | | | | | | | | | | | python-pytz: update to version 2019.1Josef Schlehofer2019-04-11
| | |_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add LICENSE file Changed URL of the project Reordered stuff in Makefile Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* / | | | | | | | | | | | | | | | net/mosquitto: correct config file option nameKarl Palsson2019-04-11
|/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct option is "password_file" not "passwd_file" Originally reported as: https://github.com/openwrt/packages/pull/8642 Added the package bump. Signed-off-by: Karl Palsson <karlp@etactica.com>