diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2019-06-11 21:24:08 +0200 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2019-06-11 21:24:08 +0200 |
commit | 3bcb63c5dfd562a8fc7edf2d27d98ff54122655d (patch) | |
tree | eba2c5f3d24d13952b6eed685f8f0e8c79244fba /dbus | |
parent | 846dea508d526d865f7cb5a4cf4e229c6cb2e1f0 (diff) | |
download | opt-3bcb63c5dfd562a8fc7edf2d27d98ff54122655d.tar.gz opt-3bcb63c5dfd562a8fc7edf2d27d98ff54122655d.tar.xz |
[notify] dbus: updated to 1.12.16. Fix for CVE-2019-12749
Diffstat (limited to 'dbus')
-rw-r--r-- | dbus/.footprint | 6 | ||||
-rw-r--r-- | dbus/.signature | 8 | ||||
-rw-r--r-- | dbus/Pkgfile | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/dbus/.footprint b/dbus/.footprint index 5d9930452..084a433f4 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.10 -lrwxrwxrwx root/root usr/lib/libdbus-1.so.3 -> libdbus-1.so.3.19.10 --rwxr-xr-x root/root usr/lib/libdbus-1.so.3.19.10 +lrwxrwxrwx root/root usr/lib/libdbus-1.so -> libdbus-1.so.3.19.11 +lrwxrwxrwx root/root usr/lib/libdbus-1.so.3 -> libdbus-1.so.3.19.11 +-rwxr-xr-x root/root usr/lib/libdbus-1.so.3.19.11 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 75455055f..95b512c77 100644 --- a/dbus/.signature +++ b/dbus/.signature @@ -1,7 +1,7 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Z4UzkuBX1uBf9/XWfLBIUF+wOIAxB7CfTo8OICIFq98I4OVsyWuPszl8VlMg0Fs1FZ5cxMNZqsXMVVvmnwBDww= -SHA256 (Pkgfile) = 72667b15fd1795ff74a4618d70dbcd4e5116b0687a43a8bffbc30667921651da -SHA256 (.footprint) = b897da8a19cdd2f00675afbb8638d176d0fb4ca54b366a0313e3c087fbd7b473 -SHA256 (dbus-1.12.14.tar.gz) = 44f9c290ae8f6cadeb2c329316c03716f171ce10daddd85c0bffd0f7df514c8d +RWSE3ohX2g5d/ZIs89knWz7ImuP/rA5wDj5jEcRds+ObIRRGlM/jnPdePKnlBUtQMHsmB2jitIv9KBFK2KuioMW0nz5M6UqmKA8= +SHA256 (Pkgfile) = 84e772a5f4b39c69a1fe8f5343113211ec4a17afc8e0d1f997d5343ce3a3edd6 +SHA256 (.footprint) = 8aeee8e2d2442ca13d2aee2547d3df14bf34e3e1d0ce4e1947e62c20b59aed48 +SHA256 (dbus-1.12.16.tar.gz) = 54a22d2fa42f2eb2a871f32811c6005b531b9613b1b93a0d269b05e7549fec80 SHA256 (rc.dbus) = 4926a04f787824e55fab97d6f5938ca6bfb8fc95db5f7063fd80907f30b87ef5 SHA256 (30-dbus.launch) = 18ea1e79698bb876f7f5fb298daae5ff6cd17c56764b087f8da2e1d5809af37a diff --git a/dbus/Pkgfile b/dbus/Pkgfile index d20b02e89..7dcc6c5f5 100644 --- a/dbus/Pkgfile +++ b/dbus/Pkgfile @@ -4,8 +4,8 @@ # Depends on: expat name=dbus -version=1.12.14 -release=2 +version=1.12.16 +release=1 source=(https://dbus.freedesktop.org/releases/dbus/$name-$version.tar.gz \ rc.dbus 30-dbus.launch) |