[Pkg-privacy-commits] [onionshare] 03/33: replacing signtool.exe timestamp server with globalsign one, because startssl is having problems
Ximin Luo
infinity0 at debian.org
Mon Oct 19 14:15:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository onionshare.
commit 886c30759223b3a40222c3016bc1cbcdf9582729
Author: Micah Lee <micah at micahflee.com>
Date: Mon May 18 17:04:26 2015 -0700
replacing signtool.exe timestamp server with globalsign one, because startssl is having problems
---
install/build_exe.bat | 4 ++--
install/onionshare.nsi | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/install/build_exe.bat b/install/build_exe.bat
index b8cfc51..4c8b48a 100644
--- a/install/build_exe.bat
+++ b/install/build_exe.bat
@@ -2,7 +2,7 @@ REM use pyinstaller to builder a folder with onionshare.exe
pyinstaller -y install\onionshare-win.spec
REM sign onionshare.exe
-signtool.exe sign /v /d "OnionShare" /a /tr "http://www.startssl.com/timestamp" dist\onionshare\onionshare.exe
+signtool.exe sign /v /d "OnionShare" /a /tr http://timestamp.globalsign.com/scripts/timstamp.dll dist\onionshare\onionshare.exe
REM run onionshare once, to compile the .py files into .pyc
dist\onionshare\onionshare.exe --help
@@ -11,4 +11,4 @@ REM build an installer, dist\OnionShare_Setup.exe
makensisw install\onionshare.nsi
REM sign OnionShare_Setup.exe
-signtool.exe sign /v /d "OnionShare" /a /tr "http://www.startssl.com/timestamp" dist\OnionShare_Setup.exe
+signtool.exe sign /v /d "OnionShare" /a /tr http://timestamp.globalsign.com/scripts/timstamp.dll dist\OnionShare_Setup.exe
diff --git a/install/onionshare.nsi b/install/onionshare.nsi
index d87c2d8..88e9e71 100644
--- a/install/onionshare.nsi
+++ b/install/onionshare.nsi
@@ -41,7 +41,7 @@ ${EndIf}
!echo "Creating normal installer"
!system "$\"${NSISDIR}\makensis$\" /DINNER onionshare.nsi" = 0
!system "$%TEMP%\tempinstaller.exe" = 2
- !system "signtool.exe sign /v /d $\"Uninstall OnionShare$\" /a /tr http://www.startssl.com/timestamp $%TEMP%\uninstall.exe" = 0
+ !system "signtool.exe sign /v /d $\"Uninstall OnionShare$\" /a /tr http://timestamp.globalsign.com/scripts/timstamp.dll $%TEMP%\uninstall.exe" = 0
# all done, now we can build the real installer
OutFile "..\dist\OnionShare_Setup.exe"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionshare.git
More information about the Pkg-privacy-commits
mailing list