Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-07 | Packages: added njs support. | Konstantin Pavlov | 2 | -2/+10 | |
2022-11-04 | Packages: relaxed dependencies between modules and base package. | Konstantin Pavlov | 1 | -0/+1 | |
This allows us to update base or single modules packages without updating the whole set. | |||||
2022-06-20 | Packages: dropped /etc/unit directory. | Konstantin Pavlov | 1 | -1/+0 | |
It's never used. | |||||
2022-05-16 | Packages: ship README.md and CONTRIBUTING.md. | Konstantin Pavlov | 1 | -2/+4 | |
2022-02-15 | Updated copyright notice. | Valentin Bartenev | 1 | -5/+7 | |
2021-12-02 | Packages: added systemd service for debug binary. | Andrei Belov | 2 | -1/+16 | |
2021-12-01 | Packages: adjusted debhelper minimal version for Debian/Ubuntu. | Andrei Belov | 1 | -2/+2 | |
Forgotten in 199a11eceb3c. While here, Standards-Version increased to 4.1.4 (matches Ubuntu 18.04 as the oldest supported distro). | |||||
2021-10-21 | Packages: removed support for EOL'ed Debian/Ubuntu distros. | Andrei Belov | 1 | -4/+0 | |
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-04-21 | Packages: switched to common address for package maintainers. | Andrei Belov | 1 | -1/+1 | |
2021-03-24 | Packages: added man page on debian-based systems. | Konstantin Pavlov | 1 | -1/+3 | |
2021-01-18 | Bumping year in copyright notice. | Valentin Bartenev | 1 | -8/+8 | |
2020-12-28 | Packages: fixed building for Ubuntu 16.04 "xenial". | Andrei Belov | 2 | -0/+79 | |
Changes introduced in a27532e3a17b effectively broke building of the unit package due to missed dh_installsystemd script in older debhelper 9.x. Once Ubuntu 16.04 reach EOL, the following actions should be made: - this commit should be reverted; - minimal debhelper version should be increased to 11. | |||||
2020-12-17 | Packages: run non-privileged processes under "unit" user. | Andrei Belov | 3 | -4/+35 | |
2020-11-24 | Packages: added pcre2 to build depends. | Konstantin Pavlov | 1 | -1/+2 | |
While at it, propagate unit build depends to modules. | |||||
2020-11-24 | Packages: dropped support for non-systemd distributions. | Konstantin Pavlov | 2 | -75/+1 | |
2020-12-16 | Packages: the NOTICE file added to debian binaries. | Andrei Belov | 1 | -1/+2 | |
This resolves the following lintian error: https://lintian.debian.org/tags/missing-notice-file-for-apache-license.html While here, changed upstream changelog name to conform with the policy: https://lintian.debian.org/tags/wrong-name-for-upstream-changelog.html | |||||
2020-01-27 | Updated copyright notice. | Valentin Bartenev | 1 | -4/+9 | |
2019-12-25 | Go: changing import name for "unit.nginx.org/go". | Max Romanov | 1 | -1/+1 | |
This patch includes packaging changes - update unit-go installation directory. | |||||
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-09-25 | Packaging: debian: drop a surplus line from init script | Konstantin Pavlov | 1 | -2/+0 | |
2019-09-25 | Packaging: debian: changed NAME in the init script | Konstantin Pavlov | 1 | -1/+1 | |
This fixes the following issues: - inability to stop unit daemon - default configuration from /etc/default/unit are not propagated to the daemon | |||||
2019-09-25 | Packages: added logrotate configuration for Debian packages. | Andrei Belov | 1 | -0/+15 | |
While here, made logrotate configuration consistent between rpm and deb. This closes #323 issue on GitHub. | |||||
2019-07-04 | Packages: log and pid paths made consistent. | Andrei Belov | 3 | -3/+3 | |
2019-04-24 | Packages: using "pass" option in config examples. | Valentin Bartenev | 1 | -4/+4 | |
The "application" option has been deprecated since 1.8.0. | |||||
2019-02-28 | Packages: added unit-jsc (Java Servlet Container) family. | Andrei Belov | 1 | -0/+4 | |
2019-02-26 | Packages: fixed packages build, broken in 00d8049418cf. | Andrei Belov | 1 | -0/+2 | |
2019-01-09 | Year 2019. | Valentin Bartenev | 1 | -4/+5 | |
2018-11-26 | Packages: added strict version dependency for unit-dev/unit-devel. | Andrei Belov | 1 | -1/+2 | |
2018-10-23 | Packages: introduced unit-dev/unit-devel package. | Andrei Belov | 2 | -0/+16 | |
2018-10-09 | Renamed "go" application type to "external". | Valentin Bartenev | 1 | -1/+1 | |
There's nothing specific to Go language. This type of application object can be used to run any external application that utilizes libunit API. | |||||
2018-10-05 | Packages: all CRLF newlines in examples converted to LF. | Andrei Belov | 1 | -51/+51 | |
2018-09-26 | Packages: removed "loadconfig" and "saveconfig" actions. | Andrei Belov | 1 | -29/+1 | |
2018-09-20 | Packages: enabled OpenSSL support. | Andrei Belov | 1 | -1/+2 | |
2018-02-07 | Packages: added Perl package. | Andrei Belov | 1 | -0/+12 | |
2018-02-07 | Packages: fixed example configurations after fa714d76592b. | Andrei Belov | 1 | -2/+2 | |
2018-01-01 | Year 2018. | Valentin Bartenev | 1 | -4/+4 | |
2017-12-28 | Packages: hardening flags for deb. | Andrei Belov | 1 | -3/+13 | |
2017-12-01 | Packaging changes for updated Go package. | Max Romanov | 1 | -1/+1 | |
- package name changed to 'nginx/unit'; - source files installed in /usr/share/gocode; - rpm and deb go packages made noarch. | |||||
2017-10-19 | Introduced deb packages building tools.0.2 | Andrei Belov | 13 | -0/+400 | |