summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2021-07-04 12:04:22 +0000
committerDaniel Bermond2021-07-04 12:04:22 +0000
commitcfb62dac51f75948c93aebf7e34093e066aacbb8 (patch)
tree95dc682ea05ab99da6ce3e63cbb1f226d4c923b9
parentcba55fee8bb8aac6d6c29dff6b57e8216a634e78 (diff)
downloadaur-cfb62dac51f75948c93aebf7e34093e066aacbb8.tar.gz
Update patches
-rw-r--r--.SRCINFO5
-rw-r--r--020-i2pd-config.patch9
-rw-r--r--PKGBUILD4
3 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 103adb13a994..952ab109afcd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = i2pd-git
pkgdesc = A full-featured C++ implementation of the I2P router (git version)
- pkgver = 2.38.0.r1.g59b471b9
+ pkgver = 2.38.0.r111.ga7175427
pkgrel = 1
url = https://i2pd.website/
arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = i2pd-git
source = i2pd.tmpfiles
sha256sums = SKIP
sha256sums = 0064503a9124b764d01db862ba3c2ff97bc5961d41359970df2d6ce9842a5ab5
- sha256sums = 21711dfc7af8b0427efe74b1d8dbcdd861710ed8b002bd22986f1b2003bbee52
+ sha256sums = 45dae1e2f798d23df92c996c233fccb07349d62992d0f625be7fd913719875af
sha256sums = e98eaa783fcd8e1ab84980f68158e3bb9eb5ec101f26c748946a313152643f11
sha256sums = 2b84d85d4234eb3b640925d0dd244c8abe3b48bc69c8456629af923de17acf10
sha256sums = cfcb6b07b67aff3e3af12767f4649d88b9320dc71907b6c01b465e5c138cdaa3
@@ -35,4 +35,3 @@ pkgbase = i2pd-git
sha256sums = fe8cc2ec83cb5b5c2b2ec8cce9a989e0cb6fd347e00b84e03a17b12efd152fac
pkgname = i2pd-git
-
diff --git a/020-i2pd-config.patch b/020-i2pd-config.patch
index 540822e5e6cf..6ab1e33b0a57 100644
--- a/020-i2pd-config.patch
+++ b/020-i2pd-config.patch
@@ -1,6 +1,6 @@
--- a/contrib/i2pd.conf
+++ b/contrib/i2pd.conf
-@@ -8,15 +8,17 @@
+@@ -8,19 +8,22 @@
## Tunnels config file
## Default: ~/.i2pd/tunnels.conf or /var/lib/i2pd/tunnels.conf
@@ -13,13 +13,18 @@
+## Note: /var/lib/i2pd/tunnels.d is a symlink to /etc/i2pd/tunnels.d (use the latter)
# tunnelsdir = /var/lib/i2pd/tunnels.d
+ ## Path to certificates used for verifying .su3, families
+ ## Default: ~/.i2pd/certificates or /var/lib/i2pd/certificates
++## Note: /var/lib/i2pd/certificates is a symlink to /usr/share/i2pd/certificates (use the latter)
+ # certsdir = /var/lib/i2pd/certificates
+
## Where to write pidfile (default: i2pd.pid, not used in Windows)
-# pidfile = /run/i2pd.pid
+# pidfile = /run/i2pd/i2pd.pid
## Logging configuration section
## By default logs go to stdout with level 'info' and higher
-@@ -28,7 +30,7 @@
+@@ -32,7 +35,7 @@
## * syslog - use syslog, see man 3 syslog
# log = file
## Path to logfile (default - autodetect)
diff --git a/PKGBUILD b/PKGBUILD
index 5046cdb46622..ab95670ba9d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: DDoSolitary <DDoSolitary@gmail.com>
pkgname=i2pd-git
-pkgver=2.38.0.r1.g59b471b9
+pkgver=2.38.0.r111.ga7175427
pkgrel=1
pkgdesc='A full-featured C++ implementation of the I2P router (git version)'
arch=('x86_64')
@@ -27,7 +27,7 @@ source=('git+https://github.com/PurpleI2P/i2pd.git#branch=openssl'
'i2pd.tmpfiles')
sha256sums=('SKIP'
'0064503a9124b764d01db862ba3c2ff97bc5961d41359970df2d6ce9842a5ab5'
- '21711dfc7af8b0427efe74b1d8dbcdd861710ed8b002bd22986f1b2003bbee52'
+ '45dae1e2f798d23df92c996c233fccb07349d62992d0f625be7fd913719875af'
'e98eaa783fcd8e1ab84980f68158e3bb9eb5ec101f26c748946a313152643f11'
'2b84d85d4234eb3b640925d0dd244c8abe3b48bc69c8456629af923de17acf10'
'cfcb6b07b67aff3e3af12767f4649d88b9320dc71907b6c01b465e5c138cdaa3'