summaryrefslogtreecommitdiff
path: root/security/ruby-rex-core
AgeCommit message (Collapse)AuthorFilesLines
2022-08-28security/ruby-rex-core: update to 0.1.28taca3-7/+8
0.1.21 (2022-01-25) * Land #21, Apply rubocop changes to socket_abstraction 0.1.22 (2022-01-26) * Land #23, GitHub actions for running tests 0.1.23 (2022-01-26) * Land #24, move verify.yml to workflows folder 0.1.24 (2022-01-26) * Land #24, move verify.yml to workflows folder 0.1.25 (2022-01-26) * Land #22, cherry pick of stream_server cleanup 0.1.26 (2022-02-15) * Land #20, Fix metasploit-framework#15968 (Multiple Socket Abstraction Bugs) 0.1.27 (2022-03-24) * Land #25, Stop refs being cloned or duped 0.1.28 (2022-04-05) * Land #26, Rex::Compat: open_browser: Prepend 'file://' to file URLs for Android
2021-12-11security/ruby-rex-core: update to 0.1.20taca3-7/+8
0.1.18 (2021-09-29) * Land #16, Make the synchronization functions public 0.1.19 (2021-11-15) * Land #17, Add the stopwatch function 0.1.20 (2021-11-16) * Merge pull request #18 from zeroSteiner/feat/stopwatch/elapsed_seconds Refactor into a Stopwatch module
2021-10-26security: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./security/cyrus-sasl/distinfo cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
2021-10-07security: Remove SHA1 hashes for distfilesnia1-2/+1
2021-09-19security/ruby-rex-core: update to 0.1.17taca2-7/+7
* Land #11, Remove tainted calls
2021-02-13security/ruby-rex-core: update to 0.1.16taca2-7/+7
0.1.16 (2021-02-12) * Land #11, Remove tainted calls
2021-02-05security/ruby-rex-core: update to 0.1.15taca2-7/+7
0.1.15 (2021-02-04) * Synchronize access to streams. (Fixes rapid7/metasploit-framework#14668) 0.1.14 (2018-02-22) * Add Android (specifically termux) platform support
2020-06-21Add "USE_LANGUAGES= # noen"taca1-1/+3
Add "USE_LANGUAGES= # noen" for pure Ruby packages.
2018-03-21security/ruby-rex-core: update to 0.1.13taca2-7/+7
0.1.13 2017/07/20 * partially revert 06bfb88 * minor gem cleanups
2017-10-12security/ruby-rex-core: Import version 0.1.12minskim4-0/+50
The Ruby Exploitation (rex) Core Gem. This Gem contains the odds and ends of code that so many other pieces of Rex rely upon, but that are too small to be put into their own seperate gems. This include some of the ruby cross-platform compatibility and file utility code.