Received: by mail.netbsd.org (Postfix, from userid 605) id 0ECEE84D87; Mon, 9 Oct 2017 08:47:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9667084D65 for ; Mon, 9 Oct 2017 08:47:52 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id J8qCr5rWHGOa for ; Mon, 9 Oct 2017 08:47:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 050C584D23 for ; Mon, 9 Oct 2017 08:47:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0349FFBC7; Mon, 9 Oct 2017 08:47:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1507538871291910" MIME-Version: 1.0 Date: Mon, 9 Oct 2017 08:47:51 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/ruby-metasploit-payloads To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171009084752.0349FFBC7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1507538871291910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Oct 9 08:47:51 UTC 2017 Modified Files: pkgsrc/security/ruby-metasploit-payloads: Makefile Log Message: ruby-metasploit-payloads: follow redirect To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/ruby-metasploit-payloads/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1507538871291910 Content-Disposition: inline Content-Length: 741 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/ruby-metasploit-payloads/Makefile diff -u pkgsrc/security/ruby-metasploit-payloads/Makefile:1.3 pkgsrc/security/ruby-metasploit-payloads/Makefile:1.4 --- pkgsrc/security/ruby-metasploit-payloads/Makefile:1.3 Mon Oct 2 05:03:19 2017 +++ pkgsrc/security/ruby-metasploit-payloads/Makefile Mon Oct 9 08:47:51 2017 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2017/10/02 05:03:19 taca Exp $ +# $NetBSD: Makefile,v 1.4 2017/10/09 08:47:51 wiz Exp $ DISTNAME= metasploit-payloads-1.3.9 CATEGORIES= security MAINTAINER= minskim@NetBSD.org -HOMEPAGE= http://www.metasploit.com/ +HOMEPAGE= https://www.metasploit.com/ COMMENT= Compiled binaries for Metasploit\'s Meterpreter LICENSE= modified-bsd --_----------=_1507538871291910--