aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | python3: bump PKG_RELEASEJosef Schlehofer2019-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: 85eee2d7f85421fd9156fb988ac865679e4e7851 (python3: fix build when Blake2 not enabled in OpenSSL") Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | Merge pull request #10604 from yorkie/fix/python3-buildRosen Penev2019-11-21
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | python3: fix build when Blake2 not enabled in OpenSSL
| * | | | | | python3: fix build when Blake2 not enabled in OpenSSLYorkie Liu2019-11-21
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refs: - https://github.com/python/cpython/commit/7c20888e71304ecbf4bd3d595f364b7c691d30a0 - https://bugs.python.org/issue38684 Signed-off-by: Yorkie Liu <yorkiefixer@gmail.com>
* | | | | | unbound: Update to version 1.9.5Josef Schlehofer2019-11-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2019-18934 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | Merge pull request #10596 from neheb/fRosen Penev2019-11-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | fish: Convert to CMake
| * | | | | | fish: Convert to CMakeRosen Penev2019-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CMake is faster and allows to simplify the Makefile slightly. It also creates a slightly smaller package for some reason. Fixed license information. Ran postinst through shellcheck. It was using bashisms. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #10595 from neheb/yam2Rosen Penev2019-11-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libyaml-cpp: Update to 0.63
| * | | | | | | libyaml-cpp: Update to 0.63Rosen Penev2019-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several Makefile cleanups for consistency. Added ABI_VERSION. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #10583 from neheb/cifRosen Penev2019-11-20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | cifs-utils: Add smbinfo utility
| * | | | | | | | cifs-utils: Add smbinfo utilityRosen Penev2019-11-18
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to PKG_INSTALL for simplicity. Added PKG_BUILD_PARALLEL for faster compilation. Added InstallDev section. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #10602 from micmac1/mary-104-depsRosen Penev2019-11-20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | mariadb: prevent building against uClibc
| * | | | | | | | mariadb: prevent building against uClibcSebastian Kemper2019-11-20
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MariaDB 10.4 includes some changes in sql/sql_statistics.cc that require std::fmin and std::fmax. But these functions aren't available when libstdc++ is compiled against uClibc, because uClibc doesn't pass the test when libstdc++ checks for C99 math that supports "TR1" facilities (macro: GLIBCXX_CHECK_C99_TR1). Hence compilation fails: [ 90%] Building CXX object sql/CMakeFiles/sql.dir/sql_table.cc.o /builder/shared-workdir/build/sdk/build_dir/target-arc_archs_uClibc/mariadb-10.4.10/sql/sql_statistics.cc: In member function 'void Column_statistics_collected::finish(ha_rows, double)': /builder/shared-workdir/build/sdk/build_dir/target-arc_archs_uClibc/mariadb-10.4.10/sql/sql_statistics.cc:2533:20: error: 'fmax' is not a member of 'std' val = std::fmax(estimate_total_distincts * (rows - nulls) / rows, 1.0); This commit updates package dependencies to prevent a build against uClibc. There is no reason to waste CPU cycles on the build bots. The dependencies are also tidied up. In the past it made sense to define MARIADB_COMMON_DEPENDS and MARIADB_COMMON_DEPENDS_EXE, because the server had different dependencies compared to the library. But since the library is now in its own package we can remove the differentiation. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* / | | | | | | nnn: Add a new packageJosef Schlehofer2019-11-20
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | Merge pull request #10600 from val-kulkov/imagemagick-packageDaniel Engberg2019-11-20
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | imagemagick: update to the latest release
| * | | | | | imagemagick: update to the latest releaseVal Kulkov2019-11-20
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to ImageMagick 7.0.9-5. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | | | Merge pull request #10591 from peter-stadler/django-cors-headersRosen Penev2019-11-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | python3-django-cors-headers: update to version 3.2.0
| * | | | | | python3-django-cors-headers: update to verson 3.2.0Peter Stadler2019-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | | | | Merge pull request #10587 from Payne-X6/masterRosen Penev2019-11-19
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | knot: update to version 2.9.1
| * | | | | | knot: update to version 2.9.1Jan Hak2019-11-18
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Hak <jan.hak@nic.cz>
* | | | | | Merge pull request #10585 from commodo/staging-updates1Hannu Nyman2019-11-19
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | django1,python-mysqlclient,python-dateutil: bump versions
| * | | | | python-dateutil: bump to version 2.8.1Alexandru Ardelean2019-11-19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | python-mysqlclient: bump to version 1.4.5Alexandru Ardelean2019-11-19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | | | django1: bump to version 1.11.26Alexandru Ardelean2019-11-18
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | Merge pull request #10581 from dibdot/travelmateDirk Brenken2019-11-19
|\ \ \ \ \ | | | | | | | | | | | | travelmate: update 1.5.3
| * | | | | travelmate: update 1.5.3Dirk Brenken2019-11-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * some init tweaks * use the usual wifi wrapper for reloads * compatibility fix for latest wifi-related changes in master (dynamic wireless radio reconfiguration) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | perl-xml-parser: Update to 2.46Rosen Penev2019-11-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added patch that removes faulty expat check. Minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | perl-www: Update to 6.41Rosen Penev2019-11-18
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | perl-www-mechanize: Update to 1.95Rosen Penev2019-11-18
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | perl-http-cookies: Update to 6.07Rosen Penev2019-11-18
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | perl-html-form: Update to 6.05Rosen Penev2019-11-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Small update to pod. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | vala: Update to 0.46.5Rosen Penev2019-11-18
| |/ / / / |/| | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #10538 from TDT-AG/pr/20191113-mwan3Florian Eckert2019-11-18
|\ \ \ \ \ | | | | | | | | | | | | mwan3: add https ping possibility and a minor fix
| * | | | | mwan3: change license to SPDX compatible identifierFlorian Eckert2019-11-18
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | mwan3: update version to 2.8.2Florian Eckert2019-11-14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | mwan3: add httping_ssl optionFlorian Eckert2019-11-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Till now we could only ping http targets on port 80. With this change by adding the config boolean config option httping_ssl we could also ping https ping targets on port 443. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | mwan3: fix variable namingFlorian Eckert2019-11-14
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | The variable IPT is not valid at this point. Set the variable usage to IPT4 fixes this issue. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | qemu: bump to version 4.1.1Yousong Zhou2019-11-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | Merge pull request #10570 from micmac1/maria-10.4Rosen Penev2019-11-17
|\ \ \ \ \ | | | | | | | | | | | | mariadb: major bump to 10.4, split off lib package
| * | | | | mariadb: small plugins fixesSebastian Kemper2019-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a few lines to the BuildPlugin routine to install some missing files for auth_pam as well as ha_spider. It also adds a postinstall script that updates the ownership of a directory used by auth_pam. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | | mariadb: move libmariadb into its own packageSebastian Kemper2019-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This way when only wanting the library nobody needs to download and compile the server package, saving space and time. Also this way we can avoid sudden SONAME bumps during a server upgrade. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | | mariadb: move mariadb-common into its own packageSebastian Kemper2019-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This moves mariadb-common into its own (tiny) package in preparation for moving out libmariadb as well. Otherwise the library would have a dependency on the big mariadb package. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | | mariadb: bump to major version 10.4Sebastian Kemper2019-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Highlights: - Bump from 10.2.26 to 10.4.10 - auth_pam got replaced with never version, old one still available as auth_pam_v1 - semisync plugins were merged into the core - Upstream now installs symlinks for binaries with mariadb prefix. To accommodate that this commit updates Package/mariadb/install/bin accordingly. - Patches are updated with new ones from Debian and Arch (thanks!) - libedit patch dropped because it's upstream now. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | prometheus-node-exporter-lua: bump versionEtienne Champetier2019-11-17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | | | prometheus-node-exporter-lua: an unavaliable wifi interface may have stopped ↵Zoltan Haindrich2019-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the scraper from functioning Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
* | | | | | prometheus-node-exporter-lua: respawn the processAndre Heider2019-11-17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andre Heider <a.heider@gmail.com>
* | | | | | prometheus-node-exporter-lua: add a config reload triggerAndre Heider2019-11-17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andre Heider <a.heider@gmail.com>
* | | | | | prometheus-node-exporter-lua: switch config to openwrt interface namesAndre Heider2019-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop the config knob 'listen_address' and introduce 'listen_interface' and 'listen_ipv6' instead. 'listen_interface' takes an openwrt interface name ('loopback', 'lan', 'wan' etc, or "*" for all), from which the primary IP is used to listen on. If 'listen_ipv6' is set to '1', the IPv6 adress will be used, IPv4 elsewise. procd interface triggers are now combined with this, so if the listen interface is not yet configured when the init script is executed, the process start is defered, and the trigger takes care of that once the interface is ready. Fixes #7670 Signed-off-by: Andre Heider <a.heider@gmail.com>
* | | | | | Merge pull request #10576 from jefferyto/python-zope-interface-4.7.1Rosen Penev2019-11-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | python-zope-interface: Update to 4.7.1, refresh patch
| * | | | | | python-zope-interface: Update to 4.7.1, refresh patchJeffery To2019-11-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | Merge pull request #10574 from jefferyto/python-twisted-19.10.0Rosen Penev2019-11-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python-twisted: Update to 19.10.0, refresh patches