1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

Update to 0.1.12

This commit is contained in:
Antoine Brodin 2017-08-09 11:43:01 +00:00
parent 5e34d16b3e
commit f7339e5117
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447619
3 changed files with 7 additions and 8 deletions

View File

@ -1,19 +1,18 @@
# $FreeBSD$
PORTNAME= rex-core
PORTVERSION= 0.1.11
PORTVERSION= 0.1.12
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
COMMENT= Core libraries required for the Ruby Exploitation(Rex) Suite
COMMENT= Core libraries required for the Ruby Exploitation (Rex) Suite
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USE_RUBY= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1499951368
SHA256 (rubygem/rex-core-0.1.11.gem) = bc12bb3168a6567e01f8f60046c23c96097b25fe4ba57f7a02eec6e37e67a59a
SIZE (rubygem/rex-core-0.1.11.gem) = 30720
TIMESTAMP = 1502057421
SHA256 (rubygem/rex-core-0.1.12.gem) = f37e5afc571e90ad6f3c7426cec0767243be7b8d81884d7747fdaec32f71bc99
SIZE (rubygem/rex-core-0.1.12.gem) = 30208

View File

@ -1,4 +1,4 @@
The Ruby Exploitation(rex) Core Gem contains the odds and ends of code that so
The Ruby Exploitation (rex) Core 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.