From patchwork Wed Mar 24 11:37:12 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 3977 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 4F55nV0swTz3xCX for ; Wed, 24 Mar 2021 11:37:34 +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 4F55nS45xmz9k; Wed, 24 Mar 2021 11:37:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4F55nS0mzrz2y0p; Wed, 24 Mar 2021 11:37:32 +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 4F55nQ5sKHz2xy4 for ; Wed, 24 Mar 2021 11:37:30 +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 4F55nQ2H5bz13 for ; Wed, 24 Mar 2021 11:37:30 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1616585850; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=i6myCeXiK1lp9GrEg1T+Pe6ksDQuvOcbNb9JUu17+Tg=; b=N3elCUtdjvMAJdATb21Ndj0iV7o8WCd6+SrURzcc8688iwE+yzjlgYXFmbksiazzN0Gw5f sMQ5lkHsO6GUiLAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1616585850; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=i6myCeXiK1lp9GrEg1T+Pe6ksDQuvOcbNb9JUu17+Tg=; b=wMPpV5IFgtkuivbpMmem75bEOWrqVcD7BPlyoMunVmyvx63VUEUH05TI6e/HbitGip8ZUT OO58uIphSbGIlSHQ4rMkMQGeD+N4GUeNwmyRYoDMFc2QaP7a4vZzwSQi7ZaL+hYM/1kCKS nkuOfxvQqOkuPgOPlX197nUwpXTdS1GQ0OggsQhBM2yhG1vTXNemi9UJh6FLhqxqVrLQnN dtPFRiPCnFZ9Q80ghxdGFyZZsMgCPNnmQ2jAKMtS9fhYZUCK0byDJ0Sz0jvLvKCEeUvDec asH+haW65NIb5Umq5vo6CwridL7aTvWQDjKLwNfsQd50FeDxN4LinENFc29RKQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 0/2] Introduction to perl-libnet patch series Date: Wed, 24 Mar 2021 12:37:12 +0100 Message-Id: <20210324113714.63498-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" This patch set is a build of the replacement of Net-SMTP-SSL by Net-SMTP which is provided by perl-libnet The dependency line in git was updated with this change of module The build of this replacement module with git had no problems but the real test will be in testing of it. I don't have a git setup in my IPFire systems so I think this is best tested by the devs who already are running with git in IPFire. It should show up quickly if this has broken the usage. If everything works well then the patch series can be implemented as it includes the removal of perl-Net-SMTP-SSL. If something has been broken then I will probably need guidance on how to fix it. This is also testing out the --compose option for the first time for myself that I saw mentioned in other communications in the list. Regards, Adolf