Package Details: osslsigncode 2.9-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
Submitter: mbunkus
Maintainer: mbunkus
Last Packager: mbunkus
Votes: 10
Popularity: 0.002463
First Submitted: 2016-01-10 13:03 (UTC)
Last Updated: 2024-07-19 07:32 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

mbunkus commented on 2019-03-22 17:27 (UTC)

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 (UTC)

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 (UTC)

Ooops, sorry for overlooking your fix. I've pushed an updated PKGBUILD.

plaxx commented on 2019-02-13 17:03 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index d813c3c..db86ac5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@

 pkgname=osslsigncode
 pkgver=1.7.1
-pkgrel="6"
+pkgrel="7"
 pkgdesc="Platform-independent tool for Authenticode signing of PE/CAB/MSI files"
 arch=('i686' 'x86_64')
 url="https://sourceforge.net/projects/osslsigncode/"
 license=('GPL')
 depends=('curl' 'openssl-1.0')
 options=('!makeflags')
-source=("https://10gbps-io.dl.sourceforge.net/project/osslsigncode/osslsigncode/osslsigncode-1.7.1.tar.gz")
+source=("https://cytranet.dl.sourceforge.net/project/osslsigncode/osslsigncode/osslsigncode-1.7.1.tar.gz")
 sha512sums=('cc5a7e0c5baa2a98db93f1d2cc9d86e732e2a8a55fc20bf8e6aa67e2120af37c6be857dfe4b8eb8c82fd40604dbb3c845190b59c7e6b4147f06b710a256b877f')

 prepare() {

plaxx commented on 2019-02-13 16:56 (UTC)

current mirror is broken

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.