aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | | Merge pull request #10369 from micmac1/xml2-config-host-tripletMichael Heimpold2019-10-27
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | libxml2: install xml2-config with host triplet
| * | | | | | | | libxml2: install xml2-config with host tripletSebastian Kemper2019-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently only xml2-config is installed, for both the normal libxml2 package as well as the host package. The problem with that is that due to multilib considerations the build host may have xml2-config installed with a host triplet prefix, like x86_64-pc-linux-gnu-xml2-config (and xml2-config as a symbolic link to it). Gentoo for instance sets it up like this. Packages may actually search for a prefixed xml2-config before searching for xml2-config. An example would be Asterisk: checking for x86_64-pc-linux-gnu-xml2-config... /usr/bin/x86_64-pc-linux-gnu-xml2-config This then introduces wrong information into the build, for instance bad includes: ~/tmp/openwrt $ /usr/bin/x86_64-pc-linux-gnu-xml2-config --cflags -I/usr/include/libxml2 When the intention is to use OpenWrt's own (host) libxml2 one would like to see this output used instead: ~/tmp/openwrt $ ./staging_dir/hostpkg/bin/xml2-config --cflags -I/home/sk/tmp/openwrt/staging_dir/hostpkg/include/libxml2 This commit addresses this by installing xml2-config with a suitable prefix and creating a symbolic link xml2-config. This is done for both the host package and the normal package. The latter also needs this fix because the target may use the same triplet as the host system (for instance x86_64 cross-compiling for x86_64). Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | | | | ruby: update to 2.6.5Luiz Angelo Daros de Luca2019-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2.6.5 fixes: * CVE-2019-16255: A code injection vulnerability of Shell#[] and Shell#test * CVE-2019-16254: HTTP response splitting in WEBrick (Additional fix) * CVE-2019-15845: A NUL injection vulnerability of File.fnmatch and File.fnmatch? * CVE-2019-16201: Regular Expression Denial of Service vulnerability of WEBrick’s Digest access authentication 2.6.4 fixes: * Multiple jQuery vulnerabilities in RDoc Changelog: https://github.com/ruby/ruby/compare/v2_6_3...v2_6_5 Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | | | | | Merge pull request #10366 from wfleurant/ygg-init-uciHannu Nyman2019-10-27
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | yggdrasil: uci firewall Section name and cover both IP versions
| * | | | | | | | yggdrasil: uci firewall Section name and cover both IP versionsWilliam Fleurant2019-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - rename the section instance to yggdrasil (feat. request) - allow zone to cover both ip4 and ip6 fam Signed-off-by: William Fleurant <meshnet@protonmail.com>
* | | | | | | | | Merge pull request #10361 from micmac1/xslt-xml2-hostJiri Slachta2019-10-27
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | libxslt/host: depend on libxml2/host
| * | | | | | | | libxslt/host: depend on libxml2/hostSebastian Kemper2019-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The host build requires libxml2-dev. This commit adds the dependency for libxml2/host, as the host system may not have it installed. This also avoids using the host's xml2-config (in /usr/bin for instance) while linking to libraries in staging_dir/hostpkg. ldd staging_dir/hostpkg/bin/xsltproc | grep xml2 libxml2.so.2 => /home/sk/tmp/openwrt/staging_dir/hostpkg/lib/libxml2.so.2 (0x00007fcc0644c000) Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | | | | tinc: version bump to 1.0.36Saverio Proto2019-10-27
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Saverio Proto <zioproto@gmail.com>
* | | | | | | | Merge pull request #10365 from lucize/doveupHannu Nyman2019-10-26
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | dovecot: update to 2.3.8
| * | | | | | | dovecot: update to 2.3.8Lucian Cristian2019-10-26
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | Merge pull request #10292 from dengqf6/sensorsHannu Nyman2019-10-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | lm-sensors: update to 3.6.0
| * | | | | | | lm-sensors: update to 3.6.0DENG Qingfang2019-10-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update lm-sensors to 3.6.0 Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | | | | Merge pull request #10349 from dynasticorpheus/pytz-2019.03Hannu Nyman2019-10-26
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | python-pytz: update to 2019.03
| * | | | | | | python-pytz: update to 2019.03Fabian Lipken2019-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
* | | | | | | | Merge pull request #10346 from lucize/libreprocdHannu Nyman2019-10-26
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libreswan: switch to procd
| * | | | | | | | libreswan: switch to procdLucian Cristian2019-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | | Merge pull request #10359 from wfleurant/ygg-bump-0-3-11Hannu Nyman2019-10-26
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | yggdrasil: bump to 0.3.11
| * | | | | | | | | yggdrasil: bump to 0.3.11William Fleurant2019-10-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: William Fleurant <meshnet@protonmail.com>
* | | | | | | | | | Merge pull request #10356 from expiron/kcptun-updatesHannu Nyman2019-10-26
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | kcptun: bump to v20190924, add new config options
| * | | | | | | | | kcptun: bump to v20190924, add new config optionsChao Liu2019-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates: - bump version to v20190924 - add new options for latest release (https://github.com/xtaci/kcptun/releases/tag/v20190924) Signed-off-by: Chao Liu <expiron18@gmail.com>
* | | | | | | | | | Merge pull request #10344 from lucize/nsprupDaniel Engberg2019-10-25
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nspr: update to 4.23
| * | | | | | | | | | nspr: update to 4.23Lucian Cristian2019-10-24
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | | | Merge pull request #10345 from lucize/nssupDaniel Engberg2019-10-25
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | nss: update to 3.47
| * | | | | | | | | | nss: update to 3.47Lucian Cristian2019-10-24
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | | | python-asn1crypto: bump to version 1.2.0Alexandru Ardelean2019-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | btrfs-progs: Update to version 5.3Josef Schlehofer2019-10-25
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | openvswitch: backport patch to fix compilationJosef Schlehofer2019-10-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | circleci: Add 19.07 GPG/usign public keys, verify keysJeffery To2019-10-24
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This also updates the user id comments for GPG keys and untrusted comments for usign keys. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | django: split django1 package and update to 2.2.6Alexandru Ardelean2019-10-24
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After many failed attempts at upgrading Django to 2.2.6, the solution seems to be to split a `python-django1` package that works with Python2 and upgrade `python3-django` to the latest 2.2[.6] LTS release. This also means that all Python2 Django packages will be stuck & based on Django 1.11[.24] LTS release. But, it's currently the sanest approach I could find to be able to perform an upgrade of Django to 2.2, and not break Seafile. Upgrading Seafile is also pretty difficult, as their Python3 support is not yet finished & released. And in the meantime, we want to allow people to use newer Django versions. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | docker-ce: Updated to 19.03.4Gerard Ryan2019-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | | libnetwork: Updated to 3eb39382 for docker 19.03.4Gerard Ryan2019-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | | | | Merge pull request #10267 from ysc3839/ttydRosen Penev2019-10-23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ttyd: update to 1.5.2 and add init script
| * | | | | | | ttyd: update to 1.5.2 and add init scriptRichard Yu2019-10-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* | | | | | | | Merge pull request #10337 from cshoredaniel/pr-update-msmtp-scriptsRosen Penev2019-10-23
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | msmtp-scripts: Update msmtp-scripts
| * | | | | | | | msmtp-scripts: Update msmtp-scriptsDaniel F. Dickinson2019-10-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to 1.2.5.1 (latest stable release) Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | | | | | Merge pull request #10333 from micmac1/xml2-config-fixMichael Heimpold2019-10-23
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libxml2/host: revert xml2-config prefix fix
| * | | | | | | | | libxml2/host: revert xml2-config prefix fixSebastian Kemper2019-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit 218f0229a4594b32d9db6ad0678cdce7e2663e27 added a workaround for a problem. The host compile overwrote xml2-config in "$(STAGING_DIR)/host/bin". The workaround fixed the issue for regular target packages. But it didn't leave a proper xml2-config script for host packages. Times have changed. Host packages are now installed in "$(STAGING_DIR_HOSTPKG). So there is no longer any danger of the host package overwriting the xml2-config script for target packages. So revert the mentioned commit, leaving us with two proper xml2-config scripts, one for target package builds and one for host package builds. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | | | | | findutils: Update and switch to xz tarballDaniel F. Dickinson2019-10-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to the latest findutils. This eliminates the need for the sysmacro patch. While we're at it switch to smaller xz tarball (saves bandwidth) Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | | | | | | Merge pull request #10341 from gladiac1337/haproxy-2.0.8Rosen Penev2019-10-23
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | haproxy: Update HAProxy to v2.0.8
| * | | | | | | | | | haproxy: Update HAProxy to v2.0.8Christian Lachner2019-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | | | | | | travis: Download SDK from OpenWrt instead of LEDEJosef Schlehofer2019-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | | | travis: Use Ubuntu (Bionic Beaver) 18.04 LTSJosef Schlehofer2019-10-23
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | | Merge pull request #10340 from tohojo/acme-updToke Høiland-Jørgensen2019-10-23
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | A few updates to acme
| * | | | | | | | | | acme: Update to upstream 2.8.3Toke Høiland-Jørgensen2019-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream release message: "Letsencrypt CA recent changed the CDN provider, which resulted in hanging issues. Any downstream package should update. This is important." Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
| * | | | | | | | | | acme: Log acme.sh command invocationToke Høiland-Jørgensen2019-10-23
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
* | | | | | | | | | Merge pull request #10240 from neheb/mbRosen Penev2019-10-22
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | libmbim: Fix compilation with full iconv
| * | | | | | | | | | libqmi: Fix compilation with full iconvRosen Penev2019-10-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nls.mk is needed. Removed +glib2 dependency. It's already included in libmbim. Other minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | | | | | libmbim: Fix compilation with full iconvRosen Penev2019-10-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nls.mk is needed. explicitly disabled udev. It's not available for use. Added autoreconf to try to fix the buildbots. Minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | Merge pull request #10276 from neheb/nbcduRosen Penev2019-10-22
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ncdu: Update to 1.14.1
| * | | | | | | | | | | ncdu: Update to 1.14.1Rosen Penev2019-10-18
| | |_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several Makefile cleanups for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>