Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / i2pd
Commits: 38672db2 by Daniel Bermond at 2025-01-04T11:32:00-03:00 upgpkg: 2.55.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.54.0 - pkgrel = 2 + pkgver = 2.55.0 + pkgrel = 1 url = https://i2pd.website/ arch = x86_64 license = BSD-3-Clause @@ -16,20 +16,22 @@ 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.54.0/i2pd-2.54.0.tar.gz + source = https://github.com/PurpleI2P/i2pd/archive/2.55.0/i2pd-2.55.0.tar.gz source = 005-i2pd-tests-use-arch-flags.conf 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-aead-chacha20-poly1305.patch::https://github.com/PurpleI2P/i2pd/commit/619ec5d9c1dd26df267cc6ef39f463558d309540.patch source = i2pd.sysusers source = i2pd.tmpfiles - sha256sums = 5c3f703417bb5f3e5dda642d39c5d30593a5dcf69d5a5ecfe82d5e8a7d454aaf + sha256sums = f5792a1c0499143c716663e90bfb105aaa7ec47d1c4550b5f90ebfc25da00c6c sha256sums = 2ddf15f1c1cdf5d747a0af667145238023fd126ab00c65f2897cacae935015b1 sha256sums = ed1bde650139731921bf3c8091b3332620404e7700fb9c486a4a806fe34e2d3b sha256sums = 805a82f23c244afbdfae0a4f30d1707301bc0e23437f83d1c84f13c33f62ea28 sha256sums = 2b84d85d4234eb3b640925d0dd244c8abe3b48bc69c8456629af923de17acf10 sha256sums = cfcb6b07b67aff3e3af12767f4649d88b9320dc71907b6c01b465e5c138cdaa3 + sha256sums = b768c3fe11e3bf477779f1a6c3928ea947ca4a9cff12c32f2a5ed86f02d49172 sha256sums = 2f91fd455ea801df9a9bcc5f3f83def231d9149eec8b206588c8be21654e5b7c sha256sums = fe8cc2ec83cb5b5c2b2ec8cce9a989e0cb6fd347e00b84e03a17b12efd152fac ===================================== PKGBUILD ===================================== @@ -9,8 +9,8 @@ # Contributor: r4sas pkgname=i2pd -pkgver=2.54.0 -pkgrel=2 +pkgver=2.55.0 +pkgrel=1 pkgdesc='A full-featured C++ implementation of the I2P router' arch=('x86_64') url='https://i2pd.website/' @@ -27,14 +27,16 @@ 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-aead-chacha20-poly1305.patch'::'https://github.com/PurpleI2P/i2pd/commit/619ec5d9c1dd26df267cc6ef39f463558d309540.patch' 'i2pd.sysusers' 'i2pd.tmpfiles') -sha256sums=('5c3f703417bb5f3e5dda642d39c5d30593a5dcf69d5a5ecfe82d5e8a7d454aaf' +sha256sums=('f5792a1c0499143c716663e90bfb105aaa7ec47d1c4550b5f90ebfc25da00c6c' '2ddf15f1c1cdf5d747a0af667145238023fd126ab00c65f2897cacae935015b1' 'ed1bde650139731921bf3c8091b3332620404e7700fb9c486a4a806fe34e2d3b' '805a82f23c244afbdfae0a4f30d1707301bc0e23437f83d1c84f13c33f62ea28' '2b84d85d4234eb3b640925d0dd244c8abe3b48bc69c8456629af923de17acf10' 'cfcb6b07b67aff3e3af12767f4649d88b9320dc71907b6c01b465e5c138cdaa3' + 'b768c3fe11e3bf477779f1a6c3928ea947ca4a9cff12c32f2a5ed86f02d49172' '2f91fd455ea801df9a9bcc5f3f83def231d9149eec8b206588c8be21654e5b7c' 'fe8cc2ec83cb5b5c2b2ec8cce9a989e0cb6fd347e00b84e03a17b12efd152fac') @@ -44,6 +46,7 @@ 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" + patch -d "${pkgname}-${pkgver}" -Np1 -i "${srcdir}/050-i2pd-fix-test-aead-chacha20-poly1305.patch" } build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/i2pd/-/commit/38672db267baf48831c64f3b0579cc299c91c194 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/i2pd/-/commit/38672db267baf48831c64f3b0579cc299c91c194 You're receiving this email because of your account on gitlab.archlinux.org.