Commit graph

1579 commits

Author SHA1 Message Date
Hannu Nyman
3c907df25c
Merge pull request #5396 from diizzyy/utils-fio
fio: Add to repo
2018-06-03 10:03:20 +03:00
Jianhui Zhao
4cbb348191 rtty: Update to 4.1.2
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-05-23 20:42:02 +08:00
Rosen Penev
7360f918c8 btrfs-progs: Update to 4.16.1
Some programs were removed upstream.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-05-20 11:05:30 -07:00
Rosen Penev
ddbcdf8b7f sispmctl: Change URL to HTTPS
HTTPS goes through firewalls easier.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-05-20 09:56:05 -07:00
Hannu Nyman
f1840c7749
Merge pull request #5682 from neheb/xz
xz: Update to 5.2.4 + misc
2018-05-17 00:22:45 +03:00
Hannu Nyman
d9e9b59159 nano: update to 2.9.7
nano 2.9.7 was released on 2018 May 15.

Release notes:

GNU nano 2.9.7 "Hvide Sande" adds the option '--afterends'
for making Ctrl+Right (the nextword function) stop at word
ends instead of beginnings, accepts multibyte letters for
the Yes/No/All answers, does emergency saves of changed
buffers in the unlikely event that nano crashes, adds the
until-now missing bindable function 'linenumbers', and
renames the toggles 'constupdate' to 'constantshow' and
'cuttoend' to 'cutfromcursor', for consistency with the
corresponding options -- adjust your nanorc files soon.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-05-16 18:45:28 +03:00
John Crispin
d52d6c821b
Merge pull request #6049 from jow-/flashrom-update
flashrom: update to v1.0
2018-05-15 15:11:54 +02:00
Jo-Philipp Wich
cb6e98ba44 flashrom: update to v1.0
Update to flashrom version 1.0 and cherry-pick an upstream fix for deprecated
libusb api usage.

Fixes the following error spotted by the buildbots:

    ch341a_spi.c: In function 'ch341a_spi_init':
    ch341a_spi.c:447:2: error: 'libusb_set_debug' is deprecated: [...]
      libusb_set_debug(NULL, 3); // Enable information, warning and [...]
      ^~~~~~~~~~~~~~~~
    In file included from ch341a_spi.c:25:0:
    .../libusb-1.0/libusb.h:1300:18: note: declared here
     void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level);
                      ^~~~~~~~~~~~~~~~
    cc1: all warnings being treated as errors
    Makefile:1030: recipe for target 'ch341a_spi.o' failed

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2018-05-15 07:39:20 +02:00
Daniel Engberg
dc022850de fio: Add to repo
Add fio to repo

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-05-14 22:17:55 +02:00
Sebastian Kemper
7053b12912 mariadb: add source mirrors
As suggested by Daniel Engberg, add some mirror servers to offload from
MariaDB's main download server.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-05-13 11:14:46 +02:00
Sebastian Kemper
13321a5697 mariadb: bump to 10.1.33
Maintenance release. Fixes the following security vulnerabilities:

CVE-2018-2782
CVE-2018-2784
CVE-2018-2787
CVE-2018-2766
CVE-2018-2755
CVE-2018-2819
CVE-2018-2817
CVE-2018-2761
CVE-2018-2781
CVE-2018-2771
CVE-2018-2813

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-05-13 08:46:19 +02:00
Sebastian Kemper
3bdaa522df mariadb: fix /etc/mysql setup
- create directory /etc/mysql/conf.d as without it the server refuses to
  start
- correct the path to my.cnf in the init script

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-05-13 08:42:44 +02:00
Sebastian Kemper
f1b49babad mariadb: Makefile cleanups
- fix a typo
- remove unnecessary trailing slashes

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-05-13 08:40:39 +02:00
BERENYI, Balazs
2d7e189377 domoticz: backport Boost 1.66 compat fix
Fix build by updating boost usage. Added backported patch from upstream
commit 388c7b51716cdb6221ec292cc2456ceca6ee9b02.

Signed-off-by: BERENYI, Balazs <beba@wee.hu>
[update commit message]
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2018-05-11 10:42:02 +03:00
Yousong Zhou
0cb460a2a7 bash: style and doc fix
The patch is about job control in general instead of the builtin jobs
command

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-05-09 20:15:55 +08:00
Yousong Zhou
d859554090 bash: fix postinst script
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-05-09 20:14:50 +08:00
Yousong Zhou
da1912f868 treewide: use mirror tag @KERNEL where applicable
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-05-09 17:05:53 +08:00
Daniel Engberg
3f414a0a67 utils/bash: Update to 4.4.18
- Update bash to 4.4.18
 - Enable PKG_CHECK_FORMAT_SECURITY
 - Use shared libreadline
 - Enable job control

Fixes #5796, Closes #5858

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-05-09 15:47:07 +08:00
Rosen Penev
54a35e465f xz: Update to 5.2.4 + misc
The second source is just a redirect to SourceForge. Removed.
Also change URL to HTTPS as the website now supports it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-05-08 13:38:51 -07:00
Hannu Nyman
a4898b3ab2
Merge pull request #6021 from t-umeno/update_klish-2.1.4
klish: update to latest version (2.1.4)
2018-05-08 18:57:03 +03:00
Takashi Umeno
e6993ad50f klish: CONFIGURE_ARGS += --with-libxml2
Signed-off-by: Takashi Umeno <umeno.takashi@gmail.com>
2018-05-08 22:00:58 +09:00
Reiner Herrmann
b5ff192c81 inotify-tools: update to 3.20.1
Signed-off-by: Reiner Herrmann <reiner@reiner-h.de>
2018-05-07 20:18:59 +02:00
Takashi Umeno
375c001935 klish: update to latest version (2.1.4)
Signed-off-by: Takashi Umeno <umeno.takashi@gmail.com>
2018-05-07 23:49:42 +09:00
champtar
cb5ad3ed50
Merge pull request #6007 from aparcar/export-openwrt
prometheus-node-exporter-lua: add openwrt exporter
2018-05-07 07:23:24 -07:00
Hannu Nyman
f73f39eed1
Merge pull request #5988 from diizzyy/patch-9
bluez: Update to 5.49
2018-05-06 23:34:22 +03:00
Sebastian Kemper
c64552d2ba mariadb: create symlinks in a portable way
Hannu mentioned that --recursive could not be available always. That is
correct. While GNU coreutils' ln supports this, BSD's ln for example does
not.

This commit addresses that.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-05-06 17:48:32 +02:00
Sebastian Kemper
1af459bd52 mariadb: install staging libs to lib/mysql as well
Historically programs added /usr/lib/mysql to the library search path when
linking. mariadb does not do so anymore, although even its mysql_config
script suggests to use this path. When an old version of the library still
resides in this directory (like from an old mysql installation) it will be
linked against instead of the current library which is in /usr/lib.

To prevent this simply install symlinks from the staging libs in /usr/lib
into /usr/lib/mysql. This fixes build failures on the build bots which are
seen with libzdb and libdbi-drivers.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-05-06 14:53:18 +02:00
Hannu Nyman
fae3c949f1
Merge pull request #5672 from tsl0922/ttyd-1.4.0
ttyd: update to 1.4.0
2018-05-06 10:16:56 +03:00
Paul Spooren
053487cca7 prometheus-node-exporter-lua: add openwrt exporter
adds openwrt specific information about the device.
include DISTRIB_{ID, RELEASE, REVISION}, board_name and model

Example output:

    # TYPE node_openwrt_info gauge
    node_openwrt_info{revision="55a0636",model="QEMU Standard PC (i440FX + PIIX, 1996)",id="LiMe",board_name="qemu-standard-pc-i440fx-piix-1996",release="snapshot"} 1
    node_scrape_collector_duration_seconds{collector="openwrt"} 3.814697265625e-05
    node_scrape_collector_success{collector="openwrt"} 1

Signed-off-by: Paul Spooren <spooren@informatik.uni-leipzig.de>
2018-05-05 21:15:48 +09:00
Hannu Nyman
d8a2bf544d
Merge pull request #5982 from micmac1/gammu-fix-mysql-dep
gammu: fix mysql depend
2018-05-05 13:27:37 +03:00
Daniel Engberg
a9943200f5 bluez: Update to 5.49
Update bluez to 5.49
Fix issue https://github.com/openwrt/packages/issues/1497
Fix issue https://github.com/openwrt/packages/issues/1503
Cherry pick patches from Alpine Linux repo
Apply --gc-sections, saves about 500kbyte
Drop audio.conf (not needed and deprecated)
Remove bluetooth.dbus as upstream supplies a working copy

Based on patch provided by Johnny Vogels
https://github.com/openwrt/packages/pull/5937

Source:
https://git.alpinelinux.org/cgit/aports/commit/main/bluez/fix-endianness.patch?id=1c6991b32a22be2c905cc1709be1376c4e79e451
https://git.alpinelinux.org/cgit/aports/commit/main/bluez/bluez-5.40-obexd_without_systemd-1.patch?id=980b2d04ae4339594701b33cf9460757c989c94c

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-05-05 01:58:08 +02:00
Vladimir Ulrich
2b7a3965c3 zoneinfo: Updated to the latest release.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2018-05-04 15:52:28 +03:00
Sebastian Muszynski
859d441761 sane-backends: Make sane-backends.pc available
Signed-off-by: Sebastian Muszynski <basti@linkt.de>
2018-05-01 16:56:35 +02:00
Philip Prindeville
684ae7f096 acpica-unix: update to 20180427
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2018-04-30 08:54:49 -06:00
Shuanglei Tao
afd36529e7 ttyd: update to 1.4.0
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
2018-04-30 20:06:11 +08:00
champtar
5800538882
Merge pull request #5894 from aparcar/prom-export
prometheus-node-exporter-lua: textfile collector
2018-04-29 12:16:03 -07:00
Hannu Nyman
6a8a087927 nano: update to 2.9.6
Nano 2.9.6 release notes:

GNU nano 2.9.6 "Gomance" fixes a crash in word completion,
makes --enable-altrcname work again, improves the fluidity
of scrolling when using the touchpad, tweaks the syntaxes
for shell scripts and PO files, makes a replacing session
go always forward by default, no longer inserts a newline
after an external spell check of a selected region, always
accepts the English Y and N (and A) at a yes-no prompt in
any locale, and solves a few hypothetical bugs.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-04-29 21:34:36 +03:00
Sebastian Kemper
8290a74c84 gammu: fix mysql depend
mysql was replaced by mariadb. The lazy dependency
"+PACKAGE_libmysqlclient:libmysqlclient" does not work anymore as
"PACKAGE_libmysqlclient" no longer exists. This results in:

Package gammu is missing dependencies for the following libraries:
libmysqlclient.so.18

This commit addresses that.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-04-29 18:57:12 +02:00
Paul Spooren
509f208ee7 prometheus-node-exporter-lua: export static files
Print all files from /var/prometheus/*.prom. This behaviour allow users
to add metrics with non-lua scripts.

Signed-off-by: Paul Spooren <spooren@informatik.uni-leipzig.de>
2018-04-30 01:17:20 +09:00
Hannu Nyman
55f946f41e
Merge pull request #5977 from micmac1/collectd-enable-mysql-plugin
collectd: enable mysql plugin
2018-04-29 14:31:20 +03:00
Sebastian Kemper
511868f004 collectd: enable mysql plugin
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-04-29 10:25:11 +02:00
Sebastian Kemper
5033e5bb70 mariadb: fix sporadic build failure
Observed once in about two dozen builds on the bots:

make[6]: *** No rule to make target '/build/lede-snapshots/arm_cortex-a7_neon-vfpv4/build/sdk/staging_dir/target-arm_cortex-a7+neon-vfpv4_musl_eabi/usr/lib/libevent.so', needed by 'tests/async_queries'.  Stop.

Address this by adding libevent2 to PKG_BUILD_DEPENDS.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-04-29 09:41:35 +02:00
Jo-Philipp Wich
19ba0551a8
Merge pull request #5851 from micmac1/mariadb
mysql: switch from MySQL to Mariadb
2018-04-28 14:46:29 +02:00
Sebastian Kemper
1b73f267ea mariadb: new package
MariaDB is a drop-in replacement for MySQL. This commit adds a current
and stable version of MariaDB to the tree.

Quite a few ideas/patches were copied from Alpine Linux, Busybox Buildroot
and Debian.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-04-28 14:41:30 +02:00
Daniel Golle
9859871c03
Merge pull request #5945 from aparcar/inotify-fixup
bmx7-dnsupdate: wait 10 secs if bmx7 ins't running
2018-04-28 13:08:02 +02:00
Hirokazu MORIKAWA
9924301f42 swig: support latest versions of node.js
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2018-04-26 11:52:48 +09:00
champtar
68a3d3d6ee
Merge pull request #5916 from aparcar/prom-bmx7v2
prometheus-node-exporter-lua: extend bmx7 plugin
2018-04-25 10:19:02 -07:00
Hannu Nyman
bb143ce0b4
Merge pull request #5938 from nxhack/bump_3_0_12
swig: bump to 3.0.12
2018-04-25 11:52:45 +03:00
Hirokazu MORIKAWA
2f3b30ab13 swig: bump to 3.0.12
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2018-04-25 17:26:05 +09:00
Hannu Nyman
d9c5440adc
Merge pull request #5863 from p-wassi/gpsd
utils/gpsd: update to 3.17
2018-04-23 16:42:40 +03:00
Hannu Nyman
403df4fcfa
Merge pull request #5919 from diizzyy/patch-3
utils/ncdu: Update to 1.13
2018-04-22 12:35:02 +03:00
Daniel Engberg
8449578d63
utils/tio: Update to 1.30
Update tio to 1.30

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-04-22 09:05:48 +02:00
Paul Spooren
ad05349db6 bmx7-dnsupdate: wait 10 secs if bmx7 ins't running
If bmx7 isn't running just yet the folder
`/var/run/bmx7/json/originators` is missing and so the while loop runs
non stop. Now the loop sleeps for 10 seconds if inotifywait fails.

Signed-off-by: Paul Spooren <spooren@informatik.uni-leipzig.de>
2018-04-21 21:24:06 +09:00
Michael Heimpold
0fbed12528 mmc-utils: update to latest git version
Also drop obsolete patch.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-04-18 21:28:58 +02:00
Daniel Golle
b1bd165886
Merge pull request #5923 from aparcar/bmx7-dnsupdate
bmx7-dnsupdate: add package
2018-04-17 21:13:14 +02:00
Hannu Nyman
6779bd73eb
Merge pull request #5928 from mstorchak/tmux
tmux: update to 2.7
2018-04-17 19:56:51 +03:00
Maxim Storchak
34b79e98e7 tmux: update to 2.7
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2018-04-17 19:17:34 +03:00
Hannu Nyman
82cd2ab735
Merge pull request #5922 from diizzyy/utils-pcsctools
utils/pcsc-tools: Update to 1.5.3
2018-04-17 17:03:29 +03:00
Paul Spooren
dda234aff8 bmx7-dnsupdate: add package
Makes it easy to address bmx7 shorids and hostnames with ping, ssh, etc.
Both are stored in /tmp/hosts/ and so loaded by dnsmasq.
Instead of using a cron job which triggers the bmx7 deamon every so and
so, inotifywait is used to see creation or deletion of originators in
/var/run/bmx7/json/originators/

Signed-off-by: Paul Spooren <spooren@informatik.uni-leipzig.de>
2018-04-17 15:13:44 +09:00
Daniel Engberg
5262792ef7 utils/pcsc-tools: Update to 1.5.3
Update pcsc-tools to 1.5.3

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-04-16 09:30:56 +02:00
Daniel Golle
3c7d2ae182 inotify-tools: add packages
Add packages for inotifywait, inotifywatch and libinotifytools.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-04-15 22:53:27 +02:00
Daniel Engberg
cc76e273a4
utils/ncdu: Update to 1.13
Update ncdu to 1.13

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-04-14 18:47:55 +02:00
Paul Spooren
79073ee201 prometheus-node-exporter-lua: extend bmx7 plugin
Now monitors as well the tunIn parameters, aka the annoucend routes to
the network. This is handy to check if a node annouces itself as a
gateway.

Also list all activated plugins.

Example output:

    # TYPE bmx7_tunIn gauge
    bmx7_tunIn{name="myIP4",network="10.198.52.86/32"} 1
    bmx7_tunIn{name="myIP6",network="2012:0:0:56::/128"} 1
    bmx7_tunIn{name="inet4",network="0.0.0.0/0"} 1
    # TYPE bmx7_plugin gauge
    bmx7_plugin{name="bmx7_config.so"} 1
    bmx7_plugin{name="bmx7_json.so"} 1
    bmx7_plugin{name="bmx7_sms.so"} 1
    bmx7_plugin{name="bmx7_tun.so"} 1

Signed-off-by: Paul Spooren <spooren@informatik.uni-leipzig.de>
2018-04-14 15:58:52 +09:00
Marko Ratkaj
1a4d9b7aba openzwave: fix gcc7 compile and remove bad patch
Patch 903-no-examples.patch removes MinOZW binary. This is wrong since
install section of openzwave is still using it. We can either remove the
patch or remove install section for openzwave. It seems people are using
this binary so we remove the patch.

After removing the patch the following issue appears with gcc7:
cc1plus: error: -Wformat-security ignored without -Wformat

This is resolved by adding the following to Makefile
TARGET_CPPFLAGS+=-Wno-format -Wno-format-security

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2018-04-11 14:30:49 +02:00
Daniel Golle
f87ff14dbb
Merge pull request #5859 from diizzyy/utils-ccid
utils/ccid: Update to 1.4.29
2018-04-08 13:17:56 +02:00
Rosen Penev
72acab8077 unrar: Update to 5.6.1.
Change links to HTTPS and add CPE_ID.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-04-08 16:50:42 +08:00
Daniel Engberg
4b29cce5c9 utils/pcsc-lite: Update URLs
New URLs

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-04-08 16:24:35 +08:00
Daniel Engberg
49e6930519
utils/tio: Update to 1.29
Update tio to 1.29

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-04-04 17:52:39 +02:00
Hannu Nyman
fd3d3638d0 nano: update to 2.9.5
Update nano to 2.9.5

Release Notes:
 2018 March 29
 GNU nano 2.9.5 "Kiša pada" changes the way the Scroll-Up
 and Scroll-Down commands work (M-- and M-+): instead of
 keeping the cursor in the same screen position they now
 keep the cursor in the same text position (if possible).
 This version further adds a new color name, "normal",
 which gives the default foreground or background color,
 which is useful when you want to undo some overzealous
 painting by earlier syntax regexes.  Bug fixes include:
 a segfault when trying to insert a file in restricted
 mode, the reading in of a new file being "undoable", a
 slight miswrapping of help texts when --linenumbers was
 used, and the shell syntax coloring the word "tar" in
 file names.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-04-02 18:18:40 +03:00
Paul Wassi
2eb973c573 utils/gpsd: Update to 3.17
Update to upstream release 3.17 and refresh patch.

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
2018-04-02 10:28:24 +02:00
Daniel Engberg
ea57d01696 utils/ccid: Update to 1.4.29
Update ccid to 1.4.29
Update URLs

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-04-01 21:33:46 +02:00
Sebastian Kemper
aacb04dc3f mysql: remove from tree
Remove mysql from the tree. It will be replaced by mariadb.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-03-31 19:23:58 +02:00
Antonio Silverio
77e8989236 acpid: remove depends on TARGET_x86 or TARGET_x86_64
acpid can react on netlinkn events that are generated also from SoC
GPIO driven event, not only acpi x86 BIOS

Signed-off-by: Antonio Silverio <menion@gmail.com>
2018-03-27 15:26:04 +02:00
Vladimir Ulrich
a35927705d zoneinfo: Updated to the latest release.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2018-03-25 17:02:12 +03:00
Dirk Brenken
eeacec04f4
Merge pull request #5722 from alive4ever/feature-mksh-update
mksh: update to R56c
2018-03-24 17:00:30 +01:00
Sebastian Kemper
6a90253c80 mysql: remove $(FPIC), fix AARCH64 builds
mysql already makes sure that the compiler emits position-independent code when
appropriate, namely when compiling shared objects. The mysql build system puts
its own flag behind the CFLAGS, overriding whatever was set before.

Additionally, forcing applications into PIC mode will just slow them
down (mysql not only provides shared objects but also applications).

Last but not least OpenWrt's $(FPIC) can cause build failures. This is
the case currently for AARCH64:

  net_serv.o: In function `my_net_init':
  net_serv.cc:(.text+0x28): relocation truncated to fit: R_AARCH64_LD64_GOTPAGE_LO15 against symbol `my_malloc' defined in .text section in ../mysys/libmysys.a(my_malloc.o)
  net_serv.cc:(.text+0x28): warning: Too many GOT entries for -fpic, please recompile with -fPIC
  /data/bowl-builder/aarch64_cortex-a53/build/sdk/staging_dir/toolchain-aarch64_cortex-a53_gcc-7.3.0_musl/bin/../lib/gcc/aarch64-openwrt-linux-musl/7.3.0/../../../../aarch64-openwrt-linux-musl/bin/ld: final link failed: Symbol needs debug section which does not exist
  collect2: error: ld returned 1 exit status
  Makefile:955: recipe for target 'mysqld' failed
  make[7]: *** [mysqld] Error 1

Remove $(FPIC) from TARGET_CFLAGS to address all of the above.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-03-24 13:15:29 +01:00
Dirk Brenken
655b02a54f
Merge pull request #5801 from dibdot/mc_vfs-fix
mc: fix warnings with enabled vfs support
2018-03-23 19:29:55 +01:00
Marko Ratkaj
83a29f5c5a utils: openzwave: disable examples and fix include
Patch 903 disables building of examples.

Patch 904 fixes the following issue:
When building software that build depends on openzwave, build will
always search in /usr/include/openzwave instead of
staging_dir/.../usr/include/openzwave.

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2018-03-23 18:26:06 +01:00
Dirk Brenken
7edf9931b7 mc: fix warnings with enabled vfs support
* vfs support needs an additional ini file and another directory by
  default (/usr/lib/mc/extfs.d), backport of a turris fix.
* cleanup makefile

Signed-off-by: Dirk Brenken <dev@brenken.org>
2018-03-23 14:23:35 +01:00
Daniel Golle
a7a02b4d87 auc: always send version when requesting image
Fixes #5799

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-03-23 01:53:09 +01:00
Hannu Nyman
2ab50dff24
Merge pull request #5773 from ryzhovau/picocom-src
picocom: use Google Storage API to get sources from former Googlecode
2018-03-19 17:33:18 +02:00
Jianhui Zhao
210f6ecfd9 rtty: Fix the bug of startup script
Not correctly judging whether uci_validate_section is successful

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-19 15:30:59 +08:00
Alexander Ryzhov
ff09d00c0e stm32flash: fix source URL
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2018-03-16 10:08:18 +03:00
Alexander Ryzhov
ff1fe68191 picocom: use Google Storage API to get sources from former Googlecode
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2018-03-16 09:56:07 +03:00
Jianhui Zhao
a94df6a553 rtty: update to v4.1.1
f056af0 Fix bug: double free when execute a command timeout
69260b6 Fix bug: Error class did not match the server

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-15 22:47:00 +08:00
Jianhui Zhao
a574873407 rtty: Update to 4.1.0
support execute a command remote

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-13 23:05:14 +08:00
Hannu Nyman
5182ddc16a haveged: disable MIPS16
Disable MIPS16 usage so that haveged compiles ok with GCC 7.3
for MIPS targets.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-03-12 21:38:41 +02:00
Hannu Nyman
19819bb80d nano: update to 2.9.4
Update nano to 2.9.4

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-03-11 18:37:29 +02:00
Alif M. Ahmad
b1d98562a1 mksh: update to R56c
Updated to R56c.

Also add myself as maintainer and move the location from `Base system`
into `Utilities/Shells`.

Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
2018-03-09 02:45:09 +00:00
Dirk Brenken
89994f515b
Merge pull request #5632 from haraldg/smstools3
smstools3: Move init script to use procd
2018-03-06 15:43:47 +01:00
Harald Geyer
0cc76f89ae smstools3: Move init script to use procd
* properly install config file
* prevent smsd from starting right after installation to prevent loss of data
  (make default device unavailable by turning configuration into comments)
* move init script to procd
* update init script priority to sane value
* log to syslog - at the moment via stdout and procd
  this is a workaround to force smsd to stay in the foreground
* the init script can't do a modem reset anymore
  use an alarmhandler script instead
* add a local patch to make all processes terminate if the main process dies
* take over the package as new maintainer

Signed-off-by: Harald Geyer <harald@ccbib.org>
2018-03-06 14:17:14 +00:00
Yousong Zhou
5eef0d56cf tree: bump PKG_RELEASE
It was missing in a previous change bab8741 (tree: use
TARGET_{CFLAGS,LDFLAGS} instead of the package default)

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-03-06 12:36:36 +08:00
Toni Uhlig
bab87417c9 tree: use TARGET_{CFLAGS,LDFLAGS} instead of the package default
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2018-03-06 11:50:15 +08:00
Jianhui Zhao
790935eed2 rtty: Update to latest version
Change license to LGPL2

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-03 23:16:27 +08:00
Hannu Nyman
ecd19efc93
Merge pull request #5650 from dangowrt/collectd-modbus-little-endian
collectd: modbus: backport support for little-endian values
2018-02-28 15:43:40 +02:00
Daniel Golle
365a88ae03
Merge pull request #5651 from neheb/mk
mktorrent: Update to version 1.1.
2018-02-28 13:15:15 +01:00
Daniel Golle
59ec4cc5d7 collectd: modbus: backport support for little-endian values
Support for little-endian word-order of 32-bit fields was added
upstream recently. Import the corresponding PR
https://github.com/collectd/collectd/pull/2660
into a local patch and bump package release.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-02-28 12:51:28 +01:00
Dirk Brenken
e616937782
Merge pull request #5645 from neheb/dfu
dfu-programmer: Change PKG_SOURCE_URL to use @SF macro.
2018-02-26 19:54:38 +01:00
Hannu Nyman
7f645d9877
Merge pull request #5648 from neheb/dfu-util
dfu-util: Add PKG_MAINTAINER entry + fix URL.
2018-02-25 10:22:34 +02:00
Yousong Zhou
8bd3bd86ad qemu: bump to version 2.11.1
Here are the notable changes

 - pixman is now not part of the release tarball and is required as an
   external dependency
 - archipelago is removed by upstream
 - patches are regenerated with git-format-patch
 - ifunc requirement is now removed

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-02-24 15:41:36 +08:00