From patchwork Thu Feb 16 16:17:31 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6533 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 4PHg8b0PXTz3xDh for ; Thu, 16 Feb 2023 16:17:51 +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 4PHg8Z1sfWz35G; Thu, 16 Feb 2023 16:17:50 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PHg8Z0TPyz30GJ; Thu, 16 Feb 2023 16:17: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 (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 4PHg8V2zHTz2xbl for ; Thu, 16 Feb 2023 16:17:46 +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 4PHg8T71hWzr2; Thu, 16 Feb 2023 16:17:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1676564266; 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=2mi6YU53tFKJUxv4Bq/oQQhycdKGpsi466TwaxUtKPo=; b=DjrC4YLnM3QbFpAlEZktRnvKgakEoWdDVnN5xFkM3xY0non537sPkZ7n8aDWZv1l0F9KFt BQ/FC6yI465sIsCA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1676564266; 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=2mi6YU53tFKJUxv4Bq/oQQhycdKGpsi466TwaxUtKPo=; b=b9y9GArEwUN0zv+InVoTle5vJmfOweCMSb6tM7ia8RE913kKfPXAi4H4nVrnGlxYZCCvMB CSiQ5LpeQCVqGKTM19Pwe0xjnhkYWNDy0QStKV4oXugb7Lo/ZAtgYpWh3Fm1de5txPxIP4 3BUhDx1Ik0gD6OYcxwghACJsZlR955HuUzPLB/5XuxCFumOIRsn9VkIs4GektKPGuoAlFu WagUdqy+unS5do4eR0wcARQbWXoIbYiFn3gEE7PKxkYIFWaAfP+t2uFbu89EXPMKNIeyR1 /y3iKSBeRHAX1D1cJ9vC0Lb6bycPy8RhlguVsUe3wvUIBvncTJcRqoFwFz1BmA== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH 2/5] perl-Crypt-OpenSSL-X509: New package Date: Thu, 16 Feb 2023 17:17:31 +0100 Message-Id: <20230216161734.1027788-2-stefan.schantl@ipfire.org> In-Reply-To: <20230216161734.1027788-1-stefan.schantl@ipfire.org> References: <20230216161734.1027788-1-stefan.schantl@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" Signed-off-by: Stefan Schantl --- .../perl-Crypt-OpenSSL-X509.nm | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 perl-Crypt-OpenSSL-X509/perl-Crypt-OpenSSL-X509.nm diff --git a/perl-Crypt-OpenSSL-X509/perl-Crypt-OpenSSL-X509.nm b/perl-Crypt-OpenSSL-X509/perl-Crypt-OpenSSL-X509.nm new file mode 100644 index 000000000..9ab4b1fbe --- /dev/null +++ b/perl-Crypt-OpenSSL-X509/perl-Crypt-OpenSSL-X509.nm @@ -0,0 +1,44 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = perl-Crypt-OpenSSL-X509 +version = 1.914 +release = 1 +thisapp = Crypt-OpenSSL-X509-%{version} + +groups = Development/Libraries +url = http://search.cpan.org/dist/Crypt-OpenSSL-X509 +license = GPL+ +summary = Perl extension to OpenSSL's X509 API. + +description + This perl module implements a large majority of OpenSSL's useful X509 API. +end + +source_dl = https://cpan.metacpan.org/authors/id/J/JO/JONASBN/ + +build + requires + perl(Crypt::OpenSSL::Guess) + perl(ExtUtils::MakeMaker) + openssl-devel + end + + build + perl Makefile.PL INSTALLDIRS=vendor + make %{PARALLELISMFLAGS} + end + + make_install_targets = \ + pure_install +end + +packages + package %{name} + + package %{name}-debuginfo + template DEBUGINFO + end +end