2076 Commits

Author SHA1 Message Date
Rudi Heitbaum
eed9f5e98e wireless-regdb: update to 2023.02.13
log:
- https://git.kernel.org/pub/scm/linux/kernel/git/sforshee/wireless-regdb.git
2023-02-14 10:38:06 +00:00
Matthias Reichl
f128cc4746
Merge pull request #7453 from heitbaum/openssh
openssh: update to 9.2p1
2023-02-03 22:56:58 +01:00
CvH
0e1bf69871
Merge pull request #7454 from heitbaum/iwd
iwd: update to 2.3
2023-02-03 15:36:17 +01:00
Rudi Heitbaum
462f1a87da connman: update to 1.41 + HEAD 2023-01-16 2023-02-03 12:41:40 +00:00
Rudi Heitbaum
3363778543 iwd: update to 2.3 2023-02-03 12:33:49 +00:00
Rudi Heitbaum
fd8a9e021c openssh: update to 9.2p1
release notes:
- https://www.openssh.com/releasenotes.html#9.2p1

log:
- https://github.com/openssh/openssh-portable/compare/V_9_1_P1...V_9_2_P1
2023-02-03 08:18:43 +00:00
Rudi Heitbaum
add52ccd9b iwd: Fix buffer overflow due to off-by-one error
Fix malloc error as below (introduced in iwd 2.2.)

Wireless daemon version 2.2
iwd-2.2/src/main.c:main() Using configuration directory /etc/iwd
iwd-2.2/src/storage.c:storage_create_dirs() Using state directory /var/lib/iwd
iwd-2.2/src/main.c:nl80211_appeared() Found nl80211 interface
iwd-2.2/src/module.c:iwd_modules_init()
station: Network configuration is disabled.
iwd-2.2/src/wsc.c:wsc_init()
iwd-2.2/src/knownnetworks.c:known_network_frequencies_load() No known frequency file found.
iwd-2.2/src/eap.c:__eap_method_enable()
iwd-2.2/src/eap-wsc.c:eap_wsc_init()
iwd-2.2/src/eap-md5.c:eap_md5_init()
iwd-2.2/src/eap-tls.c:eap_tls_init()
iwd-2.2/src/eap-ttls.c:eap_ttls_init()
iwd-2.2/src/eap-mschapv2.c:eap_mschapv2_init()
iwd-2.2/src/eap-sim.c:eap_sim_init()
iwd-2.2/src/eap-aka.c:eap_aka_prime_init()
iwd-2.2/src/eap-aka.c:eap_aka_init()
iwd-2.2/src/eap-peap.c:eap_peap_init()
iwd-2.2/src/eap-gtc.c:eap_gtc_init()
iwd-2.2/src/eap-pwd.c:eap_pwd_init()
iwd-2.2/src/manager.c:manager_wiphy_dump_callback() New wiphy phy0 added (0)
malloc(): invalid next size (unsorted)
Aborted
2023-01-29 04:33:22 +00:00
CvH
2b146b02dd
Merge pull request #7420 from heitbaum/iwd
iwd: update to 2.2
2023-01-28 12:02:05 +01:00
Rudi Heitbaum
fc04ada49e samba: update to 4.17.5
release notes:
- https://www.samba.org/samba/history/samba-4.17.5.html
2023-01-27 07:27:04 +00:00
Rudi Heitbaum
93880c90f9 iwd: update to 2.2 2023-01-24 10:38:44 +00:00
Rudi Heitbaum
b51b902b80 iptables: update to 1.8.9 and drop upstreamed patch
log:
- https://www.netfilter.org/projects/iptables/files/changes-iptables-1.8.9.txt
2023-01-16 11:52:23 +00:00
Christian Hewitt
498c04913d connman: add default support for ethernet tethering 2023-01-02 09:17:24 +00:00
Christian Hewitt
2bbfba33ac connman: update to 1.41 + HEAD 2023-01-02 09:16:10 +00:00
Rudi Heitbaum
3a8eb34e79 ethtool: update to 6.1 2022-12-20 00:22:46 +00:00
Rudi Heitbaum
827a85ff95 iwd: update to 2.1
ver 2.1:
- Fix issue with handling FT-over-DS action.
- Fix issue with handling scan and 6 GHz support check.
- Fix issue with handling when periodic scans get aborted.
- Add support for using 5 GHz frequencies in AP mode.

log:
- https://git.kernel.org/pub/scm/network/wireless/iwd.git/log/
2022-12-19 09:11:53 +00:00
Rudi Heitbaum
6a997dbe82 samba: update to 4.17.4
release notes:
- https://www.samba.org/samba/history/samba-4.17.4.html
2022-12-16 07:43:14 +00:00
Rudi Heitbaum
50f0e11471 libnftnl: update to 1.2.4 2022-11-23 09:21:52 +00:00
CvH
a634f69c31
Merge pull request #7130 from heitbaum/bluez
bluez: update to 5.66
2022-11-20 08:16:50 +01:00
Rudi Heitbaum
46ed623f3c iwd: update to 2.0
ver 2.0:
	Fix issue with handling P2P and limiting ciphers to CCMP.
	Fix issue with scanning before forced roaming action.
	Fix issue with provided scan frequencies from RRM.
	Fix issue with handling Michael MIC failure message.
	Fix issue with handling timestamp size in MPDU frames.
	Fix issue with handling enablement of OCVC for FT AKMs.
	Fix issue with handling FT work as highest priority.
	Fix issue with handling roaming events and Multi-BSS.
	Add support for utilizing roaming candidates list.
	Add support for utilizing TLS session caching.
	Add support for ciphers with 256 bits key size.
	Add support for Access Point mode with legacy TKIP.
	Add support for MAC address changes while powered.
	Add support for IPv4 and IPv6 network configuration.
2022-11-20 05:45:29 +00:00
Rudi Heitbaum
1977f62b5a bluez: update to 5.66 2022-11-20 01:39:50 +00:00
Matthias Reichl
9ac0715e91 bluez: update broadcom patches to latest version from RPiOS
This adds support for board-specific firmware files to Broadcom
hciattach, like kernel does for WLAN firmware.

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-11-20 01:20:24 +01:00
Rudi Heitbaum
55e4dd83a8 samba: update to 4.17.3
release notes:
- https://www.samba.org/samba/history/samba-4.17.3.html
2022-11-15 21:02:23 +00:00
Rudi Heitbaum
9071830cba openvpn: update to 2.5.8 2022-11-10 09:37:32 +00:00
CvH
48ecf6cf83
Merge pull request #7044 from heitbaum/samba
samba: update to 4.17.2
2022-11-01 12:08:17 +01:00
Rudi Heitbaum
39178c8997 samba: update to 4.17.2 2022-10-27 07:21:16 +00:00
Rudi Heitbaum
a4302d98d4 rsync: update to 3.2.7
news:
- https://download.samba.org/pub/rsync/NEWS#3.2.7
2022-10-21 08:15:05 +00:00
Rudi Heitbaum
faa26f03d4 netbase: update to 6.4
changelog:
- a0c50d6665
2022-10-20 10:00:48 +00:00
Rudi Heitbaum
66687a0ce0 samba: update to 4.17.1
release notes:
- https://www.samba.org/samba/history/samba-4.17.1.html
2022-10-19 12:48:56 +00:00
Rudi Heitbaum
ac250de911 ethtool: update to 6.0
log:
- https://git.kernel.org/pub/scm/network/ethtool/ethtool.git
2022-10-11 08:25:46 +00:00
Rudi Heitbaum
faf587e2ba openssh: update to 9.1p1
release notes:
- https://www.openssh.com/releasenotes.html#9.1p1
2022-10-04 10:17:33 +00:00
Christian Hewitt
5ddc5cb15a connman: bump to include latest changes 2022-10-01 06:36:28 +00:00
CvH
13bf97c5fa
Merge pull request #6920 from heitbaum/bluez
bluez: update to 5.65 and drop upstream patch
2022-09-24 16:07:11 +02:00
Rudi Heitbaum
a0af2f58a2 bluez: update to 5.65 and drop upstream patch 2022-09-24 10:26:14 +00:00
SupervisedThinking
611b07c484 various: link with gold if supported 2022-09-22 18:27:07 +02:00
CvH
c535699a31
Merge pull request #6890 from heitbaum/minor-pkgs
Minor package updates
2022-09-16 11:41:27 +02:00
Rudi Heitbaum
c1f4922a1d libssh: update to 0.10.4
log:
- https://git.libssh.org/projects/libssh.git/log/?h=stable-0.10
2022-09-14 13:50:54 +00:00
Rudi Heitbaum
a3eff3c574 samba: update to 4.17.0
wiki:
- https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.17

release notes:
- https://www.samba.org/samba/history/samba-4.17.0.html
2022-09-14 13:35:32 +00:00
CvH
ade499c91a
Merge pull request #6884 from heitbaum/rsync326
rsync: update to 3.2.6 and drop upstreamed patch
2022-09-10 10:26:54 +02:00
CvH
990a211c74
Merge pull request #6877 from heitbaum/samba
samba: update to 4.16.5
2022-09-10 10:26:17 +02:00
Rudi Heitbaum
d097b5b715 rsync: update to 3.2.6 and drop upstreamed patch
news:
- https://download.samba.org/pub/rsync/NEWS#3.2.6
2022-09-10 05:50:49 +00:00
Rudi Heitbaum
da815e76dc iwd: update to 1.30
changelog:
- https://git.kernel.org/pub/scm/network/wireless/iwd.git/commit/?id=881807d14b7ee2a71f53c872303f6c05c4ee487a

log:
- https://git.kernel.org/pub/scm/network/wireless/iwd.git/log/
2022-09-08 11:22:27 +00:00
Rudi Heitbaum
5f44b65536 samba: update to 4.16.5
release notes:
- https://www.samba.org/samba/history/samba-4.16.5.html
2022-09-08 11:20:24 +00:00
Rudi Heitbaum
d084f004bf libssh: update to 0.10.2
commit log:
- https://git.libssh.org/projects/libssh.git/commit/?h=stable-0.10&id=ddea657ba7373494d581764c9ff212ea5508a864
2022-09-03 02:33:37 +00:00
Rudi Heitbaum
7a747bb373 samba: fix dcerpc and srvsvc browsing 2022-08-31 16:34:22 +00:00
CvH
1965da8497
Merge pull request #6838 from heitbaum/library
Library updates
2022-08-31 05:38:24 +02:00
Rudi Heitbaum
3bf71ead8e libssh: update to 0.10.0 and dont build examples
release notes:
- https://git.libssh.org/projects/libssh.git/tag/?h=libssh-0.10.0
2022-08-27 06:36:53 +00:00
Rudi Heitbaum
aa0de2bd13 ethtool: update to 5.19 2022-08-27 04:17:08 +00:00
Rudi Heitbaum
f5a6b17788 libnftnl: update to 1.2.3 2022-08-18 11:40:53 +00:00
Rudi Heitbaum
25155200e8 libnfs: update to 5.0.2 2022-08-18 11:40:53 +00:00
Rudi Heitbaum
7e22d1f4c9 libtirpc: update to 1.3.3 2022-08-18 11:40:53 +00:00