Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / i2pd
Commits: 6411bc64 by Daniel Bermond at 2025-09-13T12:38:23-03:00 upgpkg: 2.58.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = i2pd pkgdesc = A full-featured C++ implementation of the I2P router - pkgver = 2.57.0 - pkgrel = 2 + pkgver = 2.58.0 + pkgrel = 1 url = https://i2pd.website/ arch = x86_64 license = BSD-3-Clause @@ -18,24 +18,20 @@ pkgbase = i2pd backup = etc/i2pd/i2pd.conf backup = etc/i2pd/tunnels.conf backup = etc/logrotate.d/i2pd - source = https://github.com/PurpleI2P/i2pd/archive/2.57.0/i2pd-2.57.0.tar.gz + source = https://github.com/PurpleI2P/i2pd/archive/2.58.0/i2pd-2.58.0.tar.gz source = 005-i2pd-tests-use-arch-flags.patch source = 010-i2pd-config.patch source = 020-i2pd-do-not-override-config.patch source = 030-i2pd-systemd-service-hardening.patch source = 040-i2pd-tunnels-d-readme.patch - source = 050-i2pd-fix-test-base-64.patch::https://github.com/PurpleI2P/i2pd/commit/37fd4b4422cc0c1fbe8321d4de9fcaaff2220cdc.patch - source = 060-i2pd-fix-test-http-res.patch::https://github.com/PurpleI2P/i2pd/commit/6ad6a2501eac86623db303bceee70a1989e538e6.patch source = i2pd.sysusers source = i2pd.tmpfiles - sha256sums = e2327f816d92a369eaaf9fd1661bc8b350495199e2f2cb4bfd4680107cd1d4b4 + sha256sums = 5ff650c6da8fda3522c10ec22889a7fd1c6b5d1af42c24531d84c36f6cc49019 sha256sums = 2ddf15f1c1cdf5d747a0af667145238023fd126ab00c65f2897cacae935015b1 sha256sums = ed1bde650139731921bf3c8091b3332620404e7700fb9c486a4a806fe34e2d3b sha256sums = 3168e9bc1b15885b1658fac6efcd0741f7f82b571798380ecffa54eaa84aadde sha256sums = aebb352395341db9d912685d32611c1f61f55cc5ae045917a7b87c44cfe9ed6e sha256sums = cfcb6b07b67aff3e3af12767f4649d88b9320dc71907b6c01b465e5c138cdaa3 - sha256sums = be18e499e2c6773de242d43a868a4719a44f3f5ce2806ffadb66d6d9028732c9 - sha256sums = 48afbf1f54e877d2cb0aa51b9f5214800e4f43b8134de87b0aca884331af6347 sha256sums = 2f91fd455ea801df9a9bcc5f3f83def231d9149eec8b206588c8be21654e5b7c sha256sums = fe8cc2ec83cb5b5c2b2ec8cce9a989e0cb6fd347e00b84e03a17b12efd152fac ===================================== PKGBUILD ===================================== @@ -9,8 +9,8 @@ # Contributor: r4sas pkgname=i2pd -pkgver=2.57.0 -pkgrel=2 +pkgver=2.58.0 +pkgrel=1 pkgdesc='A full-featured C++ implementation of the I2P router' arch=('x86_64') url='https://i2pd.website/' @@ -36,18 +36,14 @@ source=("https://github.com/PurpleI2P/i2pd/archive/${pkgver}/${pkgname}-${pkgver '020-i2pd-do-not-override-config.patch' '030-i2pd-systemd-service-hardening.patch' '040-i2pd-tunnels-d-readme.patch' - '050-i2pd-fix-test-base-64.patch'::'https://github.com/PurpleI2P/i2pd/commit/37fd4b4422cc0c1fbe8321d4de9fcaaff2220cdc.patch' - '060-i2pd-fix-test-http-res.patch'::'https://github.com/PurpleI2P/i2pd/commit/6ad6a2501eac86623db303bceee70a1989e538e6.patch' 'i2pd.sysusers' 'i2pd.tmpfiles') -sha256sums=('e2327f816d92a369eaaf9fd1661bc8b350495199e2f2cb4bfd4680107cd1d4b4' +sha256sums=('5ff650c6da8fda3522c10ec22889a7fd1c6b5d1af42c24531d84c36f6cc49019' '2ddf15f1c1cdf5d747a0af667145238023fd126ab00c65f2897cacae935015b1' 'ed1bde650139731921bf3c8091b3332620404e7700fb9c486a4a806fe34e2d3b' '3168e9bc1b15885b1658fac6efcd0741f7f82b571798380ecffa54eaa84aadde' 'aebb352395341db9d912685d32611c1f61f55cc5ae045917a7b87c44cfe9ed6e' 'cfcb6b07b67aff3e3af12767f4649d88b9320dc71907b6c01b465e5c138cdaa3' - 'be18e499e2c6773de242d43a868a4719a44f3f5ce2806ffadb66d6d9028732c9' - '48afbf1f54e877d2cb0aa51b9f5214800e4f43b8134de87b0aca884331af6347' '2f91fd455ea801df9a9bcc5f3f83def231d9149eec8b206588c8be21654e5b7c' 'fe8cc2ec83cb5b5c2b2ec8cce9a989e0cb6fd347e00b84e03a17b12efd152fac') @@ -57,12 +53,6 @@ prepare() { patch -d "${pkgname}-${pkgver}" -Np1 -i "${srcdir}/020-i2pd-do-not-override-config.patch" patch -d "${pkgname}-${pkgver}" -Np1 -i "${srcdir}/030-i2pd-systemd-service-hardening.patch" patch -d "${pkgname}-${pkgver}" -Np1 -i "${srcdir}/040-i2pd-tunnels-d-readme.patch" - - # https://github.com/PurpleI2P/i2pd/pull/2195 - patch -d "${pkgname}-${pkgver}" -Np1 -i "${srcdir}/050-i2pd-fix-test-base-64.patch" - - # https://github.com/PurpleI2P/i2pd/issues/2196 - patch -d "${pkgname}-${pkgver}" -Np1 -i "${srcdir}/060-i2pd-fix-test-http-res.patch" } build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/i2pd/-/commit/6411bc64c92058da87b0b4ad07824a6be7b544fc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/i2pd/-/commit/6411bc64c92058da87b0b4ad07824a6be7b544fc You're receiving this email because of your account on gitlab.archlinux.org.