MonetDB Testing Download Area

Icon  Name                    Last modified      Size  Description
[PARENTDIR] Parent Directory - [DIR] Fedora/ 2025-03-27 13:22 - MonetDB Fedora RPMs & YUM repository [DIR] Windows/ 2025-03-27 13:22 - MonetDB Windows installers [DIR] deb/ 2025-03-24 15:35 - MonetDB Debian and Ubuntu repository [DIR] epel/ 2025-03-27 13:25 - MonetDB EPEL (Red Hat, CentOS, Scientific Linux) RPMs & YUM repository [TXT] relnotes.html 2025-03-24 15:35 7.6K Preliminary release notes [TXT] relnotes.md 2025-03-24 14:03 7.0K [DIR] sources/ 2025-03-27 13:22 - MonetDB source distributions

This directory contains release candidates for testing. The versions found here are unsupported, although feedback is greatly appreciated.

In various directories there is a file SHA256SUM which contains the sha256 checksum of the files in that directory. This SHA256SUM file is signed using the key of which the public part is available in the file MonetDB-GPG-KEY. This key is also available from keyservers:

gpg --recv-key 0x0583366F

You can then download the SHA256SUM file and check that it hasn't been tampered with:

gpg --verify SHA256SUM

Among other output, you should see the message

gpg: Good signature from "MonetDB Database System Packager <monet@cwi.nl>"

You should also see the message that the signature was made using the DSA key ID 0583366F (same number as mentioned above).

After this, you can verify that the downloaded files are correct:

sha256sum --check SHA256SUM

For all files you downloaded, you should see the name of the file followed by the work "OK".

In addition, all RPM files and DEB packages are also signed with this key. See the Fedora, epel (for Enterprise Linux), and deb (for Debian and Ubuntu) directories for more details.