Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] p11-kit: update to 0.25.0.
@ 2023-07-14 13:31 Bnyro
  2023-07-15  5:46 ` classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Bnyro @ 2023-07-14 13:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages p11-kit
https://github.com/void-linux/void-packages/pull/45037

p11-kit: update to 0.25.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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-glibc)


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

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

From 28f140dc4a9eaab52786ae4bb2be63066c685d81 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Fri, 14 Jul 2023 15:31:52 +0200
Subject: [PATCH] p11-kit: update to 0.25.0.

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

diff --git a/srcpkgs/p11-kit/template b/srcpkgs/p11-kit/template
index 3e934c95d083..79dc5245003a 100644
--- a/srcpkgs/p11-kit/template
+++ b/srcpkgs/p11-kit/template
@@ -1,6 +1,6 @@
 # Template file for 'p11-kit'
 pkgname=p11-kit
-version=0.24.1
+version=0.25.0
 revision=1
 build_style=meson
 build_helper="qemu"
@@ -14,8 +14,8 @@ short_desc="Provides a way to load and enumerate PKCS#11 modules"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/p11-glue/p11-kit"
-distfiles="${homepage}/releases/download/${version}/p11-kit-${version}.tar.xz"
-checksum=d8be783efd5cd4ae534cee4132338e3f40f182c3205d23b200094ec85faaaef8
+distfiles="https://github.com/p11-glue/p11-kit/releases/download/${version}/p11-kit-${version}.tar.xz"
+checksum=d55583bcdde83d86579cabe3a8f7f2638675fef01d23cace733ff748fc354706
 conf_files="/etc/pkcs11/pkcs11.conf"
 
 if [ "$XBPS_CHECK_PKGS" ]; then

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

* Re: p11-kit: update to 0.25.0.
  2023-07-14 13:31 [PR PATCH] p11-kit: update to 0.25.0 Bnyro
@ 2023-07-15  5:46 ` classabbyamp
  2023-07-15  6:38 ` [PR PATCH] [Updated] " Bnyro
  2023-07-15  6:47 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-07-15  5:46 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/45037#issuecomment-1636675488

Comment:
changelog https://raw.githubusercontent.com/p11-glue/p11-kit/master/NEWS

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

* Re: [PR PATCH] [Updated] p11-kit: update to 0.25.0.
  2023-07-14 13:31 [PR PATCH] p11-kit: update to 0.25.0 Bnyro
  2023-07-15  5:46 ` classabbyamp
@ 2023-07-15  6:38 ` Bnyro
  2023-07-15  6:47 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: Bnyro @ 2023-07-15  6:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages p11-kit
https://github.com/void-linux/void-packages/pull/45037

p11-kit: update to 0.25.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### 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-glibc)


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

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

From d7f4ae0463f89a87d74a62e4c0cfa24f09e198df Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Sat, 15 Jul 2023 08:39:10 +0200
Subject: [PATCH] p11-kit: update to 0.25.0.

---
 srcpkgs/p11-kit/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/p11-kit/template b/srcpkgs/p11-kit/template
index 3e934c95d083..9fd614ba8603 100644
--- a/srcpkgs/p11-kit/template
+++ b/srcpkgs/p11-kit/template
@@ -1,6 +1,6 @@
 # Template file for 'p11-kit'
 pkgname=p11-kit
-version=0.24.1
+version=0.25.0
 revision=1
 build_style=meson
 build_helper="qemu"
@@ -14,8 +14,9 @@ short_desc="Provides a way to load and enumerate PKCS#11 modules"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/p11-glue/p11-kit"
-distfiles="${homepage}/releases/download/${version}/p11-kit-${version}.tar.xz"
-checksum=d8be783efd5cd4ae534cee4132338e3f40f182c3205d23b200094ec85faaaef8
+changelog="https://raw.githubusercontent.com/p11-glue/p11-kit/master/NEWS"
+distfiles="https://github.com/p11-glue/p11-kit/releases/download/${version}/p11-kit-${version}.tar.xz"
+checksum=d55583bcdde83d86579cabe3a8f7f2638675fef01d23cace733ff748fc354706
 conf_files="/etc/pkcs11/pkcs11.conf"
 
 if [ "$XBPS_CHECK_PKGS" ]; then

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

* Re: [PR PATCH] [Merged]: p11-kit: update to 0.25.0.
  2023-07-14 13:31 [PR PATCH] p11-kit: update to 0.25.0 Bnyro
  2023-07-15  5:46 ` classabbyamp
  2023-07-15  6:38 ` [PR PATCH] [Updated] " Bnyro
@ 2023-07-15  6:47 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-07-15  6:47 UTC (permalink / raw)
  To: ml

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

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

p11-kit: update to 0.25.0.
https://github.com/void-linux/void-packages/pull/45037

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

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

<!--
#### 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-glibc)


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

end of thread, other threads:[~2023-07-15  6:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-14 13:31 [PR PATCH] p11-kit: update to 0.25.0 Bnyro
2023-07-15  5:46 ` classabbyamp
2023-07-15  6:38 ` [PR PATCH] [Updated] " Bnyro
2023-07-15  6:47 ` [PR PATCH] [Merged]: " classabbyamp

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