aboutsummaryrefslogtreecommitdiffstats
path: root/main/dansguardian
Commit message (Collapse)AuthorAgeFilesLines
* main/[various]: bump pkgrel for pre-install fixesPrzemyslaw Pawelczyk2016-04-251-1/+1
|
* Improve consistency of scripts using adduser/addgroup.Przemyslaw Pawelczyk2016-04-251-1/+2
| | | | | | | | | | | | Following rules have been applied: - script starts with shebang !#/bin/sh followed by blank line, - script ends with exit 0 prepended by blank line, - only stderr of adduser, addgroup or passwd is redirected to /dev/null, - getent passwd/group instances has been removed, - manual checking of file and group existence has been removed, - `|| true` instances has been removed. Comments and line wrapping have been preserved.
* Add -g option (GECOS/comment) to adduser in scripts.Przemyslaw Pawelczyk2016-04-251-0/+1
| | | | | | This way we can avoid ugly default: Linux user,,,
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-282-5/+5
|
* main/*: cleanup: remove pkgconfig from makedependsNatanael Copa2015-04-091-1/+1
| | | | it should be pulled in automatically
* main/*: remove libiconv-dev from makedependsNatanael Copa2015-04-091-1/+1
|
* main/dansguardian: fix musl buildTimo Teräs2013-10-282-3/+37
|
* main/[various]: update config.sub (and remove charset.alias)Timo Teräs2013-09-291-0/+1
| | | | | | for musl build. the changes are automatically done based on previous build log errors, so this does not guarantee successful build, but is a required.
* main/dansguardian: use /sbin/nologin as shellNatanael Copa2013-09-031-1/+1
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-2/+6
|
* main/dansguardian: bind only to 127.0.0.1 by defaultNatanael Copa2013-03-061-2/+6
|
* main/dansguardian: upgrade to 2.12.0.3Natanael Copa2013-03-065-77/+109
| | | | ref #1629
* main/dansguardian: fix build with eglibc and gcc 4.6Carlo Landmeter2013-01-042-2/+23
|
* main/dansguardian: rebuild against pcre-8.30Natanael Copa2012-03-121-1/+1
|
* main/dansguardian: replace opts in init.d scriptNatanael Copa2012-01-192-6/+6
| | | | ref #943
* main: mass-rebuild of packages missing arch in .PKGINFONatanael Copa2011-03-311-1/+1
| | | | this is needed for apk-tools-2.1 migration
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/[various]: bump pkgrel to force rebuild against nptlNatanael Copa2010-05-041-1/+1
|
* main/dansguardian: build against libstdc++Natanael Copa2009-10-272-5/+43
| | | | uclibc++ is broken
* main/dansguardian,dhcpd: start service after firewallNatanael Copa2009-09-152-2/+3
|
* main/dansguardian: do not block "microsoft...clustimg=..." and similarNatanael Copa2009-09-091-1/+5
| | | | we just change default config
* main/dansguardian: fix for ftp credentialsNatanael Copa2009-08-312-2/+46
| | | | | | Patch from http://tech.groups.yahoo.com/group/dansguardian/message/23013 fixes #146
* main/dansguardian: provide a logrotate scriptNatanael Copa2009-08-212-6/+21
| | | | fixes #84
* main/dansguardian: upgrade to 2.10.1.1Natanael Copa2009-08-101-3/+3
|
* main/dansguardian: set permissions on /var/log/dansguardianNatanael Copa2009-08-102-3/+9
| | | | fixes #123
* moved extra/* to main/Natanael Copa2009-07-243-0/+76
and fixed misc build issues