diff options
author | tijl <tijl@FreeBSD.org> | 2016-11-01 02:03:38 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2016-11-01 02:03:38 +0800 |
commit | 72cf44f7cea45eb875b6ec56bec96155a4280003 (patch) | |
tree | 8db65cd123817a07beec95aec9e0b474c5728229 /security | |
parent | 445cab71a688013c8d567042bb95ba5ea61caece (diff) | |
download | freebsd-ports-graphics-72cf44f7cea45eb875b6ec56bec96155a4280003.tar.gz freebsd-ports-graphics-72cf44f7cea45eb875b6ec56bec96155a4280003.tar.zst freebsd-ports-graphics-72cf44f7cea45eb875b6ec56bec96155a4280003.zip |
Update to 4.1.18.
Diffstat (limited to 'security')
-rw-r--r-- | security/libbeid/Makefile | 6 | ||||
-rw-r--r-- | security/libbeid/distinfo | 5 | ||||
-rw-r--r-- | security/libbeid/files/patch-configure.ac | 6 | ||||
-rw-r--r-- | security/libbeid/pkg-message | 4 |
4 files changed, 12 insertions, 9 deletions
diff --git a/security/libbeid/Makefile b/security/libbeid/Makefile index d83daf603d7..cd1d6571917 100644 --- a/security/libbeid/Makefile +++ b/security/libbeid/Makefile @@ -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/common/datafile.cpp \ 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: diff --git a/security/libbeid/distinfo b/security/libbeid/distinfo index c74ea7ce84d..0d402d27020 100644 --- a/security/libbeid/distinfo +++ b/security/libbeid/distinfo @@ -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 diff --git a/security/libbeid/files/patch-configure.ac b/security/libbeid/files/patch-configure.ac index 016cb46bcaa..6a16e8a071f 100644 --- a/security/libbeid/files/patch-configure.ac +++ b/security/libbeid/files/patch-configure.ac @@ -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]) diff --git a/security/libbeid/pkg-message b/security/libbeid/pkg-message index 67763ce3f3f..ea059de592d 100644 --- a/security/libbeid/pkg-message +++ b/security/libbeid/pkg-message @@ -4,7 +4,9 @@ not by the citizens. You should assume that the government can forge digital 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 |