Skip to content

Commit

Permalink
Set version numbers to 3.67 Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
beurdouche committed May 28, 2021
1 parent ff2c6ee commit 0abab0d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 34 deletions.
17 changes: 0 additions & 17 deletions automation/abi-check/expected-report-libnss3.so.txt
@@ -1,17 +0,0 @@

3 Added functions:

'function PRBool PK11_ContextGetFIPSStatus(PK11Context*)' {PK11_ContextGetFIPSStatus@@NSS_3.66}
'function PRBool PK11_ObjectGetFIPSStatus(PK11ObjectType, void*)' {PK11_ObjectGetFIPSStatus@@NSS_3.66}
'function PRBool PK11_SlotGetLastFIPSStatus(PK11SlotInfo*)' {PK11_SlotGetLastFIPSStatus@@NSS_3.66}

1 function with some indirect sub-type change:

[C]'function SECStatus PK11_GetModInfo(SECMODModule*, CK_INFO*)' at pk11util.c:613:1 has some indirect sub-type changes:
parameter 1 of type 'SECMODModule*' has sub-type changes:
in pointed to type 'typedef SECMODModule' at secmodt.h:29:1:
underlying type 'struct SECMODModuleStr' at secmodt.h:44:1 changed:
type size changed from 1664 to 1728 bits
1 data member insertion:
'CK_NSS_GetFIPSStatus SECMODModuleStr::fipsIndicator', at offset 1664 (in bits) at secmodt.h:79:1
no data member changes (2 filtered);
10 changes: 0 additions & 10 deletions automation/abi-check/expected-report-libssl3.so.txt
@@ -1,10 +0,0 @@

1 function with some indirect sub-type change:

[C]'function SECStatus SSL_GetChannelInfo(PRFileDesc*, SSLChannelInfo*, PRUintn)' at sslinfo.c:14:1 has some indirect sub-type changes:
parameter 2 of type 'SSLChannelInfo*' has sub-type changes:
in pointed to type 'typedef SSLChannelInfo' at sslt.h:383:1:
underlying type 'struct SSLChannelInfoStr' at sslt.h:299:1 changed:
type size changed from 1024 to 1088 bits
1 data member insertion:
'PRBool SSLChannelInfoStr::isFIPS', at offset 1024 (in bits) at sslt.h:379:1
2 changes: 1 addition & 1 deletion automation/abi-check/previous-nss-release
@@ -1 +1 @@
NSS_3_65_BRANCH
NSS_3_66_BRANCH
4 changes: 2 additions & 2 deletions lib/nss/nss.h
Expand Up @@ -22,9 +22,9 @@
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>[.<build number>]][ <ECC>][ <Beta>]"
*/
#define NSS_VERSION "3.66" _NSS_CUSTOMIZED " Beta"
#define NSS_VERSION "3.67" _NSS_CUSTOMIZED " Beta"
#define NSS_VMAJOR 3
#define NSS_VMINOR 66
#define NSS_VMINOR 67
#define NSS_VPATCH 0
#define NSS_VBUILD 0
#define NSS_BETA PR_TRUE
Expand Down
4 changes: 2 additions & 2 deletions lib/softoken/softkver.h
Expand Up @@ -17,9 +17,9 @@
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>[.<build number>]][ <ECC>][ <Beta>]"
*/
#define SOFTOKEN_VERSION "3.66" SOFTOKEN_ECC_STRING " Beta"
#define SOFTOKEN_VERSION "3.67" SOFTOKEN_ECC_STRING " Beta"
#define SOFTOKEN_VMAJOR 3
#define SOFTOKEN_VMINOR 66
#define SOFTOKEN_VMINOR 67
#define SOFTOKEN_VPATCH 0
#define SOFTOKEN_VBUILD 0
#define SOFTOKEN_BETA PR_TRUE
Expand Down
4 changes: 2 additions & 2 deletions lib/util/nssutil.h
Expand Up @@ -19,9 +19,9 @@
* The format of the version string should be
* "<major version>.<minor version>[.<patch level>[.<build number>]][ <Beta>]"
*/
#define NSSUTIL_VERSION "3.66 Beta"
#define NSSUTIL_VERSION "3.67 Beta"
#define NSSUTIL_VMAJOR 3
#define NSSUTIL_VMINOR 66
#define NSSUTIL_VMINOR 67
#define NSSUTIL_VPATCH 0
#define NSSUTIL_VBUILD 0
#define NSSUTIL_BETA PR_TRUE
Expand Down

0 comments on commit 0abab0d

Please sign in to comment.