https://github.com/zlib-ng/patches
Patches for 3rd party applications to enable compiling against zlib-ng in native mode.
https://github.com/zlib-ng/patches
patches retrofit zlib-ng
Last synced: 8 months ago
JSON representation
Patches for 3rd party applications to enable compiling against zlib-ng in native mode.
- Host: GitHub
- URL: https://github.com/zlib-ng/patches
- Owner: zlib-ng
- Created: 2021-02-25T12:34:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T13:19:46.000Z (over 1 year ago)
- Last Synced: 2024-12-27T17:24:02.710Z (over 1 year ago)
- Topics: patches, retrofit, zlib-ng
- Homepage:
- Size: 7.81 KB
- Stars: 14
- Watchers: 8
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### About
This repository is here to allow sharing patches that allow compiling an application against zlib-ng.
The patches should generally be safe to use in prod.
The patches might not be implemented in a clean way, they might short-circuit zlib detection or otherwise
hard-code zlib-ng usage, therefore these patches might not be of a quality where they are ready to upstream.
### Contribution guidelines
* Look at the nginx patch folder for an example of how things should look.
* Add a folder for the application name, with a README.md file describing its contents.
* Add a short description to the README.md, detailing the changes per patch file.
* Optionally add a longer description to the top of the patch file.
* Add information about what version the patch applies cleanly to, preferably also as part of the patch name.