Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
libetpan
Commits:
1a2c12b7 by Andreas Radke at 2026-05-22T12:43:12+02:00
upgpkg: 1.10-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libetpan
pkgdesc = A portable middleware for email access
- pkgver = 1.9.4
- pkgrel = 6
+ pkgver = 1.10
+ pkgrel = 1
url = https://www.etpan.org/libetpan.html
arch = x86_64
license = BSD-3-Clause AND BSD-3-Clause-Attribution AND BSD-4-Clause
@@ -11,15 +11,7 @@ pkgbase = libetpan
depends = zlib
depends = glibc
provides = libetpan.so
- source =
libetpan-1.9.4.tar.gz::https://github.com/dinhvh/libetpan/archive/1.9.4.tar.gz
- source =
CVE-2020-15953_1.diff::https://github.com/dinhvh/libetpan/commit/1002a0121a8f5a9aee25357769807f2c519fa50b.patch
- source =
CVE-2020-15953_2.diff::https://github.com/dinhvh/libetpan/commit/298460a2adaabd2f28f417a0f106cb3b68d27df9.patch
- source =
avoid_user_LDFLAGS_into_Libs.diff::https://github.com/dinhvh/libetpan/commit/8e904aa1c92bd0993123dd46d5a10a58f0516721.patch
- source =
CVE-2022-4121.diff::https://github.com/dinhvh/libetpan/commit/5c9eb6b6ba64c4eb927d7a902317410181aacbba.patch
- sha256sums =
82ec8ea11d239c9967dbd1717cac09c8330a558e025b3e4dc6a7594e80d13bb1
- sha256sums = SKIP
- sha256sums = SKIP
- sha256sums = SKIP
- sha256sums = SKIP
+ source =
libetpan-1.10.tar.gz::https://github.com/dinhvh/libetpan/archive/1.10.tar.gz
+ sha256sums =
0ca9a79f66155e12156727856a40031030f5760f7bc88b29119e851b9c96e9eb
pkgname = libetpan
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Andreas Radke <[email protected]>
pkgname=libetpan
-pkgver=1.9.4
-pkgrel=6
+pkgver=1.10
+pkgrel=1
pkgdesc="A portable middleware for email access"
arch=('x86_64')
url="https://www.etpan.org/libetpan.html"
@@ -10,31 +10,11 @@ license=('BSD-3-Clause AND BSD-3-Clause-Attribution AND
BSD-4-Clause')
depends=('gnutls' 'libsasl' 'zlib' 'glibc')
makedepends=('expat')
provides=('libetpan.so')
-source=($pkgname-$pkgver.tar.gz::https://github.com/dinhvh/${pkgname}/archive/${pkgver}.tar.gz
-
CVE-2020-15953_1.diff::https://github.com/dinhvh/libetpan/commit/1002a0121a8f5a9aee25357769807f2c519fa50b.patch
-
CVE-2020-15953_2.diff::https://github.com/dinhvh/libetpan/commit/298460a2adaabd2f28f417a0f106cb3b68d27df9.patch
-
avoid_user_LDFLAGS_into_Libs.diff::https://github.com/dinhvh/libetpan/commit/8e904aa1c92bd0993123dd46d5a10a58f0516721.patch
-
CVE-2022-4121.diff::https://github.com/dinhvh/libetpan/commit/5c9eb6b6ba64c4eb927d7a902317410181aacbba.patch
-)
-sha256sums=('82ec8ea11d239c9967dbd1717cac09c8330a558e025b3e4dc6a7594e80d13bb1'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
-)
+source=($pkgname-$pkgver.tar.gz::https://github.com/dinhvh/${pkgname}/archive/${pkgver}.tar.gz)
+sha256sums=('0ca9a79f66155e12156727856a40031030f5760f7bc88b29119e851b9c96e9eb')
prepare() {
cd "${pkgname}"-${pkgver}
-
- # CVE-2020-15953 - https://bugs.archlinux.org/task/69284
- patch -Np1 -i ../CVE-2020-15953_1.diff
- patch -Np1 -i ../CVE-2020-15953_2.diff
- # CVE-2022-4121
- patch -Np1 -i ../CVE-2022-4121.diff
-
- # Don't put user LDFLAGS into Libs
- patch -Np1 -i ../avoid_user_LDFLAGS_into_Libs.diff
-
NOCONFIGURE=1 ./autogen.sh
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libetpan/-/commit/1a2c12b7dc7dbcc304746b6330df012c85ec66ca
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libetpan/-/commit/1a2c12b7dc7dbcc304746b6330df012c85ec66ca
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help