Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Oct 2016 18:03:39 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425019 - in head/security/libbeid: . files
Message-ID:  <201610311803.u9VI3dxp011405@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Mon Oct 31 18:03:38 2016
New Revision: 425019
URL: https://svnweb.freebsd.org/changeset/ports/425019

Log:
  Update to 4.1.18.

Modified:
  head/security/libbeid/Makefile
  head/security/libbeid/distinfo
  head/security/libbeid/files/patch-configure.ac
  head/security/libbeid/pkg-message

Modified: head/security/libbeid/Makefile
==============================================================================
--- head/security/libbeid/Makefile	Mon Oct 31 18:02:17 2016	(r425018)
+++ head/security/libbeid/Makefile	Mon Oct 31 18:03:38 2016	(r425019)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	libbeid
-PORTVERSION=	4.1.11
+PORTVERSION=	4.1.18
 DISTVERSIONPREFIX=	v
 CATEGORIES=	security
 
@@ -18,7 +18,7 @@ GH_ACCOUNT=	Fedict
 GH_PROJECT=	eid-mw
 
 USES=		autoreconf dos2unix libtool pkgconfig
-USE_GNOME=	gtk20
+USE_GNOME=	gtk30
 
 DOS2UNIX_FILES=	cardcomm/pkcs11/src/common/datafile.cpp \
 		cardcomm/pkcs11/src/common/logbase.cpp \
@@ -27,7 +27,7 @@ DOS2UNIX_FILES=	cardcomm/pkcs11/src/comm
 		cardcomm/pkcs11/src/log.h
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--disable-static --with-gtkvers=2
+CONFIGURE_ARGS=	--disable-static --with-gtkvers=3
 INSTALL_TARGET=	install-strip
 
 post-patch:

Modified: head/security/libbeid/distinfo
==============================================================================
--- head/security/libbeid/distinfo	Mon Oct 31 18:02:17 2016	(r425018)
+++ head/security/libbeid/distinfo	Mon Oct 31 18:03:38 2016	(r425019)
@@ -1,2 +1,3 @@
-SHA256 (Fedict-eid-mw-v4.1.11_GH0.tar.gz) = 903bb25ea0eacb81a63d649381380c385fe0167483320e88c5e5cfd0fc50e145
-SIZE (Fedict-eid-mw-v4.1.11_GH0.tar.gz) = 7566279
+TIMESTAMP = 1477914826
+SHA256 (Fedict-eid-mw-v4.1.18_GH0.tar.gz) = f40dca80badf46c048f21231c65731b6ba8ccc6d589d2d4ca8fb71157f02af22
+SIZE (Fedict-eid-mw-v4.1.18_GH0.tar.gz) = 7600811

Modified: head/security/libbeid/files/patch-configure.ac
==============================================================================
--- head/security/libbeid/files/patch-configure.ac	Mon Oct 31 18:02:17 2016	(r425018)
+++ head/security/libbeid/files/patch-configure.ac	Mon Oct 31 18:03:38 2016	(r425019)
@@ -1,10 +1,10 @@
---- configure.ac.orig	2015-11-23 13:45:55 UTC
+--- configure.ac.orig	2016-05-20 08:33:38 UTC
 +++ configure.ac
 @@ -1,6 +1,6 @@
  AC_PREREQ([2.61])
  AC_INIT([eid-mw],
--  m4_esyscmd_s(echo "4.1.9-"$(git describe --dirty|sed -e 's/-/./g')),
-+  [4.1.11-release],
+-  m4_esyscmd_s(echo "4.1.18-"$(git describe --dirty|sed -e 's/-/./g')),
++  [4.1.18-release],
    [servicedesk@fedict.be],,
    [http://eid.belgium.be])
  

Modified: head/security/libbeid/pkg-message
==============================================================================
--- head/security/libbeid/pkg-message	Mon Oct 31 18:02:17 2016	(r425018)
+++ head/security/libbeid/pkg-message	Mon Oct 31 18:03:38 2016	(r425019)
@@ -4,7 +4,9 @@ not by the citizens.  You should assume 
 signatures and decrypt encrypted content.
 
 The procfs file system must be mounted on /proc for these libraries to work
-correctly.
+correctly.  Add the following line to /etc/fstab and run "mount procfs".
+
+procfs		/proc		procfs	rw		0	0
 
 To use your eID in Firefox you can add libbeidpkcs11.so as a security module:
 - Make sure you have installed a pcsc-lite driver for your card reader (such



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