aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
...
* | | screen: update to 4.6.0Etienne Champetier2017-07-08
| | | | | | | | | | | | Signed-off-by: Etienne Champetier <echampetier@anevia.com>
* | | gawk: add GNU awk packageDaniel Golle2017-07-05
| | | | | | | | | | | | | | | | | | Coexists peacefully with busybox' awk. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | jq: Set -std=c99 CLFAGSFlorian Fainelli2017-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes build errors/warnings: locfile.c: In function 'locfile_init': locfile.c:21:3: error: 'for' loop initial declarations are only allowed in C99 mode for (int i=0; i<length; i++) { Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | Merge pull request #4533 from pprindeville/acpica-version-bumpHannu Nyman2017-07-02
|\ \ \ | | | | | | | | acpica-unix: version bump and add parallel build
| * | | acpica-unix: version bump and add parallel buildPhilip Prindeville2017-07-02
| | | | | | | | | | | | | | | | | | | | | | | | Also fix source URL. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | domoticz: removed hardcoded userdata pathStijn Tintel2017-06-29
|/ / / | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | Merge pull request #4515 from pprindeville/rng-tools-fix-newlinesHannu Nyman2017-06-27
|\ \ \ | |/ / |/| | rng-tools: add upstreamed patch to fix newlines in syslog messages
| * | rng-tools: add upstreamed patch to fix newlines in syslog messagesPhilip Prindeville2017-06-27
| | | | | | | | | | | | | | | | | | Don't embed newlines in syslog strings. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | acpica: initial commitPhilip Prindeville2017-06-24
| | | | | | | | | | | | | | | | | | | | | | | | Add the UNIX-based ACPI utilities. For now, only "acpidump" seems to be useful on the target system. The others would only be of interest on the host system, and only then if one were developing BIOS. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | Merge pull request #4430 from diizzyy/patch-58Daniel Golle2017-06-23
|\ \ \ | |/ / |/| | utils/pcsc-tools: Add to repo
| * | utils/pcsc-tools: Add to repoDaniel Engberg2017-06-20
| |/ | | | | | | | | | | Add pcsc-tools to repo Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | eudev: remove packageDaniel Golle2017-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It's pretty useless as udev cannot run in coexistence with procd. It was added mostly to get packages compiled which depend on libudev, knowing that the udev related functionality will be broken. eudev has now been replaced by libudev-fbsd which does the job much better and may serve as a drop-in replacement with even some working features. In future we may want our own libudev-procd library which can also be a mostly-stub implementation but may query things from procd using ubus in some situations... Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | uvcdynctrl: get rid of udevDaniel Golle2017-06-19
| | | | | | | | | | | | | | | | The udev rule installed was ineffective as udev cannot run in coexistence with procd. If needed, it should be reimplemented as rule under /etc/hotplug.d/ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #4496 from aTanW/masterHannu Nyman2017-06-19
|\ \ | | | | | | gammu: bump to a new upstream v1.38.4
| * | gammu: bump to a new upstream v1.38.4aTanW2017-06-19
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vitaly Protsko <villy@sft.ru> --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
* | | ttyd: update to 1.3.3Shuanglei Tao2017-06-19
| | | | | | | | | | | | Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
* | | coreutils: stdbuf: fix missing libstdbuf.soYousong Zhou2017-06-19
| | | | | | | | | | | | | | | | | | Fixes #1674 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | mbtools: use https to clone and add PKG_MIRROR_HASHDaniel Golle2017-06-19
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | pcsc-lite: update to version 1.8.22Daniel Golle2017-06-19
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | openzwave: Avoid picking host librariesFlorian Fainelli2017-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cpp/examples/MinOZW/Makefile contains this rule: LIBS = $(wildcard $(LIBDIR)/*.so $(LIBDIR)/*.dylib $(top_builddir)/*.so $(top_builddir)/*.dylib $(top_builddir)/cpp/build/*.so $(top_builddir)/cpp/build/*.dylib ) LIBSDIR = $(abspath $(dir $(firstword $(LIBS)))) with LIBDIR not being defined anywhere we end up picking up host libraries. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | btrfs-progs: no longer maintained by meDaniel Golle2017-06-18
| | | | | | | | | | | | | | | | | | Remove myself as maintainer. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #4429 from sdwalker/cleanupHannu Nyman2017-06-17
|\ \ \ | | | | | | | | packages: cleanup Makefile variables
| * | | packages: cleanup Makefile variablesStephen Walker2017-06-03
| | | | | | | | | | | | | | | | | | | | | | | | Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses and consistent section assignments Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* | | | btrfs-progs: Fix build with external toolchainsFlorian Fainelli2017-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TARGET_CPPFLAGS were not propagated correctly leading to these kinds of build failure: btrfstune.c:26:23: fatal error: uuid/uuid.h: No such file or directory #include <uuid/uuid.h> ^ compilation terminated. btrfs-find-root.c:24:18: fatal error: zlib.h: No such file or directory #include <zlib.h> ^ compilation terminated. mkfs/common.c:18:23: fatal error: uuid/uuid.h: No such file or directory #include <uuid/uuid.h> Fix that by passing TARGET_CPPFLAGS via EXTRA_CFLAGS Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | | stoken: Explicitly link with zlibFlorian Fainelli2017-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes build issues with external toolchains: /home/florian/dev/toolchains/stbgcc-4.8-1.5/bin/../lib/gcc/mipsel-linux-gnu/4.8.5/../../../../mipsel-linux-gnu/bin/ld: warning: libz.so.1, needed by /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libxml2.so, not found (try using -rpath or -rpath-link) /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libxml2.so: undefined reference to `gzopen64' /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libxml2.so: undefined reference to `gzdirect' /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libxml2.so: undefined reference to `gzclose' /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libxml2.so: undefined reference to `gzwrite' /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libxml2.so: undefined reference to `gzdopen' /home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/lib/libxml2.so: undefined reference to `gzread' collect2: error: ld returned 1 exit status Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | | 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>