Skip to content

Commit

Permalink
Merge pull request omniti-labs#85 from citrus-it/dbus
Browse files Browse the repository at this point in the history
dbus: update to 1.11.14
  • Loading branch information
oetiker authored Jul 19, 2017
2 parents e0fc1c3 + 2e7ce7a commit 55fa1a5
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build/dbus/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
. ../../lib/functions.sh

PROG=dbus
VER=1.11.12
VER=1.11.14
PKG=dbus ##IGNORE##
SUMMARY="$PROG - IPC-based message notifications"
DESC="$SUMMARY"
Expand Down Expand Up @@ -81,6 +81,7 @@ download_source $PROG $PROG $VER
patch_source
prep_build
build
run_testsuite check
make_isa_stub
post_install

Expand Down
50 changes: 50 additions & 0 deletions build/dbus/testsuite.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
Making check in dbus
Making check in bus
Making check in tools
Making check in test
Making check in .
GEN copy-config-local
-- No need to copy test data as srcdir = builddir
GEN uninstalled-config-local
PASS: test-shell 1
PASS: test-shell 2
PASS: test-shell 3
PASS: test-shell 4
PASS: test-shell 5
PASS: test-shell 6
PASS: test-shell 7
PASS: test-shell 8
PASS: test-shell 9
PASS: test-shell 10
PASS: test-shell 11
PASS: test-printf 1
PASS: test-printf 2
PASS: test-printf 3
PASS: test-printf 4
PASS: test-printf 5
PASS: test-printf 6
PASS: test-printf 7
============================================================================
Testsuite summary for dbus 1.11.14
============================================================================
# TOTAL: 18
# PASS: 18
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
Making check in name-test
============================================================================
Testsuite summary for dbus 1.11.14
============================================================================
# TOTAL: 0
# PASS: 0
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
Making check in doc
2 changes: 1 addition & 1 deletion build/jeos/omnios-userland.p5m
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ depend fmri=system/install/[email protected],5.11-@PVER@ type=incorporate
depend fmri=system/install/[email protected],5.11-@PVER@ type=incorporate
depend fmri=system/[email protected],5.11-@PVER@ type=incorporate
depend fmri=system/library/c++/[email protected],5.11-@PVER@ type=incorporate
depend fmri=system/library/[email protected].12,5.11-@PVER@ type=incorporate
depend fmri=system/library/[email protected],5.11-@PVER@ type=incorporate
depend fmri=system/library/[email protected],5.11-@PVER@ type=incorporate
depend fmri=system/library/[email protected],5.11-@PVER@ type=incorporate
depend fmri=system/library/[email protected],5.11-@PVER@ type=incorporate
Expand Down
2 changes: 1 addition & 1 deletion doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
| shell/pipe-viewer | 1.6.6 | http://www.ivarch.com/programs/pv.shtml
| shell/tcsh | 6.20.0 | http://www.tcsh.org/
| shell/zsh | 5.3.1 | http://zsh.sourceforge.net/News/
| system/library/dbus | 1.11.12 | https://www.freedesktop.org/wiki/Software/dbus/#index5h1
| system/library/dbus | 1.11.14 | https://www.freedesktop.org/wiki/Software/dbus/#index5h1
| system/library/pcap | 1.8.1 | http://www.tcpdump.org/#latest-releases
| system/management/ipmitool | 1.8.18 | https://sourceforge.net/projects/ipmitool/
| system/management/snmp/net-snmp | 5.7.3 | http://www.net-snmp.org/download.html
Expand Down

0 comments on commit 55fa1a5

Please sign in to comment.