Revision tags: 1.31.0-1, 1.31.0 |
|
2529:0ab0ef5be0a4 | 22-Aug-2023 |
Konstantin Pavlov |
Packages: specify runstatedir and logdir explicitely. |
2527:a9627f50d292 | 22-Aug-2023 |
Konstantin Pavlov |
Packages: added libunit-wasm and headers to rpm packaging. |
2524:5677bdb5698e | 22-Aug-2023 |
Konstantin Pavlov |
Packages: added wasm module packaging for rpm-based distros. |
2521:72b24a3ab933 | 22-Aug-2023 |
Konstantin Pavlov |
Packages: added pkg-config file packaging for rpm-based distros. Debian-based distributions package it automatically. |
2475:b4f09ab4b9f6 | 24-May-2023 |
Andrei Zeliankou |
Updated copyright notice. |
Revision tags: 1.30.0-1, 1.30.0 |
|
2439:4cabfc9895f4 | 24-Apr-2023 |
Alejandro Colomar |
Docs: moved uintd.8 to man8/ subdirectory.
Reviewed-by: Artem Konev <a.konev@f5.com> Signed-off-by: Alejandro Colomar <alx@nginx.com> |
2406:9388b55b62a0 | 30-Mar-2023 |
Konstantin Pavlov |
Packages: added unitc and setup-unit. |
2401:12c141e61f07 | 30-Mar-2023 |
Konstantin Pavlov |
Packages: Used a stricter check for Amazon Linux 2023.
Previously, findstring matched on amazonlinux2 too, breaking the build on that OS. |
2400:799719fc6a62 | 29-Mar-2023 |
Konstantin Pavlov |
Packages: fixed rpm builds after 817968931c58. |
2399:2ef80ad91fbd | 22-Mar-2023 |
Konstantin Pavlov |
Packages: Added Amazon Linux 2023. |
2398:f36dabe24865 | 22-Mar-2023 |
Konstantin Pavlov |
Packages: check rpm database for actual provides. Previously, we required an exact non-virtual package, however it's fine if some package has a fully-virtual provides for what we need. |
2396:06b2a49a4f81 | 27-Mar-2023 |
Alejandro Colomar |
Renamed --libstatedir to --statedir.
In BSD systems, it's usually </var/db> or some other dir under </var> that is not </var/lib>, so $statedir is a more generic name. See hier(7).
Reported-by: An
Renamed --libstatedir to --statedir.
In BSD systems, it's usually </var/db> or some other dir under </var> that is not </var/lib>, so $statedir is a more generic name. See hier(7).
Reported-by: Andrei Zeliankou <zelenkov@nginx.com> Reported-by: Zhidao Hong <z.hong@f5.com> Reviewed-by: Konstantin Pavlov <thresh@nginx.com> Reviewed-by: Andrew Clayton <a.clayton@nginx.com> Cc: Liam Crilly <liam@nginx.com> Signed-off-by: Alejandro Colomar <alx@nginx.com>
show more ...
|
Revision tags: 1.29.1-1, 1.29.1 |
|
2336:c4714d4ac4ed | 29-Dec-2022 |
Konstantin Pavlov |
Packages: do not clean up rpm build root.
These directories are used in the Makefile to determine status of a target. |
2319:2d8eedd88705 | 06-Feb-2023 |
Konstantin Pavlov |
Packages: get rid of deprecated configure options. |
2294:61cf1d848151 | 29-Dec-2022 |
Konstantin Pavlov |
Packages: do not clean up rpm build root.
These directories are used in the Makefile to determine status of a target. |
Revision tags: 1.29.0-1, 1.29.0 |
|
2279:6cd3fab62d46 | 14-Dec-2022 |
Konstantin Pavlov |
Packages: Used a more common name for pkg-config. pkg-config package is named differently on supported rpm-based systems: - Amazon Linux 2 has pkgconfig - Fedora has pkgconf-pkg-config - RHEL 7 has p
Packages: Used a more common name for pkg-config. pkg-config package is named differently on supported rpm-based systems: - Amazon Linux 2 has pkgconfig - Fedora has pkgconf-pkg-config - RHEL 7 has pkgconfig - RHEL 8 and 9 have pkgconfig-pkg-config
What they share in common is they all provide 'pkgconfig', which we can use in the spec file so we don't have to specify it per-OS.
show more ...
|
2277:424a6a6214ef | 08-Dec-2022 |
Konstantin Pavlov |
Packages: added njs support. |
2254:161c47a9b4f0 | 16-Nov-2022 |
Konstantin Pavlov |
Packages: added Fedora 37 support. |
2239:9f3bfc23b64f | 04-Nov-2022 |
Konstantin Pavlov |
Packages: relaxed dependencies between modules and base package. This allows us to update base or single modules packages without updating the whole set. |
2233:2b2b341c23df | 04-Nov-2022 |
Konstantin Pavlov |
Packages: added Python 3.8 and Python 3.9 modules on RHEL 8 clones. Refs: https://github.com/nginx/unit/issues/778 |
Revision tags: 1.28.0-1, 1.28.0 |
|
2191:cc6cc1bb1fd9 | 21-Jun-2022 |
Konstantin Pavlov |
Packaging: removed support for SLES and derivatives. The packages were never built for those OSes. |
2138:8223904cc4bb | 20-Jun-2022 |
Konstantin Pavlov |
Packages: cleanup targets that are not supported anymore. |
2136:5bcedb046826 | 20-Jun-2022 |
Konstantin Pavlov |
Packages: dropped /etc/unit directory.
It's never used. |
Revision tags: 1.27.0-1, 1.27.0 |
|
2116:c8fd41f564cf | 31-May-2022 |
Konstantin Pavlov |
Packaging: added support for RHEL 9. |
2107:cd075799fad9 | 26-May-2022 |
Konstantin Pavlov |
Packaging: Go: use GO111MODULE=auto in build instructions. |