aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* Merge pull request #8041 from neheb/bonHannu Nyman2019-03-10
|\ | | | | bonnie++: Update to 1.98
| * bonnie++: Update to 1.98Rosen Penev2019-03-03
| | | | | | | | | | | | | | | | | | | | | | This version contains NVME fixes. Edited the patches to modify the package Makefile directly so as to reduce hacks in the OpenWrt Makefile. Added LTO support to lower filesize by ~4KB. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #8109 from neheb/moHannu Nyman2019-03-10
|\ \ | | | | | | moreutils: Update to 0.63
| * | moreutils: Update to 0.63Rosen Penev2019-02-02
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | auc: send revision in update checkDaniel Golle2019-03-08
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | auc: adapt to server and ubus APIDaniel Golle2019-03-07
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #7985 from PeterFromSweden/telldusHannu Nyman2019-03-07
|\ \ \ | | | | | | | | telldus-core: Add new package.
| * | | telldus-core: Add new package.Peter Liedholm2019-03-01
| | | | | | | | | | | | | | | | Signed-off-by: Peter Liedholm <PeterFromSwe884@gmail.com>
* | | | Merge pull request #8356 from aparcar/asu-cert-serverDaniel Golle2019-03-07
|\ \ \ \ | | | | | | | | | | attendedsyuspgrade-common: add key and set server
| * | | | attendedsyuspgrade-common: add key and set serverPaul Spooren2019-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In collaboration with @dangowrt the server makes use of `ucert`. Active workers sign created firmware and clients check if the signature is valid. Certs of *hacked* or inactive workers can be revoked. Private CA key is **not** stored on the upgrade server. Only for devices already supporting ucert via firmware metadata. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | | auc: remove left-over subtarget stringDaniel Golle2019-03-07
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | auc: more API updatesDaniel Golle2019-03-06
|/ / / / | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | / auc: sync with server APIDaniel Golle2019-03-06
| |_|/ |/| | | | | | | | | | | | | | | | | Drop pre-ucert signature verification. HTTPS is optional now as integrity can also be provided using ucert. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | pcsc-lite: update to version 1.8.24Daniel Golle2019-03-02
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | cryptsetup: update to version 2.1.0Daniel Golle2019-03-02
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #8244 from Cynerd/i2c-tools-rework-masterHannu Nyman2019-02-26
|\ \ \ | | | | | | | | i2c-tools: rework package to use variants
| * | | i2c-tools: rework package to use variantsKarel Kočí2019-02-23
| | | | | | | | | | | | | | | | Signed-off-by: Karel Kočí <cynerd@email.cz>
* | | | Merge pull request #8265 from aparcar/fft-evalDaniel Golle2019-02-25
|\ \ \ \ | | | | | | | | | | fft-eval: add package
| * | | | fft-eval: add packagePaul Spooren2019-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This program has been created to aid open source spectrum analyzer development for Qualcomm/Atheros AR92xx and AR93xx based chipsets. Find more information about the package here: https://github.com/simonwunderlich/FFT_eval This package is used in LibreMesh, however our CI doesn't support multiple architecures as all LibreMesh code is lua. Adding this package to the official repos allows us to offer it in our tool chain. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | | open-vm-tools: Add new package open-vm-toolsYuhei OKAWA2019-02-25
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new package, open-vm-tools is Open Virtual Machine Tools for VMware guest OS tested: OpenWrt master and 18.06.2 (x86_64) on ESXi 6.5, 6.7 Signed-off-by: Yuhei OKAWA <tochiro.srchack@gmail.com>
* | | | btrfs-progs: Several fixesRosen Penev2019-02-19
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove LTO. It causes an increase in size. Remove fsck.btrfs. It's just a script that says to run btrfs check. Replace INSTALL_BIN with CP to avoid copying what should be a symlink. Install libbtrfsutil. This is needed by a few of the tools. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #8177 from neheb/ffHannu Nyman2019-02-16
|\ \ \ | | | | | | | | fio: Update to 3.13
| * | | fio: Update to 3.13Rosen Penev2019-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added -Wl,--gc-sections for smaller size. Removed TARGET_CFLAGS as there is no difference in size. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #8163 from diizzyy/bash-patchesHannu Nyman2019-02-16
|\ \ \ \ | | | | | | | | | | utils/bash: Import upstream patches for 5.0
| * | | | utils/bash: Import upstream patches for 5.0Daniel Engberg2019-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Source: ftp://ftp.gnu.org/gnu/bash/bash-5.0-patches/bash50-001 ftp://ftp.gnu.org/gnu/bash/bash-5.0-patches/bash50-002 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | Merge pull request #8220 from mstorchak/smartmontools-drivedbHannu Nyman2019-02-15
|\ \ \ \ \ | | | | | | | | | | | | smartmontools: move drive database to a separate packege
| * | | | | smartmontools: move drive database to a separate packegeMaxim Storchak2019-02-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default the database of the known drives is compiled into smartctl and smartd. These tools also support loading external database from /usr/share/smartmontools/drivedb.h. This changeset splits moves the database to a separate package which allows to save some flash space and RAM for those for whom generic S.M.A.R.T. attributes are enough. Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | | | Merge pull request #8066 from neheb/patch-5Hannu Nyman2019-02-14
|\ \ \ \ \ \ | |/ / / / / |/| | | | | tar: Update to 1.31
| * | | | | tar: Update to 1.31Rosen Penev2019-01-28
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2018-20482 Added PKG_BUILD_PARALLEL for faster compilation. Added PKG_CPE_ID for proper CVE tracking. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #7674 from neheb/taskHannu Nyman2019-02-13
|\ \ \ \ \ | |_|/ / / |/| | | | taskwarror: Update to 2.5.1
| * | | | taskwarrior: Update to 2.5.1Rosen Penev2019-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makefile adjustments for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | rtl-ais: Update init scriptJeffery To2019-02-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This replaces the use of uci_validate_section() with uci_load_validate(), which removes the need to declare local variables for every config option. This also fixes some space-indented lines to use tabs. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #8185 from micmac1/maria-10222Hannu Nyman2019-02-12
|\ \ \ \ \ | | | | | | | | | | | | mariadb: update to 10.2.22 + clean up shared lib deps
| * | | | | mariadb: bump to 10.2.22Sebastian Kemper2019-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From upstream release notes: - Backport Information Schema CHECK_CONSTRAINTS Table. - MDEV-17475: Maximum value of table_definition_cache is now 2097152. - InnoDB ALTER TABLE fixes: MDEV-16499, MDEV-18186, MDEV-18237, MDEV-18222, MDEV-18256, MDEV-18016, MDEV-16849 - Mariabackup fixes: MDEV-18185, MDEV-18201, MDEV-18194 - Galera crash recovery fix: MDEV-15740 - Encryption fixes: MDEV-18129, MDEV-18183, MDEV-18279 - Fixes for the following security vulnerabilities: - CVE-2019-2510 - CVE-2019-2537 OpenWrt notes: - OpenSSL patch dropped as issue fixed upstream Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | | | mariadb: fix libmariadb dependsSebastian Kemper2019-02-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The shared library does not depend on libatomic nor libstdcpp anymore. This is very good news for the users of said lib. This commit updates the depends accordingly. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | Merge pull request #8159 from neheb/xzTed Hess2019-02-12
|\ \ \ \ \ \ | |/ / / / / |/| | | | | xz: Compile with PIC to fix linking errors
| * | | | | xz: Compile with PIC to fix linking errorsRosen Penev2019-02-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While researching CircleCI build failures, I came across a linking error relating to liblzma, where ld instructs to recompile with fPIC. Unfortunately, this increases filesize. Added some configure flags to try to mitigate is somewhat. Removed maintainer as he is no longer active. Added PKG_CPE_ID for proper CVE tracking. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #8164 from diizzyy/patch-6Hannu Nyman2019-02-10
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | bluez: Cosmetic fixes
| * | | | | bluez: Cosmetic fixesDaniel Engberg2019-02-09
| |/ / / / | | | | | | | | | | | | | | | | | | | | Use $(INSTALL_BIN) instead of $(CP) when installing binaries Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | Merge pull request #7823 from BKPepe/owfs3.2p3Hannu Nyman2019-02-09
|\ \ \ \ \ | |/ / / / |/| | | | owfs: update to version v3.2p3
| * | | | owfs: update to version v3.2p3Josef Schlehofer2019-01-31
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #7631 from neheb/patch-1Daniel Golle2019-02-08
|\ \ \ \ \ | | | | | | | | | | | | cryptsetup: replace libgcrypt with AFALG and remove OpenSSL variant
| * | | | | cryptsetup: Remove OpenSSL variantRosen Penev2019-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenSSL is only used for hashing while being a huge dependency (689.4KB for mips_24kc. Cryptsetup also supports and recommends argon2 for hashing, which is not provided by OpenSSL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | cryptsetup: Replace libgcrypt with AFALGRosen Penev2019-01-31
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add several configure arguments to speed up build time. Switch from using libgcrypt to using the kernel directly. This has a number of benefits including smaller size and faster speed. It also allows selection of desired crypto primatives instead of having all of them. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / | | | prometheus: update to 2.7.1Paul Spooren2019-02-04
|/ / / / | | | | | | | | | | | | Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | device-observatory: Specify libmicrohttpd dependencyMoritz Warning2019-01-29
| | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | cryptsetup: update to version 2.0.6Daniel Golle2019-01-29
| |/ / |/| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | btrfs-progs: Update to 4.20.1Rosen Penev2019-01-27
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | mariadb: bump to 10.2.21Sebastian Kemper2019-01-27
| | | | | | | | | | | | | | | | | | | | | Version bump. Adds new upstream plugin caching_sha2_password.so to the client lib package. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | mariadb: move 50-client.cnf to lib pkgSebastian Kemper2019-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | 50-client.cnf is used by the client library, so it should be installed with the library. This commit moves the configuration file to the correct package and updates its depend (50-client.cnf is sourced by my.cnf from mariadb-common). Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>