From patchwork Mon Mar 22 07:25:29 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 3963 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4F3mHm0F1sz40Qq for ; Mon, 22 Mar 2021 07:25:40 +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 ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4F3mHf5g2Hz5Py; Mon, 22 Mar 2021 07:25:34 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4F3mHf2ctnz2xyg; Mon, 22 Mar 2021 07:25:34 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4F3mHd0Nq2z2x9X for ; Mon, 22 Mar 2021 07:25:33 +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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4F3mHc39Dmz5Nt; Mon, 22 Mar 2021 07:25:32 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1616397932; 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=+g5HegOpNa1jVRQSIO634bNAN1OpxqbTEdU/zjiv+PM=; b=RD1mC1h4pDZxGOI7mQEEF+/GkF3gCEaUEtoFFESbx8nTq7i+KKHs/dxV7T7ZPhjmwtTE88 1Bv0Zt3H++uoDyAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1616397932; 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=+g5HegOpNa1jVRQSIO634bNAN1OpxqbTEdU/zjiv+PM=; b=S/R2eZe7nYhiqQZJPqgyJ+hly/otoqesnJYmJFba8IOcs1NYY58EHZEgcZ9oSmGmhrLFbX ho0BRIhjPq2jZPF9MToimopj71mJS6S7NnqBv6MUshL/FCc5oSEwVKDvQdq8/Pwz3/xeEN gq49PJYpVcgzPtL9pL8esB4WNBMo3/BXntyvzkB8Y7R5iKjcnW02I6ucbfm89RJknKGdkz tOKKP+ClZbgegxdJfFGc7FENUGwYaOrdo4bKy315gU54ZcxwL2a/2xeRSiZd2jWxbpTI6v IPkM9aQDCtDdsZB1N5TKurEgQ5A3B/saXH8vl+DD3JHWjL6+gK2nhYKK+PHxFA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 5/5] perl-File-Tail: Update to 1.3 Date: Mon, 22 Mar 2021 08:25:29 +0100 Message-Id: <20210322072529.1229-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from 0.99.3 to 1.3 - No update required to rootfile - perl-File-Tail is a dependency of the swatch addon - Changelog 1.0 Actually just two minor bug fixes (one of them in a test), but I no longer see a point in not having a 1.0 version. 1.1 Lee Duncan drew my attention to Stephan Muller's fixes for Windows compatibility Changed the use of the system's mv command to using File::Copy in the tests. (Steffen Mueller) Added machine-readable license statement to Makefile.PL and thus META.yml (Steffen Mueller) The sixth test in 10/open.t is skipped on win32 because you can't just move files around that are opened. (Steffen Mueller) Due to using sysread and friends, there were newline problems on win32. That should be fixed now. (Steffen Mueller) 1.2 Break the infinite loop that can result when the average length of lines causes the attempt to fill the tail buffer to fill with the exact same or even smaller number of lines. 1.3 Fix for a stupid bug in 1.2 (GFILATOV, Slaven_Rezic) Added a warning for use of debug in a non-debug version of File::Tail Shows a warning when maxbuf is set to a too-small value Invoking name_changes callback changes the value of input attribute (sottile@ix.netcom.com) When deciding to reopen the file, check if the inode matches (that would mean it has not been ranamed) Signed-off-by: Adolf Belka --- lfs/perl-File-Tail | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/perl-File-Tail b/lfs/perl-File-Tail index c9b4cbde4..fb82d4e78 100644 --- a/lfs/perl-File-Tail +++ b/lfs/perl-File-Tail @@ -24,7 +24,7 @@ ############################################################################### include Config -VER = 0.99.3 +VER = 1.3 THISAPP = File-Tail-$(VER) DL_FILE = ${THISAPP}.tar.gz @@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = perl-File-Tail DEPS = -PAK_VER = 4 +PAK_VER = 5 ############################################################################### # Top-level Rules @@ -43,7 +43,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = ef0fb7bcb4181ba593f4a09940f61d1c +$(DL_FILE)_MD5 = 252635f89ec18cb871c0b45ed64b3f63 install : $(TARGET)