Commit Graph

25 Commits

Author SHA1 Message Date
pancake
8f2d4095d9
Fix radareorg/radare2-pm#164 - Verboser database/package upgrade r2pm -U / r2pm -UU ##tools 2024-08-29 19:30:25 +02:00
pancake
30518b9972 Handle ^F and ^B in RCons.less ##shell 2024-03-17 19:47:26 +01:00
pancake
98de4be853
Add missing authors for the crypto plugins, update manpage ##hash 2024-03-13 18:45:16 +01:00
pancake
b13e834aa8 Implement r2pm -t for timeless packages ##r2pm 2023-06-07 18:55:32 +02:00
Apkunpacker
2090ca5c6f Fix typos in different locations 2023-01-16 18:41:04 +01:00
pancake
0ae427cd26 Implement r2pm -e to edit package scripts 2022-11-25 11:09:12 +01:00
pancake
6ec1d8667d Implement r2pm -cp like it was in r2pm.sh ##r2pm 2022-10-29 19:12:48 +02:00
Peter Meerwald-Stadler
5420741cfa Fix some typos and inconsistencies in man pages 2022-10-12 14:11:32 +02:00
pancake
29ee360f3d Update r2pm manpage and add -q and -a flags ##r2pm 2022-09-21 20:54:08 +02:00
pancake
4559625e48 Update manpage in sync with the new r2pm-c subset 2021-12-17 11:31:38 +01:00
pancake
150a4e385a Add help for r2pm -uu 2021-12-05 02:44:22 +01:00
Sylvain Pelissier
bff04d1ac9
r2pm: Add offline option for installation ##r2pm 2021-08-31 17:09:58 +02:00
pancake
89305ce609 Update r2pm manpage 2021-06-30 21:57:19 +02:00
pancake
d894f967e8 Add r2pm -U to upgrade all the outdated packages 2021-06-15 12:09:27 +02:00
pancake
23b838a0a9
Remove all the travis and codecov reminiscenses (#18585)
* Codecov and Travis scripts were disabled on January
2021-04-16 17:56:50 +02:00
Damien Zammit
2ccd0c0cd2
r2pm: Add R2PM_GITSKIP env var to skip git checkout master && git pull (#17646) 2020-10-17 10:43:46 +02:00
Ian Huang
8248039e55 r2pm: handle info and install arguments properly (#14693) 2019-07-30 04:20:28 +02:00
pancake
8f87570202 Implement support for external repositories via r2pm -a 2017-01-18 00:22:56 +01:00
Sebastian Reichel
b98880ff26 Debian patches (#5866)
* Fix esil manpage

Each manual page should start with a "NAME" section, which lists the
name and a brief description of the page separated by "\-". The "NAME"
section is parsed by lexgrog and used to generate a database that's
queried by commands like apropos and whatis. Without this change
lexgrog fails to parse the NAME section of this manual page.

This was found by Debian's lintian tool (manpage-has-bad-whatis-entry).

* Fix empty input line in manpages

Found-By: lintian as manpage-has-errors-from-man

* Fix rahash2 manpage

.El (end list) is only valid after .Bl (begin list),
but no list was started in this section.

Found-By: lintian

* Avoid build break if no static bin plugins are defined

If one disables all static bin plugins, build currently fails,
since R_BIN_STATIC_PLUGINS/R_BIN_XTR_STATIC_PLUGINS are not
defined. This fixes the build for these kind of setups.

(In Debian does not built the mach code, since the
Apple Public Source License is not compatible with
the Debian Free Software Guidelines. Without the
mach code there is not a single binxtr plugin)

* Fix implicit declaration of function 'linux_generate_corefile' on i386

Noticed by Debian build farm.

* Add support for SOURCE_DATE_EPOCH

SOURCE_DATE_EPOCH can be used to make builds
reproducible [0].

Note: radare suffers from a second problem making the
build unreproducible: It captures the full build path.
This is *not* covered by this change.

[0] https://reproducible-builds.org/specs/source-date-epoch/
2016-09-28 19:17:43 +02:00
pancake
0167ba90a1 Add r2pm -w and handle R2PM_DEPS 2016-09-13 01:01:29 +02:00
pancake
aecdbf9f1a Update manpage for r2pm 2016-08-05 01:20:43 +02:00
pancake
cf544b794f Completely move r2pm packages to radare2-pm 2016-06-07 23:42:08 +02:00
pancake
411cad06e2 Update r2pm manpage and fix #4843 2016-05-15 23:54:47 +02:00
pancake
2b5661c46a Add r2pm -t for travis purposes 2015-10-23 03:23:12 +02:00
isra17
9b7d06aa99 Add r2pm man page
Closes radare/radare2#3398
2015-10-02 11:23:41 -04:00