#45 Update NSS to 3.93.0
Merged 8 months ago by fkrenzel. Opened 9 months ago by fkrenzel.
rpms/ fkrenzel/nss f38  into  f38

Update NSS to 3.93.0
Krenzelok Frantisek • 9 months ago  
file modified
+1
@@ -83,3 +83,4 @@ 

  /nss-3.90-with-nspr-4.35.tar.gz

  /nss-3.91-with-nspr-4.35.tar.gz

  /nss-3.92-with-nspr-4.35.tar.gz

+ /nss-3.93-with-nspr-4.35.tar.gz

file modified
+5 -2
@@ -1,5 +1,5 @@ 

  %global nspr_version 4.35.0

- %global nss_version 3.92.0

+ %global nss_version 3.93.0

  # NOTE: To avoid NVR clashes of nspr* packages:

  # - reset %%{nspr_release} to 1, when updating %%{nspr_version}

  # - increment %%{nspr_version}, when updating the NSS part only
@@ -7,7 +7,7 @@ 

  %global nss_release %baserelease

  # use "%%global nspr_release %%[%%baserelease+n]" to handle offsets when

  # release number between nss and nspr are different.

- %global nspr_release %[%baserelease+8]

+ %global nspr_release %[%baserelease+9]

  # only need to update this as we added new

  # algorithms under nss policy control

  %global crypto_policies_version 20210118
@@ -1088,6 +1088,9 @@ 

  

  

  %changelog

+ * Thu Aug 31 2023 Frantisek Krenzelok <krenzelok.frantisek@gmail.com> - 3.93.0-1

+ - Update NSS to 3.93.0

+ 

  * Tue Aug 1 2023 Frantisek Krenzelok <krenzelok.frantisek@gmail.com> - 3.92.0-1

  - Update NSS to 3.92.0

  

file modified
+1 -1
@@ -1,3 +1,3 @@ 

  SHA512 (blank-cert9.db) = 2f8eab4c0612210ee47db8a3a80c1b58a0b43849551af78c7da403fda3e3d4e7757838061ae56ccf5aac335cb54f254f0a9e6e9c0dd5920b4155a39264525b06

  SHA512 (blank-key4.db) = 8fedae93af7163da23fe9492ea8e785a44c291604fa98e58438448efb69c85d3253fc22b926d5c3209c62e58a86038fd4d78a1c4c068bc00600a7f3e5382ebe7

- SHA512 (nss-3.92-with-nspr-4.35.tar.gz) = 72810b62cea08c40200ea499a478e05483fa2b336f516c15776beb1ad7f8e8a7b69da8ffb7688f2b50a4725c1973d1c34e53a94e55657d2c4496b593af8959b1

+ SHA512 (nss-3.93-with-nspr-4.35.tar.gz) = efe85e09021ca363df35d092b32463b359b2a23fc6e761949e944ba4209b09bdf007fc69015086a278c999411d62b9dba6fbedfb8a7c962ed40e406de45bc28e

no initial comment

Pull-Request has been merged by fkrenzel

8 months ago