commit 54508c82f4928fd0c26a6424d236c7ff108d123d Author: Tim Biermann <tbier@posteo.de> Date: Tue Nov 29 21:41:29 2022 +0000 prometheus-node-exporter: 1.4.0 -> 1.5.0 diff --git a/prometheus-node-exporter/.footprint b/prometheus-node-exporter/.footprint index 35072d3a4..7f54c0d8b 100644 --- a/prometheus-node-exporter/.footprint +++ b/prometheus-node-exporter/.footprint @@ -6,6 +6,3 @@ drwxr-xr-x root/root etc/rc.d/ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/node_exporter -drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/prometheus-node-exporter/ --rw-r--r-- root/root usr/lib/prometheus-node-exporter/gen-pass.py diff --git a/prometheus-node-exporter/.signature b/prometheus-node-exporter/.signature index b18579edb..a6f8e9569 100644 --- a/prometheus-node-exporter/.signature +++ b/prometheus-node-exporter/.signature @@ -1,8 +1,8 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3/0Q7j97nMYblzGYPpkkfrUb4o4MntlMBLwu24me+zF2WsVZxMSFkCVOiS0Kp95HYuPveseRD9FB/lc1crTZfAE= -SHA256 (Pkgfile) = 491b6374718e3f303c1b4150f0c854ad0b75d7a4810a4d0174026dc556109647 -SHA256 (.footprint) = 63690ec8add40f9e66418b342db5acb1d5bfd54da5d27a5cb9fd36d4b51f0463 -SHA256 (prometheus-node-exporter-1.4.0.tar.gz) = 96f749928e3d6c952221aaca852d4c38545eaae03adc6bb925745bc3f2f827ca +RWSagIOpLGJF30WPuNk8G8garuOtV3WlZ0eWy8DTq2aTIZzzouzeWC2tuIGaFV6DLFbJsRtwzUTXkTPRL5WdXXU2pXkZUqqS1w4= +SHA256 (Pkgfile) = 57648d52819c7427b38af0bb0403e68739d6afde0ae612f91ab92d4f56c0cfed +SHA256 (.footprint) = 3ccc3fe0071fafb24c1098e83a693ef8298ec43036fc686cfe68e75a86112fdc +SHA256 (prometheus-node-exporter-1.5.0.tar.gz) = 67c6d59359d8c484e1e28d0a52a971eebe687f083c5fbb35c5e651543e5d0ea4 SHA256 (prometheus-node-exporter.service) = 3a1afd70a728ec9c84e5bf63378fb10583672daf5e064f2561961f5fdad302bb SHA256 (config.yml) = 7b660cee741de85009a5e1fbd0900bb70c8bea30f83131d74ea2442546546571 SHA256 (gen-pass.py) = bc6d1e03893cc50ef9fd7491c66f66d6d0b26b7178e95016ec7c8f87cb6f2f19 diff --git a/prometheus-node-exporter/Pkgfile b/prometheus-node-exporter/Pkgfile index 6bfc02f8d..8324c1d13 100644 --- a/prometheus-node-exporter/Pkgfile +++ b/prometheus-node-exporter/Pkgfile @@ -5,7 +5,7 @@ # Optional: python3-bcrypt name=prometheus-node-exporter -version=1.4.0 +version=1.5.0 release=1 source=(https://github.com/prometheus/node_exporter/archive/v$version/$name-$version... prometheus-node-exporter.service config.yml @@ -31,6 +31,6 @@ build() { install -Dm755 node_exporter $PKG/usr/bin/node_exporter install -Dm755 $SRC/prometheus-node-exporter.service $PKG/etc/rc.d/$name - install -Dm644 $SRC/gen-pass.py $PKG/usr/lib/$name/gen-pass.py + prt-get isinst python3-bcrypt && install -Dm644 $SRC/gen-pass.py $PKG/usr/lib/$name/gen-pass.py install -Dm644 $SRC/config.yml $PKG/etc/node-exporter/config.yml }