CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]    2023/02/24 01:09:50

Modified files:
        security/rust-ring: Makefile 
        security/rust-ring/patches: 
                                    patch-crypto_chacha_asm_chacha-x86_64_pl 
                                    
patch-crypto_cipher_extra_asm_chacha20_poly1305_x86_64_pl 
                                    
patch-crypto_fipsmodule_aes_asm_aesni-x86_64_pl 
                                    
patch-crypto_fipsmodule_bn_asm_x86_64-mont5_pl 
                                    
patch-crypto_fipsmodule_ec_asm_p256-x86_64-asm_pl 
                                    
patch-crypto_fipsmodule_modes_asm_aesni-gcm-x86_64_pl 
                                    
patch-crypto_fipsmodule_modes_asm_ghash-x86_64_pl 
                                    
patch-crypto_fipsmodule_sha_asm_sha512-x86_64_pl 
                                    patch-pregenerated_aesni-gcm-x86_64-elf_S 
                                    patch-pregenerated_aesni-x86_64-elf_S 
                                    patch-pregenerated_chacha-x86_64-elf_S 
                                    
patch-pregenerated_chacha20_poly1305_x86_64-elf_S 
                                    patch-pregenerated_ghash-x86_64-elf_S 
                                    patch-pregenerated_p256-x86_64-asm-elf_S 
                                    patch-pregenerated_sha256-x86_64-elf_S 
                                    patch-pregenerated_sha512-x86_64-elf_S 
                                    patch-pregenerated_x86_64-mont5-elf_S 
Added files:
        security/rust-ring/patches: patch-crypto_perlasm_x86_64-xlate_pl 

Log message:
rust-ring: adjust amd64 patches to match BoringSSL

Apart from some x86_64 xlate chunks to appease intel macs and windows
(unused when this crate is built as a dependency), this is a mechanical
change replacing '.rodata' with '.section .rodata' and .previous with
.text.

https://boringssl-review.googlesource.com/c/boringssl/+/57445

Reply via email to