Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-14 | Packages: Used a more common name for pkg-config. | Konstantin Pavlov | 1 | -1/+1 | |
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. | |||||
2022-12-07 | Packages: added njs support. | Konstantin Pavlov | 5 | -8/+30 | |
2022-11-29 | Added contribs and njs. | Konstantin Pavlov | 6 | -0/+168 | |
2022-12-13 | Docker: limited the waiting time for control socket removal. | Konstantin Pavlov | 1 | -1/+15 | |
Fixes https://github.com/nginx/unit/issues/728 Refs https://github.com/nginx/unit/issues/718 | |||||
2022-12-13 | Regenerated Dockerfiles. | Konstantin Pavlov | 2 | -4/+4 | |
2022-12-07 | Docker: bumped language versions. | Konstantin Pavlov | 1 | -2/+2 | |
2022-11-16 | Packages: added Ubuntu 22.10 "kinetic" support. | Konstantin Pavlov | 3 | -0/+101 | |
2022-11-16 | Packages: added Fedora 37 support. | Konstantin Pavlov | 3 | -1/+85 | |
2022-11-04 | Packages: relaxed dependencies between modules and base package. | Konstantin Pavlov | 5 | -2/+6 | |
This allows us to update base or single modules packages without updating the whole set. | |||||
2022-11-04 | Packages: added Python 3.8 and Python 3.9 modules on RHEL 8 clones. | Konstantin Pavlov | 3 | -0/+71 | |
Refs: https://github.com/nginx/unit/issues/778 | |||||
2022-10-27 | Fixed path for sed(1). | Alejandro Colomar | 1 | -1/+1 | |
Some distros provide it in /bin/sed and others in both /bin/sed and /usr/bin/sed. Use the more available one. Reported-by: Konstantin Pavlov <thresh@nginx.com> Fixes: ac64ffde5718 "Improved readability of <docker-entrypoint.sh>." Signed-off-by: Alejandro Colomar <alx@nginx.com> | |||||
2022-10-26 | Improved readability of <docker-entrypoint.sh>. | javad mnjd | 1 | -5/+5 | |
Cc: Konstantin Pavlov <thresh@nginx.com> Signed-off-by: Alejandro Colomar <alx@nginx.com> | |||||
2022-09-13 | Generated Dockerfiles for Unit 1.28.0.1.28.0 | Andrei Zeliankou | 8 | -8/+8 | |
2022-09-09 | Regenerated Dockerfiles. | Konstantin Pavlov | 3 | -6/+6 | |
2022-09-09 | Docker: bumped language versions, moved jsc11 to eclipse-temurin. | Konstantin Pavlov | 1 | -3/+3 | |
openjdk builds are no longer provided in the docker library due to deprecation. | |||||
2022-06-21 | Packaging: removed support for SLES and derivatives. | Konstantin Pavlov | 13 | -144/+5 | |
The packages were never built for those OSes. | |||||
2022-06-20 | Packages: cleanup targets that are not supported anymore. | Konstantin Pavlov | 23 | -795/+2 | |
2022-06-20 | Packages: dropped /etc/unit directory. | Konstantin Pavlov | 2 | -3/+0 | |
It's never used. | |||||
2022-06-02 | Generated Dockerfiles for Unit 1.27.0.1.27.0 | Andrei Zeliankou | 8 | -8/+8 | |
2022-05-31 | Packaging: added support for RHEL 9. | Konstantin Pavlov | 2 | -1/+13 | |
2022-05-26 | Packaging: Go: use GO111MODULE=auto in build instructions. | Konstantin Pavlov | 2 | -2/+2 | |
2022-05-16 | Packages: ship README.md and CONTRIBUTING.md. | Konstantin Pavlov | 6 | -7/+13 | |
2022-05-05 | Packages: added Ubuntu 22.04 "jammy" support. | Konstantin Pavlov | 1 | -0/+14 | |
2022-05-11 | Regenerated Dockerfiles. | Konstantin Pavlov | 8 | -10/+42 | |
2022-05-11 | Docker: bumped language versions. | Konstantin Pavlov | 1 | -2/+2 | |
2022-02-15 | Updated copyright notice. | Valentin Bartenev | 7 | -29/+73 | |
2022-01-13 | Docker: bumped Python image version. | Konstantin Pavlov | 1 | -1/+1 | |
2021-12-17 | Docker: bumped PHP image version. | Konstantin Pavlov | 1 | -1/+1 | |
2021-12-01 | Docker: made Dockerfiles architecture agnostic. | Konstantin Pavlov | 2 | -2/+6 | |
2021-12-02 | Generated Dockerfiles for Unit 1.26.1.1.26.1 | Valentin Bartenev | 8 | -8/+8 | |
2021-12-02 | Packages: added systemd service for debug binary. | Andrei Belov | 4 | -5/+50 | |
2021-11-30 | Docker: respect the binary from CMD in the entrypoint. | Konstantin Pavlov | 1 | -1/+1 | |
2021-12-01 | Packages: adjusted debhelper minimal version for Debian/Ubuntu. | Andrei Belov | 3 | -6/+6 | |
Forgotten in 199a11eceb3c. While here, Standards-Version increased to 4.1.4 (matches Ubuntu 18.04 as the oldest supported distro). | |||||
2021-11-18 | Generated Dockerfiles for Unit 1.26.0.1.26.0 | Valentin Bartenev | 8 | -8/+8 | |
2021-11-12 | Packages: added support for Fedora 35. | Andrei Belov | 3 | -1/+76 | |
2021-11-09 | Packages: fixed dependency checks on multi-arch Debian/Ubuntu. | Andrei Belov | 1 | -1/+1 | |
2021-10-21 | Packages: removed support for EOL'ed Debian/Ubuntu distros. | Andrei Belov | 3 | -102/+3 | |
While here, default debhelper compat level bumped to 11 (this is the version installed out of the box on Ubuntu 18.04 "bionic" which is the oldest one from supported distros). | |||||
2021-10-21 | Packages: added Ubuntu 21.10 "impish" support. | Andrei Belov | 6 | -3/+167 | |
2021-10-19 | Packages: fixed dependency tracking for Go and Java modules on RHEL7. | Andrei Belov | 1 | -2/+2 | |
2021-09-21 | Regenerated Dockerfiles. | Konstantin Pavlov | 5 | -10/+10 | |
2021-09-21 | Docker: bumped versions. | Konstantin Pavlov | 1 | -5/+5 | |
Minimal image now uses Debian 11 "Bullseye" as a base. Language versions are bumped to: - Go 1.17 - Node 16 - Perl 5.34 - Ruby 3.0 | |||||
2021-08-19 | Generated Dockerfiles for Unit 1.25.0.1.25.0 | Valentin Bartenev | 8 | -8/+8 | |
2021-08-17 | Packages: added Debian 11 "bullseye" support. | Andrei Belov | 2 | -1/+13 | |
2021-05-27 | Generated Dockerfiles for Unit 1.24.0.1.24.0 | Valentin Bartenev | 8 | -8/+8 | |
2021-05-27 | Packages: added Ubuntu 21.04 "hirsute" support. | Andrei Belov | 8 | -1/+250 | |
2021-04-21 | Packages: switched to common address for package maintainers. | Andrei Belov | 7 | -7/+15 | |
2021-04-12 | Packages: fixed Amazon Linux 2 module packages to use openssl 1.1 | Konstantin Pavlov | 1 | -0/+4 | |
2021-04-08 | Packages: moved Amazon Linux 2 packages to use openssl 1.1 | Konstantin Pavlov | 2 | -0/+8 | |
2021-03-31 | Packages: fixed "dist" target to include man page in the archive. | Valentin Bartenev | 1 | -1/+1 | |
2021-03-26 | Packages: corrected permissions for /var/log/unit in rpm. | Andrei Belov | 1 | -1/+1 | |
Found by rpmlint. |