[arch-commits] Commit in dropbear/repos (8 files)

Jelle van der Waa jelle at archlinux.org
Mon Sep 11 19:38:31 UTC 2017


    Date: Monday, September 11, 2017 @ 19:38:30
  Author: jelle
Revision: 257004

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

Added:
  dropbear/repos/community-i686/PKGBUILD
    (from rev 257003, dropbear/trunk/PKGBUILD)
  dropbear/repos/community-i686/dropbear.service
    (from rev 257003, dropbear/trunk/dropbear.service)
  dropbear/repos/community-x86_64/PKGBUILD
    (from rev 257003, dropbear/trunk/PKGBUILD)
  dropbear/repos/community-x86_64/dropbear.service
    (from rev 257003, dropbear/trunk/dropbear.service)
Deleted:
  dropbear/repos/community-i686/PKGBUILD
  dropbear/repos/community-i686/dropbear.service
  dropbear/repos/community-x86_64/PKGBUILD
  dropbear/repos/community-x86_64/dropbear.service

-----------------------------------+
 /PKGBUILD                         |   96 ++++++++++++++++++++++++++++++++++++
 /dropbear.service                 |   20 +++++++
 community-i686/PKGBUILD           |   48 ------------------
 community-i686/dropbear.service   |   10 ---
 community-x86_64/PKGBUILD         |   48 ------------------
 community-x86_64/dropbear.service |   10 ---
 6 files changed, 116 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-09-11 19:38:17 UTC (rev 257003)
+++ community-i686/PKGBUILD	2017-09-11 19:38:30 UTC (rev 257004)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: Simon Perry <aur [at] sanxion [dot] net>
-# Contributor: Bartlomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Jason Pierce <`echo 'moc tod liamg ta nosaj tod ecreip' | rev`>
-# Contributor: Jeremy Cowgar <jeremy at cowgar.com>
-# Contributor: Simon Perry <aur [at] sanxion [dot] net>
-
-pkgname=dropbear
-pkgver=2017.75
-pkgrel=1
-pkgdesc="Lightweight replacement for sshd"
-arch=('i686' 'x86_64')
-url="http://matt.ucc.asn.au/dropbear/dropbear.html"
-license=('MIT')
-depends=('zlib')
-source=(https://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2{,.asc}
-        $pkgname.service)
-sha256sums=('6cbc1dcb1c9709d226dff669e5604172a18cf5dbf9a201474d5618ae4465098c'
-            'SKIP'
-            '8890a35b6cb14745c1b22f80d3a8532de2a853c78a30eac72b954012e286504a')
-validpgpkeys=('F7347EF2EE2E07A267628CA944931494F29C6773')
-
-prepare() {
-  sed -i 's|usr/libexec/sftp|usr/lib/ssh/sftp|' $pkgname-$pkgver/options.h
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make install DESTDIR="${pkgdir}/"
-
-  # Configuration files
-  install -d "${pkgdir}/etc/$pkgname"
-  install -D -m644 "${srcdir}/$pkgname.service" "${pkgdir}/usr/lib/systemd/system/$pkgname.service"
-
-  # License file
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: dropbear/repos/community-i686/PKGBUILD (from rev 257003, dropbear/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-09-11 19:38:30 UTC (rev 257004)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Simon Perry <aur [at] sanxion [dot] net>
+# Contributor: Bartlomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Jason Pierce <`echo 'moc tod liamg ta nosaj tod ecreip' | rev`>
+# Contributor: Jeremy Cowgar <jeremy at cowgar.com>
+# Contributor: Simon Perry <aur [at] sanxion [dot] net>
+
+pkgname=dropbear
+pkgver=2017.75
+pkgrel=2
+pkgdesc="Lightweight replacement for sshd"
+arch=('i686' 'x86_64')
+url="http://matt.ucc.asn.au/dropbear/dropbear.html"
+license=('MIT')
+depends=('zlib')
+source=(https://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2{,.asc}
+        $pkgname.service)
+sha256sums=('6cbc1dcb1c9709d226dff669e5604172a18cf5dbf9a201474d5618ae4465098c'
+            'SKIP'
+            '8890a35b6cb14745c1b22f80d3a8532de2a853c78a30eac72b954012e286504a')
+validpgpkeys=('F7347EF2EE2E07A267628CA944931494F29C6773')
+
+prepare() {
+  sed -i 's|usr/libexec/sftp|usr/lib/ssh/sftp|' $pkgname-$pkgver/options.h
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="${pkgdir}/"
+
+  # Configuration files
+  install -d "${pkgdir}/etc/$pkgname"
+  install -D -m644 "${srcdir}/$pkgname.service" "${pkgdir}/usr/lib/systemd/system/$pkgname.service"
+
+  # License file
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}
+

Deleted: community-i686/dropbear.service
===================================================================
--- community-i686/dropbear.service	2017-09-11 19:38:17 UTC (rev 257003)
+++ community-i686/dropbear.service	2017-09-11 19:38:30 UTC (rev 257004)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Dropbear SSH Daemon
-After=network.target
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/dropbear -F -P /run/dropbear.pid -R
-
-[Install]
-WantedBy=multi-user.target

Copied: dropbear/repos/community-i686/dropbear.service (from rev 257003, dropbear/trunk/dropbear.service)
===================================================================
--- community-i686/dropbear.service	                        (rev 0)
+++ community-i686/dropbear.service	2017-09-11 19:38:30 UTC (rev 257004)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Dropbear SSH Daemon
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/dropbear -F -P /run/dropbear.pid -R
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-09-11 19:38:17 UTC (rev 257003)
+++ community-x86_64/PKGBUILD	2017-09-11 19:38:30 UTC (rev 257004)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: Simon Perry <aur [at] sanxion [dot] net>
-# Contributor: Bartlomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Jason Pierce <`echo 'moc tod liamg ta nosaj tod ecreip' | rev`>
-# Contributor: Jeremy Cowgar <jeremy at cowgar.com>
-# Contributor: Simon Perry <aur [at] sanxion [dot] net>
-
-pkgname=dropbear
-pkgver=2017.75
-pkgrel=1
-pkgdesc="Lightweight replacement for sshd"
-arch=('i686' 'x86_64')
-url="http://matt.ucc.asn.au/dropbear/dropbear.html"
-license=('MIT')
-depends=('zlib')
-source=(https://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2{,.asc}
-        $pkgname.service)
-sha256sums=('6cbc1dcb1c9709d226dff669e5604172a18cf5dbf9a201474d5618ae4465098c'
-            'SKIP'
-            '8890a35b6cb14745c1b22f80d3a8532de2a853c78a30eac72b954012e286504a')
-validpgpkeys=('F7347EF2EE2E07A267628CA944931494F29C6773')
-
-prepare() {
-  sed -i 's|usr/libexec/sftp|usr/lib/ssh/sftp|' $pkgname-$pkgver/options.h
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make install DESTDIR="${pkgdir}/"
-
-  # Configuration files
-  install -d "${pkgdir}/etc/$pkgname"
-  install -D -m644 "${srcdir}/$pkgname.service" "${pkgdir}/usr/lib/systemd/system/$pkgname.service"
-
-  # License file
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: dropbear/repos/community-x86_64/PKGBUILD (from rev 257003, dropbear/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-09-11 19:38:30 UTC (rev 257004)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Simon Perry <aur [at] sanxion [dot] net>
+# Contributor: Bartlomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Jason Pierce <`echo 'moc tod liamg ta nosaj tod ecreip' | rev`>
+# Contributor: Jeremy Cowgar <jeremy at cowgar.com>
+# Contributor: Simon Perry <aur [at] sanxion [dot] net>
+
+pkgname=dropbear
+pkgver=2017.75
+pkgrel=2
+pkgdesc="Lightweight replacement for sshd"
+arch=('i686' 'x86_64')
+url="http://matt.ucc.asn.au/dropbear/dropbear.html"
+license=('MIT')
+depends=('zlib')
+source=(https://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2{,.asc}
+        $pkgname.service)
+sha256sums=('6cbc1dcb1c9709d226dff669e5604172a18cf5dbf9a201474d5618ae4465098c'
+            'SKIP'
+            '8890a35b6cb14745c1b22f80d3a8532de2a853c78a30eac72b954012e286504a')
+validpgpkeys=('F7347EF2EE2E07A267628CA944931494F29C6773')
+
+prepare() {
+  sed -i 's|usr/libexec/sftp|usr/lib/ssh/sftp|' $pkgname-$pkgver/options.h
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --bindir=/usr/bin --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="${pkgdir}/"
+
+  # Configuration files
+  install -d "${pkgdir}/etc/$pkgname"
+  install -D -m644 "${srcdir}/$pkgname.service" "${pkgdir}/usr/lib/systemd/system/$pkgname.service"
+
+  # License file
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+}
+

Deleted: community-x86_64/dropbear.service
===================================================================
--- community-x86_64/dropbear.service	2017-09-11 19:38:17 UTC (rev 257003)
+++ community-x86_64/dropbear.service	2017-09-11 19:38:30 UTC (rev 257004)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Dropbear SSH Daemon
-After=network.target
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/dropbear -F -P /run/dropbear.pid -R
-
-[Install]
-WantedBy=multi-user.target

Copied: dropbear/repos/community-x86_64/dropbear.service (from rev 257003, dropbear/trunk/dropbear.service)
===================================================================
--- community-x86_64/dropbear.service	                        (rev 0)
+++ community-x86_64/dropbear.service	2017-09-11 19:38:30 UTC (rev 257004)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Dropbear SSH Daemon
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/dropbear -F -P /run/dropbear.pid -R
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list