Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pkcs11-helper: update to 1.29.0
@ 2023-02-01 16:24 dkwo
  2023-02-01 19:22 ` kruceter
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: dkwo @ 2023-02-01 16:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages O3pkc
https://github.com/void-linux/void-packages/pull/42017

pkcs11-helper: update to 1.29.0
- I tested the changes in this PR: no
- I built this PR locally for my native architecture, (x86_64-musl)

required to build with openssl3 #37681 @Aloz1 

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

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

From 506836416f21486c22340fbc4bc015988c8c6230 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Wed, 1 Feb 2023 11:22:00 -0500
Subject: [PATCH] pkcs11-helper: update to 1.29.0

---
 srcpkgs/pkcs11-helper/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/pkcs11-helper/template b/srcpkgs/pkcs11-helper/template
index 90f10d0c2538..8b2f5eb3acae 100644
--- a/srcpkgs/pkcs11-helper/template
+++ b/srcpkgs/pkcs11-helper/template
@@ -1,7 +1,7 @@
 # Template file for 'pkcs11-helper'
 pkgname=pkcs11-helper
-version=1.25.1
-revision=6
+version=1.29.0
+revision=1
 build_style=gnu-configure
 configure_args="--enable-doc --disable-static $(vopt_enable threading slotevent) $(vopt_enable threading)"
 hostmakedepends="automake libtool pkg-config doxygen"
@@ -9,9 +9,9 @@ makedepends="openssl-devel"
 short_desc="Library to help simplify interacting with PKCS#11 providers"
 maintainer="Aloz1 <kno0001@gmail.com>"
 license="GPL-2.0-only, BSD-3-Clause"
-homepage="https://github.com/OpenSC/${pkgname}/wiki"
+homepage="https://github.com/OpenSC/pkcs11-helper"
 distfiles="https://github.com/OpenSC/${pkgname}/archive/${pkgname}-${version}.tar.gz"
-checksum=fbcec9dd15a71d6ef22b09f63934c66d7d0292fefbaf3a60703ee4a9a73bf6a5
+checksum=f87c4ce596ccf6211c0de34923e2977c8892bd773ace75d1261a1908979fc9e8
 build_options="threading"
 build_options_default="threading"
 desc_option_threading="Enable threading and slotevent support"

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

* Re: pkcs11-helper: update to 1.29.0
  2023-02-01 16:24 [PR PATCH] pkcs11-helper: update to 1.29.0 dkwo
@ 2023-02-01 19:22 ` kruceter
  2023-02-01 19:23 ` kruceter
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: kruceter @ 2023-02-01 19:22 UTC (permalink / raw)
  To: ml

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

New comment by kruceter on void-packages repository

https://github.com/void-linux/void-packages/pull/42017#issuecomment-1412593480

Comment:
Upstream ships tarball with pregenerated auto*hell files. How about it?

```diff
diff --git a/srcpkgs/pkcs11-helper/template b/srcpkgs/pkcs11-helper/template
index 8b2f5eb3ac..ac8ebe5138 100644
--- a/srcpkgs/pkcs11-helper/template
+++ b/srcpkgs/pkcs11-helper/template
@@ -4,22 +4,19 @@ version=1.29.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-doc --disable-static $(vopt_enable threading slotevent) $(vopt_enable threading)"
-hostmakedepends="automake libtool pkg-config doxygen"
+hostmakedepends="libtool pkg-config doxygen"
 makedepends="openssl-devel"
 short_desc="Library to help simplify interacting with PKCS#11 providers"
 maintainer="Aloz1 <kno0001@gmail.com>"
 license="GPL-2.0-only, BSD-3-Clause"
 homepage="https://github.com/OpenSC/pkcs11-helper"
-distfiles="https://github.com/OpenSC/${pkgname}/archive/${pkgname}-${version}.tar.gz"
-checksum=f87c4ce596ccf6211c0de34923e2977c8892bd773ace75d1261a1908979fc9e8
+changelog="https://raw.githubusercontent.com/OpenSC/pkcs11-helper/master/ChangeLog"
+distfiles="https://github.com/OpenSC/pkcs11-helper/releases/download/pkcs11-helper-${version}/pkcs11-helper-${version}.tar.bz2"
+checksum=996846a3c8395e03d8c0515111dc84d82e6e3648d44ba28cb2dbbbca2d4db7d6
 build_options="threading"
 build_options_default="threading"
 desc_option_threading="Enable threading and slotevent support"
 
-pre_configure() {
-	autoreconf -fi
-}
-
 post_install() {
 	vlicense COPYING
 	vlicense COPYING.GPL
```

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

* Re: pkcs11-helper: update to 1.29.0
  2023-02-01 16:24 [PR PATCH] pkcs11-helper: update to 1.29.0 dkwo
  2023-02-01 19:22 ` kruceter
@ 2023-02-01 19:23 ` kruceter
  2023-02-01 19:31 ` kruceter
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: kruceter @ 2023-02-01 19:23 UTC (permalink / raw)
  To: ml

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

New comment by kruceter on void-packages repository

https://github.com/void-linux/void-packages/pull/42017#issuecomment-1412593480

Comment:
Upstream ships tarball with pregenerated auto*hell files. Is this approach favorable?

```diff
diff --git a/srcpkgs/pkcs11-helper/template b/srcpkgs/pkcs11-helper/template
index 8b2f5eb3ac..ac8ebe5138 100644
--- a/srcpkgs/pkcs11-helper/template
+++ b/srcpkgs/pkcs11-helper/template
@@ -4,22 +4,19 @@ version=1.29.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-doc --disable-static $(vopt_enable threading slotevent) $(vopt_enable threading)"
-hostmakedepends="automake libtool pkg-config doxygen"
+hostmakedepends="libtool pkg-config doxygen"
 makedepends="openssl-devel"
 short_desc="Library to help simplify interacting with PKCS#11 providers"
 maintainer="Aloz1 <kno0001@gmail.com>"
 license="GPL-2.0-only, BSD-3-Clause"
 homepage="https://github.com/OpenSC/pkcs11-helper"
-distfiles="https://github.com/OpenSC/${pkgname}/archive/${pkgname}-${version}.tar.gz"
-checksum=f87c4ce596ccf6211c0de34923e2977c8892bd773ace75d1261a1908979fc9e8
+changelog="https://raw.githubusercontent.com/OpenSC/pkcs11-helper/master/ChangeLog"
+distfiles="https://github.com/OpenSC/pkcs11-helper/releases/download/pkcs11-helper-${version}/pkcs11-helper-${version}.tar.bz2"
+checksum=996846a3c8395e03d8c0515111dc84d82e6e3648d44ba28cb2dbbbca2d4db7d6
 build_options="threading"
 build_options_default="threading"
 desc_option_threading="Enable threading and slotevent support"
 
-pre_configure() {
-	autoreconf -fi
-}
-
 post_install() {
 	vlicense COPYING
 	vlicense COPYING.GPL
```

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

* Re: pkcs11-helper: update to 1.29.0
  2023-02-01 16:24 [PR PATCH] pkcs11-helper: update to 1.29.0 dkwo
  2023-02-01 19:22 ` kruceter
  2023-02-01 19:23 ` kruceter
@ 2023-02-01 19:31 ` kruceter
  2023-02-01 20:07 ` [PR PATCH] [Updated] " dkwo
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: kruceter @ 2023-02-01 19:31 UTC (permalink / raw)
  To: ml

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

New comment by kruceter on void-packages repository

https://github.com/void-linux/void-packages/pull/42017#issuecomment-1412593480

Comment:
Upstream ships the tarball with pregenerated auto*hell files. Is this approach favorable?

```diff
diff --git a/srcpkgs/pkcs11-helper/template b/srcpkgs/pkcs11-helper/template
index 8b2f5eb3ac..ac8ebe5138 100644
--- a/srcpkgs/pkcs11-helper/template
+++ b/srcpkgs/pkcs11-helper/template
@@ -4,22 +4,19 @@ version=1.29.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-doc --disable-static $(vopt_enable threading slotevent) $(vopt_enable threading)"
-hostmakedepends="automake libtool pkg-config doxygen"
+hostmakedepends="libtool pkg-config doxygen"
 makedepends="openssl-devel"
 short_desc="Library to help simplify interacting with PKCS#11 providers"
 maintainer="Aloz1 <kno0001@gmail.com>"
 license="GPL-2.0-only, BSD-3-Clause"
 homepage="https://github.com/OpenSC/pkcs11-helper"
-distfiles="https://github.com/OpenSC/${pkgname}/archive/${pkgname}-${version}.tar.gz"
-checksum=f87c4ce596ccf6211c0de34923e2977c8892bd773ace75d1261a1908979fc9e8
+changelog="https://raw.githubusercontent.com/OpenSC/pkcs11-helper/master/ChangeLog"
+distfiles="https://github.com/OpenSC/pkcs11-helper/releases/download/pkcs11-helper-${version}/pkcs11-helper-${version}.tar.bz2"
+checksum=996846a3c8395e03d8c0515111dc84d82e6e3648d44ba28cb2dbbbca2d4db7d6
 build_options="threading"
 build_options_default="threading"
 desc_option_threading="Enable threading and slotevent support"
 
-pre_configure() {
-	autoreconf -fi
-}
-
 post_install() {
 	vlicense COPYING
 	vlicense COPYING.GPL
```

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

* Re: [PR PATCH] [Updated] pkcs11-helper: update to 1.29.0
  2023-02-01 16:24 [PR PATCH] pkcs11-helper: update to 1.29.0 dkwo
                   ` (2 preceding siblings ...)
  2023-02-01 19:31 ` kruceter
@ 2023-02-01 20:07 ` dkwo
  2023-02-02 17:51 ` kruceter
  2023-02-02 19:45 ` [PR PATCH] [Merged]: " Vaelatern
  5 siblings, 0 replies; 7+ messages in thread
From: dkwo @ 2023-02-01 20:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dkwo/void-packages O3pkc
https://github.com/void-linux/void-packages/pull/42017

pkcs11-helper: update to 1.29.0
- I tested the changes in this PR: no
- I built this PR locally for my native architecture, (x86_64-musl)

required to build with openssl3 #37681 @Aloz1 

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

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

From 60d69702f92fd1e8a7836be75272885fa0d55966 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Wed, 1 Feb 2023 11:22:00 -0500
Subject: [PATCH] pkcs11-helper: update to 1.29.0

---
 srcpkgs/pkcs11-helper/template | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/pkcs11-helper/template b/srcpkgs/pkcs11-helper/template
index 90f10d0c2538..ac8ebe5138ca 100644
--- a/srcpkgs/pkcs11-helper/template
+++ b/srcpkgs/pkcs11-helper/template
@@ -1,25 +1,22 @@
 # Template file for 'pkcs11-helper'
 pkgname=pkcs11-helper
-version=1.25.1
-revision=6
+version=1.29.0
+revision=1
 build_style=gnu-configure
 configure_args="--enable-doc --disable-static $(vopt_enable threading slotevent) $(vopt_enable threading)"
-hostmakedepends="automake libtool pkg-config doxygen"
+hostmakedepends="libtool pkg-config doxygen"
 makedepends="openssl-devel"
 short_desc="Library to help simplify interacting with PKCS#11 providers"
 maintainer="Aloz1 <kno0001@gmail.com>"
 license="GPL-2.0-only, BSD-3-Clause"
-homepage="https://github.com/OpenSC/${pkgname}/wiki"
-distfiles="https://github.com/OpenSC/${pkgname}/archive/${pkgname}-${version}.tar.gz"
-checksum=fbcec9dd15a71d6ef22b09f63934c66d7d0292fefbaf3a60703ee4a9a73bf6a5
+homepage="https://github.com/OpenSC/pkcs11-helper"
+changelog="https://raw.githubusercontent.com/OpenSC/pkcs11-helper/master/ChangeLog"
+distfiles="https://github.com/OpenSC/pkcs11-helper/releases/download/pkcs11-helper-${version}/pkcs11-helper-${version}.tar.bz2"
+checksum=996846a3c8395e03d8c0515111dc84d82e6e3648d44ba28cb2dbbbca2d4db7d6
 build_options="threading"
 build_options_default="threading"
 desc_option_threading="Enable threading and slotevent support"
 
-pre_configure() {
-	autoreconf -fi
-}
-
 post_install() {
 	vlicense COPYING
 	vlicense COPYING.GPL

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

* Re: pkcs11-helper: update to 1.29.0
  2023-02-01 16:24 [PR PATCH] pkcs11-helper: update to 1.29.0 dkwo
                   ` (3 preceding siblings ...)
  2023-02-01 20:07 ` [PR PATCH] [Updated] " dkwo
@ 2023-02-02 17:51 ` kruceter
  2023-02-02 19:45 ` [PR PATCH] [Merged]: " Vaelatern
  5 siblings, 0 replies; 7+ messages in thread
From: kruceter @ 2023-02-02 17:51 UTC (permalink / raw)
  To: ml

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

New comment by kruceter on void-packages repository

https://github.com/void-linux/void-packages/pull/42017#issuecomment-1414136707

Comment:
@Vaelatern, if you may?

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

* Re: [PR PATCH] [Merged]: pkcs11-helper: update to 1.29.0
  2023-02-01 16:24 [PR PATCH] pkcs11-helper: update to 1.29.0 dkwo
                   ` (4 preceding siblings ...)
  2023-02-02 17:51 ` kruceter
@ 2023-02-02 19:45 ` Vaelatern
  5 siblings, 0 replies; 7+ messages in thread
From: Vaelatern @ 2023-02-02 19:45 UTC (permalink / raw)
  To: ml

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

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

pkcs11-helper: update to 1.29.0
https://github.com/void-linux/void-packages/pull/42017

Description:
- I tested the changes in this PR: no
- I built this PR locally for my native architecture, (x86_64-musl)

required to build with openssl3 #37681 @Aloz1 

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

end of thread, other threads:[~2023-02-02 19:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-01 16:24 [PR PATCH] pkcs11-helper: update to 1.29.0 dkwo
2023-02-01 19:22 ` kruceter
2023-02-01 19:23 ` kruceter
2023-02-01 19:31 ` kruceter
2023-02-01 20:07 ` [PR PATCH] [Updated] " dkwo
2023-02-02 17:51 ` kruceter
2023-02-02 19:45 ` [PR PATCH] [Merged]: " Vaelatern

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