-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Releases: SynoCommunity/spksrc
Mono 6.12 Package Archive
11aa36a Archive of Mono 6.12 packages.
To keep the package repository small, we will drop some large packages that we believe are no longer needed.
In particular, packages for x64 and aarch64 are not needed due to the support of .NET Core.
If you still want to use those, you can manually download and install the packages here.
To find the "arch" of a Synology Model see Package Architectures.
- spk files named
mono.v20.f5644*are for DSM 5.2 - spk files named
mono.v20.f7742*are for SRM 1.2 - spk files named
mono.v20.f15047*are for DSM 6.1+ - spk files named
mono.v20.f42661*are for DSM 7.1+
grafik Mono 6.12.0.182-20
Cross platform, open source .NET development framework.
Release Date: 2023年03月31日 19:01:57
Assets 14
Mono 5.8 Package Archive
8cfc10f Archive of the last Mono 5.8 packages.
To keep the package repository small, we will drop some large packages that we believe are no longer needed.
If you still want to use those, you can manually download and install the packages here.
To find the "arch" of a Synology Model see Package Architectures.
- spk files named
mono.v11.f5644*are for DSM 5.2 - spk files named
mono.v11.f15047*are for DSM 6.1+
grafik Mono 5.8.0.108-11
Cross platform, open source .NET development framework.
Release Date: 2021年12月28日 01:41:28
Assets 10
Mono 5.20 Package Archive
8cfc10f Archive of the last Mono 5.20 packages.
To keep the package repository small, we will drop some large packages that we believe are no longer needed.
If you still want to use those, you can manually download and install the packages here.
To find the "arch" of a Synology Model see Package Architectures.
- spk files named
mono.v19.f5644*are for DSM 5.2 - spk files named
mono.v19.f15047*are for DSM 6.1+ - spk files named
mono.v19.f42661*are for DSM 7.1+
grafik Mono 5.20.1.34-19
Cross platform, open source .NET development framework.
Release Date: 2023年02月20日 04:40:25
Assets 12
SRM 1.3 Kernels
0f22372 Provide SRM 1.3 kernel packages, extracted from Synology GPL Source archives.
original archives are about 1.8 GB and downloaded from:
https://archive.synology.com/download/ToolChain/Synology%20NAS%20GPL%20Source/1.3-9346
The archives of the required kernel sources are about 90 MB.
The kernel files contain a part (the linux-* folder) of the gpl source archives and are created like this:
for arch in cypress dakota hawkeye ipq806x; do
echo "Create ${arch}-linux-4.4.x.txz"
mkdir -p synogpl-9346-${arch}
cd synogpl-9346-${arch}
sudo tar -xjpf ../synogpl-9346-${arch}.tbz
cd source
tar -cJf ../../${arch}-linux-4.4.x.txz linux-4.4.x
cd ../..
done
Assets 6
SRM 1.2 Kernels
0f22372 Provide SRM 1.2 kernel packages, extracted from Synology GPL Source archives.
original archives are about 1.7 GB and downloaded from:
https://sourceforge.net/projects/dsgpl/files/Synology%20Router%20GPL%20Source/7742branch/
The archives of the required kernel sources are about 90 MB.
Despite we have kernel sources for dakota and northstarplus archs we are lacking the related toolchains.
The kernel files contain a part (the linux-* folder) of the gpl source archives and are created like this:
for northstarplus addional package for linux 3.6.x is provided
for arch in dakota ipq806x northstarplus; do
echo "Create ${arch}-linux-4.4.x.txz"
mkdir -p synogpl-7742-${arch}
cd synogpl-7742-${arch}
sudo tar -xjpf ../synogpl-7742-${arch}.tbz
cd source
tar -cJf ../../${arch}-linux-4.4.x.txz linux-4.4.x
cd ../..
done
Assets 6
Domoticz Package Archive
f158587 Related to "Removal of python38 and domoticz #6631"
Latest version of domoticz packages before removal in spksrc.
- spk files named domoticz.11.f15407* are for DSM 6.1+
- spk files named domoticz.11.f42661* are for DSM 7.1+
- spk files named domoticz.11.f7742* are for SRM 1.2
To find the "arch" of a Synology Model see Package Architectures.
icon_72 Domoticz v2020.2-11
Domoticz is a Home Automation System that lets you monitor and configure various devices like: Lights, Switches, various sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water and much more. Notifications/Alerts can be sent to any mobile device.
Version 2020.2-11
1. Update domoticz to v2020.2
2. Update openssl to 1.1.1t.
3. Update bundled python to 3.8.16.
4. Fix DSM 6 installer.
Date
2023年05月17日 21:33:03
Assets 14
rust toolchains for qoriq
3ddacb4 rust with qoriq toolchains work only for target powerpc-unknown-linux-gnuspe
The toolchains are built in toolchain/syno-qoriq-6.2.4 like:
make RUST_BUILD_TOOLCHAIN=1 RUST_BUILD_VERSION=1.82.0
and after successful build, the archives are created like:
tar -C work/rust/build/x86_64-unknown-linux-gnu/stage2 --exclude=src --exclude=rustc-src -cvJf 1.82.0-powerpc-unknown-linux-gnuspe.txz .
08.03.2025 updated with stable- prefix.
and after successful build, the archives are created like:
tar -C work/rust/build/x86_64-unknown-linux-gnu/stage2 --exclude=src --exclude=rustc-src -cvJf stable-1.82.0-powerpc-unknown-linux-gnuspe.txz .
Assets 5
SRM 1.3 Toolchains
6b1b259 Provide SRM 1.3 toolchains extracted from toolkit archives.
the toolchain files contain a part of the toolkit archives and are created like this:
mkdir ds.ipq806x-1.3.env
cd ds.ipq806x-1.3.env
sudo tar x -f ../ds.ipq806x-1.3.env.tgz
sudo chown root:root -R ./ds.ipq806x-1.3.env/usr/local/arm-unknown-linux-gnueabi
cd ./ds.ipq806x-1.3.env/usr/local/
tar -cJvf ../../../ipq806x-gcc1030_glibc232_srm-1.3.tar.xz arm-unknown-linux-gnueabi
mkdir ds.dakota-1.3.env
cd ds.dakota-1.3.env
sudo tar x -f ../ds.dakota-1.3.env.tgz
cd ./usr/local/
sudo chown root:root -R ./arm-unknown-linux-gnueabi
tar -cJvf ../../../dakota-gcc1030_glibc232_srm-1.3.tar.xz arm-unknown-linux-gnueabi
mkdir ds.cypress-1.3.env
cd ds.cypress-1.3.env
sudo tar x -f ../ds.cypress-1.3.env.tgz
cd ./usr/local/
sudo chown root:root -R ./aarch64-unknown-linux-gnu
tar -cJvf ../../../cypress-gcc1030_glibc232_srm-1.3.tar.xz aarch64-unknown-linux-gnu
mkdir ds.hawkeye-1.3.env
cd ds.hawkeye-1.3.env
sudo tar x -f ../ds.hawkeye-1.3.env.tgz
cd ./usr/local/
sudo chown root:root -R ./arm-unknown-linux-gnueabi
tar -cJvf ../../../hawkeye-gcc1030_glibc232_srm-1.3.tar.xz arm-unknown-linux-gnueabi
Assets 6
DSM 6.2.4 Toolchains
82b2f61 Provide DSM 6.2.4 Toolchains since Synology might remove those in October 2024.
6281-gcc464_glibc215_88f6281-GPL.txzis for88f6281-6.2.4alpine-gcc493_glibc220_hard-GPL.txzis foralpine-6.2.4alpine4k-gcc493_glibc220_hard-GPL.txzis foralpine4k-6.2.4apollolake-gcc493_glibc220_linaro_x86_64-GPL.txzis forapollolake-6.2.4armada370-gcc493_glibc220_hard-GPL.txzis forarmada370-6.2.4armada375-gcc493_glibc220_hard-GPL.txzis forarmada375-6.2.4armada37xx-gcc494_glibc220_armv8-GPL.txzis forarmada37xx-6.2.4armada38x-gcc493_glibc220_hard-GPL.txzis forarmada38x-6.2.4andarmv7-6.2.4armadaxp-gcc493_glibc220_hard-GPL.txzis forarmadaxp-6.2.4avoton-gcc493_glibc220_linaro_x86_64-GPL.txzis foravoton-6.2.4braswell-gcc493_glibc220_linaro_x86_64-GPL.txzis forbraswell-6.2.4broadwell-gcc493_glibc220_linaro_x86_64-GPL.txzis forbroadwell-6.2.4broadwellnk-gcc493_glibc220_linaro_x86_64-GPL.txzis forbroadwellnk-6.2.4bromolow-gcc493_glibc220_linaro_x86_64-GPL.txzis forbromolow-6.2.4cedarview-gcc493_glibc220_linaro_x86_64-GPL.txzis forcedarview-6.2.4comcerto2k-gcc493_glibc220_hard-GPL.txzis forcomcerto2k-6.2.4denverton-gcc493_glibc220_linaro_x86_64-GPL.txzis fordenverton-6.2.4evansport-gcc493_glibc220_linaro_i686-GPL.txzis forevansport-6.2.4geminilake-gcc493_glibc220_linaro_x86_64-GPL.txzis forgeminilake-6.2.4grantley-gcc493_glibc220_linaro_x86_64-GPL.txzis forgrantley-6.2.4hi3535-gcc483_glibc219_hi3535-GPL.txzis forhi3535-6.2.4kvmx64-gcc493_glibc220_linaro_x86_64-GPL.txzis forkvmx64-6.2.4monaco-gcc493_glibc220_hard-GPL.txzis formonaco-6.2.4purley-gcc493_glibc220_linaro_x86_64-GPL.txzis forpurley-6.2.4qoriq-gcc493_glibc220_hard_qoriq-GPL.txzis forqoriq-6.2.4rtd1296-gcc494_glibc220_armv8-GPL.txzis forrtd1296-6.2.4andaarch64-6.2.4v1000-gcc493_glibc220_linaro_x86_64-GPL.txzis forv1000-6.2.4x64-gcc493_glibc220_linaro_x86_64-GPL.txzis forx64-6.2.4andx86-6.2.4
Assets 30
transmission
a0aa33f Provide a source archive for transmission (4.0.6) that includes the submodules
the archive is created with the script
- create_transmission_archive_with_submodules.sh
transmission-4.0.6 is missing the linked submodules (#6126)
hopefully further releases of transmission will provide complete source archive