File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 11mycms
22Copyright (c) 2022 Alon Bar-Lev <alon.barlev@gmail.com>
33
4- ????-??-?? - Version 0.2.0
4+ 2022-07-26 - Version 0.1.1
55
66* verify: Call CMS_SignerInfo_verify before CMS_SignerInfo_verify_content
77* tool: return 2 when verify failed
Original file line number Diff line number Diff line change 11AC_PREREQ ( [ 2.60] )
22
33define ( [ PACKAGE_VERSION_MAJOR] , [ 0] )
4- define ( [ PACKAGE_VERSION_MINOR] , [ 2 ] )
5- define ( [ PACKAGE_VERSION_FIX] , [ 0 ] )
4+ define ( [ PACKAGE_VERSION_MINOR] , [ 1 ] )
5+ define ( [ PACKAGE_VERSION_FIX] , [ 1 ] )
66define ( [ PACKAGE_VERSION_REVISION] , [ 0] )
7- define ( [ PACKAGE_SUFFIX] , [ _master ] )
7+ define ( [ PACKAGE_SUFFIX] , [ ] )
88
99AC_INIT ( [ mycms] , [ PACKAGE_VERSION_MAJOR.PACKAGE_VERSION_MINOR.PACKAGE_VERSION_FIX[ ] PACKAGE_SUFFIX] )
1010AC_CONFIG_AUX_DIR ( [ .] )
Original file line number Diff line number Diff line change 1- mycms (0.2.0-master) devel; urgency=low
1+ mycms (0.1.1) devel; urgency=low
2+
3+ * verify: Call CMS_SignerInfo_verify before CMS_SignerInfo_verify_content
4+ * tool: return 2 when verify failed
5+
6+ -- Alon Bar-Lev <alon.barlev@gmail.com> Tue, 26 Jul 2022 00:00:00 +0000
7+
8+ mycms (0.1.0) devel; urgency=low
29
310 * Initial package
411
You can’t perform that action at this time.
0 commit comments