Commit Graph

22 Commits

Author SHA1 Message Date
Christian Schulthess
379aa2e583
Merge pull request #1 from vegardit/master
update
2023-06-03 15:59:11 +02:00
divx118
01b185673d Fixed building for 7.1 and 7.2 dsm versions. Fix when the chroot couldn't acces /dev which resulted in a build error complaining about not being root. This happened on some synology NAS models. 2023-05-14 19:32:45 +02:00
sebthom
278673a980 Avoid downloading of DSTRootCAX3_Extended.crt which randomly hangs 2022-11-14 15:52:09 +01:00
Nickolai Zeldovich
e527a5a244 Fix build for DSM_VER=7.1 2022-11-14 15:52:09 +01:00
samczsun
7afd1e18d1
Fix certificate verification issue when building
Use the workaround suggested by Rob Stradling here:
https://mta.openssl.org/pipermail/openssl-users/2021-October/014402.html

Fixes #109
2022-01-16 02:40:44 -08:00
Matige
3ff66ceec2 Remove temporary workaround for some architectures
The implementation of Is64BitPlatform in pkgscripts-ng has been improved and the workaround is no longer needed.
2021-04-05 13:26:46 +02:00
Matige
7999e50941 Improve support for DSM 7.0 2021-02-06 19:51:59 +01:00
Matige
0f29464e44 Add support for DSM 7.0 2021-01-31 19:55:53 +01:00
Matige
b8ca535353 Fix detection of crypto_memneq function definitions in tool chain 2021-01-06 17:26:03 +01:00
Matige
f0b83daf9d
Apply memneq patch only for platforms that require it (#67)
This fixes problems with memneq patches for DSM 7.
2021-01-04 12:39:58 +01:00
Andreas Runfalk
01e5b49442 Ignore memneq patch for DSM 7 2021-01-02 17:35:17 +01:00
Andreas Runfalk
2552d88cb4 Added kvmx64 to memneq patch ignore list 2020-12-30 19:59:50 +01:00
Andreas Runfalk
c1e08d900f Added workaround for geminilake, purley, v1000 and broadwellnk 2020-12-30 18:29:31 +01:00
Andreas Runfalk
d7cda29156 Added support for building DSM 7 preview 2020-12-30 15:27:04 +01:00
Matige
e3178f8c3c Exclude Geminilake platform from memneq patch
NAS with Geminilake has built in memneq support so the patch should not be applied
2020-12-27 00:02:36 +01:00
Andreas Runfalk
9b30cb8720 Added debug prints of which version the build script tries to use 2020-08-15 14:18:33 +02:00
Raman Gupta
85a284523a get package versions at runtime, leverage Docker volumes to improve file cache reuse to speed up runtime 2020-08-15 14:11:07 +02:00
Andreas Runfalk
18ad88b490 rtd1296 architecture has memneq (fixes #26) 2020-01-01 14:49:21 +01:00
Andreas Runfalk
4148ac07f3 Fix broken memneq check 2019-07-16 17:41:39 +02:00
Andreas Runfalk
fe41bdd6de Added denverton to list of architectures with HAS_MEMNEQ=1 2019-07-16 15:14:24 +02:00
Andreas Runfalk
b2c1d37b73 Added support for apollolake builds 2019-03-22 16:11:03 +01:00
Andreas Runfalk
3f9f4f11ff Added Dockerfile to simplify compilation process (see #1) 2019-03-22 14:11:09 +01:00