From owner-svn-ports-all@freebsd.org Wed Aug 9 11:43:03 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BD9FDCA907; Wed, 9 Aug 2017 11:43:03 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1F01B6E5D4; Wed, 9 Aug 2017 11:43:03 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v79Bh2Sg072743; Wed, 9 Aug 2017 11:43:02 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v79Bh2RI072740; Wed, 9 Aug 2017 11:43:02 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201708091143.v79Bh2RI072740@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 9 Aug 2017 11:43:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447619 - head/security/rubygem-rex-core X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: head/security/rubygem-rex-core X-SVN-Commit-Revision: 447619 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Aug 2017 11:43:03 -0000 Author: antoine Date: Wed Aug 9 11:43:01 2017 New Revision: 447619 URL: https://svnweb.freebsd.org/changeset/ports/447619 Log: Update to 0.1.12 Modified: head/security/rubygem-rex-core/Makefile head/security/rubygem-rex-core/distinfo head/security/rubygem-rex-core/pkg-descr Modified: head/security/rubygem-rex-core/Makefile ============================================================================== --- head/security/rubygem-rex-core/Makefile Wed Aug 9 11:09:14 2017 (r447618) +++ head/security/rubygem-rex-core/Makefile Wed Aug 9 11:43:01 2017 (r447619) @@ -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 Modified: head/security/rubygem-rex-core/distinfo ============================================================================== --- head/security/rubygem-rex-core/distinfo Wed Aug 9 11:09:14 2017 (r447618) +++ head/security/rubygem-rex-core/distinfo Wed Aug 9 11:43:01 2017 (r447619) @@ -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 Modified: head/security/rubygem-rex-core/pkg-descr ============================================================================== --- head/security/rubygem-rex-core/pkg-descr Wed Aug 9 11:09:14 2017 (r447618) +++ head/security/rubygem-rex-core/pkg-descr Wed Aug 9 11:43:01 2017 (r447619) @@ -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.