Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Oct 2018 08:30:58 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481524 - in head/security/opensc: . files
Message-ID:  <201810080830.w988Uw9l081861@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Mon Oct  8 08:30:57 2018
New Revision: 481524
URL: https://svnweb.freebsd.org/changeset/ports/481524

Log:
  Update to 0.19.0 release.

Deleted:
  head/security/opensc/pkg-message
Modified:
  head/security/opensc/Makefile
  head/security/opensc/distinfo
  head/security/opensc/files/patch-etc_Makefile.in
  head/security/opensc/files/patch-src_libopensc_reader-tr03119.c
  head/security/opensc/pkg-plist

Modified: head/security/opensc/Makefile
==============================================================================
--- head/security/opensc/Makefile	Mon Oct  8 08:10:38 2018	(r481523)
+++ head/security/opensc/Makefile	Mon Oct  8 08:30:57 2018	(r481524)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	opensc
-PORTVERSION=	0.18.0
+PORTVERSION=	0.19.0
 CATEGORIES=	security devel
 MASTER_SITES=	https://github.com/OpenSC/OpenSC/releases/download/${PORTVERSION}/
 
@@ -33,6 +33,7 @@ INSTALL_TARGET=	install-strip
 CONFIGURE_ENV=	\
 		OPENSSL_CFLAGS="-I${OPENSSLINC}" \
 		OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto"
+CONFIGURE_ARGS=	--with-completiondir=${PREFIX}/etc/bash_completion.d
 
 PORTDOCS=	*
 
@@ -48,6 +49,7 @@ CTAPI_CONFIGURE_ENABLE=		ctapi
 
 SM_CONFIGURE_ENABLE=		sm
 
+NOTIFY_USES=			gnome
 NOTIFY_USE=			GNOME=glib20
 NOTIFY_CONFIGURE_ENABLE=	notify
 

Modified: head/security/opensc/distinfo
==============================================================================
--- head/security/opensc/distinfo	Mon Oct  8 08:10:38 2018	(r481523)
+++ head/security/opensc/distinfo	Mon Oct  8 08:30:57 2018	(r481524)
@@ -1,7 +1,3 @@
-TIMESTAMP = 1530000626
-SHA256 (opensc-0.18.0.tar.gz) = 9bc0ff030dd1c10f646d54415eae1bb2b1c72dda710378343f027e17cd8c3757
-SIZE (opensc-0.18.0.tar.gz) = 2037073
-SHA256 (8d7346406d166a9db4afd239e6669df3e3b99f79.patch) = 50cbf9fcb75755407bf4bca01d143e85f3f8df1888ac7c9557a48935d6332573
-SIZE (8d7346406d166a9db4afd239e6669df3e3b99f79.patch) = 15954
-SHA256 (def06389bfeec4eabfb88801c388ae30a6f7b693.patch) = e9e413d9d11d65531d114354c40961e8420efd18704eb5dfa0c38d776df77573
-SIZE (def06389bfeec4eabfb88801c388ae30a6f7b693.patch) = 3577
+TIMESTAMP = 1538984930
+SHA256 (opensc-0.19.0.tar.gz) = 2c5a0e4df9027635290b9c0f3addbbf0d651db5ddb0ab789cb0e978f02fd5826
+SIZE (opensc-0.19.0.tar.gz) = 2080320

Modified: head/security/opensc/files/patch-etc_Makefile.in
==============================================================================
--- head/security/opensc/files/patch-etc_Makefile.in	Mon Oct  8 08:10:38 2018	(r481523)
+++ head/security/opensc/files/patch-etc_Makefile.in	Mon Oct  8 08:30:57 2018	(r481524)
@@ -1,15 +1,17 @@
---- etc/Makefile.in.orig	2017-07-19 07:30:34 UTC
+--- etc/Makefile.in.orig	2018-09-13 11:56:07 UTC
 +++ etc/Makefile.in
-@@ -548,11 +548,7 @@ opensc.conf: opensc.conf.in force
+@@ -558,13 +558,7 @@ opensc.conf.example: opensc.conf.example
  
- install-exec-hook: opensc.conf
+ install-exec-hook: opensc.conf.example
  	$(MKDIR_P) "$(DESTDIR)$(sysconfdir)"
 -	if [ -f "$(DESTDIR)$(sysconfdir)/opensc.conf" ]; then \
--		$(INSTALL_DATA) opensc.conf "$(DESTDIR)$(sysconfdir)/opensc.conf.new"; \
+-		$(INSTALL_DATA) $(srcdir)/opensc.conf "$(DESTDIR)$(sysconfdir)/opensc.conf.new"; \
 -	else \
--		$(INSTALL_DATA) opensc.conf "$(DESTDIR)$(sysconfdir)/opensc.conf"; \
+-		$(INSTALL_DATA) $(srcdir)/opensc.conf "$(DESTDIR)$(sysconfdir)/opensc.conf"; \
 -	fi
-+	$(INSTALL_DATA) opensc.conf "$(DESTDIR)$(sysconfdir)/opensc.conf.sample"
+-	$(MKDIR_P) "$(DESTDIR)$(docdir)"
+-	$(INSTALL_DATA) opensc.conf.example "$(DESTDIR)$(docdir)/opensc.conf";
++	$(INSTALL_DATA) opensc.conf.example "$(DESTDIR)$(sysconfdir)/opensc.conf.sample";
  
- uninstall-hook: opensc.conf
+ uninstall-hook: opensc.conf.example
  	rm -f "$(DESTDIR)$(sysconfdir)/opensc.conf.new" "$(DESTDIR)$(sysconfdir)/opensc.conf"

Modified: head/security/opensc/files/patch-src_libopensc_reader-tr03119.c
==============================================================================
--- head/security/opensc/files/patch-src_libopensc_reader-tr03119.c	Mon Oct  8 08:10:38 2018	(r481523)
+++ head/security/opensc/files/patch-src_libopensc_reader-tr03119.c	Mon Oct  8 08:30:57 2018	(r481524)
@@ -1,4 +1,4 @@
---- src/libopensc/reader-tr03119.c.orig	2017-10-26 14:16:19 UTC
+--- src/libopensc/reader-tr03119.c.orig	2018-09-13 11:52:42 UTC
 +++ src/libopensc/reader-tr03119.c
 @@ -40,7 +40,7 @@
  #ifndef _BSD_SOURCE
@@ -8,4 +8,4 @@
 +#include <sys/endian.h>
  #endif
  
- static const u8 escape_cla                          = 0xff;
+ int get_pace_capabilities(u8 *bitmap)

Modified: head/security/opensc/pkg-plist
==============================================================================
--- head/security/opensc/pkg-plist	Mon Oct  8 08:10:38 2018	(r481523)
+++ head/security/opensc/pkg-plist	Mon Oct  8 08:30:57 2018	(r481524)
@@ -22,12 +22,16 @@ bin/westcos-tool
 etc/bash_completion.d/cardos-tool
 etc/bash_completion.d/cryptoflex-tool
 etc/bash_completion.d/dnie-tool
+etc/bash_completion.d/egk-tool
 etc/bash_completion.d/eidenv
 etc/bash_completion.d/gids-tool
 etc/bash_completion.d/iasecc-tool
 etc/bash_completion.d/netkey-tool
+etc/bash_completion.d/npa-tool
+etc/bash_completion.d/opensc-asn1
 etc/bash_completion.d/openpgp-tool
 etc/bash_completion.d/opensc-explorer
+etc/bash_completion.d/opensc-notify
 etc/bash_completion.d/opensc-tool
 etc/bash_completion.d/piv-tool
 etc/bash_completion.d/pkcs11-tool
@@ -104,4 +108,5 @@ share/applications/org.opensc.notify.desktop
 %%MANPAGES%%man/man1/pkcs15-tool.1.gz
 %%MANPAGES%%man/man1/sc-hsm-tool.1.gz
 %%MANPAGES%%man/man1/westcos-tool.1.gz
+%%MANPAGES%%man/man5/opensc.conf.5.gz
 %%MANPAGES%%man/man5/pkcs15-profile.5.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810080830.w988Uw9l081861>