Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / aspell
Commits: 0456493a by Antonio Rojas at 2023-12-25T09:42:50+01:00 upgpkg: 0.60.8.1-1: Update to 0.60.8.1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,20 @@ +pkgbase = aspell + pkgdesc = A spell checker designed to eventually replace Ispell + pkgver = 0.60.8.1 + pkgrel = 1 + url = http://aspell.net/ + arch = x86_64 + license = LGPL + depends = gcc-libs + depends = ncurses + optdepends = perl: to import old dictionaries + provides = libaspell.so + provides = libpspell.so + source = https://github.com/GNUAspell/aspell/archive/rel-0.60.8.1.tar.gz + sha512sums = a0bd7e9ce828a58c484443c6fe028edfcf8f27e64c65b3d1ebca6a704bdd0541891427bed668a430de113bfe0518b76e6a06a274702530578312f84326d3ee35 + b2sums = c82af8c6cd4ef4032a74f759cfdd90d06270dac332be020eeb4c0411aa89711ddcdc0cddf6425ccee3a42bcd95b8cbd7f5fa5c12dc2cc48feae7d4f075f7f062 + +pkgname = aspell + depends = gcc-libs + depends = ncurses + depends = libncursesw.so ===================================== PKGBUILD ===================================== @@ -5,9 +5,9 @@ # Contributor: Daniel J Griffiths <[email protected]> pkgname=aspell -pkgver=0.60.8 +pkgver=0.60.8.1 _pkgmajorver=0.60 -pkgrel=3 +pkgrel=1 pkgdesc="A spell checker designed to eventually replace Ispell" arch=('x86_64') url="http://aspell.net/" @@ -17,17 +17,11 @@ optdepends=('perl: to import old dictionaries') provides=(libaspell.so libpspell.so) source=( "https://github.com/GNUAspell/aspell/archive/rel-$pkgver.tar.gz" - $pkgname-0.60.8-CVE-2019-25051.patch::https://github.com/gnuaspell/aspell/commit/0718b375425aad8e54e1150313b862e4c6fd324a.patch ) -sha512sums=('b7ca2ed063f003581020d2043b1686915997261695bb0aef6e530431ea55781861ba19e16ce1fb74eb892203c9433c8652d105d380c0a6a24590f13fb1a401be' - '529f3f4737d2e19f7571f4c8666b1cd089cc4e9dfdaa52dc468919f01ce9f8f8112d8fe8afda295b3dfb92f5e0c2bbd79bf1ec69f06c163c32eb28f0168ab263') -b2sums=('c8e0006304aff0d14d230cba1e79ace43041d6fbe15a8b2f3148b9bf2f9ec40dc61c03d9f8e45e0cacde50e45d5a8ff2e949a8d26bbd83f7f53ced9b7480bcaf' - 'b181caf27feae7eae908c92496a5f05f7e7f1f1a089c460b757c2f745b97f5339d4c8e13cf851e704cff7952c5dcd5ad0a8496ec1ae45c1e83fb1fa577134c63') +sha512sums=('a0bd7e9ce828a58c484443c6fe028edfcf8f27e64c65b3d1ebca6a704bdd0541891427bed668a430de113bfe0518b76e6a06a274702530578312f84326d3ee35') +b2sums=('c82af8c6cd4ef4032a74f759cfdd90d06270dac332be020eeb4c0411aa89711ddcdc0cddf6425ccee3a42bcd95b8cbd7f5fa5c12dc2cc48feae7d4f075f7f062') prepare() { - # fix CVE-2019-25051: https://bugs.archlinux.org/task/71554 - patch -Np1 -d $pkgname-rel-$pkgver -i ../$pkgname-0.60.8-CVE-2019-25051.patch - cd $pkgname-rel-$pkgver PERL_USE_UNSAFE_INC=1 ./autogen } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aspell/-/commit/0456493a342c5c514c033373b442054098a53358 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aspell/-/commit/0456493a342c5c514c033373b442054098a53358 You're receiving this email because of your account on gitlab.archlinux.org.
