Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/mini_httpd: rebuild against libressl 2.5 | Natanael Copa | 2017-04-18 | 1 | -1/+1 |
| | |||||
* | main/mini_httpd: fixed logrotate script | Daniele Coli | 2017-04-03 | 2 | -13/+3 |
| | | | | Syntax error on postrotate script: missing ";". | ||||
* | main/mini_httpd: upgrade to 1.26 | Valery Kartel | 2017-02-07 | 6 | -81/+59 |
| | |||||
* | main/mini_httpd: fix handling of cgi programs with binary output | Timo Teräs | 2016-11-09 | 2 | -5/+39 |
| | | | | ref #6391 | ||||
* | main/mini_httpd: rebuild against libressl | Natanael Copa | 2016-10-10 | 1 | -2/+2 |
| | |||||
* | main/mini_httpd: upgrade to 1.25 | Natanael Copa | 2016-07-14 | 1 | -5/+5 |
| | |||||
* | main/[various]: bump pkgrel for pre-install fixes | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | |||||
* | Reorder arguments passed to addgroup/adduser in scripts. | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -2/+2 |
| | | | | | | | Now all invocations have following order of arguments (if present): addgroup -S -g ... GROUP adduser -S -u ... -D -H -h ... -s ... -G ... -g ... USER | ||||
* | Add -g option (GECOS/comment) to adduser in scripts. | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | | | | | | This way we can avoid ugly default: Linux user,,, | ||||
* | Reorder options passed to addgroup in scripts: make -S first. | Przemyslaw Pawelczyk | 2016-04-25 | 1 | -1/+1 |
| | | | | It's only for consistency and to ease spotting lack of it. | ||||
* | main/mini_httpd: Added description to init.d script | Daniele Coli | 2015-11-20 | 2 | -4/+6 |
| | | | | | Added description to init.d script in order to make it compliant with rc-system and avoid annoying warning messages on syslog. | ||||
* | main/mini_httpd: update checksum | Francesco Colista | 2015-07-22 | 1 | -3/+3 |
| | |||||
* | main/mini_httpd: runs with minihttpd user and www-data group | Francesco Colista | 2015-07-22 | 3 | -2/+8 |
| | |||||
* | main/mini_httpd: upgrade to 1.21 | Leonardo Arena | 2015-06-02 | 1 | -5/+5 |
| | | | | Fixes #4262 | ||||
* | main/*: replace all sbin/runscript with sbin/openrc-run | Natanael Copa | 2015-04-28 | 2 | -3/+11 |
| | |||||
* | main/mini_httpd: fix build on eglibc | Carlo Landmeter | 2013-01-05 | 1 | -2/+12 |
| | |||||
* | main/mini_httpd: look for conf in /etc/mini_httpd/ | Natanael Copa | 2012-05-02 | 2 | -3/+3 |
| | |||||
* | main/mini_httpd: move config to /etc/mini_httpd/ | Natanael Copa | 2012-05-02 | 5 | -7/+20 |
| | | | | and provide upgrade path | ||||
* | main: mass-rebuild of packages missing arch in .PKGINFO | Natanael Copa | 2011-03-31 | 1 | -1/+1 |
| | | | | this is needed for apk-tools-2.1 migration | ||||
* | Set all packages with arch="x86 x86_64" to arch="all". | William Pitcock | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | main/*: add arch | Natanael Copa | 2010-12-13 | 1 | -0/+1 |
| | |||||
* | main/[various]: rebuild against openssl-1.0 | Natanael Copa | 2010-05-14 | 1 | -1/+1 |
| | |||||
* | main/[various]: bump pkgrel to force rebuild against nptl | Natanael Copa | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | main/mini_httpd: start service after firewall | Natanael Copa | 2009-09-15 | 2 | -2/+3 |
| | |||||
* | main/mini_httpd: added logrotate script | Natanael Copa | 2009-09-03 | 4 | -7/+30 |
| | | | | | | moved default logfile and pid fiels to /var/{run,log}/mini_httpd/ fixes #80 | ||||
* | moved extra/* to main/ | Natanael Copa | 2009-07-24 | 3 | -0/+117 |
and fixed misc build issues |