Page MenuHomeFreeBSD

java/autofirma: [new port]. Digital signature application
Needs ReviewPublic

Authored by fernape on Tue, Nov 18, 4:47 PM.

Details

Reviewers
None
Group Reviewers
Ports Committers
Summary

Autofirma is a java application used to sign digital documents.
It is the official application of the Spanish Government and as such it is
required to perform many online tasks with the Administration.

Test Plan

After installation you can execute autofirma. That one is a GUI app that allows you to digitally sign files. Unfortunately it is Spanish only.

Going to https://www.sededgsfp.gob.es/es/Paginas/TestAutofirma.aspx allows to test for the "webapp" version of the same application.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 68750
Build 65633: arc lint + arc unit

Event Timeline

fernape created this revision.
fernape added a reviewer: Ports Committers.

Not sure if it belongs in the java category, though... Perhaps security instead?

java/autofirma/Makefile
16

Should this be JAVA_VERSION= 24+?

Not sure if it belongs in the java category, though... Perhaps security instead?

Yeah, you're right. Dropping java as category.

java/autofirma/Makefile
16

Unfortunately, the port does not work with openjdk25. Version 24 is the highest one where it works.
There is some thing with a constructor being now private, but didn't dig into it very much.
I tried to build from sources but there where other problems (compilation aborted due to some empty MANIFEST IIRC).

michaelo added inline comments.
java/autofirma/Makefile
42

Aren't thy included in Oracle's cert bundle delivery? In almost all cases it does not really differ from NSS?

java/autofirma/files/autofirma.in
7 ↗(On Diff #166691)

LOCALBASE?