DISTROS: mark rolling release distros

These are ones that are unlikely to have back-ported curl patches.

Closes #13353
This commit is contained in:
Dan Fandrich 2024-04-10 13:15:23 -07:00
parent 68ce971c1d
commit de66e8ad38

View File

@ -10,7 +10,8 @@ SPDX-License-Identifier: curl
Lots of organizations distribute curl packages to end users. This is a Lots of organizations distribute curl packages to end users. This is a
collection of pointers to where to learn more about curl on and with each collection of pointers to where to learn more about curl on and with each
distro. distro. Those marked *Rolling Release* typically run the latest version of curl
and are therefore less likely to have back-ported patches to older versions.
We discuss curl distro issues, patches and collaboration on the [curl-distros We discuss curl distro issues, patches and collaboration on the [curl-distros
mailing list](https://lists.haxx.se/listinfo/curl-distros). mailing list](https://lists.haxx.se/listinfo/curl-distros).
@ -36,6 +37,8 @@ mailing list](https://lists.haxx.se/listinfo/curl-distros).
## Arch Linux ## Arch Linux
*Rolling Release*
- curl: https://archlinux.org/packages/core/x86_64/curl/ - curl: https://archlinux.org/packages/core/x86_64/curl/
- curl issues: https://gitlab.archlinux.org/archlinux/packaging/packages/curl/-/issues - curl issues: https://gitlab.archlinux.org/archlinux/packaging/packages/curl/-/issues
- curl security: https://security.archlinux.org/package/curl - curl security: https://security.archlinux.org/package/curl
@ -43,6 +46,8 @@ mailing list](https://lists.haxx.se/listinfo/curl-distros).
## Buildroot ## Buildroot
*Rolling Release*
- curl package source and patches: https://git.buildroot.net/buildroot/tree/package/libcurl - curl package source and patches: https://git.buildroot.net/buildroot/tree/package/libcurl
- curl issues: https://bugs.buildroot.org/buglist.cgi?quicksearch=curl - curl issues: https://bugs.buildroot.org/buglist.cgi?quicksearch=curl
@ -52,6 +57,8 @@ mailing list](https://lists.haxx.se/listinfo/curl-distros).
## Clear Linux ## Clear Linux
*Rolling Release*
- curl: https://github.com/clearlinux-pkgs/curl - curl: https://github.com/clearlinux-pkgs/curl
- curl issues: https://github.com/clearlinux/distribution/issues - curl issues: https://github.com/clearlinux/distribution/issues
@ -75,6 +82,8 @@ mailing list](https://lists.haxx.se/listinfo/curl-distros).
(this is the official curl binaries for Windows shipped by the curl project) (this is the official curl binaries for Windows shipped by the curl project)
*Rolling Release*
- curl: https://curl.se/windows/ - curl: https://curl.se/windows/
Issues and patches for this are managed in the main curl project. Issues and patches for this are managed in the main curl project.
@ -112,17 +121,23 @@ Issues and patches for this are managed in the main curl project.
## Gentoo Linux ## Gentoo Linux
*Rolling Release*
- curl: https://packages.gentoo.org/packages/net-misc/curl - curl: https://packages.gentoo.org/packages/net-misc/curl
- curl issues: https://bugs.gentoo.org/buglist.cgi?quicksearch=net-misc/curl - curl issues: https://bugs.gentoo.org/buglist.cgi?quicksearch=net-misc/curl
- curl package sources and patches: https://gitweb.gentoo.org/repo/gentoo.git/tree/net-misc/curl/ - curl package sources and patches: https://gitweb.gentoo.org/repo/gentoo.git/tree/net-misc/curl/
## GNU Guix ## GNU Guix
*Rolling Release*
- curl: https://git.savannah.gnu.org/gitweb/?p=guix.git;a=blob;f=gnu/packages/curl.scm;hb=HEAD - curl: https://git.savannah.gnu.org/gitweb/?p=guix.git;a=blob;f=gnu/packages/curl.scm;hb=HEAD
- curl issues: https://issues.guix.gnu.org/search?query=curl - curl issues: https://issues.guix.gnu.org/search?query=curl
## Homebrew ## Homebrew
*Rolling Release*
- curl: https://formulae.brew.sh/formula/curl - curl: https://formulae.brew.sh/formula/curl
Homebrew's policy is that all patches and issues should be submitted upstream Homebrew's policy is that all patches and issues should be submitted upstream
@ -130,6 +145,8 @@ unless it is very specific to Homebrew's way of packaging software.
## MacPorts ## MacPorts
*Rolling Release*
- curl: https://github.com/macports/macports-ports/tree/master/net/curl - curl: https://github.com/macports/macports-ports/tree/master/net/curl
- curl issues: https://trac.macports.org/query?0_port=curl&0_port_mode=%7E&0_status=%21closed - curl issues: https://trac.macports.org/query?0_port=curl&0_port_mode=%7E&0_status=%21closed
- curl patches: https://github.com/macports/macports-ports/tree/master/net/curl/files - curl patches: https://github.com/macports/macports-ports/tree/master/net/curl/files
@ -144,12 +161,16 @@ unless it is very specific to Homebrew's way of packaging software.
## MSYS2 ## MSYS2
*Rolling Release*
- curl: https://github.com/msys2/MINGW-packages/tree/master/mingw-w64-curl - curl: https://github.com/msys2/MINGW-packages/tree/master/mingw-w64-curl
- curl issues: https://github.com/msys2/MINGW-packages/issues - curl issues: https://github.com/msys2/MINGW-packages/issues
- curl patches: https://github.com/msys2/MINGW-packages/tree/master/mingw-w64-curl (`*.patch`) - curl patches: https://github.com/msys2/MINGW-packages/tree/master/mingw-w64-curl (`*.patch`)
## Muldersoft ## Muldersoft
*Rolling Release*
- curl: https://github.com/lordmulder/cURL-build-win32 - curl: https://github.com/lordmulder/cURL-build-win32
- curl issues: https://github.com/lordmulder/cURL-build-win32/issues - curl issues: https://github.com/lordmulder/cURL-build-win32/issues
- curl patches: https://github.com/lordmulder/cURL-build-win32/tree/master/patch - curl patches: https://github.com/lordmulder/cURL-build-win32/tree/master/patch
@ -186,6 +207,8 @@ can also be used on other distributions
## OpenEmbedded / Yocto Project ## OpenEmbedded / Yocto Project
*Rolling Release*
- curl: https://layers.openembedded.org/layerindex/recipe/5765/ - curl: https://layers.openembedded.org/layerindex/recipe/5765/
- curl issues: https://bugzilla.yoctoproject.org/ - curl issues: https://bugzilla.yoctoproject.org/
- curl patches: https://git.openembedded.org/openembedded-core/tree/meta/recipes-support/curl - curl patches: https://git.openembedded.org/openembedded-core/tree/meta/recipes-support/curl
@ -231,16 +254,22 @@ can also be used on other distributions
## vcpkg ## vcpkg
*Rolling Release*
- curl: https://github.com/microsoft/vcpkg/tree/master/ports/curl - curl: https://github.com/microsoft/vcpkg/tree/master/ports/curl
- curl issues: https://github.com/microsoft/vcpkg/issues - curl issues: https://github.com/microsoft/vcpkg/issues
- curl patches: https://github.com/microsoft/vcpkg/tree/master/ports/curl (`*.patch`) - curl patches: https://github.com/microsoft/vcpkg/tree/master/ports/curl (`*.patch`)
## Void Linux ## Void Linux
*Rolling Release*
- curl: https://github.com/void-linux/void-packages/tree/master/srcpkgs/curl - curl: https://github.com/void-linux/void-packages/tree/master/srcpkgs/curl
- curl issues: https://github.com/void-linux/void-packages/issues - curl issues: https://github.com/void-linux/void-packages/issues
- curl patches: https://github.com/void-linux/void-packages/tree/master/srcpkgs/curl/patches - curl patches: https://github.com/void-linux/void-packages/tree/master/srcpkgs/curl/patches
## Wolfi ## Wolfi
*Rolling Release*
- curl: https://github.com/wolfi-dev/os/blob/main/curl.yaml - curl: https://github.com/wolfi-dev/os/blob/main/curl.yaml