Commit graph

2144 commits

Author SHA1 Message Date
Rosen Penev
bce47d604a
dosfsutils: Properly fix iconv linking
Necessary when using libiconv.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from fbfe49d7ff)
2019-07-19 20:04:59 -07:00
Rosen Penev
f586d5e79e
gddrescue: Do not build with uClibc-ng
From the developer:

It seems that uClibc-ng is defining fgetc, fputc, feof, and ferror as
macros and not including them in std.

IMO this is a bug in uClibc-ng (maybe caused by lack of clarity in the
C++ standard), because even the C functions that are alowed to be
defined as macros (putc, getc) should be included in std for
consistency. Just imagine the chaos if std::getc were defined or
undefined depending on how it is implemented.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(9172e2828f)
2019-07-19 20:00:00 -07:00
Rosen Penev
3422ff8d97
flashrom: Add ARC support
Mainly endian definitions are needed.

Removed sys/io.h patch. It's a GNU header unsupported by uClibc-ng.

Cleaned up Makefile slightly.

Added HTTPS everywhere.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from 12378cd4d3)
2019-07-19 20:00:00 -07:00
Rosen Penev
ae6b12a6be
open2300: Switch to GitHub fork
It applies the single patch here as well as adding some fixes.

The upstream project is dead.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry-picked from d2af82a6f5)
2019-07-19 19:50:20 -07:00
Yousong Zhou
f49b61c2e7 coreutils: add alternatives support
Fixes openwrt/packages#9290

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(cherry-picked from commit 9282044851)
2019-07-13 11:07:06 +00:00
Vladimir Ulrich
fa0c3b7baa zoneinfo: Updated to the latest release.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
(cherry picked from commit 5df6ff15be)
2019-07-06 22:31:09 +03:00
Dirk Brenken
9e487fc79e
mc: update to 4.8.23
* bump to release 4.8.23, see
https://midnight-commander.org/wiki/NEWS-4.8.23
* (re-)enable VFS support by default

Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit 81eccbf480)
2019-07-01 16:05:06 +02:00
Hannu Nyman
aa2bbd6286 collectd: update to 5.9.0
Update collectd to version 5.9.0

* remove backported upstream patches (sensors, modbus)
* remove lua patch that has been been implemented upstream
  (See collectd PR 3144)
* refresh patches and accommodate into upstream path changes
* place the 'stations' datatype for iwinfo in alpbetically
  correct place in types.db
* add libmnl dependency to 'processes' plugin required for the
  new Linux process Delay Accounting capability.
  (Alternatively the capability & requirement might be patched away
   in Makefile.am, HAVE_LIBTASKSTATS from collectd_4ea7a572)

* new plugins (disabled): ampq1, gpu_nvidia, pcie_errors,
                          write_stackdriver, write_syslog

compile-tested: ar71xx/WNDR3700 (all plugins)
run-tested: ar71xx/WNDR3700 (selected plugins)

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit 08d759f14a)
2019-06-24 20:30:42 +03:00
Yousong Zhou
8acaac7479 treewide: avoid deref symlinks when installing .so
This change is inspired by commit openwrt/openwrt@38b22b1e ("nghttp2:
deduplicate files in libnghttp2")

The packages in this commit are identified with the following command

	grep -rin -E 'INSTALL_(DATA|BIN)' | grep -F '.so' | grep -F '*'

Some of them do not have symlinks and are not affected, but the change
is still applied for consideration of best practices just in case

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(cherry-picked from 9ac5ac81ab)
2019-06-21 02:05:08 +00:00
Hannu Nyman
7a0f588661 nano: update to 4.3
Update nano to 4.3

Release notes at https://nano-editor.org/news.php

2019.06.18 - GNU nano 4.3
* The ability to read from and write to a FIFO has been regained.
* Startup time is reduced by fully parsing a syntax only when needed.
* Asking for help (^G) when using --operatingdir does not crash.
* The reading of a huge or slow file can be stopped with ^C.
* Cut, zap, and copy operations are undone separately when intermixed.
* M-D reports the correct number of lines (zero for an empty buffer).

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit 2bdd3856fd)
2019-06-20 14:52:10 +03:00
Deng Qingfang
47117ce9a4 lm-sensors: install libsensors using CP instead of INSTALL_DATA
INSTALL_DATA turns all of the symlinks to files, increasing size.

Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-06-16 17:27:31 -07:00
Rosen Penev
38dcd42b87
Merge pull request #9151 from neheb/po
powertop: Do not use fstack-protector on ARC
2019-06-09 09:58:40 -07:00
Marko Ratkaj
d84d95896b utils: sysstat: bump to 12.0.5
Version bump from 12.0.2 to 12.0.5

Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2019-06-09 17:22:13 +02:00
Rosen Penev
c005595e09 pciutils: Install libpci using CP instead of INSTALL_BIN
INSTALL_BIN turns all of the symlinks to files, increasing size.

Updated PCI IDs.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-07 17:49:06 -07:00
Rosen Penev
885c8c8e75
Merge pull request #9168 from ja-pa/vim-security-patch
vim: patch security issue
2019-06-06 18:14:20 -07:00
Rosen Penev
cf03afc1f4
Merge pull request #9163 from neheb/nn
zstd: Use CP instead of INSTALL_BIN
2019-06-06 08:35:21 -07:00
Jan Pavlinec
f2417d7198
vim: patch security issue
Fixes CVE-2019-12735

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-06-06 15:54:55 +02:00
Jo-Philipp Wich
d9f29124b7
Merge pull request #9064 from cotequeiroz/lm-sensors-noperl
lm-sensors: add conditionals to perl dependencies
2019-06-06 11:20:47 +02:00
Rosen Penev
fe3e12d8f8
Merge pull request #9166 from nxhack/mg_6_5
mg: update to 6.5
2019-06-05 22:52:23 -07:00
Hirokazu MORIKAWA
07c344f1a7 mg: update to 6.5
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2019-06-06 11:06:38 +09:00
Rosen Penev
9229c04303 zstd: Use CP instead of INSTALL_BIN
INSTALL_BIN turns symlinks into actual files, which increases the total
size for no reason.

Small Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-05 18:08:36 -07:00
Rosen Penev
f4402d4770
Merge pull request #9145 from neheb/fio
fio: Update to 3.14
2019-06-05 10:02:15 -07:00
Amol Bhave
a73b3b2d75 domoticz: disable searching for boost-cmake
Summary:
This package fails to compile with boost 1.70 when the boost cmake
config gets used.
As far as I can tell, Boost 1.70 introduced
BoostConfigVersion.cmake. In that file, the value of PACKAGE_VERSION is
set to 1.70. This makes CMake auto set the variable Boost_VERSION to
1.70. Historically, Boost_VERSION has been using the format like 170000,
and not 1.70. Some package cmake files still depend on this behavior
and make assertions such as Boost_VERSION > 168000. This is incompatible
with the new scheme.

Test Plan:
`make package/domoticz/compile`
Also compiled all other packages that have a boost dependency, they seem
to be working fine.
tested on nbg6817

Signed-off-by: Amol Bhave <ambhave@fb.com>
[split unrelated change, change commit subject, alphabetical order]
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2019-06-05 10:59:12 +03:00
Stijn Tintel
b93d39ac74 domoticz: enable BUILD_SHARED_LIBS
Without this, no suitable boost_thread variant can be identified when
compiling against Boost 1.70.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2019-06-05 10:55:39 +03:00
Rosen Penev
02a4ac87c0 powertop: Do not use fstack-protector on ARC
Not compatible. Instead of setting PKG_SSP, I had to do this as the
powertop Makefile defines it.

Use $(FPIC) instead of -fPIC to fix potential issues.

Removed musl patch. Not needed anymore.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-04 11:51:26 -07:00
Rosen Penev
0b9f6181c7 fio: Update to 3.14
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-04 01:04:51 -07:00
Rosen Penev
7df4cc1a43 vim: Remove bogus libelf dependency
Unused and Unneeded.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-06-02 16:21:37 -07:00
Rosen Penev
72dc6f669a
Merge pull request #8965 from neheb/pow
powertop: Switch to uClibc++
2019-06-02 09:48:25 -07:00
Hannu Nyman
982c389732 irqbalance: add support for uci config
Add support for uci config file.

Only a global 'enabled" switch has been implemented so far.

* Default config disables irqbalance initially, so that there is
  no change with the previous behaviour (and the possibly existing
  separate launch scripts in people's builds).

Config file and init script can be later extended for irqbalance
options like the oneshot mode or the evaluation interval

(Also change the init file to use tabs)

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2019-06-02 12:43:08 +03:00
Aleksandr Mezin
df14fa949f irqbalance: add init script
Signed-off-by: Aleksandr Mezin <mezin.alexander@gmail.com>
2019-06-02 12:13:53 +03:00
Rosen Penev
2c67456537
Merge pull request #9034 from neheb/do
dosfstools: Fix compilation with full NLS
2019-05-31 20:48:21 -07:00
Rosen Penev
0353ca6833
Merge pull request #9071 from solenoglyph/hfsprogs
hfsprogs: Fix wide string literal in fsck_hfs
2019-05-28 13:54:16 -07:00
Rosen Penev
acc05a66d1
Merge pull request #9094 from jefferyto/bluez-remove-examples
bluez: Remove bluez-examples
2019-05-28 13:46:51 -07:00
Paul Spooren
e83152151b prometheus: update to 2.10
Signed-off-by: Paul Spooren <mail@aparcar.org>
2019-05-28 21:35:01 +02:00
Jeffery To
eab0cfadb3 bluez: Remove bluez-examples
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-05-28 20:20:25 +08:00
Rosen Penev
85bc7bc4f3
fish: Fix wrong dependency
UCLIBC should be USE_UCLIBC

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-27 16:55:02 -07:00
Rosen Penev
6fb18c99f1
Merge pull request #9043 from neheb/fish
fish: Do not build with uClibc-ng
2019-05-26 15:42:48 -07:00
Henry Cross
cc8b7c8ddc hfsprogs: Fix wide string literal in fsck_hfs
Signed-off-by: Henry Cross <51044550+solenoglyph@users.noreply.github.com>
2019-05-26 10:03:31 -07:00
Rosen Penev
9d34465c49
Merge pull request #8963 from neheb/tell
telldus-core: Fix compilation with full NLS
2019-05-25 11:15:41 -07:00
Eneas U de Queiroz
695717c449
lm-sensors: add conditionals to perl dependencies
This will avoid building perl if lm-sensors-detect is not selected.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2019-05-24 16:39:13 -03:00
Hirokazu MORIKAWA
08f616789a mg: fix arc build fail
fix arc (uClibc) build fail

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2019-05-22 15:26:57 +09:00
Rosen Penev
c771ed1f64
Merge pull request #9016 from nxhack/mg_for_emacsian
mg: add new package - microscopic emacs style editor
2019-05-21 00:48:35 -07:00
Rosen Penev
a74791edfe fish: Do not build with uClibc-ng
fish requires locale_t, which uClibc-ng does not enable by default.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-20 18:02:31 -07:00
Rosen Penev
28a18b8ecc dosfstools: Fix compilation with full NLS
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-05-19 16:38:55 -07:00
Rosen Penev
c2870de91f
Merge pull request #8862 from jefferyto/byobu
byobu: Add new package and dependencies
2019-05-19 14:02:21 -07:00
Rosen Penev
e2e5eaf678
Merge pull request #9018 from cotequeiroz/bluez-usb
bluez: install kmod-bluetooth only w/ USB_SUPPORT
2019-05-18 07:03:20 -07:00
Hirokazu MORIKAWA
41b1b08115 mg: add new package/microscopic emacs style editor
For Emacsian!

You can use "Dired", which is Emacsian's favorite.
You can also use "re-search".

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2019-05-18 21:32:37 +09:00
Rosen Penev
2e819110e7
Merge pull request #8981 from ja-pa/yara-3.10.0
yara: update to version 3.10.0
2019-05-17 16:40:52 -07:00
Rosen Penev
118926c852
Merge pull request #8999 from neheb/lx
lxc: Backport uClibc patch
2019-05-17 13:22:20 -07:00
Eneas U de Queiroz
e9d68ca60e
bluez: install kmod-bluetooth only w/ USB_SUPPORT
kmod-bluetooth depends on USB_SUPPORT.  If the dependency is not
checked here, it will cause recursive dependency in python packages.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2019-05-17 12:07:44 -03:00