mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
proftpd: use latest gitrev for CVE-2019-12815 fix
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
116c079ab3
commit
1f4405b387
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,9 @@
|
||||||
# Template file for 'proftpd'
|
# Template file for 'proftpd'
|
||||||
pkgname=proftpd
|
pkgname=proftpd
|
||||||
version=1.3.6
|
version=1.3.6
|
||||||
revision=1
|
revision=2
|
||||||
|
_gitrev=8af87f881d6e74bd9ec66899679d3bff3faabf71
|
||||||
|
wrksrc="proftpd-${_gitrev}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="libcap-devel"
|
makedepends="libcap-devel"
|
||||||
short_desc="Highly configurable GPL-licensed FTP server software"
|
short_desc="Highly configurable GPL-licensed FTP server software"
|
||||||
|
@ -9,8 +11,8 @@ maintainer="John <johnz@posteo.net>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
changelog="https://github.com/proftpd/proftpd/blob/${version}/RELEASE_NOTES"
|
changelog="https://github.com/proftpd/proftpd/blob/${version}/RELEASE_NOTES"
|
||||||
homepage="http://www.proftpd.org/"
|
homepage="http://www.proftpd.org/"
|
||||||
distfiles="https://github.com/proftpd/proftpd/archive/v${version}.tar.gz"
|
distfiles="https://github.com/proftpd/proftpd/archive/${_gitrev}.tar.gz"
|
||||||
checksum=91ef74b143495d5ff97c4d4770c6804072a8c8eb1ad1ecc8cc541b40e152ecaf
|
checksum=20a9c607c38a9811e52032870a0f008bbfe836afce5575fb65c4afddb7dde04c
|
||||||
conf_files="/etc/proftpd.conf"
|
conf_files="/etc/proftpd.conf"
|
||||||
|
|
||||||
proftpd-devel_package() {
|
proftpd-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue