- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed Search
Yesterday
Yesterday
Thu, Mar 26
Thu, Mar 26
Sun, Mar 22
Sun, Mar 22
fernape committed R11:0edbd2a55118: security/vuxml: Fix roundcube package name (authored by Tomáš Čiernik <tomas@ciernik.sk>).
Thu, Mar 19
Thu, Mar 19
Wed, Mar 18
Wed, Mar 18
Sun, Mar 15
Sun, Mar 15
Sat, Mar 14
Sat, Mar 14
fernape committed R11:4d9a1c5f2a07: net/remmina: Switch to freerdp3 (authored by Yoshiaki Kasahara <ykasap@gmail.com>).
Thu, Mar 12
Thu, Mar 12
Thu, Mar 5
Thu, Mar 5
Mon, Mar 2
Mon, Mar 2
Fri, Feb 27
Fri, Feb 27
Feb 25 2026
Feb 25 2026
Feb 21 2026
Feb 21 2026
Feb 20 2026
Feb 20 2026
Feb 19 2026
Feb 19 2026
Feb 16 2026
Feb 16 2026
Feb 15 2026
Feb 15 2026
Feb 14 2026
Feb 14 2026
Feb 13 2026
Feb 13 2026
fernape committed R11:a5cc652b1d75: security/vuxml: document expat vulnerabilities (authored by Tomáš Čiernik <tomas@ciernik.sk>).
Feb 12 2026
Feb 12 2026
Feb 9 2026
Feb 9 2026
Feb 3 2026
Feb 3 2026
Jan 30 2026
Jan 30 2026
Jan 28 2026
Jan 28 2026
Jan 25 2026
Jan 25 2026
Jan 24 2026
Jan 24 2026
Jan 22 2026
Jan 22 2026
Jan 20 2026
Jan 20 2026
fernape committed R11:f05d25100403: astro/osmium-tool: Upgrade to v1.19.0 (authored by Ian Wagner <ianthetechie@gmail.com>).
fernape committed R11:3b89aa332947: graphics/djview4: Udptate to 4.12.3 and switch to qt6 (authored by mew14930xvi <mew14930xvi@inbox.lv>).
Jan 19 2026
Jan 19 2026
Jan 16 2026
Jan 16 2026
Jan 14 2026
Jan 14 2026
Jan 9 2026
Jan 9 2026
Jan 6 2026
Jan 6 2026
Jan 4 2026
Jan 4 2026
Jan 1 2026
Jan 1 2026
Dec 31 2025
Dec 31 2025
fernape committed R11:a992a7515b0d: multimedia/arcan: update 0.7.0.1 -> 0.7.1 (authored by Al Hoang <hoanga@gmail.com>).
fernape committed R11:09e491a5472e: graphics/opencolorio: Update to v2.5.0 (authored by FreeBSD_ShaneWare.Biz).
fernape committed R11:774fee5e052b: sysutils/limine: Update to 10.6.0 (authored by Mintsuki <mintsuki@protonmail.com>).
fernape committed R11:715201711beb: devel/robin-map: update to v1.4.1 (authored by FreeBSD_ShaneWare.Biz).
Dec 30 2025
Dec 30 2025
Dec 29 2025
Dec 29 2025
Dec 24 2025
Dec 24 2025
Dec 23 2025
Dec 23 2025
Dec 22 2025
Dec 22 2025
Dec 20 2025
Dec 20 2025
Dec 19 2025
Dec 19 2025
Dec 12 2025
Dec 12 2025
Thanks a lot for the review!
Now I can do my taxes in FreeBSD... yay!!!
Addressing more feedback.
Dec 11 2025
Dec 11 2025
Dec 8 2025
Dec 8 2025
Address feedback.
In D53807#1235410, @michaelo wrote:A few more notes:
- Autofirma.js: You should create a package install message to tell how to install this with Firefox AND you have to fix the path in it
- usr/bin/autofirma: It is completely unusable on FreeBSD: shebang wrong, path to JAR wrong, eventually path to java should be absolute and maybe not rely on PATH
- autofirma.jar\nss\WINDOWS: is large and can be completely wiped
- afirma.desktop: completely unpatched:
Exec=/usr/bin/autofirma %u Icon=/usr/lib/Autofirma/Autofirma.pngSee: https://github.com/search?q=repo%3Actt-gob-es%2Fclienteafirma%20autofirma.png&type=code
- What happened to the env var to NSS?
In D53807#1232339, @michaelo wrote:In D53807#1232338, @fernape wrote:Is there anything else that needs to be done here at the moment?
I can take another look next couple of days unless you are in a rush...
Dec 6 2025
Dec 6 2025
Dec 5 2025
Dec 5 2025
fernape committed R11:7eb7762d7505: security/vuxml: Add xkbcomp vulnerabilities (authored by polarian_polarian.dev).
Dec 4 2025
Dec 4 2025
fernape committed R11:6d02ae4f10b1: security/vuxml: Add entry for go124, go125 (authored by einar_isnic.is).
Dec 1 2025
Dec 1 2025
Nov 29 2025
Nov 29 2025
Nov 27 2025
Nov 27 2025
Nov 26 2025
Nov 26 2025
In D53807#1232339, @michaelo wrote:In D53807#1232338, @fernape wrote:Is there anything else that needs to be done here at the moment?
I can take another look next couple of days unless you are in a rush...
Is there anything else that needs to be done here at the moment?
Nov 24 2025
Nov 24 2025
Remove "linux" directory too.
Nov 23 2025
Nov 23 2025
In D53807#1230960, @michaelo wrote:In D53807#1230956, @fernape wrote:autofirma.jar contains directories linux/windows/osx (sic!) with a binary-bundled certutil, I bet this is libnss3-tools and maybe need to provide certutil.
I don't know the use of that. At least for my simple use (either stand alone or via web) it works fine for me.
I would at least strip all of those foreign binaries from the JAR since they bloat the package w/o any benefit.
I did not inspect the .jar files internally. In orther to do that, I assume I should unpack it and repack the .jar with only the relevant files?
Not really, ${ZIP_CMD} can delete content out of a JAR without issues.