lftp: updated to version 4.9.3

This commit is contained in:
Juergen Daubert 2024-11-21 16:00:28 +01:00
parent f71dc9227e
commit fa04e5213b
2 changed files with 7 additions and 14 deletions

View File

@ -1,6 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/cxZd7/2aVZIqSmyW1jaTIidfvb/V3uo+zon9I3xm+WjmL3ZbY+9MXLXrwarsYk+qv2kQYud9Db5fAmQuGh9xwQ=
SHA256 (Pkgfile) = d48130702b844b650e99c3685230685952752d04e6861575eb00016b9074588b
RWSE3ohX2g5d/XXHUen4l253XIDW6LyKydGD+MPSRNGDZSUz0qz4IXZZU5HyIZ0IdW6L1GxK75rHU8jnDabSy5lQKc1j4qk3Mwo=
SHA256 (Pkgfile) = 2fa76f41dbe7dc8a81558126899e7aae52f0e6036b07cc67cba34031af400971
SHA256 (.footprint) = ba5036eea7685f8b219cd7ad0ff3184aac77106c65d7c43338be5b991c75dbb6
SHA256 (lftp-4.9.2.tar.xz) = c517c4f4f9c39bd415d7313088a2b1e313b2d386867fe40b7692b83a20f0670d
SHA256 (lftp_4.9.2-3.debian.tar.xz) = 5755686f29d1aad628bc9780f6f186e8a715ac2396dbf4d0532fc7456a8a5c5c
SHA256 (lftp-4.9.3.tar.xz) = 96e7199d7935be33cf6b1161e955b2aab40ab77ecdf2a19cea4fc1193f457edc

View File

@ -5,20 +5,13 @@
# Optional: libidn2
name=lftp
version=4.9.2
release=3
source=(https://lftp.yar.ru/ftp/lftp-$version.tar.xz
http://deb.debian.org/debian/pool/main/l/lftp/lftp_4.9.2-3.debian.tar.xz)
version=4.9.3
release=1
source=(https://lftp.yar.ru/ftp/lftp-$version.tar.xz)
build() {
cd $name-$version
local p
for p in $(< $SRC/debian/patches/series); do
patch -p1 -i $SRC/debian/patches/$p
done
autoreconf -fi
./configure \
--prefix=/usr \
--disable-nls \
@ -28,5 +21,6 @@ build() {
make
make DESTDIR=$PKG install
prt-get isinst zsh || rm -r $PKG/usr/share/zsh
rm -r $PKG/usr/lib
}