From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZsqDL3Z4Kz2yfD for ; Wed, 7 May 2025 09:08:02 +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 "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZsqDL3Rx7z2yTm for ; Wed, 7 May 2025 09:08:02 +0000 (UTC) Received: from people01.haj.ipfire.org (people01.haj.ipfire.org [172.28.1.161]) (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 "people01.haj.ipfire.org", Issuer "E6" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4ZsqDL12J6z2nG for ; Wed, 7 May 2025 09:08:02 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1746608882; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=d7JpeKjVdyaQEPPJJJMPgiPg8EDrqcjbMCdx47dxBaY=; b=TqiQLnvEF8N1MRfVIw/qMsM94FfWcF98iJcFafuzHMWXb7gzTmHhhFlYktiQ4DlvhmiGwU 1ijtrkpg5KNjhCCQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1746608882; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=d7JpeKjVdyaQEPPJJJMPgiPg8EDrqcjbMCdx47dxBaY=; b=mqGqJil1uqBC7vVveGr9/G/Dsz0Tbz1QNbU4ohWF/GLuFAdijjF7u4gewNAgV8A/5f/GOr uvgyhMjjrTiBlVeppmi8b7wQKRT6YFgRzMPCvQVcaVxubExB6VVXZ/9HEOi3WB1tkvSyTG fgYQcc1KD/KI2yIX2qFkizGFWNmI7+zS/77zlfxbdOYYUlLi5N7E5Zll7vXiDfJsDXFo0B lDbyZy40Vn3Ljb7CtTAiTyryPoM8g6XInA7CB7Wpm9fkp4jSb6syrz7Ml0i8hmvJ8VKZeE 3V5HV8bpXG6oIb8gNP5vpSxM8O0rxP9/DTlYieJrO+atUFiB+X1oX42ZLN9GGg== Received: by people01.haj.ipfire.org (Postfix, from userid 1000) id 4ZsqDL0fF0z2xKQ; Wed, 7 May 2025 09:08:02 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree tag, v2.29-core194, created. 262809b881398c77f31d73a06f4b51461820fe85 X-Git-Refname: refs/tags/v2.29-core194 X-Git-Reftype: tag X-Git-Oldrev: 0000000000000000000000000000000000000000 X-Git-Newrev: 262809b881398c77f31d73a06f4b51461820fe85 Message-Id: <4ZsqDL0fF0z2xKQ@people01.haj.ipfire.org> Date: Wed, 7 May 2025 09:08:02 +0000 (UTC) From: Michael Tremer Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The tag, v2.29-core194 has been created at 262809b881398c77f31d73a06f4b51461820fe85 (commit) - Log ----------------------------------------------------------------- commit 262809b881398c77f31d73a06f4b51461820fe85 Author: Adolf Belka Date: Thu May 1 09:41:03 2025 +0200 core194: Fix cert name and change other check to ! -s - This v2 version corrects the b! -z to ! -s - Error in hostcert extension - -z is for use with strings and not with files. This should have been ! -s. Thanks to @Nick for spotting this and flagging it up. Th ! -z would do the test against the filename string and as this doesn't change then it would always come up true. - I thought I had tested the original patch of this change but obviously not because there was missing whitespace and filenames not quoted plus the fixes I have added in this patch. - I definitely tested this out this time by copying it from the update.sh and applying it to my vm system. I have also tested this out with the hostcert.pem file present and not and with the index.txt file empty and containing something. This now works as it should, which is to only carry out the edit on the serial file if the hostcert.pem file is present AND the index.txt file is empty. - I clearly need to look more carefully at and test even more carefully at any bash statements that I put together. Tested-by: Adolf Belka Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer ----------------------------------------------------------------------- hooks/post-receive -- IPFire 2.x development tree