Commit Graph

23023 Commits

Author SHA1 Message Date
Rosen Penev 8a900975d5
tcp_wrappers: fix compilation under glibc
libnsl seems to not be a library that comes with glibc.

Remove excess whitespace.

Refresh patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-30 17:27:32 -08:00
Rosen Penev c23556c8b0
Merge pull request #14375 from neheb/c
coova-chili: fix compilation with glibc
2020-12-30 17:24:38 -08:00
Rosen Penev d0128d7dbb
Merge pull request #14380 from neheb/x
xfsprogs: fix compilation under glibc
2020-12-30 17:07:59 -08:00
Rosen Penev 7cb7a2e2a8
unrar: update to 6.0.3
Fix compilation with glibc by adding pthread linker flag.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-30 17:07:12 -08:00
Rosen Penev 9a7c519f6e
Merge pull request #14379 from neheb/atft
atftp: fix compilation with glibc
2020-12-30 16:57:51 -08:00
Rosen Penev b90ce88d03
bfdd: fix compilation with glibc
Remove uClibc-ng patch as it's not in the tree anymore.

Also remove the _GNU_SOURCE CFLAG for the same reason.

Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-30 16:53:53 -08:00
Rosen Penev 4d4d9a2c32
xfsprogs: fix compilation under glibc
Missing link to librt.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-30 16:52:59 -08:00
Rosen Penev c305383cab
Merge pull request #14373 from PolynomialDivision/dawn-fix-glibc
dawn: bump to latest version
2020-12-30 16:40:24 -08:00
Rosen Penev aa6d8f1f19
Merge pull request #14376 from neheb/b
bonnie++: fix compilation with glibc
2020-12-30 16:39:31 -08:00
Rosen Penev 1f25c9c25f CI: switch back to ARCHS
Upstream wants to remove ARC700. That and currently, ARC700 is not
compiling with glibc.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-30 14:38:43 -10:00
Rosen Penev 9ac737ac80
atftp: fix compilation with glibc
It's defining two functions twice for some reason.

Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-30 16:37:57 -08:00
Rosen Penev 67ac784f75
auc: link to libdl when needed
Fixes compilation under glibc.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-30 16:36:52 -08:00
Rosen Penev 3470992ad9
bonnie++: fix compilation with glibc
link to pthreads was missing

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-30 16:35:14 -08:00
Rosen Penev 687dc0cc95
coova-chili: fix compilation with glibc
Disable Werror as it errors on pointless stuff.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-30 16:34:30 -08:00
Rosen Penev 5eeb8f8a79
ksmbd-tools: fix compilation with glibc
Needs to be linked to lpthread.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-30 16:32:58 -08:00
Maxim Storchak d39c77ba81 lvm2: provide selinux and non-selinux build variants
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2020-12-31 00:28:58 +00:00
Nick Hainke 2922da5fe6 dawn: bump to latest version
Includes:
  CMakeList: fix compiling with glibc

Signed-off-by: Nick Hainke <vincent@systemli.org>
2020-12-31 00:14:25 +01:00
Igor Bezzubchenko 71e3fee362 libpqxx: adding Makefile, Config.in and patch
Signed-off-by: Igor Bezzubchenko <garikello@gmail.com>
2020-12-31 00:51:00 +03:00
Dirk Brenken 8654285395
Merge pull request #14367 from dibdot/banip-fix
banip: DHCPv6 bugfix
2020-12-30 21:00:27 +01:00
Dirk Brenken 33ed1eff57
banip: DHCPv6 bugfix
* ignore local DHCPv6 related and local icmpv6 traffic in banIP chain

Signed-off-by: Dirk Brenken <dev@brenken.org>
2020-12-30 20:02:40 +01:00
Huangbin Zhan 326315425a bash: import upstream patches for 5.1
Source:
https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-001
https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-002
https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-003
https://ftp.gnu.org/gnu/bash/bash-5.1-patches/bash51-004

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
2020-12-30 23:09:41 +08:00
Bjørn Mork e62da3eebd
smartsnmpd: remove dysfunctional package
This package has been completely broken on several levels since
commit eadd5abe40 ("smartsnmpd: Update to 2015-02-22 version")

The update changed the configuration file syntax without fixing
the scripts generating this file.  The OpenWrt package would
therefore fail to run.

Worse than that, the last upstream version is completely broken
is unable to generate proper snmp replies even if the
configuration file is fixed, This has been tested and verified
on both OpenWrt/realtek and Debian/amd64.

I considered fixing the package, but dropped it for the following
reasons
 1) upstream has abandoned the project
 2) the upstream fork "smithsnmp" continues to make aribitrary
    changes to configuration files and other packaging challenges
 3) the package is tied to the lua5.1 C API, and further upgrades
    will be non-trivial
 4) there are several other snmp daemons available in OpenWrt,
    without any of these issues
 5) no one is interested in this package

The last point is proven by the lack of testing and feedback.
The last update was not even tested by the person preparing and
commiting the update.

Signed-off-by: Bjørn Mork <bjorn@mork.no>
2020-12-30 13:22:10 +01:00
Rosen Penev 8e8f6cb726
pciutils: use new pciids package
Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-29 21:24:08 -08:00
Rosen Penev 71cb006920
usbip: use new usbids package
It's more consistent since it installs to the same place.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-29 21:16:04 -08:00
Rosen Penev 6f4daa04da
usbutils: update to 013
Version 008 started requiring libudev. Now that we have libudev-zero,
switch to that.

Remove custom usb.ids handling as that was split to a separate package.

Add datadir override as otherwise it would expect usb.ids in the wrong
place.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-29 21:03:55 -08:00
Rosen Penev 6bcba815ef
usbutils: import from base
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-29 21:03:55 -08:00
Rosen Penev 63277d1184
hwdata: add package
Several packages use files from this project. Added package to
consolidate. Packages will be adjusted to depend on this.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-29 21:03:54 -08:00
Aleksander Jan Bajkowski c4f7bcea29 coremark: bump to 2020-12-17
Signed-off-by: Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl>
2020-12-29 21:40:29 +01:00
Vladimir Ulrich 48c60bf2a6 zoneinfo: Updated to the latest release
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2020-12-29 17:55:46 +02:00
Rosen Penev eb4a86a1bc
Merge pull request #14345 from lucize/frrup
frr: update stable to 2020-12-22
2020-12-28 18:07:31 -08:00
Paul Spooren ce1de4c0f1 CI: use SDK depending on destination branch
Not only use snapshot SDKs for master test but whatever destination
branch is used.

Signed-off-by: Paul Spooren <mail@aparcar.org>
2020-12-28 15:45:03 -10:00
Rosen Penev 598e34a81f
Merge pull request #14354 from nxhack/sp_904
node-serialport: update to 9.0.4
2020-12-28 16:18:28 -08:00
Rosen Penev 835d7a5e5b
Merge pull request #14353 from nxhack/spb_904
node-serialport-bindings: update to 9.0.4
2020-12-28 16:18:24 -08:00
Rosen Penev d9dfbd38d2
Merge pull request #14352 from nxhack/hb_124
node-homebridge: update to 1.2.4
2020-12-28 16:18:18 -08:00
Rosen Penev b131a78fc7
Merge pull request #14351 from nxhack/hid_211
node-hid: update to 2.1.1
2020-12-28 16:18:14 -08:00
Rosen Penev 4c43153a34
Merge pull request #14355 from gstrauss/lighttpd-1.4.58
lighttpd: update to lighttpd 1.4.58 release hash
2020-12-28 16:18:07 -08:00
Rosen Penev a9ce58b018
Merge pull request #14350 from neheb/im
imobiledevice: backport iOS 14 backup patch.
2020-12-28 13:06:19 -08:00
Glenn Strauss a49dec8a5f lighttpd: update to lighttpd 1.4.58 release hash
Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
2020-12-27 23:54:45 -05:00
Hirokazu MORIKAWA bad982c92e node-serialport-bindings: update to 9.0.4
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-12-28 13:34:34 +09:00
Hirokazu MORIKAWA 3135860bae node-serialport: update to 9.0.4
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-12-28 13:33:28 +09:00
Hirokazu MORIKAWA 31123a08f9 node-homebridge: update to 1.2.4
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-12-28 13:32:09 +09:00
Hirokazu MORIKAWA e55bb25508 node-hid: update to 2.1.1
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-12-28 13:30:49 +09:00
Rosen Penev 35baa6e96f
imobiledevice: backport iOS 14 backup patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-27 16:58:47 -08:00
Lucian Cristian 51a481ff94 frr: update stable to 2020-12-22
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-12-27 22:33:34 +02:00
Jianhui Zhao 4b96bbfacc libuhttpd: Update to 3.7.0
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2020-12-26 22:09:53 +01:00
Jiri Slachta 3416108451
Merge pull request #14313 from neheb/ti
tiff: update to 4.2.0
2020-12-26 17:03:27 +01:00
Daniel Engberg 3521e7f6da
Merge pull request #14337 from BKPepe/netdata
netdata: update to version 1.28.0
2020-12-26 02:15:00 +01:00
Josef Schlehofer 6c5e3e5cca
netdata: update to version 1.28.0
Refreshed patches and removed one backported patch

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-12-26 01:53:11 +01:00
Rosen Penev 079ffbd44e
Merge pull request #14333 from 1715173329/yq-update
yq: Update to 4.1.0
2020-12-25 14:48:19 -08:00
Tianling Shen 2f1e481ac3
yq: Update to 4.1.0
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
2020-12-25 17:44:18 +08:00