Skip to content

Commit a26280b

Browse files
committed
Merge #10325: 0.15.0 Depends Updates
355c116 [depends] dbus 1.10.18 (fanquake) a8d7474 [depends] ccache 3.3.4 (fanquake) daeb767 [depends] libevent 2.1.8-stable (fanquake) d78269a [depends] Boost 1.64.0 (fanquake) 7d92c6f [depends] Latest config.guess and config.sub (fanquake) Tree-SHA512: c63cdffabb1f57b7efd71c85f845c30ce00cda56f6d665f935674f3324563a7364f3bc30c105a1ee1064f1d24eb7345d7e44791cd471094dcc5e20f307fec4cb
2 parents 4b766fc + 355c116 commit a26280b

File tree

6 files changed

+30
-18
lines changed

6 files changed

+30
-18
lines changed

depends/config.guess

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Attempt to guess a canonical system name.
33
# Copyright 1992-2017 Free Software Foundation, Inc.
44

5-
timestamp='2017-01-01'
5+
timestamp='2017-03-05'
66

77
# This file is free software; you can redistribute it and/or modify it
88
# under the terms of the GNU General Public License as published by
@@ -837,10 +837,11 @@ EOF
837837
UNAME_PROCESSOR=`/usr/bin/uname -p`
838838
case ${UNAME_PROCESSOR} in
839839
amd64)
840-
echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
841-
*)
842-
echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
840+
UNAME_PROCESSOR=x86_64 ;;
841+
i386)
842+
UNAME_PROCESSOR=i586 ;;
843843
esac
844+
echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
844845
exit ;;
845846
i*:CYGWIN*:*)
846847
echo ${UNAME_MACHINE}-pc-cygwin
@@ -1343,6 +1344,9 @@ EOF
13431344
NSR-?:NONSTOP_KERNEL:*:*)
13441345
echo nsr-tandem-nsk${UNAME_RELEASE}
13451346
exit ;;
1347+
NSX-?:NONSTOP_KERNEL:*:*)
1348+
echo nsx-tandem-nsk${UNAME_RELEASE}
1349+
exit ;;
13461350
*:NonStop-UX:*:*)
13471351
echo mips-compaq-nonstopux
13481352
exit ;;

depends/config.sub

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Configuration validation subroutine script.
33
# Copyright 1992-2017 Free Software Foundation, Inc.
44

5-
timestamp='2017-01-01'
5+
timestamp='2017-04-02'
66

77
# This file is free software; you can redistribute it and/or modify it
88
# under the terms of the GNU General Public License as published by
@@ -263,7 +263,7 @@ case $basic_machine in
263263
| fido | fr30 | frv | ft32 \
264264
| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
265265
| hexagon \
266-
| i370 | i860 | i960 | ia64 \
266+
| i370 | i860 | i960 | ia16 | ia64 \
267267
| ip2k | iq2000 \
268268
| k1om \
269269
| le32 | le64 \
@@ -315,6 +315,7 @@ case $basic_machine in
315315
| ubicom32 \
316316
| v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
317317
| visium \
318+
| wasm32 \
318319
| we32k \
319320
| x86 | xc16x | xstormy16 | xtensa \
320321
| z8k | z80)
@@ -388,7 +389,7 @@ case $basic_machine in
388389
| h8300-* | h8500-* \
389390
| hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
390391
| hexagon-* \
391-
| i*86-* | i860-* | i960-* | ia64-* \
392+
| i*86-* | i860-* | i960-* | ia16-* | ia64-* \
392393
| ip2k-* | iq2000-* \
393394
| k1om-* \
394395
| le32-* | le64-* \
@@ -446,6 +447,7 @@ case $basic_machine in
446447
| v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
447448
| vax-* \
448449
| visium-* \
450+
| wasm32-* \
449451
| we32k-* \
450452
| x86-* | x86_64-* | xc16x-* | xps100-* \
451453
| xstormy16-* | xtensa*-* \
@@ -948,6 +950,9 @@ case $basic_machine in
948950
nsr-tandem)
949951
basic_machine=nsr-tandem
950952
;;
953+
nsx-tandem)
954+
basic_machine=nsx-tandem
955+
;;
951956
op50n-* | op60c-*)
952957
basic_machine=hppa1.1-oki
953958
os=-proelf
@@ -1243,6 +1248,9 @@ case $basic_machine in
12431248
basic_machine=a29k-wrs
12441249
os=-vxworks
12451250
;;
1251+
wasm32)
1252+
basic_machine=wasm32-unknown
1253+
;;
12461254
w65*)
12471255
basic_machine=w65-wdc
12481256
os=-none

depends/packages/boost.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package=boost
2-
$(package)_version=1_63_0
3-
$(package)_download_path=https://sourceforge.net/projects/boost/files/boost/1.63.0
2+
$(package)_version=1_64_0
3+
$(package)_download_path=https://dl.bintray.com/boostorg/release/1.64.0/source/
44
$(package)_file_name=$(package)_$($(package)_version).tar.bz2
5-
$(package)_sha256_hash=beae2529f759f6b3bf3f4969a19c2e9d6f0c503edcb2de4a61d1428519fcb3b0
5+
$(package)_sha256_hash=7bcc5caace97baa948931d712ea5f37038dbb1c5d89b43ad4def4ed7cb683332
66

77
define $(package)_set_vars
88
$(package)_config_opts_release=variant=release

depends/packages/dbus.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package=dbus
2-
$(package)_version=1.10.14
3-
$(package)_download_path=http://dbus.freedesktop.org/releases/dbus
2+
$(package)_version=1.10.18
3+
$(package)_download_path=https://dbus.freedesktop.org/releases/dbus
44
$(package)_file_name=$(package)-$($(package)_version).tar.gz
5-
$(package)_sha256_hash=23238f70353e38ce5ca183ebc9525c0d97ac00ef640ad29cf794782af6e6a083
5+
$(package)_sha256_hash=6049ddd5f3f3e2618f615f1faeda0a115104423a7996b7aa73e2f36e38cc514a
66
$(package)_dependencies=expat
77

88
define $(package)_set_vars

depends/packages/libevent.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package=libevent
2-
$(package)_version=2.1.7
2+
$(package)_version=2.1.8-stable
33
$(package)_download_path=https://github.com/libevent/libevent/archive/
4-
$(package)_file_name=release-$($(package)_version)-rc.tar.gz
5-
$(package)_sha256_hash=548362d202e22fe24d4c3fad38287b4f6d683e6c21503341373b89785fa6f991
4+
$(package)_file_name=release-$($(package)_version).tar.gz
5+
$(package)_sha256_hash=316ddb401745ac5d222d7c529ef1eada12f58f6376a66c1118eee803cb70f83d
66

77
define $(package)_preprocess_cmds
88
./autogen.sh

depends/packages/native_ccache.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package=native_ccache
2-
$(package)_version=3.3.3
2+
$(package)_version=3.3.4
33
$(package)_download_path=https://samba.org/ftp/ccache
44
$(package)_file_name=ccache-$($(package)_version).tar.bz2
5-
$(package)_sha256_hash=2985bc5e32ebe38d2958d508eb54ddcad39eed909489c0c2988035214597ca54
5+
$(package)_sha256_hash=fa9d7f38367431bc86b19ad107d709ca7ecf1574fdacca01698bdf0a47cd8567
66

77
define $(package)_set_vars
88
$(package)_config_opts=

0 commit comments

Comments
 (0)