openresty-packaging icon indicating copy to clipboard operation
openresty-packaging copied to clipboard

Official OpenResty packaging source and scripts for various Linux distributions and other systems

Results 42 openresty-packaging issues
Sort by recently updated
recently updated
newest added

Tested builds on the vagrant boxes edrw/centos7-64 and ubuntu/trusty64. I updated the rpm changelog to include a note about the update. I assumed this would be version `1.13.6.2-2` of the...

For sysV init script: 1. Fix a failure `test_config` directive, if you add the `-c` parameter,you must have a specify configuration filename should just remove this and add a flexible...

Building everything from source in docker is pretty rough. Builds take upwards of 10 minutes using travis-ci and the ARM64 builder. Would be quite nice to leverage pre-built binaries for...

We would like to switch to the official openresty packages instead of compiling it ourselves. However, we would like to use brotli content-encoding for performance reasons. So far, I've not...

The Docker packaging got [this issue](https://github.com/openresty/docker-openresty/issues/155) about needing `lsb-base` package. This is due to the `init` scripts invoking `/lib/lsb/init-functions`. https://packages.debian.org/search?suite=stable&section=all&arch=any&searchon=contents&keywords=init-functions Maybe regular Debian installs have this installed but the `slim`...

Openssl 1.1.1g got released 2020-04-21 fixing CVE-2020-1967 : https://www.openssl.org/news/secadv/20200421.txt

without this flag, building dynamic modules, targeting a specific openresty package release is a pain. One has to use `-V` option to figure out the build arguments used when building...

So this happened to me today: ``` Jan 09 19:01:52 openresty.example.com systemd[1]: Starting SYSV: OpenResty is a scalable web platform by extending... Jan 09 19:01:52 openresty.example.com openresty[628]: /etc/rc.d/init.d/openresty: line 17:...

Since the bundled init script is just for demonstration and testing purposes ( [Issue 18](https://github.com/openresty/openresty-packaging/issues/18) ) can we skip chkconfig registration ?The current configuration register openresty and start openresty on...

Hi, I've noticed you've just released Openresty 1.11.2.4 in order to include the latest security fixes from upstream nginx version. We only update our Ubuntu systems (automatically) with security fixes,...