antecrescent
antecrescent
**Describe the bug** Github automatically creates [source code archives](https://docs.github.com/en/repositories/working-with-files/using-files/downloading-source-code-archives#source-code-archive-urls) which are commonly used by distros to fetch repositories at point releases. These do not include the `.git` directory. Consequently, `UWUFETCH_VERSION...
**Is your feature request related to a problem? Please describe.** Currently, uwufetch relies on the undocumented `PKGPATH` macro to define the path to where the package manager lies. If not...
**Describe the bug** https://github.com/TheDarkBug/uwufetch/blob/454b153a2cd09a09ed1ebf4eb2697c386c960381/uwufetch.c#L203-L205 Line 203 and 205 allow for arbitrary code execution via code injection. **To Reproduce** ```shell make ./uwufetch -i "; clear; echo foo" sh: line 1: viu:...
Please refer to the commit messages for a detailed explanation for these changes. [Makefile conventions](https://www.gnu.org/software/make/manual/html_node/Makefile-Conventions.html): I tried to improve the build system flexibility for distro packagers and end users by...
### Problem/Question: Do you support OpenSSL built with support for SSL/TLS compression? Your install scripts for OpenSSL build the library without it (`no-zlib`) but there is no mention of it...
### FluidSynth version Reproducable at least since v 2.2.5. ### Describe the bug The build fails on GCC-only machines, if native symlinks to /usr/bin/{cc,gcc} are not available. In the following...
This change is useful, if you want to extract the introductory paragraph from dr_{mp3,flac,wav}.h via regular expressions like it's done [here](https://github.com/gentoo/guru/commit/b88d3ed0965aeae7ff98e453e6216e92eaea2f3c#r134692400).
This makes the tests in `test/` build. I pulled it from the Fedora repository: https://src.fedoraproject.org/rpms/rang/raw/rawhide/f/0000-rang-fix-tests.patch
The `ring` crate is partly licensed under `openssl` and pycargoebuild doesn't add it automatically. I forgot to add it back manually after I was done testing the package.
The first commit fixes a startup error (#115), when `$XDG_DATA_DIRS` is not defined and thus gets incorrectly set to `:/run/host/usr/share:/var/lib/snapd/desktop:/var/lib/flatpak/exports/share:${HOME}/.local/share/flatpak/exports/share` while the XDG Base Directory Specification [states](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html#variables): > If $XDG_DATA_DIRS...