Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95951 - Please add support for sys-apps/pcsc-lite-1.2.9_beta7
Summary: Please add support for sys-apps/pcsc-lite-1.2.9_beta7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-13 03:43 UTC by Alon Bar-Lev (RETIRED)
Modified: 2005-07-19 18:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
update for pcsc-lite (pcsc-lite.diff,359 bytes, patch)
2005-06-13 03:43 UTC, Alon Bar-Lev (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alon Bar-Lev (RETIRED) gentoo-dev 2005-06-13 03:43:03 UTC
Simple.
1. Change ebuild name.
2. Change NUM to 975.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Alon Bar-Lev (RETIRED) gentoo-dev 2005-06-13 03:43:57 UTC
Created attachment 61141 [details, diff]
update for pcsc-lite 

Notice the NUM... without it the site does not return currect version.
Comment 2 SpanKY gentoo-dev 2005-06-13 04:59:43 UTC
1.2.9_beta7 has a screwed up upstream tarball, i'll wait for beta8+
Comment 3 Alon Bar-Lev (RETIRED) gentoo-dev 2005-06-13 05:05:27 UTC
(In reply to comment #2)
> 1.2.9_beta7 has a screwed up upstream tarball, i'll wait for beta8+

Can you please be more specific?
What exactly is the problem?
Since it works for me, using the attached ebuild modification.
Comment 4 SpanKY gentoo-dev 2005-06-13 06:10:29 UTC
it's packaged incorrectly

unpack beta6 and beta7 into the samedir and you'll see
Comment 5 Alon Bar-Lev (RETIRED) gentoo-dev 2005-06-13 08:39:21 UTC
No you don't!
If you had read what I've written and changed the NUM you would have gotten the
right version.
I've sent you a patch... and you even did not looked at it...

If you continue to check stuff like that beta8 and above will NEVER be used.

PLEASE PLEASE PLEASE TRY THE FOLLOWING:

wget https://alioth.debian.org/download.php/975/pcsc-lite-1.2.9-beta7.tar.gz
wget https://alioth.debian.org/download.php/753/pcsc-lite-1.2.9-beta6.tar.gz

# ls -l pcsc*
-rw-r--r--  1 root root 961464 Jun 13 19:35 pcsc-lite-1.2.9-beta6.tar.gz
-rw-r--r--  1 root root 771887 Jun 13 19:34 pcsc-lite-1.2.9-beta7.tar.gz

# tar xf pcsc-lite-1.2.9-beta6.tar.gz
# tar xf pcsc-lite-1.2.9-beta7.tar.gz

# diff -urNp pcsc-lite-1.2.9-beta6/ChangeLog pcsc-lite-1.2.9-beta7/ChangeLog
--- pcsc-lite-1.2.9-beta6/ChangeLog     2004-08-15 17:42:21.000000000 +0300
+++ pcsc-lite-1.2.9-beta7/ChangeLog     2005-03-02 19:07:59.000000000 +0200
@@ -1,3 +1,34 @@
+pcsc-lite-1.2.9-beta7: Ludovic Rousseau
+2 March 2005
+- SCARD_PROTOCOL_ANY is defined as (SCARD_PROTOCOL_T0|SCARD_PROTOCOL_T1)
+  You should not use SCARD_PROTOCOL_ANY since it is not defined in
+  Windows PC/SC. It is just defined for backward source code compatibility
+- define SCARD_STATE_UNPOWERED even it is a state never used so source
+  code using it can compile
+- SCardStatus(): pdwState and pdwProtocol parameters may be NULL (mimic
+  Windows)
+- provide a script update-reader.conf to update the /etc/reader.conf
+  file from /etc/reader.conf.d/* files
+  This script is called by /etc/init.d/pcscd before starting the daemon
+- add support of SCardGetAttrib() with a NULL pbAttr parameter to only
+  get the needed lenth in pcbAttrLen
+- SCardReconnect() now works after a card movement.  Previously
+  SCardReconnect() returned "Card was removed" even if the new card is
+  reseted.
+- SCardGetStatusChange(): greatly improve performances. Thanks to Oivind
+  H. Danielsen
+- SCardControl(): check if the pbSendBuffer is NULL or no bytes are sent
+  for driver API v2 only. With API v3 we can use dwControlCode as the
+  only data to send.
+- Implement the dynamic level logging in pcscd
+  The new command line options are:
+    -d, --debug           display lower level debug messages
+        --info            display info level debug messages (default level)
+        --error           display error level debug messages
+        --critical        display critical only level debug messages
+- some documentation update
+
+
 pcsc-lite-1.2.9-beta6: Ludovic Rousseau
 15 August 2004
 - The debug messages are now displayed by default. This prevented error
Comment 6 SpanKY gentoo-dev 2005-07-19 18:29:31 UTC
1.2.9_beta7 is now in cvs