aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #11185 from micmac1/apache-1-upRosen Penev2020-01-30
|\ | | | | apache/apr/apr-util: fix some nitpicks
| * apache: don't install exp fileSebastian Kemper2020-01-30
| | | | | | | | | | | | This file is meant for AIX, OpenWrt doesn't need it. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * apr-util: workaround reconfigure issueSebastian Kemper2020-01-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PKG_CONFIG_DEPENDS causes a rebuild when needed. Alas the apr-util build system doesn't always work out the way OpenWrt intends it to. This was found by pure chance. apr-util was in build directory without any plugins selected. Then apache got selected, causing plugins to be selected. So PKG_CONFIG_DEPENDS caused a reconfigure and another make in apr-util. But afterward apache couldn't find symbols related to LDAP. To workaround this add "clean" to make targets. No rev bump because no change for the apr-util packages. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * apr-util: clean up InstallDevSebastian Kemper2020-01-30
| | | | | | | | | | | | | | | | | | | | | | | | | | This removes the ifneq in InstallDev, because the maintainers are likely to forget to extend it when new plugins are added (this has already occurred). Also, this removes the la files, because OpenWrt won't allow them into staging anyway. No rev bump because meaningless for the apr-util packages. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * apr: don't install la files to stagingSebastian Kemper2020-01-30
| | | | | | | | | | | | | | | | They're deleted by OpenWrt build system anyway. No rev bump as meaningless for apr package. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | Merge pull request #11183 from micmac1/master-maria-10.4.12Rosen Penev2020-01-30
|\ \ | | | | | | mariadb: bump to 10.4.12 (CVE fix)
| * | libmariadb: bump to 3.1.7Sebastian Kemper2020-01-30
| | | | | | | | | | | | Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | mariadb: security bump to 10.4.12Sebastian Kemper2020-01-30
| |/ | | | | | | | | | | Fixes CVE-2020-2574. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | Merge pull request #11181 from peter-stadler/django-etesync-journalRosen Penev2020-01-30
|\ \ | | | | | | python3-django-etesync-journal: update to version 1.2.0
| * | python3-django-etesync-journal: update to version 1.2.0Peter Stadler2020-01-30
| |/ | | | | | | Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | Merge pull request #11180 from peter-stadler/django-asgirefRosen Penev2020-01-30
|\ \ | | | | | | python3-asgiref: add package to fix django
| * | python3-asgiref: add package to fix djangoPeter Stadler2020-01-30
| |/ | | | | | | | | | | Django 3 has this package as dependency. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | Merge pull request #11178 from jefferyto/python-packages-cleanupRosen Penev2020-01-30
|\ \ | | | | | | python-packages: Clean up Makefiles
| * | python-packages: Clean up MakefilesJeffery To2020-01-30
| | | | | | | | | | | | | | | | | | | | | * Replace $(PKG_NAME) with package name in call, define, and eval lines * Remove extra "define" in $(call define Package/.../description) Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #11175 from jefferyto/python-fix-float-byte-orderRosen Penev2020-01-30
|\ \ \ | | | | | | | | python: Fix float byte order detection
| * | | python: Fix float byte order detectionJeffery To2020-01-30
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This backports patches from bpo-34585[1] to fix byte order detection of floats. Fixing byte order detection allows the repr() of floats to be shorter (a feature backported to Python 2.7 from Python 3.1[2]). sys.float_repr_style should be 'short' instead of 'legacy' on supported platforms. See #11134. [1]: https://bugs.python.org/issue34585 [2]: https://docs.python.org/2.7/whatsnew/2.7.html#python-3-1-features Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Revert "ddns-scripts: Fixed HE (hurricane electric) to tunnelbroker.net"Rosen Penev2020-01-30
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3dbdd67cf93e5f2c271e7663b35353f8c8102757. This is totally wrong. tunnelbroker.net is completely different. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Revert "ddns-scripts: fix cloudflare.com-v4"Rosen Penev2020-01-30
| |/ |/| | | | | | | | | This reverts commit 67e2efb301f9e6ac9ee471d2457f08feda7fab38. This is totally wrong. The actual bug is in the luci app.
* | python-libmodbus: add packageDaniel Golle2020-01-30
|/ | | | | | | Python Interface for libmodbus written with CFFI. This libmodbus wrapper is compatible with Python 2 and Python 3. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #11173 from Andy2244/ksmbd-avahiRosen Penev2020-01-29
|\ | | | | ksmbd-tools: add avahi service file package
| * ksmbd-tools: add avahi service file packageAndy Walsh2020-01-29
|/ | | | | | * add avahi service file package, so linux clients can discover ksmbd shares Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* Merge pull request #11119 from neheb/hjkToke Høiland-Jørgensen2020-01-29
|\ | | | | radsecproxy: update to 1.8.1
| * radsecproxy: update to 1.8.1Rosen Penev2020-01-25
| | | | | | | | | | | | | | | | | | | | | | | | Removed upstreamed OpenSSL patch. Added PKG_BUILD_PARALLEL for faster compilation. Cleaned up Makefile slightly. Ran init script through shellcheck. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #11162 from eglooca/masterHannu Nyman2020-01-28
|\ \ | | | | | | netifyd: Updated to v2.99
| * | Maintainer: Darryl Sokoloski / @dsokoloskiDarryl Sokoloski2020-01-28
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile tested: arm_cortex-a15_neon-vfpv4, TP-Link Archer C2600, master Run tested: TP-Link Archer C2600 Change log for v2.99: [FIX] Fixed broken JSON parsing (include missing uuid_site). [FIX] FreeBSD: Fixed 10x support. [FIX] OPNsense: Fixed path to xmllint. [IMP] Switched to libtcmalloc minimal. [IMP] Added metadata extraction from SSDP queries/responses. [IMP] Added automatic building of bundled gperftools when enabled. [IMP] Removed bundled packages that are no longer needed. [IMP] Always display JSON status even when stale. [IMP] CentOS: Added support for CentOS 8. [IMP] CentOS: Removed support for CentOS 6. [IMP] OPNsense: Added support for OPNsense 19x. Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
* | Merge pull request #11093 from valdi74/update_python-curlHannu Nyman2020-01-28
|\ \ | | | | | | python-curl: update to version 7.43.0.4
| * | python-curl: update to version 7.43.0.4Waldemar Konik2020-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + WolfSSL support from upstream => remove 0001-Add-locking-support-to-wolfSSL.patch PycURL changeLog: Version 7.43.0.4 - 2020-01-15 ----------------------------------------------------------------- - Minimum supported Python 3 version is now 3.5. - Python 2 is no longer officially supported. - Improved thread safety of multi code. - Added Python 3.8 support (patch by Michael Treanor). - Fixed link order when linking statically against OpenSSL (patch by Ashley Whetter). - Fixed Darwin detection. - Added support for wolfSSL (patch by Eneas U de Queiroz). - Added PROXY_SSL_VERIFYHOST (patch by Amir Rossert). Signed-off-by: Waldemar Konik <informatyk74@interia.pl> Compile tested: mipsel_24kc
* | | Merge pull request #11147 from micmac1/svn2Rosen Penev2020-01-28
|\ \ \ | | | | | | | | subversion: fix build failure
| * | | subversion: fix build failureSebastian Kemper2020-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since commit a62c0e5 apu-1-config is no longer being stipped down with regards to being called with "--link-libtool". Example: $ ./staging_dir/target-mips_24kc_musl/usr/bin/apu-1-config --link-libtool -L/home/sk/tmp/openwrt/staging_dir/target-mips_24kc_musl/usr/lib -R/home/sk/tmp/openwrt/staging_dir/target-mips_24kc_musl/usr/lib -laprutil-1 $ Before the mentioned commit the "-R" argument was stripped off. And when the Makefile adds this to TARGET_LDFLAGS this then ends up in the compiler test, as an argument for the compiler, causing build failure: checking whether the C compiler works... no configure: error: in `/builder/shared-workdir/build/sdk/build_dir/target-arm_mpcore+vfp_musl_eabi/subversion-1.13.0': configure: error: C compiler cannot create executables config.log shows what's wrong: configure:3140: x86_64-openwrt-linux-musl-gcc -Os -pipe ... <snip> ... -R/home/sk/tmp/sdk/master-x86-64/staging_dir/target-x86_64_musl/usr/lib -laprutil-1 conftest.c >&5 x86_64-openwrt-linux-musl-gcc: error: unrecognized command line option '-R' This commit does away with these flags, they're not needed anyway. FPIC is also removed, because it's detrimental to the applications [1] and unnecessary as well. Fixes: #11139 [1] https://wiki.gentoo.org/wiki/Project:Hardened/Position_Independent_Code_internals Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | ddns-scripts: use HTTP for IPv6 dyndns URLRosen Penev2020-01-27
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | ddns-scripts: remove HTTPS from dyndns URLRosen Penev2020-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HTTPS support is not provided by default. Also fixed a mistakenly added ]. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | ddns-scripts: use new DDNS URL for dyndns.orgRosen Penev2020-01-27
| | | | | | | | | | | | | | | | | | | | | | | | https://github.com/openwrt/packages/issues/8360 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | ddns-scripts: update ddnss.de responseRosen Penev2020-01-27
| | | | | | | | | | | | | | | | | | | | | | | | https://github.com/openwrt/packages/issues/8013 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | ddns-scripts: fix cloudflare.com-v4Rosen Penev2020-01-27
| | | | | | | | | | | | | | | | | | | | | | | | https://github.com/openwrt/packages/issues/11042 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | ddns-scripts: Fixed HE (hurricane electric) to tunnelbroker.netEuler Alves2020-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hurricane Electric provides a free IPv6inIPv4 tunnel. It changed its ipv4 ddns service, fully needed to keep the ipv6 tunnel up, to the domain tunnelbroker.net. Besides, the old he.net script was bugged because it doesn't had a [USERNAME] placement but instead two [DOMAIN]. The new tunnelbroker.net update URL, still provided by Hurricane Electric, is https://[USERNAME]:[PASSWORD]@ipv4.tunnelbroker.net/nic/update?hostname=[DOMAIN]&myip=[IP] and it gets the response good or nochg Signed-off-by: Euler Alves <euler@alves.pro.br> (fixed-signed-off-by and prefixed) Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | ddns-scripts: Incremented PKG_RELEASE: fix in files/servicesEuler Alves2020-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PKG_RELEASE was incremented to 15 because of a fix in files/services Signed-off-by: Euler Alves <euler@alves.pro.br> (fixed-signed-off-by and prefixed) Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | prometheus-node-exporter-lua: fixed small warningRosen Penev2020-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This happens during compilation: Enabling network ./etc/init.d/prometheus-node-exporter-lua: line 7: /lib/functions/network.sh: No such file or directory Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | vim: install vimdiff symlink for vim-fullerRosen Penev2020-01-27
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #11146 from BKPepe/libredblackRosen Penev2020-01-27
|\ \ \ \ | | | | | | | | | | libredblack: pass CFLAGS properly
| * | | | libredblack: pass CFLAGS properlyJosef Schlehofer2020-01-27
| |/ / / | | | | | | | | | | | | | | | | | | | | Fixes build with enabled ASLR PIE Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #11137 from BKPepe/sqlalchemyRosen Penev2020-01-27
|\ \ \ \ | | | | | | | | | | python-sqlalchemy: update to version 1.3.13
| * | | | python-sqlalchemy: update to version 1.3.13Josef Schlehofer2020-01-27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #11136 from zokl/javascript-obfuscator_updateRosen Penev2020-01-27
|\ \ \ \ \ | |_|/ / / |/| | | | javascript-obfuscator_update: update to 0.24.0
| * | | | javascript-obfuscator_update: update to 0.24.0Zbyněk Kocur2020-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New version of node-javascript-obfuscator. Signed-off-by: Zbyněk Kocur <zbynek.kocur@fel.cvut.cz>
* | | | | Merge pull request #11141 from lucize/pciutilsupHannu Nyman2020-01-27
|\ \ \ \ \ | | | | | | | | | | | | pciutils: update to 3.6.4
| * | | | | pciutils: update to 3.6.4Lucian Cristian2020-01-27
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | Merge pull request #11140 from lucize/nssupHannu Nyman2020-01-27
|\ \ \ \ \ \ | |/ / / / / |/| | | | | nss: update to 3.49.2
| * | | | | nss: update to 3.49.2Lucian Cristian2020-01-27
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | Merge pull request #11138 from peter-stadler/django-cors-headersHannu Nyman2020-01-27
|\ \ \ \ \ | | | | | | | | | | | | python3-django-cors-headers: update to version 3.2.1
| * | | | | python3-django-cors-headers: update to version 3.2.1Peter Stadler2020-01-27
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>