Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libnfc: update to 1.8.0
@ 2020-12-29 12:18 ndowens
  2020-12-29 13:19 ` ndowens
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: ndowens @ 2020-12-29 12:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages libnfc
https://github.com/void-linux/void-packages/pull/27530

libnfc: update to 1.8.0


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

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

From c12dff06d2de50d7b30c720cd9704a9e67cf4b19 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 29 Dec 2020 06:15:56 -0600
Subject: [PATCH 1/2] mfoc: revbump for libnfc

---
 srcpkgs/mfoc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/mfoc/template b/srcpkgs/mfoc/template
index 7ddd3e9adf8..a6ce644c22c 100644
--- a/srcpkgs/mfoc/template
+++ b/srcpkgs/mfoc/template
@@ -1,7 +1,7 @@
 # Template file for 'mfoc'
 pkgname=mfoc
 version=0.10.7
-revision=3
+revision=4
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 hostmakedepends="automake pkg-config"

From dd1f021f6b2679e591ed61d9469c376bdf66b6e3 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 29 Dec 2020 04:03:10 -0600
Subject: [PATCH 2/2] libnfc: update to 1.8.0.

---
 common/shlibs           |  2 +-
 srcpkgs/libnfc/template | 16 +++++++++-------
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 30b88c76902..bdbc777772e 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2203,7 +2203,7 @@ libudns.so.0 udns-0.4_1
 libcriu.so.2 criu-3.13_2
 libcompel.so.1 criu-3.13_2
 libwebsockets.so.15 libwebsockets-3.2.0_1
-libnfc.so.0 libnfc-1.7.1_1
+libnfc.so.6 libnfc-1.8.0_1
 libfuzzy.so.2 libfuzzy-2.12_1
 libSDL_gfx.so.15 SDL_gfx-2.0.25_2
 libsfml-network.so.2.5 SFML-2.5.0_1
diff --git a/srcpkgs/libnfc/template b/srcpkgs/libnfc/template
index 0cbcee8e106..d32f87f9e63 100644
--- a/srcpkgs/libnfc/template
+++ b/srcpkgs/libnfc/template
@@ -1,24 +1,25 @@
 # Template file for 'libnfc'
 pkgname=libnfc
-version=1.7.1
-revision=3
+version=1.8.0
+revision=1
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=cmake
-short_desc="Low level NFC SDK and Programmers API"
 hostmakedepends="pkg-config"
 makedepends="libusb-devel libusb-compat-devel"
+short_desc="Low level NFC SDK and Programmers API"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
-license="GPL-3"
+license="GPL-3.0-or-later"
 homepage="http://nfc-tools.org/"
 distfiles="https://github.com/nfc-tools/libnfc/archive/libnfc-${version}.tar.gz"
-checksum=30de35b4f1af3f57dab40d91ffb2275664a35859ff2b014ba7b226aa3f5465f5
+checksum=0ab7d9b41442e7edc2af7c54630396edc73ce51128aa28a5c6e4135dc5595495
 CFLAGS="-D_GNU_SOURCE"
 
 pre_configure() {
-	sed -i "s|MODE=\"0664\", GROUP=\"plugdev\"|TAG+=\"uaccess\"|g" contrib/udev/42-pn53x.rules
+	vsed -i "s|MODE=\"0664\", GROUP=\"plugdev\"|TAG+=\"uaccess\"|g" \
+		contrib/udev/93-pn53x.rules
 }
 post_install() {
-	vinstall contrib/udev/42-pn53x.rules         644 usr/lib/udev/rules.d/
+	vinstall contrib/udev/93-pn53x.rules         644 usr/lib/udev/rules.d/
 	vinstall contrib/linux/blacklist-libnfc.conf 644 usr/lib/modprobe.d/
 }
 libnfc-devel_package() {
@@ -26,6 +27,7 @@ libnfc-devel_package() {
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
+		vmove usr/lib/cmake
 		vmove usr/lib/pkgconfig
 		vmove "usr/lib/*.so"
 	}

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

* Re: libnfc: update to 1.8.0
  2020-12-29 12:18 [PR PATCH] libnfc: update to 1.8.0 ndowens
@ 2020-12-29 13:19 ` ndowens
  2020-12-29 15:33 ` [PR PATCH] [Updated] " ndowens
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ndowens @ 2020-12-29 13:19 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/27530#issuecomment-752071925

Comment:
I’ll fix lint ASAP

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

* Re: [PR PATCH] [Updated] libnfc: update to 1.8.0
  2020-12-29 12:18 [PR PATCH] libnfc: update to 1.8.0 ndowens
  2020-12-29 13:19 ` ndowens
@ 2020-12-29 15:33 ` ndowens
  2021-09-20 15:45 ` paper42
  2021-09-20 15:45 ` [PR PATCH] [Closed]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: ndowens @ 2020-12-29 15:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages libnfc
https://github.com/void-linux/void-packages/pull/27530

libnfc: update to 1.8.0


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

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

From 354dc209f95f1c7a02e56db9662c53195c42619d Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 29 Dec 2020 06:15:56 -0600
Subject: [PATCH 1/2] mfoc: revbump for libnfc

Correct license, should be GPL-2.0-or-later
not GPL-3.0
---
 srcpkgs/mfoc/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/mfoc/template b/srcpkgs/mfoc/template
index 7ddd3e9adf8..4f80126ca91 100644
--- a/srcpkgs/mfoc/template
+++ b/srcpkgs/mfoc/template
@@ -1,14 +1,14 @@
 # Template file for 'mfoc'
 pkgname=mfoc
 version=0.10.7
-revision=3
+revision=4
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=gnu-configure
 hostmakedepends="automake pkg-config"
 makedepends="libnfc-devel"
 short_desc="Mifare Classic Offline Cracker"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
-license="GPL-3"
+license="GPL-2.0-or-later"
 homepage="http://nfc-tools.org"
 distfiles="https://github.com/nfc-tools/mfoc/archive/${pkgname}-${version}.tar.gz"
 checksum=2dfd8ffa4a8b357807680d190a91c8cf3db54b4211a781edc1108af401dbaad7

From 7010d57db0015b615d168264fb38c957b2beae50 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Tue, 29 Dec 2020 04:03:10 -0600
Subject: [PATCH 2/2] libnfc: update to 1.8.0.

---
 common/shlibs           |  2 +-
 srcpkgs/libnfc/template | 16 +++++++++-------
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 30b88c76902..bdbc777772e 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2203,7 +2203,7 @@ libudns.so.0 udns-0.4_1
 libcriu.so.2 criu-3.13_2
 libcompel.so.1 criu-3.13_2
 libwebsockets.so.15 libwebsockets-3.2.0_1
-libnfc.so.0 libnfc-1.7.1_1
+libnfc.so.6 libnfc-1.8.0_1
 libfuzzy.so.2 libfuzzy-2.12_1
 libSDL_gfx.so.15 SDL_gfx-2.0.25_2
 libsfml-network.so.2.5 SFML-2.5.0_1
diff --git a/srcpkgs/libnfc/template b/srcpkgs/libnfc/template
index 0cbcee8e106..d32f87f9e63 100644
--- a/srcpkgs/libnfc/template
+++ b/srcpkgs/libnfc/template
@@ -1,24 +1,25 @@
 # Template file for 'libnfc'
 pkgname=libnfc
-version=1.7.1
-revision=3
+version=1.8.0
+revision=1
 wrksrc="${pkgname}-${pkgname}-${version}"
 build_style=cmake
-short_desc="Low level NFC SDK and Programmers API"
 hostmakedepends="pkg-config"
 makedepends="libusb-devel libusb-compat-devel"
+short_desc="Low level NFC SDK and Programmers API"
 maintainer="Andrea Brancaleoni <abc@pompel.me>"
-license="GPL-3"
+license="GPL-3.0-or-later"
 homepage="http://nfc-tools.org/"
 distfiles="https://github.com/nfc-tools/libnfc/archive/libnfc-${version}.tar.gz"
-checksum=30de35b4f1af3f57dab40d91ffb2275664a35859ff2b014ba7b226aa3f5465f5
+checksum=0ab7d9b41442e7edc2af7c54630396edc73ce51128aa28a5c6e4135dc5595495
 CFLAGS="-D_GNU_SOURCE"
 
 pre_configure() {
-	sed -i "s|MODE=\"0664\", GROUP=\"plugdev\"|TAG+=\"uaccess\"|g" contrib/udev/42-pn53x.rules
+	vsed -i "s|MODE=\"0664\", GROUP=\"plugdev\"|TAG+=\"uaccess\"|g" \
+		contrib/udev/93-pn53x.rules
 }
 post_install() {
-	vinstall contrib/udev/42-pn53x.rules         644 usr/lib/udev/rules.d/
+	vinstall contrib/udev/93-pn53x.rules         644 usr/lib/udev/rules.d/
 	vinstall contrib/linux/blacklist-libnfc.conf 644 usr/lib/modprobe.d/
 }
 libnfc-devel_package() {
@@ -26,6 +27,7 @@ libnfc-devel_package() {
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
+		vmove usr/lib/cmake
 		vmove usr/lib/pkgconfig
 		vmove "usr/lib/*.so"
 	}

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

* Re: libnfc: update to 1.8.0
  2020-12-29 12:18 [PR PATCH] libnfc: update to 1.8.0 ndowens
  2020-12-29 13:19 ` ndowens
  2020-12-29 15:33 ` [PR PATCH] [Updated] " ndowens
@ 2021-09-20 15:45 ` paper42
  2021-09-20 15:45 ` [PR PATCH] [Closed]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2021-09-20 15:45 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/27530#issuecomment-923048968

Comment:
done in 0823072e802a66eddfa30db27c4a8790cd55b5d9, 75d2255d888438725b4bdead83cdae5a1299894d and 14b7ada2d4be6de3672e81897b4a5bb302649de1

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

* Re: [PR PATCH] [Closed]: libnfc: update to 1.8.0
  2020-12-29 12:18 [PR PATCH] libnfc: update to 1.8.0 ndowens
                   ` (2 preceding siblings ...)
  2021-09-20 15:45 ` paper42
@ 2021-09-20 15:45 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2021-09-20 15:45 UTC (permalink / raw)
  To: ml

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

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

libnfc: update to 1.8.0
https://github.com/void-linux/void-packages/pull/27530

Description:


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

end of thread, other threads:[~2021-09-20 15:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-29 12:18 [PR PATCH] libnfc: update to 1.8.0 ndowens
2020-12-29 13:19 ` ndowens
2020-12-29 15:33 ` [PR PATCH] [Updated] " ndowens
2021-09-20 15:45 ` paper42
2021-09-20 15:45 ` [PR PATCH] [Closed]: " 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).