Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (283f8b2b0a5d8a5d80d817b6d76d34241caec0a9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (283f8b2b0a5d8a5d80d817b6d76d34241caec0a9)
  • Date: Fri, 31 May 2024 22:02:48 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

net/iproute2/patches/0001-Fix-usage-of-poll.h-header.patch | 6 ++++--
utils/dockerio/HISTORY | 3 +++
utils/dockerio/PREPARE | 4 ++--
utils/zsync/DETAILS | 1 +
4 files changed, 10 insertions(+), 4 deletions(-)

New commits:
commit 283f8b2b0a5d8a5d80d817b6d76d34241caec0a9
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

dockerio: Remove obsolete Kconfig options

- DEVPTS_MULTIPLE_INSTANCES
- NF_NAT_NEEDED
- NF_NAT_IPV4

commit af8af389e8b7f9dcef281bed130235c5085e7c61
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

iproute2: Update patch status

commit 3d2263c9adef3670d327832f90af99754f777a4d
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

zsync: Add Watch line

diff --git a/net/iproute2/patches/0001-Fix-usage-of-poll.h-header.patch
b/net/iproute2/patches/0001-Fix-usage-of-poll.h-header.patch
index 1c32100..dfa352b 100644
--- a/net/iproute2/patches/0001-Fix-usage-of-poll.h-header.patch
+++ b/net/iproute2/patches/0001-Fix-usage-of-poll.h-header.patch
@@ -6,8 +6,10 @@ Subject: [iproute2 PATCH] Fix usage of poll.h header
Change the legacy <sys/poll.h> to <poll.h> (POSIX.1-2001).

Signed-off-by: Ismael Luceno <ismael AT iodev.co.uk>
-Upstream-Status: Submitted
- [https://lore.kernel.org/netdev/20240518223946.22032-1-ismael AT iodev.co.uk]
+Reviewed-by: Jiri Pirko <jiri AT nvidia.com>
+Signed-off-by: Stephen Hemminger <stephen AT networkplumber.org>
+Upstream-Status: Accepted
+
[https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=f9601b10c211]
Origin: Source Mage
---
misc/arpd.c | 2 +-
diff --git a/utils/dockerio/HISTORY b/utils/dockerio/HISTORY
index 5d61470..2a4cc77 100644
--- a/utils/dockerio/HISTORY
+++ b/utils/dockerio/HISTORY
@@ -1,3 +1,6 @@
+2024-05-31 Ismael Luceno <ismael AT sourcemage.org>
+ * PREPARE: removed obsolete kconfig options
+
2015-10-14 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.8.3; SECURITY_PATCH=1 (CVE-2014-8178,
CVE-2014-8179)
diff --git a/utils/dockerio/PREPARE b/utils/dockerio/PREPARE
index 2cff183..69023dd 100755
--- a/utils/dockerio/PREPARE
+++ b/utils/dockerio/PREPARE
@@ -9,10 +9,10 @@ if [[ $(get_kernel_version | cut -d. -f1 | sed -e
's/\.//g') -le 3 ]] &&
fi &&

for KERNELPARAM in CGROUPS CGROUP_CPUACCT CGROUP_DEVICE CGROUP_FREEZER \
- CGROUP_SCHED CPUSETS DEVPTS_MULTIPLE_INSTANCES MACVLAN MEMCG \
+ CGROUP_SCHED CPUSETS MACVLAN MEMCG \
VETH BRIDGE BRIDGE_NETFILTER NAMESPACES NET_NS PID_NS IPC_NS UTS_NS \
NETFILTER_XT_MATCH_ADDRTYPE NETFILTER_XT_MATCH_CONNTRACK NF_NAT \
- NF_NAT_NEEDED NF_NAT_IPV4 IP_NF_FILTER IP_NF_TARGET_MASQUERADE POSIX_MQUEUE
+ IP_NF_FILTER IP_NF_TARGET_MASQUERADE POSIX_MQUEUE
do
local DOCKERIO_KERNEL_CHECK=$(get_kernel_config CONFIG_${KERNELPARAM}) &&

diff --git a/utils/zsync/DETAILS b/utils/zsync/DETAILS
index 25c073c..2e5d8db 100755
--- a/utils/zsync/DETAILS
+++ b/utils/zsync/DETAILS
@@ -1,3 +1,4 @@
+# Watch: http://zsync.moria.org.uk/downloads
SPELL=zsync
VERSION=0.6.2

SOURCE_HASH=sha512:56437594831f2320c532759805b5c51116c53c8848f14b54cfd9b76676d1d061abe7fc914264f496ed1c7922fbbd5b884166c855a2fb9eb1285f216e478c5f0d


  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (283f8b2b0a5d8a5d80d817b6d76d34241caec0a9), Ismael Luceno, 05/31/2024

Archive powered by MHonArc 2.6.24.

Top of Page