[xtables-addons-kmod/el8] fix
by Leigh Scott
Summary of changes:
083677f... fix (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 8 months
[xtables-addons-kmod/f34] fix
by Leigh Scott
Summary of changes:
083677f... fix (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 8 months
[xtables-addons-kmod/f35] fix
by Leigh Scott
Summary of changes:
083677f... fix (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 8 months
[xtables-addons-kmod/f36] fix
by Leigh Scott
Summary of changes:
083677f... fix (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 8 months
[xtables-addons-kmod] fix
by Leigh Scott
commit 083677f4871570880633dad5fa8d5c88624410bf
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Mar 22 15:12:31 2022 +0000
fix
el8_fix.patch | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/el8_fix.patch b/el8_fix.patch
index 7645141..a09aafa 100644
--- a/el8_fix.patch
+++ b/el8_fix.patch
@@ -1,6 +1,6 @@
---- xtables-addons-3.18/extensions/compat_xtables.h
-+++ xtables-addons-3.18/extensions/compat_xtables.h
-@@ -24,7 +24,7 @@
+--- xtables-addons-3.19/extensions/compat_xtables.h
++++ xtables-addons-3.19/extensions/compat_xtables.h
+@@ -21,7 +21,7 @@
#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 10, 0) || \
LINUX_VERSION_CODE >= KERNEL_VERSION(5, 9, 9) && LINUX_VERSION_CODE < KERNEL_VERSION(5, 10, 0) || \
LINUX_VERSION_CODE >= KERNEL_VERSION(5, 4, 78) && LINUX_VERSION_CODE < KERNEL_VERSION(5, 5, 0) || \
2 years, 8 months
[xtables-addons-kmod] Release 3.19
by Leigh Scott
commit c8b9c992e074643ed0d6fe526bea999beac32c3d
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Mar 22 14:54:48 2022 +0000
Release 3.19
sources | 2 +-
xtables-addons-kmod.spec | 7 +++++--
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/sources b/sources
index a7a29ea..98f67c9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xtables-addons-3.18.tar.xz) = b334642ce9b6ec3fc775ddbe6b66d70467fdcbfe30dcb165dac203f9d7fcd222dfd8c91e10befa3666bf572115dc75ed32d8ece05ed2947a4ed21d1d09032b8f
+SHA512 (xtables-addons-3.19.tar.xz) = 924bae81fd93ab9ac0ecf7b242b5b14423f4f651ef608a6e51ff1f446d3796dd8b002a6ac5de38808509fe21d313485c78093a25dbb97db78db01040386581a9
diff --git a/xtables-addons-kmod.spec b/xtables-addons-kmod.spec
index 0cdba90..958d960 100644
--- a/xtables-addons-kmod.spec
+++ b/xtables-addons-kmod.spec
@@ -10,8 +10,8 @@
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
-Version: 3.18
-Release: 5%{?dist}
+Version: 3.19
+Release: 1%{?dist}
License: GPLv2
URL: https://inai.de/projects/xtables-addons/
Source0: https://inai.de/files/xtables-addons/xtables-addons-%{version}.tar.xz
@@ -62,6 +62,9 @@ done
%{?akmod_install}
%changelog
+* Tue Mar 22 2022 Leigh Scott <leigh123linux(a)gmail.com> - 3.19-1
+- Release 3.19
+
* Wed Feb 09 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 3.18-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
2 years, 8 months