Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Oct 2005 17:58:06 +0200 (CEST)
From:      Janos Mohacsi <janos.mohacsi@niif.hu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/87259: [MAINTAINER] security/openct: update to 0.6.6
Message-ID:  <200510111558.j9BFw6mU028496@scone.ki.iif.hu>
Resent-Message-ID: <200510111600.j9BG0Wmo015140@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         87259
>Category:       ports
>Synopsis:       [MAINTAINER] security/openct: update to 0.6.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 11 16:00:32 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Janos Mohacsi
>Release:        FreeBSD 6.0-BETA3 i386
>Organization:
NIIF/HUNGARNET
>Environment:
System: FreeBSD scone.ki.iif.hu 6.0-BETA3 FreeBSD 6.0-BETA3 #5: Tue Aug 23 23:06:40 CEST 2005
>Description:
Maintainer Update to security/openct to version 0.6.6
Changes: disable hotplug - which is not working under FreeBSD

Added file(s):
- files/patch-etc_openct.conf.in

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- openct-0.6.6.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/openct.orig/Makefile /usr/ports/security/openct/Makefile
--- /usr/ports/security/openct.orig/Makefile	Wed Jul  6 16:35:12 2005
+++ /usr/ports/security/openct/Makefile	Tue Oct 11 17:11:51 2005
@@ -2,13 +2,14 @@
 # Date created:		2004-09-08
 # Whom:			Janos Mohacsi <janos.mohacsi@bsd.hu>
 #
-# $FreeBSD: ports/security/openct/Makefile,v 1.1 2005/07/06 14:35:12 pav Exp $
+# $FreeBSD: ports/security/openct/Makefile,v 1.2 2005/07/31 12:06:25 sem Exp $
 #
 
 PORTNAME=	openct
-PORTVERSION=	0.6.5
+PORTVERSION=	0.6.6
 CATEGORIES=	security
-MASTER_SITES=	http://www.opensc.org/files/
+MASTER_SITES=	http://www.opensc.org/files/ \
+		http://www.opensc.org/files/old/
 
 MAINTAINER=	janos.mohacsi@bsd.hu
 COMMENT=	A middleware framework for smart card terminals
@@ -19,17 +20,19 @@
 INSTALLS_SHLIB=	yes
 
 CONFIGURE_ARGS=	--prefix=${PREFIX}
+CONFIGURE_ENV=	CFLAGS="-I${LOCALBASE}/include -L${LOCALBASE}/lib"
 
 MAN1=		openct-tool.1
 
 DOC_FILES=	README export-wiki.sh export-wiki.xsl ${HTML_FILES}
 
-HTML_FILES=	AuthorsAndCredits.html FilesTools.html LicenseText.html \
-	OperatingSystems.html QuickStart.html RecentResults.html \
-	RemoteAccess.html SecureSetup.html SupportedReaders.html \
+HTML_FILES=	AuthorsAndCredits.html DevelopmentPolicy.html FilesTools.html \
+	LicenseText.html MailingLists.html OperatingSystems.html \
+	OverView.html QuickStart.html RemoteAccess.html \
+	ResourcesLinks.html SecureSetup.html \
 	TroubleShooting.html cardman.html ccid.html egate.html \
 	etoken.html eutron.html gempc.html ikey2032.html \
-	ikey3000.html index.html kaan.html smartboard.html \
+	ikey3000.html index.html kaan.html pertosmart1030.html smartboard.html \
 	towitoko.html trac.css
 
 .if !defined(WITHOUT_PCSC_LITE)
diff -ruN --exclude=CVS /usr/ports/security/openct.orig/distinfo /usr/ports/security/openct/distinfo
--- /usr/ports/security/openct.orig/distinfo	Wed Jul  6 16:35:12 2005
+++ /usr/ports/security/openct/distinfo	Tue Oct 11 16:46:43 2005
@@ -1,2 +1,2 @@
-MD5 (openct-0.6.5.tar.gz) = 86bafd61788139f28671872da287fa0a
-SIZE (openct-0.6.5.tar.gz) = 486355
+MD5 (openct-0.6.6.tar.gz) = a9de3bef8e5e2827b8d72a2a50d0bc66
+SIZE (openct-0.6.6.tar.gz) = 563890
diff -ruN --exclude=CVS /usr/ports/security/openct.orig/files/patch-etc_openct.conf.in /usr/ports/security/openct/files/patch-etc_openct.conf.in
--- /usr/ports/security/openct.orig/files/patch-etc_openct.conf.in	Thu Jan  1 01:00:00 1970
+++ /usr/ports/security/openct/files/patch-etc_openct.conf.in	Tue Oct 11 17:07:36 2005
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- etc/openct.conf.in.orig
++++ etc/openct.conf.in
+@@ -2,7 +2,7 @@
+ debug	= 0;
+ #
+ # Enable hot plugging
+-hotplug	= yes;
++hotplug	= no;
+ #
+ # Path to ifdhandler
+ ifdhandler = SBINDIR/ifdhandler;
diff -ruN --exclude=CVS /usr/ports/security/openct.orig/files/patch-src_ct_Makefile.in /usr/ports/security/openct/files/patch-src_ct_Makefile.in
--- /usr/ports/security/openct.orig/files/patch-src_ct_Makefile.in	Wed Jul  6 16:35:12 2005
+++ /usr/ports/security/openct/files/patch-src_ct_Makefile.in	Tue Oct 11 16:54:41 2005
@@ -1,14 +1,14 @@
 
-$FreeBSD: ports/security/openct/files/patch-src_ct_Makefile.in,v 1.1 2005/07/06 14:35:12 pav Exp $
+$FreeBSD$
 
---- src/ct/Makefile.in.orig	Tue Jul 20 23:56:08 2004
-+++ src/ct/Makefile.in	Wed Sep  8 18:38:25 2004
-@@ -169,7 +169,7 @@
+--- src/ct/Makefile.in.orig
++++ src/ct/Makefile.in
+@@ -215,7 +215,7 @@
+ 	socket.c status.c tlv.c
  
  libopenct_la_LDFLAGS = -version-info @OPENCT_LT_CURRENT@:@OPENCT_LT_REVISION@:@OPENCT_LT_AGE@
- 
 -pkgconfigdir = $(libdir)/pkgconfig
 +pkgconfigdir = @prefix@/libdata/pkgconfig
  pkgconfig_DATA = libopenct.pc
- subdir = src/ct
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ all: all-am
+ 
diff -ruN --exclude=CVS /usr/ports/security/openct.orig/pkg-plist /usr/ports/security/openct/pkg-plist
--- /usr/ports/security/openct.orig/pkg-plist	Wed Jul  6 16:35:12 2005
+++ /usr/ports/security/openct/pkg-plist	Tue Oct 11 17:30:43 2005
@@ -1,11 +1,9 @@
 bin/openct-tool
-sbin/ifdhandler
-sbin/ifdproxy
-sbin/openct-control
+etc/rc.d/openct.sh
+etc/openct.conf-sample
 include/openct/apdu.h
 include/openct/buffer.h
 include/openct/conf.h
-include/openct/ctapi.h
 include/openct/device.h
 include/openct/driver.h
 include/openct/error.h
@@ -17,21 +15,20 @@
 include/openct/socket.h
 include/openct/tlv.h
 include/openct/types.h
-lib/openct-ifd.so
-lib/openct-ifd.bundle/Contents/Info.plist
-lib/openct-ifd.bundle/Contents/PkgInfo
-lib/openct-ifd.bundle/Contents/FreeBSD/openct-ifd.so
-lib/libopenct.a
-lib/libopenct.so
+include/openct/ctapi.h
 lib/libopenct.so.1
-lib/libopenctapi.a
+lib/libopenct.so
+lib/libopenct.a
 lib/libopenctapi.so
-lib/libifd.a
-lib/libifd.so
-lib/libifd.so.1
+lib/libopenctapi.a
+lib/openct-ifd.so
+lib/openct-ifd.bundle/Contents/FreeBSD/openct-ifd.so
+lib/openct-ifd.bundle/Contents/PkgInfo
+lib/openct-ifd.bundle/Contents/Info.plist
 libdata/pkgconfig/libopenct.pc
-etc/openct.conf-sample
-etc/rc.d/openct.sh
+sbin/ifdhandler
+sbin/ifdproxy
+sbin/openct-control
 @dirrm include/openct/
 @dirrm lib/openct-ifd.bundle/Contents/FreeBSD/
 @dirrm lib/openct-ifd.bundle/Contents/
@@ -40,14 +37,16 @@
 %%PORTDOCS%%%%DOCSDIR%%/export-wiki.sh
 %%PORTDOCS%%%%DOCSDIR%%/export-wiki.xsl
 %%PORTDOCS%%%%DOCSDIR%%/AuthorsAndCredits.html
+%%PORTDOCS%%%%DOCSDIR%%/DevelopmentPolicy.html
 %%PORTDOCS%%%%DOCSDIR%%/FilesTools.html
 %%PORTDOCS%%%%DOCSDIR%%/LicenseText.html
+%%PORTDOCS%%%%DOCSDIR%%/MailingLists.html
 %%PORTDOCS%%%%DOCSDIR%%/OperatingSystems.html
+%%PORTDOCS%%%%DOCSDIR%%/OverView.html
 %%PORTDOCS%%%%DOCSDIR%%/QuickStart.html
-%%PORTDOCS%%%%DOCSDIR%%/RecentResults.html
 %%PORTDOCS%%%%DOCSDIR%%/RemoteAccess.html
+%%PORTDOCS%%%%DOCSDIR%%/ResourcesLinks.html
 %%PORTDOCS%%%%DOCSDIR%%/SecureSetup.html
-%%PORTDOCS%%%%DOCSDIR%%/SupportedReaders.html
 %%PORTDOCS%%%%DOCSDIR%%/TroubleShooting.html
 %%PORTDOCS%%%%DOCSDIR%%/cardman.html
 %%PORTDOCS%%%%DOCSDIR%%/ccid.html
@@ -59,6 +58,7 @@
 %%PORTDOCS%%%%DOCSDIR%%/ikey3000.html
 %%PORTDOCS%%%%DOCSDIR%%/index.html
 %%PORTDOCS%%%%DOCSDIR%%/kaan.html
+%%PORTDOCS%%%%DOCSDIR%%/pertosmart1030.html
 %%PORTDOCS%%%%DOCSDIR%%/smartboard.html
 %%PORTDOCS%%%%DOCSDIR%%/towitoko.html
 %%PORTDOCS%%%%DOCSDIR%%/trac.css
--- openct-0.6.6.patch ends here ---

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



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