[nvidia-340xx-kmod] Rebuilt
by Nicolas Chauvet
commit fdaceedae9c0cf3b22d1b9da45ae974d2c78144d
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Nov 19 14:16:41 2021 +0100
Rebuilt
nvidia-340xx-kmod.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/nvidia-340xx-kmod.spec b/nvidia-340xx-kmod.spec
index 5eae1a5..78ccd0b 100644
--- a/nvidia-340xx-kmod.spec
+++ b/nvidia-340xx-kmod.spec
@@ -12,7 +12,7 @@ Name: nvidia-340xx-kmod
Epoch: 1
Version: 340.108
# Taken over by kmodtool
-Release: 15%{?dist}
+Release: 16%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -87,6 +87,9 @@ done
%{?akmod_install}
%changelog
+* Fri Nov 19 2021 Nicolas Chauvet <kwizart(a)gmail.com> - 1:340.108-16
+- Rebuilt
+
* Thu Nov 11 2021 Łukasz Wojniłowicz <lukasz.wojnilowicz(a)gmail.com> - 1:340.108-15
- Patch for kernel-5.14.0
3 years
[zerotier-one] chore(update): 1.8.3
by Artem Polishchuk
commit 30833c81ca76c709a4bde9af9bfa4674f95459ad
Author: Artem Polishchuk <ego.cordatus(a)gmail.com>
Date: Fri Nov 19 15:38:54 2021 +0300
chore(update): 1.8.3
.gitignore | 1 +
sources | 2 +-
zerotier-one.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e0e015e..707852d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/zerotier-one-1.6.6.tar.gz
/zerotier-one-1.8.1.tar.gz
/zerotier-one-1.8.2.tar.gz
+/zerotier-one-1.8.3.tar.gz
diff --git a/sources b/sources
index 3262cd0..ceabad2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (zerotier-one-1.8.2.tar.gz) = 5c413f4ef23f225f3f74069bea1ea3f7874afd2ed42ac04598d76a355634861cb5b0e23a1477330695d0265f73b3d25e1f666d338c4088cccacc41a9beb487bf
+SHA512 (zerotier-one-1.8.3.tar.gz) = 591d285b126fb21d3e207323a6fa5c46d630993f00f92548ea2a3851d63363ac3f959cde07e39ea7cf9bda19a2b9d9d129d2c8e003f71c0a8f97a364408e330c
diff --git a/zerotier-one.spec b/zerotier-one.spec
index 909a94a..34b0423 100644
--- a/zerotier-one.spec
+++ b/zerotier-one.spec
@@ -1,5 +1,5 @@
Name: zerotier-one
-Version: 1.8.2
+Version: 1.8.3
Release: 1%{?dist}
Summary: Smart Ethernet Switch for Earth
@@ -110,6 +110,9 @@ install -Dpm0644 debian/%{name}.service %{buildroot}%{_unitdir}/%{name}.service
%changelog
+* Fri Nov 19 2021 Artem Polishchuk <ego.cordatus(a)gmail.com> - 1.8.3-1
+- chore(update): 1.8.3
+
* Thu Nov 11 2021 Artem Polishchuk <ego.cordatus(a)gmail.com> - 1.8.2-1
- chore(update): 1.8.2
3 years
[wireguard-kmod/el8] Backport patch
by Nicolas Chauvet
commit b04766461e0af9ade362c22121628ca7acdda15d
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Nov 19 13:34:22 2021 +0100
Backport patch
0001-compat-update-for-RHEL-8.5.patch | 62 +++++++++++++++++++++++++++++++++++
1 file changed, 62 insertions(+)
---
diff --git a/0001-compat-update-for-RHEL-8.5.patch b/0001-compat-update-for-RHEL-8.5.patch
new file mode 100644
index 0000000..4cb1a2e
--- /dev/null
+++ b/0001-compat-update-for-RHEL-8.5.patch
@@ -0,0 +1,62 @@
+From 77256108c0edcaee78dc16352e7339fb13ddeb05 Mon Sep 17 00:00:00 2001
+From: Peter Georg <peter.georg(a)physik.uni-regensburg.de>
+Date: Tue, 16 Nov 2021 17:52:22 +0100
+Subject: [PATCH] compat: update for RHEL 8.5
+
+RHEL 8.5 has been released. Replace all ISCENTOS8S checks with ISRHEL8.
+Increase RHEL_MINOR for CentOS 8 Stream detection to 6.
+
+Signed-off-by: Peter Georg <peter.georg(a)physik.uni-regensburg.de>
+Signed-off-by: Jason A. Donenfeld <Jason(a)zx2c4.com>
+---
+ src/compat/compat-asm.h | 4 ++--
+ src/compat/compat.h | 4 ++--
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/src/compat/compat-asm.h b/src/compat/compat-asm.h
+index 5bfdb9410933..951fc1094470 100644
+--- a/src/compat/compat-asm.h
++++ b/src/compat/compat-asm.h
+@@ -15,7 +15,7 @@
+ #define ISRHEL7
+ #elif RHEL_MAJOR == 8
+ #define ISRHEL8
+-#if RHEL_MINOR >= 4
++#if RHEL_MINOR >= 6
+ #define ISCENTOS8S
+ #endif
+ #endif
+@@ -51,7 +51,7 @@
+ #undef pull
+ #endif
+
+-#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 4, 76) && !defined(ISCENTOS8S) && !defined(SYM_FUNC_START)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 4, 76) && !defined(ISRHEL8) && !defined(SYM_FUNC_START)
+ #define SYM_FUNC_START ENTRY
+ #define SYM_FUNC_END ENDPROC
+ #endif
+diff --git a/src/compat/compat.h b/src/compat/compat.h
+index ee45a3cc7457..9aa767a277fe 100644
+--- a/src/compat/compat.h
++++ b/src/compat/compat.h
+@@ -16,7 +16,7 @@
+ #define ISRHEL7
+ #elif RHEL_MAJOR == 8
+ #define ISRHEL8
+-#if RHEL_MINOR >= 5
++#if RHEL_MINOR >= 6
+ #define ISCENTOS8S
+ #endif
+ #endif
+@@ -855,7 +855,7 @@ static inline void skb_mark_not_on_list(struct sk_buff *skb)
+ #endif
+ #endif
+
+-#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 5, 0) && !defined(ISCENTOS8S)
++#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 5, 0) && !defined(ISRHEL8)
+ #define genl_dumpit_info(cb) ({ \
+ struct { struct nlattr **attrs; } *a = (void *)((u8 *)cb->args + offsetofend(struct dump_ctx, next_allowedip)); \
+ BUILD_BUG_ON(sizeof(cb->args) < offsetofend(struct dump_ctx, next_allowedip) + sizeof(*a)); \
+--
+2.33.1
+
3 years
[wireguard-kmod/el8] Update to EL8.5
by Nicolas Chauvet
commit ada78dee6b7b1c49b9ec2e21baaedf3ae31960ff
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Nov 19 13:34:11 2021 +0100
Update to EL8.5
wireguard-kmod.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/wireguard-kmod.spec b/wireguard-kmod.spec
index 89a428a..4e12cb9 100644
--- a/wireguard-kmod.spec
+++ b/wireguard-kmod.spec
@@ -6,7 +6,7 @@
Name: wireguard-kmod
Summary: Kernel module (kmod) for Wireguard
Version: 1.0.20210606
-Release: 2%{?dist}
+Release: 3%{?dist}
License: GPLv2
URL: https://www.wireguard.com/
@@ -14,6 +14,7 @@ Source0: https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-
Patch0: 0001-compat-account-for-latest-c8s-backports.patch
Patch1: 0002-compat-account-for-grsecurity-backports-and-changes.patch
Patch2: 0003-crypto-curve25519-x86_64-solve-register-constraints-.patch
+Patch3: 0001-compat-update-for-RHEL-8.5.patch
BuildRequires: kmodtool
%{!?kernels:BuildRequires: gcc, elfutils-libelf-devel, buildsys-build-rpmfusion-kerneldevpkgs-%{?buildforkernels:%{buildforkernels}}%{!?buildforkernels:current}-%{_target_cpu} }
@@ -44,6 +45,7 @@ kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} %{?buildfo
%patch0 -p1
%patch1 -p1
%patch2 -p1
+%patch3 -p1
)
for kernel_version in %{?kernel_versions} ; do
@@ -79,6 +81,9 @@ done
%changelog
+* Fri Nov 19 2021 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.20210606-3
+- Update for EL8.5
+
* Thu Oct 14 2021 Nicolas Chauvet <kwizart(a)gmail.com> - 1.0.20210606-2
- Backport patches
3 years
[nvidia-kmod/el8: 12/12] Merge remote-tracking branch 'origin/master' into el8
by Nicolas Chauvet
commit 1461a5fe694d1fe5f9d75cac9d3c381b2df60391
Merge: a1433f1 ee6da9a
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Nov 19 12:10:27 2021 +0100
Merge remote-tracking branch 'origin/master' into el8
nvidia-kmod.spec | 35 ++++++++++++++++++++++++++++++++++-
1 file changed, 34 insertions(+), 1 deletion(-)
---
3 years
[nvidia-kmod/el8] (12 commits) ...Merge remote-tracking branch 'origin/master' into el8
by Nicolas Chauvet
Summary of changes:
1daf058... Update to 465.19.01 beta (*)
de19a2f... Update to 465.24.02 release (*)
16d82d4... Update to 465.27 release (*)
9cb0266... Update to 465.31 release (*)
28991ac... Update to 470.42.01 beta (*)
93689a5... Update to 470.57.02 release (*)
1b0f180... - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass (*)
bcb420e... Update to 470.63.01 release (*)
4e87b7b... Update to 470.74 release (*)
9f4158e... Update to 495.29.05 beta (*)
ee6da9a... Update to 495.44 release (*)
1461a5f... Merge remote-tracking branch 'origin/master' into el8
(*) This commit already existed in another branch; no separate mail sent
3 years
[nvidia-modprobe/el8: 12/12] Merge remote-tracking branch 'origin/master' into el8
by Nicolas Chauvet
commit cbb4a613918e5634da725b92bcd090655b8bcf82
Merge: f4c1cb7 06fa130
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Nov 19 12:09:27 2021 +0100
Merge remote-tracking branch 'origin/master' into el8
.gitignore | 8 ++++++++
nvidia-modprobe.spec | 35 ++++++++++++++++++++++++++++++++++-
sources | 2 +-
3 files changed, 43 insertions(+), 2 deletions(-)
---
3 years
[nvidia-modprobe/el8] (12 commits) ...Merge remote-tracking branch 'origin/master' into el8
by Nicolas Chauvet
Summary of changes:
0c4a8f6... Update to 465.19.01 beta (*)
6f9aaa3... Update to 465.24.02 release (*)
d01197d... Update to 465.27 release (*)
280ef37... Update to 465.31 release (*)
71cf01c... Update to 470.42.01 beta (*)
333b4cc... Update to 470.57.02 release (*)
cb2917c... - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass (*)
d972c55... Update to 470.63.01 release (*)
9e9afa3... Update to 470.74 release (*)
4dc3384... Update to 495.29.05 beta (*)
06fa130... Update to 495.44 release (*)
cbb4a61... Merge remote-tracking branch 'origin/master' into el8
(*) This commit already existed in another branch; no separate mail sent
3 years
[nvidia-xconfig/el8: 8/8] Merge remote-tracking branch 'origin/master' into el8
by Nicolas Chauvet
commit ba67b3409897344605091200744e8e4142d3c2db
Merge: b633d99 cc332e5
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Fri Nov 19 12:05:19 2021 +0100
Merge remote-tracking branch 'origin/master' into el8
nvidia-xconfig.spec | 23 ++++++++++++++++++++++-
sources | 2 +-
2 files changed, 23 insertions(+), 2 deletions(-)
---
3 years