Package Details: molly-guard 0.8.1-1

Git Clone URL: https://aur.archlinux.org/molly-guard.git (read-only, click to copy)
Package Base: molly-guard
Description: protects machines from accidental shutdowns/reboots (via ssh)
Upstream URL: https://packages.debian.org/stable/molly-guard
Licenses: Artistic2.0
Submitter: None
Maintainer: gromit
Last Packager: gromit
Votes: 14
Popularity: 0.26
First Submitted: 2009-03-01 20:30 (UTC)
Last Updated: 2023-11-13 12:47 (UTC)

Latest Comments

1 2 3 Next › Last »

gromit commented on 2024-09-23 10:05 (UTC)

@maxinux any luck so far? :)

gromit commented on 2024-09-17 17:56 (UTC)

Then you already got further than I did (to be fair I didn't take myself a lot of time looking into this)!

Happy to accept a patch though!

maxinux commented on 2024-09-17 17:49 (UTC)

Yeah I noticed that after posting the diff, i see why it is failing, it has a check looking for different ubuntu releases, so it will need an additional diff.

gromit commented on 2024-09-17 17:12 (UTC)

@maxinux well yes and no, this changes the PKGBUILD to use the latest version, but I couldn't get it to run with Arch Linux :/ Did you try if your changes actually keep a working environment?

maxinux commented on 2024-09-17 17:07 (UTC) (edited on 2024-09-17 17:23 (UTC) by maxinux)

Marked out of date, this diff fixes the packagebuild git clone it, then patch:

diff --git a/PKGBUILD b/PKGBUILD
index f2b9d2b..290e0f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Carsten Feuls <archlinux@carstenfeuls.de>
 # Contributor: Christoph Vigano <mail at cvigano dot de>
 pkgname='molly-guard'
-pkgver=0.8.1
+pkgver=0.8.4
 pkgrel=1
 pkgdesc="protects machines from accidental shutdowns/reboots (via ssh)"
 arch=('any')
@@ -13,8 +13,8 @@ optdepends=('inetutils: for the FQDN Hostname support')
 install=molly-guard.install
 makedepends=('docbook-xsl')
 source=("https://mirror.unitedcolo.de/debian/pool/main/m/molly-guard/${pkgname}_${pkgver}.tar.xz")
-sha256sums=('abaf8b912902066b25d17b2a24b8edcbeef3004e1c43591f25a733f50b4a555b')
-sha512sums=('07d16dd40af1df8707a5be78a661acde2f83e15f020c4087f054c44ff9e57086b469a3d7ef332044c36e2d7e0969e495ff8c8f752e2bd21059b1a3618a6a0a43')
+sha256sums=('dce9a298c2e26e7bca84b6e8d5626c37e151e090fc901920d87a1a00763584e7')
+sha512sums=('c6e7df1d254994a5800152bb09425fb47532c8b9ac34dd1ec09825c72e66c82374a4ee66900b2e223d8efb6479eed6375b8372e895cd002dd9bc1c4b097d98cb')

 prepare() {
   cd "$srcdir/$pkgname-$pkgver"

Note the script now fails and needs additional work from here ill look into later

gromit commented on 2024-02-28 14:50 (UTC)

Hey Delan, thanks for your comment! The issue is that I could not get the latest version of molly-guard to work properly (when the package was built and installed), did you have any luck with that?

Delan commented on 2024-02-25 10:25 (UTC)

Error 404 on https://mirror.unitedcolo.de/debian/pool/main/m/molly-guard/molly-guard_0.8.1.tar.xz, new version available is 0.8.3 and new URL is https://mirror.unitedcolo.de/debian/pool/main/m/molly-guard/molly-guard_0.8.3.tar.xz. New checksums are sha256sums=('b580f0cd5ccb4e584a0b4e5003c7e3a57a5acd25255a30bcba5afecd52331cc8') sha512sums=('0449ac05d02ecd960f777c6f9555d5de5bb0ec248e6e9ed8d7fe423c90001f051b238f587d5998ef37d6634289883b0a5ab557585fa0c456d3f581c28577706a') Trust by verify ;) AUR script works as is apart from that.

francoism90 commented on 2018-03-19 15:41 (UTC)

How does this work? It doesn't do anything for me for some reason.

strubbl commented on 2018-02-07 18:34 (UTC) (edited on 2018-02-07 18:35 (UTC) by strubbl)

checksum failure:

==> Continue building molly-guard ? [Y/n]
==> -------------------------------------
==> 

==> Building and installing package
==> Making package: molly-guard 0.7.1-1 (Wed Feb  7 19:34:10 CET 2018)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading molly-guard_0.7.1.tar.xz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 12860  100 12860    0     0   169k      0 --:--:-- --:--:-- --:--:--  169k
  -> Found molly-guard.sh
==> Validating source files with sha256sums...
    molly-guard_0.7.1.tar.xz ... Passed
    molly-guard.sh ... Passed
==> Validating source files with sha512sums...
    molly-guard_0.7.1.tar.xz ... FAILED
    molly-guard.sh ... Passed
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Makepkg was unable to build molly-guard.
==> Restart building molly-guard ? [y/N]
==> ------------------------------------

mortzu commented on 2015-08-20 18:48 (UTC)

I'll fix it