dbus-32: 1.10.14 -> 1.10.16

This commit is contained in:
Danny Rawlins 2017-03-02 22:18:19 +11:00
parent 578f3b4890
commit 5f86bfe62a
4 changed files with 12 additions and 12 deletions

View File

@ -8,8 +8,8 @@ drwxr-xr-x root/root usr/lib32/dbus/
-rwsr-x--- root/messagebus usr/lib32/dbus/dbus-daemon-launch-helper
-rw-r--r-- root/root usr/lib32/libdbus-1.a
-rwxr-xr-x root/root usr/lib32/libdbus-1.la
lrwxrwxrwx root/root usr/lib32/libdbus-1.so -> libdbus-1.so.3.14.9
lrwxrwxrwx root/root usr/lib32/libdbus-1.so.3 -> libdbus-1.so.3.14.9
-rwxr-xr-x root/root usr/lib32/libdbus-1.so.3.14.9
lrwxrwxrwx root/root usr/lib32/libdbus-1.so -> libdbus-1.so.3.14.10
lrwxrwxrwx root/root usr/lib32/libdbus-1.so.3 -> libdbus-1.so.3.14.10
-rwxr-xr-x root/root usr/lib32/libdbus-1.so.3.14.10
drwxr-xr-x root/root usr/lib32/pkgconfig/
-rw-r--r-- root/root usr/lib32/pkgconfig/dbus-1.pc

View File

@ -1 +1 @@
3f7b013ce8f641cd4c897acda0ef3467 dbus-1.10.14.tar.gz
7f06c43736874c1ff50ae20392955511 dbus-1.10.16.tar.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub
RWSwxGo/zH7eXSUgIplxncOeFlptTjuYB1B6Y6SFWZ4Pzh8kCY8AKG/DC883djUqxHwe6rCQwTRU1vIwP82k7gbl0IBSl6fHiw4=
SHA256 (Pkgfile) = 88d58ad3fe48a429842d821d61604494c2bdafe3c6495216812a7b678795ca13
SHA256 (.footprint) = c5d726894b16bf53612358af78c050af0c6e1274e0a3956c2b56d7384cbbcc75
SHA256 (dbus-1.10.14.tar.gz) = 23238f70353e38ce5ca183ebc9525c0d97ac00ef640ad29cf794782af6e6a083
RWSwxGo/zH7eXTtb0ryf7Zimhsk2nBTjDX7TtxQ+VmqFWo5l3F/oxgQJmEg1C3NlYGrlJgtBjsjW4LbLubLeDjRzPr+Ba6eqcgw=
SHA256 (Pkgfile) = 69cabbb8dae289bb23cbdb296278023873af537fbcb42e6b8c1d02acca5c1688
SHA256 (.footprint) = 9c0885d06e723416463d7632a669d862a786cf0a0862d3e278c5c7d4d59e88cb
SHA256 (dbus-1.10.16.tar.gz) = a7b0ba6ea3e8d0e08afec5e3030d0245614268276620c536726f8fa6e5c43388

View File

@ -1,15 +1,15 @@
# Description: A message bus system
# URL: http://freedesktop.org/wiki/Software/dbus
# URL: https://freedesktop.org/wiki/Software/dbus
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: expat-32 dbus
name=dbus-32
version=1.10.14
version=1.10.16
release=1
source=(http://dbus.freedesktop.org/releases/dbus/dbus-$version.tar.gz)
source=(https://${name%-*}.freedesktop.org/releases/${name%-*}/${name%-*}-$version.tar.gz)
build() {
cd dbus-$version
cd ${name%-*}-$version
./configure --prefix=/usr \
--libdir=/usr/lib32 \