aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* python3-pyroute2: Update to version 0.5.7Martin Matějek2019-12-16
| | | | Signed-off-by: Martin Matějek <martin.matejek@gmx.com>
* gnurl: update homepage URL and use @GNU mirrorsDaniel Golle2019-12-16
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #10793 from micmac1/dnsdist-no-bombRosen Penev2019-12-15
|\ | | | | dnsdist: fix various build failures
| * postfix: update tinycdb dependencySebastian Kemper2019-12-15
| | | | | | | | | | | | | | tinycdb now installs a shared lib alongside the static archive. postfix will use the shared lib, hence this commit updates the dependency. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * dnsdist: add dependency on tinycdbSebastian Kemper2019-12-15
| | | | | | | | | | | | | | If libcdb from tinycdb is available dnsdist will link to it. This commit adds the dependency. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * tinycdb: install shared lib and pic archiveSebastian Kemper2019-12-15
| | | | | | | | | | | | | | | | | | | | | | | | dnsdist picks up cdb.h but can't link in the static archive. /home/sk/tmp/openwrt/staging_dir/toolchain-mips_24kc_gcc-8.3.0_musl/lib/gcc/mips-openwrt-linux-musl/8.3.0/../../../../mips-openwrt-linux-musl/bin/ld: /home/sk/tmp/openwrt/staging_dir/target-mips_24kc_musl/usr/lib/libcdb.a(cdb_init.o): relocation R_MIPS_26 against `fstat' can not be used when making a shared object; recompile with -fPIC This commit extends the tinycdb Makefile to build and install as well the shared library as well as the pic archive. dnsdist will then pick the shared library. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * tinycdb: use OpenWrt flagsSebastian Kemper2019-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently tinycdb doesn't use {C,CPP,LD}FLAGS. This commit adds MAKE_FLAGS to address this. Before: make[3]: Entering directory '/home/sk/tmp/openwrt/build_dir/target-mips_24kc_musl/tinycdb-0.78' ccache_cc -O -D_FILE_OFFSET_BITS=64 -c cdb_init.c cc1: note: someone does not honour COPTS correctly, passed 0 times ccache_cc -O -D_FILE_OFFSET_BITS=64 -c cdb_find.c ... Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * dnsdist: add missing build dep on protocSebastian Kemper2019-12-14
| | | | | | | | | | | | | | | | | | | | | | The build needs protoc, otherwise it fails. checking if we need to link in protobuf... yes checking for PROTOBUF... yes checking for protoc... no configure: error: Protobuf requested but the protobuf compiler was not found Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * dnsdist: add missing lmdb depSebastian Kemper2019-12-14
| | | | | | | | | | | | | | | | | | | | | | Currently dnsdist is failing at packaging stage when lmdb is in staging: make[4]: Leaving directory '/builder/shared-workdir/build/sdk/build_dir/target-x86_64_musl/dnsdist-1.4.0' Package dnsdist is missing dependencies for the following libraries: liblmdb.so Makefile:109: recipe for target '/builder/shared-workdir/build/sdk/bin/packages/x86_64/packages/dnsdist_1.4.0-2_x86_64.ipk' failed Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | Merge pull request #10794 from mhei/add-libconfigRosen Penev2019-12-15
|\ \ | | | | | | libzip: add package
| * | libzip: add packageMichael Heimpold2019-12-15
| | | | | | | | | | | | | | | | | | | | | This introduces libzip which is e.g. a dependency for upcoming upgrade of PHP to version 7.4. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | qemu: bump to version 4.2.0Yousong Zhou2019-12-16
| | |
* | | Merge pull request #10798 from Andy2244/wsdd2-(2019-12-14)Daniel Engberg2019-12-15
|\ \ \ | | | | | | | | wsdd2: update to git (2019-12-15), bind to 'lan' only
| * | | wsdd2: update to git (2019-12-15), bind to 'lan' onlyAndy Walsh2019-12-15
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to git (2019-12-15) * bind to 'lan' interface only * make cifsd compatible (avoid testparm dependency) * only start if needed * add meta data (vendor, model, sku) * update smb.conf procd location * lower restart delay * remove outdated patch Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | libmicrohttpd: update to version 0.9.69Alexander Couzens2019-12-15
| | | | | | | | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | gnurl: update to version 7.67.0Daniel Golle2019-12-15
|/ / | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #10791 from micmac1/protobuf-host-libsRosen Penev2019-12-14
|\ \ | | | | | | protobuf: fix libdir handling for host build
| * | protobuf: fix libdir handling for host buildSebastian Kemper2019-12-14
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On some host machines (example: Gentoo amd64 no-multilib) by default cmake will install libraries to lib64. But in OpenWrt the correct libdir is lib (for instance the RPATH is set to lib). So you may end up with libraries in lib64 while RPATH points to lib: sk@darth ~/tmp/openwrt $ ldd staging_dir/hostpkg/bin/protoc linux-vdso.so.1 (0x00007ffc741ea000) libprotoc.so.3.8.0.0 => not found libprotobuf.so.3.8.0.0 => not found libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f0a8f7ea000) libstdc++.so.6 => /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/libstdc++.so.6 (0x00007f0a8f572000) libm.so.6 => /lib64/libm.so.6 (0x00007f0a8f427000) libgcc_s.so.1 => /usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/libgcc_s.so.1 (0x00007f0a8f40d000) libc.so.6 => /lib64/libc.so.6 (0x00007f0a8f23c000) /lib64/ld-linux-x86-64.so.2 (0x00007f0a8f827000) sk@darth ~/tmp/openwrt $ Fix this by specifying the libdir during host builds. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | Merge pull request #10790 from tru7/libfmtRosen Penev2019-12-14
|\ \ | |/ |/| libfmt: bump to version 6.1.2
| * libfmt: bump to version 6.1.2Othmar Truniger2019-12-14
|/ | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* Merge pull request #10774 from James-TR/James-TR-patch-1Rosen Penev2019-12-14
|\ | | | | dnsdist: fix missing quote in menu
| * dnsdist: fix missing quote in menu James Taylor2019-12-13
| | | | | | | | | | Fixes missing double quote in menu Signed off by: James Taylor <james@jtaylor.id.au>
* | Merge pull request #10782 from dengqf6/ariangRosen Penev2019-12-14
|\ \ | | | | | | ariang: update to 1.1.4
| * | ariang: update to 1.1.4DENG Qingfang2019-12-14
| | | | | | | | | | | | | | | | | | Update ariang to 1.1.4 Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | mosh: Fix compilation with libcxxRosen Penev2019-12-14
| | | | | | | | | | | | | | | | | | Partial backport of upstream patch.`` Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libwebp: Fix compilation with mips16Rosen Penev2019-12-14
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #10764 from neheb/bfRosen Penev2019-12-13
|\ \ \ | |/ / |/| | bfdd: Fix compilation with uClibc-ng
| * | bfdd: Fix compilation with uClibc-ngRosen Penev2019-12-11
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #10775 from rs/nextdns-1.3.1Rosen Penev2019-12-13
|\ \ \ | | | | | | | | nextdns: update to version 1.3.1
| * | | nextdns: update to version 1.3.1Olivier Poitrey2019-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - IPv6 support - Fix HTTP/2 negociation - Improve endpoint fallback - Add support for unencrypted DNS - Many other fixes and features Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | cgi-io: implement exec actionJo-Philipp Wich2019-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement a new "cgi-exec" applet which allows to invoke remote commands and stream their stdandard output back to the client via HTTP. This is needed in cases where large amounts of data or binary encoded contents such as tar archives need to be transferred, which are unsuitable to be transported via ubus directly. The exec call is guarded by the same ACL semantics as rpcd's file plugin, means in order to be able to execute a command remotely, the ubus session identified by the given session ID must have read access to the "exec" function of the "cgi-io" scope and an explicit "exec" permission rule for the invoked command in the "file" scope. In order to initiate a transfer, a POST request in x-www-form-urlencoded format must be sent to the applet, with one field "sessionid" holding the login session and another field "command" specifiying the commandline to invoke. Further optional fields are "filename" which - if present - will cause the download applet to set a Content-Dispostition header and "mimetype" which allows to let the applet respond with a specific type instead of the default "application/octet-stream". Below is an example for the required ACL rules to grant exec access to both the "date" and "iptables" commands. The "date" rule specifies the base name of the executable and thus allows invocation with arbitrary parameters while the latter "iptables" rule merely allows one specific set of arguments which must appear exactly in the given order. ubus call session grant '{ "ubus_rpc_session": "...", "scope": "cgi-io", "objects": [ [ "exec", "read" ] ] }' ubus call session grant '{ "ubus_rpc_session": "...", "scope": "file", "objects": [ [ "/bin/date", "exec" ], [ "/usr/sbin/iptables -n -v -L", "exec" ] ] }' Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | git: update to version 2.24.1 (security fix)Jan Pavlinec2019-12-13
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2019-1348, CVE-2019-1349, CVE-2019-1350, CVE-2019-1351, CVE-2019-1352, CVE-2019-1353, CVE-2019-1354, CVE-2019-1387, and CVE-2019-19604 And fix deprecated PKG_CPE_ID Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | ibrdtnd: Remove c++03 optionRosen Penev2019-12-12
| | | | | | | | | | | | | | | | | | Needed for libcxx compatibility. It probably generates bigger code. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | bonnie++: Remove several pointless optionsRosen Penev2019-12-12
| | | | | | | | | | | | | | | | | | Needed for libcxx compatibility. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #10773 from James-TR/h2o/wslay-linkingRosen Penev2019-12-12
|\ \ \ | |_|/ |/| | h2o: update wslay link patch to upstream
| * | h2o: update wslay link patch to upstreamJames Taylor2019-12-13
|/ / | | | | | | | | | | Update wslay link patch with upstream fix from h2o/h2o#2196 Signed-off-by: James Taylor <james@jtaylor.id.au>
* | Merge pull request #10746 from aleksander0m/aleksander/mm-1-12-2Rosen Penev2019-12-12
|\ \ | | | | | | modemmanager: release 1.12.2
| * | modemmanager: release 1.12.2Aleksander Morgado2019-12-10
| | | | | | | | | | | | | | | | | | | | | | | | This new release also installs additional 'shared utils' loadable libraries in /usr/lib/ModemManager, so make sure we include them in the packaging. Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* | | Merge pull request #10771 from nxhack/serialport_bindings_8Rosen Penev2019-12-12
|\ \ \ | | | | | | | | node-serialport-bindings: update to 8.0.4
| * | | node-serialport-bindings: update to 8.0.4Hirokazu MORIKAWA2019-12-12
| | |/ | |/| | | | | | | | | | | | | support node v12 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | Merge pull request #10772 from nxhack/serialport_8Rosen Penev2019-12-12
|\ \ \ | | | | | | | | node-serialport: update to 8.0.5
| * | | node-serialport: update to 8.0.5Hirokazu MORIKAWA2019-12-13
|/ / / | | | | | | | | | | | | | | | support node v12 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | Merge pull request #10723 from neheb/shaRosen Penev2019-12-12
|\ \ \ | | | | | | | | shairport-sync: Update to 3.3.5
| * | | shairport-sync: Update to 3.3.5Rosen Penev2019-12-09
| | | | | | | | | | | | | | | | | | | | | | | | Rebased patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #10717 from WeekendSoftware/safe-searchRosen Penev2019-12-12
|\ \ \ \ | | | | | | | | | | net/safe-search Update Google host list.
| * | | | safe-search: Update Google host list.Gregory L. Dietsche2019-12-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Periodic update of the list of Google domains using https://www.google.com/supported_domains as a reference. Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
* | | | | Merge pull request #10766 from aleksander0m/aleksander/libqmi-1-24-2Rosen Penev2019-12-12
|\ \ \ \ \ | | | | | | | | | | | | libqmi: update to version 1.24.2
| * | | | | libqmi: update to version 1.24.2Aleksander Morgado2019-12-12
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* | | | | Merge pull request #10767 from James-TR/dnsdist/libcapRosen Penev2019-12-12
|\ \ \ \ \ | | | | | | | | | | | | dnsdist: add missing dependency on libcap
| * | | | | dnsdist: add missing dependency on libcapJames Taylor2019-12-12
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When present on the build system dnsdist will try to make use of libcap. This change adds an explicit dependency to ensure it's present at build time, to prevent build failures when another package brings the dependency in. Signed-off-by: James Taylor <james@jtaylor.id.au>