Package Details: networkd-dispatcher 2.2.4-0

Git Clone URL: https://aur.archlinux.org/networkd-dispatcher.git (read-only, click to copy)
Package Base: networkd-dispatcher
Description: A dispatcher daemon for systemd-networkd events
Upstream URL: https://gitlab.com/craftyguy/networkd-dispatcher
Keywords: systemd systemd-networkd
Licenses: GPL3
Conflicts: networkd-dispatcher
Provides: networkd-dispatcher
Submitter: craftyguy
Maintainer: primalmotion
Last Packager: primalmotion
Votes: 17
Popularity: 0.000015
First Submitted: 2017-01-05 03:06 (UTC)
Last Updated: 2023-04-01 17:16 (UTC)

Dependencies (7)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

primalmotion commented on 2023-04-01 17:18 (UTC) (edited on 2023-04-01 17:19 (UTC) by primalmotion)

ok I have reverted the last patch, and verified the sha256 of the installed files (the bin, conf, systemd service, man, LICENSE and README) were the same between the 2 versions of the archive having different sha.

we seem to be good.

Artemis commented on 2023-04-01 08:53 (UTC) (edited on 2023-04-01 09:08 (UTC) by Artemis)

Wow, you're right, I checked it, too. What the heck is going on there?

I sadly don't have the archive with the different hash on my computer to check the difference…

EDIT: There seems to have been a bug in GitLab which led to the changed hash: https://gitlab.com/gitlab-org/gitlab/-/issues/402616

It appears that the hash being back to normal means that the bug is fixed.

So, I guess @primalmotion needs to revert the change I initiated.

sorend commented on 2023-04-01 08:42 (UTC) (edited on 2023-04-01 08:42 (UTC) by sorend)

I'm not sure what's going on at Gitlab, but, the hash for https://gitlab.com/craftyguy/networkd-dispatcher/-/archive/2.2.4/networkd-dispatcher-2.2.4.tar.bz2 is back at 6eb8a3d2d2c4b1c57b10e6b7539744c6747e5a0e3680937190d3a802fab55c491a3560727a7f84354be71dc8bf50a7432deaa624a0bdd6671ebc9cd655f1e56 like before (at least it is here).

primalmotion commented on 2023-03-29 16:09 (UTC)

I fixed it. not sure how I missed that

Artemis commented on 2023-03-29 08:59 (UTC)

Currently, the package does not build. The hash in the PKGBUILD (6eb8a3d2d2c4b1c57b10e6b7539744c6747e5a0e3680937190d3a802fab55c491a3560727a7f84354be71dc8bf50a7432deaa624a0bdd6671ebc9cd655f1e564) does not match the hash of the archive (7d3288ddfc83236b8c8378c48dce5892c7e3495e3c11869a78730f5f363c645b51fb1c781eb63393c6e28c7444a93190bf86c8abae2d6715db23ea22a4999401).

grdgkjrpdihe commented on 2022-03-13 04:14 (UTC)

configuring.d and configured.d are missing. see https://gitlab.com/craftyguy/networkd-dispatcher/-/commit/1435abeb27d408e60959e44a068244bbd06541a1

gbernard commented on 2019-11-05 08:35 (UTC) (edited on 2019-11-05 08:36 (UTC) by gbernard)

patch proposal for the update to version 2.0.1 :

--- PKGBUILD.old    2019-11-05 09:33:05.682964052 +0100
+++ PKGBUILD    2019-11-05 09:30:36.401637137 +0100
@@ -1,7 +1,7 @@
 # Maintainer: Clayton Craft <clayton@craftyguy.net>
 pkgname=networkd-dispatcher
-pkgver=2.0
-pkgrel=2
+pkgver=2.0.1
+pkgrel=1
 pkgdesc="A dispatcher daemon for systemd-networkd events"
 arch=('any')
 url="https://gitlab.com/craftyguy/networkd-dispatcher"
@@ -13,7 +13,7 @@
 conflicts=("${pkgname}")
 backup=('etc/conf.d/networkd-dispatcher.conf')
 source=("https://gitlab.com/craftyguy/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-sha512sums=('20b5477b62dacb166704d8ce432b76436826baba9d31593b3dc4960d9ba27bac839eac12d8b90cd2420dc75dd00b117f20d008d5f1879cc5fdddfd83812bf0a5')
+sha512sums=('089dc5829ae0c290323933487c4f67dee748cf05a97b4b62c45d2e8c2ecb81205d82522b08344e1fb4495a5c523ad1a4927b056d6da62526e2c433907b4cba0e')

 package() {
         cd "${pkgname}-${pkgver}"

craftyguy commented on 2018-11-13 01:20 (UTC)

asciidoc is now a makedepends. Really sorry about that, I've been building with makechrootpkg but totally spaced on doing it this round :(

lafleur commented on 2018-11-12 23:12 (UTC)

Oh we need "asciidoc" in the makedepends under x86_64 (and ARMv6 by the way).

yar commented on 2018-02-02 23:02 (UTC)

@craftyguy you can detect dependencies by building with makechrootpkg https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_Clean_Chroot