diff options
author | Tim Biermann <tbier@posteo.de> | 2022-03-02 18:29:17 +0100 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-03-02 18:29:17 +0100 |
commit | 56277036cf87e00b9bfd1a43390df9fecfe125c7 (patch) | |
tree | e2c52e9d6ed18d52df3ab9db3165be370b3df331 /dbus | |
parent | da52b0707170f5218e794bdda4136df79636ba0f (diff) | |
parent | 02f417edd7734f9595bb6e0a141beec789a326e1 (diff) | |
download | opt-56277036cf87e00b9bfd1a43390df9fecfe125c7.tar.gz opt-56277036cf87e00b9bfd1a43390df9fecfe125c7.tar.xz |
Merge remote-tracking branch 'origin/3.6' into 3.7
Diffstat (limited to 'dbus')
-rw-r--r-- | dbus/.footprint | 6 | ||||
-rw-r--r-- | dbus/.signature | 8 | ||||
-rw-r--r-- | dbus/Pkgfile | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/dbus/.footprint b/dbus/.footprint index 8c8fdb4cb..303f32f96 100644 --- a/dbus/.footprint +++ b/dbus/.footprint @@ -47,9 +47,9 @@ drwxr-xr-x root/root usr/lib/dbus/ -rwsr-x--- root/messagebus usr/lib/dbus/dbus-daemon-launch-helper -rw-r--r-- root/root usr/lib/libdbus-1.a -rwxr-xr-x root/root usr/lib/libdbus-1.la -lrwxrwxrwx root/root usr/lib/libdbus-1.so -> libdbus-1.so.3.19.14 -lrwxrwxrwx root/root usr/lib/libdbus-1.so.3 -> libdbus-1.so.3.19.14 --rwxr-xr-x root/root usr/lib/libdbus-1.so.3.19.14 +lrwxrwxrwx root/root usr/lib/libdbus-1.so -> libdbus-1.so.3.32.0 +lrwxrwxrwx root/root usr/lib/libdbus-1.so.3 -> libdbus-1.so.3.32.0 +-rwxr-xr-x root/root usr/lib/libdbus-1.so.3.32.0 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/dbus-1.pc drwxr-xr-x root/root usr/sbin/ diff --git a/dbus/.signature b/dbus/.signature index 897981999..d3c062cb4 100644 --- a/dbus/.signature +++ b/dbus/.signature @@ -1,7 +1,7 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Wk7vi8EMbGbbVSp3IHV2t1ptw4OXJwV8uw8EyUG6YvEB3qAMAaMLQ84a6G183QcXmTztLJTtRx6sSyHJHr7EgU= -SHA256 (Pkgfile) = 0494528373aae9648665ff691d4eb965e722fc776a4ad666b837ac5fd7ad4637 -SHA256 (.footprint) = 71e5d758886da36851c41e03b4f2a9b0b838f9268d602d66f286532f383477bf -SHA256 (dbus-1.12.22.tar.gz) = 8d25785c798ec4f892e6f9d177fb0ceeb8b29867b119798f9d5228561d3ad474 +RWSE3ohX2g5d/bwobb6xFjUWxbOLg/60F8fOc9sF7Ff0PjoIxWoDf5qYFKcrd7OsxW84jmvDmtA9t5IoM/hPX5kZ8sCHUxVpyQk= +SHA256 (Pkgfile) = efa0865e2fde81e26e24ed2ac1ad108c487e3d5548a7bded1e7a837d2378c96e +SHA256 (.footprint) = 62bc55c5f07037c0bc1f1ac39fed01e44480b69aaa8e9130611936b04fc0603b +SHA256 (dbus-1.14.0.tar.xz) = ccd7cce37596e0a19558fd6648d1272ab43f011d80c8635aea8fd0bad58aebd4 SHA256 (rc.dbus) = 6d67e387a8b3296f7c5b88cbe5e5c4ec113ce9b36abc8da4b733aae624a6a6d6 SHA256 (30-dbus.launch) = 18ea1e79698bb876f7f5fb298daae5ff6cd17c56764b087f8da2e1d5809af37a diff --git a/dbus/Pkgfile b/dbus/Pkgfile index d3f136d01..ec136dd97 100644 --- a/dbus/Pkgfile +++ b/dbus/Pkgfile @@ -4,10 +4,10 @@ # Depends on: expat name=dbus -version=1.12.22 +version=1.14.0 release=1 -source=(https://dbus.freedesktop.org/releases/dbus/$name-$version.tar.gz \ - rc.dbus 30-dbus.launch) +source=(https://dbus.freedesktop.org/releases/dbus/$name-$version.tar.xz + rc.dbus 30-dbus.launch) build() { cd $name-$version |