ports/78815: Update libchipcard 0.9.1

Michael Nottebrock michaelnottebrock at gmx.net
Mon Mar 14 12:40:05 UTC 2005


>Number:         78815
>Category:       ports
>Synopsis:       Update libchipcard 0.9.1
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 14 12:40:04 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Michael Nottebrock
>Release:        FreeBSD 4.11-STABLE i386
>Organization:
>Environment:
System: FreeBSD kiste 4.11-STABLE FreeBSD 4.11-STABLE #3: Sun Jan 9 15:26:53 CET 2005 root at kiste:/usr/obj/usr/src/sys/KISTE-UP i386


	
>Description:

	Updates devel/libchipcard to the latest stable release.

>How-To-Repeat:
	
>Fix:

	

--- libchipcard.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/libchipcard/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	6 Mar 2004 18:00:09 -0000	1.7
+++ Makefile	14 Mar 2005 12:18:00 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	libchipcard
-PORTVERSION=	0.8
-PORTREVISION=	1
+PORTVERSION=	0.9.1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	libchipcard
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/libchipcard/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	31 Mar 2004 03:06:59 -0000	1.3
+++ distinfo	14 Mar 2005 12:18:00 -0000
@@ -1,2 +1,2 @@
-MD5 (libchipcard-0.8.tar.gz) = 9684596e6f760eb19f2906cff74d0a1e
-SIZE (libchipcard-0.8.tar.gz) = 640272
+MD5 (libchipcard-0.9.1.tar.gz) = 9de5833b693a5221a046d4fe7efcc4c6
+SIZE (libchipcard-0.9.1.tar.gz) = 724733
Index: pkg-message
===================================================================
RCS file: /home/pcvs/ports/devel/libchipcard/pkg-message,v
retrieving revision 1.1
diff -u -r1.1 pkg-message
--- pkg-message	17 Feb 2003 23:56:56 -0000	1.1
+++ pkg-message	14 Mar 2005 12:18:00 -0000
@@ -1,9 +1,8 @@
-***********************************************************************
-*								      *
-*  You need to setup the following configurations files before using  *
-*  LibChipCard:							      *
-*  - %%PREFIX%%/etc/chipcardc.conf (client configuration)	      *
-*  - %%PREFIX%%/etc/chipcardd.conf (daemon configuration)	      *
-*  I have installed example files (filenames above+".example").	      *
-*								      *
-***********************************************************************
+*******************************************************************************
+*								      	      *
+* Example configurations have been installed to:			      *
+*  									      *
+* %%PREFIX%%/share/libchipcard/examples/chipcardc.conf (client configuration) *
+* %%PREFIX%%/share/libchipcard/examples/chipcardd.conf (daemon configuration) *
+*  								      	      *
+*******************************************************************************
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/libchipcard/pkg-plist,v
retrieving revision 1.3
diff -u -r1.3 pkg-plist
--- pkg-plist	22 Feb 2003 04:25:25 -0000	1.3
+++ pkg-plist	14 Mar 2005 12:18:00 -0000
@@ -5,8 +5,6 @@
 bin/libchipcard-config
 bin/memcard
 bin/readertest
-etc/chipcardc.conf.example
-etc/chipcardd.conf.example
 etc/rc.d/chipcardd.sh
 include/chameleon/chameleon.h
 include/chameleon/conf.h
@@ -22,21 +20,26 @@
 include/chameleon/ipctransportlayer.h
 include/chameleon/libloader.h
 include/chameleon/logger.h
+include/chipcard.h
 include/chipcard/ctcard.h
+include/chipcard/ctcardbase.h
+include/chipcard/ctcardtrader.h
 include/chipcard/ctcommand.h
 include/chipcard/ctcore_public.h
 include/chipcard/ctdatacache.h
 include/chipcard/cterror.h
 include/chipcard/ctfilesystem2.h
 include/chipcard/ctgeldkarte.h
+include/chipcard/ctinitializer.h
 include/chipcard/ctkvkcard.h
 include/chipcard/ctmemorycard.h
 include/chipcard/ctmisc.h
 include/chipcard/ctpointer.h
 include/chipcard/ctprocessorcard.h
+include/chipcard/ctreadercontext.h
+include/chipcard/ctreadertrader.h
 include/chipcard/cttlv.h
 include/chipcard/ctversion.h
-include/chipcard.h
 include/chipcard/hbcicard.h
 include/chipcard/libchipcard.h
 include/chipcard/rsacard.h
@@ -44,7 +47,7 @@
 lib/libchipcard.a
 lib/libchipcard.la
 lib/libchipcard.so
-lib/libchipcard.so.17
+lib/libchipcard.so.20
 sbin/chipcardd
 sbin/kvkd
 share/aclocal/libchipcard.m4
@@ -59,9 +62,13 @@
 share/libchipcard/drivers/ctapi-fake.dsc
 share/libchipcard/drivers/cyberjack.dsc
 share/libchipcard/drivers/kobil.dsc
+share/libchipcard/drivers/orga.dsc
 share/libchipcard/drivers/towitoko.dsc
- at dirrm include/chameleon
- at dirrm include/chipcard
+share/libchipcard/examples/chipcardc.conf
+share/libchipcard/examples/chipcardd.conf
+ at dirrm share/libchipcard/examples
 @dirrm share/libchipcard/drivers
 @dirrm share/libchipcard/commands
 @dirrm share/libchipcard
+ at dirrm include/chipcard
+ at dirrm include/chameleon
Index: files/patch-hbcicard.cpp
===================================================================
RCS file: files/patch-hbcicard.cpp
diff -N files/patch-hbcicard.cpp
--- files/patch-hbcicard.cpp	29 Dec 2003 14:25:02 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,13 +0,0 @@
---- src/libchipcard/cards/hbcicard.cpp.orig	Mon Dec 29 10:58:25 2003
-+++ src/libchipcard/cards/hbcicard.cpp	Mon Dec 29 10:59:41 2003
-@@ -401,8 +401,8 @@
-     string id;
-     string fcp;
-     CTError err;
--    unsigned char id1[9]={{0xd2},{0x76},{0x00},{0x00},{0x25},{0x48},{0x42},{0x01},{0x00}};
--    unsigned char id2[9]={{0xd2},{0x76},{0x00},{0x00},{0x25},{0x48},{0x42},{0x02},{0x00}};
-+    unsigned char id1[9]={0xd2,0x76,0x00,0x00,0x25,0x48,0x42,0x01,0x00};
-+    unsigned char id2[9]={0xd2,0x76,0x00,0x00,0x25,0x48,0x42,0x02,0x00};
- 
- #if DEBUGMODE>15
-     fprintf(stderr,"LIBCHIPCARD: Checking type.\n");
--- libchipcard.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list