Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] perl-CryptX: update to 0.079
@ 2023-10-03  7:23 newbluemoon
  2023-10-05 18:58 ` [PR PATCH] [Updated] " newbluemoon
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: newbluemoon @ 2023-10-03  7:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages perl-CryptX
https://github.com/void-linux/void-packages/pull/46402

perl-CryptX: update to 0.079
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly** / it’s an update of the bundled `libtomcrypt`

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv7l-musl
  - x86_64-musl
  - i686



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

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

From 38b70385bf0fb92b39f4d9d039ed57114de4b1f2 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Tue, 3 Oct 2023 09:06:33 +0200
Subject: [PATCH] perl-CryptX: update to 0.079

---
 srcpkgs/perl-CryptX/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/perl-CryptX/template b/srcpkgs/perl-CryptX/template
index 7b263ae851b29..6d27ff6a19456 100644
--- a/srcpkgs/perl-CryptX/template
+++ b/srcpkgs/perl-CryptX/template
@@ -1,7 +1,7 @@
 # Template file for 'perl-CryptX'
 pkgname=perl-CryptX
-version=0.078
-revision=2
+version=0.079
+revision=1
 build_style=perl-module
 hostmakedepends="perl"
 makedepends="perl"
@@ -13,4 +13,4 @@ license="Artistic-1.0-Perl, GPL-1.0-or-later, Unlicense"
 homepage="https://metacpan.org/release/CryptX"
 changelog="https://raw.githubusercontent.com/DCIT/perl-CryptX/master/Changes"
 distfiles="${CPAN_SITE}/Crypt/${pkgname#perl-}-${version}.tar.gz"
-checksum=93160b1242f7d5743cb3c931b8efc7cb39821d0e32f94f96933f1e88e618bcbd
+checksum=3e88d3190933298105fa092a336f801765da19c42f9440f6b881a7aead144e95

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

* Re: [PR PATCH] [Updated] perl-CryptX: update to 0.079
  2023-10-03  7:23 [PR PATCH] perl-CryptX: update to 0.079 newbluemoon
@ 2023-10-05 18:58 ` newbluemoon
  2023-10-10  4:28 ` [PR PATCH] [Updated] perl-CryptX: update to 0.080 newbluemoon
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: newbluemoon @ 2023-10-05 18:58 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by newbluemoon against master on the void-packages repository

https://github.com/newbluemoon/void-packages perl-CryptX
https://github.com/void-linux/void-packages/pull/46402

perl-CryptX: update to 0.079
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly** / it’s an update of the bundled `libtomcrypt`

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv7l-musl
  - x86_64-musl
  - i686



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

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

From 5708a0016c59130dc06820a895f2d4c0589cadde Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Tue, 3 Oct 2023 09:06:33 +0200
Subject: [PATCH] perl-CryptX: update to 0.080

---
 srcpkgs/perl-CryptX/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/perl-CryptX/template b/srcpkgs/perl-CryptX/template
index 7b263ae851b29..8c9cb30c88ec1 100644
--- a/srcpkgs/perl-CryptX/template
+++ b/srcpkgs/perl-CryptX/template
@@ -1,7 +1,7 @@
 # Template file for 'perl-CryptX'
 pkgname=perl-CryptX
-version=0.078
-revision=2
+version=0.080
+revision=1
 build_style=perl-module
 hostmakedepends="perl"
 makedepends="perl"
@@ -13,4 +13,4 @@ license="Artistic-1.0-Perl, GPL-1.0-or-later, Unlicense"
 homepage="https://metacpan.org/release/CryptX"
 changelog="https://raw.githubusercontent.com/DCIT/perl-CryptX/master/Changes"
 distfiles="${CPAN_SITE}/Crypt/${pkgname#perl-}-${version}.tar.gz"
-checksum=93160b1242f7d5743cb3c931b8efc7cb39821d0e32f94f96933f1e88e618bcbd
+checksum=b457b792194a6c9c13f06fe0a0b5ea158965c3282f385ca93e1f00a2b33e7e89

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

* Re: [PR PATCH] [Updated] perl-CryptX: update to 0.080
  2023-10-03  7:23 [PR PATCH] perl-CryptX: update to 0.079 newbluemoon
  2023-10-05 18:58 ` [PR PATCH] [Updated] " newbluemoon
@ 2023-10-10  4:28 ` newbluemoon
  2023-10-30  6:40 ` newbluemoon
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: newbluemoon @ 2023-10-10  4:28 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by newbluemoon against master on the void-packages repository

https://github.com/newbluemoon/void-packages perl-CryptX
https://github.com/void-linux/void-packages/pull/46402

perl-CryptX: update to 0.080
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv7l-musl
  - x86_64-musl
  - i686



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

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

From ac37a94a457d0ba47a6942f9ef50fa64126fce23 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Tue, 3 Oct 2023 09:06:33 +0200
Subject: [PATCH] perl-CryptX: update to 0.080

---
 srcpkgs/perl-CryptX/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/perl-CryptX/template b/srcpkgs/perl-CryptX/template
index 7b263ae851b29..8c9cb30c88ec1 100644
--- a/srcpkgs/perl-CryptX/template
+++ b/srcpkgs/perl-CryptX/template
@@ -1,7 +1,7 @@
 # Template file for 'perl-CryptX'
 pkgname=perl-CryptX
-version=0.078
-revision=2
+version=0.080
+revision=1
 build_style=perl-module
 hostmakedepends="perl"
 makedepends="perl"
@@ -13,4 +13,4 @@ license="Artistic-1.0-Perl, GPL-1.0-or-later, Unlicense"
 homepage="https://metacpan.org/release/CryptX"
 changelog="https://raw.githubusercontent.com/DCIT/perl-CryptX/master/Changes"
 distfiles="${CPAN_SITE}/Crypt/${pkgname#perl-}-${version}.tar.gz"
-checksum=93160b1242f7d5743cb3c931b8efc7cb39821d0e32f94f96933f1e88e618bcbd
+checksum=b457b792194a6c9c13f06fe0a0b5ea158965c3282f385ca93e1f00a2b33e7e89

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

* Re: [PR PATCH] [Updated] perl-CryptX: update to 0.080
  2023-10-03  7:23 [PR PATCH] perl-CryptX: update to 0.079 newbluemoon
  2023-10-05 18:58 ` [PR PATCH] [Updated] " newbluemoon
  2023-10-10  4:28 ` [PR PATCH] [Updated] perl-CryptX: update to 0.080 newbluemoon
@ 2023-10-30  6:40 ` newbluemoon
  2023-11-22 12:46 ` newbluemoon
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: newbluemoon @ 2023-10-30  6:40 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by newbluemoon against master on the void-packages repository

https://github.com/newbluemoon/void-packages perl-CryptX
https://github.com/void-linux/void-packages/pull/46402

perl-CryptX: update to 0.080
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv7l-musl
  - x86_64-musl
  - i686



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

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

From 67582f97462e63c489dc0ab44bbacfe4f0883ee2 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Tue, 3 Oct 2023 09:06:33 +0200
Subject: [PATCH] perl-CryptX: update to 0.080

---
 srcpkgs/perl-CryptX/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/perl-CryptX/template b/srcpkgs/perl-CryptX/template
index 7b263ae851b29..8c9cb30c88ec1 100644
--- a/srcpkgs/perl-CryptX/template
+++ b/srcpkgs/perl-CryptX/template
@@ -1,7 +1,7 @@
 # Template file for 'perl-CryptX'
 pkgname=perl-CryptX
-version=0.078
-revision=2
+version=0.080
+revision=1
 build_style=perl-module
 hostmakedepends="perl"
 makedepends="perl"
@@ -13,4 +13,4 @@ license="Artistic-1.0-Perl, GPL-1.0-or-later, Unlicense"
 homepage="https://metacpan.org/release/CryptX"
 changelog="https://raw.githubusercontent.com/DCIT/perl-CryptX/master/Changes"
 distfiles="${CPAN_SITE}/Crypt/${pkgname#perl-}-${version}.tar.gz"
-checksum=93160b1242f7d5743cb3c931b8efc7cb39821d0e32f94f96933f1e88e618bcbd
+checksum=b457b792194a6c9c13f06fe0a0b5ea158965c3282f385ca93e1f00a2b33e7e89

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

* Re: [PR PATCH] [Updated] perl-CryptX: update to 0.080
  2023-10-03  7:23 [PR PATCH] perl-CryptX: update to 0.079 newbluemoon
                   ` (2 preceding siblings ...)
  2023-10-30  6:40 ` newbluemoon
@ 2023-11-22 12:46 ` newbluemoon
  2023-12-20 20:16 ` newbluemoon
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: newbluemoon @ 2023-11-22 12:46 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by newbluemoon against master on the void-packages repository

https://github.com/newbluemoon/void-packages perl-CryptX
https://github.com/void-linux/void-packages/pull/46402

perl-CryptX: update to 0.080
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv7l-musl
  - x86_64-musl
  - i686



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

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

From 06b77b7913a432477cf02c42573195e9f14074ea Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Tue, 3 Oct 2023 09:06:33 +0200
Subject: [PATCH] perl-CryptX: update to 0.080

---
 srcpkgs/perl-CryptX/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/perl-CryptX/template b/srcpkgs/perl-CryptX/template
index 7b263ae851b29..8c9cb30c88ec1 100644
--- a/srcpkgs/perl-CryptX/template
+++ b/srcpkgs/perl-CryptX/template
@@ -1,7 +1,7 @@
 # Template file for 'perl-CryptX'
 pkgname=perl-CryptX
-version=0.078
-revision=2
+version=0.080
+revision=1
 build_style=perl-module
 hostmakedepends="perl"
 makedepends="perl"
@@ -13,4 +13,4 @@ license="Artistic-1.0-Perl, GPL-1.0-or-later, Unlicense"
 homepage="https://metacpan.org/release/CryptX"
 changelog="https://raw.githubusercontent.com/DCIT/perl-CryptX/master/Changes"
 distfiles="${CPAN_SITE}/Crypt/${pkgname#perl-}-${version}.tar.gz"
-checksum=93160b1242f7d5743cb3c931b8efc7cb39821d0e32f94f96933f1e88e618bcbd
+checksum=b457b792194a6c9c13f06fe0a0b5ea158965c3282f385ca93e1f00a2b33e7e89

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

* Re: [PR PATCH] [Updated] perl-CryptX: update to 0.080
  2023-10-03  7:23 [PR PATCH] perl-CryptX: update to 0.079 newbluemoon
                   ` (3 preceding siblings ...)
  2023-11-22 12:46 ` newbluemoon
@ 2023-12-20 20:16 ` newbluemoon
  2024-01-08 18:49 ` newbluemoon
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: newbluemoon @ 2023-12-20 20:16 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by newbluemoon against master on the void-packages repository

https://github.com/newbluemoon/void-packages perl-CryptX
https://github.com/void-linux/void-packages/pull/46402

perl-CryptX: update to 0.080
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv7l-musl
  - x86_64-musl
  - i686



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

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

From 6c20a976df6c7438e58adfe1f113a56a7eb1a4b0 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Tue, 3 Oct 2023 09:06:33 +0200
Subject: [PATCH] perl-CryptX: update to 0.080

---
 srcpkgs/perl-CryptX/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/perl-CryptX/template b/srcpkgs/perl-CryptX/template
index 7b263ae851b29..8c9cb30c88ec1 100644
--- a/srcpkgs/perl-CryptX/template
+++ b/srcpkgs/perl-CryptX/template
@@ -1,7 +1,7 @@
 # Template file for 'perl-CryptX'
 pkgname=perl-CryptX
-version=0.078
-revision=2
+version=0.080
+revision=1
 build_style=perl-module
 hostmakedepends="perl"
 makedepends="perl"
@@ -13,4 +13,4 @@ license="Artistic-1.0-Perl, GPL-1.0-or-later, Unlicense"
 homepage="https://metacpan.org/release/CryptX"
 changelog="https://raw.githubusercontent.com/DCIT/perl-CryptX/master/Changes"
 distfiles="${CPAN_SITE}/Crypt/${pkgname#perl-}-${version}.tar.gz"
-checksum=93160b1242f7d5743cb3c931b8efc7cb39821d0e32f94f96933f1e88e618bcbd
+checksum=b457b792194a6c9c13f06fe0a0b5ea158965c3282f385ca93e1f00a2b33e7e89

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

* Re: [PR PATCH] [Updated] perl-CryptX: update to 0.080
  2023-10-03  7:23 [PR PATCH] perl-CryptX: update to 0.079 newbluemoon
                   ` (4 preceding siblings ...)
  2023-12-20 20:16 ` newbluemoon
@ 2024-01-08 18:49 ` newbluemoon
  2024-01-20  9:15 ` newbluemoon
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: newbluemoon @ 2024-01-08 18:49 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by newbluemoon against master on the void-packages repository

https://github.com/newbluemoon/void-packages perl-CryptX
https://github.com/void-linux/void-packages/pull/46402

perl-CryptX: update to 0.080
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv7l-musl
  - x86_64-musl
  - i686



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

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

From d51377e4c71b158a0f62289461b5242b31d8bb19 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Tue, 3 Oct 2023 09:06:33 +0200
Subject: [PATCH] perl-CryptX: update to 0.080

---
 srcpkgs/perl-CryptX/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/perl-CryptX/template b/srcpkgs/perl-CryptX/template
index 7b263ae851b29..8c9cb30c88ec1 100644
--- a/srcpkgs/perl-CryptX/template
+++ b/srcpkgs/perl-CryptX/template
@@ -1,7 +1,7 @@
 # Template file for 'perl-CryptX'
 pkgname=perl-CryptX
-version=0.078
-revision=2
+version=0.080
+revision=1
 build_style=perl-module
 hostmakedepends="perl"
 makedepends="perl"
@@ -13,4 +13,4 @@ license="Artistic-1.0-Perl, GPL-1.0-or-later, Unlicense"
 homepage="https://metacpan.org/release/CryptX"
 changelog="https://raw.githubusercontent.com/DCIT/perl-CryptX/master/Changes"
 distfiles="${CPAN_SITE}/Crypt/${pkgname#perl-}-${version}.tar.gz"
-checksum=93160b1242f7d5743cb3c931b8efc7cb39821d0e32f94f96933f1e88e618bcbd
+checksum=b457b792194a6c9c13f06fe0a0b5ea158965c3282f385ca93e1f00a2b33e7e89

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

* Re: [PR PATCH] [Updated] perl-CryptX: update to 0.080
  2023-10-03  7:23 [PR PATCH] perl-CryptX: update to 0.079 newbluemoon
                   ` (5 preceding siblings ...)
  2024-01-08 18:49 ` newbluemoon
@ 2024-01-20  9:15 ` newbluemoon
  2024-01-30  5:51 ` newbluemoon
  2024-01-30 13:57 ` [PR PATCH] [Merged]: " leahneukirchen
  8 siblings, 0 replies; 10+ messages in thread
From: newbluemoon @ 2024-01-20  9:15 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by newbluemoon against master on the void-packages repository

https://github.com/newbluemoon/void-packages perl-CryptX
https://github.com/void-linux/void-packages/pull/46402

perl-CryptX: update to 0.080
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv7l-musl
  - x86_64-musl
  - i686



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

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

From fbfb01097040fe7014c740b987a64fbd30d2c7e2 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Tue, 3 Oct 2023 09:06:33 +0200
Subject: [PATCH] perl-CryptX: update to 0.080

---
 srcpkgs/perl-CryptX/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/perl-CryptX/template b/srcpkgs/perl-CryptX/template
index 7b263ae851b29..8c9cb30c88ec1 100644
--- a/srcpkgs/perl-CryptX/template
+++ b/srcpkgs/perl-CryptX/template
@@ -1,7 +1,7 @@
 # Template file for 'perl-CryptX'
 pkgname=perl-CryptX
-version=0.078
-revision=2
+version=0.080
+revision=1
 build_style=perl-module
 hostmakedepends="perl"
 makedepends="perl"
@@ -13,4 +13,4 @@ license="Artistic-1.0-Perl, GPL-1.0-or-later, Unlicense"
 homepage="https://metacpan.org/release/CryptX"
 changelog="https://raw.githubusercontent.com/DCIT/perl-CryptX/master/Changes"
 distfiles="${CPAN_SITE}/Crypt/${pkgname#perl-}-${version}.tar.gz"
-checksum=93160b1242f7d5743cb3c931b8efc7cb39821d0e32f94f96933f1e88e618bcbd
+checksum=b457b792194a6c9c13f06fe0a0b5ea158965c3282f385ca93e1f00a2b33e7e89

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

* Re: [PR PATCH] [Updated] perl-CryptX: update to 0.080
  2023-10-03  7:23 [PR PATCH] perl-CryptX: update to 0.079 newbluemoon
                   ` (6 preceding siblings ...)
  2024-01-20  9:15 ` newbluemoon
@ 2024-01-30  5:51 ` newbluemoon
  2024-01-30 13:57 ` [PR PATCH] [Merged]: " leahneukirchen
  8 siblings, 0 replies; 10+ messages in thread
From: newbluemoon @ 2024-01-30  5:51 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by newbluemoon against master on the void-packages repository

https://github.com/newbluemoon/void-packages perl-CryptX
https://github.com/void-linux/void-packages/pull/46402

perl-CryptX: update to 0.080
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv7l-musl
  - x86_64-musl
  - i686



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

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

From 7f940a81fecf223e2ecf7e2d9a9d6c0f1ba6fbce Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Tue, 3 Oct 2023 09:06:33 +0200
Subject: [PATCH] perl-CryptX: update to 0.080

---
 srcpkgs/perl-CryptX/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/perl-CryptX/template b/srcpkgs/perl-CryptX/template
index 7b263ae851b29..8c9cb30c88ec1 100644
--- a/srcpkgs/perl-CryptX/template
+++ b/srcpkgs/perl-CryptX/template
@@ -1,7 +1,7 @@
 # Template file for 'perl-CryptX'
 pkgname=perl-CryptX
-version=0.078
-revision=2
+version=0.080
+revision=1
 build_style=perl-module
 hostmakedepends="perl"
 makedepends="perl"
@@ -13,4 +13,4 @@ license="Artistic-1.0-Perl, GPL-1.0-or-later, Unlicense"
 homepage="https://metacpan.org/release/CryptX"
 changelog="https://raw.githubusercontent.com/DCIT/perl-CryptX/master/Changes"
 distfiles="${CPAN_SITE}/Crypt/${pkgname#perl-}-${version}.tar.gz"
-checksum=93160b1242f7d5743cb3c931b8efc7cb39821d0e32f94f96933f1e88e618bcbd
+checksum=b457b792194a6c9c13f06fe0a0b5ea158965c3282f385ca93e1f00a2b33e7e89

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

* Re: [PR PATCH] [Merged]: perl-CryptX: update to 0.080
  2023-10-03  7:23 [PR PATCH] perl-CryptX: update to 0.079 newbluemoon
                   ` (7 preceding siblings ...)
  2024-01-30  5:51 ` newbluemoon
@ 2024-01-30 13:57 ` leahneukirchen
  8 siblings, 0 replies; 10+ messages in thread
From: leahneukirchen @ 2024-01-30 13:57 UTC (permalink / raw)
  To: ml

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

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

perl-CryptX: update to 0.080
https://github.com/void-linux/void-packages/pull/46402

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64
  - armv7l-musl
  - x86_64-musl
  - i686



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

end of thread, other threads:[~2024-01-30 13:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-03  7:23 [PR PATCH] perl-CryptX: update to 0.079 newbluemoon
2023-10-05 18:58 ` [PR PATCH] [Updated] " newbluemoon
2023-10-10  4:28 ` [PR PATCH] [Updated] perl-CryptX: update to 0.080 newbluemoon
2023-10-30  6:40 ` newbluemoon
2023-11-22 12:46 ` newbluemoon
2023-12-20 20:16 ` newbluemoon
2024-01-08 18:49 ` newbluemoon
2024-01-20  9:15 ` newbluemoon
2024-01-30  5:51 ` newbluemoon
2024-01-30 13:57 ` [PR PATCH] [Merged]: " leahneukirchen

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).