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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 14:08:41 UTC 2020


    Date: Tuesday, July 7, 2020 @ 14:08:41
  Author: felixonmars
Revision: 658721

archrelease: copy trunk to community-staging-any

Added:
  mkinitcpio-dropbear/repos/community-staging-any/
  mkinitcpio-dropbear/repos/community-staging-any/ChangeLog
    (from rev 658719, mkinitcpio-dropbear/trunk/ChangeLog)
  mkinitcpio-dropbear/repos/community-staging-any/PKGBUILD
    (from rev 658719, mkinitcpio-dropbear/trunk/PKGBUILD)

-----------+
 ChangeLog |   17 +++++++++++++++++
 PKGBUILD  |   21 +++++++++++++++++++++
 2 files changed, 38 insertions(+)

Copied: mkinitcpio-dropbear/repos/community-staging-any/ChangeLog (from rev 658719, mkinitcpio-dropbear/trunk/ChangeLog)
===================================================================
--- community-staging-any/ChangeLog	                        (rev 0)
+++ community-staging-any/ChangeLog	2020-07-07 14:08:41 UTC (rev 658721)
@@ -0,0 +1,17 @@
+2015-08-11 Giancarlo Razzolini <grazzolini at gmail.com>
+
+	* 0.0.3 :
+	- Correction of the hook help text.
+	- Changed the root user home directory to /root.
+	- Some other cleanups, specially regarding TMPDIR files juggling.
+
+2015-07-28 Giancarlo Razzolini <grazzolini at gmail.com>
+
+	* 0.0.2 :
+	- Removed leftovers from the old dropbear_initrd_encrypt which where conflicting with mkinitcpio-utils.
+
+2015-07-14 Giancarlo Razzolini <grazzolini at gmail.com>
+
+	* 0.0.1 :
+	- Initial release.
+	- Provide the same functionality as in dropbear_initrd_encrypt regarding dropbear.

Copied: mkinitcpio-dropbear/repos/community-staging-any/PKGBUILD (from rev 658719, mkinitcpio-dropbear/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 14:08:41 UTC (rev 658721)
@@ -0,0 +1,21 @@
+# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
+pkgname=mkinitcpio-dropbear
+pkgver=0.0.3
+pkgrel=6
+pkgdesc="Archlinux mkinitcpio hook to install and enable the dropbear daemon in early userspace"
+arch=('any')
+url="https://github.com/grazzolini/mkinitcpio-dropbear"
+license=('GPL3')
+depends=('dropbear' 'psmisc')
+optdepends=('openssh: Allows the use of the same host keys used for normal access' 'mkinitcpio-netconf: Network interface configuration' 'mkinitcpio-ppp: PPP interface configuration')
+#conflicts=('mkinitcpio-tinyssh')
+#install=$pkgname.install
+source=("${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
+changelog='ChangeLog'
+sha512sums=('65d9d794411dc9da03d900655b748cdda72ad39f4b0188a25c1521ed656d9c92bbbf248b09e8eb7f345839001944fc56c10e1c1fe123a73732fea8ffb6fb78d4')
+
+package() {
+  install -Dm644 "$srcdir/$pkgname-$pkgver/dropbear_hook"      "$pkgdir/usr/lib/initcpio/hooks/dropbear"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/dropbear_install"   "$pkgdir/usr/lib/initcpio/install/dropbear"
+  install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list