Commit Graph

1162 Commits

Author SHA1 Message Date
Wildan M
1697c2f2df Use upstream 2025-10-01 14:59:53 +07:00
Wildan M
3422853f65 Working patches 2025-10-01 14:30:19 +07:00
Wildan M
f1f1795641 Use patches for servo 2025-10-01 06:01:08 +07:00
Wildan M
f26fd8dee1 Tidy up servo recipe 2025-09-30 20:59:24 +07:00
Ribbon
81bce6bf7c Try to fix the libbrotli recipe 2025-09-29 08:56:31 -03:00
Ribbon
3ad2cef516 Pin fltk version on dillo recipe 2025-09-29 08:48:48 -03:00
Ribbon
e2928dc117 Update fltk recipes 2025-09-29 08:47:10 -03:00
Ribbon
33610038e0 Add dillo recipe 2025-09-29 08:28:50 -03:00
Jeremy Soller
a293894717 Merge branch 'server-demo' into 'master'
Promote php, python, openssh, nginx

See merge request redox-os/cookbook!637
2025-09-26 14:26:07 -06:00
Wildan M
adefb4b361 Promote php, python, openssh, nginx 2025-09-27 01:51:29 +07:00
Ribbon
f5540bc4c8 Move the termplay recipe 2025-09-26 06:21:51 -03:00
Ribbon
c1a4fd7708 Add recipes 2025-09-26 06:18:57 -03:00
Wildan Mubarok
a4979d330d Update packaging for Go 2025-09-23 01:27:20 +00:00
Jeremy Soller
dd0f30a61e
cosmic-player: manually link libiconv 2025-09-21 21:17:49 -06:00
Jeremy Soller
16b65fdadb
openssh: add zstd dependency 2025-09-21 21:14:49 -06:00
Wildan M
cdf9fe3e8d Port OpenSSL3 2025-09-20 13:34:16 +07:00
Wildan M
450349c392 Support PHP and Python with OpenSSL 2025-09-20 16:06:02 +07:00
Jeremy Soller
1816f94f98
xserver-xorg: disable use of SO_PEERCRED until it works 2025-09-19 15:00:35 -06:00
Wildan M
0fbd836535 Add libedit and php readline support 2025-09-18 09:32:33 +07:00
Wildan M
80a76fab89 Fix ARCH 2025-09-17 22:06:14 +07:00
Wildan M
0a2351722f Port python 2025-09-17 21:55:34 +07:00
Wildan M
b9989ce494 Add patches 2025-09-16 16:30:46 +07:00
Wildan M
fb1fdb5e9a Neovim can compile now 2025-09-16 16:28:04 +07:00
Wildan M
b9d3ea3837 Use luajit to compile lua 2025-09-16 13:37:39 +07:00
Wildan M
e6874461fe Merge branch 'master' of https://gitlab.redox-os.org/redox-os/cookbook into neovim-deps 2025-09-16 11:18:17 +07:00
Wildan M
aea5413b08 Port PHP 2025-09-16 07:54:38 +07:00
Wildan Mubarok
43720fd297 Port nginx 2025-09-15 20:04:42 +00:00
Ribbon
c22f422720 Add recipes 2025-09-15 06:36:55 -03:00
Wildan Mubarok
9c1d20d27b Port valkey 2025-09-14 13:42:01 +00:00
Wildan Mubarok
a13d17f4e6 Use forked wasmtime 2025-09-13 15:12:17 +00:00
Jeremy Soller
d7ed578c37 Merge branch 'self-hosting' into 'master'
Initial self-hosting support

See merge request redox-os/cookbook!614
2025-09-12 15:39:51 -06:00
Wildan Mubarok
0d307fa4e7 Initial self-hosting support 2025-09-12 15:39:51 -06:00
Josh Megnauth
0ca65a8415
Fish (builds, runs, hangs on waitpid)
Fish builds and runs! The patch is refreshingly simple:

* mount.h is disabled because we don't have it.
* A recent revision of libc is needed for Redox constants. Types changed
  a bit between releases, so some casts had to be removed or added.
* We don't have pselect, so I had to hack around it by mimicking how it
  works.

Unfortunately, running programs or commands hangs unless part of a
pipeline. So, `ls` hangs but `ls &` works. It seems like a waitpid issue
rather a fork/exec issue.
2025-09-11 02:03:18 -04:00
Wildan Mubarok
15fa1220e3 Merge branch cookbook:master into neovim-deps 2025-09-10 08:36:49 +00:00
Jeremy Soller
0e3209c1ad
mpg123: update and fix dynamic linking 2025-09-08 21:11:04 -06:00
Jeremy Soller
52ad8afab0
libtheora: update and fix dnamic linking 2025-09-08 21:08:21 -06:00
Jeremy Soller
9f4b064e76
openal: fix dynamic linking and use cookbook_cmake 2025-09-08 21:01:20 -06:00
Jeremy Soller
6ee43db51c Merge branch 'rsync' into 'master'
Update and promote rsync

See merge request redox-os/cookbook!610
2025-09-08 07:36:54 -06:00
Jeremy Soller
345fff81f1 Merge branch 'add-zig' into 'master'
Update zig recipe

See merge request redox-os/cookbook!576
2025-09-08 07:32:21 -06:00
Wildan M
abc2c810d0 Update and promote rsync 2025-09-08 13:31:12 +07:00
Jeremy Soller
1b29c1e173
Clean up compiler flags 2025-09-07 20:53:28 -06:00
Jeremy Soller
8e48e73584
Make it easier to compile cmake software dynamically 2025-09-07 19:01:27 -06:00
Wildan Mubarok
c37ddfdfe3 Update zig, and go notes 2025-09-07 18:18:18 +00:00
Wildan Mubarok
63643dbf63 Merge branch cookbook:master into add-zig 2025-09-07 18:14:02 +00:00
Jeremy Soller
1f74fda345 Merge branch 'working-sshd' into 'master'
OpenSSH daemon support

See merge request redox-os/cookbook!609
2025-09-07 09:31:43 -06:00
Wildan Mubarok
9061f2b2b2 Use sysconfdir, move config to /etc/ssh 2025-09-07 14:23:00 +00:00
Wildan Mubarok
1a5d7b16e9 Tidy up patches, move out /usr/etc in openSSH 2025-09-06 18:43:27 +00:00
Wildan Mubarok
5dc9b3a593 OpenSSH daemon support 2025-09-06 17:58:56 +00:00
Ribbon
5a66653330 Add recipes 2025-09-04 19:41:36 -03:00
Wildan Mubarok
70fba22764 Use fork instead 2025-09-04 11:48:00 +00:00