[arch-commits] Commit in dropbear/repos/community-x86_64 (6 files)

Alexander Rødseth arodseth at archlinux.org
Sat Oct 6 15:14:06 UTC 2018


    Date: Saturday, October 6, 2018 @ 15:14:06
  Author: arodseth
Revision: 390882

archrelease: copy trunk to community-x86_64

Added:
  dropbear/repos/community-x86_64/PKGBUILD
    (from rev 390881, dropbear/trunk/PKGBUILD)
  dropbear/repos/community-x86_64/dropbear.service
    (from rev 390881, dropbear/trunk/dropbear.service)
  dropbear/repos/community-x86_64/localoptions.h
    (from rev 390881, dropbear/trunk/localoptions.h)
Deleted:
  dropbear/repos/community-x86_64/PKGBUILD
  dropbear/repos/community-x86_64/dropbear.service
  dropbear/repos/community-x86_64/localoptions.h

------------------+
 PKGBUILD         |  114 ++++++++++++++++++++++++++---------------------------
 dropbear.service |   20 ++++-----
 localoptions.h   |   84 +++++++++++++++++++--------------------
 3 files changed, 111 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-06 15:13:55 UTC (rev 390881)
+++ PKGBUILD	2018-10-06 15:14:06 UTC (rev 390882)
@@ -1,56 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: Bartlomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Jason Pierce <pierce.json at gmail.com>
-# Contributor: Jeremy Cowgar <jeremy at cowgar.com>
-# Contributor: Simon Perry <aur at sanxion.net>
-
-pkgbase=dropbear
-pkgname=(dropbear scp)
-pkgver=2018.76
-pkgrel=2
-pkgdesc='Lightweight SSH server'
-arch=('x86_64')
-url='https://matt.ucc.asn.au/dropbear/dropbear.html'
-license=('MIT')
-options=(emptydirs)
-validpgpkeys=('F7347EF2EE2E07A267628CA944931494F29C6773')
-source=("https://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2"{,.asc}
-        'localoptions.h'
-        "$pkgname.service")
-sha256sums=('f2fb9167eca8cf93456a5fc1d4faf709902a3ab70dd44e352f3acbc3ffdaea65'
-            'SKIP'
-            'ad524b470170ecb297df2c4a7307f56d4c56b65fb643b0356775799c4928e879'
-            '0c0e5b9d121b9d728fed92d6574f2a96d74e4f8a61169dc1e452488f43bb1484')
-
-prepare() {
-  cp -f localoptions.h "$pkgname-$pkgver/"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --bindir=/usr/bin --prefix=/usr --sbindir=/usr/bin
-  make PROGRAMS="dbclient dropbear dropbearconvert dropbearkey scp" SCPPROGRESS=1
-}
-
-package_dropbear() {
-  install -d "$pkgdir/etc/$pkgname"
-  make -C "$pkgbase-$pkgver" install DESTDIR="$pkgdir"
-  install -Dm644 "$pkgname.service" \
-    "$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 "$pkgbase-$pkgver/LICENSE" \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_scp() {
-  pkgdesc='Lightweight application for copying files over SSH'
-  conflicts=('openssh')
-
-  make -C "$pkgbase-$pkgver" install PROGRAMS="scp" DESTDIR="$pkgdir"
-  install -Dm644 "$pkgbase-$pkgver/LICENSE" \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: dropbear/repos/community-x86_64/PKGBUILD (from rev 390881, dropbear/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-06 15:14:06 UTC (rev 390882)
@@ -0,0 +1,58 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Bartlomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Jason Pierce <pierce.json at gmail.com>
+# Contributor: Jeremy Cowgar <jeremy at cowgar.com>
+# Contributor: Simon Perry <aur at sanxion.net>
+
+pkgbase=dropbear
+pkgname=(dropbear dropbear-scp)
+pkgver=2018.76
+pkgrel=3
+pkgdesc='Lightweight SSH server'
+arch=('x86_64')
+url='https://matt.ucc.asn.au/dropbear/dropbear.html'
+license=('MIT')
+options=(emptydirs)
+validpgpkeys=('F7347EF2EE2E07A267628CA944931494F29C6773')
+source=("https://matt.ucc.asn.au/$pkgname/releases/$pkgname-$pkgver.tar.bz2"{,.asc}
+        'localoptions.h'
+        "$pkgname.service")
+sha256sums=('f2fb9167eca8cf93456a5fc1d4faf709902a3ab70dd44e352f3acbc3ffdaea65'
+            'SKIP'
+            'a284c2a2570d5b1f98f38fc044ab6fd45b9834be7a91216df7f159257b54e0bc'
+            '0c0e5b9d121b9d728fed92d6574f2a96d74e4f8a61169dc1e452488f43bb1484')
+
+prepare() {
+  cp -f localoptions.h "$pkgname-$pkgver/"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --bindir=/usr/bin --prefix=/usr --sbindir=/usr/bin
+  make PROGRAMS="dbclient dropbear dropbearconvert dropbearkey scp" SCPPROGRESS=1
+}
+
+package_dropbear() {
+  install -d "$pkgdir/etc/$pkgname"
+  make -C "$pkgbase-$pkgver" install DESTDIR="$pkgdir"
+  install -Dm644 "$pkgname.service" \
+    "$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  install -Dm644 "$pkgbase-$pkgver/LICENSE" \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_dropbear-scp() {
+  pkgdesc='Lightweight application for copying files over SSH'
+  provides=('scp')
+  conflicts=('openssh')
+
+  make -C "$pkgbase-$pkgver" install PROGRAMS="scp" DESTDIR="$pkgdir"
+  install -Dm644 "$pkgbase-$pkgver/LICENSE" \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  rmdir "$pkgdir/usr/share/man"{/man1,}
+}
+
+# vim: ts=2 sw=2 et:

Deleted: dropbear.service
===================================================================
--- dropbear.service	2018-10-06 15:13:55 UTC (rev 390881)
+++ dropbear.service	2018-10-06 15:14:06 UTC (rev 390882)
@@ -1,10 +0,0 @@
-[Unit]
-Description=Dropbear SSH Server
-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 390881, dropbear/trunk/dropbear.service)
===================================================================
--- dropbear.service	                        (rev 0)
+++ dropbear.service	2018-10-06 15:14:06 UTC (rev 390882)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Dropbear SSH Server
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/dropbear -F -P /run/dropbear.pid -R
+
+[Install]
+WantedBy=multi-user.target

Deleted: localoptions.h
===================================================================
--- localoptions.h	2018-10-06 15:13:55 UTC (rev 390881)
+++ localoptions.h	2018-10-06 15:14:06 UTC (rev 390882)
@@ -1,41 +0,0 @@
-/*
- * Arch Linux configuration for DropBear
- *
- * The majority of these options are disabled or enabled as a result of
- * running ssh-audit.
- *
- * https://github.com/arthepsy/ssh-audit
- */
-
-/* Disable CBC mode for ciphers */
-#define DROPBEAR_ENABLE_CBC_MODE 0
-
-/* Disable X11 Forwarding on the server */
-#define DROPBEAR_X11FWD 0
-
-/* Disable reverse DNS lookups */
-#define DO_HOST_LOOKUP 0
-
-/* Enable twofish128 and twofish256 */
-#define DROPBEAR_TWOFISH128 1
-#define DROPBEAR_TWOFISH256 1
-
-/* Disable SHA-96 */
-#define DROPBEAR_SHA1_HMAC 0
-#define DROPBEAR_SHA1_96_HMAC 0
-
-/* Disable DSS */
-#define DROPBEAR_DSS 0
-
-/* Disable ECDH */
-#define DROPBEAR_ECDH 0
-#define DROPBEAR_ECDSA 0
-
-/* SFTP server path */
-#define SFTPSERVER_PATH "/usr/lib/ssh/sftp-server"
-
-/* Spend a small mount of bytes for an increase in performance */
-#define DROPBEAR_SMALL_CODE 0
-
-/* Default path */
-#define DEFAULT_PATH "/usr/bin"

Copied: dropbear/repos/community-x86_64/localoptions.h (from rev 390881, dropbear/trunk/localoptions.h)
===================================================================
--- localoptions.h	                        (rev 0)
+++ localoptions.h	2018-10-06 15:14:06 UTC (rev 390882)
@@ -0,0 +1,43 @@
+/*
+ * Arch Linux configuration for DropBear
+ *
+ * The majority of these options are disabled or enabled as a result of
+ * running ssh-audit:
+ *
+ * https://github.com/arthepsy/ssh-audit
+ */
+
+/* Disable CBC mode for ciphers */
+#define DROPBEAR_ENABLE_CBC_MODE 0
+
+/* Disable X11 forwarding on the server */
+#define DROPBEAR_X11FWD 0
+
+/* Disable reverse DNS lookups */
+#define DO_HOST_LOOKUP 0
+
+/* Enable twofish128 and twofish256 */
+#define DROPBEAR_TWOFISH128 1
+#define DROPBEAR_TWOFISH256 1
+
+/* Disable SHA-96 */
+#define DROPBEAR_SHA1_HMAC 0
+#define DROPBEAR_SHA1_96_HMAC 0
+
+/* Disable DSS */
+#define DROPBEAR_DSS 0
+
+/* Disable ECDH */
+#define DROPBEAR_ECDH 0
+
+/* Keep ECDSA, for practical purposes */
+#define DROPBEAR_ECDSA 1
+
+/* SFTP server path */
+#define SFTPSERVER_PATH "/usr/lib/ssh/sftp-server"
+
+/* Spend a small amount of bytes for an increase in performance */
+#define DROPBEAR_SMALL_CODE 0
+
+/* Default path */
+#define DEFAULT_PATH "/usr/bin"



More information about the arch-commits mailing list