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

Alexander Rødseth arodseth at archlinux.org
Wed May 12 09:09:18 UTC 2021


    Date: Wednesday, May 12, 2021 @ 09:09:17
  Author: arodseth
Revision: 931436

archrelease: copy trunk to community-x86_64

Added:
  dropbear/repos/community-x86_64/PKGBUILD
    (from rev 931435, dropbear/trunk/PKGBUILD)
  dropbear/repos/community-x86_64/dropbear.service
    (from rev 931435, dropbear/trunk/dropbear.service)
  dropbear/repos/community-x86_64/localoptions.h
    (from rev 931435, 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         |  118 ++++++++++++++++++++++++++---------------------------
 dropbear.service |   20 ++++----
 localoptions.h   |   89 ++++++++++++++++++++-------------------
 3 files changed, 115 insertions(+), 112 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-12 09:09:08 UTC (rev 931435)
+++ PKGBUILD	2021-05-12 09:09:17 UTC (rev 931436)
@@ -1,59 +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 dropbear-scp)
-pkgver=2020.81
-pkgrel=2
-pkgdesc='Lightweight SSH server'
-arch=(x86_64)
-url='https://github.com/mkj/dropbear'
-license=(MIT)
-options=(emptydirs)
-makedepends=(git)
-validpgpkeys=('F7347EF2EE2E07A267628CA944931494F29C6773')
-source=("git+$url#commit=d852d69b50187dd81d424846e7dc677ec57e2d4f" # tag: DROPBEAR_2020.81
-        localoptions.h
-        $pkgname.service)
-sha256sums=('SKIP'
-            'a284c2a2570d5b1f98f38fc044ab6fd45b9834be7a91216df7f159257b54e0bc'
-            '0c0e5b9d121b9d728fed92d6574f2a96d74e4f8a61169dc1e452488f43bb1484')
-
-prepare() {
-  cp -f localoptions.h $pkgname/localoptions.h
-}
-
-build() {
-  cd $pkgname
-  autoconf
-  autoheader
-  ./configure --bindir=/usr/bin --prefix=/usr --sbindir=/usr/bin
-  make \
-    PROGRAMS='dbclient dropbear dropbearconvert dropbearkey scp' \
-    SCPPROGRESS=1
-}
-
-package_dropbear() {
-  depends=(libxcrypt zlib)
-  install -d "$pkgdir/etc/$pkgname"
-  make -C $pkgbase install DESTDIR="$pkgdir"
-  install -Dm644 $pkgname.service \
-    "$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 $pkgbase/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 install PROGRAMS=scp DESTDIR="$pkgdir"
-  install -Dm644 $pkgbase/LICENSE \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  rmdir "$pkgdir/usr/share/man"{/man1,}
-}

Copied: dropbear/repos/community-x86_64/PKGBUILD (from rev 931435, dropbear/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-12 09:09:17 UTC (rev 931436)
@@ -0,0 +1,59 @@
+# 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=2020.81
+pkgrel=3
+pkgdesc='Lightweight SSH server'
+arch=(x86_64)
+url='https://github.com/mkj/dropbear'
+license=(MIT)
+options=(emptydirs)
+makedepends=(git)
+validpgpkeys=('F7347EF2EE2E07A267628CA944931494F29C6773')
+source=("git+$url#commit=d852d69b50187dd81d424846e7dc677ec57e2d4f" # tag: DROPBEAR_2020.81
+        localoptions.h
+        $pkgname.service)
+b2sums=(SKIP
+        49628bbce0d26eb33598de276ede705bd592a38b7892c9db0ceebfb0598a1ee6e7e84ed03dbf255ee1adcad0c5214d38dc03e6c04176a405f59a19765cb28388
+        e3481447cac72e416a1d332ddb4bc2fbc78b2e558f929449469e05c269e27482e13357d467b8a11c9b7bf6fdecdd6e57717c8008247922adfc545c36e5775217)
+
+prepare() {
+  cp -fv localoptions.h $pkgname/localoptions.h
+}
+
+build() {
+  cd $pkgname
+  autoconf
+  autoheader
+  ./configure --bindir=/usr/bin --prefix=/usr --sbindir=/usr/bin
+  make \
+    PROGRAMS='dbclient dropbear dropbearconvert dropbearkey scp' \
+    SCPPROGRESS=1
+}
+
+package_dropbear() {
+  depends=(libxcrypt zlib)
+  install -d "$pkgdir/etc/$pkgname"
+  make -C $pkgbase install DESTDIR="$pkgdir"
+  install -Dm644 $pkgname.service \
+    "$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  install -Dm644 $pkgbase/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 install PROGRAMS=scp DESTDIR="$pkgdir"
+  install -Dm644 $pkgbase/LICENSE \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  rmdir "$pkgdir/usr/share/man/"{man1,}
+}

Deleted: dropbear.service
===================================================================
--- dropbear.service	2021-05-12 09:09:08 UTC (rev 931435)
+++ dropbear.service	2021-05-12 09:09:17 UTC (rev 931436)
@@ -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 931435, dropbear/trunk/dropbear.service)
===================================================================
--- dropbear.service	                        (rev 0)
+++ dropbear.service	2021-05-12 09:09:17 UTC (rev 931436)
@@ -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	2021-05-12 09:09:08 UTC (rev 931435)
+++ localoptions.h	2021-05-12 09:09:17 UTC (rev 931436)
@@ -1,43 +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
-
-/* 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"

Copied: dropbear/repos/community-x86_64/localoptions.h (from rev 931435, dropbear/trunk/localoptions.h)
===================================================================
--- localoptions.h	                        (rev 0)
+++ localoptions.h	2021-05-12 09:09:17 UTC (rev 931436)
@@ -0,0 +1,46 @@
+/*
+ * 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"
+
+/* Enable GCM mode, ref. FS#70781 */
+#define DROPBEAR_ENABLE_GCM_MODE 1



More information about the arch-commits mailing list