From patchwork Tue Jun 22 19:47:52 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4459 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4G8cPt1R7Qz3wwK for ; Tue, 22 Jun 2021 19:48:02 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4G8cPs1CxFz176; Tue, 22 Jun 2021 19:48:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4G8cPr6HPCz2yTZ; Tue, 22 Jun 2021 19:48:00 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4G8cPr15Xwz2xB7 for ; Tue, 22 Jun 2021 19:48:00 +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 4G8cPq2Wdrzxx; Tue, 22 Jun 2021 19:47:59 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1624391279; 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=gLObN2rBDEgITYydCPvzsd8Nq+p5ssiGBHYhJxOYBv0=; b=3CwLJORfnP95V59iUpI7GBKM9BSFXBtx2HPV7K1yaqOHfFLzVP5EoRbdKxXwmKUJ33hs1j w5GyKLS4p2BFysAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1624391279; 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=gLObN2rBDEgITYydCPvzsd8Nq+p5ssiGBHYhJxOYBv0=; b=QUY2XiNK2LZhjScAH4nAarySk5iVta/Qp+YoNKWkXGlJjTx0uFsbkNlPRTXjwAqNdcccRo FLdche3YkIxdltsOdEE75uQ7mK3RAxcdbGyUf5LL+ierhy9STfNc3Bqh0ZxbXOsksOd3z7 kId6M7BbIpP3ilZlk6uUVicaaFo2COuM34cHRqIQjvIIwXsHQRe+fN5X0WwrC+f9limfOv yuVNJwj2mFvHchL0+q4JkDJJbJBrF5P0hHKG1LF/kDO3L7g9DVP6kcGk/YAO/gK80frF3N OdOq6SiSrqP+oUUyxVMXUbx3GnA9GhL4BWT86Ri6Et/1SpKfrB1fXQ1UQnuCyQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] Unix-Syslog: Update to version 1.1 Date: Tue, 22 Jun 2021 21:47:52 +0200 Message-Id: <20210622194752.1559215-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.100 (2002) to 1.1 (2007 - latest version) - Update rootfile - Changelog 1.1 Sun May 18 21:13:38 2007 - Released version 1.1. - Clearly marked MSWin32 systems as unsupported. (How do 64bit Windows system identify themselves?) - Fixed bug that caused Perl to segfault when closelog() was called before openlog(). 1.0 Tue Oct 2 22:22:43 2007 - Bumped version number to 1.0. - License has changed to Artistic 2.0! - (Syslog.pm) Get rid of `require AutoLoader', which was wrong to begin with. Signed-off-by: Adolf Belka --- config/rootfiles/common/Unix-Syslog | 2 -- lfs/Unix-Syslog | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/config/rootfiles/common/Unix-Syslog b/config/rootfiles/common/Unix-Syslog index 8de359e0f..c95d58b10 100644 --- a/config/rootfiles/common/Unix-Syslog +++ b/config/rootfiles/common/Unix-Syslog @@ -3,7 +3,5 @@ usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/Unix/Syslog.pm #usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Unix #usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Unix/Syslog #usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Unix/Syslog/.packlist -#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Unix/Syslog/Syslog.bs usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Unix/Syslog/Syslog.so -usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Unix/Syslog/autosplit.ix #usr/share/man/man3/Unix::Syslog.3 diff --git a/lfs/Unix-Syslog b/lfs/Unix-Syslog index 089584b6e..11b2289ae 100644 --- a/lfs/Unix-Syslog +++ b/lfs/Unix-Syslog @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2021 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 = 0.100 +VER = 1.1 THISAPP = Unix-Syslog-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 655d2e04a043b3e92d1bb47caf8e8a3b +$(DL_FILE)_MD5 = 73d78e309fe9508ffc9a54d84d79aac9 install : $(TARGET)