Search Criteria
Package Details: osslsigncode 2.1-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: | |
Submitter: | mbunkus |
Maintainer: | mbunkus |
Last Packager: | mbunkus |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2016-01-10 13:03 |
Last Updated: | 2021-02-10 20:57 |
Dependencies (5)
- curl (curl-git, curl-minimal-git)
- openssl (libressl-git, openssl-purify, openssl-zlib, openssl-git, openssl-weak-ciphers, openssl-hardened)
- autoconf (autoconf-git) (make)
- automake (automake-1.7, automake-git, automake-1.11, automake-1.15, automake-1.14) (make)
- libtool (libtool-git) (make)
Latest Comments
mbunkus commented on 2019-03-22 17:27
I've fixed the URL to point to SourceForge's mirror system instead to a single download server.
Rob070511 commented on 2019-03-22 10:20
This doesnt work i cannot access https://cytranet.dl.sourceforge.net/project/osslsigncode/osslsigncode/osslsigncode-1.7.1.tar.gz is it possible to upload the tar.gz file somewhere else?
mbunkus commented on 2019-02-22 10:23
Ooops, sorry for overlooking your fix. I've pushed an updated PKGBUILD.
plaxx commented on 2019-02-13 17:03
plaxx commented on 2019-02-13 16:56
current mirror is broken
mbunkus commented on 2017-09-06 17:12
Thanks. I've updated the PKGBUILD.
Nowaker commented on 2017-09-06 16:52
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
Fixed, thanks.
hatred commented on 2017-06-23 04:52
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.