Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 95951
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo's Team for Core System packages <base-system@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Alon Bar-Lev (RETIRED) <alonbl@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
pcsc-lite.diff update for pcsc-lite patch Alon Bar-Lev (RETIRED) 2005-06-13 03:43 0000 359 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 95951 depends on: Show dependency tree
Bug 95951 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-06-13 03:43 0000
Simple.
1. Change ebuild name.
2. Change NUM to 975.


Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Alon Bar-Lev (RETIRED) 2005-06-13 03:43:57 0000 -------
Created an attachment (id=61141) [details]
update for pcsc-lite 

Notice the NUM... without it the site does not return currect version.

------- Comment #2 From SpanKY 2005-06-13 04:59:43 0000 -------
1.2.9_beta7 has a screwed up upstream tarball, i'll wait for beta8+

------- Comment #3 From Alon Bar-Lev (RETIRED) 2005-06-13 05:05:27 0000 -------
(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 From SpanKY 2005-06-13 06:10:29 0000 -------
it's packaged incorrectly

unpack beta6 and beta7 into the samedir and you'll see

------- Comment #5 From Alon Bar-Lev (RETIRED) 2005-06-13 08:39:21 0000 -------
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 From SpanKY 2005-07-19 18:29:31 0000 -------
1.2.9_beta7 is now in cvs

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug