radare2: the reverse engineering framework
| .gitignore | ||
| build.sh | ||
| changelog | ||
| radare2-5.6.2-lz4.patch | ||
| radare2-5.6.6-use_lz4.patch | ||
| radare2-5.6.6-use_openssl.patch | ||
| radare2-5.7.6-ebcdic.patch | ||
| radare2-5.7.6-use_magic.patch | ||
| radare2-5.8.2-meson-sdb.patch | ||
| radare2-5.8.8-CVE-2023-4322.patch | ||
| radare2-5.8.8-CVE-2023-5686.patch | ||
| radare2-5.9.0-use_magic.patch | ||
| radare2-5.9.8-dec99.patch | ||
| radare2-5.9.8-hfs-cve.patch | ||
| radare2-5.9.8-magic-cve.patch | ||
| radare2-5.9.8-zlib-cve.patch | ||
| radare2.cfg | ||
| radare2.rpmlintrc | ||
| radare2.spec | ||
| README.md | ||
| sources | ||
| update.sh | ||
radare2
radare2: the reverse engineering framework
How to update
Rawhide
- do changes primarily in the rawhide branch
- request side tag with
fedpkg request-side-tag - build updated package with
fedpkg build --target=fZZ-build-side-XXXXXfrom themainbranch - build cutter-re and other dependent packages with the same command from the
mainbranch - when all builds are done, create a bodhi update with
bodhi updates new --from-tag --notes "mynotes" --user YYYYY fZZ-build-side-XXXXX
Stable
- wherever possible us fast-forward merge from rawhide to stable branches
cd fXX
fedpkg pull && git merge origin/rawhide && fedpkg push && fedpkg build
- create buildroot override with
fedpkg override create - possibly update and re-build iaito and other dependent packages with
fedpkg buildfrom thefXXbranch - when all builds are done, create a bodhi update with
bodhi updates new --type enhancement --bugs xxxxxxxx --close-bugs --notes "mynotes" radare2-nvr,iaito-nvr,...