Package Details: autenticacao-gov-pt 3.13.0-4

Git Clone URL: https://aur.archlinux.org/autenticacao-gov-pt.git (read-only, click to copy)
Package Base: autenticacao-gov-pt
Description: Portuguese Citizen Card Application (Portugal eID) source code based version
Upstream URL: http://www.cartaodecidadao.pt/
Keywords: autenticacao cartao cartaodecidadao cidadao de gov portugal pt
Licenses: GPL2, LGPL3, custom:EUPL
Conflicts: cartaodecidadao, cartaodecidadao-bin, classpath
Replaces: cartaodecidadao
Submitter: r3pek
Maintainer: a36233
Last Packager: a36233
Votes: 19
Popularity: 0.000000
First Submitted: 2015-10-18 15:16 (UTC)
Last Updated: 2024-12-14 17:15 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »

somini commented on 2019-08-13 17:03 (UTC)

This has been updated to v2.0.43. Here's the patch:

diff --git a/PKGBUILD b/PKGBUILD
index 1d2df24..7b2b180 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Carlos Silva <r3pek@r3pek.org>

 pkgname=autenticacao-gov-pt
-pkgver=2.0.36
+pkgver=2.0.43
 pkgrel=1
 pkgdesc="O Autenticação.gov.pt é o mecanismo que permite utilizar o Cartão de Cidadão eficientemente e em segurança nos navegadores que suportem ou não plugins Java"
 arch=('any')
@@ -11,8 +11,7 @@ depends=('java-runtime' 'pcsclite' 'pcsc-tools' 'ccid')

 source=("autenticacao-gov-pt.install" "https://autenticacao.gov.pt/fa/ajuda/software/plugin-autenticacao-gov.deb")

-sha1sums=('6e7d1ed2a60dad888026dd82abbe6199e7d4231b'
-          '6ec37ba2539c8f3d0461e15c4b8a1d5f6079c4f6')
+sha1sums=('6e7d1ed2a60dad888026dd82abbe6199e7d4231b' '3f52a7bcefdefc8f4fe5edefdc38779ec520d837')

 install='autenticacao-gov-pt.install'

tiago.casal commented on 2019-06-04 03:12 (UTC)

3.0.17 is the most recent version, despite it not being available directly from the official website (the version there is 3.0.16) it is available on the svn repo https://svn.gov.pt/projects/ccidadao/browser/middleware-offline/tags/builds/lastversion

sergiomb commented on 2019-06-02 07:29 (UTC) (edited on 2019-06-02 07:31 (UTC) by sergiomb)

to build with xml-security-c-2.0.2 you need patch xml-security-c-2.0.2 first, with

https://github.com/apache/santuario-cpp/pull/5

and after add this patch

https://github.com/sergiomb2/ccidadao/commit/fa6c6b55e34c05bd6802948861651707ae44e4e8

https://github.com/sergiomb2/ccidadao/commits/master have all patches for svn trunk version 3.0.16

TheSouthCitizen commented on 2019-05-24 12:33 (UTC)

Missing dependencies: ==> Error: Could not find all required packages: xml-security-c-ria (Wanted by: cartaodecidadao)

Out of date: current version - 3.0.16

https://www.autenticacao.gov.pt/cc-aplicacao

tiago.casal commented on 2019-04-03 14:56 (UTC)

It's not compiling anymore. (there is also a new version)

even amending the xml-security-c-ria to xml-security-c I get the following error:

XadesSignature.cpp:66:10: fatal error: xsec/utils/XSECDOMUtils.hpp: No such file or directory #include <xsec/utils/XSECDOMUtils.hpp> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[1]: [Makefile:1247: XadesSignature.o] Error 1 make[1]: Waiting for unfinished jobs.... In file included from ../common/Log.h:34, from SigContainer.cpp:30: ../common/LogBase.h:136:17: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] static std::auto_ptr<CLogger> m_instance; ^~~~~~~~ In file included from /usr/include/c++/8.2.1/memory:80, from ../common/LogBase.h:76, from ../common/Log.h:34, from SigContainer.cpp:30: /usr/include/c++/8.2.1/bits/unique_ptr.h:53:28: note: declared here template<typename> class auto_ptr; ^~~~~~~~ In file included from ../common/Log.h:34, from ScapSSLConnection.cpp:4: ../common/LogBase.h:136:17: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations] static std::auto_ptr<CLogger> m_instance; ^~~~~~~~ In file included from /usr/include/c++/8.2.1/memory:80, from ../common/LogBase.h:76, from ../common/Log.h:34, from ScapSSLConnection.cpp:4: /usr/include/c++/8.2.1/bits/unique_ptr.h:53:28: note: declared here template<typename> class auto_ptr; ^~~~~~~~

cvalente commented on 2018-11-15 02:56 (UTC)

The package for the dependency xml-security-c-ria is FUBAR. The source file can't even be found. On top of that it conflicts with the newer version implying some other packages can't actually be installed.

To fix that I've changed this package to compile statically against xml-security-c-1.7.3

One less deprecated dependency to worry about.

Of course this should ultimately be solved by the devs by using the newer APIs (same for openssl-1.0), but I won't be holding my breath.

Here is the patch.

https://hastebin.com/uhudelizih.diff

jpfonseca commented on 2018-10-17 20:13 (UTC)

@r3pek tried to install the version 2.0.31-1. My current Java version is 10.0.2(openjdk 10.0.2 2018-07-17).

I get a awesome while installing on my system :

"Java version (0.0.2) must higher than 1.4.2 ==> ERROR: A failure occurred in build(). Aborting... Error making: cartaodecidadao "

Quatro commented on 2018-10-03 13:08 (UTC)

Also missing extra/qt5-graphicaleffects dep

Quatro commented on 2018-10-03 10:41 (UTC) (edited on 2018-10-03 10:56 (UTC) by Quatro)

https://hastebin.com/uhutatupaw.pl

Patch para o fix para java version ^

lothar_m commented on 2018-09-22 19:30 (UTC)

@r3pek: Version 2.0.31 installed flawlessly on my system. good work.