git: ffd90b940459 - main - security/i2pd: update to 2.48.0

From: Dries Michiels <driesm_at_FreeBSD.org>
Date: Sat, 17 Jun 2023 04:50:05 UTC
The branch main has been updated by driesm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ffd90b940459e6d0b6eccfdef5b860b770781e61

commit ffd90b940459e6d0b6eccfdef5b860b770781e61
Author:     Dries Michiels <driesm@FreeBSD.org>
AuthorDate: 2023-06-16 22:07:39 +0000
Commit:     Dries Michiels <driesm@FreeBSD.org>
CommitDate: 2023-06-17 04:43:45 +0000

    security/i2pd: update to 2.48.0
    
    Changes:        https://github.com/PurpleI2P/i2pd/releases/tag/2.48.0
---
 security/i2pd/Makefile                      |  3 +--
 security/i2pd/distinfo                      |  6 +++---
 security/i2pd/files/patch-contrib_i2pd.conf | 16 ++--------------
 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