aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* libwebsockets: Update to 3.0.0Rosen Penev2018-07-05
| | | | | | | | | Removed upstreamed patch. Also added a patch to fix Travis. Signed-off-by: Rosen Penev <rosenp@gmail.com> Tested-by: Karl Palsson <karlp@etactica.com>
* i2c-tools: fix stale PKG_SOURCE_URLYousong Zhou2018-07-05
| | | | | | Fixes openwrt/packages#5075 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* Merge pull request #6358 from sartura/sysrepo-release-0.7.4Marko Ratkaj2018-07-05
|\ | | | | Sysrepo release 0.7.4
| * sysrepo: update to 0.7.4Matija Amidzic2018-07-02
| | | | | | | | Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
| * netopeer2: update to 0.5.26Matija Amidzic2018-07-02
| | | | | | | | Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
| * libnetconf2: update to 0.11.37Matija Amidzic2018-07-02
| | | | | | | | Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
| * libyang: update to 0.15.130Matija Amidzic2018-07-02
| | | | | | | | Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
* | Merge pull request #6400 from cshoredaniel/pr-cshoredaniel-maintainer-changesHannu Nyman2018-07-05
|\ \ | | | | | | cshoredaniel maintainer changes
| * | gnupg: Remove myself as maintainerDaniel F. Dickinson2018-07-04
| | | | | | | | | | | | Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | findutils: Remove myself as maintainerDaniel F. Dickinson2018-07-04
| | | | | | | | | | | | Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | msmtp-scripts: Update my emailDaniel F. Dickinson2018-07-04
| | | | | | | | | | | | Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | nut: Update my emailDaniel F. Dickinson2018-07-04
| | | | | | | | | | | | Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | gitolite: Update my emailDaniel F. Dickinson2018-07-04
| | | | | | | | | | | | Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | rp-pppoe: Remove myself as maintainerDaniel F. Dickinson2018-07-04
|/ / | | | | | | Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | Merge pull request #6288 from sdelafond/diffutils_x86Hannu Nyman2018-07-04
|\ \ | | | | | | diffutils: fix 'compilation error on x86_64
| * | diffutils: fix 'compilation error on x86_64Sébastien Delafond2018-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Here was the first error I got: xstrtol-error.c:84:26: error: invalid use of undefined type 'struct rpl_option' More information on this error here: https://www.mail-archive.com/clfs-support@lists.clfs.org/msg00297.html I'm not sure if this is an issue in my build environment, but I believe this is the proper fix because gzip and zile use the same option: ./utils/gzip/Makefile: gl_cv_func_getopt_gnu=yes \ ./utils/zile/Makefile: gl_cv_func_getopt_gnu=yes \ This commit is mostly a reformat/sign-off of previous work by Dirk Morris <dmorris@untangle.com> Signed-off-by: Sébastien Delafond <sdelafond@gmail.com>
* | | Merge pull request #6301 from micmac1/mariadb-up-102Hannu Nyman2018-07-03
|\ \ \ | | | | | | | | mariadb: bump to 10.2 release series
| * | | gammu: update lazy dependSebastian Kemper2018-06-30
| | | | | | | | | | | | | | | | | | | | | | | | libmariadbclient is now libmariadb. Update gammu depend to reflect that. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | mariadb: convert init script to procdSebastian Kemper2018-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also create a user "mariadb" and use it for running the server. And add possibility to easily add command line args. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | mariadb: add convenience symlinksSebastian Kemper2018-06-28
| | | | | | | | | | | | | | | | Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | mariadb: fix mysql_configSebastian Kemper2018-06-28
| | | | | | | | | | | | | | | | | | | | | | | | Correct the socket info in mysql_config. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | mariadb: add pluginsSebastian Kemper2018-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - ha_sequence: formerly builtin, now a plugin - ha_sphinx: formerly disabled - ha_example: was missing in the eval lines Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | mariadb: bump to 10.2.x releaseSebastian Kemper2018-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump to 10.2.x release series which has support for OpenSSL 1.1.x. - libmariadbclient was replaced by libmaria - libmaria uses LGPL, hence license info updated - upstream disabled xtradb engine, innodb is now default (cannot be built as plugin anymore) - complex charsets are now all included (size increase), as otherwise compile fails - patches adapted/refreshed Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | Merge pull request #6309 from diizzyy/patch-2Hannu Nyman2018-07-03
|\ \ \ \ | | | | | | | | | | tmux: Add path to global conf file
| * | | | tmux: Add path to global conf fileDaniel Engberg2018-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | Add path to global conf file so sysupgrade picks it up. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | Merge pull request #6340 from gladiac1337/feature-haproxy-v1.8.10Hannu Nyman2018-07-03
|\ \ \ \ \ | | | | | | | | | | | | haproxy: Update HAProxy to v1.8.12
| * | | | | haproxy: Update HAProxy to v1.8.12Christian Lachner2018-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | | | | haproxy: Update HAProxy to v1.8.11Christian Lachner2018-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | | | | haproxy: Update HAProxy to v1.8.10Christian Lachner2018-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | node: bump to 8.11.3Hirokazu MORIKAWA2018-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to v8.11.3 Several security fixes: CVE-2018-7167, CVE-2018-7161, CVE-2018-1000168,CVE-2018-7158, CVE-2018-7159, CVE-2018-7160 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | travis: don't need git cloning progressPhilip Prindeville2018-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since Travis runs as a batch job and logs are typically looked at after-the-fact (if at all), there's not any point to seeing progress when cloning git repos. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | Merge pull request #6389 from pprindeville/perl-text-csv_xs-update-1.36Philip Prindeville2018-07-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | perl-text-csv_xs: update to 1.36
| * | | | | | perl-text-csv_xs: update to 1.36Philip Prindeville2018-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | | php7: update to 7.2.7Michael Heimpold2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | vim: disable darwin supportFelix Fietkau2018-07-02
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes build on Mac OS X hosts Signed-off-by: Felix Fietkau <nbd@nbd.name>
* | | | | | treewide: fix missing/wrong MIRROR_HASH for sources from githubYousong Zhou2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some of them forgot to update MIRROR_HASH on version change, others updated with wrong hash value. The new values were generated from tarballs prepared by the newly introduced github-tarball download methoded and confirmed consistent with those from sources.openwrt.org Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | luai2c: remove it for missing sourcesYousong Zhou2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The github repo is gone Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | Merge pull request #6368 from neheb/patch-15Hannu Nyman2018-07-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | unrar: Update to 5.6.5
| * | | | | | unrar: Update to 5.6.5Rosen Penev2018-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a few CVEs. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #6276 from diizzyy/utils-dbusHannu Nyman2018-07-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | dbus: Update to 1.12.8
| * | | | | | | dbus: Update to 1.12.8Daniel Engberg2018-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update dbus to 1.12.8 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | Merge pull request #6333 from micmac1/php7-mysqlndMichael Heimpold2018-06-29
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | php7: use mysqlnd
| * | | | | | | | php7: use mysqlndSebastian Kemper2018-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is in anticipation of the MariaDB upgrade from mariadb 10.1.x to 10.2.x. With the latter the PHP MySQL plugins fail to compile, e.g.: In file included from /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/php_mysqli_structs.h:63:0, from /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/mysqli.c:34: /home/equeiroz/src/openwrt-asus/staging_dir/target-mipsel_74kc_musl/usr/include/mysql/my_global.h:3:2: warning: #warning This file should not be included by clients, include only <mysql.h> [-Wcpp] #warning This file should not be included by clients, include only <mysql.h> ^~~~~~~ In file included from /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/php_mysqli_structs.h:79:0, from /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/mysqli.c:34: /home/equeiroz/src/openwrt-asus/staging_dir/target-mipsel_74kc_musl/usr/include/mysql/my_sys.h:3:2: warning: #warning This file should not be included by clients, include only <mysql.h> [-Wcpp] #warning This file should not be included by clients, include only <mysql.h> ^~~~~~~ In file included from /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/mysqli.c:34:0: /home/equeiroz/src/openwrt-asus/build_dir/target-mipsel_74kc_musl/php-7.2.6/ext/mysqli/php_mysqli_structs.h:82:10: fatal error: my_list.h: No such file or directory #include <my_list.h> Upstream seems unlikely to fix this, see https://bugs.php.net/bug.php?id=75612. In the bug report it is suggested to not use libmysqlclient/libmariadbclient and instead utilize mysqlnd (MySQL Native Driver) provided by PHP. This is the default anyway. So add the mysqlnd module and remove the libmariadbclient depends. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | | | | Merge pull request #6366 from neheb/patch-14Hannu Nyman2018-06-29
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | gnupg: Update to 1.4.23
| * | | | | | | | | gnupg: Update to 1.4.23Rosen Penev2018-06-26
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #6372 from jefferyto/golang-compile-argumentsHannu Nyman2018-06-29
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | golang: Makefile improvements
| * | | | | | | | | golang: Download bootstrap source directly, use golang-specific mirrorsJeffery To2018-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These changes are a result of this conversation: https://github.com/openwrt/packages/commit/19292650241de44b4f12fb02f0e11127f069d2b4#r29531922 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | | | | | golang: Allow additional arguments when compiling Go packagesJeffery To2018-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates GoPackage/Build/Compile in golang-package.mk to accept additional arguments that are passed to the go command line. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | rtl-sdr: fix build when GCC decides not to emit inlinesDavid Woodhouse2018-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maybe we should use something other than -Os for this code anyway; it's generally quite CPU-intensive. Signed-off-by: David Woodhouse <dwmw2@infradead.org>
* | | | | | | | | | Merge pull request #6356 from aparcar/prom-0.16champtar2018-06-29
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | prometheus-node-exporter-lua: adapt 0.16 metrics