2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00
Commit Graph

1000 Commits

Author SHA1 Message Date
Dylan Araps
f150b10db9
musl: 1.2.2 2021-06-30 11:16:25 +00:00
Dylan Araps
77e018cce7
linux-headers: 5.4.128 2021-06-30 11:15:12 +00:00
Dylan Araps
dacf77a125
m4: 1.4.19 2021-06-30 11:14:15 +00:00
Dylan Araps
1ebdaa4a35
libressl: 3.3.3 2021-06-30 11:09:14 +00:00
Dylan Araps
e2e2ec51a5
grub: 2.06 2021-06-30 11:05:32 +00:00
Dylan Araps
d36d682a96
git: 2.32.0 2021-06-30 10:49:29 +00:00
Dylan Araps
be32635baa
gcc: 11.1.0 2021-06-30 10:46:18 +00:00
Dylan Araps
598912a842
curl: 7.77.0 2021-06-30 10:22:07 +00:00
Dylan Araps
794ac8ace9
busybox: 1.33.1 2021-06-30 10:19:00 +00:00
Dylan Araps
0619b643fd
gzip (pigz): 2.6 2021-06-30 10:05:23 +00:00
Dylan Araps
4f9ac195a3
bison: 3.7.6 2021-06-30 10:03:41 +00:00
Dylan Araps
be7f823751
binutils: 2.36.1 2021-06-30 10:01:24 +00:00
Dylan Araps
174a9d2ddf
kiss: add curl to depends 2021-06-30 09:58:42 +00:00
Dylan Araps
44f225bfd6
kiss: 5.2.3 2020-11-27 06:24:56 +02:00
Dylan Araps
6dd9deda6f
libressl: 3.3.0 2020-11-27 06:23:36 +02:00
Dylan Araps
f6beb37f3f
kiss: 5.2.2 2020-11-26 14:24:41 +02:00
Dylan Araps
c01e1ebab3
kiss: 5.2.1 2020-11-19 12:05:50 +02:00
Dylan Araps
9078f19763
busybox: Set CC fallback once 2020-11-19 11:32:27 +02:00
Dylan Araps
e8f700827d
busybox: Fix build when 'cc' is clang.
This simply makes busybox's build system aware of the fact that
cc == clang (it usually hardcodes clang).

Closes #240
2020-11-19 11:27:12 +02:00
Dylan Araps
eb412f08f5
busybox: Fix segfaults when built with clang. See: #240
NOTE: This does not add detection for CC=cc where cc is a symlink
to clang. This only covers CC=clang. Another commit will be pushed
shortly to fully fix the issue.
2020-11-19 09:51:06 +02:00
Dylan Araps
2e0ed18bf7
busybox: revert CC change. See #240 2020-11-18 20:18:58 +02:00
Dylan Araps
b98fac2901
busybox: Fix build when not using gcc 2020-11-18 19:14:16 +02:00
Dylan Araps
7b26928bad
bison: 3.7.4 2020-11-15 06:22:34 +02:00
Dylan Araps
a36bb19b1a
kiss: 5.2.0 2020-11-06 09:08:32 +02:00
Dylan Araps
de75252e29
musl: add comments about valgrind 2020-11-01 14:26:35 +02:00
Dylan Araps
50747e422e
git: 2.29.2 2020-10-30 06:09:42 +02:00
Dylan Araps
7fc0040f92
binutils: Enable deterministic archives. Closes #234 2020-10-27 08:25:54 +02:00
Dylan Araps
034bc52a4b
git: 2.29.1 2020-10-24 08:18:08 +03:00
Dylan Araps
356588321f
git: 2.29.0 2020-10-19 22:59:40 +03:00
Dylan Araps
1ecec3f1c8
libressl: 3.2.2 2020-10-19 08:05:55 +03:00
Dylan Araps
401bde6c3a
curl: 7.73.0 2020-10-14 13:31:17 +03:00
Dylan Araps
69da3338c3
bison: 3.7.3 2020-10-13 16:35:05 +03:00
Dylan Araps
165d755e33
git: Fix build when curl is compiled with zstd. 2020-10-01 07:52:04 +03:00
Dylan Araps
25c7001cae
git: remove unneeded sed 2020-09-30 10:21:45 +03:00
Dylan Araps
18682242b7
flex: enable static lib 2020-09-30 10:20:45 +03:00
Dylan Araps
62dc459e41
m4: statically linked 2020-09-30 10:12:45 +03:00
Dylan Araps
ef453d8ba2
git: statically linked with https 2020-09-30 10:11:36 +03:00
Dylan Araps
684788ac37
git: disable static for now 2020-09-30 09:09:23 +03:00
Dylan Araps
17c816673e
make: statically link 2020-09-30 09:05:16 +03:00
Dylan Araps
873153e405
git: statically link 2020-09-30 09:03:12 +03:00
Dylan Araps
8c145674bc
zlib: revert 2020-09-28 07:32:26 +03:00
Dylan Araps
f8172d3d69
zlib: remove stray file 2020-09-28 07:27:38 +03:00
Dylan Araps
9499298919
kiss: Add back missing colons 2020-09-27 21:05:40 +03:00
Dylan Araps
525086308a
kiss: add support for KISS_ETCDIR 2020-09-27 20:55:31 +03:00
Dylan Araps
0b6a5ad07a
binutils: 2.35.1 2020-09-19 22:18:11 +03:00
Dylan Araps
9ceaf51444
binutils: various changes
- Disable gold linker.
- Symlink ld to ld.bfd.
- Drop /usr/x86_64-bla-nla directory.
2020-09-17 10:04:12 +03:00
Dylan Araps
0d1aa38232
grub: correctly strip -march=native
Turns out grub also uses CXXFLAGS.
2020-09-13 22:16:06 +03:00
Dylan Araps
d539eb008c
kiss: 5.1.0 2020-09-11 17:44:20 +03:00
Dylan Araps
b56b17b6fb
pkgconf: move to extra 2020-09-09 14:47:51 +03:00
Dylan Araps
064bc54e4d
bison: 3.7.2 2020-09-06 11:36:05 +03:00