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


Commits:
f4e686ad by Daniel Bermond at 2023-12-25T09:11:29-03:00
upgpkg: 2.50.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = i2pd
        pkgdesc = A full-featured C++ implementation of the I2P router
-       pkgver = 2.50.0
+       pkgver = 2.50.1
        pkgrel = 1
        url = https://i2pd.website/
        arch = x86_64
@@ -16,24 +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.50.0/i2pd-2.50.0.tar.gz
+       source = 
https://github.com/PurpleI2P/i2pd/archive/2.50.1/i2pd-2.50.1.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-openssl3.2.0-fix.patch::https://github.com/PurpleI2P/i2pd/commit/0e98dd5c7049d79bdcdba341357c504e562eb61f.patch
-       source = 
060-i2pd-add-eddsa-test.patch::https://github.com/PurpleI2P/i2pd/commit/8ffc1486a4cbacb774fd5b8834f9a6022ed2044b.patch
        source = i2pd.sysusers
        source = i2pd.tmpfiles
-       sha256sums = 
67c8ba5ea03b09fe2a85820f6d5b3025ad6c4301cbca3fa44c0accfbe5c7def7
+       sha256sums = 
74c8fcffbadd10a5c3fd8a7a7a8557145fe95087898f5663123a707a1c72896d
        sha256sums = 
2ddf15f1c1cdf5d747a0af667145238023fd126ab00c65f2897cacae935015b1
        sha256sums = 
ed1bde650139731921bf3c8091b3332620404e7700fb9c486a4a806fe34e2d3b
        sha256sums = 
e98eaa783fcd8e1ab84980f68158e3bb9eb5ec101f26c748946a313152643f11
        sha256sums = 
2b84d85d4234eb3b640925d0dd244c8abe3b48bc69c8456629af923de17acf10
        sha256sums = 
cfcb6b07b67aff3e3af12767f4649d88b9320dc71907b6c01b465e5c138cdaa3
-       sha256sums = 
896917031962be6faffcd4b4cc8a6141b742b19f8a0affaa1bcadfd1e1ed5e3f
-       sha256sums = 
609d58440ec7bc4f212b6b98d2eceb4ec912ed32774f3f59274c499d31bea8c5
        sha256sums = 
88b2e709228049ba11f37863f87de75ab6cde295104852871384337cfdc906a3
        sha256sums = 
fe8cc2ec83cb5b5c2b2ec8cce9a989e0cb6fd347e00b84e03a17b12efd152fac
 


=====================================
PKGBUILD
=====================================
@@ -9,7 +9,7 @@
 # Contributor: r4sas
 
 pkgname=i2pd
-pkgver=2.50.0
+pkgver=2.50.1
 pkgrel=1
 pkgdesc='A full-featured C++ implementation of the I2P router'
 arch=('x86_64')
@@ -27,18 +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-openssl3.2.0-fix.patch'::'https://github.com/PurpleI2P/i2pd/commit/0e98dd5c7049d79bdcdba341357c504e562eb61f.patch'
-        
'060-i2pd-add-eddsa-test.patch'::'https://github.com/PurpleI2P/i2pd/commit/8ffc1486a4cbacb774fd5b8834f9a6022ed2044b.patch'
         'i2pd.sysusers'
         'i2pd.tmpfiles')
-sha256sums=('67c8ba5ea03b09fe2a85820f6d5b3025ad6c4301cbca3fa44c0accfbe5c7def7'
+sha256sums=('74c8fcffbadd10a5c3fd8a7a7a8557145fe95087898f5663123a707a1c72896d'
             '2ddf15f1c1cdf5d747a0af667145238023fd126ab00c65f2897cacae935015b1'
             'ed1bde650139731921bf3c8091b3332620404e7700fb9c486a4a806fe34e2d3b'
             'e98eaa783fcd8e1ab84980f68158e3bb9eb5ec101f26c748946a313152643f11'
             '2b84d85d4234eb3b640925d0dd244c8abe3b48bc69c8456629af923de17acf10'
             'cfcb6b07b67aff3e3af12767f4649d88b9320dc71907b6c01b465e5c138cdaa3'
-            '896917031962be6faffcd4b4cc8a6141b742b19f8a0affaa1bcadfd1e1ed5e3f'
-            '609d58440ec7bc4f212b6b98d2eceb4ec912ed32774f3f59274c499d31bea8c5'
             '88b2e709228049ba11f37863f87de75ab6cde295104852871384337cfdc906a3'
             'fe8cc2ec83cb5b5c2b2ec8cce9a989e0cb6fd347e00b84e03a17b12efd152fac')
 
@@ -48,8 +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-openssl3.2.0-fix.patch"
-    patch -d "${pkgname}-${pkgver}" -Np1 -i 
"${srcdir}/060-i2pd-add-eddsa-test.patch"
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/i2pd/-/commit/f4e686ad0ff8454977c7000bd97295cb4fec9f20

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


Reply via email to