Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ffsync: Update syncstorage-rs to v0.17.15 #6228

Merged
merged 5 commits into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cross/diesel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ CARGO_BUILD_ARGS += --features=mysql
# do not read settings from bin/mysql_conf
export "MYSQL_DB_SOCKET=/run/mysqld/mysqld10.sock"

# mysqlclient-sys: to find libmysqlclient
ENV += MYSQLCLIENT_LIB_DIR=$(STAGING_INSTALL_PREFIX)/lib
# let ./configure find mysql_config (it is a script and works for cross compile)
ENV += "PATH=$(PATH):$(STAGING_INSTALL_PREFIX)/bin"
# to find dependencies of libmysqlclient (libz)
ENV += RUSTFLAGS="-Clink-arg=-Wl,--rpath,$(INSTALL_PREFIX)/lib -Clink-arg=-Wl,--rpath-link,$(STAGING_INSTALL_PREFIX)/lib"

Expand Down
2 changes: 1 addition & 1 deletion cross/syncstorage-rs/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = syncstorage-rs
PKG_VERS = 0.17.3
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}
Expand Down
6 changes: 3 additions & 3 deletions cross/syncstorage-rs/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
syncstorage-rs-0.17.3.tar.gz SHA1 e6da28070110db3ca84288944ba7a91724c594f8
syncstorage-rs-0.17.3.tar.gz SHA256 ebf25922bca64d6a0acfc25a8aee400cd0ac0f39ebe1315251fe67a59ff20964
syncstorage-rs-0.17.3.tar.gz MD5 2954ee9715062ea1ca8bc3f56dcb46af
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
6 changes: 3 additions & 3 deletions spk/ffsync/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = ffsync
SPK_VERS = 0.17.3
SPK_REV = 2
SPK_VERS = 0.17.15
SPK_REV = 3
SPK_ICON = src/ffsync.png

DEPENDS = cross/syncstorage-rs cross/diesel
Expand All @@ -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.3."
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
Expand Down