[arch-commits] Commit in vsftpd/repos (16 files)

Jonathan Steel jsteel at archlinux.org
Sat Jul 25 19:28:37 UTC 2015


    Date: Saturday, July 25, 2015 @ 21:28:37
  Author: jsteel
Revision: 137411

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  vsftpd/repos/community-testing-i686/
  vsftpd/repos/community-testing-i686/PKGBUILD
    (from rev 137410, vsftpd/trunk/PKGBUILD)
  vsftpd/repos/community-testing-i686/vsftpd-ssl.service
    (from rev 137410, vsftpd/trunk/vsftpd-ssl.service)
  vsftpd/repos/community-testing-i686/vsftpd-ssl.socket
    (from rev 137410, vsftpd/trunk/vsftpd-ssl.socket)
  vsftpd/repos/community-testing-i686/vsftpd-ssl at .service
    (from rev 137410, vsftpd/trunk/vsftpd-ssl at .service)
  vsftpd/repos/community-testing-i686/vsftpd.service
    (from rev 137410, vsftpd/trunk/vsftpd.service)
  vsftpd/repos/community-testing-i686/vsftpd.socket
    (from rev 137410, vsftpd/trunk/vsftpd.socket)
  vsftpd/repos/community-testing-i686/vsftpd at .service
    (from rev 137410, vsftpd/trunk/vsftpd at .service)
  vsftpd/repos/community-testing-x86_64/
  vsftpd/repos/community-testing-x86_64/PKGBUILD
    (from rev 137410, vsftpd/trunk/PKGBUILD)
  vsftpd/repos/community-testing-x86_64/vsftpd-ssl.service
    (from rev 137410, vsftpd/trunk/vsftpd-ssl.service)
  vsftpd/repos/community-testing-x86_64/vsftpd-ssl.socket
    (from rev 137410, vsftpd/trunk/vsftpd-ssl.socket)
  vsftpd/repos/community-testing-x86_64/vsftpd-ssl at .service
    (from rev 137410, vsftpd/trunk/vsftpd-ssl at .service)
  vsftpd/repos/community-testing-x86_64/vsftpd.service
    (from rev 137410, vsftpd/trunk/vsftpd.service)
  vsftpd/repos/community-testing-x86_64/vsftpd.socket
    (from rev 137410, vsftpd/trunk/vsftpd.socket)
  vsftpd/repos/community-testing-x86_64/vsftpd at .service
    (from rev 137410, vsftpd/trunk/vsftpd at .service)

----------------------------------------------+
 community-testing-i686/PKGBUILD              |   60 +++++++++++++++++++++++++
 community-testing-i686/vsftpd-ssl.service    |   10 ++++
 community-testing-i686/vsftpd-ssl.socket     |    9 +++
 community-testing-i686/vsftpd-ssl at .service   |    9 +++
 community-testing-i686/vsftpd.service        |   11 ++++
 community-testing-i686/vsftpd.socket         |    9 +++
 community-testing-i686/vsftpd at .service       |    8 +++
 community-testing-x86_64/PKGBUILD            |   60 +++++++++++++++++++++++++
 community-testing-x86_64/vsftpd-ssl.service  |   10 ++++
 community-testing-x86_64/vsftpd-ssl.socket   |    9 +++
 community-testing-x86_64/vsftpd-ssl at .service |    9 +++
 community-testing-x86_64/vsftpd.service      |   11 ++++
 community-testing-x86_64/vsftpd.socket       |    9 +++
 community-testing-x86_64/vsftpd at .service     |    8 +++
 14 files changed, 232 insertions(+)

Copied: vsftpd/repos/community-testing-i686/PKGBUILD (from rev 137410, vsftpd/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2015-07-25 19:28:37 UTC (rev 137411)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer:  Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=vsftpd
+pkgver=3.0.3
+pkgrel=1
+pkgdesc="Very Secure FTP daemon"
+arch=('i686' 'x86_64')
+url="https://security.appspot.com/vsftpd.html"
+license=('GPL2')
+depends=('libcap' 'pam')
+optdepends=('logrotate')
+backup=('etc/vsftpd.conf' 'etc/xinetd.d/vsftpd' "etc/logrotate.d/$pkgname")
+source=(https://security.appspot.com/downloads/$pkgname-$pkgver.tar.gz{,.asc}
+        $pkgname-ssl.socket $pkgname.socket $pkgname.service
+        $pkgname at .service $pkgname-ssl.service $pkgname-ssl at .service)
+md5sums=('da119d084bd3f98664636ea05b5bb398' 'SKIP'
+         'fcef2cd7631f73a883a3c3d479b25cb8' 'd05045a1244a1be9f3946578bfd0252d'
+         '605e82df215a2f5dab1e1ee22b80460d' '32c9266536204fd8c4917c682b6359f1'
+         'c899151c1dbec8ea9051fae4d701f0f3' '987349e5c5570c762fed9e87c0b4e715')
+validpgpkeys=('8660FD3291B184CDBC2F6418AA62EC463C0E751C') # Chris Evans
+
+build() {
+  cd $pkgname-$pkgver
+
+  # build-time config
+  sed \
+    -e 's|^#undef VSF_BUILD_SSL$|#define VSF_BUILD_SSL|' \
+    -i builddefs.h
+
+  CFLAGS+=' -fPIE' LINK='' LDFLAGS="-fPIE -pie ${LDFLAGS} -Wl,-z,now" make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -D -m755 $pkgname "$pkgdir"/usr/bin/$pkgname
+  install -D -m644 $pkgname.conf "$pkgdir"/etc/$pkgname.conf
+  install -D -m644 $pkgname.8 "$pkgdir"/usr/share/man/man8/$pkgname.8
+  install -D -m644 $pkgname.conf.5 "$pkgdir"/usr/share/man/man5/$pkgname.conf.5
+  install -D -m644 EXAMPLE/INTERNET_SITE/$pkgname.xinetd "$pkgdir"/etc/xinetd.d/$pkgname
+  install -D -m644 RedHat/$pkgname.log "$pkgdir"/etc/logrotate.d/$pkgname
+
+  install -D -m644 "$srcdir"/$pkgname.service "$pkgdir"/usr/lib/systemd/system/$pkgname.service
+  install -D -m644 "$srcdir"/$pkgname at .service "$pkgdir"/usr/lib/systemd/system/$pkgname at .service 
+  install -D -m644 "$srcdir"/$pkgname-ssl.service "$pkgdir"/usr/lib/systemd/system/$pkgname-ssl.service
+  install -D -m644 "$srcdir"/$pkgname-ssl at .service "$pkgdir"/usr/lib/systemd/system/$pkgname-ssl at .service
+  install -D -m644 "$srcdir"/$pkgname.socket "$pkgdir"/usr/lib/systemd/system/$pkgname.socket
+  install -D -m644 "$srcdir"/$pkgname-ssl.socket "$pkgdir"/usr/lib/systemd/system/$pkgname-ssl.socket
+
+  install -d -m755 "$pkgdir"/usr/share/empty
+
+  for i in BENCHMARKS BUGS Changelog FAQ INSTALL README README.ssl REFS \
+           REWARD SPEED TODO TUNING; do
+    install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
+  done
+}

Copied: vsftpd/repos/community-testing-i686/vsftpd-ssl.service (from rev 137410, vsftpd/trunk/vsftpd-ssl.service)
===================================================================
--- community-testing-i686/vsftpd-ssl.service	                        (rev 0)
+++ community-testing-i686/vsftpd-ssl.service	2015-07-25 19:28:37 UTC (rev 137411)
@@ -0,0 +1,10 @@
+[Unit]
+Description=vsftpd daemon (legacy implicit SSL)
+
+[Service]
+ExecStart=/usr/bin/vsftpd -oimplicit_ssl=yes
+ExecReload=/bin/kill -HUP $MAINPID
+KillMode=process
+
+[Install]
+WantedBy=multi-user.target

Copied: vsftpd/repos/community-testing-i686/vsftpd-ssl.socket (from rev 137410, vsftpd/trunk/vsftpd-ssl.socket)
===================================================================
--- community-testing-i686/vsftpd-ssl.socket	                        (rev 0)
+++ community-testing-i686/vsftpd-ssl.socket	2015-07-25 19:28:37 UTC (rev 137411)
@@ -0,0 +1,9 @@
+[Unit]
+Conflicts=vsftpd.service
+
+[Socket]
+ListenStream=990
+Accept=yes
+
+[Install]
+WantedBy=sockets.target

Copied: vsftpd/repos/community-testing-i686/vsftpd-ssl at .service (from rev 137410, vsftpd/trunk/vsftpd-ssl at .service)
===================================================================
--- community-testing-i686/vsftpd-ssl at .service	                        (rev 0)
+++ community-testing-i686/vsftpd-ssl at .service	2015-07-25 19:28:37 UTC (rev 137411)
@@ -0,0 +1,9 @@
+[Unit]
+Description=vsftpd per-connection server (legacy implicit SSL)
+
+[Service]
+ExecStart=-/usr/bin/vsftpd -oimplicit_ssl=yes
+ExecReload=/bin/kill -HUP $MAINPID
+StandardInput=socket
+StandardOutput=socket
+StandardError=syslog

Copied: vsftpd/repos/community-testing-i686/vsftpd.service (from rev 137410, vsftpd/trunk/vsftpd.service)
===================================================================
--- community-testing-i686/vsftpd.service	                        (rev 0)
+++ community-testing-i686/vsftpd.service	2015-07-25 19:28:37 UTC (rev 137411)
@@ -0,0 +1,11 @@
+[Unit]
+Description=vsftpd daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/vsftpd
+ExecReload=/bin/kill -HUP $MAINPID
+KillMode=process
+
+[Install]
+WantedBy=multi-user.target

Copied: vsftpd/repos/community-testing-i686/vsftpd.socket (from rev 137410, vsftpd/trunk/vsftpd.socket)
===================================================================
--- community-testing-i686/vsftpd.socket	                        (rev 0)
+++ community-testing-i686/vsftpd.socket	2015-07-25 19:28:37 UTC (rev 137411)
@@ -0,0 +1,9 @@
+[Unit]
+Conflicts=vsftpd.service
+
+[Socket]
+ListenStream=21
+Accept=yes
+
+[Install]
+WantedBy=sockets.target

Copied: vsftpd/repos/community-testing-i686/vsftpd at .service (from rev 137410, vsftpd/trunk/vsftpd at .service)
===================================================================
--- community-testing-i686/vsftpd at .service	                        (rev 0)
+++ community-testing-i686/vsftpd at .service	2015-07-25 19:28:37 UTC (rev 137411)
@@ -0,0 +1,8 @@
+[Unit]
+Description=vsftpd per-connection server
+
+[Service]
+ExecStart=-/usr/bin/vsftpd
+ExecReload=/bin/kill -HUP $MAINPID
+StandardInput=socket
+StandardError=syslog

Copied: vsftpd/repos/community-testing-x86_64/PKGBUILD (from rev 137410, vsftpd/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2015-07-25 19:28:37 UTC (rev 137411)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer:  Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=vsftpd
+pkgver=3.0.3
+pkgrel=1
+pkgdesc="Very Secure FTP daemon"
+arch=('i686' 'x86_64')
+url="https://security.appspot.com/vsftpd.html"
+license=('GPL2')
+depends=('libcap' 'pam')
+optdepends=('logrotate')
+backup=('etc/vsftpd.conf' 'etc/xinetd.d/vsftpd' "etc/logrotate.d/$pkgname")
+source=(https://security.appspot.com/downloads/$pkgname-$pkgver.tar.gz{,.asc}
+        $pkgname-ssl.socket $pkgname.socket $pkgname.service
+        $pkgname at .service $pkgname-ssl.service $pkgname-ssl at .service)
+md5sums=('da119d084bd3f98664636ea05b5bb398' 'SKIP'
+         'fcef2cd7631f73a883a3c3d479b25cb8' 'd05045a1244a1be9f3946578bfd0252d'
+         '605e82df215a2f5dab1e1ee22b80460d' '32c9266536204fd8c4917c682b6359f1'
+         'c899151c1dbec8ea9051fae4d701f0f3' '987349e5c5570c762fed9e87c0b4e715')
+validpgpkeys=('8660FD3291B184CDBC2F6418AA62EC463C0E751C') # Chris Evans
+
+build() {
+  cd $pkgname-$pkgver
+
+  # build-time config
+  sed \
+    -e 's|^#undef VSF_BUILD_SSL$|#define VSF_BUILD_SSL|' \
+    -i builddefs.h
+
+  CFLAGS+=' -fPIE' LINK='' LDFLAGS="-fPIE -pie ${LDFLAGS} -Wl,-z,now" make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  install -D -m755 $pkgname "$pkgdir"/usr/bin/$pkgname
+  install -D -m644 $pkgname.conf "$pkgdir"/etc/$pkgname.conf
+  install -D -m644 $pkgname.8 "$pkgdir"/usr/share/man/man8/$pkgname.8
+  install -D -m644 $pkgname.conf.5 "$pkgdir"/usr/share/man/man5/$pkgname.conf.5
+  install -D -m644 EXAMPLE/INTERNET_SITE/$pkgname.xinetd "$pkgdir"/etc/xinetd.d/$pkgname
+  install -D -m644 RedHat/$pkgname.log "$pkgdir"/etc/logrotate.d/$pkgname
+
+  install -D -m644 "$srcdir"/$pkgname.service "$pkgdir"/usr/lib/systemd/system/$pkgname.service
+  install -D -m644 "$srcdir"/$pkgname at .service "$pkgdir"/usr/lib/systemd/system/$pkgname at .service 
+  install -D -m644 "$srcdir"/$pkgname-ssl.service "$pkgdir"/usr/lib/systemd/system/$pkgname-ssl.service
+  install -D -m644 "$srcdir"/$pkgname-ssl at .service "$pkgdir"/usr/lib/systemd/system/$pkgname-ssl at .service
+  install -D -m644 "$srcdir"/$pkgname.socket "$pkgdir"/usr/lib/systemd/system/$pkgname.socket
+  install -D -m644 "$srcdir"/$pkgname-ssl.socket "$pkgdir"/usr/lib/systemd/system/$pkgname-ssl.socket
+
+  install -d -m755 "$pkgdir"/usr/share/empty
+
+  for i in BENCHMARKS BUGS Changelog FAQ INSTALL README README.ssl REFS \
+           REWARD SPEED TODO TUNING; do
+    install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
+  done
+}

Copied: vsftpd/repos/community-testing-x86_64/vsftpd-ssl.service (from rev 137410, vsftpd/trunk/vsftpd-ssl.service)
===================================================================
--- community-testing-x86_64/vsftpd-ssl.service	                        (rev 0)
+++ community-testing-x86_64/vsftpd-ssl.service	2015-07-25 19:28:37 UTC (rev 137411)
@@ -0,0 +1,10 @@
+[Unit]
+Description=vsftpd daemon (legacy implicit SSL)
+
+[Service]
+ExecStart=/usr/bin/vsftpd -oimplicit_ssl=yes
+ExecReload=/bin/kill -HUP $MAINPID
+KillMode=process
+
+[Install]
+WantedBy=multi-user.target

Copied: vsftpd/repos/community-testing-x86_64/vsftpd-ssl.socket (from rev 137410, vsftpd/trunk/vsftpd-ssl.socket)
===================================================================
--- community-testing-x86_64/vsftpd-ssl.socket	                        (rev 0)
+++ community-testing-x86_64/vsftpd-ssl.socket	2015-07-25 19:28:37 UTC (rev 137411)
@@ -0,0 +1,9 @@
+[Unit]
+Conflicts=vsftpd.service
+
+[Socket]
+ListenStream=990
+Accept=yes
+
+[Install]
+WantedBy=sockets.target

Copied: vsftpd/repos/community-testing-x86_64/vsftpd-ssl at .service (from rev 137410, vsftpd/trunk/vsftpd-ssl at .service)
===================================================================
--- community-testing-x86_64/vsftpd-ssl at .service	                        (rev 0)
+++ community-testing-x86_64/vsftpd-ssl at .service	2015-07-25 19:28:37 UTC (rev 137411)
@@ -0,0 +1,9 @@
+[Unit]
+Description=vsftpd per-connection server (legacy implicit SSL)
+
+[Service]
+ExecStart=-/usr/bin/vsftpd -oimplicit_ssl=yes
+ExecReload=/bin/kill -HUP $MAINPID
+StandardInput=socket
+StandardOutput=socket
+StandardError=syslog

Copied: vsftpd/repos/community-testing-x86_64/vsftpd.service (from rev 137410, vsftpd/trunk/vsftpd.service)
===================================================================
--- community-testing-x86_64/vsftpd.service	                        (rev 0)
+++ community-testing-x86_64/vsftpd.service	2015-07-25 19:28:37 UTC (rev 137411)
@@ -0,0 +1,11 @@
+[Unit]
+Description=vsftpd daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/vsftpd
+ExecReload=/bin/kill -HUP $MAINPID
+KillMode=process
+
+[Install]
+WantedBy=multi-user.target

Copied: vsftpd/repos/community-testing-x86_64/vsftpd.socket (from rev 137410, vsftpd/trunk/vsftpd.socket)
===================================================================
--- community-testing-x86_64/vsftpd.socket	                        (rev 0)
+++ community-testing-x86_64/vsftpd.socket	2015-07-25 19:28:37 UTC (rev 137411)
@@ -0,0 +1,9 @@
+[Unit]
+Conflicts=vsftpd.service
+
+[Socket]
+ListenStream=21
+Accept=yes
+
+[Install]
+WantedBy=sockets.target

Copied: vsftpd/repos/community-testing-x86_64/vsftpd at .service (from rev 137410, vsftpd/trunk/vsftpd at .service)
===================================================================
--- community-testing-x86_64/vsftpd at .service	                        (rev 0)
+++ community-testing-x86_64/vsftpd at .service	2015-07-25 19:28:37 UTC (rev 137411)
@@ -0,0 +1,8 @@
+[Unit]
+Description=vsftpd per-connection server
+
+[Service]
+ExecStart=-/usr/bin/vsftpd
+ExecReload=/bin/kill -HUP $MAINPID
+StandardInput=socket
+StandardError=syslog



More information about the arch-commits mailing list