Browse Source

libchipcard3: renamed to libchipcard (see note!)

Note:

Historicaly we have 3 different libchipcard packages which is not really
needed anymore, so I renamed _our_ latest package (libchipcard3) to
libchipcard, completely replacing the very ancient version we had inside
of that package.
libchipcard2 will be dropped as well but not within this commit, and the
the remaining libchipcard package updated to a recent upstream version.
stable/0.2
Christian Wiese 13 years ago
parent
commit
18d7c2cd3f
7 changed files with 20 additions and 138 deletions
  1. +0
    -30
      security/libchipcard/64bit.patch
  2. +10
    -7
      security/libchipcard/libchipcard.cache
  3. +5
    -9
      security/libchipcard/libchipcard.conf
  4. +5
    -8
      security/libchipcard/libchipcard.desc
  5. +0
    -28
      security/libchipcard3/libchipcard3.cache
  6. +0
    -21
      security/libchipcard3/libchipcard3.conf
  7. +0
    -35
      security/libchipcard3/libchipcard3.desc

+ 0
- 30
security/libchipcard/64bit.patch

@ -1,30 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../libchipcard/64bit.patch
# Copyright (C) 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
diff -ur libchipcard-0.9.1/src/libchipcard/cards/hbcicard.cpp libchipcard-0.9.1-t2/src/libchipcard/cards/hbcicard.cpp
--- libchipcard-0.9.1/src/libchipcard/cards/hbcicard.cpp 2003-05-07 22:14:59.000000000 +0200
+++ libchipcard-0.9.1-t2/src/libchipcard/cards/hbcicard.cpp 2006-01-29 00:29:49.000000000 +0100
@@ -684,8 +684,8 @@
case k_HBCICARD_TYPE_1:
return _hash2mac1(hash,mac);
default:
- DBG_INFO("LIBCHIPCARD: unknown chip card type (%8x) (%d).",
- (unsigned int)this,
+ DBG_INFO("LIBCHIPCARD: unknown chip card type (%8x) (%ld).",
+ (unsigned long)this,
_type);
return false;
}

+ 10
- 7
security/libchipcard/libchipcard.cache

@ -1,25 +1,28 @@
[TIMESTAMP] 1134205613 Sat Dec 10 10:06:53 2005
[BUILDTIME] 55 (9)
[SIZE] 2.37 MB, 114 files
[TIMESTAMP] 1297105905 Mon Feb 7 20:11:45 2011
[BUILDTIME] 30 (5)
[SIZE] 1.80 MB, 200 files
[DEP] bash
[DEP] binutils
[DEP] bzip2
[DEP] coreutils
[DEP] diffutils
[DEP] fhs
[DEP] findutils
[DEP] gawk
[DEP] gcc
[DEP] gettext
[DEP] glibc
[DEP] grep
[DEP] gwenhywfar
[DEP] libtool
[DEP] libusb
[DEP] linux-header
[DEP] make
[DEP] mktemp
[DEP] net-tools
[DEP] openssl
[DEP] pcsc-lite
[DEP] sed
[DEP] sysfiles
[DEP] sysfsutils
[DEP] tar
[DEP] util-linux
[DEP] util-linux-ng

+ 5
- 9
security/libchipcard/libchipcard.conf

@ -1,8 +1,8 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../libchipcard/libchipcard.conf
# Copyright (C) 2006 The T2 SDE Project
# Filename: package/.../libchipcard3/libchipcard3.conf
# Copyright (C) 2006 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -12,14 +12,10 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
var_append confopt ' ' '--sysconfdir=/etc'
# this makes to search libsysfs.so in /lib - libtool issue
var_append confopt ' ' '--sysconfdir=/etc --disable-opensc-test'
# needed for $libdir != *lib
fix_libchipcard_config() {
if [ -f ./src/libchipcard/libchipcard-config.in.in ]; then
sed -i "s,/lib,/${libdir##*/}," ./src/libchipcard/libchipcard-config.in.in
fi
}
hook_add preconf 5 "fix_libchipcard_config"
var_append confopt ' ' "--with-openssl-libs=$root/$( pkgprefix openssl )/${libdir##*/}"

+ 5
- 8
security/libchipcard/libchipcard.desc

@ -1,11 +1,8 @@
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../libchipcard/libchipcard.desc
[COPY] Copyright (C) 2006 - 2010 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY] Filename: package/.../libchipcard3/libchipcard3.desc
[COPY] Copyright (C) 2006 - 2008 The OpenSDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.
[COPY]
@ -32,7 +29,7 @@
[L] GPL
[S] Stable
[V] 0.9.1
[P] O -----5---9 176.500
[V] 3.0.4
[P] X -----5---9 176.500
[D] 4122343392 libchipcard-0.9.1.tar.gz http://dl.sourceforge.net/sourceforge/libchipcard/
[D] 1744922642 libchipcard3-3.0.4.tar.gz http://dl.sourceforge.net/sourceforge/libchipcard/

+ 0
- 28
security/libchipcard3/libchipcard3.cache

@ -1,28 +0,0 @@
[TIMESTAMP] 1297105905 Mon Feb 7 20:11:45 2011
[BUILDTIME] 30 (5)
[SIZE] 1.80 MB, 200 files
[DEP] bash
[DEP] binutils
[DEP] bzip2
[DEP] coreutils
[DEP] diffutils
[DEP] fhs
[DEP] findutils
[DEP] gawk
[DEP] gcc
[DEP] glibc
[DEP] grep
[DEP] gwenhywfar
[DEP] libtool
[DEP] libusb
[DEP] linux-header
[DEP] make
[DEP] openssl
[DEP] pcsc-lite
[DEP] sed
[DEP] sysfiles
[DEP] sysfsutils
[DEP] tar
[DEP] util-linux-ng

+ 0
- 21
security/libchipcard3/libchipcard3.conf

@ -1,21 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../libchipcard3/libchipcard3.conf
# Copyright (C) 2006 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
# this makes to search libsysfs.so in /lib - libtool issue
var_append confopt ' ' '--sysconfdir=/etc --disable-opensc-test'
# needed for $libdir != *lib
var_append confopt ' ' "--with-openssl-libs=$root/$( pkgprefix openssl )/${libdir##*/}"

+ 0
- 35
security/libchipcard3/libchipcard3.desc

@ -1,35 +0,0 @@
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../libchipcard3/libchipcard3.desc
[COPY] Copyright (C) 2006 - 2008 The OpenSDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; version 2 of the License. A copy of the
[COPY] GNU General Public License can be found in the file COPYING.
[COPY] --- SDE-COPYRIGHT-NOTE-END ---
[I] Accessing chipdrives
[T] This library is a basic framework for accessing chip cards via chip card
[T] readers (terminals). It uses the CTAPI interface which is supported by
[T] most card readers (like Towitoko, Kobil), so it should work with many of them.
[T] Since version 0.6 libchipcard can also access readers via the PC/SC (MUSCLE)
[T] interface
[U] http://www.libchipcard.de/
[A] Martin Preuss <martin@libchipcard.de>
[M] The OpenSDE Community <list@opensde.org>
[C] extra/development
[L] GPL
[S] Stable
[V] 3.0.4
[P] X -----5---9 176.500
[D] 1744922642 libchipcard3-3.0.4.tar.gz http://dl.sourceforge.net/sourceforge/libchipcard/

Loading…
Cancel
Save