Package Details: osslsigncode 2.9-2

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.60
First Submitted: 2016-01-10 13:03 (UTC)
Last Updated: 2025-03-12 20:01 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

k2s commented on 2023-07-20 06:21 (UTC) (edited on 2023-07-20 06:21 (UTC) by k2s)

I am getting following errror:

==> Starting prepare()...
patching file msi.c
CMake Error at /opt/vcpkg/scripts/buildsystems/vcpkg.cmake:893 (message):
  Could not find .vcpkg-root
Call Stack (most recent call first):
  /usr/share/cmake/Modules/CMakeDetermineSystem.cmake:148 (include)
  CMakeLists.txt:12 (project)


CMake Error: CMake was unable to find a build program corresponding to "Unix Makefiles".  CMAKE_MAKE_PROGRAM is not set.  You probably need to select a different build tool.
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
==> ERROR: A failure occurred in prepare().
    Aborting...

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.