Commit Graph

1468 Commits

Author SHA1 Message Date
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
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
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
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
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
Daniel Golle 8162fecb37 auc: update to version 0.0.9
* use full package list when checking for upgrades
 * verify sha256sums and usign signature of sha256sums.sig
 * introduce '-c' option to only check if system is up-to-date
 * introduce '-F' option to ignore the signature verification result
 * return -1 on locally caused and -2 on server-side errors
 * don't include locally appended attributes in debug output of a
   server reply
 * output bug report note on 412 target not found
 * use content-length header instead of filesize field in JSON content
 * suppress duplicate error messages
 * drop unused attributes
 * make debug messages optional at compile-time

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2018-02-23 00:51:18 +01:00
Rosen Penev f080681686 mktorrent: Update to version 1.1 + use GitHub properly
Use GitHub to generate a .tar.xz file based on commit number. More flexible this way.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-02-21 20:09:13 -08:00
Daniel Golle 1b8696446f
Merge pull request #5644 from neheb/mkt
mktorrent: Change download URL to GitHub.
2018-02-21 17:05:11 +01:00
Rosen Penev b1900a771a dfu-util: Add PKG_MAINTAINER entry + fix URL.
/files is not needed when using the @SF macro. Also added PKG_MAINTAINER to get notifications to update.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-02-20 14:40:54 -08:00
Rosen Penev 616e1e79d0 dfu-programmer: Change PKG_SOURCE_URL to use @SF macro.
More flexible with more mirrors.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-02-20 13:40:27 -08:00
Rosen Penev 3ee6aff082 mktorrent: Change download URL to GitHub.
Upstream has moved to GitHub. Also the hash of the original link and what is in OpenWrt's mirrors does not mach. This may have been motivation for moving away from SourceForge...

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-02-20 13:18:54 -08:00
dibdot 3618621394
Merge pull request #5640 from neheb/btr
btrfs-progs: Update to 4.15.1
2018-02-20 20:29:20 +01:00
Rosen Penev bcfa4436cc btrfs-progs: Update to 4.15.1
Compile tested on ar71xx.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-02-20 11:02:29 -08:00
Jo-Philipp Wich e089ea548b
Merge pull request #4562 from pprindeville/lm-sensors-fix-conf-file
lm-sensors: update name of configuration file
2018-02-20 17:08:54 +01:00
Jakub Tymejczyk 5c4333de5f
zsh: add required dependency(issue #5514)
As indicated in https://github.com/openwrt/packages/issues/5514 zsh is compiled with --enable-cap option but libcap is not listed in dependencies

Signed-off-by: Jakub Tymejczyk <jakub@tymejczyk.pl>
2018-02-17 16:43:38 +01:00
champtar 8068fd5192
Merge pull request #5578 from aparcar/bmx6-exporter
prometheus-node-exporter-lua: add bmx6/7 scraper
2018-02-15 07:40:01 -08:00