Skip to content

Commit

Permalink
dotnet: Update to 8.0.3
Browse files Browse the repository at this point in the history
**Summary**

Several improvements and security updates
Full release notes available [here](https://devblogs.microsoft.com/dotnet/march-2024-updates/)

**Test Plan**

- run fedora's test suite
**Security**

- CVE-2024-21392
- CVE-2024-26190
  • Loading branch information
nelsontkq committed Mar 15, 2024
1 parent da14722 commit f42c9e6
Show file tree
Hide file tree
Showing 4 changed files with 3,909 additions and 3,897 deletions.
14 changes: 13 additions & 1 deletion packages/d/dotnet/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -343,13 +343,25 @@ libcrypto.so.3:BIO_read
libcrypto.so.3:BIO_s_mem
libcrypto.so.3:BIO_up_ref
libcrypto.so.3:BIO_write
libcrypto.so.3:BN_CTX_free
libcrypto.so.3:BN_CTX_new
libcrypto.so.3:BN_bin2bn
libcrypto.so.3:BN_bn2bin
libcrypto.so.3:BN_clear_free
libcrypto.so.3:BN_cmp
libcrypto.so.3:BN_div
libcrypto.so.3:BN_free
libcrypto.so.3:BN_gcd
libcrypto.so.3:BN_is_odd
libcrypto.so.3:BN_is_one
libcrypto.so.3:BN_is_zero
libcrypto.so.3:BN_mod_inverse
libcrypto.so.3:BN_mod_mul
libcrypto.so.3:BN_mul
libcrypto.so.3:BN_new
libcrypto.so.3:BN_num_bits
libcrypto.so.3:BN_sub
libcrypto.so.3:BN_value_one
libcrypto.so.3:CRYPTO_free
libcrypto.so.3:CRYPTO_get_ex_new_index
libcrypto.so.3:CRYPTO_malloc
Expand Down Expand Up @@ -581,6 +593,7 @@ libcrypto.so.3:RSA_get0_crt_params
libcrypto.so.3:RSA_get0_factors
libcrypto.so.3:RSA_get0_key
libcrypto.so.3:RSA_get_method
libcrypto.so.3:RSA_get_multi_prime_extra_count
libcrypto.so.3:RSA_meth_get_flags
libcrypto.so.3:RSA_test_flags
libcrypto.so.3:X509V3_EXT_print
Expand Down Expand Up @@ -825,7 +838,6 @@ libstdc++.so.6:_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5rfindEPKcm
libstdc++.so.6:_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE5rfindEcm
libstdc++.so.6:_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE6substrEmm
libstdc++.so.6:_ZNKSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE7compareERKS4_
libstdc++.so.6:_ZNKSt7__cxx1118basic_stringstreamIcSt11char_traitsIcESaIcEE3strEv
libstdc++.so.6:_ZNKSt8__detail20_Prime_rehash_policy11_M_next_bktEm
libstdc++.so.6:_ZNKSt8__detail20_Prime_rehash_policy14_M_need_rehashEmmm
libstdc++.so.6:_ZNSi4peekEv
Expand Down
10 changes: 5 additions & 5 deletions packages/d/dotnet/files/release.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"release": "8.0.2",
"release": "8.0.3",
"channel": "8.0",
"tag": "v8.0.2",
"sdkVersion": "8.0.102",
"runtimeVersion": "8.0.2",
"tag": "v8.0.3",
"sdkVersion": "8.0.103",
"runtimeVersion": "8.0.3",
"sourceRepository": "https://github.com/dotnet/dotnet",
"sourceVersion": "d396b0c4d3e51c2d8d679b2f7233912bc5bfc2fa"
"sourceVersion": "49a39629323839c28481dd42545ce44d11c75c5a"
}
6 changes: 3 additions & 3 deletions packages/d/dotnet/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : dotnet
version : 8.0.2
release : 3
version : 8.0.3
release : 4
source :
- https://github.com/dotnet/dotnet/archive/refs/tags/v8.0.2.tar.gz : 3930853e143d3c79d0d1fed4ce01ebc84b0121a2823a6fcbea9914470fd1636b
- https://github.com/dotnet/dotnet/archive/refs/tags/v8.0.3.tar.gz : 1cf467f47168572aae8cbcbf8fede972b31c8c1177f6584560a7fe4aecd66d19
homepage : https://dot.net
license : MIT
component : programming.dotnet
Expand Down

0 comments on commit f42c9e6

Please sign in to comment.