pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/pcsc-lite
Module Name: pkgsrc
Committed By: adam
Date: Wed Aug 7 09:39:06 UTC 2024
Modified Files:
pkgsrc/security/pcsc-lite: Makefile PLIST distinfo options.mk
Log Message:
pcsc-lite: updated to 2.3.0
2.3.0
- SCardGetStatusChange(): add the number of reader events
- Add Appstream metainfo announcing HW support
- meson: specify minimum meson version to use
- fix formats under musl libc
- Send libpcsclite.so logs to stderr instead of stdout
- Some other minor improvements
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/security/pcsc-lite/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/pcsc-lite/PLIST
cvs rdiff -u -r1.35 -r1.36 pkgsrc/security/pcsc-lite/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/pcsc-lite/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/pcsc-lite/Makefile
diff -u pkgsrc/security/pcsc-lite/Makefile:1.48 pkgsrc/security/pcsc-lite/Makefile:1.49
--- pkgsrc/security/pcsc-lite/Makefile:1.48 Sun Jul 21 01:02:26 2024
+++ pkgsrc/security/pcsc-lite/Makefile Wed Aug 7 09:39:06 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2024/07/21 01:02:26 manu Exp $
+# $NetBSD: Makefile,v 1.49 2024/08/07 09:39:06 adam Exp $
-DISTNAME= pcsc-lite-2.2.3
-PKGREVISION= 2
+DISTNAME= pcsc-lite-2.3.0
CATEGORIES= security
MASTER_SITES= https://pcsclite.apdu.fr/files/
EXTRACT_SUFX= .tar.xz
Index: pkgsrc/security/pcsc-lite/PLIST
diff -u pkgsrc/security/pcsc-lite/PLIST:1.14 pkgsrc/security/pcsc-lite/PLIST:1.15
--- pkgsrc/security/pcsc-lite/PLIST:1.14 Sun Jul 21 01:02:26 2024
+++ pkgsrc/security/pcsc-lite/PLIST Wed Aug 7 09:39:06 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2024/07/21 01:02:26 manu Exp $
+@comment $NetBSD: PLIST,v 1.15 2024/08/07 09:39:06 adam Exp $
bin/pcsc-spy
include/PCSC/debuglog.h
include/PCSC/ifdhandler.h
@@ -18,4 +18,5 @@ man/man5/reader.conf.5
man/man8/pcscd.8
sbin/pcscd
share/doc/pcsc-lite/setup_spy.sh
-${POLKIT}share/polkit-1/actions/org.debian.pcsc-lite.policy
+share/metainfo/fr.apdu.pcsclite.metainfo.xml
+${PLIST.polkit}share/polkit-1/actions/org.debian.pcsc-lite.policy
Index: pkgsrc/security/pcsc-lite/distinfo
diff -u pkgsrc/security/pcsc-lite/distinfo:1.35 pkgsrc/security/pcsc-lite/distinfo:1.36
--- pkgsrc/security/pcsc-lite/distinfo:1.35 Mon Jun 10 09:33:58 2024
+++ pkgsrc/security/pcsc-lite/distinfo Wed Aug 7 09:39:06 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.35 2024/06/10 09:33:58 jperkin Exp $
+$NetBSD: distinfo,v 1.36 2024/08/07 09:39:06 adam Exp $
-BLAKE2s (pcsc-lite-2.2.3.tar.xz) = 11649836a45dc921f45fcc29ee99167f8905b18c95a4cb84af7a52ccb8513fcb
-SHA512 (pcsc-lite-2.2.3.tar.xz) = 417410f92a14eff78231ff6007ed801d71ae89c62914a88f21e8cd199e4792f00df09c28604e138efe269c7a6df9c8fd891401c6be77fb8cd8639b7890a9e00c
-Size (pcsc-lite-2.2.3.tar.xz) = 207892 bytes
+BLAKE2s (pcsc-lite-2.3.0.tar.xz) = 0863bb6b301071e6836bd72fcefdac2f68296e1bafc1b519f0140f0aaa8a87a9
+SHA512 (pcsc-lite-2.3.0.tar.xz) = 194c175ba7cf4610f09c08d463edf12f63e8e6a694938049988efb10c91e15b05d91747d58013f2f35452427996e8fe2ffb3706806d17ee278dc4896eab901c0
+Size (pcsc-lite-2.3.0.tar.xz) = 209064 bytes
SHA1 (patch-meson.build) = 34e7c0b0af2191d6dd5f270c154beefb84fbc1b8
SHA1 (patch-src_configfile.l) = 2283637df38919f1e7b47beb5a8e6a8b3619b12b
Index: pkgsrc/security/pcsc-lite/options.mk
diff -u pkgsrc/security/pcsc-lite/options.mk:1.3 pkgsrc/security/pcsc-lite/options.mk:1.4
--- pkgsrc/security/pcsc-lite/options.mk:1.3 Sun Jul 21 01:02:26 2024
+++ pkgsrc/security/pcsc-lite/options.mk Wed Aug 7 09:39:06 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2024/07/21 01:02:26 manu Exp $
+# $NetBSD: options.mk,v 1.4 2024/08/07 09:39:06 adam Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.pcsc-lite
@@ -7,12 +7,12 @@ PKG_SUGGESTED_OPTIONS= polkit
.include "../../mk/bsd.options.mk"
+PLIST_VARS+= polkit
+
.if !empty(PKG_OPTIONS:Mpolkit)
.include "../../security/polkit/buildlink3.mk"
MESON_ARGS+= -Dpolkit=true
-PLIST_SUBST+= POLKIT=""
+PLIST.polkit= yes
.else
MESON_ARGS+= -Dpolkit=false
-PLIST_SUBST+= POLKIT="@comment "
.endif
-
Home |
Main Index |
Thread Index |
Old Index