radare2: the reverse engineering framework
Find a file
2025-07-25 11:43:35 +00:00
.gitignore bump to 5.8.4 2023-03-16 11:53:22 +01:00
build.sh Import scripts used for sidetag build with iaito 2022-04-21 21:56:03 +02:00
changelog adding changelog 2024-10-16 13:48:45 +02:00
radare2-5.6.2-lz4.patch fix build error when building with system lz4 2022-02-22 02:59:41 +01:00
radare2-5.6.6-use_lz4.patch Actually add patches 2022-04-21 22:18:55 +02:00
radare2-5.6.6-use_openssl.patch Actually add patches 2022-04-21 22:18:55 +02:00
radare2-5.7.6-ebcdic.patch patch for new libmagic 2022-08-08 18:21:55 +02:00
radare2-5.7.6-use_magic.patch patch for new libmagic 2022-08-08 18:21:55 +02:00
radare2-5.8.2-meson-sdb.patch fix sdb generation with meson build 2023-02-26 16:30:11 +01:00
radare2-5.8.8-CVE-2023-4322.patch cherrypick CVE-2023-4322 & CVE-2023-5686 fix from upstream 2023-10-26 15:37:38 +02:00
radare2-5.8.8-CVE-2023-5686.patch cherrypick CVE-2023-4322 & CVE-2023-5686 fix from upstream 2023-10-26 15:37:38 +02:00
radare2-5.9.0-use_magic.patch radare2 2024-05-05 18:15:22 +02:00
radare2-5.9.8-dec99.patch bump to 5.9.8 2024-11-22 16:15:59 +01:00
radare2-5.9.8-hfs-cve.patch fix CVE-2024-56737 2025-03-11 18:24:30 +01:00
radare2-5.9.8-magic-cve.patch fix CVE-2025-1744 and CVE-2025-1864 2025-03-08 00:38:41 +01:00
radare2-5.9.8-zlib-cve.patch fix CVE-2025-1744 and CVE-2025-1864 2025-03-08 00:38:41 +01:00
radare2.cfg update do 3.1.0 2018-11-26 09:36:44 +01:00
radare2.rpmlintrc bump to 5.3.0 2021-06-09 22:00:52 +02:00
radare2.spec fix CVE-2024-56737 2025-03-11 18:24:30 +01:00
README.md radare2 2024-05-05 18:15:22 +02:00
sources bump to 5.9.8 2024-11-22 16:15:59 +01:00
update.sh Import scripts used for sidetag build with iaito 2022-04-21 21:56:03 +02:00

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-XXXXX from the main branch
  • build cutter-re and other dependent packages with the same command from the main branch
  • 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 build from the fXX branch
  • 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,...