mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
Update to 4.1.18.
This commit is contained in:
parent
f66c56c2f4
commit
8b4b08f5c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425019
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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])
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user