Rosen Penev
f2a1780a8e
Merge pull request #13115 from neheb/more
...
moreutils: fix compilation with uClibc-ng
2020-08-14 13:33:00 -07:00
Liangbin Lian
9bb0962d6e
lvm2: fix CE in mac
...
command-count.h generated by makefile was wrong
when using default shell in mac,
set shell to bash to fix it.
Signed-off-by: Liangbin Lian <jjm2473@gmail.com >
2020-08-14 14:19:12 +08:00
Rosen Penev
d9bb2dc5f6
moreutils: fix compilation with uClibc-ng
...
getloadavg is missing not just under cygwin.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-08-13 21:38:40 -07:00
Daniel Golle
d8d06cfca2
lvm2: depend on libselinux
...
LVM2 uses libselinux if found at buildtime and then requires it to
be present on run-time.
As LVM2 is usually not installed on space-constraint systems just
always build with libselinux as apart from the extra space usage it
doesn't hurt.
Signed-off-by: Daniel Golle <daniel@makrotopia.org >
2020-08-14 01:45:39 +01:00
Rosen Penev
fac71e73e0
Merge pull request #13103 from neheb/mpack
...
mpack: update URLs
2020-08-13 01:20:49 -07:00
Rosen Penev
016fe60cd5
Merge pull request #13102 from neheb/str
...
stress: use fossies mirror
2020-08-13 01:19:51 -07:00
Rosen Penev
f2181c2764
stress: use fossies mirror
...
The original website went down.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-08-12 19:09:14 -07:00
Rosen Penev
b7937d36e0
mpack: update URLs
...
Upstream sort of moved to GitLab.
Use fossies mirror since the original site went down.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-08-12 18:36:00 -07:00
Rosen Penev
1a9f176e32
gkermit: replace PKG_SOURCE_URL
...
It's been down for quite a while. HTTP is also more reliable.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-08-12 18:21:24 -07:00
Hannu Nyman
02f9ec4adc
nano: update to 5.1
...
Update nano to version 5.1.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi >
2020-08-12 22:53:37 +03:00
Hannu Nyman
a32b41d3f0
irqbalance: update to 1.7.0
...
Update irqbalance to version 1.7.0
Refresh patches.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi >
2020-08-11 23:45:20 +03:00
Rosen Penev
f19d208581
Merge pull request #13073 from neheb/lcd4
...
lcd4linux: fix compilation with GCC 10
2020-08-11 11:28:56 -07:00
Yousong Zhou
1e836cb41a
qemu: fix build failure caused by ld cannot find iconv
...
This was caused by upstream project commit db5adeaa ("build-sys: clean
up flags included in the linker command line")
Reported-by: W. Michael Petullo <mike@flyn.org >
Link: https://github.com/openwrt/packages/issues/13081
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com >
2020-08-12 00:05:37 +08:00
Yousong Zhou
100bd27e4d
qemu: use $(ICONV_DEPENDS)
...
In case CONFIG_BUILD_NLS was enabled
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com >
2020-08-12 00:05:37 +08:00
Florian Eckert
54809b2eb4
docker-ce: update PKG_RELEASE
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de >
2020-08-11 09:27:03 +02:00
Florian Eckert
138a60407f
docker-ce: add bridge device to network uci backend
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de >
2020-08-11 09:25:34 +02:00
Florian Eckert
7034020c13
docker-ce: fix hosts type to list
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de >
2020-08-11 09:25:34 +02:00
Florian Eckert
cc8d8bcf28
docker-ce: add postinst and prerm script for service start and stop
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de >
2020-08-11 09:25:34 +02:00
Florian Eckert
346e44d207
Merge pull request #13061 from G-M0N3Y-2503/docker-cgroups-v1
...
docker-ce: Enabled cgroups v1 by default
2020-08-11 09:18:17 +02:00
Rosen Penev
301f3a4d0e
Merge pull request #13071 from neheb/quot
...
quota: fix compilation without sys/cdefs
2020-08-10 19:29:01 -07:00
Rosen Penev
33415ac6ad
Merge pull request #13070 from neheb/lcdpr
...
lcdproc: fix compilation with GCC 10
2020-08-10 15:55:26 -07:00
Rosen Penev
dc74b11e34
lcd4linux: fix compilation with GCC 10
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-08-10 15:34:28 -07:00
Rosen Penev
c67d5716bd
quota: fix compilation without sys/cdefs
...
sys/cdefs.h does not come included with musl. It's also deprecated.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-08-10 15:30:53 -07:00
Rosen Penev
650b996dc0
lcdproc: fix compilation with GCC 10
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-08-10 15:30:00 -07:00
Rosen Penev
41504f1579
hfsprogs: fix compilation without sys/cdefs
...
sys/cdefs.h does not come with musl. It's also deprecated.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-08-10 15:25:52 -07:00
Gerard Ryan
affce38fc4
docker-ce: Enabled cgroups v1 by default
...
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com >
2020-08-10 19:58:28 +10:00
Paul Spooren
30ea917518
treewide: replace which with command -v
...
Fix shellcheck SC2230
> which is non-standard. Use builtin 'command -v' instead.
Once applied to everything concerning OpenWrt we can disable the busybox
feature `which` and save 3.8kB.
Signed-off-by: Paul Spooren <mail@aparcar.org >
2020-08-09 13:58:14 -10:00
Rosen Penev
deaa584069
yara: fix compilation without deprecated OpenSSL APIs
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-08-04 19:09:14 -07:00
Rosen Penev
ab95db45d9
Merge pull request #13015 from neheb/sms2
...
smstools3: fix compilation with GCC10
2020-08-04 06:30:31 -07:00
Florian Eckert
79eef7b921
ttyd: add backport patch for ssl issue on firefox
...
If ttyd is configured to ssl, you will get the following message in the
log `refuse to serve WS client for illegal ws path`. Upstream a patch
has already been applied which fixes this.
Since there is no newer version than 1.6.1, this fix is backported as a
patch. And could be removed if a new version of ttyd is available.
Signed-off-by: Florian Eckert <fe@dev.tdt.de >
2020-08-04 14:48:04 +02:00
Florian Eckert
9c6447e1a0
Merge pull request #13011 from TDT-AG/pr/20200803-ttyd
...
ttyd: fix debug config option
2020-08-04 14:19:24 +02:00
Rosen Penev
19f03cfac9
smstools3: fix compilation with GCC10
...
GCC10 defaults to -fno-common , which breaks compilation as there are
multiple variables defined outside of the header file.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-08-03 16:45:02 -07:00
Florian Eckert
b567333db6
ttyd: fix debug config option
...
Append missing debug option value.
If this is not append and the debug option is selected, then we get the
following error output on ttyd start.
> ttyd: missing start command
To fix this add missing debug option value.
Signed-off-by: Florian Eckert <fe@dev.tdt.de >
2020-08-03 15:47:32 +02:00
Rosen Penev
b39ceec62f
exfatprogs: update to 1.0.4
...
Faster fsck.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-08-02 00:47:46 -07:00
Florian Eckert
1bf0bd4590
docker-ce: fix bip default config value
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de >
2020-07-31 15:48:27 +02:00
Hannu Nyman
409633f0dd
nano: update to 5.0
...
Update nano editor to version 5.0.
http://git.savannah.gnu.org/cgit/nano.git/tree/NEWS
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi >
2020-07-30 18:34:26 +03:00
Florian Eckert
ac6f016c1e
Merge pull request #12897 from TDT-AG/pr/20200721-docker-ce
...
docker-ce: add default bridge to openwrt uci backend
2020-07-30 12:34:31 +02:00
Rosen Penev
6e65081643
fuse3: update to 3.9.2
...
Added the mount utilities. It turns out that udev is not a requirement.
Renamed package to fuse3 and moved to utils, as with fuse2.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-07-29 16:40:34 -07:00
Rosen Penev
fbcea1e8a6
Merge pull request #12964 from neheb/bim
...
vim: update to 8.2
2020-07-29 16:34:29 -07:00
Florian Eckert
8bee407101
docker-ce: add uci config on boot
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de >
2020-07-29 13:09:08 +02:00
Florian Eckert
86dacca843
docker-ce: fix typo for registry_mirrors uci option
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de >
2020-07-29 13:09:08 +02:00
Florian Eckert
f622644211
docker-ce: add bip uci to default config
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de >
2020-07-29 13:09:08 +02:00
Florian Eckert
5136421254
docker-ce: add hosts option
...
Signed-off-by: Florian Eckert <fe@dev.tdt.de >
2020-07-29 13:07:07 +02:00
Florian Eckert
a84d951486
docker-ce: add default bridge to openwrt uci backend
...
This commit adds two additional init.d targets:
* uciadd:
This command adds the default docker0 bridge to the network
configuration. Additional, a new firewall zone docker is created
* ucidel
This command removes default docker0 bridge from the network
configuration. The new docker firewall zone gets also deleted.
Signed-off-by: Florian Eckert <fe@dev.tdt.de >
2020-07-29 13:07:07 +02:00
Rosen Penev
a52f36cbb8
vim: update to 8.2
...
Removed multibyte options. They must now be enabled.
Refreshed patches.
Commented out autowrite as requested in
https://github.com/openwrt/packages/pull/12177
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-07-28 15:46:52 -07:00
Rosen Penev
31d4e36b7c
ttyd: update to 1.6.1
...
Refresh patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-07-28 15:45:47 -07:00
Rosen Penev
211db341e9
Merge pull request #12955 from neheb/unra
...
unrar: update to 5.9.4
2020-07-28 03:29:14 -07:00
Rosen Penev
fd3fad02b4
yara: update to 4.0.2
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-07-28 01:14:00 -07:00
Rosen Penev
d67bb0d761
unrar: update to 5.9.4
...
Signed-off-by: Rosen Penev <rosenp@gmail.com >
2020-07-28 01:13:12 -07:00
Dirk Brenken
56b4b56c34
Merge pull request #12927 from dibdot/mc
...
mc: update to 4.8.25
2020-07-25 22:05:25 +02:00