[arch-commits] Commit in dropbear/repos (8 files)
Timothy Redaelli
tredaelli at archlinux.org
Tue Sep 8 13:58:08 UTC 2015
Date: Tuesday, September 8, 2015 @ 15:58:08
Author: tredaelli
Revision: 139606
archrelease: copy trunk to community-i686, community-x86_64
Added:
dropbear/repos/community-i686/PKGBUILD
(from rev 139605, dropbear/trunk/PKGBUILD)
dropbear/repos/community-i686/dropbear.service
(from rev 139605, dropbear/trunk/dropbear.service)
dropbear/repos/community-x86_64/PKGBUILD
(from rev 139605, dropbear/trunk/PKGBUILD)
dropbear/repos/community-x86_64/dropbear.service
(from rev 139605, 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 | 92 ++++++++++++++++++++++++++++++++++++
/dropbear.service | 20 +++++++
community-i686/PKGBUILD | 46 ------------------
community-i686/dropbear.service | 10 ---
community-x86_64/PKGBUILD | 46 ------------------
community-x86_64/dropbear.service | 10 ---
6 files changed, 112 insertions(+), 112 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-09-08 13:57:58 UTC (rev 139605)
+++ community-i686/PKGBUILD 2015-09-08 13:58:08 UTC (rev 139606)
@@ -1,46 +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=2015.67
-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=(http://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2
- $pkgname.service)
-sha256sums=('7e690594645dfde5787065c78a5d2e4d15e288babfa06e140197ce05f698c8e5'
- '1920dc2d9a1dd86b3137ae4348196f9b95142d6eee484ee536bc7dfed7f0def0')
-
-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 139605, dropbear/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-08 13:58:08 UTC (rev 139606)
@@ -0,0 +1,46 @@
+# $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=2015.68
+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=(http://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2
+ $pkgname.service)
+sha256sums=('55ea7c1e904ffe4b1cdbe1addca8291a2533d7d285fd22ac33608e9502a62446'
+ '1920dc2d9a1dd86b3137ae4348196f9b95142d6eee484ee536bc7dfed7f0def0')
+
+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 2015-09-08 13:57:58 UTC (rev 139605)
+++ community-i686/dropbear.service 2015-09-08 13:58:08 UTC (rev 139606)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Dropbear SSH Daemon
-After=network.target
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/dropbear -F -P /run/dropbear.pid
-
-[Install]
-WantedBy=multi-user.target
Copied: dropbear/repos/community-i686/dropbear.service (from rev 139605, dropbear/trunk/dropbear.service)
===================================================================
--- community-i686/dropbear.service (rev 0)
+++ community-i686/dropbear.service 2015-09-08 13:58:08 UTC (rev 139606)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Dropbear SSH Daemon
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/dropbear -F -P /run/dropbear.pid
+
+[Install]
+WantedBy=multi-user.target
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-09-08 13:57:58 UTC (rev 139605)
+++ community-x86_64/PKGBUILD 2015-09-08 13:58:08 UTC (rev 139606)
@@ -1,46 +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=2015.67
-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=(http://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2
- $pkgname.service)
-sha256sums=('7e690594645dfde5787065c78a5d2e4d15e288babfa06e140197ce05f698c8e5'
- '1920dc2d9a1dd86b3137ae4348196f9b95142d6eee484ee536bc7dfed7f0def0')
-
-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 139605, dropbear/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-09-08 13:58:08 UTC (rev 139606)
@@ -0,0 +1,46 @@
+# $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=2015.68
+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=(http://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2
+ $pkgname.service)
+sha256sums=('55ea7c1e904ffe4b1cdbe1addca8291a2533d7d285fd22ac33608e9502a62446'
+ '1920dc2d9a1dd86b3137ae4348196f9b95142d6eee484ee536bc7dfed7f0def0')
+
+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 2015-09-08 13:57:58 UTC (rev 139605)
+++ community-x86_64/dropbear.service 2015-09-08 13:58:08 UTC (rev 139606)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Dropbear SSH Daemon
-After=network.target
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/dropbear -F -P /run/dropbear.pid
-
-[Install]
-WantedBy=multi-user.target
Copied: dropbear/repos/community-x86_64/dropbear.service (from rev 139605, dropbear/trunk/dropbear.service)
===================================================================
--- community-x86_64/dropbear.service (rev 0)
+++ community-x86_64/dropbear.service 2015-09-08 13:58:08 UTC (rev 139606)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Dropbear SSH Daemon
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/dropbear -F -P /run/dropbear.pid
+
+[Install]
+WantedBy=multi-user.target
More information about the arch-commits
mailing list