diff --git a/cross/ifuse/Makefile b/cross/ifuse/Makefile index 2ffa1bc8958f..89709def25da 100644 --- a/cross/ifuse/Makefile +++ b/cross/ifuse/Makefile @@ -1,12 +1,9 @@ PKG_NAME = ifuse -PKG_VERS = 1.1.3 -PKG_EXT = tar.gz -PKG_DOWNLOAD_METHOD = git -# commited on Oct 8, 2018 -PKG_GIT_HASH = e75d32c34d0e8b80320f0a007d5ecbb3f55ef7f0 -PKG_DIST_SITE = https://github.com/libimobiledevice/$(PKG_NAME).git -PKG_DIST_FILE = $(PKG_NAME)-git$(PKG_GIT_HASH).$(PKG_EXT) -PKG_DIR = $(PKG_NAME)-git$(PKG_GIT_HASH) +PKG_VERS = 1.1.4 +PKG_EXT = tar.bz2 +PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT) +PKG_DIST_SITE = https://github.com/libimobiledevice/ifuse/releases/download/$(PKG_VERS) +PKG_DIR = $(PKG_NAME)-$(PKG_VERS) DEPENDS = cross/libplist cross/libimobiledevice cross/fuse @@ -15,23 +12,10 @@ COMMENT = A fuse filesystem implementation to access the contents of iOS device LICENSE = LGPL-2.1 GNU_CONFIGURE = 1 -PRE_CONFIGURE_TARGET = ifuse_pre_configure INSTALL_TARGET = ifuse_install -IFUSE_AUTOGEN_ARGS = include ../../mk/spksrc.cross-cc.mk -ifeq ($(findstring $(ARCH),$(ARM_ARCHS)),$(ARCH)) -IFUSE_AUTOGEN_ARGS += --host=arm-linux -endif -ifeq ($(findstring $(ARCH),$(PPC_ARCHS)),$(ARCH)) -IFUSE_AUTOGEN_ARGS += --host=ppc-linux -endif - -.PHONY ifuse_pre_configure: -ifuse_pre_configure: - $(RUN) ./autogen.sh $(IFUSE_AUTOGEN_ARGS) - .PHONY ifuse_install: ifuse_install: $(RUN) $(MAKE) install DESTDIR=$(INSTALL_DIR) diff --git a/cross/ifuse/digests b/cross/ifuse/digests index 5a351faec524..31aea6993c40 100644 --- a/cross/ifuse/digests +++ b/cross/ifuse/digests @@ -1,3 +1,3 @@ -ifuse-gite75d32c34d0e8b80320f0a007d5ecbb3f55ef7f0.tar.gz SHA1 d6c64b2f04f6feb28dbc7e8b438cf745b63c8f93 -ifuse-gite75d32c34d0e8b80320f0a007d5ecbb3f55ef7f0.tar.gz SHA256 11cebbea606fc05cf471ce1032c47bf3840f0d8b42b3a3b963c97ba00ebeb5ec -ifuse-gite75d32c34d0e8b80320f0a007d5ecbb3f55ef7f0.tar.gz MD5 f4639d64c95090c318c456e2ee2ebd0a +ifuse-1.1.4.tar.bz2 SHA1 eecac3d3aee59d2c1f956652f5705b713d160078 +ifuse-1.1.4.tar.bz2 SHA256 3550702ef94b2f5f16c7db91c6b3282b2aed1340665834a03e47458e09d98d87 +ifuse-1.1.4.tar.bz2 MD5 cd31fbd0ea945b2ff1e39eac8d198fdd diff --git a/cross/libimobiledevice/Makefile b/cross/libimobiledevice/Makefile index b07fd0a62964..a0cfc0dc0581 100644 --- a/cross/libimobiledevice/Makefile +++ b/cross/libimobiledevice/Makefile @@ -1,12 +1,9 @@ PKG_NAME = libimobiledevice -PKG_VERS = 1.2.0 -PKG_EXT = tar.gz -PKG_DOWNLOAD_METHOD = git -# with commits on Jun 13, 2019 -PKG_GIT_HASH = 6edc36fccb52a963c9ebfbb44ba7b91570e0fd06 -PKG_DIST_SITE = https://github.com/libimobiledevice/$(PKG_NAME).git -PKG_DIST_FILE = $(PKG_NAME)-git$(PKG_GIT_HASH).$(PKG_EXT) -PKG_DIR = $(PKG_NAME)-git$(PKG_GIT_HASH) +PKG_VERS = 1.3.0 +PKG_EXT = tar.bz2 +PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT) +PKG_DIST_SITE = https://github.com/libimobiledevice/libimobiledevice/releases/download/$(PKG_VERS) +PKG_DIR = $(PKG_NAME)-$(PKG_VERS) DEPENDS = cross/libplist cross/libusbmuxd cross/openssl @@ -15,19 +12,6 @@ COMMENT = A library to communicate with services of Apple iOS devices using nat LICENSE = LGPL-2.1 GNU_CONFIGURE = 1 -PRE_CONFIGURE_TARGET = libimobiledevice_pre_configure -CONFIGURE_ARGS = --disable-largefile --without-cython -LIBIMOBILEDEVICE_AUTOGEN_ARGS = $(CONFIGURE_ARGS) +CONFIGURE_ARGS = --without-cython include ../../mk/spksrc.cross-cc.mk - -ifeq ($(findstring $(ARCH),$(ARM_ARCHS)),$(ARCH)) - LIBIMOBILEDEVICE_AUTOGEN_ARGS += --host=arm-linux -endif -ifeq ($(findstring $(ARCH),$(PPC_ARCHS)),$(ARCH)) - LIBIMOBILEDEVICE_AUTOGEN_ARGS += --host=ppc-linux -endif - -.PHONY: libimobiledevice_pre_configure -libimobiledevice_pre_configure: - $(RUN) NOCONFIGURE=1 ./autogen.sh $(LIBIMOBILEDEVICE_AUTOGEN_ARGS) diff --git a/cross/libimobiledevice/PLIST b/cross/libimobiledevice/PLIST index 5b7986954931..b90e502691c9 100644 --- a/cross/libimobiledevice/PLIST +++ b/cross/libimobiledevice/PLIST @@ -14,7 +14,8 @@ bin:bin/idevicenotificationproxy bin:bin/idevicepair bin:bin/ideviceprovision bin:bin/idevicescreenshot +bin:bin/idevicesetlocation bin:bin/idevicesyslog -lnk:lib/libimobiledevice.so -lnk:lib/libimobiledevice.so.6 -lib:lib/libimobiledevice.so.6.0.0 +lnk:lib/libimobiledevice-1.0.so +lnk:lib/libimobiledevice-1.0.so.6 +lib:lib/libimobiledevice-1.0.so.6.0.0 diff --git a/cross/libimobiledevice/digests b/cross/libimobiledevice/digests index f992f6043aac..f199c2760729 100644 --- a/cross/libimobiledevice/digests +++ b/cross/libimobiledevice/digests @@ -1,3 +1,3 @@ -libimobiledevice-git6edc36fccb52a963c9ebfbb44ba7b91570e0fd06.tar.gz SHA1 67155689b4d05bef94a8d590448a9057f1941159 -libimobiledevice-git6edc36fccb52a963c9ebfbb44ba7b91570e0fd06.tar.gz SHA256 9e1da1c3186055f8e3e024f37737494ef110b9de57a27f18672b49b6b7ea33dd -libimobiledevice-git6edc36fccb52a963c9ebfbb44ba7b91570e0fd06.tar.gz MD5 3f445afcc913ab193d6aebc8136db9db +libimobiledevice-1.3.0.tar.bz2 SHA1 783e928dd77f53a259da6a40fc43506ae0c42de6 +libimobiledevice-1.3.0.tar.bz2 SHA256 53f2640c6365cd9f302a6248f531822dc94a6cced3f17128d4479a77bd75b0f6 +libimobiledevice-1.3.0.tar.bz2 MD5 c50a3a32acf33dc8c9ec88137ad12ec4 diff --git a/cross/libplist/Makefile b/cross/libplist/Makefile index 40c803f83fbc..68a72ab60648 100644 --- a/cross/libplist/Makefile +++ b/cross/libplist/Makefile @@ -1,31 +1,17 @@ PKG_NAME = libplist -PKG_VERS = 2.1.0 -PKG_EXT = tar.gz -PKG_DIST_NAME = $(PKG_VERS).$(PKG_EXT) -PKG_DIST_SITE = https://github.com/libimobiledevice/$(PKG_NAME)/archive -PKG_DIST_FILE = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT) +PKG_VERS = 2.2.0 +PKG_EXT = tar.bz2 +PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT) +PKG_DIST_SITE = https://github.com/libimobiledevice/libplist/releases/download/$(PKG_VERS) PKG_DIR = $(PKG_NAME)-$(PKG_VERS) DEPENDS = -HOMEPAGE = https://github.com/libimobiledevice/libplist/ +HOMEPAGE = https://github.com/libimobiledevice/libplist COMMENT = A small portable C library to handle Apple Property List files in binary or XML. LICENSE = LGPL-2.1 GNU_CONFIGURE = 1 -PRE_CONFIGURE_TARGET = libplist_pre_configure CONFIGURE_ARGS = --without-cython -LIBPLIST_AUTOGEN_ARGS = $(CONFIGURE_ARGS) include ../../mk/spksrc.cross-cc.mk - -ifeq ($(findstring $(ARCH),$(ARM_ARCHS)),$(ARCH)) -LIBPLIST_AUTOGEN_ARGS += --host=arm-linux -endif -ifeq ($(findstring $(ARCH),$(PPC_ARCHS)),$(ARCH)) -LIBPLIST_AUTOGEN_ARGS += --host=ppc-linux -endif - -.PHONY: libplist_pre_configure -libplist_pre_configure: - $(RUN) ; NOCONFIGURE=1 ./autogen.sh $(LIBPLIST_AUTOGEN_ARGS) diff --git a/cross/libplist/PLIST b/cross/libplist/PLIST index 5414ec81a311..ccbecb038336 100644 --- a/cross/libplist/PLIST +++ b/cross/libplist/PLIST @@ -1,7 +1,7 @@ bin:bin/plistutil -lnk:lib/libplist.so -lnk:lib/libplist.so.3 -lib:lib/libplist.so.3.2.0 -lnk:lib/libplist++.so -lnk:lib/libplist++.so.3 -lib:lib/libplist++.so.3.2.0 +lnk:lib/libplist++-2.0.so +lnk:lib/libplist++-2.0.so.3 +lib:lib/libplist++-2.0.so.3.3.0 +lnk:lib/libplist-2.0.so +lnk:lib/libplist-2.0.so.3 +lib:lib/libplist-2.0.so.3.3.0 diff --git a/cross/libplist/digests b/cross/libplist/digests index ceb4cee62dde..80c5dc8eca47 100644 --- a/cross/libplist/digests +++ b/cross/libplist/digests @@ -1,3 +1,3 @@ -libplist-2.1.0.tar.gz SHA1 4ced7eae4b3e0d8f132f094435089a4bf61f4ff2 -libplist-2.1.0.tar.gz SHA256 4b33f9af3f9208d54a3c3e1a8c149932513f451c98d1dd696fe42c06e30b7f03 -libplist-2.1.0.tar.gz MD5 051a93535f3b825eea5cdf284257e16d +libplist-2.2.0.tar.bz2 SHA1 a92830a3286442f9ea2eac02db81fcfb149a0812 +libplist-2.2.0.tar.bz2 SHA256 4a5517e5377ec421df84c586ba85bb4e1d26f11ad203d7d450a907c0156fbd9a +libplist-2.2.0.tar.bz2 MD5 63cc49401521662c94cd4107898c744c diff --git a/cross/libusb/Makefile b/cross/libusb/Makefile index 85e1337b5771..1c6026edbc50 100644 --- a/cross/libusb/Makefile +++ b/cross/libusb/Makefile @@ -1,11 +1,14 @@ PKG_NAME = libusb PKG_VERS = 1.0.23 -PKG_EXT = tar.gz -PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT) -PKG_DIST_SITE = https://github.com/libusb/libusb/archive -PKG_DIST_FILE = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT) +PKG_EXT = tar.bz2 +PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT) +PKG_DIST_SITE = https://github.com/libusb/libusb/releases/download/v$(PKG_VERS) PKG_DIR = $(PKG_NAME)-$(PKG_VERS) +# this is the latest version that builds with C99 compiler. +# libusb >= v1.0.24 needs C11 compiler (not supported by OLD_PPC_ARCHS and ARMv5_ARCHS). +# qoriq has C11 compiler, but fails with "configure: error: Linux netlink header not found" + DEPENDS = HOMEPAGE = https://libusb.info/ @@ -13,20 +16,6 @@ COMMENT = C library that provides generic access to USB devices. It is intended LICENSE = LGPL-2.1 GNU_CONFIGURE = 1 -PRE_CONFIGURE_TARGET = libusb_pre_configure CONFIGURE_ARGS = --disable-udev --disable-debug-log --disable-examples-build -LIBUSB_AUTOGEN_ARGS = $(CONFIGURE_ARGS) include ../../mk/spksrc.cross-cc.mk - - -ifeq ($(findstring $(ARCH),$(ARM_ARCHS)),$(ARCH)) -LIBUSB_AUTOGEN_ARGS += --host=arm-linux -endif -ifeq ($(findstring $(ARCH),$(PPC_ARCHS)),$(ARCH)) -LIBUSB_AUTOGEN_ARGS += --host=ppc-linux -endif - -.PHONY: libusb_pre_configure -libusb_pre_configure: - $(RUN) ; ./autogen.sh $(LIBUSB_AUTOGEN_ARGS) diff --git a/cross/libusb/digests b/cross/libusb/digests index 5c1a8cea947c..b89372c33b17 100644 --- a/cross/libusb/digests +++ b/cross/libusb/digests @@ -1,3 +1,3 @@ -libusb-1.0.23.tar.gz SHA1 c8ebcc7d0a14f910151b3066326d8ba126894b88 -libusb-1.0.23.tar.gz SHA256 02620708c4eea7e736240a623b0b156650c39bfa93a14bcfa5f3e05270313eba -libusb-1.0.23.tar.gz MD5 009e75e0ef3ed54ebbc085468feeec28 +libusb-1.0.23.tar.bz2 SHA1 0140200398306b5e91c294d4a3c0f63aa0ef07b3 +libusb-1.0.23.tar.bz2 SHA256 db11c06e958a82dac52cf3c65cb4dd2c3f339c8a988665110e0d24d19312ad8d +libusb-1.0.23.tar.bz2 MD5 1e29700f6a134766d32b36b8d1d61a95 diff --git a/cross/libusbmuxd/Makefile b/cross/libusbmuxd/Makefile index 9f4b42108b4a..a68a08e577f7 100644 --- a/cross/libusbmuxd/Makefile +++ b/cross/libusbmuxd/Makefile @@ -1,9 +1,8 @@ PKG_NAME = libusbmuxd -PKG_VERS = 2.0.1 -PKG_EXT = tar.gz -PKG_DIST_NAME = $(PKG_VERS).$(PKG_EXT) -PKG_DIST_SITE = https://github.com/libimobiledevice/$(PKG_NAME)/archive -PKG_DIST_FILE = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT) +PKG_VERS = 2.0.2 +PKG_EXT = tar.bz2 +PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT) +PKG_DIST_SITE = https://github.com/libimobiledevice/libusbmuxd/releases/download/$(PKG_VERS) PKG_DIR = $(PKG_NAME)-$(PKG_VERS) DEPENDS = cross/libplist @@ -13,19 +12,6 @@ COMMENT = A client library to multiplex connections from and to iOS devices by LICENSE = LGPL-2.1 GNU_CONFIGURE = 1 -PRE_CONFIGURE_TARGET = libusbmuxd_pre_configure CONFIGURE_ARGS = ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes -LIBUSBMUXD_AUTOGEN_ARGS = include ../../mk/spksrc.cross-cc.mk - -ifeq ($(findstring $(ARCH),$(ARM_ARCHS)),$(ARCH)) - LIBUSBMUXD_AUTOGEN_ARGS += --host=arm-linux -endif -ifeq ($(findstring $(ARCH),$(PPC_ARCHS)),$(ARCH)) - LIBUSBMUXD_AUTOGEN_ARGS += --host=ppc-linux -endif - -.PHONY: libusbmuxd_pre_configure -libusbmuxd_pre_configure: - $(RUN) NOCONFIGURE=1 ./autogen.sh $(LIBUSBMUXD_AUTOGEN_ARGS) diff --git a/cross/libusbmuxd/PLIST b/cross/libusbmuxd/PLIST index 68d7e1ab2a34..ccdd747391cd 100644 --- a/cross/libusbmuxd/PLIST +++ b/cross/libusbmuxd/PLIST @@ -1,5 +1,5 @@ bin:bin/inetcat bin:bin/iproxy -lnk:lib/libusbmuxd.so -lnk:lib/libusbmuxd.so.6 -lib:lib/libusbmuxd.so.6.0.0 +lnk:lib/libusbmuxd-2.0.so +lnk:lib/libusbmuxd-2.0.so.6 +lib:lib/libusbmuxd-2.0.so.6.0.0 diff --git a/cross/libusbmuxd/digests b/cross/libusbmuxd/digests index 46ba0cb945c8..08d6f6259b1c 100644 --- a/cross/libusbmuxd/digests +++ b/cross/libusbmuxd/digests @@ -1,3 +1,3 @@ -libusbmuxd-2.0.1.tar.gz SHA1 e48593d1b444399b7e6d476d775a53f461cb25a2 -libusbmuxd-2.0.1.tar.gz SHA256 f93faf3b3a73e283646f4d62b3421aeccf58142266b0eb22b2b13dd4b2362eb8 -libusbmuxd-2.0.1.tar.gz MD5 d99194d65f4fb46aa61a01efe15faaf1 +libusbmuxd-2.0.2.tar.bz2 SHA1 e3c2c846471ba7c171c01d87cb37d379d53d5f02 +libusbmuxd-2.0.2.tar.bz2 SHA256 cc6a808553da4efa9fa5638be256d5ae020498795d9d260d280b87074e799b20 +libusbmuxd-2.0.2.tar.bz2 MD5 f1ae06b1342a7a795cc3a4fc76750f6e diff --git a/cross/usbmuxd/Makefile b/cross/usbmuxd/Makefile index 95aacd05a064..960639b7a176 100644 --- a/cross/usbmuxd/Makefile +++ b/cross/usbmuxd/Makefile @@ -1,12 +1,9 @@ PKG_NAME = usbmuxd -PKG_VERS = 1.1.0 -PKG_EXT = tar.gz -PKG_DOWNLOAD_METHOD = git -# with commits on Oct 4, 2019 -PKG_GIT_HASH = c41226df521de464a89f3d027f3e67d13d10d96f -PKG_DIST_SITE = https://github.com/libimobiledevice/$(PKG_NAME).git -PKG_DIST_FILE = $(PKG_NAME)-git$(PKG_GIT_HASH).$(PKG_EXT) -PKG_DIR = $(PKG_NAME)-git$(PKG_GIT_HASH) +PKG_VERS = 1.1.1 +PKG_EXT = tar.bz2 +PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT) +PKG_DIST_SITE = https://github.com/libimobiledevice/usbmuxd/releases/download/$(PKG_VERS) +PKG_DIR = $(PKG_NAME)-$(PKG_VERS) DEPENDS = cross/libplist cross/libimobiledevice cross/libusb @@ -15,19 +12,6 @@ COMMENT = A socket daemon to multiplex connections from and to iOS devices. LICENSE = LGPL-2.1 GNU_CONFIGURE = 1 -PRE_CONFIGURE_TARGET = usbmuxd_pre_configure CONFIGURE_ARGS = ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes -USBMUXD_AUTOGEN_ARGS = --without-cpython include ../../mk/spksrc.cross-cc.mk - -ifeq ($(findstring $(ARCH),$(ARM_ARCHS)),$(ARCH)) -USBMUXD_AUTOGEN_ARGS += --host=arm-linux -endif -ifeq ($(findstring $(ARCH),$(PPC_ARCHS)),$(ARCH)) -USBMUXD_AUTOGEN_ARGS += --host=ppc-linux -endif - -.PHONY: usbmuxd_pre_configure -usbmuxd_pre_configure: - $(RUN) NOCONFIGURE=1 ./autogen.sh $(USBMUXD_AUTOGEN_ARGS) diff --git a/cross/usbmuxd/PLIST b/cross/usbmuxd/PLIST index e0e2dc5017c2..de903dd8e3cf 100644 --- a/cross/usbmuxd/PLIST +++ b/cross/usbmuxd/PLIST @@ -1,2 +1 @@ -bin:bin/iproxy bin:sbin/usbmuxd diff --git a/cross/usbmuxd/digests b/cross/usbmuxd/digests index 16eba38dc6ea..058ee276b64e 100644 --- a/cross/usbmuxd/digests +++ b/cross/usbmuxd/digests @@ -1,3 +1,3 @@ -usbmuxd-gitc41226df521de464a89f3d027f3e67d13d10d96f.tar.gz SHA1 c38b35763e55892a686697c7c8b9b79501b2ffa9 -usbmuxd-gitc41226df521de464a89f3d027f3e67d13d10d96f.tar.gz SHA256 a4c85665bc2b2a826d40b116a30d38b99f52878b2ea2f126b02fda9b25d7c623 -usbmuxd-gitc41226df521de464a89f3d027f3e67d13d10d96f.tar.gz MD5 67fe21410264af814ba768789ffde0ef +usbmuxd-1.1.1.tar.bz2 SHA1 5e5783215d136d0a601505b0379a2bc25b42fcc6 +usbmuxd-1.1.1.tar.bz2 SHA256 c0ec9700172bf635ccb5bed98daae607d2925c2bc3597f25706ecd9dfbfd2d9e +usbmuxd-1.1.1.tar.bz2 MD5 7450ab28776dcd10b593c9a4243e6755 diff --git a/spk/itools/Makefile b/spk/itools/Makefile index 8c05f7802b7d..90a331361c76 100644 --- a/spk/itools/Makefile +++ b/spk/itools/Makefile @@ -1,7 +1,8 @@ SPK_NAME = itools -SPK_VERS = 1.2 -SPK_REV = 4 +SPK_VERS = 2.0 +SPK_REV = 5 SPK_ICON = src/itools.png + # A collection of tools from ifuse and usbmuxd projects of libimobiledevice.org # There exists no source code package "itools" and therefore no cross/itools project DEPENDS = cross/usbmuxd cross/ifuse @@ -11,10 +12,9 @@ MAINTAINER = bxxxjxxg MAINTAINER_URL = https://www.linkedin.com/in/bingjing-chang/ DISTRIBUTOR = SynoCommunity DISTRIBUTOR_URL = https://synocommunity.com -DESCRIPTION = "This package mounts an iOSĀ® device \(connected by USB\) to a shared folder of your Diskstation. You can access such folders locally or from remote with Synology FileStation. Some command line tools are included to communicate with connected devices." -RELOAD_UI = no +DESCRIPTION = "This package contains tools of libimobiledevice to mount an iOSĀ® device \(connected by USB\) to a shared folder of your Diskstation. You can access such folders locally or from remote with Synology FileStation. Some command line tools are included to communicate with connected devices." DISPLAY_NAME = iOS Access -CHANGELOG = "Update openssl to 1.1." +CHANGELOG = "1. Update usb tools and imobile device libraries to v2.0
2. Update openssl to 1.1.1l." HOMEPAGE = https://www.libimobiledevice.org LICENSE = LGPL 2.1 @@ -51,7 +51,6 @@ SPK_COMMANDS += bin/inetcat SPK_COMMANDS += bin/iproxy SPK_COMMANDS += bin/plistutil - include ../../mk/spksrc.spk.mk .PHONY: itools_extra_install diff --git a/spk/itools/src/itools.png b/spk/itools/src/itools.png index 98e5e9c3e3dd..d3e47769d7f7 100644 Binary files a/spk/itools/src/itools.png and b/spk/itools/src/itools.png differ