summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2019-04-06 16:44:17 +0200
committermrxx2019-04-06 16:44:17 +0200
commit2c38ae28c8be4df41d84d1c4dec3a6de2be69513 (patch)
tree26e0fbf6baae86a334e62d97d743faf87e658159
parent6f55e785091660f02959c2b4f7d02de47c7812c3 (diff)
downloadaur-2c38ae28c8be4df41d84d1c4dec3a6de2be69513.tar.gz
Add bandwith throttling
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e69b5069289d..e11e16911698 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pure-ftpd
pkgdesc = A secure, production-quality and standard-conformant FTP server, focused on efficiency and ease of use.
pkgver = 1.0.49
- pkgrel = 1
+ pkgrel = 2
url = https://www.pureftpd.org/
install = pure-ftpd.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 27a578e1561f..4c91bd7de95c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=pure-ftpd
pkgver=1.0.49
-pkgrel=1
+pkgrel=2
pkgdesc="A secure, production-quality and standard-conformant FTP server, focused on efficiency and ease of use."
arch=('i686' 'x86_64')
url="https://www.pureftpd.org/"
@@ -43,6 +43,7 @@ build() {
--with-diraliases \
--with-quotas \
--with-peruserlimits \
+ --with-throttling \
--with-tls \
--with-rfc2640
make