-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
synocli Disk: update tools and add s3backer (#5032)
* synocli-disk: add s3backer - add s3backer - add s3backer diyspk - add patch for older compilers * update s3backer to v2.1.1 - update s3backer - update dependency to cross/openssl3 * update tools: - update dar to v2.7.14 - update ddcrescue to v1.28 - update dua to v2.29.0 - update ncdu to v1.19 * cross/attr: remove obsolete comments
- Loading branch information
Showing
28 changed files
with
201 additions
and
330 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
PKG_NAME = phc-winner-argon2 | ||
PKG_VERS = 20190702 | ||
PKG_EXT = tar.gz | ||
PKG_DIST_NAME = $(PKG_VERS).$(PKG_EXT) | ||
PKG_DIST_SITE = https://github.com/P-H-C/phc-winner-argon2/archive | ||
PKG_DIST_FILE = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT) | ||
PKG_DIR = $(PKG_NAME)-$(PKG_VERS) | ||
|
||
DEPENDS = | ||
|
||
HOMEPAGE = https://github.com/P-H-C/phc-winner-argon2/ | ||
COMMENT = The password hash Argon2, winner of PHC. | ||
LICENSE = Apache 2.0 | ||
|
||
CONFIGURE_TARGET = nop | ||
|
||
ENV += DESTDIR=$(INSTALL_DIR) | ||
ENV += PREFIX=$(INSTALL_PREFIX) | ||
# avoid host machine specific library path: | ||
ENV += LIBRARY_REL=lib | ||
|
||
include ../../mk/spksrc.cross-cc.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
lnk:lib/libargon2.so | ||
lib:lib/libargon2.so.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
phc-winner-argon2-20190702.tar.gz SHA1 4b1de90ec1ccfb6e91001e849f2cbe0222cc8b4c | ||
phc-winner-argon2-20190702.tar.gz SHA256 daf972a89577f8772602bf2eb38b6a3dd3d922bf5724d45e7f9589b5e830442c | ||
phc-winner-argon2-20190702.tar.gz MD5 0f234cc21ac6cebfe373da6afa70bb1d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
attr-2.4.47.src.tar.gz SHA1 5060f0062baee6439f41a433325b8b3671f8d2d8 | ||
attr-2.4.47.src.tar.gz SHA256 25772f653ac5b2e3ceeb89df50e4688891e21f723c460636548971652af0a859 | ||
attr-2.4.47.src.tar.gz MD5 84f58dec00b60f2dc8fd1c9709291cc7 | ||
attr-2.5.2.tar.xz SHA1 dfced877779583861401389eea82dfeb88cb5d3a | ||
attr-2.5.2.tar.xz SHA256 f2e97b0ab7ce293681ab701915766190d607a1dba7fae8a718138150b700a70b | ||
attr-2.5.2.tar.xz MD5 4da9c1d25394946434e5913f49d778b6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
dar-2.5.22.tar.gz SHA1 502b15a74e0ad1323b9b46b85b6a304d15f7a5ad | ||
dar-2.5.22.tar.gz SHA256 5d2f4f4664c4ea2c9f509838f21f47a955e1444dfd7df06e0546fa75eafc0b3d | ||
dar-2.5.22.tar.gz MD5 b51dbdfce3882cc6ddd5ec4bf6e3ad6b | ||
dar-2.7.14.tar.gz SHA1 6c87630992cb63f28e2014f7b7d8a0e50e9af488 | ||
dar-2.7.14.tar.gz SHA256 40d4dba44260df3a8ddce1e61f411ea9ab43c2cfc47bd83ab868c939d19dc582 | ||
dar-2.7.14.tar.gz MD5 268f9e3c799eff1fcc2881baf7e45beb |
Oops, something went wrong.