[wl-kmod/f40] (4 commits) ...Update Release number and changelog in SPEC file
by Nicolas Viéville
Summary of changes:
33bd301... SPEC file: Add last kernel version release for RHEL 9.x and (*)
0afa1a0... SPEC file: Fix SPEC file RFBZ ref (*)
16a67f7... Add patch for kernel >= 6.12 - RFBZ#7130 (*)
cb67598... Update Release number and changelog in SPEC file (*)
(*) This commit already existed in another branch; no separate mail sent
4 weeks
[wl-kmod/f41] (4 commits) ...Update Release number and changelog in SPEC file
by Nicolas Viéville
Summary of changes:
33bd301... SPEC file: Add last kernel version release for RHEL 9.x and (*)
0afa1a0... SPEC file: Fix SPEC file RFBZ ref (*)
16a67f7... Add patch for kernel >= 6.12 - RFBZ#7130 (*)
cb67598... Update Release number and changelog in SPEC file (*)
(*) This commit already existed in another branch; no separate mail sent
4 weeks
[wl-kmod] Update Release number and changelog in SPEC file
by Nicolas Viéville
commit cb67598cbf5d8c5260b750d6f7e5c6a6599b7b85
Author: Nicolas Viéville <nicolas.vieville(a)uphf.fr>
Date: Tue Dec 10 20:15:32 2024 +0100
Update Release number and changelog in SPEC file
Signed-off-by: Nicolas Viéville <nicolas.vieville(a)uphf.fr>
wl-kmod.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/wl-kmod.spec b/wl-kmod.spec
index f40619e..b000492 100644
--- a/wl-kmod.spec
+++ b/wl-kmod.spec
@@ -16,7 +16,7 @@
Name: wl-kmod
Version: 6.30.223.271
-Release: 53%{?dist}
+Release: 54%{?dist}
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -396,6 +396,11 @@ chmod 0755 $RPM_BUILD_ROOT%{kmodinstdir_prefix}*%{kmodinstdir_postfix}/* || :
%{?akmod_install}
%changelog
+* Tue Dec 10 2024 Nicolas Viéville <nicolas.vieville(a)uphf.fr> - 6.30.223.271-54
+- Add last kernel version release for RHEL 9.x and RHEL 8.x
+- Fix SPEC file RFBZ ref
+- Add patch for kernel >= 6.12 - RFBZ#7130
+
* Thu Aug 22 2024 Nicolas Viéville <nicolas.vieville(a)uphf.fr> - 6.30.223.271-53
- Fix warning empty body in if statement - kernel 6.10
- Add max_scan_ie_len in order to make wpa_supplicant 2.11 scans not to fail - RFBZ#7030
4 weeks
[wl-kmod] Add patch for kernel >= 6.12 - RFBZ#7130
by Nicolas Viéville
commit 16a67f795e2b2efb205aed51c1b060b47b99bd7c
Author: Nicolas Viéville <nicolas.vieville(a)uphf.fr>
Date: Tue Dec 10 20:09:37 2024 +0100
Add patch for kernel >= 6.12 - RFBZ#7130
Signed-off-by: Nicolas Viéville <nicolas.vieville(a)uphf.fr>
wl-kmod-028_kernel_6.12_adaptation.patch | 32 ++++++++++++++++++++++++++++++++
wl-kmod.spec | 2 ++
2 files changed, 34 insertions(+)
---
diff --git a/wl-kmod-028_kernel_6.12_adaptation.patch b/wl-kmod-028_kernel_6.12_adaptation.patch
new file mode 100644
index 0000000..1064225
--- /dev/null
+++ b/wl-kmod-028_kernel_6.12_adaptation.patch
@@ -0,0 +1,32 @@
+From 5f6c5c8b27da17c80ce9bd2d6d714295bd352df5 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Nicolas=20Vi=C3=A9ville?= <nicolas.vieville(a)uphf.fr>
+Date: Tue, 10 Dec 2024 09:22:46 +0100
+Subject: [PATCH] wl_linux.c: #include <linux/unaligned.h> for kernel >= 6.12.x
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Nicolas Viéville <nicolas.vieville(a)uphf.fr>
+---
+ src/wl/sys/wl_linux.c | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+diff --git a/src/wl/sys/wl_linux.c b/src/wl/sys/wl_linux.c
+index 2000f6f..3c25ce4 100644
+--- a/src/wl/sys/wl_linux.c
++++ b/src/wl/sys/wl_linux.c
+@@ -56,7 +56,11 @@
+ #include <asm/irq.h>
+ #include <asm/pgtable.h>
+ #include <asm/uaccess.h>
++#if LINUX_VERSION_CODE < KERNEL_VERSION(6, 12, 0)
+ #include <asm/unaligned.h>
++#else
++#include <linux/unaligned.h>
++#endif
+
+ #include <proto/802.1d.h>
+
+--
+2.47.1
+
diff --git a/wl-kmod.spec b/wl-kmod.spec
index 04e6b59..f40619e 100644
--- a/wl-kmod.spec
+++ b/wl-kmod.spec
@@ -51,6 +51,7 @@ Patch23: wl-kmod-024_kernel_6.1_adaptation.patch
Patch24: wl-kmod-025_kernel_6.5_adaptation.patch
Patch25: wl-kmod-026_kernel_6.10_fix_empty_body_in_if_warning.patch
Patch26: wl-kmod-027_wpa_supplicant-2.11_add_max_scan_ie_len.patch
+Patch27: wl-kmod-028_kernel_6.12_adaptation.patch
# needed for plague to make sure it builds for i586 and i686
ExclusiveArch: i686 x86_64
@@ -118,6 +119,7 @@ pushd %{name}-%{version}-src
%patch -P 24 -p1 -b .kernel_6.5_adaptation
%patch -P 25 -p1 -b .kernel_6.10_adaptation
%patch -P 26 -p1 -b .wpa_supplicant-2.11_adaptation
+%patch -P 27 -p1 -b .kernel_6.12_adaptation
# Manual patching to build for RHEL - inspired by CentOS wl-kmod.spec
# Actually works for RHEL 6.x and 7.x
4 weeks
[wl-kmod] SPEC file: Fix SPEC file RFBZ ref
by Nicolas Viéville
commit 0afa1a0b5d844d0a3bf62e532fd8057c5f279d35
Author: Nicolas Viéville <nicolas.vieville(a)uphf.fr>
Date: Tue Dec 10 20:06:50 2024 +0100
SPEC file: Fix SPEC file RFBZ ref
Signed-off-by: Nicolas Viéville <nicolas.vieville(a)uphf.fr>
wl-kmod.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/wl-kmod.spec b/wl-kmod.spec
index c54117e..04e6b59 100644
--- a/wl-kmod.spec
+++ b/wl-kmod.spec
@@ -406,7 +406,7 @@ chmod 0755 $RPM_BUILD_ROOT%{kmodinstdir_prefix}*%{kmodinstdir_postfix}/* || :
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Nicolas Viéville <nicolas.vieville(a)uphf.fr> - 6.30.223.271-50
-- Fix SPEC file for RHEL 9.x and RHEL 8.x - RFBZ#6937
+- Fix SPEC file for RHEL 9.x and RHEL 8.x - RFBZ#6837
* Mon Sep 25 2023 Nicolas Viéville <nicolas.vieville(a)uphf.fr> - 6.30.223.271-49
- Spec fix build release tag
4 weeks
[wl-kmod] SPEC file: Add last kernel version release for RHEL 9.x and RHEL 8.x
by Nicolas Viéville
commit 33bd301a44f6c2e508fb6be6ab9f049d43c3c1ff
Author: Nicolas Viéville <nicolas.vieville(a)uphf.fr>
Date: Tue Dec 10 20:05:45 2024 +0100
SPEC file: Add last kernel version release for RHEL 9.x and RHEL 8.x
Signed-off-by: Nicolas Viéville <nicolas.vieville(a)uphf.fr>
wl-kmod.spec | 8 ++++++++
1 file changed, 8 insertions(+)
---
diff --git a/wl-kmod.spec b/wl-kmod.spec
index 6300d96..c54117e 100644
--- a/wl-kmod.spec
+++ b/wl-kmod.spec
@@ -325,6 +325,10 @@ pushd %{name}-%{version}-src
# Apply to EL 8.9 point release and later
# > No changes currently needed for EL 8.9 point release
%endif
+ %if %{kvr} >= 553
+ # Apply to EL 8.10 point release and later
+ # > No changes currently needed for EL 8.10 point release
+ %endif
%endif
%endif
%if 0%{?rhel} == 9
@@ -358,6 +362,10 @@ pushd %{name}-%{version}-src
# Apply to EL 9.3 point release and later
%{__sed} -i 's/ >= KERNEL_VERSION(6, [01], 0)/ >= KERNEL_VERSION(5, 14, 0)/g' src/wl/sys/wl_cfg80211_hybrid.c
%endif
+ %if %{kvr} >= 427
+ # Apply to EL 9.4 point release and later
+ # > No changes currently needed for EL 9.4 point release
+ %endif
%endif
%endif
popd
4 weeks
[gstreamer1-plugins-bad-freeworld/f40: 4/4] Merge branch 'master' into f40
by Dominik Mierzejewski
commit e0de60fe9df4ab1825c68a974bae46cdcc34d099
Merge: c1c771e 7970150
Author: Dominik 'Rathann' Mierzejewski <dominik(a)greysector.net>
Date: Sun Dec 8 18:06:31 2024 +0100
Merge branch 'master' into f40
gstreamer1-plugins-bad-freeworld.spec | 9 ++++++++-
sources | 2 +-
2 files changed, 9 insertions(+), 2 deletions(-)
---
1 month
[gstreamer1-plugins-ugly/f40: 2/2] Merge branch 'f41' into f40
by Dominik Mierzejewski
commit a01c9f65576521da7c44f507ba94a42b247564b2
Merge: c77dc12 ab3d87f
Author: Dominik 'Rathann' Mierzejewski <dominik(a)greysector.net>
Date: Sun Dec 8 18:06:02 2024 +0100
Merge branch 'f41' into f40
gstreamer1-plugins-ugly.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
1 month