aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* Merge pull request #4462 from ryzhovau/lcdproc_ldflagsJo-Philipp Wich2017-06-15
|\ | | | | lcdproc: respect LDFLAGS
| * lcdproc: respect LDFLAGSAlexander Ryzhov2017-06-08
| | | | | | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* | collectd: update to 5.7.2Hannu Nyman2017-06-10
| | | | | | | | | | | | | | | | * update collectd to 5.7.2 * drop backported upstream patch that is now in release * refresh patches Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | Merge pull request #4441 from Ansuel/bump-cryptodevHannu Nyman2017-06-08
|\ \ | |/ |/| cryptodev-linux: bump to last commit
| * cryptodev-linux: bump to last commitAnsuel Smith2017-06-05
| | | | | | | | | | | | | | Fix: This patch fixes a kernel crash observed with cipher-gcm test. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | Merge pull request #4446 from aTanW/masterHannu Nyman2017-06-06
|\ \ | | | | | | gammu: bunp to a new v1.38.3
| * | gammu: bunp to a new v1.38.3aTanW2017-06-06
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vitaly Protsko <villy@sft.ru> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
* | | Merge pull request #4436 from hauke/attrHannu Nyman2017-06-06
|\ \ \ | | | | | | | | attr: add PKG_MIRROR_HASH
| * | | attr: add PKG_MIRROR_HASHHauke Mehrtens2017-06-05
| |/ / | | | | | | | | | | | | | | | | | | Use the LEDE mirror in case the git repository if unavailable like it currently is. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* | | Merge pull request #4286 from hnyman/nano281Hannu Nyman2017-06-06
|\ \ \ | | | | | | | | nano: update to 2.8.4
| * | | nano: update to 2.8.4Hannu Nyman2017-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update nano to 2.8.4 * remove deprecated glibtest configure argument * fix whitespace in configure arguments Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | smartmontools: Fix build with CONFIG_USE_LIBSTDCXXFlorian Fainelli2017-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Makefile would still force the use of and linking against uClibc++ even though libstdc++ may have been chosen, which would result in the package depending on libstdcpp ($(CXX_DEPENDS) but we would still be missing an libuClibc++ library depdency. Fix this by looking at CONFIG_USE_UCLIBCXX to adjust the configure script variables. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | | pciutils: Fix build with external toolchainsFlorian Fainelli2017-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Passing GNU_TARGET_NAME implies that we have a 4-group triplet (e.g: arm-openwrt-unknown-linux), and this works fine with pciutils' lib/configure operating system detection. If we have an external toolchain (e.g: mipsel-linux-gnu), the configure script is all confused and ends-up picking up i386-ports, which is not valid on the target architecture. Finally, we are not passing TARGET_CPPFLAGS as we should, so let's do that correctly. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | | klish: Fix build errors with external toolchainsFlorian Fainelli2017-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We would first not be able to properly detect libxml2 because it's not automatically found, fix that by explicitly linking against it (and zlib a dependency). Then if we don't don't define X_OPEN_SOURCE=500, we would run into the following build error: clish/shell/shell_execute.c: In function 'clish_shell_exec_action': clish/shell/shell_execute.c:309:18: error: 'sigignore' undeclared (first use in this function) sa.sa_handler = sigignore; /* Empty signal handler */ ^ clish/shell/shell_execute.c:309:18: note: each undeclared identifier is reported only once for each function it appears in Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | | squashfs-tools: Pass down TARGET_CFLAGS, CPPFLAGS and LDFLAGsFlorian Fainelli2017-06-05
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes build errors with external toolchains that don't automatically search for headers in STAGING_DIR: mipsel-linux-gnu-gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -c -o gzip_wrapper.o gzip_wrapper.c gzip_wrapper.c:27:18: fatal error: zlib.h: No such file or directory #include <zlib.h> ^ compilation terminated. make[3]: *** [gzip_wrapper.o] Error 1 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | cryptsetup: update to version 1.7.5Daniel Golle2017-06-05
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | lvm2: update to version 2.02.168Daniel Golle2017-06-05
| | | | | | | | | | | | | | | | | | Add HTTP mirror URL as well. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #4385 from D-Albers/btrfs-progs-4.11Daniel Golle2017-06-05
|\ \ \ | | | | | | | | btrfs-progs: update to 4.11
| * | | btrfs-progs: update to 4.11Daniel Albers2017-05-25
| |/ / | | | | | | | | | Signed-off-by: Daniel Albers <Daniel.Albers@public-files.de>
* | | Merge pull request #4417 from diizzyy/patch-51Daniel Golle2017-06-05
|\ \ \ | | | | | | | | utils/pcsc-lite: Update to 1.8.21
| * | | utils/pcsc-lite: Update to 1.8.21Daniel Engberg2017-05-31
| |/ / | | | | | | | | | | | | | | | Update pcsc-lite to 1.8.21 Replace obsolete tarball hash variable with PKG_HASH Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | Merge pull request #4418 from diizzyy/patch-52Daniel Golle2017-06-05
|\ \ \ | |_|/ |/| | utils/ccid: Update to 1.4.27
| * | utils/ccid: Update to 1.4.27Daniel Engberg2017-05-31
| |/ | | | | | | | | | | Update ccid to 1.4.27 Replace obsolete tarball hash variable with PKG_HASH Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | Merge pull request #4412 from luizluca/sane-backends-1.0.27Luiz Angelo Daros de Luca2017-06-04
|\ \ | | | | | | sane-backends: bump to 1.0.27
| * | sane-backends: bump to 1.0.27Luiz Angelo Daros de Luca2017-05-31
| |/ | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2017-6318 Patches where refreshed and the following removed: - 020-fix_pieusb.patch: fixed upstream - 030-musl.patch: accepted upstream PS: there was no sane-backends 1.0.26 Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* / utils/tmux: Update to 2.5Daniel Engberg2017-06-02
|/ | | | | | | | | Update tmux to 2.5 Drop patch Update homepage URL Use toolchain functionality for configuring and compiling Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* Merge pull request #4320 from TouchStar/gpsd-fix-darwinbuildHannu Nyman2017-05-24
|\ | | | | utils/gpsd: Set manbuild=no for build (disable building help/html docs)
| * utils/gpsd: Set manbuild=no for build (disable building help/html documentation)David Thornley2017-05-02
| | | | | | | | | | | | This removes unnecessary dependancy on xmlto which can be problematic on macOS build environment. Signed-off-by: David Thornley <david.thornley@touchstargroup.com>
* | jq: import improvements from debianMarko Ratkaj2017-05-17
| | | | | | | | | | | | | | Mitigate stack exhaustion when printing a very deeply nested term. Fix heap buffer overflow in tokenadd() Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | jq: fix MIPS compile flagsMarko Ratkaj2017-05-17
| | | | | | | | | | | | | | | | | | | | There is a gcc related bug that causes the following issue on MIPS: Assertion failed: jv_get_kind(a) == JV_KIND_STRING (jv.c: jvp_string_ptr: 435) This patch will disable SRA optimizations on MIPS platform and prevent the above issue. Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | Merge pull request #4240 from sartura/jq_add_packageLuka Perkov2017-05-12
|\ \ | | | | | | jq: add package
| * | jq: add packageMarko Ratkaj2017-04-07
| | | | | | | | | | | | | | | | | | jq is a lightweight and flexible command-line JSON processor. Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | prometheus-node-exporter-lua: adds node metrics exporterChristian Simon2017-05-08
| |/ |/| | | | | Signed-off-by: Christian Simon <simon@swine.de>
* | ntfs-3g: Update to 2017.3.23 version, provide single utilites package, ↵Ted Hess2017-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refresh patches Changes to NTFS-3G: Delegated processing of special reparse points to external plugins Allowed kernel cacheing by lowntfs-3g when not using Posix ACLs Enabled fallback to read-only mount when the volume is hibernated Made a full check for whether an extended attribute is allowed Moved secaudit and usermap to ntfsprogs (now ntfssecaudit and ntfsusermap) Enabled encoding broken UTF-16 into broken UTF-8 Autoconfigured selecting <sys/sysmacros.h> vs <sys/mkdev> Allowed using the full library API on systems without extended attributes support Fixed DISABLE_PLUGINS as the condition for not using plugins Corrected validation of multi sector transfer protected records Denied creating/removing files from $Extend Returned the size of locale encoded target as the size of symlinks http://www.tuxera.com/community/release-history/ Signed-off-by: BangLang Huang <banglang.huang@foxmail.com> Make ntfs-3g-utils into a single package due to upstream package changes. Signed-off-by: Ted Hess <thess@kitschensync.net>
* | collectd: build cpufreq also for armvirt targetHannu Nyman2017-04-28
| | | | | | | | | | | | | | | | | | | | | | Enable collectd-mod-cpufreq also for armvirt to make it available for ipq806x devices in LEDE buildbot snapshots. LEDE phase2 buildbot for arm_cortex-a15_neon-vfpv4 that is the package arch for ipq806x, uses armvirt SDK instead of ipq806x SDK. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | irqbalance: add PKG_MIRROR_HASHHannu Nyman2017-04-27
| | | | | | | | Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | cmdpad, pcsc-lite, slide-switch, stoken: shorten titleHannu Nyman2017-04-27
| | | | | | | | | | | | | | | | | | Longest package titles are not shown in the menuconfig, which decreases manuconfig usability. Shorten some of the longest titles. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | ccrypt: shorten title, use PKG_HASHHannu Nyman2017-04-27
| | | | | | | | | | | | | | * Shorten the package title to improve menuconfig usability * Use PKG_HASH Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | cryptodev-linux: bump to 4.9Ansuel Smith2017-04-24
| | | | | | | | | | | | Cosmetic update just to remove git date Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | collectd: upstream fix for vulnerability in network pluginHannu Nyman2017-04-20
| | | | | | | | | | | | | | | | | | Import an upstream fix for a DDoS vulnerability in the network plugin: CVE-2017-7401 Refresh patches. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | hfsprogs: fix when not linking aginst glibcMatthew McClintock2017-04-18
| | | | | | | | | | | | Only link with libbsd when we are using GLIBC Signed-off-by: Matthew McClintock <msm-oss@mcclintock.net>
* | Merge pull request #4262 from tsl0922/ttyd-1.3.2Hannu Nyman2017-04-17
|\ \ | | | | | | ttyd: update to 1.3.2
| * | ttyd: update to 1.3.2Shuanglei Tao2017-04-16
| | | | | | | | | | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* | | lcdproc: simplify dropping --disable-nls fron CONFIGURE_ARGSPhilip Prindeville2017-04-14
|/ / | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | Merge pull request #4177 from pprindeville/shadow-add-appletsDaniel Golle2017-04-14
|\ \ | | | | | | shadow: add chpasswd, et al to list of applets
| * | shadow: add chpasswd, et al to list of appletsPhilip Prindeville2017-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you have a firstboot script which seeds a passwd based on run-time information (like MAC addresses, hostname, etc) then you need to be able to pass in a cleartext string via chpasswd. Other applets are similarly potentially useful in other corner cases. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | lcdproc: alternative package to drive LCD displaysPhilip Prindeville2017-04-13
|/ / | | | | | | | | | | | | As lcd4linux is all kinds of BROKEN lately, and of unknown status. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> Reviewed-by: Harald Geyer <harald@ccbib.org>
* / ap51-flash: Define IPPORT_TFTP where it is usedFlorian Fainelli2017-04-12
|/ | | | | | | | | | | | | | | | | | | | Defining IPPORT_TFTP on the pre-processor command line leads to the following error for glibc-based toolchains: mipsel-linux-gnu-gcc -Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -mips16 -minterlink-mips16 -I/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/include -I/local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/include -I/opt/toolchains/stbgcc-4.8-1.5/usr/include -I/opt/toolchains/stbgcc-4.8-1.5/include -Wall -Werror -W -g3 -std=gnu99 -Os -fno-strict-aliasing -DLINUX -DREVISION_VERSION=\"2016-10-16\" -DFLASH_FROM_FILE -DNO_LIBPCAP -D_GNU_SOURCE -UIPPORT_TFTP -DIPPORT_TFTP=69 -MD -c flash.c -o flash.o <command-line>:0:13: error: expected identifier before numeric constant Instead, move this where this gets used, in proto.c Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* hfsprogs: Fix build failures with external toolchainsFlorian Fainelli2017-04-02
| | | | | | | | | | | Several problems were found with building against an external toolchain: * TARGET_CPPFLAGS was missing which would prevent finding the headers * TARGET_LDFLAGS also was not passed correctly * when building against glibc, since we use strlcpy() we need to link against libbsd Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* unrar: Properly pass LDFLAGSFlorian Fainelli2017-04-02
| | | | | | | | | External toolchains don't automatically have STAGING_DIR in their default search path, so make sure we pass TARGET_LDFLAGS down. Since the unrar makefile does not allow overriding, we also need to preserve the original LDFLAGS which include lpthread. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>