aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorDries Michiels <driesm@FreeBSD.org>2023-06-16 22:07:39 +0000
committerDries Michiels <driesm@FreeBSD.org>2023-06-17 04:43:45 +0000
commitffd90b940459e6d0b6eccfdef5b860b770781e61 (patch)
treef13c98bed353187ec8c9750fba7776239a7b9fd1 /security
parentf116d0187ab34b0347f3be5ac78c7ab287c8802d (diff)
downloadports-ffd90b940459e6d0b6eccfdef5b860b770781e61.tar.gz
ports-ffd90b940459e6d0b6eccfdef5b860b770781e61.zip
security/i2pd: update to 2.48.0
Diffstat (limited to 'security')
-rw-r--r--security/i2pd/Makefile3
-rw-r--r--security/i2pd/distinfo6
-rw-r--r--security/i2pd/files/patch-contrib_i2pd.conf16
3 files changed, 6 insertions, 19 deletions
diff --git a/security/i2pd/Makefile b/security/i2pd/Makefile
index 8e7ccc4a3404..ed14d62e68c8 100644
--- a/security/i2pd/Makefile
+++ b/security/i2pd/Makefile
@@ -1,6 +1,5 @@
PORTNAME= i2pd
-DISTVERSION= 2.47.0
-PORTREVISION= 1
+DISTVERSION= 2.48.0
CATEGORIES= security net-p2p
MAINTAINER= driesm@FreeBSD.org
diff --git a/security/i2pd/distinfo b/security/i2pd/distinfo
index 1afad2b45754..925ff21114eb 100644
--- a/security/i2pd/distinfo
+++ b/security/i2pd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1678619556
-SHA256 (PurpleI2P-i2pd-2.47.0_GH0.tar.gz) = c988baf23215c37d5f566b7b2059a3c168c78d157eac6dc04a30ac266c6335f0
-SIZE (PurpleI2P-i2pd-2.47.0_GH0.tar.gz) = 650284
+TIMESTAMP = 1686953256
+SHA256 (PurpleI2P-i2pd-2.48.0_GH0.tar.gz) = ccf417aa66ce37f72ea15b7fbcff4c71e823566ea74bda696b9c1e19aae08739
+SIZE (PurpleI2P-i2pd-2.48.0_GH0.tar.gz) = 654495
diff --git a/security/i2pd/files/patch-contrib_i2pd.conf b/security/i2pd/files/patch-contrib_i2pd.conf
index cefaa44290d0..e9f7ea804324 100644
--- a/security/i2pd/files/patch-contrib_i2pd.conf
+++ b/security/i2pd/files/patch-contrib_i2pd.conf
@@ -1,4 +1,4 @@
---- contrib/i2pd.conf.orig 2021-11-28 01:26:44 UTC
+--- contrib/i2pd.conf.orig 2023-06-12 13:33:21 UTC
+++ contrib/i2pd.conf
@@ -8,19 +8,19 @@
@@ -19,21 +19,9 @@
+## Default: ~/.i2pd/certificates or %%CERTSDIR%%
+# certsdir = %%CERTSDIR%%
- ## Where to write pidfile (default: i2pd.pid, not used in Windows)
+ ## Where to write pidfile (default: /run/i2pd.pid, not used in Windows)
-# pidfile = /run/i2pd.pid
+pidfile = /var/run/i2pd/i2pd.pid
## Logging configuration section
## By default logs go to stdout with level 'info' and higher
-@@ -30,9 +30,9 @@
- ## * stdout - print log entries to stdout
- ## * file - log entries to a file
- ## * syslog - use syslog, see man 3 syslog
--# log = file
-+log = file
- ## Path to logfile (default - autodetect)
--# logfile = /var/log/i2pd/i2pd.log
-+logfile = /var/log/i2pd/i2pd.log
- ## Log messages above this level (debug, info, *warn, error, none)
- ## If you set it to none, logging will be disabled
- # loglevel = warn