Commit Graph

42777 Commits

Author SHA1 Message Date
CvH
4f5acfa482 Merge pull request #7871 from emveepee/613
[le12 ]nextpvr: update to 6.1.3
2023-05-26 23:14:18 +02:00
CvH
47f98a2468 Merge pull request #7875 from heitbaum/mesa
mesa: update to 23.1.1
2023-05-26 23:13:53 +02:00
Rudi Heitbaum
320c7d7d38 mesa: update to 23.1.1
release notes:
- https://docs.mesa3d.org/relnotes/23.1.1.html
2023-05-26 00:33:26 +00:00
Matthias Reichl
8e9b10920d Merge pull request #7873 from heitbaum/inputstream.ffmpegdirect
inputstream.ffmpegdirect: drop upstreamed patch
2023-05-26 00:55:26 +02:00
Rudi Heitbaum
a22a5deaec inputstream.ffmpegdirect: drop upstreamed patch 2023-05-25 22:48:32 +00:00
Martin Vallevand
ec15595e1d nextpvr: update to 6.1.3
Previous version was 6.1.1.  6..1.2 was deferred  as this includes some maintenance fixes
2023-05-25 16:33:04 -04:00
CvH
942f8d24e5 Merge pull request #7849 from heitbaum/linux63
[le12] linux: update to 6.3.y
2023-05-25 16:58:10 +02:00
CvH
315fa9f9ae Merge pull request #7870 from heitbaum/net
Network updates
2023-05-25 16:56:49 +02:00
Rudi Heitbaum
56802888b4 connman: update to 24180d1 (1.41+/2022-04-11)
log:
- https://git.kernel.org/pub/scm/network/connman/connman.git/log/
2023-05-25 10:42:26 +00:00
Rudi Heitbaum
f05cf7a874 iwd: update to 2.5
release notes:
- Fix issue with HT40+/- checks when creating chandef.
- Fix issue with handling support for FT-8021X-SHA384.
- Fix issue with handling secure bit check in handshake 1/4.
- Fix issue with allowing roaming before netconfig finishes.
- Fix issue with double free when disconnecting during FT.

log:
- https://git.kernel.org/pub/scm/network/wireless/iwd.git/log/
2023-05-25 10:42:26 +00:00
Rudi Heitbaum
0657645515 busybox: enable FEATURE_IP_NEIGH
Add support for neighbor commands to "ip".

Using ip neigh:

The ip neigh command provides information very similar to what you get
using arp. (The neigh option to the ip command can be spelled out as
"neighbor" or "neighbour" if you don't mind typing a few more letters.)

One of the reasons for using ip neigh in place of arp is that arp
is among a number of Linux commands that are now deprecated (not
recommended), and the net-tools package from which it derives is no
longer under active development. The newer ip commands should provide
the same basic information, but arp is still a popular tool because
of its many features.

Here is an example of the ip neigh command:

$ ip neigh
192.168.0.33 dev enp0s25 lladdr 7c:67:a2:cf:9f:ef REACHABLE
192.168.0.1 dev enp0s25 lladdr f8:8e:85:35:7f:b9 STALE
192.168.0.7 dev enp0s25 lladdr 20:ea:16:01:55:eb REACHABLE
192.168.0.23 dev enp0s25  FAILED
192.168.0.20 dev enp0s25  FAILED
192.168.0.14 dev enp0s25 lladdr 04:ed:33:7c:44:c6 STALE
192.168.0.8 dev enp0s25  FAILED
192.168.0.17 dev enp0s25 lladdr 00:25:00:4e:9e:35 STALE
192.168.0.15 dev enp0s25 lladdr 38:30:f9:29:f8:a4 STALE
192.168.0.13 dev enp0s25 lladdr 44:65:0d:43:ed:44 STALE
fe80::fa8e:85ff:fe35:7fb9 dev enp0s25 lladdr f8:8e:85:35:7f:b9 router STALE

FAILED indicates that the system could not be reached.
STALE indicates that the connection hasn't been recently verified.

The ip neigh command offers additional options as well. For example,
to add or remove an address from your arp table, you could use commands
like these:

$ sudo ip neigh add 192.168.0.21 dev emp0s25		 add an entry
$ sudo ip neigh del 192.168.0.8 dev enp0s25		 delete an entry
2023-05-25 10:42:26 +00:00
Matthias Reichl
756f26f133 Merge pull request #7869 from heitbaum/inputstream.ffmpegdirect
inputstream.ffmpegdirect: update 21.0.0-Omega to 21.1.0-Omega
2023-05-25 11:55:11 +02:00
Rudi Heitbaum
6bea391b6a inputstream.ffmpegdirect: update 21.0.0-Omega to 21.1.0-Omega 2023-05-25 09:48:11 +00:00
Rudi Heitbaum
8feec1d93c linux: update to 6.3.4 2023-05-25 08:57:31 +00:00
Rudi Heitbaum
818b853101 linux (Rockchip): rebase patches for 6.3.4-rc1 2023-05-25 08:57:31 +00:00
Rudi Heitbaum
bb933e9635 linux (Allwinner): use upstream Bluetooth: btrtl: Add support for RTL8822BS patch 2023-05-25 08:57:31 +00:00
CvH
4c9ff73be1 Merge pull request #7865 from heitbaum/wpa
wpa_supplicant: drop legacy IEEE 802.11i supplicant package
2023-05-23 20:16:24 +02:00
CvH
595c482cde Merge pull request #7866 from jmbreuer/update-curl-8.1.1
curl: update to 8.1.1
2023-05-23 20:11:30 +02:00
Joachim Breuer
c5bf51bfe9 curl: update to 8.1.1
- https://curl.se/changes.html#8_1_1
- https://daniel.haxx.se/blog/2023/05/23/curl-8-1-1-lets-do-this/
2023-05-23 16:56:42 +02:00
Rudi Heitbaum
14f368c449 wpa_supplicant: drop legacy package 2023-05-23 14:56:27 +00:00
Rudi Heitbaum
ffbb9b0600 connman: remove wpa_supplicant legacy - only support iwd 2023-05-23 14:56:27 +00:00
CvH
794a8ad627 Merge pull request #7863 from heitbaum/gcrypt
libgcrypt: update to 1.10.2
2023-05-21 21:45:11 +02:00
heitbaum
f5f014985b libgcrypt: update to 1.10.2
update 1.8.7 (2020-10-23) to 1.10.1 (2023-04-07)
changelog:
- https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=blob_plain;f=NEWS
- https://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgcrypt.git;a=blob;f=NEWS;h=32b580a8d2823e066a59853ac2ae59a3b7b610a5;hb=05422ca24a0391dad2a0b7790a904ce348819c10
- https://github.com/gpg/libgcrypt/tags

In review this - http://lists.busybox.net/pipermail/buildroot/2019-July/253921.html
in relation to the removal of the patch.

The upstream patch that is included in >= 1.9.0 fixes the issue.
0f4545b441
2023-05-21 14:22:20 +00:00
Rudi Heitbaum
19dacd58ae Merge pull request #7861 from CvH/12.0/addon_bump
addon bump to 11.80.1
2023-05-21 01:21:09 +10:00
CvH
0d38e98b11 addons: reset version
Signed-off-by: CvH <namerp@googlemail.com>
2023-05-20 17:13:29 +02:00