mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-05 17:08:05 -05:00
initial 2.4 commit
This commit is contained in:
parent
73d7cf011e
commit
0459fb99ef
@ -14,7 +14,7 @@
|
|||||||
cd osslsigncode-folder
|
cd osslsigncode-folder
|
||||||
x86_64-w64-mingw32-gcc osslsigncode.c msi.c msi.h -o osslsigncode.exe \
|
x86_64-w64-mingw32-gcc osslsigncode.c msi.c msi.h -o osslsigncode.exe \
|
||||||
-lcrypto -lssl -lcurl \
|
-lcrypto -lssl -lcurl \
|
||||||
-D 'PACKAGE_STRING="osslsigncode 2.3"' \
|
-D 'PACKAGE_STRING="osslsigncode 2.4"' \
|
||||||
-D 'PACKAGE_BUGREPORT="Michal.Trojnara@stunnel.org"' \
|
-D 'PACKAGE_BUGREPORT="Michal.Trojnara@stunnel.org"' \
|
||||||
-D ENABLE_CURL
|
-D ENABLE_CURL
|
||||||
```
|
```
|
||||||
@ -24,7 +24,7 @@
|
|||||||
path=%path%;c:\msys64\mingw64\bin
|
path=%path%;c:\msys64\mingw64\bin
|
||||||
cd osslsigncode-folder
|
cd osslsigncode-folder
|
||||||
osslsigncode.exe -v
|
osslsigncode.exe -v
|
||||||
osslsigncode 2.3, using:
|
osslsigncode 2.4, using:
|
||||||
OpenSSL 1.1.1g 21 Apr 2020 (Library: OpenSSL 1.1.1g 21 Apr 2020)
|
OpenSSL 1.1.1g 21 Apr 2020 (Library: OpenSSL 1.1.1g 21 Apr 2020)
|
||||||
libcurl/7.70.0 OpenSSL/1.1.1g (Schannel) zlib/1.2.11 brotli/1.0.7 libidn2/2.3.0
|
libcurl/7.70.0 OpenSSL/1.1.1g (Schannel) zlib/1.2.11 brotli/1.0.7 libidn2/2.3.0
|
||||||
libpsl/0.21.0 (+libidn2/2.3.0) libssh2/1.9.0 nghttp2/1.40.0
|
libpsl/0.21.0 (+libidn2/2.3.0) libssh2/1.9.0 nghttp2/1.40.0
|
||||||
@ -76,7 +76,7 @@
|
|||||||
-I 'C:/OpenSSL/include/' \
|
-I 'C:/OpenSSL/include/' \
|
||||||
-L 'C:/curl/lib' -lcurl \
|
-L 'C:/curl/lib' -lcurl \
|
||||||
-I 'C:/curl/include' \
|
-I 'C:/curl/include' \
|
||||||
-D 'PACKAGE_STRING="osslsigncode 2.3"' \
|
-D 'PACKAGE_STRING="osslsigncode 2.4"' \
|
||||||
-D 'PACKAGE_BUGREPORT="Michal.Trojnara@stunnel.org"' \
|
-D 'PACKAGE_BUGREPORT="Michal.Trojnara@stunnel.org"' \
|
||||||
-D ENABLE_CURL
|
-D ENABLE_CURL
|
||||||
```
|
```
|
||||||
@ -90,7 +90,7 @@
|
|||||||
copy C:\msys64\mingw64\bin\zlib1.dll
|
copy C:\msys64\mingw64\bin\zlib1.dll
|
||||||
|
|
||||||
osslsigncode.exe -v
|
osslsigncode.exe -v
|
||||||
osslsigncode 2.3, using:
|
osslsigncode 2.4, using:
|
||||||
OpenSSL 1.1.1k 25 Mar 2021 (Library: OpenSSL 1.1.1k 25 Mar 2021)
|
OpenSSL 1.1.1k 25 Mar 2021 (Library: OpenSSL 1.1.1k 25 Mar 2021)
|
||||||
libcurl/7.78.0 OpenSSL/1.1.1k zlib/1.2.11
|
libcurl/7.78.0 OpenSSL/1.1.1k zlib/1.2.11
|
||||||
```
|
```
|
||||||
|
2
NEWS.md
2
NEWS.md
@ -1,5 +1,7 @@
|
|||||||
# osslsigncode change log
|
# osslsigncode change log
|
||||||
|
|
||||||
|
### 2.4 (unreleased)
|
||||||
|
|
||||||
### 2.3 (2022.03.06)
|
### 2.3 (2022.03.06)
|
||||||
|
|
||||||
**CRITICAL SECURITY VULNERABILITIES**
|
**CRITICAL SECURITY VULNERABILITIES**
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
AC_PREREQ(2.60)
|
AC_PREREQ(2.60)
|
||||||
|
|
||||||
AC_INIT([osslsigncode], [2.3.0], [Michal.Trojnara@stunnel.org])
|
AC_INIT([osslsigncode], [2.4.0-dev], [Michal.Trojnara@stunnel.org])
|
||||||
AC_CONFIG_AUX_DIR([.])
|
AC_CONFIG_AUX_DIR([.])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user