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: 12
Popularity: 0.57
First Submitted: 2016-01-10 13:03 (UTC)
Last Updated: 2025-06-30 10:49 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4

mbunkus commented on 2017-09-06 17:12 (UTC)

Thanks. I've updated the PKGBUILD.

Nowaker commented on 2017-09-06 16:52 (UTC)

Source URL returns HTML. The easiest way to fix it is to hard-code one of the mirrors, e.g. https://cytranet.dl.sourceforge.net/project/osslsigncode/osslsigncode/osslsigncode-1.7.1.tar.gz.

mbunkus commented on 2017-06-23 11:08 (UTC)

Fixed, thanks.

hatred commented on 2017-06-23 04:52 (UTC)

osslsigncode must be depend on `openssl-1.0` package instead of `openssl` and next line must be added before ./configure call: ``` export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig/ ``` to omit compilation fail.