[arch-commits] Commit in opensc/trunk (PKGBUILD)

2020-11-25 Thread Filipe Laíns via arch-commits
Date: Wednesday, November 25, 2020 @ 14:23:27
  Author: ffy00
Revision: 761053

upgpkg: opensc 0.21.0-1

Modified:
  opensc/trunk/PKGBUILD

--+
 PKGBUILD |   24 ++--
 1 file changed, 10 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-25 14:18:23 UTC (rev 761052)
+++ PKGBUILD2020-11-25 14:23:27 UTC (rev 761053)
@@ -4,8 +4,8 @@
 # Contributor: kevku 
 
 pkgname=opensc
-pkgver=0.20.0
-pkgrel=3
+pkgver=0.21.0
+pkgrel=1
 pkgdesc='Tools and libraries for smart cards'
 arch=('x86_64')
 url='https://github.com/OpenSC/OpenSC/wiki'
@@ -14,22 +14,14 @@
 makedepends=('docbook-xsl')
 depends=('pcsclite' 'glib2' 'libltdl')
 options=('!emptydirs')
-source=("https://github.com/OpenSC/OpenSC/releases/download/$pkgver/opensc-$pkgver.tar.gz;
-
'fix-cve-2020-26570.patch::https://github.com/OpenSC/OpenSC/commit/6903aebfddc466d966c7b865fae34572bf3ed23e.patch'
-
'fix-cve-2020-26571.patch::https://github.com/OpenSC/OpenSC/commit/9d294de90d1cc66956389856e60b6944b27b4817.patch')
-sha512sums=('71f71fa6062410e63c6c60f5b2d10d1d855cc6cc815ef0e42e42a1ddd25bbd52fc396c1e495ef54610f3243996dec84dacc8007b186deb670ed645b04ee6eda5'
-
'e5d3aa047459986bbdefcb436ada8079345fa5f5d4498062f8cd1c1af9c769b56e7b1a79f792aa85e767b21d802815ec52fff5093540ac928da203c634b01996'
-
'0e71e69396123578def598cdb9f359000e15bf4d9cfeca0df50808d31bbeee8ecd458333fb8734a7569112c5559ca2d4bdb740cef9360a8bcba3be3650bd32bf')
+source=("https://github.com/OpenSC/OpenSC/releases/download/$pkgver/opensc-$pkgver.tar.gz;)
+sha512sums=('3511b0a04a96e62011c48667e3fd36a1611fe67a89f7626ff056c9c3614f8cabc91c9924a6ca7a8ea50076a128e3967277a0dd624b4fa27c62cefee9fab22646')
 
-prepare() {
+build() {
   cd $pkgname-$pkgver
-  patch -p1 -i ../fix-cve-2020-26570.patch
-  patch -p1 -i ../fix-cve-2020-26571.patch
-}
 
-build() {
-  cd $pkgname-$pkgver
   _sheetdir=(/usr/share/xml/docbook/xsl-stylesheets-*-nons)
+
   ./bootstrap
   ./configure \
 --prefix=/usr \
@@ -43,13 +35,17 @@
 --enable-zlib \
 --enable-sm \
 --with-xsl-stylesheetsdir="$_sheetdir"
+
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 
 package(){
   cd $pkgname-$pkgver
+
   make DESTDIR="$pkgdir" install
+
   install -D -m644 etc/opensc.conf "$pkgdir/etc/opensc.conf"
 }
 


[arch-commits] Commit in opensc/trunk (PKGBUILD)

2020-10-26 Thread Filipe Laíns via arch-commits
Date: Tuesday, October 27, 2020 @ 02:41:05
  Author: ffy00
Revision: 734116

fix CVE-2020-26570 and CVE-2020-26571 (0.20.0-3)

Modified:
  opensc/trunk/PKGBUILD

--+
 PKGBUILD |   16 +---
 1 file changed, 13 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-27 02:03:58 UTC (rev 734115)
+++ PKGBUILD2020-10-27 02:41:05 UTC (rev 734116)
@@ -5,7 +5,7 @@
 
 pkgname=opensc
 pkgver=0.20.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Tools and libraries for smart cards'
 arch=('x86_64')
 url='https://github.com/OpenSC/OpenSC/wiki'
@@ -14,9 +14,19 @@
 makedepends=('docbook-xsl')
 depends=('pcsclite' 'glib2' 'libltdl')
 options=('!emptydirs')
-source=("https://github.com/OpenSC/OpenSC/releases/download/$pkgver/opensc-$pkgver.tar.gz;)
-sha256sums=('bbf4b4f4a44463645c90a525e820a8059b2f742a53b7b944f941de3c97ba4863')
+source=("https://github.com/OpenSC/OpenSC/releases/download/$pkgver/opensc-$pkgver.tar.gz;
+
'fix-cve-2020-26570.patch::https://github.com/OpenSC/OpenSC/commit/6903aebfddc466d966c7b865fae34572bf3ed23e.patch'
+
'fix-cve-2020-26571.patch::https://github.com/OpenSC/OpenSC/commit/9d294de90d1cc66956389856e60b6944b27b4817.patch')
+sha512sums=('71f71fa6062410e63c6c60f5b2d10d1d855cc6cc815ef0e42e42a1ddd25bbd52fc396c1e495ef54610f3243996dec84dacc8007b186deb670ed645b04ee6eda5'
+
'e5d3aa047459986bbdefcb436ada8079345fa5f5d4498062f8cd1c1af9c769b56e7b1a79f792aa85e767b21d802815ec52fff5093540ac928da203c634b01996'
+
'0e71e69396123578def598cdb9f359000e15bf4d9cfeca0df50808d31bbeee8ecd458333fb8734a7569112c5559ca2d4bdb740cef9360a8bcba3be3650bd32bf')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i ../fix-cve-2020-26570.patch
+  patch -p1 -i ../fix-cve-2020-26571.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   _sheetdir=(/usr/share/xml/docbook/xsl-stylesheets-*-nons)


[arch-commits] Commit in opensc/trunk (PKGBUILD)

2020-10-17 Thread Frederik Schwan via arch-commits
Date: Sunday, October 18, 2020 @ 00:00:10
  Author: freswa
Revision: 725795

fix docbook-xsl path to nons version

fixes FS#67078

Modified:
  opensc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-17 23:59:59 UTC (rev 725794)
+++ PKGBUILD2020-10-18 00:00:10 UTC (rev 725795)
@@ -5,7 +5,7 @@
 
 pkgname=opensc
 pkgver=0.20.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Tools and libraries for smart cards'
 arch=('x86_64')
 url='https://github.com/OpenSC/OpenSC/wiki'
@@ -19,7 +19,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  _sheetdir=(/usr/share/xml/docbook/xsl-stylesheets-*)
+  _sheetdir=(/usr/share/xml/docbook/xsl-stylesheets-*-nons)
   ./bootstrap
   ./configure \
 --prefix=/usr \


[arch-commits] Commit in opensc/trunk (PKGBUILD)

2020-03-02 Thread Christian Rebischke via arch-commits
Date: Tuesday, March 3, 2020 @ 00:34:45
  Author: shibumi
Revision: 589328

upgpkg: opensc 0.20.0-1 Security Fix: #65082

This fixes:

CVE-2019-15945
CVE-2019-15946
CVE-2019-19481
CVE-2019-6502
CVE-2019-19480
CVE-2019-19479

Modified:
  opensc/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-02 23:59:14 UTC (rev 589327)
+++ PKGBUILD2020-03-03 00:34:45 UTC (rev 589328)
@@ -1,11 +1,11 @@
-# Maintainer:
+# Maintainer: Alad
 # Contributor: Timothy Redaelli 
 # Contributor: Sébastien Luttringer
 # Contributor: kevku 
 
 pkgname=opensc
-pkgver=0.19.0
-pkgrel=2
+pkgver=0.20.0
+pkgrel=1
 pkgdesc='Tools and libraries for smart cards'
 arch=('x86_64')
 url='https://github.com/OpenSC/OpenSC/wiki'
@@ -15,7 +15,7 @@
 depends=('pcsclite' 'glib2' 'libltdl')
 options=('!emptydirs')
 
source=("https://github.com/OpenSC/OpenSC/releases/download/$pkgver/opensc-$pkgver.tar.gz;)
-sha256sums=('2c5a0e4df9027635290b9c0f3addbbf0d651db5ddb0ab789cb0e978f02fd5826')
+sha256sums=('bbf4b4f4a44463645c90a525e820a8059b2f742a53b7b944f941de3c97ba4863')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in opensc/trunk (PKGBUILD)

2019-01-10 Thread Felix Yan via arch-commits
Date: Friday, January 11, 2019 @ 07:43:26
  Author: felixonmars
Revision: 422267

Readline 8.0 rebuild

Modified:
  opensc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-01-11 07:41:44 UTC (rev 422266)
+++ PKGBUILD2019-01-11 07:43:26 UTC (rev 422267)
@@ -5,7 +5,7 @@
 
 pkgname=opensc
 pkgver=0.19.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Tools and libraries for smart cards'
 arch=('x86_64')
 url='https://github.com/OpenSC/OpenSC/wiki'


[arch-commits] Commit in opensc/trunk (PKGBUILD bash-completion-path.patch)

2018-12-14 Thread Antonio Rojas via arch-commits
Date: Friday, December 14, 2018 @ 20:59:24
  Author: arojas
Revision: 416293

Update to 0.19.0

Modified:
  opensc/trunk/PKGBUILD
Deleted:
  opensc/trunk/bash-completion-path.patch

+
 PKGBUILD   |   14 --
 bash-completion-path.patch |   11 ---
 2 files changed, 4 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-14 20:52:53 UTC (rev 416292)
+++ PKGBUILD2018-12-14 20:59:24 UTC (rev 416293)
@@ -4,7 +4,7 @@
 # Contributor: kevku 
 
 pkgname=opensc
-pkgver=0.18.0
+pkgver=0.19.0
 pkgrel=1
 pkgdesc='Tools and libraries for smart cards'
 arch=('x86_64')
@@ -14,16 +14,9 @@
 makedepends=('docbook-xsl')
 depends=('pcsclite' 'glib2' 'libltdl')
 options=('!emptydirs')
-source=("https://github.com/OpenSC/OpenSC/releases/download/$pkgver/opensc-$pkgver.tar.gz;
-bash-completion-path.patch)
-sha256sums=('9bc0ff030dd1c10f646d54415eae1bb2b1c72dda710378343f027e17cd8c3757'
-'bd0991dc8d68b21704104aba4d3470f4f4f50bf36547569ed032b48fd3aed811')
+source=("https://github.com/OpenSC/OpenSC/releases/download/$pkgver/opensc-$pkgver.tar.gz;)
+sha256sums=('2c5a0e4df9027635290b9c0f3addbbf0d651db5ddb0ab789cb0e978f02fd5826')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np0 -i "$srcdir"/bash-completion-path.patch
-}
-
 build() {
   cd $pkgname-$pkgver
   _sheetdir=(/usr/share/xml/docbook/xsl-stylesheets-*)
@@ -31,6 +24,7 @@
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \
+--with-completiondir=/usr/share/bash-completion/completions \
 --enable-man \
 --enable-doc \
 --enable-readline \

Deleted: bash-completion-path.patch
===
--- bash-completion-path.patch  2018-12-14 20:52:53 UTC (rev 416292)
+++ bash-completion-path.patch  2018-12-14 20:59:24 UTC (rev 416293)
@@ -1,11 +0,0 @@
 doc/tools/Makefile.am.orig
-+++ doc/tools/Makefile.am
-@@ -11,7 +11,7 @@
- endif
- 
- completion_DATA = $(patsubst $(srcdir)/%.1.xml, %, $(wildcard 
$(srcdir)/*.1.xml))
--completiondir = $(sysconfdir)/bash_completion.d
-+completiondir = $(datarootdir)/bash-completion/completions
- 
- tools.html: $(srcdir)/tools.xml $(wildcard $(srcdir)/*.1.xml) $(wildcard 
$(srcdir)/*.5.xml)
-   $(XSLTPROC) --nonet --path "$(srcdir)/..:$(xslstylesheetsdir)/html" 
--xinclude -o $@ html.xsl $<


[arch-commits] Commit in opensc/trunk (PKGBUILD)

2018-05-23 Thread Antonio Rojas via arch-commits
Date: Wednesday, May 23, 2018 @ 20:41:36
  Author: arojas
Revision: 328464

Update to 0.18.0

Modified:
  opensc/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-23 20:27:15 UTC (rev 328463)
+++ PKGBUILD2018-05-23 20:41:36 UTC (rev 328464)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: Timothy Redaelli 
+# Maintainer:
+# Contributor: Timothy Redaelli 
 # Contributor: Sébastien Luttringer
 # Contributor: kevku 
 
 pkgname=opensc
-pkgver=0.17.0
-pkgrel=2
+pkgver=0.18.0
+pkgrel=1
 pkgdesc='Tools and libraries for smart cards'
 arch=('x86_64')
 url='https://github.com/OpenSC/OpenSC/wiki'
@@ -12,11 +13,11 @@
 license=('LGPL')
 backup=('etc/opensc.conf')
 makedepends=('docbook-xsl')
-depends=('pcsclite' 'libltdl')
+depends=('pcsclite' 'glib2' 'libltdl')
 options=('!emptydirs')
 
source=("https://github.com/OpenSC/OpenSC/releases/download/$pkgver/opensc-$pkgver.tar.gz;
 bash-completion-path.patch)
-sha256sums=('be73c6816867ab4721e6a9ae7dba8e890c5f169f0a2cbb4bf354e0f30a948300'
+sha256sums=('9bc0ff030dd1c10f646d54415eae1bb2b1c72dda710378343f027e17cd8c3757'
 'bd0991dc8d68b21704104aba4d3470f4f4f50bf36547569ed032b48fd3aed811')
 
 prepare() {


[arch-commits] Commit in opensc/trunk (PKGBUILD)

2018-04-04 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, April 4, 2018 @ 06:51:52
  Author: bpiotrowski
Revision: 314074

0.17.0-2: rebuild due to Alad's key revocation

Modified:
  opensc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-04 06:51:47 UTC (rev 314073)
+++ PKGBUILD2018-04-04 06:51:52 UTC (rev 314074)
@@ -5,7 +5,7 @@
 
 pkgname=opensc
 pkgver=0.17.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Tools and libraries for smart cards'
 arch=('x86_64')
 url='https://github.com/OpenSC/OpenSC/wiki'


[arch-commits] Commit in opensc/trunk (PKGBUILD)

2017-09-06 Thread Antonio Rojas
Date: Wednesday, September 6, 2017 @ 19:56:03
  Author: arojas
Revision: 256067

Update to 0.17.0

Modified:
  opensc/trunk/PKGBUILD

--+
 PKGBUILD |   14 ++
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-06 19:46:05 UTC (rev 256066)
+++ PKGBUILD2017-09-06 19:56:03 UTC (rev 256067)
@@ -4,8 +4,8 @@
 # Contributor: kevku 
 
 pkgname=opensc
-pkgver=0.16.0
-pkgrel=5
+pkgver=0.17.0
+pkgrel=1
 pkgdesc='Tools and libraries for smart cards'
 arch=('x86_64' 'i686')
 url='https://github.com/OpenSC/OpenSC/wiki'
@@ -12,12 +12,12 @@
 license=('LGPL')
 backup=('etc/opensc.conf')
 makedepends=('docbook-xsl')
-depends=('pcsclite' 'libltdl' 'openssl-1.0')
+depends=('pcsclite' 'libltdl')
 options=('!emptydirs')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
+source=("https://github.com/OpenSC/OpenSC/releases/download/$pkgver/opensc-$pkgver.tar.gz;
 bash-completion-path.patch)
-md5sums=('724d128f23cd7a74b28d04300ce7bcbd'
- '3912c0a976700a5bba535f1c4278aec0')
+sha256sums=('be73c6816867ab4721e6a9ae7dba8e890c5f169f0a2cbb4bf354e0f30a948300'
+'bd0991dc8d68b21704104aba4d3470f4f4f50bf36547569ed032b48fd3aed811')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -26,8 +26,6 @@
 
 build() {
   cd $pkgname-$pkgver
-  export LIBS=-lltdl
-  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
   _sheetdir=(/usr/share/xml/docbook/xsl-stylesheets-*)
   ./bootstrap
   ./configure \


[arch-commits] Commit in opensc/trunk (PKGBUILD)

2017-05-19 Thread Antonio Rojas
Date: Friday, May 19, 2017 @ 07:05:09
  Author: arojas
Revision: 228504

openssl-1.0 rebuild

Modified:
  opensc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-19 06:57:44 UTC (rev 228503)
+++ PKGBUILD2017-05-19 07:05:09 UTC (rev 228504)
@@ -5,7 +5,7 @@
 
 pkgname=opensc
 pkgver=0.16.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Tools and libraries for smart cards'
 arch=('x86_64' 'i686')
 url='https://github.com/OpenSC/OpenSC/wiki'


[arch-commits] Commit in opensc/trunk (PKGBUILD)

2017-04-05 Thread Antonio Rojas
Date: Wednesday, April 5, 2017 @ 10:58:50
  Author: arojas
Revision: 220589

openssl-1.0 1.0.2.k-3 rebuild

Modified:
  opensc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-05 10:56:59 UTC (rev 220588)
+++ PKGBUILD2017-04-05 10:58:50 UTC (rev 220589)
@@ -5,7 +5,7 @@
 
 pkgname=opensc
 pkgver=0.16.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Tools and libraries for smart cards'
 arch=('x86_64' 'i686')
 url='https://github.com/OpenSC/OpenSC/wiki'


[arch-commits] Commit in opensc/trunk (PKGBUILD)

2017-03-20 Thread Jan de Groot
Date: Monday, March 20, 2017 @ 10:32:01
  Author: jgc
Revision: 217543

upgpkg: opensc 0.16.0-3

Build with OpenSSL 1.0 for now

Modified:
  opensc/trunk/PKGBUILD

--+
 PKGBUILD |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-20 10:26:18 UTC (rev 217542)
+++ PKGBUILD2017-03-20 10:32:01 UTC (rev 217543)
@@ -5,7 +5,7 @@
 
 pkgname=opensc
 pkgver=0.16.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Tools and libraries for smart cards'
 arch=('x86_64' 'i686')
 url='https://github.com/OpenSC/OpenSC/wiki'
@@ -12,7 +12,7 @@
 license=('LGPL')
 backup=('etc/opensc.conf')
 makedepends=('docbook-xsl')
-depends=('pcsclite' 'libltdl')
+depends=('pcsclite' 'libltdl' 'openssl-1.0')
 options=('!emptydirs')
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
 bash-completion-path.patch)
@@ -27,6 +27,7 @@
 build() {
   cd $pkgname-$pkgver
   export LIBS=-lltdl
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
   _sheetdir=(/usr/share/xml/docbook/xsl-stylesheets-*)
   ./bootstrap
   ./configure \
@@ -40,6 +41,7 @@
 --enable-zlib \
 --enable-sm \
 --with-xsl-stylesheetsdir="$_sheetdir"
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 


[arch-commits] Commit in opensc/trunk (PKGBUILD)

2016-11-07 Thread Evangelos Foutras
Date: Monday, November 7, 2016 @ 17:57:09
  Author: foutrelis
Revision: 194952

readline 7.0 rebuild

Modified:
  opensc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-07 17:55:38 UTC (rev 194951)
+++ PKGBUILD2016-11-07 17:57:09 UTC (rev 194952)
@@ -5,7 +5,7 @@
 
 pkgname=opensc
 pkgver=0.16.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Tools and libraries for smart cards'
 arch=('x86_64' 'i686')
 url='https://github.com/OpenSC/OpenSC/wiki'


[arch-commits] Commit in opensc/trunk (PKGBUILD)

2016-06-22 Thread Timothy Redaelli
Date: Wednesday, June 22, 2016 @ 23:19:29
  Author: tredaelli
Revision: 180794

upgpkg: opensc 0.16.0-1

Modified:
  opensc/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-06-22 23:07:10 UTC (rev 180793)
+++ PKGBUILD2016-06-22 23:19:29 UTC (rev 180794)
@@ -4,8 +4,8 @@
 # Contributor: kevku 
 
 pkgname=opensc
-pkgver=0.15.0
-pkgrel=2
+pkgver=0.16.0
+pkgrel=1
 pkgdesc='Tools and libraries for smart cards'
 arch=('x86_64' 'i686')
 url='https://github.com/OpenSC/OpenSC/wiki'
@@ -12,11 +12,11 @@
 license=('LGPL')
 backup=('etc/opensc.conf')
 makedepends=('docbook-xsl')
-depends=('openssl' 'pcsclite' 'libltdl')
+depends=('pcsclite' 'libltdl')
 options=('!emptydirs')
 source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
 bash-completion-path.patch)
-md5sums=('01e6b803865f7b7574ee65a7b2d63c17'
+md5sums=('724d128f23cd7a74b28d04300ce7bcbd'
  '3912c0a976700a5bba535f1c4278aec0')
 
 prepare() {


[arch-commits] Commit in opensc/trunk (PKGBUILD bash-completion-path.patch)

2016-02-09 Thread Timothy Redaelli
Date: Tuesday, February 9, 2016 @ 15:14:32
  Author: tredaelli
Revision: 161003

upgpkg: opensc 0.15.0-2

Added:
  opensc/trunk/bash-completion-path.patch
Modified:
  opensc/trunk/PKGBUILD

+
 PKGBUILD   |   14 +++---
 bash-completion-path.patch |   11 +++
 2 files changed, 22 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-09 11:54:01 UTC (rev 161002)
+++ PKGBUILD2016-02-09 14:14:32 UTC (rev 161003)
@@ -5,7 +5,7 @@
 
 pkgname=opensc
 pkgver=0.15.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Tools and libraries for smart cards'
 arch=('x86_64' 'i686')
 url='https://github.com/OpenSC/OpenSC/wiki'
@@ -14,13 +14,21 @@
 makedepends=('docbook-xsl')
 depends=('openssl' 'pcsclite' 'libltdl')
 options=('!emptydirs')
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('01e6b803865f7b7574ee65a7b2d63c17')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;
+bash-completion-path.patch)
+md5sums=('01e6b803865f7b7574ee65a7b2d63c17'
+ '3912c0a976700a5bba535f1c4278aec0')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np0 -i "$srcdir"/bash-completion-path.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   export LIBS=-lltdl
   _sheetdir=(/usr/share/xml/docbook/xsl-stylesheets-*)
+  ./bootstrap
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc \

Added: bash-completion-path.patch
===
--- bash-completion-path.patch  (rev 0)
+++ bash-completion-path.patch  2016-02-09 14:14:32 UTC (rev 161003)
@@ -0,0 +1,11 @@
+--- doc/tools/Makefile.am.orig
 doc/tools/Makefile.am
+@@ -11,7 +11,7 @@
+ endif
+ 
+ completion_DATA = $(patsubst $(srcdir)/%.1.xml, %, $(wildcard 
$(srcdir)/*.1.xml))
+-completiondir = $(sysconfdir)/bash_completion.d
++completiondir = $(datarootdir)/bash-completion/completions
+ 
+ tools.html: $(srcdir)/tools.xml $(wildcard $(srcdir)/*.1.xml) $(wildcard 
$(srcdir)/*.5.xml)
+   $(XSLTPROC) --nonet --path "$(srcdir)/..:$(xslstylesheetsdir)/html" 
--xinclude -o $@ html.xsl $<


[arch-commits] Commit in opensc/trunk (PKGBUILD)

2015-05-21 Thread Timothy Redaelli
Date: Thursday, May 21, 2015 @ 15:20:52
  Author: tredaelli
Revision: 133918

upgpkg: opensc 0.15.0-1

Modified:
  opensc/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-21 13:12:50 UTC (rev 133917)
+++ PKGBUILD2015-05-21 13:20:52 UTC (rev 133918)
@@ -4,7 +4,7 @@
 # Contributor: kevku ke...@msn.com
 
 pkgname=opensc
-pkgver=0.14.0
+pkgver=0.15.0
 pkgrel=1
 pkgdesc='Tools and libraries for smart cards'
 arch=('x86_64' 'i686')
@@ -15,7 +15,7 @@
 depends=('openssl' 'pcsclite' 'libltdl')
 options=('!emptydirs')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('8e99885dbe28a9c71d5140f0105c56ff')
+md5sums=('01e6b803865f7b7574ee65a7b2d63c17')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in opensc/trunk (PKGBUILD)

2013-02-08 Thread Sébastien Luttringer
Date: Friday, February 8, 2013 @ 14:50:41
  Author: seblu
Revision: 84026

upgpkg: opensc 0.13.0-2

- implement FS#33749

Modified:
  opensc/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-02-08 08:51:07 UTC (rev 84025)
+++ PKGBUILD2013-02-08 13:50:41 UTC (rev 84026)
@@ -4,7 +4,7 @@
 
 pkgname=opensc
 pkgver=0.13.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Access smart cards that support cryptographic operations'
 arch=('x86_64' 'i686')
 url='http://www.opensc-project.org/opensc/'
@@ -29,6 +29,7 @@
 --enable-openssl \
 --enable-pcsc \
 --enable-zlib \
+--enable-sm \
 --with-xsl-stylesheetsdir=$_sheetdir
   make
 }