Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pcsc-ccid: update to 1.5.1.
@ 2022-11-15 20:22 josegpt
  2022-11-17 12:56 ` [PR REVIEW] " paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: josegpt @ 2022-11-15 20:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/josegpt/void-packages ccid
https://github.com/void-linux/void-packages/pull/40545

pcsc-ccid: update to 1.5.1.
<!-- 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/40545.patch is attached

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

From d1882caec16196e1f49527b17aa320bc9a6d4a84 Mon Sep 17 00:00:00 2001
From: Jose G Perez Taveras <josegpt27@gmail.com>
Date: Tue, 15 Nov 2022 15:21:06 -0500
Subject: [PATCH] pcsc-ccid: update to 1.5.1.

---
 srcpkgs/pcsc-ccid/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/pcsc-ccid/template b/srcpkgs/pcsc-ccid/template
index 67fbf3810209..11a7a49e7457 100644
--- a/srcpkgs/pcsc-ccid/template
+++ b/srcpkgs/pcsc-ccid/template
@@ -1,6 +1,6 @@
 # Template file for 'pcsc-ccid'
 pkgname=pcsc-ccid
-version=1.5.0
+version=1.5.1
 revision=1
 build_style=gnu-configure
 configure_args="--enable-udev --enable-twinserial"
@@ -12,7 +12,7 @@ license="LGPL-2.1-or-later"
 homepage="https://ccid.apdu.fr/"
 changelog="https://salsa.debian.org/rousseau/CCID/-/raw/master/README.md"
 distfiles="https://ccid.apdu.fr/files/ccid-${version}.tar.bz2"
-checksum=81549b3422469d503996d03a3aed2ef1375b359167f10d66be9e3844e729322e
+checksum=e7a78c398ec0d617a4f98bac70d5b64f78689284dd0ae87d4692e2857f117377
 
 post_install() {
 	vinstall src/92_pcscd_ccid.rules 644 usr/lib/udev/rules.d/

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

* Re: [PR REVIEW] pcsc-ccid: update to 1.5.1.
  2022-11-15 20:22 [PR PATCH] pcsc-ccid: update to 1.5.1 josegpt
@ 2022-11-17 12:56 ` paper42
  2022-11-26 22:54 ` [PR PATCH] [Updated] " josegpt
  2022-11-27 10:36 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-11-17 12:56 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/40545#discussion_r1025154539

Comment:
```
configure: WARNING: unrecognized options: --enable-udev
```

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

* Re: [PR PATCH] [Updated] pcsc-ccid: update to 1.5.1.
  2022-11-15 20:22 [PR PATCH] pcsc-ccid: update to 1.5.1 josegpt
  2022-11-17 12:56 ` [PR REVIEW] " paper42
@ 2022-11-26 22:54 ` josegpt
  2022-11-27 10:36 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: josegpt @ 2022-11-26 22:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/josegpt/void-packages ccid
https://github.com/void-linux/void-packages/pull/40545

pcsc-ccid: update to 1.5.1.
<!-- 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/40545.patch is attached

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

From 213e3ece62eea2aa36cad2f6fa001b0b823cac68 Mon Sep 17 00:00:00 2001
From: Jose G Perez Taveras <josegpt27@gmail.com>
Date: Tue, 15 Nov 2022 15:21:06 -0500
Subject: [PATCH] pcsc-ccid: update to 1.5.1.

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

diff --git a/srcpkgs/pcsc-ccid/template b/srcpkgs/pcsc-ccid/template
index 67fbf3810209..b1316b95a440 100644
--- a/srcpkgs/pcsc-ccid/template
+++ b/srcpkgs/pcsc-ccid/template
@@ -1,9 +1,9 @@
 # Template file for 'pcsc-ccid'
 pkgname=pcsc-ccid
-version=1.5.0
+version=1.5.1
 revision=1
 build_style=gnu-configure
-configure_args="--enable-udev --enable-twinserial"
+configure_args="--enable-twinserial"
 hostmakedepends="pkg-config perl"
 makedepends="pcsclite-devel eudev-libudev-devel libusb-compat-devel"
 short_desc="PC/SC driver to support CCID compliant readers"
@@ -12,7 +12,7 @@ license="LGPL-2.1-or-later"
 homepage="https://ccid.apdu.fr/"
 changelog="https://salsa.debian.org/rousseau/CCID/-/raw/master/README.md"
 distfiles="https://ccid.apdu.fr/files/ccid-${version}.tar.bz2"
-checksum=81549b3422469d503996d03a3aed2ef1375b359167f10d66be9e3844e729322e
+checksum=e7a78c398ec0d617a4f98bac70d5b64f78689284dd0ae87d4692e2857f117377
 
 post_install() {
 	vinstall src/92_pcscd_ccid.rules 644 usr/lib/udev/rules.d/

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

* Re: [PR PATCH] [Merged]: pcsc-ccid: update to 1.5.1.
  2022-11-15 20:22 [PR PATCH] pcsc-ccid: update to 1.5.1 josegpt
  2022-11-17 12:56 ` [PR REVIEW] " paper42
  2022-11-26 22:54 ` [PR PATCH] [Updated] " josegpt
@ 2022-11-27 10:36 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-11-27 10:36 UTC (permalink / raw)
  To: ml

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

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

pcsc-ccid: update to 1.5.1.
https://github.com/void-linux/void-packages/pull/40545

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:[~2022-11-27 10:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-15 20:22 [PR PATCH] pcsc-ccid: update to 1.5.1 josegpt
2022-11-17 12:56 ` [PR REVIEW] " paper42
2022-11-26 22:54 ` [PR PATCH] [Updated] " josegpt
2022-11-27 10:36 ` [PR PATCH] [Merged]: " paper42

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