Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] opensc: revbump, move onepin-opensc-pkcs11.so to opensc-pkcs11
@ 2022-04-25  3:34 dmarto
  2022-05-27  2:17 ` [PR PATCH] [Updated] " dmarto
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: dmarto @ 2022-04-25  3:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dmarto/void-packages onepin-opensc
https://github.com/void-linux/void-packages/pull/36846

opensc: revbump, move onepin-opensc-pkcs11.so to opensc-pkcs11
#### Testing the changes
- I tested the changes in this PR: **YES**

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

`usr/lib/pkgconfig/opensc-pkcs11.pc` and `usr/lib/onepin-opensc-pkcs11.so` were left in the main `opensc` package.

I never noticed it before as I have the full suit installed, but while making another pkg for a pcsc driver, this caught my eye.

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

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

From 980386421ed1491cf4a7b5bb4bc2e0b9981d5815 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Mon, 25 Apr 2022 06:24:40 +0300
Subject: [PATCH] opensc: revbump, move onepin-opensc-pkcs11.so to
 opensc-pkcs11

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

diff --git a/srcpkgs/opensc/template b/srcpkgs/opensc/template
index 8ae62b250231..c4efd055a86f 100644
--- a/srcpkgs/opensc/template
+++ b/srcpkgs/opensc/template
@@ -1,7 +1,7 @@
 # Template file for 'opensc'
 pkgname=opensc
 version=0.22.0
-revision=1
+revision=2
 wrksrc="OpenSC-${version}"
 build_style=gnu-configure
 configure_args="--enable-man  --enable-sm --enable-static=no --enable-doc
@@ -29,9 +29,12 @@ post_install() {
 opensc-pkcs11_package() {
 	short_desc+=" - pkcs11 library"
 	pkg_install() {
-		vmove usr/lib/pkcs11
-		vmove "usr/lib/opensc-pkcs11*"
+		vmove usr/lib/onepin-opensc-pkcs11.so
+		vmove usr/lib/opensc-pkcs11.so
 		vmove usr/lib/pkcs11-spy.so
+		vmove usr/lib/pkcs11
+
+		vmove usr/lib/pkgconfig/opensc-pkcs11.pc
 	}
 }
 

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

* Re: [PR PATCH] [Updated] opensc: revbump, move onepin-opensc-pkcs11.so to opensc-pkcs11
  2022-04-25  3:34 [PR PATCH] opensc: revbump, move onepin-opensc-pkcs11.so to opensc-pkcs11 dmarto
@ 2022-05-27  2:17 ` dmarto
  2022-07-17 12:51 ` dmarto
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: dmarto @ 2022-05-27  2:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dmarto/void-packages onepin-opensc
https://github.com/void-linux/void-packages/pull/36846

opensc: revbump, move onepin-opensc-pkcs11.so to opensc-pkcs11
#### Testing the changes
- I tested the changes in this PR: **YES**

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

`usr/lib/pkgconfig/opensc-pkcs11.pc` and `usr/lib/onepin-opensc-pkcs11.so` were left in the main `opensc` package.

I never noticed it before as I have the full suit installed, but while making another pkg for a pcsc driver, this caught my eye.

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

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

From ac1dc293893f86299ae018c3154b846ef21ba766 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Mon, 25 Apr 2022 06:16:27 +0300
Subject: [PATCH] opensc: revbump, move onepin-opensc-pkcs11.so to
 opensc-pkcs11

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

diff --git a/srcpkgs/opensc/template b/srcpkgs/opensc/template
index 8ae62b250231..c4efd055a86f 100644
--- a/srcpkgs/opensc/template
+++ b/srcpkgs/opensc/template
@@ -1,7 +1,7 @@
 # Template file for 'opensc'
 pkgname=opensc
 version=0.22.0
-revision=1
+revision=2
 wrksrc="OpenSC-${version}"
 build_style=gnu-configure
 configure_args="--enable-man  --enable-sm --enable-static=no --enable-doc
@@ -29,9 +29,12 @@ post_install() {
 opensc-pkcs11_package() {
 	short_desc+=" - pkcs11 library"
 	pkg_install() {
-		vmove usr/lib/pkcs11
-		vmove "usr/lib/opensc-pkcs11*"
+		vmove usr/lib/onepin-opensc-pkcs11.so
+		vmove usr/lib/opensc-pkcs11.so
 		vmove usr/lib/pkcs11-spy.so
+		vmove usr/lib/pkcs11
+
+		vmove usr/lib/pkgconfig/opensc-pkcs11.pc
 	}
 }
 

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

* Re: [PR PATCH] [Updated] opensc: revbump, move onepin-opensc-pkcs11.so to opensc-pkcs11
  2022-04-25  3:34 [PR PATCH] opensc: revbump, move onepin-opensc-pkcs11.so to opensc-pkcs11 dmarto
  2022-05-27  2:17 ` [PR PATCH] [Updated] " dmarto
@ 2022-07-17 12:51 ` dmarto
  2022-10-16  2:14 ` github-actions
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: dmarto @ 2022-07-17 12:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dmarto/void-packages onepin-opensc
https://github.com/void-linux/void-packages/pull/36846

opensc: revbump, move onepin-opensc-pkcs11.so to opensc-pkcs11
#### Testing the changes
- I tested the changes in this PR: **YES**

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

`usr/lib/pkgconfig/opensc-pkcs11.pc` and `usr/lib/onepin-opensc-pkcs11.so` were left in the main `opensc` package.

I never noticed it before as I have the full suit installed, but while making another pkg for a pcsc driver, this caught my eye.

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

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

From 5d9f89167d45b7e571ab8a6015d9e02bca3e11c3 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Mon, 25 Apr 2022 06:16:27 +0300
Subject: [PATCH] opensc: revbump, move onepin-opensc-pkcs11.so to
 opensc-pkcs11

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

diff --git a/srcpkgs/opensc/template b/srcpkgs/opensc/template
index 8ae62b250231..c4efd055a86f 100644
--- a/srcpkgs/opensc/template
+++ b/srcpkgs/opensc/template
@@ -1,7 +1,7 @@
 # Template file for 'opensc'
 pkgname=opensc
 version=0.22.0
-revision=1
+revision=2
 wrksrc="OpenSC-${version}"
 build_style=gnu-configure
 configure_args="--enable-man  --enable-sm --enable-static=no --enable-doc
@@ -29,9 +29,12 @@ post_install() {
 opensc-pkcs11_package() {
 	short_desc+=" - pkcs11 library"
 	pkg_install() {
-		vmove usr/lib/pkcs11
-		vmove "usr/lib/opensc-pkcs11*"
+		vmove usr/lib/onepin-opensc-pkcs11.so
+		vmove usr/lib/opensc-pkcs11.so
 		vmove usr/lib/pkcs11-spy.so
+		vmove usr/lib/pkcs11
+
+		vmove usr/lib/pkgconfig/opensc-pkcs11.pc
 	}
 }
 

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

* Re: opensc: revbump, move onepin-opensc-pkcs11.so to opensc-pkcs11
  2022-04-25  3:34 [PR PATCH] opensc: revbump, move onepin-opensc-pkcs11.so to opensc-pkcs11 dmarto
  2022-05-27  2:17 ` [PR PATCH] [Updated] " dmarto
  2022-07-17 12:51 ` dmarto
@ 2022-10-16  2:14 ` github-actions
  2022-10-16 11:46 ` [PR PATCH] [Updated] " dmarto
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2022-10-16  2:14 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/36846#issuecomment-1279872851

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] opensc: revbump, move onepin-opensc-pkcs11.so to opensc-pkcs11
  2022-04-25  3:34 [PR PATCH] opensc: revbump, move onepin-opensc-pkcs11.so to opensc-pkcs11 dmarto
                   ` (2 preceding siblings ...)
  2022-10-16  2:14 ` github-actions
@ 2022-10-16 11:46 ` dmarto
  2022-10-16 11:50 ` dmarto
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: dmarto @ 2022-10-16 11:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dmarto/void-packages onepin-opensc
https://github.com/void-linux/void-packages/pull/36846

opensc: revbump, move onepin-opensc-pkcs11.so to opensc-pkcs11
#### Testing the changes
- I tested the changes in this PR: **YES**

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

`usr/lib/pkgconfig/opensc-pkcs11.pc` and `usr/lib/onepin-opensc-pkcs11.so` were left in the main `opensc` package.

I never noticed it before as I have the full suit installed, but while making another pkg for a pcsc driver, this caught my eye.

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

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

From c4de5423aafaccc44647f9e5196af18e64b0d42e Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Mon, 25 Apr 2022 06:16:27 +0300
Subject: [PATCH] opensc: revbump, move onepin-opensc-pkcs11.so to
 opensc-pkcs11

---
 srcpkgs/opensc/template | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/opensc/template b/srcpkgs/opensc/template
index 08bbf2e9ca14..c4efd055a86f 100644
--- a/srcpkgs/opensc/template
+++ b/srcpkgs/opensc/template
@@ -29,9 +29,12 @@ post_install() {
 opensc-pkcs11_package() {
 	short_desc+=" - pkcs11 library"
 	pkg_install() {
-		vmove usr/lib/pkcs11
-		vmove "usr/lib/opensc-pkcs11*"
+		vmove usr/lib/onepin-opensc-pkcs11.so
+		vmove usr/lib/opensc-pkcs11.so
 		vmove usr/lib/pkcs11-spy.so
+		vmove usr/lib/pkcs11
+
+		vmove usr/lib/pkgconfig/opensc-pkcs11.pc
 	}
 }
 

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

* Re: opensc: revbump, move onepin-opensc-pkcs11.so to opensc-pkcs11
  2022-04-25  3:34 [PR PATCH] opensc: revbump, move onepin-opensc-pkcs11.so to opensc-pkcs11 dmarto
                   ` (3 preceding siblings ...)
  2022-10-16 11:46 ` [PR PATCH] [Updated] " dmarto
@ 2022-10-16 11:50 ` dmarto
  2022-11-13  0:15 ` [PR PATCH] [Updated] " dmarto
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: dmarto @ 2022-10-16 11:50 UTC (permalink / raw)
  To: ml

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

New comment by dmarto on void-packages repository

https://github.com/void-linux/void-packages/pull/36846#issuecomment-1279953545

Comment:
bump`d

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

* Re: [PR PATCH] [Updated] opensc: revbump, move onepin-opensc-pkcs11.so to opensc-pkcs11
  2022-04-25  3:34 [PR PATCH] opensc: revbump, move onepin-opensc-pkcs11.so to opensc-pkcs11 dmarto
                   ` (4 preceding siblings ...)
  2022-10-16 11:50 ` dmarto
@ 2022-11-13  0:15 ` dmarto
  2022-11-13  0:31 ` dmarto
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: dmarto @ 2022-11-13  0:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dmarto/void-packages onepin-opensc
https://github.com/void-linux/void-packages/pull/36846

opensc: revbump, move onepin-opensc-pkcs11.so to opensc-pkcs11
#### Testing the changes
- I tested the changes in this PR: **YES**

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

`usr/lib/pkgconfig/opensc-pkcs11.pc` and `usr/lib/onepin-opensc-pkcs11.so` were left in the main `opensc` package.

I never noticed it before as I have the full suit installed, but while making another pkg for a pcsc driver, this caught my eye.

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

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

From 390b643d6480fbb6e3717a9c4e5e955508e94022 Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Mon, 25 Apr 2022 06:16:27 +0300
Subject: [PATCH] opensc: revbump, move onepin-opensc-pkcs11.so to
 opensc-pkcs11

---
 srcpkgs/opensc/template | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/opensc/template b/srcpkgs/opensc/template
index cadccca0839e..39c56650881e 100644
--- a/srcpkgs/opensc/template
+++ b/srcpkgs/opensc/template
@@ -28,9 +28,12 @@ post_install() {
 opensc-pkcs11_package() {
 	short_desc+=" - pkcs11 library"
 	pkg_install() {
-		vmove usr/lib/pkcs11
-		vmove "usr/lib/opensc-pkcs11*"
+		vmove usr/lib/onepin-opensc-pkcs11.so
+		vmove usr/lib/opensc-pkcs11.so
 		vmove usr/lib/pkcs11-spy.so
+		vmove usr/lib/pkcs11
+
+		vmove usr/lib/pkgconfig/opensc-pkcs11.pc
 	}
 }
 

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

* Re: opensc: revbump, move onepin-opensc-pkcs11.so to opensc-pkcs11
  2022-04-25  3:34 [PR PATCH] opensc: revbump, move onepin-opensc-pkcs11.so to opensc-pkcs11 dmarto
                   ` (5 preceding siblings ...)
  2022-11-13  0:15 ` [PR PATCH] [Updated] " dmarto
@ 2022-11-13  0:31 ` dmarto
  2022-11-14 14:31 ` [PR PATCH] [Updated] " dmarto
  2022-12-04 15:03 ` [PR PATCH] [Closed]: " dmarto
  8 siblings, 0 replies; 10+ messages in thread
From: dmarto @ 2022-11-13  0:31 UTC (permalink / raw)
  To: ml

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

New comment by dmarto on void-packages repository

https://github.com/void-linux/void-packages/pull/36846#issuecomment-1279953545

Comment:
bump`d

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

* Re: [PR PATCH] [Updated] opensc: revbump, move onepin-opensc-pkcs11.so to opensc-pkcs11
  2022-04-25  3:34 [PR PATCH] opensc: revbump, move onepin-opensc-pkcs11.so to opensc-pkcs11 dmarto
                   ` (6 preceding siblings ...)
  2022-11-13  0:31 ` dmarto
@ 2022-11-14 14:31 ` dmarto
  2022-12-04 15:03 ` [PR PATCH] [Closed]: " dmarto
  8 siblings, 0 replies; 10+ messages in thread
From: dmarto @ 2022-11-14 14:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dmarto/void-packages onepin-opensc
https://github.com/void-linux/void-packages/pull/36846

opensc: revbump, move onepin-opensc-pkcs11.so to opensc-pkcs11
#### Testing the changes
- I tested the changes in this PR: **YES**

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

`usr/lib/pkgconfig/opensc-pkcs11.pc` and `usr/lib/onepin-opensc-pkcs11.so` were left in the main `opensc` package.

I never noticed it before as I have the full suit installed, but while making another pkg for a pcsc driver, this caught my eye.

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

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

From 9e36fa6df0049b6936abb6bd4a077c23434f99ca Mon Sep 17 00:00:00 2001
From: Martin Dimov <martin@dmarto.com>
Date: Mon, 25 Apr 2022 06:16:27 +0300
Subject: [PATCH] opensc: revbump, move onepin-opensc-pkcs11.so to
 opensc-pkcs11

---
 srcpkgs/opensc/template | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/opensc/template b/srcpkgs/opensc/template
index cadccca0839e..39c56650881e 100644
--- a/srcpkgs/opensc/template
+++ b/srcpkgs/opensc/template
@@ -28,9 +28,12 @@ post_install() {
 opensc-pkcs11_package() {
 	short_desc+=" - pkcs11 library"
 	pkg_install() {
-		vmove usr/lib/pkcs11
-		vmove "usr/lib/opensc-pkcs11*"
+		vmove usr/lib/onepin-opensc-pkcs11.so
+		vmove usr/lib/opensc-pkcs11.so
 		vmove usr/lib/pkcs11-spy.so
+		vmove usr/lib/pkcs11
+
+		vmove usr/lib/pkgconfig/opensc-pkcs11.pc
 	}
 }
 

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

* Re: [PR PATCH] [Closed]: opensc: revbump, move onepin-opensc-pkcs11.so to opensc-pkcs11
  2022-04-25  3:34 [PR PATCH] opensc: revbump, move onepin-opensc-pkcs11.so to opensc-pkcs11 dmarto
                   ` (7 preceding siblings ...)
  2022-11-14 14:31 ` [PR PATCH] [Updated] " dmarto
@ 2022-12-04 15:03 ` dmarto
  8 siblings, 0 replies; 10+ messages in thread
From: dmarto @ 2022-12-04 15:03 UTC (permalink / raw)
  To: ml

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

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

opensc: revbump, move onepin-opensc-pkcs11.so to opensc-pkcs11
https://github.com/void-linux/void-packages/pull/36846

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

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

`usr/lib/pkgconfig/opensc-pkcs11.pc` and `usr/lib/onepin-opensc-pkcs11.so` were left in the main `opensc` package.

I never noticed it before as I have the full suit installed, but while making another pkg for a pcsc driver, this caught my eye.

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

end of thread, other threads:[~2022-12-04 15:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-25  3:34 [PR PATCH] opensc: revbump, move onepin-opensc-pkcs11.so to opensc-pkcs11 dmarto
2022-05-27  2:17 ` [PR PATCH] [Updated] " dmarto
2022-07-17 12:51 ` dmarto
2022-10-16  2:14 ` github-actions
2022-10-16 11:46 ` [PR PATCH] [Updated] " dmarto
2022-10-16 11:50 ` dmarto
2022-11-13  0:15 ` [PR PATCH] [Updated] " dmarto
2022-11-13  0:31 ` dmarto
2022-11-14 14:31 ` [PR PATCH] [Updated] " dmarto
2022-12-04 15:03 ` [PR PATCH] [Closed]: " dmarto

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