forked from radareorg/radare2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the CI badge and fully rewrite all the workflows to make sense ##…
…build * Windows, Linux, Static, macOS, Android, iOS builds published for every commit * Kept coverage, coverity, fuzzing tests, lgtm and -Werror jobs * Kill the continuos, the over-engineered matrix and other empty or unnecessary tasks (250 vs 900LOC) * Jobs TODO: fatmac, termux and rpm (centos) packages
- Loading branch information
Showing
29 changed files
with
252 additions
and
911 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
%global gituser radare | ||
%global gituser radareorg | ||
%global gitname radare2 | ||
#global commit a093958b6d24015d82782eb20a2e10d8f4afcd85 | ||
%global commit 5a3dab0a86e1452c0bb0c13d869f95b41f50b9a9 | ||
#global commit 5a3dab0a86e1452c0bb0c13d869f95b41f50b9a9 | ||
%global commit 5860c3efc12d4b75e72bdce4b1d3834599620913 | ||
%global shortcommit %(c=%{commit}; echo ${c:0:7}) | ||
|
||
Name: radare2 | ||
Version: 0.10.0 | ||
Version: 5.1.0 | ||
Release: 1%{?dist} | ||
Summary: The %{name} reverse engineering framework | ||
Group: Applications/Engineering | ||
License: LGPLv3 | ||
URL: http://radare.org/ | ||
URL: https://www.radare.org/ | ||
#Source0: http://radare.org/get/%{name}-%{version}.tar.gz | ||
#Source0: http://radare.org/get/%{name}-%{version}.tar.xz | ||
Source0: https://github.com/%{gituser}/%{gitname}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz | ||
# Source0: https://github.com/%{gituser}/%{gitname}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz | ||
Source0: https://github.com/%{gituser}/%{gitname}/archive/%{commit}/%{name}-%{version}-git.tar.gz | ||
|
||
|
||
BuildRequires: file-devel | ||
|
@@ -106,6 +107,9 @@ cp shlr/sdb/src/libsdb.a %{buildroot}/%{_libdir}/libsdb.a | |
|
||
|
||
%changelog | ||
* Sat Oct 10 2020 pancake <[email protected]> 5.1.0 | ||
- update for latest centos8 and r2 codebase | ||
|
||
* Sat Oct 10 2015 Michal Ambroz <rebus at, seznam.cz> 0.10.0-1 | ||
- build for Fedora for alpha of 0.10.0 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
#ifndef _INCLUDE_R_BIN_MACH0_SPECS_H_ | ||
#define _INCLUDE_R_BIN_MACH0_SPECS_H_ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -87,4 +87,3 @@ R_API void r_core_item_free (RCoreItem *ci) { | |
free (ci->data); | ||
free (ci); | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.