1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 10:59:13 +02:00
Commit Graph

2141 Commits

Author SHA1 Message Date
Dirk Brenken
81eccbf480
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>
2019-06-24 16:23:53 +02:00
Josef Schlehofer
318877a1c8
Merge pull request #9238 from BKPepe/btrfs
btrfs-progs: Update to version 5.1.1
2019-06-18 14:11:44 +02:00
Rosen Penev
b4d504e2b0
Merge pull request #9198 from xinxijishuwyq/master
pigz: add package
2019-06-17 13:32:14 -07:00
Josef Schlehofer
2d955d6541
btrfs-progs: Update to version 5.1.1
Move depends under URL

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-06-16 19:38:49 +02:00
Jeffery To
492cbd53cb byobu: Update to 5.129
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-06-15 02:53:59 +08:00
Deng Qingfang
3417ee0122 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-13 03:47:26 +08:00
Ken Wong
256e1ce2c0 pigz: something change
Signed-off-by: Ken Wong <xinxijishuwyq@gmail.com>
2019-06-10 10:46:42 +08: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
Ken Wong
703ff49d20 pigz: add package
Signed-off-by: Ken Wong <xinxijishuwyq@gmail.com>
2019-06-09 19:50:05 +08: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
Hirokazu MORIKAWA
2811ca0f25 swig: update to 4.0.0
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2019-05-17 11:17:49 +09:00
Rosen Penev
7f2adfd7cc
Merge pull request #8990 from cotequeiroz/lxc_recursive
lxc, libsseccomp: workaround recursive dependency
2019-05-16 14:38:16 -07:00
Rosen Penev
2adf9d5d3d
Merge pull request #8961 from neheb/oath
oath-toolkit: Fix compilation with uClibc-ng
2019-05-16 13:38:00 -07:00