aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
...
| * | | | | | 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>
* | | | Merge pull request #7813 from pm73/masterchamptar2019-01-27
|\ \ \ \ | | | | | | | | | | prometheus-node-exporter-lua: change network metric type to counter
| * | | | prometheus-node-exporter-lua: change network metric type to counterPiotr Machała2018-12-30
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Piotr Machała <pm7gt@933x.net>
* | | | | Merge pull request #7991 from neheb/pci2Hannu Nyman2019-01-27
|\ \ \ \ \ | | | | | | | | | | | | pciutils: Update to 3.6.2
| * | | | | pciutils: Update to 3.6.2Rosen Penev2019-01-19
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched source to the same one as usbutils as it is versioned. A few other Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #7776 from neheb/patch-15Hannu Nyman2019-01-27
|\ \ \ \ \ | | | | | | | | | | | | lvm2: Update to 2.03.02
| * | | | | lvm2: Update to 2.03.02Rosen Penev2018-12-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just bugfixes: Fix missing proper initialization of pv_list struct when adding pv. Fix (de)activation of RaidLVs with visible SubLVs. Prohibit mirrored 'mirror' log via lvcreate and lvconvert. Use sync io if async io_setup fails, or use_aio=0 is set in config. Fix more issues reported by coverity scan. Updated Makefile to standards. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #7833 from neheb/mHannu Nyman2019-01-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | mariadb: Fix compilation without deprecated OpenSSL APIs
| * | | | | | mariadb: Fix compilation without deprecated OpenSSL APIsRosen Penev2019-01-19
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #7928 from dhewg/pull/prometheus-statsd-exporterHannu Nyman2019-01-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | prometheus-statsd-exporter: switch config to openwrt interface names
| * | | | | | prometheus-statsd-exporter: bump versionAndre Heider2019-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andre Heider <a.heider@gmail.com>
| * | | | | | prometheus-statsd-exporter: add a config reload triggerAndre Heider2019-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andre Heider <a.heider@gmail.com>
| * | | | | | prometheus-statsd-exporter: switch config to openwrt interface namesAndre Heider2019-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop the config knobs '*_address' and introduce '*_interface' and '*_ipv6' instead. '*_interface' takes an openwrt interface name ('loopback', 'lan', 'wan' etc), from which the primary IP is used to listen on. If the matching '*_ipv6' is set to '1', the IPv6 adress will be used, IPv4 elsewise. procd interface triggers are now combined with this, so if a 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 interfaces are ready. Signed-off-by: Andre Heider <a.heider@gmail.com>
* | | | | | | Merge pull request #7949 from dengqf6/zshHannu Nyman2019-01-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | zsh: size optimizations and fix build without musl
| * | | | | | | zsh: size optimizations and fix build without muslDeng Qingfang2019-01-14
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable dynamic libraries and enable LTO Only use `--enable-libc-musl` when musl is selected Shrinks ipk size by about 200KB Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | | | Merge pull request #7994 from neheb/patch-11Hannu Nyman2019-01-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | gzip: Update to 1.10
| * | | | | | | gzip: Update to 1.10Rosen Penev2019-01-19
| | |_|/ / / / | |/| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #8010 from neheb/hdpHannu Nyman2019-01-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | hdparm: Fix LDFLAGS
| * | | | | | | hdparm: Fix LDFLAGSRosen Penev2019-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Based on debian patch. LDFLAGS were not being passed, which caused relro to not be applies. Also made stock CFLAGS optional. -fkeep-inline was keeping sizes high. Removed PKG_NO_MIPS16 as the original problem seems to be gone. Size from 54338 to 50761 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #8030 from jow-/at-elf-dependsHannu Nyman2019-01-26
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | at: change libelf1 dependency to libelf
| * | | | | | | | at: change libelf1 dependency to libelfJo-Philipp Wich2019-01-24
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The libelf1 source package has been renamed to libelf in OpenWrt base, adjust the dependency in "at" accordingly. There are no functional changes and no changes in the resulting binary. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | | Merge pull request #8029 from jow-/avrdude-elf-dependsTed Hess2019-01-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | avrdude: change libelf1 dependency to libelf
| * | | | | | | | avrdude: change libelf1 dependency to libelfJo-Philipp Wich2019-01-24
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The libelf1 source package has been renamed to libelf in OpenWrt base, adjust the dependency in avrdude accordingly. There are no functional changes and no changes in the resulting binary. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* / / / / / / / utils/bash: Update to 5.0Daniel Engberg2019-01-24
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update bash to 5.0 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | Merge pull request #8008 from aparcar/prometheus-2.6.1Hannu Nyman2019-01-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | prometheus: update to 2.6.1
| * | | | | | | prometheus: update to 2.6.1Paul Spooren2019-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | | | | | | Merge pull request #8003 from neheb/btrHannu Nyman2019-01-21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | btrfs-progs: Update to 4.20
| * | | | | | | | btrfs-progs: Update to 4.20Rosen Penev2019-01-20
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove copyright. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / / / / / / rtl-ais: Fix compilation on i386Rosen Penev2019-01-21
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The code from 1996 is using pre-c99 inline semantics that cause compilation failures on i386. Added std-gnu89 to fix this. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | lm-sensors: use codeload and add ABI_VERSIONDeng Qingfang2019-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use codeload URL suggested by neheb Add ABI_VERSION:=5 to libsensors Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn> Bump PKG_RELEASE just in case. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | Merge pull request #7943 from neheb/smHannu Nyman2019-01-20
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | smartmontools: Update to 7.0
| * | | | | | smartmontools: Update to 7.0Rosen Penev2019-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed weird uclibc++ compatibility stuff as it seems to not be needed anymore. Switched to standard variables. Added PKG_BUILD_PARALLEL for faster compilation. Removed PKG_FIXUP as it seems the package has been fixed already. A few changes to the CFLAGS and linker options resulted in ipk size going from 244694 to 244283, possibly due to previous overlinking. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #7939 from dengqf6/lm-sensorsHannu Nyman2019-01-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | lm-sensors: update to 3.5.0
| * | | | | | | lm-sensors: update to 3.5.0Deng Qingfang2019-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also switch to GitHub tarball Removed upstreamed patch Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | | | | Merge pull request #7811 from neheb/bHannu Nyman2019-01-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | bonnie++: Replace libstdcpp depend with generic CXX.
| * | | | | | | | bonnie++: Replace libstdcpp depend with generic CXX.Rosen Penev2019-01-12
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows to get rid of the heavy libstdcpp dependency. Added -fno-rtti to save a little space (200 bytes). Also did some Makefile rearrangements for consistency. Added HTTPS to URLs. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | unzip: fix PKG_CPE_IDJan Pavlinec2019-01-17
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>