repo: merge master

This commit is contained in:
Dylan Araps 2021-07-17 19:32:12 +03:00
commit 133469ca22
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
154 changed files with 204 additions and 169 deletions

View File

@ -1 +1 @@
https://github.com/kisslinux/init/archive/1.0.2.tar.gz
https://github.com/kisslinux/init/archive/VERSION.tar.gz

View File

@ -1 +1 @@
https://ftp.gnu.org/gnu/binutils/binutils-2.36.1.tar.xz
https://ftp.gnu.org/gnu/binutils/binutils-VERSION.tar.xz

View File

@ -1 +1 @@
https://ftp.gnu.org/gnu/bison/bison-3.7.6.tar.xz
https://ftp.gnu.org/gnu/bison/bison-VERSION.tar.xz

View File

@ -1,3 +1 @@
bzip2
gzip
linux-headers make

View File

@ -1,4 +1,4 @@
https://busybox.net/downloads/busybox-1.33.1.tar.bz2
https://busybox.net/downloads/busybox-VERSION.tar.bz2
patches/adduser-no-setgid.patch patch
patches/fsck-resolve-uuid.patch patch
patches/modprobe-kernel-version.patch patch

View File

@ -1 +1 @@
1.33.1 3
1.33.1 5

View File

@ -1 +1 @@
https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz
https://sourceware.org/pub/bzip2/bzip2-VERSION.tar.gz

View File

@ -1 +1 @@
https://curl.haxx.se/download/curl-7.77.0.tar.xz
https://curl.haxx.se/download/curl-VERSION.tar.xz

View File

@ -1 +1 @@
https://github.com/westes/flex/releases/download/v2.6.4/flex-2.6.4.tar.gz
https://github.com/westes/flex/releases/download/vVERSION/flex-VERSION.tar.gz

View File

@ -1,4 +1,4 @@
https://gcc.gnu.org/pub/gcc/releases/gcc-11.1.0/gcc-11.1.0.tar.xz gcc
https://gcc.gnu.org/pub/gcc/releases/gcc-VERSION/gcc-VERSION.tar.xz gcc
https://ftp.gnu.org/gnu/gmp/gmp-6.2.1.tar.xz gcc/gmp
https://ftp.gnu.org/gnu/mpfr/mpfr-4.1.0.tar.xz gcc/mpfr
https://ftp.gnu.org/gnu/mpc/mpc-1.2.1.tar.gz gcc/mpc

View File

@ -1,2 +1,2 @@
https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.32.0.tar.xz
https://mirrors.edge.kernel.org/pub/software/scm/git/git-manpages-2.32.0.tar.xz man
https://mirrors.edge.kernel.org/pub/software/scm/git/git-VERSION.tar.xz
https://mirrors.edge.kernel.org/pub/software/scm/git/git-manpages-VERSION.tar.xz man

View File

@ -1,3 +1,3 @@
https://ftp.gnu.org/gnu/grub/grub-2.06.tar.xz grub-pc
https://ftp.gnu.org/gnu/grub/grub-2.06.tar.xz grub-efi
https://ftp.gnu.org/gnu/grub/grub-VERSION.tar.xz grub-pc
https://ftp.gnu.org/gnu/grub/grub-VERSION.tar.xz grub-efi
files/grub.default

View File

@ -1,15 +0,0 @@
#!/bin/sh -e
make CC="${CC:-cc} -static"
mkdir -p \
"$1/usr/bin" \
"$1/usr/share/man/man1"
cp -f pigz unpigz "$1/usr/bin"
cp -f pigz.1 "$1/usr/share/man/man1"
ln -sf pigz "$1/usr/bin/gzip"
ln -sf pigz "$1/usr/bin/zcat"
ln -sf unpigz "$1/usr/bin/gunzip"
ln -sf pigz.1 "$1/usr/share/man/man1/gzip.1"

1
core/gzip/build Symbolic link
View File

@ -0,0 +1 @@
../pigz/build

View File

@ -1 +0,0 @@
2eed7b0d7449d1d70903f2a62cd6005d262eb3a8c9e98687bc8cbb5809db2a7d

1
core/gzip/checksums Symbolic link
View File

@ -0,0 +1 @@
../pigz/checksums

14
core/gzip/post-install Executable file
View File

@ -0,0 +1,14 @@
#!/bin/sh -e
cat <<EOF
NOTE: The gzip package will be removed 22/07/2021
and replaced with pigz. Run the following
to transition before the deadline.
kiss b pigz
kiss i pigz
kiss a | grep ^pigz | kiss a -
kiss r gzip
EOF

View File

@ -1 +1 @@
1.10 2.6
1.10 1

View File

@ -1,3 +1,3 @@
cfd09ffe51bafad3dce325220be76dedd82f0b405936405e9ca7e3672955b552
216132a362faa22d9b52600ffce2de0eb2e9d343fdb248673ceb891948075c38
ab36a61bb9919093adc3dbf58b10c5ef4f301dd473b6f3a0975391037c2eb1ce
57b9045da1f4c78d120bca151670c06efdd3b27ebcf84b5aa881455dee0d1bdc
62e1a1a1d427aa5c1ac55d0a5451440fdbc03f1a995eb7cd3bf45a2d858e0d07

View File

@ -1,3 +1,3 @@
https://github.com/kisslinux/kiss/archive/5.5.2.tar.gz
https://github.com/kisslinux/website/archive/cf694f277a8247fb9cb69a6111cec80abb10734d.tar.gz docs
https://github.com/kisslinux/kiss/archive/5.5.6.tar.gz
https://github.com/kisslinux/website/archive/e5f0396efbb86b050fbee881483258d0d20a2d4f.tar.gz docs
https://github.com/kisslinux/wiki/archive/89d4946d128dff35df87d3210fe10a591559296a.tar.gz wiki

View File

@ -1 +1 @@
5.5.2 1
5.5.6 1

View File

@ -1 +1 @@
https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.47.tar.xz
https://cdn.kernel.org/pub/linux/kernel/vMAJOR.x/linux-VERSION.tar.xz

View File

@ -1 +1 @@
https://ftp.gnu.org/gnu/m4/m4-1.4.19.tar.xz
https://ftp.gnu.org/gnu/m4/m4-VERSION.tar.xz

View File

@ -1 +1 @@
https://ftp.gnu.org/gnu/make/make-4.3.tar.gz
https://ftp.gnu.org/gnu/make/make-VERSION.tar.gz

View File

@ -1,4 +1,4 @@
https://www.musl-libc.org/releases/musl-1.2.2.tar.gz
https://www.musl-libc.org/releases/musl-VERSION.tar.gz
files/cdefs.h
files/queue.h
files/tree.h

View File

@ -10,7 +10,11 @@
make depend
make
make DESTDIR="$1" install_sw install_ssldirs install_man_docs
make DESTDIR="$1" \
install_sw \
install_ssldirs \
install_man_docs
cp -f update-certdata.sh "$1/etc/ssl"

View File

@ -1,3 +1,3 @@
https://www.openssl.org/source/openssl-1.1.1k.tar.gz
https://www.openssl.org/source/openssl-VERSION.tar.gz
https://causal.agency/libretls/libretls-3.3.3p1.tar.gz libretls
files/update-certdata.sh

15
core/pigz/build Executable file
View File

@ -0,0 +1,15 @@
#!/bin/sh -e
make CC="${CC:-cc} -static"
mkdir -p \
"$1/usr/bin" \
"$1/usr/share/man/man1"
cp -f pigz unpigz "$1/usr/bin"
cp -f pigz.1 "$1/usr/share/man/man1"
ln -sf pigz "$1/usr/bin/gzip"
ln -sf pigz "$1/usr/bin/zcat"
ln -sf unpigz "$1/usr/bin/gunzip"
ln -sf pigz.1 "$1/usr/share/man/man1/gzip.1"

1
core/pigz/checksums Normal file
View File

@ -0,0 +1 @@
2eed7b0d7449d1d70903f2a62cd6005d262eb3a8c9e98687bc8cbb5809db2a7d

1
core/pigz/sources Normal file
View File

@ -0,0 +1 @@
https://zlib.net/pigz/pigz-VERSION.tar.gz

1
core/pigz/version Normal file
View File

@ -0,0 +1 @@
2.6 1

View File

@ -1 +1 @@
https://nchc.dl.sourceforge.net/project/lzmautils/xz-5.2.5.tar.bz2
https://nchc.dl.sourceforge.net/project/lzmautils/xz-VERSION.tar.bz2

View File

@ -1 +1 @@
https://zlib.net/zlib-1.2.11.tar.gz
https://zlib.net/zlib-VERSION.tar.gz

View File

@ -1 +1 @@
https://download.gnome.org/sources/adwaita-icon-theme/40/adwaita-icon-theme-40.1.1.tar.xz
https://download.gnome.org/sources/adwaita-icon-theme/MAJOR/adwaita-icon-theme-VERSION.tar.xz

View File

@ -1,2 +1,2 @@
https://www.alsa-project.org/files/pub/lib/alsa-lib-1.2.5.1.tar.bz2
https://www.alsa-project.org/files/pub/lib/alsa-lib-VERSION.tar.bz2
patches/fix-dlo.patch

View File

@ -1 +1 @@
https://www.alsa-project.org/files/pub/utils/alsa-utils-1.2.5.1.tar.bz2
https://www.alsa-project.org/files/pub/utils/alsa-utils-VERSION.tar.bz2

View File

@ -1 +1 @@
https://ftp.gnome.org/pub/gnome/sources/atk/2.36/atk-2.36.0.tar.xz
https://ftp.gnome.org/pub/gnome/sources/atk/MAJOR.MINOR/atk-VERSION.tar.xz

View File

@ -1 +1 @@
https://cairographics.org/releases/cairo-1.16.0.tar.xz
https://cairographics.org/releases/cairo-VERSION.tar.xz

View File

@ -1,4 +1,4 @@
https://github.com/eqrion/cbindgen/archive/v0.19.0.tar.gz
https://github.com/eqrion/cbindgen/archive/vVERSION.tar.gz
# This is a pre-generated list of crate dependencies. This list may
# change between releases. This allows us to pre-cache each of the

View File

@ -1 +1 @@
https://github.com/ccache/ccache/releases/download/v4.3/ccache-4.3.tar.xz
https://github.com/ccache/ccache/releases/download/vVERSION/ccache-VERSION.tar.xz

View File

@ -1 +1 @@
https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.1/clang-12.0.1.src.tar.xz
https://github.com/llvm/llvm-project/releases/download/llvmorg-VERSION/clang-VERSION.src.tar.xz

View File

@ -1,2 +1,2 @@
https://cmake.org/files/v3.21/cmake-3.21.0.tar.gz
https://cmake.org/files/vMAJOR.MINOR/cmake-VERSION.tar.gz
patches/cmake-no-execinfo.patch

View File

@ -1,2 +1,2 @@
https://github.com/rsmarples/dhcpcd/archive/dhcpcd-9.4.0.tar.gz
https://github.com/rsmarples/dhcpcd/archive/dhcpcd-VERSION.tar.gz
files/dhcpcd.run

View File

@ -1 +1 @@
https://github.com/dosfstools/dosfstools/releases/download/v4.2/dosfstools-4.2.tar.gz
https://github.com/dosfstools/dosfstools/releases/download/vVERSION/dosfstools-VERSION.tar.gz

View File

@ -1 +1 @@
https://github.com/tytso/e2fsprogs/archive/v1.46.2.tar.gz
https://github.com/tytso/e2fsprogs/archive/vVERSION.tar.gz

View File

@ -1 +1 @@
https://github.com/rhboot/efibootmgr/archive/4069341e184471dccf407ca8410daa4c4fd634f5.tar.gz
https://github.com/rhboot/efibootmgr/archive/VERSION.tar.gz

View File

@ -1 +1 @@
17 6
4069341e184471dccf407ca8410daa4c4fd634f5 1

View File

@ -1 +1 @@
https://github.com/rhboot/efivar/archive/cff88dd96b9d43e2c5875a24ba6180b196890ded.tar.gz
https://github.com/rhboot/efivar/archive/VERSION.tar.gz

View File

@ -1 +1 @@
37 4
cff88dd96b9d43e2c5875a24ba6180b196890ded 1

View File

@ -1,2 +1,2 @@
https://github.com/illiliti/eiwd/releases/download/1.15-1/iwd-1.15.tar.xz
https://github.com/illiliti/eiwd/releases/download/VERSION/iwd-MAJOR.MINOR.tar.xz
files/eiwd.run

View File

@ -1 +1 @@
https://github.com/libexpat/libexpat/releases/download/R_2_4_1/expat-2.4.1.tar.bz2
https://github.com/libexpat/libexpat/releases/download/R_MAJOR_MINOR_PATCH/expat-VERSION.tar.bz2

View File

@ -1 +1 @@
https://ffmpeg.org/releases/ffmpeg-4.4.tar.xz
https://ffmpeg.org/releases/ffmpeg-VERSION.tar.xz

View File

@ -4,6 +4,6 @@ mkdir -p \
"$1/usr/lib/firefox/browser/defaults/preferences" \
"$1/usr/lib/firefox/distribution"
cp -f vendor-*.js "$1/usr/lib/firefox/browser/defaults/preferences"
cp -f policies-*.json "$1/usr/lib/firefox/distribution"
cp -f vendor.js "$1/usr/lib/firefox/browser/defaults/preferences"
cp -f policies.json "$1/usr/lib/firefox/distribution"

View File

@ -1,2 +1,2 @@
files/vendor-1.0.js
files/policies-1.0.json
files/vendor.js
files/policies.json

View File

@ -1,4 +1,4 @@
https://ftp.mozilla.org/pub/firefox/releases/90.0/source/firefox-90.0.source.tar.xz
https://ftp.mozilla.org/pub/firefox/releases/VERSION/source/firefox-VERSION.source.tar.xz
https://ftp.gnu.org/gnu/autoconf/autoconf-2.13.tar.gz autoconf2.13/
https://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz yasm/
patches/no-x11.patch

View File

@ -1 +1 @@
https://freedesktop.org/software/fontconfig/release/fontconfig-2.13.94.tar.xz
https://freedesktop.org/software/fontconfig/release/fontconfig-VERSION.tar.xz

View File

@ -1,2 +1,2 @@
https://download-mirror.savannah.gnu.org/releases/freetype/freetype-2.10.4.tar.xz freetype
https://github.com/harfbuzz/harfbuzz/archive/2.8.2.tar.gz harfbuzz
https://download-mirror.savannah.gnu.org/releases/freetype/freetype-MAJOR.MINOR.PATCH.tar.xz freetype
https://github.com/harfbuzz/harfbuzz/archive/IDENT.tar.gz harfbuzz

View File

@ -1 +1 @@
https://distfiles.adelielinux.org/source/gcompat/gcompat-1.0.0.tar.xz
https://distfiles.adelielinux.org/source/gcompat/gcompat-VERSION.tar.xz

View File

@ -1 +1 @@
https://download.gnome.org/sources/gdk-pixbuf/2.42/gdk-pixbuf-2.42.6.tar.xz
https://download.gnome.org/sources/gdk-pixbuf/MAJOR.MINOR/gdk-pixbuf-VERSION.tar.xz

View File

@ -1 +1 @@
https://downloads.sourceforge.net/giflib/giflib-5.2.1.tar.gz
https://downloads.sourceforge.net/giflib/giflib-VERSION.tar.gz

View File

@ -1 +1 @@
https://download.gnome.org/sources/glib/2.68/glib-2.68.3.tar.xz
https://download.gnome.org/sources/glib/MAJOR.MINOR/glib-VERSION.tar.xz

View File

@ -1 +1 @@
https://ftp.gnu.org/gnu/grep/grep-3.6.tar.xz
https://ftp.gnu.org/gnu/grep/grep-VERSION.tar.xz

View File

@ -1 +1 @@
https://gnupg.org/ftp/gcrypt/gnupg/gnupg-1.4.23.tar.bz2
https://gnupg.org/ftp/gcrypt/gnupg/gnupg-VERSION.tar.bz2

View File

@ -1 +1 @@
https://ftp.gnu.org/gnu/gperf/gperf-3.1.tar.gz
https://ftp.gnu.org/gnu/gperf/gperf-VERSION.tar.gz

View File

@ -1,4 +1,4 @@
https://download.gnome.org/sources/gtk+/3.24/gtk+-3.24.29.tar.xz
https://download.gnome.org/sources/gtk+/MAJOR.MINOR/gtk+-VERSION.tar.xz
https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/-/archive/40.0/gsettings-desktop-schemas-40.0.tar.gz schemas
patches/no-fribidi.patch
patches/schemas.patch

View File

@ -1 +1 @@
https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.17.tar.xz
https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-VERSION.tar.xz

View File

@ -1 +1 @@
https://github.com/intel/intel-vaapi-driver/archive/2.4.1.tar.gz
https://github.com/intel/intel-vaapi-driver/archive/VERSION.tar.gz

View File

@ -1 +1 @@
4ba9a090a42cf1e12b84c64e4464bb6fb893666841d5843cc5bef90774028882
b8d80a1ddb718b3ba7492916237bbf86609e9709fb007e7f7d4322f02341a4c6

View File

@ -1 +1 @@
https://github.com/json-c/json-c/archive/json-c-0.15-20200726.tar.gz
https://s3.amazonaws.com/json-c_releases/releases/json-c-VERSION.tar.gz

View File

@ -1 +1 @@
https://downloads.sourceforge.net/lame/lame-3.100.tar.gz
https://downloads.sourceforge.net/lame/lame-VERSION.tar.gz

View File

@ -1,2 +1,2 @@
https://github.com/libass/libass/releases/download/0.15.1/libass-0.15.1.tar.xz
https://github.com/libass/libass/releases/download/VERSION/libass-VERSION.tar.xz
patches/no-fribidi.patch

View File

@ -1,2 +1,2 @@
https://sourceware.org/elfutils/ftp/0.185/elfutils-0.185.tar.bz2
https://sourceware.org/elfutils/ftp/VERSION/elfutils-VERSION.tar.bz2
files/error.h lib

View File

@ -1 +1 @@
https://github.com/anholt/libepoxy/releases/download/1.5.8/libepoxy-1.5.8.tar.xz
https://github.com/anholt/libepoxy/releases/download/VERSION/libepoxy-VERSION.tar.xz

View File

@ -1,4 +0,0 @@
#!/bin/sh -e
mkdir -p "$1/usr/share/fonts/TTF"
cp ./*.ttf "$1/usr/share/fonts/TTF"

View File

@ -1 +0,0 @@
26f85412dd0aa9d061504a1cc8aaf0aa12a70710e8d47d8b65a1251757c1a5ef

View File

@ -1 +0,0 @@
https://github.com/liberationfonts/liberation-fonts/files/6418984/liberation-fonts-ttf-2.1.4.tar.gz

View File

@ -1 +0,0 @@
2.1.4 1

View File

@ -1 +1 @@
https://github.com/libffi/libffi/releases/download/v3.4.2/libffi-3.4.2.tar.gz
https://github.com/libffi/libffi/releases/download/vVERSION/libffi-VERSION.tar.gz

View File

@ -1,2 +1,2 @@
https://github.com/libjpeg-turbo/libjpeg-turbo/archive/2.1.0.tar.gz
https://github.com/libjpeg-turbo/libjpeg-turbo/archive/VERSION.tar.gz
patches/no-docs.patch

View File

@ -1 +1 @@
https://github.com/xiph/ogg/releases/download/v1.3.5/libogg-1.3.5.tar.xz
https://github.com/xiph/ogg/releases/download/vVERSION/libogg-VERSION.tar.xz

View File

@ -1,2 +1,2 @@
https://github.com/glennrp/libpng/archive/v1.6.37.tar.gz
https://github.com/glennrp/libpng/archive/vVERSION.tar.gz
patches/libpng-1.6.37-apng.patch

View File

@ -1,2 +1,2 @@
https://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.gz
https://downloads.xiph.org/releases/theora/libtheora-VERSION.tar.gz
patches/libtheora-1.1.1-libpng16.patch

View File

@ -1 +1 @@
https://github.com/illiliti/libudev-zero/archive/0.5.2.tar.gz
https://github.com/illiliti/libudev-zero/archive/VERSION.tar.gz

View File

@ -1 +1 @@
https://github.com/intel/libva-utils/archive/2.12.0.tar.gz
https://github.com/intel/libva-utils/archive/VERSION.tar.gz

View File

@ -1 +1 @@
https://github.com/intel/libva/archive/2.12.0.tar.gz
https://github.com/intel/libva/archive/VERSION.tar.gz

View File

@ -1 +1 @@
https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-1.3.7.tar.gz
https://ftp.osuosl.org/pub/xiph/releases/vorbis/libvorbis-VERSION.tar.gz

View File

@ -1,4 +1,4 @@
https://github.com/webmproject/libvpx/archive/v1.10.0.tar.gz
https://github.com/webmproject/libvpx/archive/vVERSION.tar.gz
files/vp9_rtcd.h
files/vp8_rtcd.h
files/vpx_scale_rtcd.h

View File

@ -1 +1 @@
http://downloads.webmproject.org/releases/webp/libwebp-1.2.0.tar.gz
http://downloads.webmproject.org/releases/webp/libwebp-VERSION.tar.gz

View File

@ -1 +1 @@
https://github.com/llvm/llvm-project/releases/download/llvmorg-12.0.1/llvm-12.0.1.src.tar.xz
https://github.com/llvm/llvm-project/releases/download/llvmorg-VERSION/llvm-VERSION.src.tar.xz

View File

@ -1 +1 @@
https://download.savannah.gnu.org/releases/lzip/lzip-1.22.tar.gz
https://download.savannah.gnu.org/releases/lzip/lzip-VERSION.tar.gz

View File

@ -1,2 +1,2 @@
https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/man-pages-5.12.tar.xz
https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/man-pages-VERSION.tar.xz
https://mirrors.edge.kernel.org/pub/linux/docs/man-pages/man-pages-posix/man-pages-posix-2017-a.tar.xz posix

View File

@ -1,3 +1,3 @@
https://fossies.org/linux/misc/mandoc-1.14.5.tar.gz
https://fossies.org/linux/misc/mandoc-VERSION.tar.gz
patches/mandoc-no-warn.patch
patches/fix-tbl-segfault.patch

View File

@ -1,2 +1,2 @@
https://archive.mesa3d.org/mesa-21.1.5.tar.xz
https://archive.mesa3d.org/mesa-VERSION.tar.xz
https://files.pythonhosted.org/packages/source/M/Mako/Mako-1.1.1.tar.gz mako

View File

@ -1 +1 @@
https://github.com/mesonbuild/meson/archive/0.58.1.tar.gz
https://github.com/mesonbuild/meson/archive/VERSION.tar.gz

View File

@ -1,2 +1,2 @@
https://github.com/mpv-player/mpv/archive/v0.33.1.tar.gz
https://github.com/mpv-player/mpv/archive/vVERSION.tar.gz
https://waf.io/waf-2.0.18

View File

@ -1,2 +1,2 @@
https://bitbucket.org/mutt/mutt/downloads/mutt-2.1.1.tar.gz
https://bitbucket.org/mutt/mutt/downloads/mutt-VERSION.tar.gz
https://github.com/cyrusimap/cyrus-sasl/releases/download/cyrus-sasl-2.1.27/cyrus-sasl-2.1.27.tar.gz cyrus-sasl

View File

@ -1 +1 @@
https://www.nasm.us/pub/nasm/releasebuilds/2.15.05/nasm-2.15.05.tar.xz
https://www.nasm.us/pub/nasm/releasebuilds/VERSION/nasm-VERSION.tar.xz

View File

@ -1,2 +1,2 @@
https://ftp.gnu.org/gnu/ncurses/ncurses-6.2.tar.gz
https://ftp.gnu.org/gnu/ncurses/ncurses-VERSION.tar.gz
files/terminfo.src misc

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