Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / i2pd


Commits:
5889bbac by Daniel Bermond at 2025-02-15T10:30:25-03:00
upgpkg: 2.56.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.55.0
-       pkgrel = 3
+       pkgver = 2.56.0
+       pkgrel = 1
        url = https://i2pd.website/
        arch = x86_64
        license = BSD-3-Clause
@@ -16,22 +16,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.55.0/i2pd-2.55.0.tar.gz
+       source = 
https://github.com/PurpleI2P/i2pd/archive/2.56.0/i2pd-2.56.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 = 
f5792a1c0499143c716663e90bfb105aaa7ec47d1c4550b5f90ebfc25da00c6c
+       sha256sums = 
eb83f7e98afeb3704d9ee0da2499205f73bab0b1becaf4494ccdcbe4295f8550
        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.55.0
-pkgrel=3
+pkgver=2.56.0
+pkgrel=1
 pkgdesc='A full-featured C++ implementation of the I2P router'
 arch=('x86_64')
 url='https://i2pd.website/'
@@ -27,16 +27,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-aead-chacha20-poly1305.patch'::'https://github.com/PurpleI2P/i2pd/commit/619ec5d9c1dd26df267cc6ef39f463558d309540.patch'
         'i2pd.sysusers'
         'i2pd.tmpfiles')
-sha256sums=('f5792a1c0499143c716663e90bfb105aaa7ec47d1c4550b5f90ebfc25da00c6c'
+sha256sums=('eb83f7e98afeb3704d9ee0da2499205f73bab0b1becaf4494ccdcbe4295f8550'
             '2ddf15f1c1cdf5d747a0af667145238023fd126ab00c65f2897cacae935015b1'
             'ed1bde650139731921bf3c8091b3332620404e7700fb9c486a4a806fe34e2d3b'
             '805a82f23c244afbdfae0a4f30d1707301bc0e23437f83d1c84f13c33f62ea28'
             '2b84d85d4234eb3b640925d0dd244c8abe3b48bc69c8456629af923de17acf10'
             'cfcb6b07b67aff3e3af12767f4649d88b9320dc71907b6c01b465e5c138cdaa3'
-            'b768c3fe11e3bf477779f1a6c3928ea947ca4a9cff12c32f2a5ed86f02d49172'
             '2f91fd455ea801df9a9bcc5f3f83def231d9149eec8b206588c8be21654e5b7c'
             'fe8cc2ec83cb5b5c2b2ec8cce9a989e0cb6fd347e00b84e03a17b12efd152fac')
 
@@ -46,7 +44,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"
-    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/5889bbac76196dc85384e2c223b13f125d890ea5

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/i2pd/-/commit/5889bbac76196dc85384e2c223b13f125d890ea5
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to