New review comment by oreo639 on void-packages repository https://github.com/void-linux/void-packages/pull/34902#discussion_r1062229421 Comment: glibc has a release branch where patches go to including several critical ones. https://github.com/bminor/glibc/tree/release/2.36/master paper didn't want me to include the branch as a patch (like what debian does) since the patch is enormous. So we generated a tarball from the release branch using make dist. (Fedora does this and Arch just uses git) It was generated from the following commit: https://github.com/bminor/glibc/commit/0f90d6204d79223fd32248c774df0cb7f0e604de The patchver is the output of `git describe` \-g\ Where ncommit is the number of commits between the release branch and the release tag. It was also supposed to get uploaded to https://repo-default.voidlinux.org/distfiles/ but no one has done that yet so it is still pointing to his server.