From owner-svn-ports-head@freebsd.org Thu Jun 13 12:07:52 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BD2D115B02BE; Thu, 13 Jun 2019 12:07:52 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5C205820C1; Thu, 13 Jun 2019 12:07:52 +0000 (UTC) (envelope-from amdmi3@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2B63F7F; Thu, 13 Jun 2019 12:07:52 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5DC7psG051138; Thu, 13 Jun 2019 12:07:51 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5DC7pCB051136; Thu, 13 Jun 2019 12:07:51 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201906131207.x5DC7pCB051136@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 13 Jun 2019 12:07:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504082 - in head/security/i2pd: . files X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: in head/security/i2pd: . files X-SVN-Commit-Revision: 504082 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5C205820C1 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.969,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jun 2019 12:07:53 -0000 Author: amdmi3 Date: Thu Jun 13 12:07:51 2019 New Revision: 504082 URL: https://svnweb.freebsd.org/changeset/ports/504082 Log: - Update to 2.26.0 Added: head/security/i2pd/files/patch-libi2pd__client_BOB.cpp (contents, props changed) Modified: head/security/i2pd/Makefile head/security/i2pd/distinfo Modified: head/security/i2pd/Makefile ============================================================================== --- head/security/i2pd/Makefile Thu Jun 13 11:57:37 2019 (r504081) +++ head/security/i2pd/Makefile Thu Jun 13 12:07:51 2019 (r504082) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= i2pd -PORTVERSION= 2.25.0 +PORTVERSION= 2.26.0 CATEGORIES= security net-p2p MAINTAINER= amdmi3@FreeBSD.org Modified: head/security/i2pd/distinfo ============================================================================== --- head/security/i2pd/distinfo Thu Jun 13 11:57:37 2019 (r504081) +++ head/security/i2pd/distinfo Thu Jun 13 12:07:51 2019 (r504082) @@ -1,3 +1,3 @@ -TIMESTAMP = 1559570036 -SHA256 (PurpleI2P-i2pd-2.25.0_GH0.tar.gz) = 80486b51abbf082ca427c95a298f037a28504eb3c6c788a700273de34ae1bd6b -SIZE (PurpleI2P-i2pd-2.25.0_GH0.tar.gz) = 1068786 +TIMESTAMP = 1560183475 +SHA256 (PurpleI2P-i2pd-2.26.0_GH0.tar.gz) = 2ae18978c8796bb6b45bc8cfe4e1f25377e0cfc9fcf9f46054b09dc3384eef63 +SIZE (PurpleI2P-i2pd-2.26.0_GH0.tar.gz) = 1073024 Added: head/security/i2pd/files/patch-libi2pd__client_BOB.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/i2pd/files/patch-libi2pd__client_BOB.cpp Thu Jun 13 12:07:51 2019 (r504082) @@ -0,0 +1,11 @@ +--- libi2pd_client/BOB.cpp.orig 2019-06-07 14:25:55 UTC ++++ libi2pd_client/BOB.cpp +@@ -4,6 +4,8 @@ + #include "util.h" + #include "BOB.h" + ++#undef isset // Prevent clash with isset macro from param.h ++ + namespace i2p + { + namespace client