From 93a0ce562d0bb0a3d196c171d5fc8248f32ae66e Mon Sep 17 00:00:00 2001 From: mreid-tt <943378+mreid-tt@users.noreply.github.com> Date: Fri, 22 Nov 2024 22:49:48 -0400 Subject: [PATCH] Bump syncstorage-rs to v0.17.15 --- cross/syncstorage-rs/Makefile | 2 +- cross/syncstorage-rs/digests | 6 +++--- spk/ffsync/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cross/syncstorage-rs/Makefile b/cross/syncstorage-rs/Makefile index 995903909b6..751cb697345 100644 --- a/cross/syncstorage-rs/Makefile +++ b/cross/syncstorage-rs/Makefile @@ -1,5 +1,5 @@ PKG_NAME = syncstorage-rs -PKG_VERS = 0.17.14 +PKG_VERS = 0.17.15 PKG_EXT = tar.gz PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT) PKG_DIST_SITE = https://github.com/mozilla-services/$(PKG_NAME)/archive/${PKG_VERS} diff --git a/cross/syncstorage-rs/digests b/cross/syncstorage-rs/digests index 2b23653d876..9a24b52d4b8 100644 --- a/cross/syncstorage-rs/digests +++ b/cross/syncstorage-rs/digests @@ -1,3 +1,3 @@ -syncstorage-rs-0.17.14.tar.gz SHA1 0ff135a2c178a9d13c027064f9d463ade24ce7c9 -syncstorage-rs-0.17.14.tar.gz SHA256 ce08a97999652f9f3588b2c4c29b5acdac821e6e005fa840ac9ea029404f63af -syncstorage-rs-0.17.14.tar.gz MD5 20207122c113ddbcf96014a683a441d5 +syncstorage-rs-0.17.15.tar.gz SHA1 8ad56f7cf5d26bfcb8f02160bb420ea815e614cb +syncstorage-rs-0.17.15.tar.gz SHA256 eee17d5b69b59415d83bf3957e3f92da1a4eb0e443e74c39ecac9292be00943f +syncstorage-rs-0.17.15.tar.gz MD5 f1b5a9a54a54d0aefcc9dd472e3a7143 diff --git a/spk/ffsync/Makefile b/spk/ffsync/Makefile index ea57de527c9..4dad458788b 100644 --- a/spk/ffsync/Makefile +++ b/spk/ffsync/Makefile @@ -1,5 +1,5 @@ SPK_NAME = ffsync -SPK_VERS = 0.17.14 +SPK_VERS = 0.17.15 SPK_REV = 3 SPK_ICON = src/ffsync.png @@ -16,7 +16,7 @@ SPK_DEPENDS = MariaDB10:$(PYTHON_PACKAGE) MAINTAINER = SynoCommunity DESCRIPTION = An implementation of the Mozilla Sync-1.5 Server protocol used by the sync service in Firefox 29 and later. You can use Mozilla Sync Server to exchange browser data \(bookmarks, history, open tabs, passwords, add-ons, and the like\) between \'clients\' in a manner that respects a user\'s security and privacy. The service runs on port 8132. DISPLAY_NAME = Mozilla Sync Server -CHANGELOG = "Update Mozilla Sync Server package to v0.17.14." +CHANGELOG = "Update Mozilla Sync Server package to v0.17.15." HOMEPAGE = https://mozilla-services.readthedocs.io/en/latest/howtos/run-sync-1.5.html LICENSE = MPL 2.0