Commit Graph

3000 Commits

Author SHA1 Message Date
Rosen Penev ede20c7768
pcsc-tools: update to 1.5.7
Cleaned up Makefile for consistency between packages.

Fixed license information.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-27 17:29:03 -07:00
Rosen Penev 3dd3e22735
fuse3: update to 3.9.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-27 17:29:03 -07:00
Hannu Nyman 3ce7595136 nano: update to 5.2
Update nano editor to version 5.2.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2020-08-25 23:03:55 +03:00
Hirokazu MORIKAWA 1aa025c690 swig: support node.js v12
Maintainer: @blogic me
Compile tested: head r14241-ba2ddba, x86_64
Run tested: x86_64 (VirtualBox)

Description:
Addressed the build failure with node.js version 12.

https://github.com/openwrt/packages/pull/12225

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-08-25 17:37:07 +09:00
Rosen Penev f7a5d16a7f
Merge pull request #12788 from nwf/rng-tools-6.10
rng-tools: bump to 6.10, require libopenssl
2020-08-24 13:08:34 -07:00
kongfl888 K 642599e8c5 Coremark: update the compilation for 64bit
Signed-off-by: kongfl888 K <kongfl888@outlook.com>
2020-08-24 04:01:10 +00:00
kongfl888 K 9b6e434036 Coremark: bump to ver 2020-05-28
Signed-off-by: kongfl888 K <kongfl888@outlook.com>
2020-08-24 04:01:10 +00:00
Rosen Penev 1a8481bf15
klish: fixup sigignore support
Added _GNU_SOURCE for uClibc-ng compatibility. _XOPEN_SOURCE does not
seem to be enough.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-22 14:12:01 -07:00
Nathaniel Filardo 79f706b3ab rng-tools: bump to 6.10, require libopenssl
Upstream now requires libopenssl unconditionally

Signed-off-by: Nathaniel Filardo <nwfilardo@gmail.com>
2020-08-22 14:17:03 +01:00
Rosen Penev 8ad634258a
Merge pull request #13176 from neheb/sc
serialconsole: update to 1.0
2020-08-21 14:10:51 -07:00
Rosen Penev a149cc99e2
Merge pull request #13173 from neheb/band
bandwidthd: don't build in parallel
2020-08-20 16:52:45 -07:00
Rosen Penev dd714efcf8
Merge pull request #13116 from neheb/kl
klish: fix compilation with uClibc-ng
2020-08-20 16:10:23 -07:00
Rosen Penev 0e510a1b9a serialconsole: update to 1.0
Add license information.

Add PKG_INSTALL and PKG_BUILD_PARALLEL for consistency between packages.

Minor cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-19 15:01:17 -07:00
Rosen Penev 040cb03317 bandwidthd: don't build in parallel
There are intermittent build failures on the buildbots because of this.
I see the same build failures locally as well.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-19 14:29:38 -07:00
Rosen Penev e42ef22042
Merge pull request #13162 from neheb/sysst
sysstat: update to 12.4.0
2020-08-19 03:13:48 -07:00
Rosen Penev 69239158c9
stress: replace usleep with nanosleep
The former is deprecated.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-18 14:56:24 -07:00
Rosen Penev 8f39988520
sysstat: update to 12.4.0
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-18 14:54:45 -07:00
Rosen Penev c8fc7c3d76
Merge pull request #12967 from G-M0N3Y-2503/docker-deps-devinstall-remove
runc/containerd/libnetwork: Refactored Makefiles
2020-08-18 14:12:48 -07:00
Rosen Penev f3bb00dfc2
Merge pull request #13159 from neheb/sed
sed: don't use selinux
2020-08-18 13:10:10 -07:00
Rosen Penev 3d47b5c452
Merge pull request #13155 from neheb/at
at: fix compilation
2020-08-18 03:49:12 -07:00
Rosen Penev d38dee207e
Merge pull request #13156 from neheb/vim
vim: explicitly disable selinux
2020-08-18 02:16:38 -07:00
Rosen Penev 6057191a02
Merge pull request #13158 from neheb/logrot
logrotate: remove selinux support
2020-08-18 02:08:14 -07:00
Rosen Penev 932b850245
sed: don't use selinux
Fixes compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-18 00:26:05 -07:00
Rosen Penev da08667483
logrotate: remove selinux support
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-18 00:25:06 -07:00
Rosen Penev ac4d6116e5
findutils: do not use selinux
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-18 00:23:47 -07:00
Rosen Penev 67d6989c1e
vim: explicitly disable selinux
Now that libselinux is in the tree, vim picks it up.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-18 00:23:02 -07:00
Rosen Penev 771d691bcb
at: fix compilation
libselinux is being picked up by at.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-18 00:22:04 -07:00
Rosen Penev 1d16531f62
serialconsole: fix compilation with uClibc-ng
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-15 17:53:29 -07:00
Rosen Penev 52ea87c5d7
tracertools: remove usleep usage
usleep is deprecated.

Modernized the Makefile to modern standards.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-08-16 01:16:45 +01:00
Rosen Penev 4d2c827e9f
Merge pull request #13125 from ja-pa/procps-ng-sysct
procps-ng: add new applet sysctl
2020-08-15 12:03:08 -07:00
Rosen Penev d34430f02f
canutils: add back install section
5969273ff4 mistakenly got rid of the
install section for canutils, causing errors when trying to install.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-14 15:40:09 -07:00
Rosen Penev f2a1780a8e
Merge pull request #13115 from neheb/more
moreutils: fix compilation with uClibc-ng
2020-08-14 13:33:00 -07:00
Jan Pavlinec 8b1104ae91
procps-ng: add new applet sysctl
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-08-14 14:21:44 +02: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 86c478bd76
klish: fix compilation with uClibc-ng
sigignore is missing from libc.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-08-13 22:10:13 -07: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