aboutsummaryrefslogtreecommitdiff
path: root/security/i2pd
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-12-05 20:21:54 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-12-05 20:21:54 +0000
commita4386866fba7d7b8f4e57ba69eb985b588d87462 (patch)
tree8848d3728bf693cf99cf1bc9b7c71e69074aea9d /security/i2pd
parent5d5d33d6136db227f56905fcaddf9efb9463fa4e (diff)
downloadports-a4386866fba7d7b8f4e57ba69eb985b588d87462.tar.gz
ports-a4386866fba7d7b8f4e57ba69eb985b588d87462.zip
- Update to 2.17.0
Notes
Notes: svn path=/head/; revision=455618
Diffstat (limited to 'security/i2pd')
-rw-r--r--security/i2pd/Makefile2
-rw-r--r--security/i2pd/distinfo6
-rw-r--r--security/i2pd/files/patch-build_CMakeLists.txt16
3 files changed, 6 insertions, 18 deletions
diff --git a/security/i2pd/Makefile b/security/i2pd/Makefile
index b6711f77712d..56eb0eb261a0 100644
--- a/security/i2pd/Makefile
+++ b/security/i2pd/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= i2pd
-PORTVERSION= 2.16.0
+PORTVERSION= 2.17.0
CATEGORIES= security net-p2p
MAINTAINER= amdmi3@FreeBSD.org
diff --git a/security/i2pd/distinfo b/security/i2pd/distinfo
index b03f6e28ba46..9e129b606e86 100644
--- a/security/i2pd/distinfo
+++ b/security/i2pd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1511264028
-SHA256 (PurpleI2P-i2pd-2.16.0_GH0.tar.gz) = 0a8fbc76422ba3452d281f31dbd55bc2e3da3b6bb2bc689b3b93c8039b6edfcd
-SIZE (PurpleI2P-i2pd-2.16.0_GH0.tar.gz) = 1872885
+TIMESTAMP = 1512469109
+SHA256 (PurpleI2P-i2pd-2.17.0_GH0.tar.gz) = 9afc79427300cabd4e50216466bcb5be980aee841dc2aea17a8c2ab60cd7918b
+SIZE (PurpleI2P-i2pd-2.17.0_GH0.tar.gz) = 1874984
diff --git a/security/i2pd/files/patch-build_CMakeLists.txt b/security/i2pd/files/patch-build_CMakeLists.txt
index 594c0d300aa3..f10b0e3cebf0 100644
--- a/security/i2pd/files/patch-build_CMakeLists.txt
+++ b/security/i2pd/files/patch-build_CMakeLists.txt
@@ -1,18 +1,6 @@
---- build/CMakeLists.txt.orig 2017-11-13 19:20:41 UTC
+--- build/CMakeLists.txt.orig 2017-12-04 18:40:32 UTC
+++ build/CMakeLists.txt
-@@ -177,11 +177,6 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU"
- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wformat -Wformat-security -Werror=format-security" )
- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fstack-protector --param ssp-buffer-size=4" )
- endif ()
--elseif (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
-- # more tweaks
-- if (NOT (MSVC OR MSYS OR APPLE))
-- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libstdc++" )
-- endif()
- endif ()
-
- if (WITH_HARDENING AND MSVC)
-@@ -461,12 +456,6 @@ if (WITH_BINARY)
+@@ -461,12 +461,6 @@ if (WITH_BINARY)
fixup_bundle(\"${APPS}\" \"\" \"${DIRS}\")
" COMPONENT Runtime)
endif ()