summaryrefslogtreecommitdiff
path: root/package/nginx
AgeCommit message (Collapse)Author
2024-01-21nginx: use user nginx, fix path to php socketWaldemar Brodkorb
2024-01-21nginx: update to 1.25.3Waldemar Brodkorb
2021-10-30nginx: update to 1.21.3Waldemar Brodkorb
2017-09-17remove -fhonour-copts usageWaldemar Brodkorb
This reuires a external gcc patch, which I no longer add to newer gcc. A lot of packages already need to disable the usage of -fhonour-copts, because it doesn't work without patching. May be we need something like Buildroot is using, a gcc wrapper to see poisened include or library paths while cross-compiling.
2017-04-23nginx: update to 1.12.0Waldemar Brodkorb
2017-03-18nginx: update to 1.11.10Waldemar Brodkorb
2016-09-30remove OpenSSL supportWaldemar Brodkorb
I thought some time about this, we have it in parallel some time and it have issues for allmodconfig builds. Anyway I have no fun doing openssl updates twice a week. We just can not support stunnel/ssltunnel anymore. For nodejs we use bundled openssl. I am an old OpenBSD geek anyway, so get rid of OpenSSL.
2016-06-06nginx: update to 1.11.1Waldemar Brodkorb
2016-04-02nginx: update to 1.9.13Waldemar Brodkorb
2016-03-04nginx: update to latest, add patches from buildrootWaldemar Brodkorb
2015-11-15add new ADK Symbol PKG_NEEDSWaldemar Brodkorb
There are a lot of packages which needs special features either toolchain or hardware features. Add a new symbol which will be used to disable packages, when a toolchain for example does not provide this feature. At the moment following features are required to set for a package: threads rt c++. There will follow: mmu iconv. This will help to better support targets without MMU or threading support.
2015-07-13add nginx configs working with phpWaldemar Brodkorb
2015-07-01update nginx to latestWaldemar Brodkorb
2015-02-19update to latest stable, some musl improvementsWaldemar Brodkorb
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-12-25update to latest upstreamWaldemar Brodkorb
2014-12-21rework packageWaldemar Brodkorb
2014-12-05update to latest upstream versionWaldemar Brodkorb
2014-06-21s/TOPDIR/ADK_TOPDIR/Waldemar Brodkorb
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make
2014-06-11update to latest upstreamWaldemar Brodkorb
2014-06-03fix more users ofWaldemar Brodkorb
2014-05-29resolve merge conflictWaldemar Brodkorb
2014-05-04simplify add_rcconfWaldemar Brodkorb
2014-05-04automatic dæmonising of servicesThorsten Glaser
2014-04-26use XZ tarballs as defaultWaldemar Brodkorb
2014-04-06update to latest upstream versionWaldemar Brodkorb
2013-08-20update to latest upstream versionWaldemar Brodkorb
2012-07-16fix sbin handling a little bitWaldemar Brodkorb
2012-07-16enable ssl module, add html filesWaldemar Brodkorb
2012-07-16add new package nginxWaldemar Brodkorb