Package Details: osslsigncode 2.10-1

Git Clone URL: https://aur.archlinux.org/osslsigncode.git (read-only, click to copy)
Package Base: osslsigncode
Description: OpenSSL based Authenticode signing for PE/MSI/Java CAB files
Upstream URL: https://github.com/mtrojnar/osslsigncode
Licenses: GPL-3.0-or-later
Submitter: mbunkus
Maintainer: mbunkus
Last Packager: mbunkus
Votes: 11
Popularity: 0.122855
First Submitted: 2016-01-10 13:03 (UTC)
Last Updated: 2025-06-30 10:49 (UTC)

Latest Comments

1 2 3 4 Next › Last »

mbunkus commented on 2025-05-08 19:41 (UTC) (edited on 2025-05-08 19:51 (UTC) by mbunkus)

Yeah, I know. I currently am not motivated to analyze why the tests fail. I build with --nocheck myself; the resulting binary still does what it should do.

If you or someone else wants to investigate & provide a fix, I'd really appreciate it.

Edit: I've found the issue[1] over on Github & have added more information. This doesn't seem to be a packaging issue per se, rather the official instructions how to run the tests might be wrong — or the test server start code might be buggy. Let's see how the issue shakes out.

[1] https://github.com/mtrojnar/osslsigncode/issues/433

crunk1 commented on 2025-05-08 19:25 (UTC) (edited on 2025-05-08 19:25 (UTC) by crunk1)

Test errors, missing test files. Seeing various errors like

Failed to open file: /tmp/makepkg/osslsigncode/src/build/Testing/files/ts_revoked.{256appx,512appx,cat,exe,ex_,mof,msi,psc1,ps1}

and

RFC 3161 timestamping failed
Use the "-t" option to add the Authenticode Time-Stamp Authority or choose another one RFC3161 Time-Stamp Authority
Unable to set unauthenticated attributes
80201889D5740000:error:1E800080:HTTP routines:OSSL_HTTP_REQ_CTX_nbio:failed reading data:crypto/http/http_client.c:596:
80201889D5740000:error:1E800067:HTTP routines:OSSL_HTTP_REQ_CTX_exchange:error receiving:crypto/http/http_client.c:1045:server=http://127.0.0.1:41761

gsus commented on 2025-03-26 15:34 (UTC) (edited on 2025-03-26 15:37 (UTC) by gsus)

Hello I have problems to pass the tests the python start_server.py script does not work.

On the logs I only get timeout.

2/318 Testing: start_server
2/318 Test: start_server
Command: "/usr/bin/python3.13" "/home/gsus/osslsigncode/src/build/Testing/start_server.py" "--exe" "/usr/bin/python3.13" "--script" "/home/gsus/osslsigncode/src/build/Testing/server_http.py"
Directory: /home/gsus/osslsigncode/src/build
"start_server" start time: Mar 26 12:29 -03
Output:
----------------------------------------------------------
<end of output>
Test time =  60.04 sec
----------------------------------------------------------
Test Failed.
"start_server" end time: Mar 26 12:30 -03
"start_server" time elapsed: 00:01:00
----------------------------------------------------------

kusoneko commented on 2024-03-26 11:56 (UTC) (edited on 2024-03-26 11:57 (UTC) by kusoneko)

Hello,

The latest version, 2.8, does not compiles in a clean chroot due to it missing python. Please add it to the depends array.

Thank you.

lacsaP commented on 2024-01-12 13:39 (UTC) (edited on 2024-01-12 14:17 (UTC) by lacsaP)

hi,

I've just built osslsigncode and realized that using a proxy to download the sources interferes with the tests carried out at the end of the build.

adding unset http_proxy at the start of prepare() function avoids interference.

regards, lacsaP.

mbunkus commented on 2023-12-22 09:56 (UTC)

The tests work just fine for me at the moment.

With the upload of 2.7-1 I also fixed the issue of having that server_http.py process lying around after the tests. It's due to a bug in upstream that I reported here[1] and that's been fixed since. I apply a similar fix within the PKGBUILD until the next release comes out.

If tests other than the "stop_server" one are failing, I cannot really help you with those. They work fine on my end. Maybe try building from the git master (it's dead simple) & report resulting test failure issues upstream. Also look at the log file the tests produce ("Testing/Temporary/LastTest.log" in the build directory) for possible reasons.

[1] https://github.com/mtrojnar/osslsigncode/issues/331

crunk1 commented on 2023-12-22 05:46 (UTC)

As mbunkus pointed out on 2023-11-10, I'm seeing CTest failures in 2.7-1. Tests 108-147, 153-157 fail.

mbunkus commented on 2023-11-10 08:21 (UTC)

You'll have to file an issue with the upstream. I only execute the totally normal ctest Release command during the check phase. If that one leaves processes around, it's a bug in their cmake setup, I think.

MS-DTYP commented on 2023-11-09 23:18 (UTC)

I've discovered this in my processlist after yay -S osslsigncode:

/usr/bin/python3.11 /home/test/.cache/yay/osslsigncode/src/build/Testing/server_http.py

mbunkus commented on 2023-07-24 08:59 (UTC)

Good point & done.