[arch-commits] Commit in vsftpd/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Thu Jul 4 22:57:07 UTC 2019


    Date: Thursday, July 4, 2019 @ 22:57:06
  Author: anthraxx
Revision: 487454

upgpkg: vsftpd 3.0.3-6 fix xinetd server path

Modified:
  vsftpd/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-04 22:31:03 UTC (rev 487453)
+++ PKGBUILD	2019-07-04 22:57:06 UTC (rev 487454)
@@ -6,7 +6,7 @@
 
 pkgname=vsftpd
 pkgver=3.0.3
-pkgrel=5
+pkgrel=6
 pkgdesc='Very Secure FTP daemon'
 url='https://security.appspot.com/vsftpd.html'
 arch=('x86_64')
@@ -44,6 +44,7 @@
   # build-time config
   sed -e 's|^#undef VSF_BUILD_SSL$|#define VSF_BUILD_SSL|' -i builddefs.h
   sed -e 's|/usr/share/empty|/var/empty|g' -i tunables.c vsftpd.conf.5 INSTALL
+  sed -e 's|/usr/local/sbin/vsftpd|/usr/bin/vsftpd|' -i EXAMPLE/INTERNET_SITE/${pkgname}.xinetd
 
   # fix linking to openssl 1.1
   sed -e 's|SSL_library_init|SSL_CTX_new|' -i vsf_findlibs.sh



More information about the arch-commits mailing list