From patchwork Fri Aug 9 11:23:12 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7952 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4WgM3y0JZYz3x5y for ; Fri, 9 Aug 2024 11:23:42 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4WgM3t4fvqz5sG; Fri, 9 Aug 2024 11:23:38 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WgM3t3shfz345f; Fri, 9 Aug 2024 11:23:38 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4WgM3p6Jx6z33LN for ; Fri, 9 Aug 2024 11:23:34 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4WgM3n3Kv2z2VB; Fri, 9 Aug 2024 11:23:33 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1723202613; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=PMM827V9RqwCuiF4HGTFWpMfxEpfts5kVjUqzGkhKDE=; b=zKxckupeipLKhd38E7lsKtNdLGr2L0vneVVGf0ZHMsKIZqJWanbOsEpiPQkgYjvnkOPId0 57Js8qqaTWrI5bAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1723202613; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=PMM827V9RqwCuiF4HGTFWpMfxEpfts5kVjUqzGkhKDE=; b=P//D++yE6NnHr3kp3d/Ux4N4iI/z+Xieia9z95XE3/upyehX3tM8GjVaLGF4dI5lvlkh4f qL4OCScXruMKpOqu2UvE0mURO9S5eDthKyyFoaO+CADoHY5pL8+uwZcn6KOYRIuway9DET ICETXIoT9KWOmSryUlmrNeqNghqRJVlG9IxyyRFt6jJ8BZywrHIYRv3Hhluo7WpbagSk+v 5NmpI5pl0WWmMSiO/AbFk57mwm3TcMGNaiK6nmaIiVUObxOEC0gHGX9WCXS7lnekpvHwy9 6saPDtjoy2l2GDT1Uk1xtpLSSarRoOsYytAM0Q8Kx90lwslyqCARaTNCyg0upA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 01/15] libcap: Update to version 2.70 Date: Fri, 9 Aug 2024 13:23:12 +0200 Message-ID: <20240809112326.8475-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: YO75BPSFOWHSFNJ3S5WWFELZYDWA5CAL X-Message-ID-Hash: YO75BPSFOWHSFNJ3S5WWFELZYDWA5CAL X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: - Update from version 2.69 to 2.70 - Update of rootfile - sobump means following core packages need to be shipped arping cdrkit iproute2 iputils ntp squid udev and the following addons will be shipped with the pak_ver increments in the other patches that are part ofg this set avahi bacula cifs-utils dnsdist freeradius frr htop nfs rng-tools samba tor tshark vdr wavemon - Changelog 2.70 setcap changes to make it harder to set invalid file capabilities (Bug 217592\ reported by parke.nexus) Lots of documentation fixes (contributions from Jakub Wilk and Carlos Rodriguez-Fernandez) Fix c89 compilation syntax for the C code in the libraries. libpam has deprecated providing the _pam_overwrite() function, so use memset() instead Signed-off-by: Adolf Belka --- config/rootfiles/common/libcap | 8 +++++--- lfs/libcap | 6 +++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/config/rootfiles/common/libcap b/config/rootfiles/common/libcap index f331e2a43..ea90c7564 100644 --- a/config/rootfiles/common/libcap +++ b/config/rootfiles/common/libcap @@ -4,12 +4,12 @@ sbin/getpcaps sbin/setcap #usr/include/sys/capability.h #usr/include/sys/psx_syscall.h -usr/lib/libcap.so +#usr/lib/libcap.so usr/lib/libcap.so.2 -usr/lib/libcap.so.2.69 +usr/lib/libcap.so.2.70 #usr/lib/libpsx.so #usr/lib/libpsx.so.2 -usr/lib/libpsx.so.2.69 +usr/lib/libpsx.so.2.70 #usr/lib/pkgconfig/libcap.pc #usr/lib/pkgconfig/libpsx.pc #usr/lib/security @@ -88,7 +88,9 @@ usr/lib/security/pam_cap.so #usr/share/man/man3/psx_syscall.3 #usr/share/man/man3/psx_syscall3.3 #usr/share/man/man3/psx_syscall6.3 +#usr/share/man/man5/capability.conf.5 #usr/share/man/man8/captree.8 #usr/share/man/man8/getcap.8 #usr/share/man/man8/getpcaps.8 +#usr/share/man/man8/pam_cap.8 #usr/share/man/man8/setcap.8 diff --git a/lfs/libcap b/lfs/libcap index 951ed80dc..51e32f9c6 100644 --- a/lfs/libcap +++ b/lfs/libcap @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # +# Copyright (C) 2007-2024 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 2.69 +VER = 2.70 THISAPP = libcap-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 94d1fef7666a1c383a8b96f1f6092bd242164631532868b628d2f5de71b42a371d041a978ef7fbadfee3eeb433165444995d1078cd790275bc0433a7875a697e +$(DL_FILE)_BLAKE2 = 77b72acee53032117ea481e3380d1b497f9264b6193b9523542508c7c3e46070248ca4ed910d35809ce6e52caa60cbb31edb125c47221627eeda35c61bd0914b install : $(TARGET) From patchwork Fri Aug 9 11:23:13 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7951 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4WgM3x0rNNz3wwf for ; Fri, 9 Aug 2024 11:23:41 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4WgM3s3bJJz4Md; Fri, 9 Aug 2024 11:23:37 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WgM3s1m3zz3467; Fri, 9 Aug 2024 11:23:37 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4WgM3p5zdYz33LN for ; Fri, 9 Aug 2024 11:23:34 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4WgM3p0Xnzz4Md; Fri, 9 Aug 2024 11:23:34 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1723202614; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=YGr91sidhunC39ZirDOJfFL/TptRYPO4/kWJOOyhMD4=; b=MYTZAyEYF/M+s9eZ7q/6YXkmeXlwtCqlkeyoZVwlkitedOgO/6rlJWsX0FtJ9KQL+9gN14 aeBieOp9tEcWwxCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1723202614; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=YGr91sidhunC39ZirDOJfFL/TptRYPO4/kWJOOyhMD4=; b=WpaVneJYE9pP1zArAvXpKQeDT+OXdM4mGlaPy53JsuLP1L2wJZOzhRO6ZRkSm/G7REF6XG leFLSrzyMzeeq2zY4VSXSojcQd2pDB8B9kVZkGR+y3x+XPreWCj+Z+iBiLUytHxbm65tlk qyau99ueEjS3paB4pnSN+B9sMKKwu012sXVJxCed4EfsKN2XUlckCZgcTDg51XEfsFVJfI GrSXYkOG9Iy7dLBQS+MfW1CjxkV94Tqy0GX+4/NV+dboO5uw2zWmI5lsDQsWq5CiHPwPpy oqnGTTtSTII1sOQOx4My30PObkHJKtiosHdpFnpGkKS3WXC15etRmODNgrz1gg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 02/15] avahi: ship due to libcap sobump Date: Fri, 9 Aug 2024 13:23:13 +0200 Message-ID: <20240809112326.8475-2-adolf.belka@ipfire.org> In-Reply-To: <20240809112326.8475-1-adolf.belka@ipfire.org> References: <20240809112326.8475-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: OAZM6XLBM27LJ7NJGOUXSRV6PI2Q34GL X-Message-ID-Hash: OAZM6XLBM27LJ7NJGOUXSRV6PI2Q34GL X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Adolf Belka --- lfs/avahi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/avahi b/lfs/avahi index 1df11c70e..f2c08ada6 100644 --- a/lfs/avahi +++ b/lfs/avahi @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # +# Copyright (C) 2007-2024 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = avahi -PAK_VER = 14 +PAK_VER = 15 DEPS = dbus libdaemon From patchwork Fri Aug 9 11:23:14 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7953 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4WgM3z0Fhnz3wwf for ; Fri, 9 Aug 2024 11:23:43 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4WgM3v6K97z5dY; Fri, 9 Aug 2024 11:23:39 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WgM3v5rS3z345f; Fri, 9 Aug 2024 11:23:39 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4WgM3p6NY3z33ww for ; Fri, 9 Aug 2024 11:23:34 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4WgM3p284bz4Sd; Fri, 9 Aug 2024 11:23:34 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1723202614; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=SgvufFjx0c8+/Q/uxikonQkWCLB+WljQjCNh2efdS4c=; b=4MBYUcRSpOCYS9ziSaCi47MQasB1sDa8ohseyTC+oyZWdaOfMlSiqONXiQ8szZmcYPolJh c/8BUjXhPjlBvoDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1723202614; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=SgvufFjx0c8+/Q/uxikonQkWCLB+WljQjCNh2efdS4c=; b=N8Zp+ZKJgRZFbjEzdEXwW9vBhgZ4f47DpK3K/ieb9OcZKZWOqfFYa7qWCHzOm/rjMmTi0Z drMOerHAHQEid83daDkJI36lj/EiRHay8MATBEEuR7gK1p9WhJ8dVdNEbopqy51mngefr3 NOcxD72MXKG7Slgo35j2mN/zexO9EbqKfDaeZsr/A2/QviRHKOGaMmhOw8syUXb3M9fnWT 40526GgGWJ/VZhg1uzVxdjA3kiSmq5eEbamNvvf+rWXtKZ39Eu8XUnrt9doquM/tckq8fs MbTaHefQW0uwTNeQiOtDh58F3N9lwMubhKzrw1pON2iiCJNp9vWQVbTC+XDb3A== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 03/15] bacula: ship due to libcap sobump Date: Fri, 9 Aug 2024 13:23:14 +0200 Message-ID: <20240809112326.8475-3-adolf.belka@ipfire.org> In-Reply-To: <20240809112326.8475-1-adolf.belka@ipfire.org> References: <20240809112326.8475-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: DX7K47UPPAOELUHL67I5ZZW5RTRPCQDV X-Message-ID-Hash: DX7K47UPPAOELUHL67I5ZZW5RTRPCQDV X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Adolf Belka --- lfs/bacula | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/bacula b/lfs/bacula index f2a794a29..49a41e75d 100644 --- a/lfs/bacula +++ b/lfs/bacula @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = bacula -PAK_VER = 13 +PAK_VER = 14 DEPS = From patchwork Fri Aug 9 11:23:15 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7954 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4WgM3z5JcTz3x5y for ; Fri, 9 Aug 2024 11:23:43 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4WgM3w1jm9z5sK; Fri, 9 Aug 2024 11:23:40 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WgM3w17NVz33xS; Fri, 9 Aug 2024 11:23:40 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4WgM3p6j2mz33ww for ; Fri, 9 Aug 2024 11:23:34 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4WgM3p40XMz4TJ; Fri, 9 Aug 2024 11:23:34 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1723202614; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=P94SLO1TiyYsmtXGCpEUUJJfqXOumugN52ZOYKMKpo4=; b=3Mbfo6jsdbmuDg5gHbXVmyv2yF0VkTS06YCheWbQMMvur/KId0+Ufa2vckAnEMnxdV9Rsm b+4/QYMi2lQHJ4Cg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1723202614; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=P94SLO1TiyYsmtXGCpEUUJJfqXOumugN52ZOYKMKpo4=; b=dJMFmEZdbMB5Xg9RPYWVwEhfWTCXVq92yZt5XdJK2fQ0JxwaxUoKe4Z4xljxchxOUxD5aM BeOpxcxoVS9hzB5HFpvyz3qpUFCa3RCKh3djUuzvlBzAGeh/nhfv2eHJWwMmXQy0sXF+PB 5ds1OuJYStb3aeHW+i4/V5VJobGGsw5qvqRhi1WpNUfL4mRJU52t5gqnluUf6Y0ljqwywB g1nE07BdglWd2be7d1RLjl40+gqXI3WS6hpb/zDoJ5y9AOJ3DmKWbgroNjV88Y4MNSz9Mt x9VaeUhbpnPg9PWHLOYCbgKxWimhI1NOvhv4xHPyjEYaOK7BkHUcbwd9G3uC8g== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 04/15] cifs-utils: ship due to libcap sobump Date: Fri, 9 Aug 2024 13:23:15 +0200 Message-ID: <20240809112326.8475-4-adolf.belka@ipfire.org> In-Reply-To: <20240809112326.8475-1-adolf.belka@ipfire.org> References: <20240809112326.8475-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: RGSML3NQAMSIJPFWUYJJQCVIVIGKNU2G X-Message-ID-Hash: RGSML3NQAMSIJPFWUYJJQCVIVIGKNU2G X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Adolf Belka --- lfs/cifs-utils | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/cifs-utils b/lfs/cifs-utils index 9301caef6..7b8a39fcd 100644 --- a/lfs/cifs-utils +++ b/lfs/cifs-utils @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # +# Copyright (C) 2007-2024 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = cifs-utils -PAK_VER = 5 +PAK_VER = 6 DEPS = From patchwork Fri Aug 9 11:23:16 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7955 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4WgM401cKQz3wwf for ; Fri, 9 Aug 2024 11:23:44 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4WgM3x300Bz2SY; Fri, 9 Aug 2024 11:23:41 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WgM3x2VYdz33xN; Fri, 9 Aug 2024 11:23:41 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4WgM3p74Nyz33ww for ; Fri, 9 Aug 2024 11:23:34 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4WgM3p5Vj3z5M3; Fri, 9 Aug 2024 11:23:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1723202614; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VnJ+cjMoAD2874fVkr4zRw2mpSv+ahRmRxYtdNwVgA0=; b=dB0YXZIGNVeSXTY4tD6wzuQd4FZSq8WaJrg86+jt0EnhDYpgqz6oB43dAo4B8KY6NsS7e+ AfIRAjOSBhjTKqLhrYa9vyc853RmSc0kpXFMV+/BZUnW45ViOMTOX0P9h0EIkGekzEHv5w YgVuM5tLKyFp2oWk7gNSeZMg02GLfPnX7Gq3e6vFQt/5xGzm2D0hz8KLaDhBHsAKDwoDHj EgZLMUc9xZV4TDR/vsKeX4rvuiQOINYcsZkXAUTwfVa/xf5svJmtPk+raAG5t/LicpzTNQ O0c3nNjAR0mgxJWgAhPalPq1pvbo9MTEag9NJ0zz5uLOaOREyo0HeKyOQPYVWQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1723202614; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VnJ+cjMoAD2874fVkr4zRw2mpSv+ahRmRxYtdNwVgA0=; b=fNk4EnfAJWUiHUqKGz6LQwORYJfqlOuF1qHkiLxR+v4NFhiMfoRbs5R4HeMsSb9zOumVQJ uLvjYMjilhd4ztBg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 05/15] dnsdist: ship due to libcap sobump Date: Fri, 9 Aug 2024 13:23:16 +0200 Message-ID: <20240809112326.8475-5-adolf.belka@ipfire.org> In-Reply-To: <20240809112326.8475-1-adolf.belka@ipfire.org> References: <20240809112326.8475-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: KTLCONVUSXTFDVBCDQXEVVSMV3OWQQTO X-Message-ID-Hash: KTLCONVUSXTFDVBCDQXEVVSMV3OWQQTO X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Adolf Belka --- lfs/dnsdist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/dnsdist b/lfs/dnsdist index 5a8c0ac70..cc4138a91 100644 --- a/lfs/dnsdist +++ b/lfs/dnsdist @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # +# Copyright (C) 2007-2024 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = dnsdist -PAK_VER = 23 +PAK_VER = 24 SUP_ARCH = x86_64 aarch64 From patchwork Fri Aug 9 11:23:17 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7956 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4WgM410LTcz3x5y for ; Fri, 9 Aug 2024 11:23:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4WgM3z5pZ2z5dG; Fri, 9 Aug 2024 11:23:43 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WgM3z4rVkz33yl; Fri, 9 Aug 2024 11:23:43 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4WgM3q1gD0z33ww for ; Fri, 9 Aug 2024 11:23:35 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4WgM3p70tWz2VB; Fri, 9 Aug 2024 11:23:34 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1723202615; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HDV/pDj6CzYE4O+PE5hwPynzm18xgFWb6VURZwa66Dc=; b=rhZa6qn58YAAZBPiCq7e6jOCDQkrpaAw6giWiNl0/l8byP3hHtLB4znck5DXwcMGu7YcCT 37Uq+0deXT+otcBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1723202615; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HDV/pDj6CzYE4O+PE5hwPynzm18xgFWb6VURZwa66Dc=; b=iI1WMyA0CSVt+AlpeIGQm17QmBKttfb2QowDEQwh8SIHzwfyaWXGhvv3Fx8bvyma6DYAyx Dp0hJ1vIINozp7xmrDoyRawoe6aVcmlY9mYL1kYcXKdZST1/qHg3i7SSxk+qxaMeaaDfN4 forEehdUhb4F1uHoPizX9Q7cPHfVx5ykgUPK4k2twULTnRhB0Y7rLKJ1S9/YDxNkkCVmE3 7nYRbXbOXcy7B312xZ8pVA31KstrpVpHgZ1lJ3nrct4IEtsp+nABsqqGcKuUyY8bolBXDq sxC6r8sX/Vf8oZwsFT5x8JCeOiGktAzOHJgF0sgb/Gv7+OAvlhlMRuj7L8BBvA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 06/15] freeradius: ship due to libcap sobump Date: Fri, 9 Aug 2024 13:23:17 +0200 Message-ID: <20240809112326.8475-6-adolf.belka@ipfire.org> In-Reply-To: <20240809112326.8475-1-adolf.belka@ipfire.org> References: <20240809112326.8475-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: IRGWMH3VQYNJFKUGIXZPNMTTYUSA4Z3O X-Message-ID-Hash: IRGWMH3VQYNJFKUGIXZPNMTTYUSA4Z3O X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Adolf Belka --- lfs/freeradius | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/freeradius b/lfs/freeradius index df59bd63b..3b715b32c 100644 --- a/lfs/freeradius +++ b/lfs/freeradius @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = freeradius -PAK_VER = 20 +PAK_VER = 21 DEPS = libtalloc samba From patchwork Fri Aug 9 11:23:18 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7957 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4WgM4163RGz3xGD for ; Fri, 9 Aug 2024 11:23:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4WgM4103dLz2VB; Fri, 9 Aug 2024 11:23:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WgM406gwtz33yl; Fri, 9 Aug 2024 11:23:44 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4WgM3q3Rs5z33ww for ; Fri, 9 Aug 2024 11:23:35 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4WgM3q1fx7z4Sd; Fri, 9 Aug 2024 11:23:35 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1723202615; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=b38VqBwlFLrZvcHLieY1clwom3UOsdgXIjSt7rtjUt4=; b=EJBxRt3vcv4qgmQmDWo16Z4tnAhJei8/QtGBvRQdQt07dwk4CwzuXLBENBhHGnsWYglF5L 9cDkgqaoOuW8xZAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1723202615; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=b38VqBwlFLrZvcHLieY1clwom3UOsdgXIjSt7rtjUt4=; b=cwvWA0SGH3vroH1Lan9M2LzpdpF/y7MqJwcNmJiSyau0ECyIlO3TJOWvKYsS+RA696Cp4h NJ/jQDUauzFG/TE+RQI1zSnvOJ7OM53ur4xhfDTua2S8ileAbim17ZqXLpTzQ4yXvvK99m WO8oCTZAOySEO/5CVUhQDkHB41GqG98aSf5WmjZSeDYaR4onME6Gz4Zi5Z6MiIZnjpPCy0 OJ9gVoqGH9FPlorMDMVzl3viR7QZocLxRgWtUn423Tj/GJXbUyfIZrbKNUSNqyugicTB0k kap1jVKBKDqvDYqYCi+0fpYa0+8e98KWCZ9Q9TayIoD8ktGuZ/kfHWA+oaKk1w== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 07/15] frr: ship due to libcap sobump Date: Fri, 9 Aug 2024 13:23:18 +0200 Message-ID: <20240809112326.8475-7-adolf.belka@ipfire.org> In-Reply-To: <20240809112326.8475-1-adolf.belka@ipfire.org> References: <20240809112326.8475-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: AHV2PHVIAE3GVTMFO5PBNBGSITICH23M X-Message-ID-Hash: AHV2PHVIAE3GVTMFO5PBNBGSITICH23M X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Adolf Belka --- lfs/frr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/frr b/lfs/frr index ea5a6b9e9..943e06b2e 100644 --- a/lfs/frr +++ b/lfs/frr @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = frr -PAK_VER = 9 +PAK_VER = 10 DEPS = From patchwork Fri Aug 9 11:23:19 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7958 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4WgM423TrSz3wwf for ; Fri, 9 Aug 2024 11:23:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4WgM411sjVz60q; Fri, 9 Aug 2024 11:23:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WgM411L6Dz33wg; Fri, 9 Aug 2024 11:23:45 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4WgM3q5D9Sz341M for ; Fri, 9 Aug 2024 11:23:35 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4WgM3q3RXZz2VB; Fri, 9 Aug 2024 11:23:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1723202615; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=sGgm3m2497EraIu/i+HE2cAfhtYAB+HPoxt14kqbLj8=; b=v3xv5QP/gt9QepBcBnMI6BDi0D4cS3jAG/lSoIVztqiLQ6ByY7sELh4EuLatUcQJ6Q/wGM LbovNxocdjx8xoT2+0N+lYp2Fn9Jn5kn5AHiZIL7HxpaOBkT5C+pJ0bsIe/YOSquqXDGJG SNEf6d/xp4RKIYCFaSK/jww7wOIU4WsKdABv5dVyFmFxl07Q0ryR1uKWYfIgoENhe/vfLd 94dNiLFy35CxYo0cJ9ddLGyfMualtpL1hRX9z9v0jBZeDBZA6F0B0uYj2IR40i93D6iy44 QRp+GyP8gtP/e3E5c+7aFxKBA0ekiCfFQ9GH2VjZJy23fXE6kmKiNp1PS2HECA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1723202615; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=sGgm3m2497EraIu/i+HE2cAfhtYAB+HPoxt14kqbLj8=; b=WwjSObxsnqeWZRyYSKMfHMAMt5zL+gFbFKFMg/bBEAV1bMYCoJWZGKNbL73hsUzpyYv5Zv lhirR/2p1ZsKhLBQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 08/15] htop: ship due to libcap sobump Date: Fri, 9 Aug 2024 13:23:19 +0200 Message-ID: <20240809112326.8475-8-adolf.belka@ipfire.org> In-Reply-To: <20240809112326.8475-1-adolf.belka@ipfire.org> References: <20240809112326.8475-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: OFNBVDJGIJJ2REV6RHU3DZHVXWQJPLVY X-Message-ID-Hash: OFNBVDJGIJJ2REV6RHU3DZHVXWQJPLVY X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Adolf Belka --- lfs/htop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/htop b/lfs/htop index d2df29082..57f81a898 100644 --- a/lfs/htop +++ b/lfs/htop @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = htop -PAK_VER = 21 +PAK_VER = 22 DEPS = From patchwork Fri Aug 9 11:23:20 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7959 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4WgM432Q3wz3x5y for ; Fri, 9 Aug 2024 11:23:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4WgM413BVPz60R; Fri, 9 Aug 2024 11:23:45 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WgM412hnZz340x; Fri, 9 Aug 2024 11:23:45 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4WgM3q6kRVz340m for ; Fri, 9 Aug 2024 11:23:35 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4WgM3q5F7Lz4Md; Fri, 9 Aug 2024 11:23:35 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1723202615; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=9yiJL2G8wOB+n2ULPrYdtacfmjXPNXQyypu01pINJUM=; b=IYyhMAfgO6137Da+O6sTdvXueSJB4Z5PxR0m0bdgVcYCI7Rlu6jaUrb781vXr1DcLZAhcP Nj5QIL6q3cw6+uAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1723202615; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=9yiJL2G8wOB+n2ULPrYdtacfmjXPNXQyypu01pINJUM=; b=gv3t49DpOpTgQUUSEfYfxaVysPyDXD/U9yLE8W57+X3DjrB7kd6Xtw6VvJjv/T3L4Y0dxq ivmFFMg53Dcq27+H9SihZrpuj6ylxqkp2tNPOyFlC4cAU3kUa3vQmz6vwplO0zmSEN5ZFm INRibqRaCE9RJ52mGZDy9sq4TB/A83OVnfhvDEWQlUj+q0DeUKc7gbzu7Pn1WiIvI6JWMj 5HYa0jXzKezYLFGGUFZr1VhxKWbGgTR3Rrsk6OK+EPGi6L91rDbiWH7cyyOY8DHIB1VHS6 4wSUD96XONZ/wb9iHLWB/5PQWnMtcdLkQuX/+7z0pHT9g3ikq8fmFGcnPhlb2Q== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 09/15] nfs: ship due to libcap sobump Date: Fri, 9 Aug 2024 13:23:20 +0200 Message-ID: <20240809112326.8475-9-adolf.belka@ipfire.org> In-Reply-To: <20240809112326.8475-1-adolf.belka@ipfire.org> References: <20240809112326.8475-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: MQKEP3NTJS2XKAUELAUPOQVIBT6VJGHI X-Message-ID-Hash: MQKEP3NTJS2XKAUELAUPOQVIBT6VJGHI X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Adolf Belka --- lfs/nfs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/nfs b/lfs/nfs index 713dbeacd..9e6130871 100644 --- a/lfs/nfs +++ b/lfs/nfs @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # +# Copyright (C) 2007-2024 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = nfs -PAK_VER = 22 +PAK_VER = 23 DEPS = rpcbind From patchwork Fri Aug 9 11:23:21 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7960 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4WgM436GrSz3xGD for ; Fri, 9 Aug 2024 11:23:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4WgM424dx9z3rY; Fri, 9 Aug 2024 11:23:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WgM42471Tz33wg; Fri, 9 Aug 2024 11:23:46 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4WgM3r12crz345f for ; Fri, 9 Aug 2024 11:23:36 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4WgM3q6jt8z2VB; Fri, 9 Aug 2024 11:23:35 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1723202616; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=mB4aJ5SAcHhurRUIxs6cn/tYG7oN3KIKVlsJiV03WUc=; b=jItlhPzOJBgdGfGAy/fRhHDV1YiyEneqbwsYWET03EUj+kWidQkyTreQaTqUvOoH0UOGJu XucOMLR3l7k0blAQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1723202616; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=mB4aJ5SAcHhurRUIxs6cn/tYG7oN3KIKVlsJiV03WUc=; b=fGYl6rU5OffWuYQMw9LyHU+ghAiiLZW+Fxr2v4FpOJkdkN3hfXLQjdZ+w7RO+L9+2JRYGc XNGRtJv9kI/z90Tnfi91nSs5CmysASdd+3WXVKxShuVoyeyURkkAxxzCwBB9wXXiLPJ7jY xVsYP5Y1vy4vNZVmr5+PtT7QgO8HQnNpWuL9MUxTcxeqU5ctuD/iVKMa+gCqwcvImHvWip VzL5mWJTe/pdprLazXPceVwJc5EOvwLh1/NcDvHDud+ofQOFNap67fiGcgZuPSopDPay96 tVF98CNODU3ExOuelvPcDhSQ7cclh45+emhnYAgjA7KioQeeVEWPyESVK6XBxg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 10/15] rng-tools: ship due to libcap sobump Date: Fri, 9 Aug 2024 13:23:21 +0200 Message-ID: <20240809112326.8475-10-adolf.belka@ipfire.org> In-Reply-To: <20240809112326.8475-1-adolf.belka@ipfire.org> References: <20240809112326.8475-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: GS2SR5KDIWTMV2MB4O6O44JG4TEQI7VG X-Message-ID-Hash: GS2SR5KDIWTMV2MB4O6O44JG4TEQI7VG X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Adolf Belka --- lfs/rng-tools | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/rng-tools b/lfs/rng-tools index fb0d729e3..07b658d05 100644 --- a/lfs/rng-tools +++ b/lfs/rng-tools @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2023 IPFire Team # +# Copyright (C) 2007-2024 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = rng-tools -PAK_VER = 4 +PAK_VER = 5 DEPS = From patchwork Fri Aug 9 11:23:22 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7961 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4WgM4527nzz3wwf for ; Fri, 9 Aug 2024 11:23:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4WgM446pZlz4Md; Fri, 9 Aug 2024 11:23:48 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WgM446HrPz33ww; Fri, 9 Aug 2024 11:23:48 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4WgM3r2pLpz345f for ; Fri, 9 Aug 2024 11:23:36 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4WgM3r13rsz4Md; Fri, 9 Aug 2024 11:23:36 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1723202616; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8BpZ8EUbyXv+kwtHR/ZRDl9oeGUWB35aaMGVNvRM9VA=; b=3SEcIFtAQFrAPGrxdRocXjfUg77jA9k6drCndWwLJuvla3a/7b+NoFywWhBICPK0jyru/V 9q/yST7rc8hkP7CQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1723202616; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8BpZ8EUbyXv+kwtHR/ZRDl9oeGUWB35aaMGVNvRM9VA=; b=lRk+/QqVLSNelV8N1cGc+PE2tzvak667n+deHaq/BZJ/XRPaVGVmr3HtJMIEUFxvS9+LFf Qzlpl08Uz94G9KM3m4zsqgGhBo7skO9D53Zyz7i109UpHekYKnQAWqkDtcekWJaJXzt5ju hEbaU1FvTbnUHnndSf9YD9R0PBmShJsmPtejRPlf0v6NPCcqhg4TM5CCRlESVegk1f1NkW R70z2mdHPtZU24iYK2rV9exUNkbpo+L18mPhbvX3LdrlmwQC5R1ZDv+Bg41pzcKTme6r6v YalxDZC70/Hu8LWPgVH78qflJr3qPGA1aV05G5A5bbrBEqKjUAR/VD5Qvaalog== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 11/15] samba: ship due to libcap sobump Date: Fri, 9 Aug 2024 13:23:22 +0200 Message-ID: <20240809112326.8475-11-adolf.belka@ipfire.org> In-Reply-To: <20240809112326.8475-1-adolf.belka@ipfire.org> References: <20240809112326.8475-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: JCMTUFWCAZERPDZSBGMRISXSEMXHE4EB X-Message-ID-Hash: JCMTUFWCAZERPDZSBGMRISXSEMXHE4EB X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Adolf Belka --- lfs/samba | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/samba b/lfs/samba index 05b9725c8..078c27d78 100644 --- a/lfs/samba +++ b/lfs/samba @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = samba -PAK_VER = 103 +PAK_VER = 104 DEPS = avahi cups perl-Parse-Yapp perl-JSON wsdd From patchwork Fri Aug 9 11:23:23 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7962 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4WgM454xYTz3xNC for ; Fri, 9 Aug 2024 11:23:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4WgM450zHgz5pm; Fri, 9 Aug 2024 11:23:49 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WgM450RLcz340x; Fri, 9 Aug 2024 11:23:49 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4WgM3r4bXLz345f for ; Fri, 9 Aug 2024 11:23:36 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4WgM3r2r3Qz2VB; Fri, 9 Aug 2024 11:23:36 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1723202616; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ZF1wr1dBGhb+PrOsRUlyaY5fWgHOAC9sYtGXyWQx+VM=; b=D4JusiNOoL+5VnJLU25PLE2yxTRBqZ6l/EqLOwThq0ZElFdugR9mjycK+vWJm1W9q09CeI /bbPIoGbwFh5CEDQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1723202616; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ZF1wr1dBGhb+PrOsRUlyaY5fWgHOAC9sYtGXyWQx+VM=; b=ef7Ypavl4mLXAO1jrTvUST0VONbfLqZn4ZVtXo4TCptEqfF+UEGMYTxfdD7ZenvYpRqPNc hW/XxlnIK6H3mvGOStYyNfFoJujZwQat9E9neN5SwypoXwOGPE8LqAusa5Zz/r97z/5ANw QZoNErtJ01opqMgZJqnamLKlsqfyMsZGhYZ8ZTV2qHl7tOz8Cm3V2Hqc6LkVXzPmpzYawI BsziYTnbQPeW7P8N8dIjyuRJ3jTUIhn1sTNDInu1yPrCdFYKrI1i8EOJyF6WXjPxA5lppf jyMlW8TQRovbyn677IsBUIBUvAforFUrUu/5CFHMSv7ohF7oP0X5lC1lfIfE2Q== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 12/15] tor: ship due to libcap sobump Date: Fri, 9 Aug 2024 13:23:23 +0200 Message-ID: <20240809112326.8475-12-adolf.belka@ipfire.org> In-Reply-To: <20240809112326.8475-1-adolf.belka@ipfire.org> References: <20240809112326.8475-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: FCGHKJQOF3X4D4UGFZIGLEGQJ5VBPIEF X-Message-ID-Hash: FCGHKJQOF3X4D4UGFZIGLEGQJ5VBPIEF X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Adolf Belka --- lfs/tor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/tor b/lfs/tor index 7659c5212..ebfc9fc30 100644 --- a/lfs/tor +++ b/lfs/tor @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = tor -PAK_VER = 86 +PAK_VER = 87 DEPS = libseccomp From patchwork Fri Aug 9 11:23:24 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7963 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4WgM466bQ7z3x5y for ; Fri, 9 Aug 2024 11:23:50 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4WgM462Mb7z4RY; Fri, 9 Aug 2024 11:23:50 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WgM461wHJz33xN; Fri, 9 Aug 2024 11:23:50 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4WgM3r6MS6z345f for ; Fri, 9 Aug 2024 11:23:36 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4WgM3r4bwLz4Md; Fri, 9 Aug 2024 11:23:36 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1723202616; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=mXucv/Jna5ZwvIVmWF+TvZnOTOtp7GpHV3lHCLXtwds=; b=5PEuBcypK1PL9F0h8ZJVqq3nYI+GDjrkhgYnOmIky25UwMUhVBC4ykt4uyY8iGxTKrVt8n kNYP/P5L1a/FnuAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1723202616; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=mXucv/Jna5ZwvIVmWF+TvZnOTOtp7GpHV3lHCLXtwds=; b=snzQCVzezWh/l2o74yikgjywROJD+/c/50jerfqcflfrrH467kMquQqTfKy/SxgnA6rfIN alke7wAfo8wZ5K1hKCy8fcvjG0ysNDYOzBD72+zm6byQ2W9lgr/55jwnv8yAD5HJ31jPWb jdVm1r0VNoJ4E9rdy4FiLa8ByIl//kp0twpIuO45oGLa1DZY9z83Js+oJjKl/zNk+vg2ET 8yZ4q77NgxL9LnaJMzW2w/tLKI5atNXyhxe+ud9CtruAlgWG9BgZNH4Dp7ase6Yf5ghPFp XmzbafTET25CoptWUUN2/cWQVFy2aaz0hZe7MCXf5fLJqvM6BQmTvmILgHWrwQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 13/15] tshark: ship due to libcap sobump Date: Fri, 9 Aug 2024 13:23:24 +0200 Message-ID: <20240809112326.8475-13-adolf.belka@ipfire.org> In-Reply-To: <20240809112326.8475-1-adolf.belka@ipfire.org> References: <20240809112326.8475-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: 4KTBNEXURE3FOCNWTWHNG6PVMMSYITYC X-Message-ID-Hash: 4KTBNEXURE3FOCNWTWHNG6PVMMSYITYC X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Adolf Belka --- lfs/tshark | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/tshark b/lfs/tshark index 7156476d1..2d02eb748 100644 --- a/lfs/tshark +++ b/lfs/tshark @@ -35,7 +35,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = tshark DEPS = c-ares -PAK_VER = 17 +PAK_VER = 18 SERVICES = From patchwork Fri Aug 9 11:23:25 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7964 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4WgM480Yb4z3wwf for ; Fri, 9 Aug 2024 11:23:52 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4WgM474FPcz5SL; Fri, 9 Aug 2024 11:23:51 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WgM473gxWz33wF; Fri, 9 Aug 2024 11:23:51 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4WgM3s0ztnz33ww for ; Fri, 9 Aug 2024 11:23:37 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4WgM3r6Ml9z2VB; Fri, 9 Aug 2024 11:23:36 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1723202617; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=KVtofVdhSEYp/qLtRrYK9B27jsvI6PZZKHYyjMlqANg=; b=ZP6l/kHdcVnu64sJT2Vlj3exLcXKlbm5v7vOm0nhnpCeeQZzlTeCKLIxP/kfhskGI9Rbkz pvI/HLTC5rmnfrBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1723202617; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=KVtofVdhSEYp/qLtRrYK9B27jsvI6PZZKHYyjMlqANg=; b=bJF0mV2wfVWu7TMueVtBxJloAYt1TN2MMP9XnZCu6sqOihTkMMwEP4EQM3pa02U+kmgd82 iquLMn0I7EtXIsSFtgIfIdFrQIvgLydUanSWxQTd2s74DdikERIxB5drLLr3uDtth6BfLU +5L+essMwB6FNA3vau9obktwJtMHi28aLWqvx/3k9wwz7Ex0pIeIHtoSQvy7WH6ldMYtUm C/TNK5/uNAAa9fm9aTGVZHitltFLW05mmjf9EDC0F2eeJRWKNYgpKCzkJAzMjma90j8qbo qATsM8rF3lTTyQKqCd5T0f9IHf7KSaVPMVRyi26bm3inEC8uvZ5vpvSyXkovCQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 14/15] vdr: ship due to libcap sobump Date: Fri, 9 Aug 2024 13:23:25 +0200 Message-ID: <20240809112326.8475-14-adolf.belka@ipfire.org> In-Reply-To: <20240809112326.8475-1-adolf.belka@ipfire.org> References: <20240809112326.8475-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: BCMPAICPZXODXB74FPW4I237ZT5YVM57 X-Message-ID-Hash: BCMPAICPZXODXB74FPW4I237ZT5YVM57 X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Adolf Belka --- lfs/vdr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/vdr b/lfs/vdr index 41dd4e92d..c0333ee5f 100644 --- a/lfs/vdr +++ b/lfs/vdr @@ -39,7 +39,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = vdr -PAK_VER = 17 +PAK_VER = 18 DEPS = vdr_streamdev From patchwork Fri Aug 9 11:23:26 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7965 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4WgM483WRSz3xGD for ; Fri, 9 Aug 2024 11:23:52 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4WgM475dvBz60t; Fri, 9 Aug 2024 11:23:51 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4WgM4757x5z33yl; Fri, 9 Aug 2024 11:23:51 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4WgM3s32G1z346j for ; Fri, 9 Aug 2024 11:23:37 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4WgM3s10ndz4Md; Fri, 9 Aug 2024 11:23:37 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1723202617; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=qgpIyK1jZRCnurWBGw8N0/eov4QT7ZXQxwf8CTxPu18=; b=PpTofqbXvDVJ1R4SS1zE8WpvM/FwQXlEfkSSX7hzNxu7Hzf7A37Hv3bsA9oK3acRoS8rTR yijAaSAC4zCKWDCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1723202617; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=qgpIyK1jZRCnurWBGw8N0/eov4QT7ZXQxwf8CTxPu18=; b=g57QTOLmk3/8YkxEnGAVPeBTKK7UTB55s8X4ZEPPjn8zVwJJjlNhvNKAtEebonvkv+QxL5 VMPFt2miNe7cCgkWMBp+kgouswFhr08uJtUff6OmjsuXntRcMRLxwF4GcDu6jrWAsrrrNi RcCz4U9OeqQdkSVD1uAhyeen4UfC0zSd9VcnHJfYGQiQMfyNjunxh9Dmsw1TrjYOMUhaGK UdL3dBjlJpPJQwpLP7Q4Rt1oh9cJR+Vc37nVtokNSPuZmitTBKkT16H+T/qbm2LLA85++4 /sbEl2ClxutbN7ZA8Lt/XyYoFYK50jOv/xZ/q2XlKns6wuVJC0ZXXI1Fry6RHg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 15/15] wavemon: ship due to libcap sobump Date: Fri, 9 Aug 2024 13:23:26 +0200 Message-ID: <20240809112326.8475-15-adolf.belka@ipfire.org> In-Reply-To: <20240809112326.8475-1-adolf.belka@ipfire.org> References: <20240809112326.8475-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: AZLIUG3IMSKWKLPUQWKDDQUL75WVSC7Z X-Message-ID-Hash: AZLIUG3IMSKWKLPUQWKDDQUL75WVSC7Z X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Adolf Belka --- lfs/wavemon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/wavemon b/lfs/wavemon index 1de2f9fab..c7a606752 100644 --- a/lfs/wavemon +++ b/lfs/wavemon @@ -35,7 +35,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = wavemon -PAK_VER = 3 +PAK_VER = 4 DEPS =