Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-03 | Packages: don't redefine FORTIFY_SOURCE on Ubuntu | Konstantin Pavlov | 1 | -1/+6 | |
The default on Ubuntu 24.04 and newer is now -D_FORTIFY_SOURCE=3 which clashes with our definition. We shouldnt be setting it for Ubuntus anyway since _FORTIFY_SOURCE=2 for older distros is already handled by the defaults in their gcc builds. | |||||
2023-02-06 | Packages: get rid of deprecated configure options. | Konstantin Pavlov | 1 | -2/+2 | |
2022-05-16 | Packages: ship README.md and CONTRIBUTING.md. | Konstantin Pavlov | 1 | -1/+2 | |
2019-12-24 | Go: moving source files to the root of the project. | Max Romanov | 1 | -0/+1 | |
This patch includes packaging changes related to files move. | |||||
2019-02-28 | Packages: added unit-jsc (Java Servlet Container) family. | Andrei Belov | 1 | -0/+107 | |
2018-11-29 | Packages: made unit-go architecture-dependent. | Andrei Belov | 1 | -100/+0 | |
This closes #172 issue on GitHub. | |||||
2017-12-28 | Packages: fixed building on 64-bit Debian 9 and Ubuntu 17.10. | Andrei Belov | 1 | -1/+1 | |
2017-12-28 | Packages: hardening flags for deb. | Andrei Belov | 1 | -3/+10 | |
2017-12-01 | Packaging changes for updated Go package. | Max Romanov | 1 | -0/+93 | |
- package name changed to 'nginx/unit'; - source files installed in /usr/share/gocode; - rpm and deb go packages made noarch. |