Date: Thu, 13 Jun 2019 12:07:51 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r504082 - in head/security/i2pd: . files Message-ID: <201906131207.x5DC7pCB051136@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906131207.x5DC7pCB051136>