Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] perl-Mail-DKIM: update to 1.20220520 + new dependency
@ 2022-07-23 20:25 jnbr
  2022-07-24  9:22 ` [PR PATCH] [Merged]: " jnbr
  0 siblings, 1 reply; 2+ messages in thread
From: jnbr @ 2022-07-23 20:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 675 bytes --]

There is a new pull request by jnbr against master on the void-packages repository

https://github.com/jnbr/void-packages dkim
https://github.com/void-linux/void-packages/pull/38221

perl-Mail-DKIM: update to 1.20220520 + new dependency
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64)



A patch file from https://github.com/void-linux/void-packages/pull/38221.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-dkim-38221.patch --]
[-- Type: text/x-diff, Size: 2806 bytes --]

From 40fd30d9baaf115e0ff47c4952eff8898e91e045 Mon Sep 17 00:00:00 2001
From: Johannes <johannes.brechtmann@gmail.com>
Date: Sat, 23 Jul 2022 22:11:05 +0200
Subject: [PATCH 1/2] New package: perl-Mail-AuthenticationResults

---
 srcpkgs/perl-Mail-AuthenticationResults/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/perl-Mail-AuthenticationResults/template

diff --git a/srcpkgs/perl-Mail-AuthenticationResults/template b/srcpkgs/perl-Mail-AuthenticationResults/template
new file mode 100644
index 000000000000..7ffd835d3f55
--- /dev/null
+++ b/srcpkgs/perl-Mail-AuthenticationResults/template
@@ -0,0 +1,16 @@
+# Template file for 'perl-Mail-AuthenticationResults'
+pkgname=perl-Mail-AuthenticationResults
+version=2.20210915
+revision=1
+wrksrc="${pkgname/perl-/}-${version}"
+build_style=perl-module
+hostmakedepends="perl"
+makedepends="${hostmakedepends} perl-JSON perl-Clone"
+depends="${makedepends}"
+checkdepends="perl-Test-Exception"
+short_desc="Perl module for parsing mail authentication result headers"
+maintainer="johannes <johannes.brechtmann@gmail.com>"
+license="Artistic-1.0-Perl, GPL-1.0-or-later"
+homepage="https://metacpan.org/dist/Mail-AuthenticationResults"
+distfiles="${CPAN_SITE}/Mail/Mail-AuthenticationResults-${version}.tar.gz"
+checksum=c297bc9bb1af2a37201db9920e1cb5e2f581024713f5c5b135f41402ec94e10f

From 75ce966e4af27a6299d06dd222b95b7003f24622 Mon Sep 17 00:00:00 2001
From: Johannes <johannes.brechtmann@gmail.com>
Date: Sat, 23 Jul 2022 22:11:36 +0200
Subject: [PATCH 2/2] perl-Mail-DKIM: update to 1.20220520.

---
 srcpkgs/perl-Mail-DKIM/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/perl-Mail-DKIM/template b/srcpkgs/perl-Mail-DKIM/template
index b7f92cd8fa27..ff0165cc2f8a 100644
--- a/srcpkgs/perl-Mail-DKIM/template
+++ b/srcpkgs/perl-Mail-DKIM/template
@@ -1,12 +1,12 @@
 # Template file for 'perl-Mail-DKIM'
 pkgname=perl-Mail-DKIM
-version=1.20200907
-revision=2
+version=1.20220520
+revision=1
 wrksrc="${pkgname/perl-/}-${version}"
 build_style=perl-module
 hostmakedepends="perl"
 makedepends="${hostmakedepends} perl-Net-DNS perl-MailTools perl-Crypt-OpenSSL-RSA
- perl-YAML-LibYAML"
+ perl-YAML-LibYAML perl-Mail-AuthenticationResults"
 depends="$makedepends"
 checkdepends="perl-Test-RequiresInternet perl-Net-DNS-Resolver-Mock"
 short_desc="Perl module for DKIM message signing"
@@ -14,4 +14,4 @@ maintainer="johannes <johannes.brechtmann@gmail.com>"
 license="Artistic-1.0-Perl, GPL-1.0-or-later"
 homepage="https://metacpan.org/release/Mail-DKIM"
 distfiles="${CPAN_SITE}/Mail/Mail-DKIM-${version}.tar.gz"
-checksum=abff11bd0977b9b8c3b2c3fc2a0dbdd2d38da249568698710fec1002d4251bf5
+checksum=8ac4b8c84bbfad00a3d24bf676493d207dd3cd4a735efabb9e17181534f23646

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: perl-Mail-DKIM: update to 1.20220520 + new dependency
  2022-07-23 20:25 [PR PATCH] perl-Mail-DKIM: update to 1.20220520 + new dependency jnbr
@ 2022-07-24  9:22 ` jnbr
  0 siblings, 0 replies; 2+ messages in thread
From: jnbr @ 2022-07-24  9:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 533 bytes --]

There's a merged pull request on the void-packages repository

perl-Mail-DKIM: update to 1.20220520 + new dependency
https://github.com/void-linux/void-packages/pull/38221

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64)



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-24  9:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-23 20:25 [PR PATCH] perl-Mail-DKIM: update to 1.20220520 + new dependency jnbr
2022-07-24  9:22 ` [PR PATCH] [Merged]: " jnbr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).