Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wireshark: Update to a supported version 4.0.x | Armin Kuster | 2023-06-06 | 1 | -59/+0 |
| | | | | | | | | | | | | Drop CVE patch as its included. Drop 0003-bison-Remove-line-directives.patch as file is not longer there. refactor 0001-wireshark-src-improve-reproducibility.patch LIC_FILES_CHKSUM changed do to re-structuring. Remove TMPDIR found in some files. Remove c-ares PACKAGECONFIG as its a required pkg Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | wireshark-src: improve reproducibility | Oleksiy Obitotskyy | 2021-02-17 | 1 | -0/+59 |
What was done: - add --noline option to flex, --no-line to bison and -l to lemon generators to prevent adding #line directives with absolute path. - eliminate absolute source path in python code generator and use baseline instead. Signed-off-by: Oleksiy Obitotskyy <oobitots@cisco.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |