Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / bftpd
Commits: 77b1748f by Torsten Keßler at 2023-09-03T12:45:06+02:00 upgpkg: 6.1-2 Implement FS#64584 by adding logrotate as optdepends - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -3,12 +3,13 @@ pkgname=bftpd pkgver=6.1 -pkgrel=1 +pkgrel=2 pkgdesc='Small, easy-to-configure FTP server' url='http://bftpd.sourceforge.net/' arch=('x86_64') license=('GPL') depends=('pam' 'zlib' 'glibc' 'libxcrypt' 'libcrypt.so') +optdepends=('logrotate: log file administration') backup=(etc/bftpd.conf etc/logrotate.d/bftpd etc/pam.d/bftpd View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/bftpd/-/commit/77b1748f2639bd4102644e67f3c8508ffa68b06c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/bftpd/-/commit/77b1748f2639bd4102644e67f3c8508ffa68b06c You're receiving this email because of your account on gitlab.archlinux.org.
