Replace SHA1 hashes of port downloads with SHA256

Now SHA256 has been shown to be an adequate replacement for SHA1, use
SHA256 for verifying all port downloads.

Ref #2767
This commit is contained in:
Ehmry - 2018-05-07 16:45:50 +02:00 committed by Christian Helmuth
parent e36ddaf659
commit 72cb71c827
166 changed files with 187 additions and 187 deletions

View File

@ -1 +1 @@
fbf9086843359c2f94b5e0a9891abfc51dc3dbe6
386db79cbd4039ea2e3cbf028fac095a1bc96c31

View File

@ -2,7 +2,7 @@ LICENSE := GPLv2
VERSION := 1.0
DOWNLOADS := fiasco.archive
URL(fiasco) := http://downloads.sourceforge.net/project/genode/3rd/3rd_fiasco.tar.bz2
SHA(fiasco) := 0e7e24ab8ff2780b1854e3a6372b9a9c09c5b47d
SHA(fiasco) := b5737901001e6ab09adecf03914c0a7e04f03a2d561e9b2c7a12f3c92edc7dd0
DIR(fiasco) := src/kernel/fiasco
PATCHES := $(shell find $(REP_DIR)/patches -name *.patch)
PATCH_OPT := -p0 -d src/kernel/fiasco

View File

@ -1 +1 @@
0cffcbd05f45c95a6e3346cb944a75fe5d6e86a2
cbf5e3e886256787ed0472a37a3f182511375874

View File

@ -3,7 +3,7 @@ VERSION := 2.1.1
DOWNLOADS := okl4.archive
URL(okl4) := https://genode.org/files/okl4_2.1.1-patch.9.tar.gz
SHA(okl4) := ff3062344fd6b0a3bd69d99583aa271d3bb13911
SHA(okl4) := 9c5bc4f80c22c214ec6a11f46e4acdffc4a541e10c5c96858926431fe8f3823e
DIR(okl4) := src/kernel/okl4
PATCHES := $(sort $(wildcard $(REP_DIR)/patches/*.patch))

View File

@ -1 +1 @@
9d32d78a9e2488f993723b6d1d353dec2bc55e24
f827ba01d076d257560e426ba18ad0f1de2cbdff

View File

@ -8,7 +8,7 @@ DOWNLOADS := audio.archive
SRC_DIR_AUDIO := src/lib/audio
VERSION_AUDIO := 5.9
URL(audio) := http://mirror.switch.ch/ftp/pub/OpenBSD/$(VERSION_AUDIO)/sys.tar.gz
SHA(audio) := 65080ae5524ffed903dac7ecb49c1c4955afbc7f
SHA(audio) := 868775750a405c252d1ba78df69d6ebb101ccb26e776d5407a087ec030970baa
DIR(audio) := $(SRC_DIR_AUDIO)
TAR_OPT(audio) := --strip-components=2 --files-from $(REP_DIR)/audio.list
HASH_INPUT += $(REP_DIR)/audio.list

View File

@ -1 +1 @@
7f9bd747fe1d1ca7e19a46100b0f4d125698a5d4
d949e3ff95edad7b8d9862cd6a1a515816e9b8b4

View File

@ -33,7 +33,7 @@ usb.archive: dwc_otg.git
SRC_DIR_USB := src/lib/usb
VERSION_USB := 4.4.3
URL(usb) := https://www.kernel.org/pub/linux/kernel/v4.x/linux-$(VERSION_USB).tar.xz
SHA(usb) := 336d66925a15ce9077cbf2c38acbdc6c2644e33f
SHA(usb) := 0b379cb19bbd7e38fc5a9a000ea927db55cce519a7400ec7fa705c581a6491dd
DIR(usb) := $(SRC_DIR_USB)
TAR_OPT(usb) := --strip-components=1 --files-from - < <(sed 's/-x.x.x/-$(VERSION_USB)/g' $(REP_DIR)/usb.list)
HASH_INPUT += $(REP_DIR)/usb.list
@ -52,7 +52,7 @@ DIR(dwc_otg) := $(SRC_DIR_USB)/drivers/usb/host/dwc_otg
SRC_DIR_INTEL_FB := src/drivers/framebuffer/intel
VERSION_INTEL_FB := 4.4.3
URL(intel_fb) := https://www.kernel.org/pub/linux/kernel/v4.x/linux-$(VERSION_INTEL_FB).tar.xz
SHA(intel_fb) := 336d66925a15ce9077cbf2c38acbdc6c2644e33f
SHA(intel_fb) := 0b379cb19bbd7e38fc5a9a000ea927db55cce519a7400ec7fa705c581a6491dd
DIR(intel_fb) := $(SRC_DIR_INTEL_FB)
TAR_OPT(intel_fb) := --strip-components=1 --files-from - < <(sed 's/-x.x.x/-$(VERSION_INTEL_FB)/g' $(REP_DIR)/intel_fb.list)
HASH_INPUT += $(REP_DIR)/intel_fb.list
@ -63,7 +63,7 @@ HASH_INPUT += $(REP_DIR)/intel_fb.list
SRC_DIR_WIFI := src/lib/wifi
VERSION_WIFI := 4.4.3
URL(wifi) := https://www.kernel.org/pub/linux/kernel/v4.x/linux-$(VERSION_WIFI).tar.xz
SHA(wifi) := 336d66925a15ce9077cbf2c38acbdc6c2644e33f
SHA(wifi) := 0b379cb19bbd7e38fc5a9a000ea927db55cce519a7400ec7fa705c581a6491dd
DIR(wifi) := $(SRC_DIR_WIFI)
TAR_OPT(wifi) := --strip-components=1 --files-from - < <(sed 's/-x.x.x/-$(VERSION_WIFI)/g' $(REP_DIR)/wifi.list)
HASH_INPUT += $(REP_DIR)/wifi.list
@ -74,7 +74,7 @@ HASH_INPUT += $(REP_DIR)/wifi.list
SRC_DIR_LXIP := src/lib/lxip
VERSION_LXIP := 4.4.3
URL(lxip) := https://www.kernel.org/pub/linux/kernel/v4.x/linux-$(VERSION_LXIP).tar.xz
SHA(lxip) := 336d66925a15ce9077cbf2c38acbdc6c2644e33f
SHA(lxip) := 0b379cb19bbd7e38fc5a9a000ea927db55cce519a7400ec7fa705c581a6491dd
DIR(lxip) := $(SRC_DIR_LXIP)
TAR_OPT(lxip) := --strip-components=1 --files-from - < <(sed 's/-x.x.x/-$(VERSION_LXIP)/g' $(REP_DIR)/lxip.list)
HASH_INPUT += $(REP_DIR)/lxip.list
@ -85,7 +85,7 @@ HASH_INPUT += $(REP_DIR)/lxip.list
SRC_DIR_FEC := src/drivers/nic/fec
VERSION_FEC := 4.4.3
URL(fec) := https://www.kernel.org/pub/linux/kernel/v4.x/linux-$(VERSION_FEC).tar.xz
SHA(fec) := 336d66925a15ce9077cbf2c38acbdc6c2644e33f
SHA(fec) := 0b379cb19bbd7e38fc5a9a000ea927db55cce519a7400ec7fa705c581a6491dd
DIR(fec) := $(SRC_DIR_FEC)
TAR_OPT(fec) := --strip-components=1 --files-from - < <(sed 's/-x.x.x/-$(VERSION_FEC)/g' $(REP_DIR)/fec.list)
HASH_INPUT += $(REP_DIR)/fec.list
@ -94,7 +94,7 @@ HASH_INPUT += $(REP_DIR)/fec.list
# libnl sources
#
URL(libnl) := https://github.com/thom311/libnl/releases/download/libnl3_2_25/libnl-3.2.25.tar.gz
SHA(libnl) := b7a4981f7edf7398256d35fd3c0b87bc84ae27d1
SHA(libnl) := 8beb7590674957b931de6b7f81c530b85dc7c1ad8fbda015398bc1e8d1ce8ec5
DIR(libnl) := src/lib/libnl
@ -116,63 +116,63 @@ generate_libnl_files: $(DOWNLOADS)
# wpa_supplicant sources
#
URL(wpa_supplicant) := https://w1.fi/releases/wpa_supplicant-2.2.tar.gz
SHA(wpa_supplicant) := 0c2ff4fd2e2f6325147cca0357d6c9f524efa26a
SHA(wpa_supplicant) := e0d8b8fd68a659636eaba246bb2caacbf53d22d53b2b6b90eb4b4fef0993c8ed
DIR(wpa_supplicant) := src/app/wpa_supplicant
#
# Firmware images for iwlwifi Intel Wireless 3160
#
URL(fw_3160) := https://wireless.wiki.kernel.org/_media/en/users/drivers/iwlwifi-3160-ucode-16.242414.0.tgz
SHA(fw_3160) := 4777e85d75d3dc17ba40dd32f30cd9ebdcf9e533
SHA(fw_3160) := ea2f272f40b7a76fde049449813a5d6e323769efd603acd303d1e9a4e0e57820
DIR(fw_3160) := firmware
#
# Firmware images for iwlwifi Ultimate-N 6300 and Advanced-N 6200
#
URL(fw_6000) := https://wireless.wiki.kernel.org/_media/en/users/drivers/iwlwifi-6000-ucode-9.221.4.1.tgz
SHA(fw_6000) := a888cf54974702594e82bcbfca20c26d8f906e9f
SHA(fw_6000) := 7f04623231663dc4ee63df32fd890bfa9514dce1fab9dc7a25fda90350da836b
DIR(fw_6000) := firmware
#
# Firmware images for iwlwifi Advanced-N 6205
#
URL(fw_6205a) := https://wireless.wiki.kernel.org/_media/en/users/drivers/iwlwifi-6000g2a-ucode-18.168.6.1.tgz
SHA(fw_6205a) := a542c82dba96e0bfb1b0e01817a59575c5c87fc4
SHA(fw_6205a) := a7f2615756addafbf3e6912cb0265f9650b2807d1ccdf54b620735772725bbe9
DIR(fw_6205a) := firmware
#
# Firmware images for iwlwifi Advanced-N 6230 / 6235 and Wireless-N 130 / 1030
#
URL(fw_6205b) := https://wireless.wiki.kernel.org/_media/en/users/drivers/iwlwifi-6000g2b-ucode-18.168.6.1.tgz
SHA(fw_6205b) := f4c72b75ae8415661182d63154234dc0a55bc3db
SHA(fw_6205b) := 1683c76b52c3505205447c338603ad08611fcc2da024f476e56e1298b4f10bea
DIR(fw_6205b) := firmware
#
# Firmware images for iwlwifi Wireless 7260
#
URL(fw_7260) := https://wireless.wiki.kernel.org/_media/en/users/drivers/iwlwifi-7260-ucode-16.242414.0.tgz
SHA(fw_7260) := e167ae4d3ed5ac5ca4d8b5f154d47324809717e6
SHA(fw_7260) := 3bf102cd3ea8a720bef89dca120c94aa5ff34bcc756413fc5982a39613641d84
DIR(fw_7260) := firmware
#
# Firmware images for iwlwifi Wireless 7265
#
URL(fw_7265) := https://wireless.wiki.kernel.org/_media/en/users/drivers/iwlwifi-7265-ucode-16.242414.0.tgz
SHA(fw_7265) := 2a408809f51d552aa2c5d26c9a582d7729ce612b
SHA(fw_7265) := 2d599b091fa81b66a3e2cb1e607e060a8e82d178d26f3077146ce5483d798d65
DIR(fw_7265) := firmware
#
# Firmware images for iwlwifi Wireless 8260
#
URL(fw_8260) := https://wireless.wiki.kernel.org/_media/en/users/drivers/iwlwifi-8000-ucode-16.242414.0.tgz
SHA(fw_8260) := ec5ee829aeebab93e1228848a7675e4469ab3ce2
SHA(fw_8260) := 802d7406354016b98d1b485f0446b5a16c4ac795278315a55a7b901b223cb871
DIR(fw_8260) := firmware
#
# Firmware images for iwlwifi Wireless-N 1000
#
URL(fw_1000) := https://wireless.wiki.kernel.org/_media/en/users/drivers/iwlwifi-1000-ucode-39.31.5.1.tgz
SHA(fw_1000) := 6b2d9e0fe18ffa98c8335f989833ef12a2f4604b
SHA(fw_1000) := ed0f1fbc2571c8da9a0cd9410fa8883494a9e1ac469d5000bc2c9dceaf83c970
DIR(fw_1000) := firmware
https://wireless.wiki.kernel.org/_media/en/users/drivers/iwlwifi-1000-ucode-39.31.5.1.tgz

View File

@ -1 +1 @@
cd8c5b5513ba384e52be2cfc54ee4435439b57d2
f8a09be26aab3e6c501bebe6991c9b223265df4c

View File

@ -3,7 +3,7 @@ VERSION := 20160212
DOWNLOADS := acpica.archive
URL(acpica) := http://acpica.org/sites/acpica/files/acpica-unix2-$(VERSION).tar.gz
SHA(acpica) := 9b4ceb8562952c16bfb70c567429509504f388b8
SHA(acpica) := c0c68c7a8e9b1f4f66895b5950023042cb8e619fd92dab288010c8bd023d3270
DIR(acpica) := src/lib/acpica
PATCHES := src/lib/acpica/acpica.patch

View File

@ -1 +1 @@
aac3680adeff7cb60bf7d04f6a17ee4592400a72
dd6a52df6468b15b6044ac1c710bc1ff3be2bd83

View File

@ -3,7 +3,7 @@ DOWNLOADS := bzip2.archive
VERSION := 1.0.6
URL(bzip2) := http://bzip.org/$(VERSION)/bzip2-$(VERSION).tar.gz
SHA(bzip2) := 3f89f861209ce81a6bab1fd1998c0ef311712002
SHA(bzip2) := a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd
DIR(bzip2) := src/lib/libbz2
DIRS := include/libbz2

View File

@ -1 +1 @@
959827ad03a64dceb37fc8368dbc6346a75b9be9
f5940c1268e94043b7665988b0bdf11442662ef5

View File

@ -3,5 +3,5 @@ DOWNLOADS := ccid.archive
VERSION := 1.4.24
URL(ccid) := https://alioth.debian.org/frs/download.php/file/4171/ccid-$(VERSION).tar.bz2
SHA(ccid) := b01e975fd49e277b392b4ec43936ab24d4838e99
SHA(ccid) := 62cb73c6c009c9799c526f05a05e25f00f0ad86d50f82a714dedcfbf4a7e4176
DIR(ccid) := src/lib/ccid

View File

@ -1 +1 @@
babb8fef029e681848beb828b1b89bc86f77cbfe
782b9a29f26b92a1bfb7f6177b6a4e2c792da205

View File

@ -3,7 +3,7 @@ DOWNLOADS := curl.archive
VERSION := 7.29.0
URL(curl) := http://curl.haxx.se/download/curl-$(VERSION).tar.gz
SHA(curl) := 6f5fd02bd9db83d5a1e2f52c8fa3566a60eda4f1
SHA(curl) := 67dc5b952ac489191b62dbe95b18d336b821649f61404a280186c72e8cd0b9d6
SIG(curl) := ${URL(curl)}.asc
KEY(curl) := daniel@haxx.se
DIR(curl) := src/lib/curl

View File

@ -1 +1 @@
5b417fa601a0be8b80734f45a3d25012a22eb21d
783c1989a4f3d05c375075d054ae0359b20de147

View File

@ -6,12 +6,12 @@ GITHUB_PATH = https://raw.githubusercontent.com/KhronosGroup/EGL-Registry/5804dc
URL(egl.h) := $(GITHUB_PATH)/EGL/egl.h
NAME(egl.h) := include/EGL/egl.h
SHA(egl.h) := 572914c13175b1317dc18ae5ef6b6714c2fcad76
SHA(egl.h) := ac71f423a7e7f1d39fe980aa8bf3c60eccf31c323d8ac5f734895783cdad6e99
URL(eglext.h) := $(GITHUB_PATH)/EGL/eglext.h
NAME(eglext.h) := include/EGL/eglext.h
SHA(eglext.h) := 1667d58f56fd2676e3d6ea9f62849f1fccb1649c
SHA(eglext.h) := 38d7bb0e3d4554f84daa742c1f648c840b5975ef18a8f5b19a7ee834145f89f1
URL(khrplatform.h) := $(GITHUB_PATH)/KHR/khrplatform.h
NAME(khrplatform.h) := include/KHR/khrplatform.h
SHA(khrplatform.h) := 8e0d9a99eb3053b448f4166beee7e3bf77631332
SHA(khrplatform.h) := 890c04e4cc75739666aa8ff989a0a37b7f11d9e0ec60bc362b40f91835d11b5c

View File

@ -1 +1 @@
53dc847fa7f5822884fcb1edb0feacbf2bf79af1
97a451ebdb6d3071b753d6fcd9e5aa6a0eda665f

View File

@ -3,7 +3,7 @@ VERSION := 1.0.1
DOWNLOADS := exfat.archive
URL(exfat) := https://genode.org/files/fuse-exfat-$(VERSION).tar.gz
SHA(exfat) := e24d2322797c26fb3bff5952c23f52f3274e887f
SHA(exfat) := 12ac1ba1b7d4343bef64e7898176705a41cfe3b5a7a179e28549d242e2854758
DIR(exfat) := src/lib/exfat
PATCHES := src/lib/exfat/main.c.patch

View File

@ -1 +1 @@
0ae67ea5d190b4208c8fbda67630f2d219e587dd
eff6ef1bf28d085182756084b4ffbf00ce4fa6ce

View File

@ -3,7 +3,7 @@ DOWNLOADS := expat.archive
VERSION := 2.1.0
URL(expat) := http://sourceforge.net/projects/expat/files/expat/$(VERSION)/expat-$(VERSION).tar.gz
SHA(expat) := b08197d146930a5543a7b99e871cba3da614f6f0
SHA(expat) := 823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86
DIR(expat) := src/lib/expat/contrib
DIRS := include

View File

@ -1 +1 @@
d92b7f32968c8a74dcaf89a47027ade8a4068090
90eca4e74b87cfdb1e4c8c36585390fd9d700761

View File

@ -3,7 +3,7 @@ VERSION := 0.13b
DOWNLOADS := fatfs.archive
URL(fatfs) := http://www.elm-chan.org/fsw/ff/arc/ff13b.zip
SHA(fatfs) := b54f5187c827310b860b758cc5c736f7d728d3fd
SHA(fatfs) := 8c2431cc1838ebc5f35fa3e30934653a2e30c05e5a1952d7fa342c082e80fb93
DIR(fatfs) := src/lib/fatfs
DIRS := include/fatfs

View File

@ -1 +1 @@
77c655dd76559e5fee6adbdde54d6d902e708865
f406cbb77c4d8cd0167a5436988b147dae85734f

View File

@ -3,7 +3,7 @@ DOWNLOADS := ffi.archive
VERSION := 3.2.1
URL(ffi) := https://github.com/libffi/libffi/archive/v$(VERSION).tar.gz
SHA(ffi) := 4d8dabf78a9892f207f2968453d4eceb6c48ec26
SHA(ffi) := 96d08dee6f262beea1a18ac9a3801f64018dc4521895e9198d029d6850febe23
DIR(ffi) := src/lib/ffi
$(call check_tool,sed)

View File

@ -1 +1 @@
a8702454d02682dbbc8fadf40c0ff57dc2ff02dd
35b677031728f8d9728d69ac44623909c1fad92d

View File

@ -8,7 +8,7 @@ BASE_URL := https://sourceforge.net/projects/freetype/files/freetype2
URL(freetype) := $(BASE_URL)/$(VERSION)/freetype-$(VERSION).tar.gz
SIG(freetype) := ${URL(freetype)}.sig
KEY(freetype) := wl@gnu.org
SHA(freetype) := 2c82a4f87b076c13d878129c8651645803585ff4
SHA(freetype) := 3c3fc489c75af93e9f4367951114b0274bddef60d70ffe419b7e22cda210b9c0
DIR(freetype) := src/lib/freetype/contrib
DIRS := include include/freetype

View File

@ -1 +1 @@
45cbe265ef530ce6147f0155989b9f00fbc14420
389935d1fc7c08921e2759067289fa1219f75e20

View File

@ -3,7 +3,7 @@ VERSION := 0.19.5
DOWNLOADS := fribidi.archive
URL(fribidi) := https://download.videolan.org/pub/contrib/fribidi/fribidi-$(VERSION).tar.bz2
SHA(fribidi) := 58445266df185f7e5109f356c0261d41db39182a
SHA(fribidi) := 501231e4260f83fccedae1cafe983a7de87082e3f5387e0b283d016f7f4cb428
DIR(fribidi) := src/lib/fribidi/contrib
DIRS := include/fribidi

View File

@ -1 +1 @@
23abaa066094d67dbd86b93e0fe71ab0158aa2e2
614ff9d3db2aa667fb6a128edf9fba7e56181a32

View File

@ -3,7 +3,7 @@ VERSION := 4.3.2
DOWNLOADS := gmp.archive
URL(gmp) := https://ftp.gnu.org/gnu/gmp/gmp-$(VERSION).tar.bz2
SHA(gmp) := c011e8feaf1bb89158bd55eaabd7ef8fdd101a2c
SHA(gmp) := 936162c0312886c21581002b79932829aa048cfaf9937c6265aeaa14f1cd1775
SIG(gmp) := ${URL(gmp)}.sig
KEY(gmp) := "73D46C3667461E4BD93972495D6D47DFDB899F46 343C2FF0FBEE5EC2EDBEF399F3599FF828C67298"
DIR(gmp) := src/lib/gmp

View File

@ -1 +1 @@
a901c8f0c05a3580a73a6074500ef0518e88b388
893853ee48260f0dc0feb062f5ee7cc28a97be3e

View File

@ -3,7 +3,7 @@ DOWNLOADS := icu.archive
VERSION := 51.2
URL(icu) := http://download.icu-project.org/files/icu4c/$(VERSION)/icu4c-51_2-src.tgz
SHA(icu) := 074a28dfc96d37ce72c831f3e3e2d686f1f76a14
SHA(icu) := deb027a05f1b3bec03298b96fb93b28c84e9683c22e6f94effa67fdc7bd704cc
DIR(icu) := src/lib/icu
DIRS := include/icu/common include/icu/i18n

View File

@ -1 +1 @@
518a548281860815460342cf0e4afec305c07eee
6017e180a44d9c0871764ab328ea9e8539ff5688

View File

@ -3,7 +3,7 @@ VERSION := 1.2.0
DOWNLOADS := jitterentropy.archive
URL(jitterentropy) := http://www.chronox.de/jent/jitterentropy-$(VERSION).tar.xz
SHA(jitterentropy) := b1f8033e515137bb9edcc261aa88f3802489db05
SHA(jitterentropy) := c2cadcc413b9f5f40b6cc0e092933a32585f7db8f28269af2bee794fde8034b2
SIG(jitterentropy) := ${URL(jitterentropy)}.asc
KEY(jitterentropy) := 5F0D446594D2BF6977A9828AF02C639D843B5F11
DIR(jitterentropy) := src/lib/jitterentropy

View File

@ -1 +1 @@
90db4cba4c751abf97744f525117e5813f1d53b9
5effddc20eaedb97cbb7ba3b482e6fc349e55ff9

View File

@ -3,7 +3,7 @@ VERSION := 7
DOWNLOADS := jpeg.archive
URL(jpeg) := http://www.ijg.org/files/jpegsrc.v7.tar.gz
SHA(jpeg) := 88cced0fc3dbdbc82115e1d08abce4e9d23a4b47
SHA(jpeg) := 50b7866206c5be044c4a2b0d7895898f5a58d31b50e16e79cf7dea3b90337ebf
DIR(jpeg) := src/lib/jpeg
DIRS := include/jpeg

View File

@ -1 +1 @@
1ae6249331057cf3c43664351644315ca399de6e
7ce310ea094eb907bb70a4936b60691131e19a2f

View File

@ -3,7 +3,7 @@ VERSION := 3.3.2
DOWNLOADS := libarchive.archive
URL(libarchive) := https://www.libarchive.org/downloads/libarchive-$(VERSION).tar.gz
SHA(libarchive) := 580064227105e30322caa6c67b59e8c8e6060027
SHA(libarchive) := ed2dbd6954792b2c054ccf8ec4b330a54b85904a80cef477a1c74643ddafa0ce
DIR(libarchive) := src/lib/libarchive
DIRS := include/libarchive

View File

@ -1 +1 @@
3a860e68b2ca999d64f965997d2329628dfd46c6
453c3394e14101acc88735246488d154380735ed

View File

@ -3,7 +3,7 @@ VERSION := 11.6
DOWNLOADS := libav.archive
URL(libav) := https://www.libav.org/releases/libav-$(VERSION).tar.gz
SHA(libav) := 4f65d7474a45330ec2d51ad80ab00159515229eb
SHA(libav) := 4df17921e3b87170d54b738f09241833c618d2173415adf398207b43d27e4b28
DIR(libav) := src/lib/libav
SIG(libav) := ${URL(libav)}.asc

View File

@ -1 +1 @@
2e31d538bb1079550c85c3b7e5151f4f2f91db98
c1cce0579aca9e31ade000bfa8ba58826b56cc43

View File

@ -3,5 +3,5 @@ VERSION := 2.4.21
DOWNLOADS := libdrm.archive
URL(libdrm) := http://dri.freedesktop.org/libdrm/libdrm-$(VERSION).tar.bz2
SHA(libdrm) := be7754008424a12e01ab0f0da3deb8de13ad2f0c
SHA(libdrm) := 4e1b612ba3b6b1deae4a8c14946099283e7a00e48a5ab002eaf4312f5a8ba14b
DIR(libdrm) := src/lib/libdrm

View File

@ -1 +1 @@
c9c155548be98de2f3fcf27400838caaee3db765
37159ab4d75cdbca0929fa3fe3ea155f1ce45b83

View File

@ -5,13 +5,13 @@ DOWNLOADS := libgcrypt.archive libgpg-error.archive
COMMON_URL := https://www.gnupg.org/ftp/gcrypt
URL(libgcrypt) := $(COMMON_URL)/libgcrypt/libgcrypt-$(VERSION).tar.bz2
SHA(libgcrypt) := ab8aae5d7a68f8e0988f90e11e7f6a4805af5c8d
SHA(libgcrypt) := c8064cae7558144b13ef0eb87093412380efa16c4ee30ad12ecb54886a524c07
DIR(libgcrypt) := src/lib/libgcrypt
LIBGPG_ERROR_VERSION := 1.27
URL(libgpg-error) := $(COMMON_URL)/libgpg-error/libgpg-error-$(LIBGPG_ERROR_VERSION).tar.bz2
SHA(libgpg-error) := a428758999ff573e62d06892e3d2c0b0f335787c
SHA(libgpg-error) := 4f93aac6fecb7da2b92871bb9ee33032be6a87b174f54abf8ddf0911a22d29d2
DIR(libgpg-error) := src/lib/libgpg-error
HASH_INPUT += $(REP_DIR)/src/lib/libgpg-error/config.h

View File

@ -1 +1 @@
4ed86756ac893a7fdefb5cf7a749aae4e10e9e34
3f5ca36dccc317a4b7f33f0e7b2807781861cbf9

View File

@ -3,7 +3,7 @@ VERSION := 1.14
DOWNLOADS := libiconv.archive
URL(libiconv) := http://ftp.gnu.org/pub/gnu/libiconv/libiconv-$(VERSION).tar.gz
SHA(libiconv) := be7d67e50d72ff067b2c0291311bc283add36965
SHA(libiconv) := 72b24ded17d687193c3366d0ebe7cde1e6b18f0df8c55438ac95be39e8a30613
SIG(libiconv) := ${URL(libiconv)}.sig
KEY(libiconv) := GNU
DIR(libiconv) := src/lib/libiconv

View File

@ -1 +1 @@
9f01eee984f0dc78f5993a618cb4742b383da2b4
79a3d4b50f9bd470760acc14a856de14d87d5255

View File

@ -3,7 +3,7 @@ DOWNLOADS := libpng.archive
VERSION := 1.4.1
URL(libpng) := http://prdownloads.sourceforge.net/libpng/libpng-$(VERSION).tar.gz
SHA(libpng) := 7a3488f5844068d67074f2507dd8a7ed9c69ff04
SHA(libpng) := 0c25e1095805a626d2b1e44aafaed35b43b02d43510f8a84dce3c8b7da0d2417
DIR(libpng) := src/lib/libpng
DIRS := include/libpng

View File

@ -1 +1 @@
a0f714f4389fbdbbc4b9e638d4212c12e69b993a
63335816a3c8163c37af60eace3494b70fbb6ec4

View File

@ -3,7 +3,7 @@ DOWNLOADS := libusb.archive
VERSION := 1.0.20
URL(libusb) := http://prdownloads.sourceforge.net/libusb/libusb-$(VERSION).tar.bz2
SHA(libusb) := 9537243f165927bde74ad742e6b3effb0bd50cd2
SHA(libusb) := cb057190ba0a961768224e4dc6883104c6f945b2bf2ef90d7da39e7c1834f7ff
DIR(libusb) := src/lib/libusb
DIRS := include/libusb

View File

@ -1 +1 @@
8ea4e59e4393072540b6a7a538b369689abec6f4
1cde80292bd8270c2b00d0f02730a014ece9c4d8

View File

@ -3,7 +3,7 @@ DOWNLOADS = libyaml.archive
VERSION = 0.1.7
URL(libyaml) := http://pyyaml.org/download/libyaml/yaml-$(VERSION).tar.gz
SHA(libyaml) := 3590cbf092ef4c71bc0a9b404c00a626b1e04dee
SHA(libyaml) := 8088e457264a98ba451a90b8661fcb4f9d6f478f7265d48322a196cec2480729
DIR(libyaml) := src/lib/yaml
DIRS := include/yaml

View File

@ -1 +1 @@
a54d079f6c86ab9f20e688027afe2619b0df0f90
db8c61d08efef779e25ed3339b11f8230af43ccd

View File

@ -3,7 +3,7 @@ VERSION := 5.1.5
DOWNLOADS := lua.archive
URL(lua) := http://www.lua.org/ftp/lua-$(VERSION).tar.gz
SHA(lua) := b3882111ad02ecc6b972f8c1241647905cb2e3fc
SHA(lua) := 2640fc56a795f29d28ef15e13c34a47e223960b0240e8cb0a82d9b0738695333
DIR(lua) := src/lib/lua
DIRS := include/lua

View File

@ -1 +1 @@
3328c266215d8ee160d99b415ad5d1161b2eac86
d99c3d3929a063031f588dbbc99318fffe00fb98

View File

@ -3,7 +3,7 @@ DOWNLOADS := lz4.archive
VERSION := 1.8.0
URL(lz4) := https://github.com/lz4/lz4/archive/v$(VERSION).tar.gz
SHA(lz4) := 3ef95c78f14ac26a806518846e4a24a2b0d825b4
SHA(lz4) := 2ca482ea7a9bb103603108b5a7510b7592b90158c151ff50a28f1ca8389fccf6
DIR(lz4) := src/lib/lz4
DIRS := include/lz4

View File

@ -1 +1 @@
d4ed8f2823932a7031c52a4e6bf9a1e78585b7bf
aa41251dfb32c023a28e0c320ef93f9dbc997b5b

View File

@ -4,7 +4,7 @@ DOWNLOADS := mesa.archive
URL_BASE := https://mesa.freedesktop.org/archive/older-versions
URL(mesa) := $(URL_BASE)/11.x/$(VERSION)/mesa-$(VERSION).tar.gz
SHA(mesa) := af95222c289615638b3ab2c35564877a57c0c5db
SHA(mesa) := e2453014cd2cc5337a5180cdeffe8cf24fffbb83e20a96888e2b01df868eaae6
DIR(mesa) := src/lib/mesa
TAR_OPT(mesa) := --strip-components=1 --files-from $(REP_DIR)/src/lib/mesa/files.list

View File

@ -1 +1 @@
2c6a0a4faf38975baafd73fb5f63410f4eb507b0
ee372121d61623d9ecf268d819ee4ed1da514262

View File

@ -3,7 +3,7 @@ VERSION := 0.9
DOWNLOADS := mpc.archive
URL(mpc) := http://www.multiprecision.org/downloads/mpc-$(VERSION).tar.gz
SHA(mpc) := 229722d553030734d49731844abfef7617b64f1a
SHA(mpc) := fd3efe422f0d454592059e80f2c00d1a2e381bf2beda424c5094abd4deb049ac
SIG(mpc) := ${URL(mpc)}.asc
KEY(mpc) := AD17A21EF8AED8F1CC02DBD9F7D5C9BF765C61E3
DIR(mpc) := src/lib/mpc

View File

@ -1 +1 @@
ccc9573b7a38d83f43b12165fb4304f75b496433
ae2dea819f3ac4a00ddb9d5815161107bac18572

View File

@ -3,7 +3,7 @@ VERSION := 3.0.0
DOWNLOADS := mpfr.archive
URL(mpfr) := http://www.mpfr.org/mpfr-$(VERSION)/mpfr-$(VERSION).tar.gz
SHA(mpfr) := d45409b4586c7dda9cc0c0953f27e6dd5188a908
SHA(mpfr) := 71333528c0e7f0e86383a618151edc28e745a9fb5dd64e4893aa6e925601d540
SIG(mpfr) := ${URL(mpfr)}.asc
KEY(mpfr) := GNU
DIR(mpfr) := src/lib/mpfr

View File

@ -1 +1 @@
83343537ec66dadb4a0b6063d3e69eae31990064
d277cbb4ae05378721e8d6738ab2459029ddd068

View File

@ -3,7 +3,7 @@ VERSION := 0.9
DOWNLOADS := mupdf.archive
URL(mupdf) := http://mupdf.com/downloads/archive/mupdf-$(VERSION)-source.tar.gz
SHA(mupdf) := 3a3ba42d19e3211199110e7c782263241cdea8a0
SHA(mupdf) := abed825cb1d73e0e28f0a7ee72b5d7a451ba41d21b0c55837ed2a212f3b16b2d
DIR(mupdf) := src/lib/mupdf
DIRS := include/mupdf

View File

@ -1 +1 @@
4f26912a3db5f084a3b6a2890b654e9fa1671c48
7873b9d64c70273277556016c184d86730642706

View File

@ -3,7 +3,7 @@ VERSION := 5.9
DOWNLOADS := ncurses.archive
URL(ncurses) := http://ftp.gnu.org/pub/gnu/ncurses/ncurses-$(VERSION).tar.gz
SHA(ncurses) := 3e042e5f2c7223bffdaac9646a533b8c758b65b5
SHA(ncurses) := 9046298fb440324c9d4135ecea7879ffed8546dd1b58e59430ea07a4633f563b
SIG(ncurses) := ${URL(ncurses)}.sig
DIR(ncurses) := src/lib/ncurses

View File

@ -1 +1 @@
71cbebf263ddf0d9861782e4e46e17ece319c1c0
436966b79dec7c24b28b6bbfa5c356b4f5e3846e

View File

@ -3,7 +3,7 @@ VERSION := 2013.1.13
DOWNLOADS := ntfs-3g.archive
URL(ntfs-3g) := http://tuxera.com/opensource/ntfs-3g_ntfsprogs-$(VERSION).tgz
SHA(ntfs-3g) := 8c12b7644d90ae9fb8d0aca0d7ebd5f8fac2c818
SHA(ntfs-3g) := 4b383f0074a3ab7683339d1f18222b107aaeb4983db119292c43c2b275cefb27
DIR(ntfs-3g) := src/lib/ntfs-3g
PATCHES := src/lib/ntfs-3g/*.patch

View File

@ -1 +1 @@
4831fbbd390bc471302db5c756f91f687a208047
721d101479429b2435349579ba5f2bdea84430b9

View File

@ -4,7 +4,7 @@ DOWNLOADS := openjpeg.archive
URL(openjpeg) := https://github.com/uclouvain/openjpeg/archive/version.$(VERSION).tar.gz
DIR(openjpeg) := src/lib/openjpeg
SHA(openjpeg) := c018900b2203a1c6331ec8b4b5f116a54be973d4
SHA(openjpeg) := 7cc1f5a51dcac7379d083f0ee005c09c876a6795aaeda3608c5c83fecb81fad9
DIRS := include/openjpeg
DIR_CONTENT(include/openjpeg) := src/lib/openjpeg/libopenjpeg/openjpeg.h

View File

@ -1 +1 @@
951ddf41bbf07a2dbf682bbe22934de498f82d4d
d4ff46a8d3b1eb0eaddc635718e99d088330c18c

View File

@ -3,7 +3,7 @@ VERSION := 1.0.1i
DOWNLOADS := openssl.archive
URL(openssl) := https://www.openssl.org/source/old/1.0.1/openssl-$(VERSION).tar.gz
SHA(openssl) := 74eed314fa2c93006df8d26cd9fc630a101abd76
SHA(openssl) := 3c179f46ca77069a6a0bac70212a9b3b838b2f66129cb52d568837fc79d8fcc7
SIG(openssl) := ${URL(openssl)}.asc
KEY(openssl) := "49A563D9 26BB437D F295C759 9C58A66D 2118CF83 F709453B 5A6A9B85"
DIR(openssl) := src/lib/openssl

View File

@ -1 +1 @@
f2d29f6c5f6505f8b13f8c5b129abb3496db5885
721366d846b2206f07e1285bc397b71e27b4a84b

View File

@ -6,7 +6,7 @@ OWNER = imneme
REPO = pcg-c
REV = 03a84f9db5782a3f5a66185836f3db73c832251a
URL(pcg-c) := https://github.com/$(OWNER)/$(REPO)/archive/$(REV).tar.gz
SHA(pcg-c) := 4137d821a99fb8b4b5b0ca2285d14ec071305bd2
SHA(pcg-c) := 7fc826f2430e4b0aca68abc0c2136cee3644e878a611bdaa931388db1a733eda
DIR(pcg-c) := src/lib/pcg-c
_dirs: include/pcg-c/pcg_variants.h

View File

@ -1 +1 @@
fd9a1e46d0a88b0bc0be48ec3d6051d0e0f8baba
11003e42ac571da33b5e657a6500bc2b93884a8a

View File

@ -3,7 +3,7 @@ VERSION := 8.30
DOWNLOADS := pcre.archive
URL(pcre) := http://sourceforge.net/projects/pcre/files/pcre/$(VERSION)/pcre-$(VERSION).tar.bz2
SHA(pcre) := 68d28fb383325b8af9e3d481d30f586b46c56022
SHA(pcre) := c1113fd7db934e97ad8b3917d432e5b642e9eb9afd127eb797804937c965f4ac
SIG(pcre) := ${URL(pcre)}.sig
KEY(pcre) := ph10@cam.ac.uk
DIR(pcre) := src/lib/pcre

View File

@ -1 +1 @@
e32624a4145b75f8a2aebe55418fa2fb510faf4b
96ca5c38d83f05c2337174088bb998fdbe6aa768

View File

@ -3,7 +3,7 @@ DOWNLOADS := pcsc-lite.archive
VERSION := 1.8.18
URL(pcsc-lite) := https://alioth.debian.org/frs/download.php/file/4179/pcsc-lite-$(VERSION).tar.bz2
SHA(pcsc-lite) := 2a2552f7196457f5750efad1b29affd0a9620890
SHA(pcsc-lite) := b22d32b018f6a1016adba91abfcc63876cca999daa472dd86e953ddd41d00905
DIR(pcsc-lite) := src/lib/pcsc-lite
DIRS := include/PCSC

View File

@ -1 +1 @@
0306a36b7c7f16010d5c9b0e35f2210c173fb3aa
e1531c716e0e5e25ecc46bbd69400a076768a66d

View File

@ -3,7 +3,7 @@ VERSION := 2.6.4
DOWNLOADS := python.archive
URL(python) := http://www.python.org/ftp/python/2.6.4/Python-$(VERSION).tgz
SHA(python) := f30c7e64c2caf8a58705ab9184bea12db39ca0a9
SHA(python) := 1a25a47506e4165704cfe2b07c0a064b0b5762a2d18b8fbdad5af688aeacd252
SIG(python) := ${URL(python)}.asc
PYTHON_KEY := 12EF3DC38047DA382D18A5B999CDEA9DA4135B38
DIR(python) := src/lib/python

View File

@ -1 +1 @@
cf9157628466843e495e600f15a40e64993dd87f
a7b787edadc09700d4619f783404b70ef63681d2

View File

@ -3,7 +3,7 @@ VERSION := 2.4.1
DOWNLOADS := qemu.archive
URL(qemu) := http://wiki.qemu-project.org/download/qemu-$(VERSION).tar.bz2
SHA(qemu) := 629fb77fc03713b1267c1d51a8df6c0d9c7fd39b
SHA(qemu) := e3d5cf4c8b1f9129c9c797329a515bfb6b3b1ded0ab8b394c8a316490fe3a177
DIR(qemu) := src/lib/qemu
TAR_OPT(qemu) := --strip-components=1 --files-from $(REP_DIR)/src/lib/qemu-usb/files.list
HASH_INPUT += $(REP_DIR)/src/lib/qemu-usb/files.list

View File

@ -1 +1 @@
a82bfc83c554bb1f7e93cc9c71973a2f97f4937d
014d68ce23644076c30c2dc03ee70c8fa04698d7

View File

@ -3,7 +3,7 @@ VERSION := 2013-06-10
DOWNLOADS := qoost.archive
URL(qoost) := https://downloads.sourceforge.net/project/qoost/qoost-$(VERSION).tar.bz2
SHA(qoost) := 4a181e797c477090a3f2c327e441d9d2e98d0c80
SHA(qoost) := 1d2ea0346d9cd2116cca237bd49aad8fc1d40b3f4cc52d0dbb1ea2203c2965a6
DIR(qoost) := src/lib/qoost
DIRS := include

View File

@ -1 +1 @@
d96a93cfd32f571807d6d7f18ae439e1100b89a6
d2c7786d3abd90db935ba13fcb27ca11077866ba

View File

@ -6,5 +6,5 @@ QT5 := qtbase-opensource-src-${VERSION}
DOWNLOADS := ${QT5}.archive
URL(${QT5}) := http://download.qt.io/archive/qt/5.8/$(VERSION)/submodules/$(QT5).tar.xz
SHA(${QT5}) := eacdd022615734ccdba4e7a92f1f5f3366c0c415
SHA(${QT5}) := c17111ae02a44dc7be1ec2cf979a47ee9e58edf4904041a525c21f4fa53fc005
DIR(${QT5}) := src/lib/qt5-host

View File

@ -1 +1 @@
ea30a1b02701a7b37e4dad1f0cc301a2cd3c3037
1544f4490148dea1ca3c4d98c9504a4597be3e51

View File

@ -8,15 +8,15 @@ QTSCRIPTCLASSIC := qtscriptclassic-1.0_1-opensource
DOWNLOADS := ${QT5}.archive ${QT5_WEBKIT}.archive ${QTSCRIPTCLASSIC}.archive symbols.git
URL(${QT5}) := http://download.qt.io/archive/qt/5.8/$(VERSION)/single/$(QT5).tar.xz
SHA(${QT5}) := 1a056ca4f731798e4142a691d0448c2c853228ca
SHA(${QT5}) := 0f4c54386d3dbac0606a936a7145cebb7b94b0ca2d29bc001ea49642984824b6
DIR(${QT5}) := src/lib/qt5/qt5
URL(${QT5_WEBKIT}) := http://download.qt.io/community_releases/5.8/$(VERSION)-final/${QT5_WEBKIT}.tar.xz
SHA(${QT5_WEBKIT}) := 79d898f0e447039fb9f12b2f798a0aedf071ea82
SHA(${QT5_WEBKIT}) := 79ae8660086bf92ffb0008b17566270e6477c8fa0daf9bb3ac29404fb5911bec
DIR(${QT5_WEBKIT}) := src/lib/qt5/qt5/qtwebkit
URL(${QTSCRIPTCLASSIC}) := http://ftp.icm.edu.pl/packages/qt.old/solutions/lgpl/${QTSCRIPTCLASSIC}.tar.gz
SHA(${QTSCRIPTCLASSIC}) := 74e9dc82dd194d8ae0fb0f8f1df74081948b943a
SHA(${QTSCRIPTCLASSIC}) := 6a4c4ada6f0064f6c5d7663602a37c99250ed6c7398b1775f95de1c41357b19d
DIR(${QTSCRIPTCLASSIC}) := src/lib/qt5/${QTSCRIPTCLASSIC}
URL(symbols) := https://github.com/cproc/genode-symbols.git

View File

@ -1 +1 @@
099aaa205be9fd253ac63306fa17e1d904ee4bfe
a0bfb07e4ee36edffd6eb908e2f57be2bb119fc8

View File

@ -3,7 +3,7 @@ VERSION := 6.0
DOWNLOADS := readline.archive
URL(readline) := ftp://ftp.gnu.org/gnu/readline/readline-$(VERSION).tar.gz
SHA(readline) := 1e511b091514ef631c539552316787c75ace5262
SHA(readline) := 1199d905c025735b34cf67d03078585e18f84707052413279fe68ce48c1cc1de
SIG(readline) := ${URL(readline)}.sig
KEY(readline) := GNU
DIR(readline) := src/lib/readline

View File

@ -1 +1 @@
98005b2246d288014ec9d3962e0ec2cd7c9446d0
2a52d20b9441484521c8bed10fea2302ceeab062

View File

@ -4,7 +4,7 @@ DATE := 2016-03-03
DOWNLOADS := rust.archive
URL(rust) := http://static.rust-lang.org/dist/$(DATE)/rustc-$(VERSION)-src.tar.gz
SHA(rust) := c75656f1238ce82e1cdede174d9cbc05f0b98ae2
SHA(rust) := 044069447d4700f273d7f038c3ee2fac66f2ab36b987125db2108c2daa030fdd
DIR(rust) := src/lib/rust
PATCHES := src/lib/rust/freebsd.patch

View File

@ -1 +1 @@
fd5b58f9ae4f2bfd52b7e33076449c66e9647264
8543c5f3448ebea97afa84aee6691e38a78e756e

View File

@ -3,7 +3,7 @@ VERSION := 1.2.13
DOWNLOADS := sdl.archive
URL(sdl) := http://www.libsdl.org/release/SDL-$(VERSION).tar.gz
SHA(sdl) := 51fcaa3e1d5c01fd813ea08688780f86b19cf539
SHA(sdl) := 94f99df1d60f296b57f4740650a71b6425da654044ca30f8f0ce34934429e132
SIG(sdl) := ${URL(sdl)}.sig
KEY(sdl) := 1528635D8053A57F77D1E08630A59377A7763BE6
DIR(sdl) := src/lib/sdl

View File

@ -1 +1 @@
a1878a2d1b05760c64a07e987b4bbd545244f007
f030277887e31297069e40ea636528828b60785f

View File

@ -3,7 +3,7 @@ VERSION := 1.2.12
DOWNLOADS := sdl_image.archive
URL(sdl_image) := http://www.libsdl.org/projects/SDL_image/release/SDL_image-$(VERSION).tar.gz
SHA(sdl_image) := 5e3e393d4e366638048bbb10d6a269ea3f4e4cf2
SHA(sdl_image) := 0b90722984561004de84847744d566809dbb9daf732a9e503b91a1b5a84e5699
DIR(sdl_image) := src/lib/sdl_image
DIRS := include/SDL

View File

@ -1 +1 @@
01f6c4574b4d6b22140c6c90b84d5068cac7a7e2
992f8f00abd5ae638bb2db56f0b6e0dceb13ebf8

View File

@ -3,7 +3,7 @@ VERSION := 1.2.12
DOWNLOADS := sdl_mixer.archive
URL(sdl_mixer) := http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-$(VERSION).tar.gz
SHA(sdl_mixer) := a20fa96470ad9e1052f1957b77ffa68fb090b384
SHA(sdl_mixer) := 1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f86992a
DIR(sdl_mixer) := src/lib/sdl_mixer
DIRS := include/SDL

Some files were not shown because too many files have changed in this diff Show More