Hi, I've got error both in patching and sed
tc@box:~/lab$ patch -Np1 -i seamonkey-2.53.17.1-consolidated_fixes-1.patch
can't find file to patch at input line 16
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|Submitted By: Douglas R. Reno <renodr at linuxfromscratch dot org>
|Date: 2023-10-16
|Initial Package Version: 2.53.17.1
|Origin: Upstream (in https://gitlab.com/frg/seamonkey-253-patches)
|Upstream Status: Applied
|Description: Fixes several CVEs in Seamonkey's bundled copy of libvpx,
| including CVE-2023-44488, CVE-2023-5217, CVE-2019-9232,
| CVE-2019-9325, CVE-2023-9371, and CVE-2023-9433.
| Thank you Ken for the original patches, yours are almost
| identical to what upstream has in the imminent 2.53.18
| release.
|
|diff -Naurp seamonkey-2.53.17.1.orig/media/libvpx/libvpx/test/decode_api_test.cc seamonkey-2. 53.17.1/media/libvpx/libvpx/test/decode_api_test.cc
|--- seamonkey-2.53.17.1.orig/media/libvpx/libvpx/test/decode_api_test.cc 2020-10-20 14: 17:58.000000000 -0500
|+++ seamonkey-2.53.17.1/media/libvpx/libvpx/test/decode_api_test.cc 2023-10-16 12:39:06.94 7145620 -0500
--------------------------
File to patch:
tc@box:~$ cd /home/tc/lab
tc@box:~/lab$ sed -e '1012 s/stderr=devnull/stderr=subprocess.DEVNULL/' -e '1013
s/OSError/(OSError, subprocess.CalledProcessError)/' -i third_party/python/dist
ro/distro.py
sed: can't read third_party/python/distro/distro.py: No such file or directory