ahgamut / superconfigure

wrap autotools configure scripts to build with Cosmopolitan Libc
The Unlicense
159 stars 22 forks source link

Request: Provide more updated versions #33

Open supriyo-biswas opened 3 months ago

supriyo-biswas commented 3 months ago

It would be more preferable if there was a process to release updated versions of tools which are low maintenance* and comparatively easier to build, such as curl

(* As opposed to something like Python, where, as I understand, the process is more involved.)

ahgamut commented 3 months ago

There are three general types of builds in the repo, in increasing order of update efforts:

What do you think is the best way to update each of the above?

supriyo-biswas commented 2 months ago

For (1), I guess we could monitor the upstream packages for updates through GitHub actions and have the packages built automatically. Here, the updates should only be monitored for the top level packages that are shipped as binaries to users (e.g. monitoring updates to bash, as opposed to, say its depenency, ncurses) since users care more about them.

For (2), it may be better to upstream some of the changes if the maintainers are not opposed to their inclusion. (3) still requires manual checks for now.