summaryrefslogtreecommitdiffstats
path: root/main/gross
Commit message (Collapse)AuthorAgeFilesLines
* main/gross: create directory for pidfile in init.d scriptNatanael Copa2014-04-173-7/+6
| | | | ref #2840
* main/[various]: update config.sub (and remove charset.alias)Timo Teräs2013-09-291-12/+13
| | | | | | 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/gross: use /sbin/nologin as shellNatanael Copa2013-09-042-2/+2
|
* main/gross: use /sbin/nologin as shellNatanael Copa2013-09-031-0/+12
|
* [all autotools packages]: normalize ./configureTimo Teräs2013-07-301-4/+8
|
* main/gross: add missing patchCarlo Landmeter2013-01-071-0/+13
|
* main/gross: fix build on eglibcCarlo Landmeter2013-01-041-2/+3
|
* main/gross: fix the grey_tuple patchNatanael Copa2011-07-112-19/+19
|
* main/gross: build fix - disable parallel buildsNatanael Copa2011-07-061-1/+1
|
* main/gross: add grey_tuple featureNatanael Copa2011-07-062-12/+164
| | | | | | | | Allows you to do greylisting on client ip, sender domain, and helo instead of the default client ip, sender email and recipient email. Patch is discussed upstream: https://lists.utu.fi/pipermail/gross/2011/000300.html
* main/gross: fix apkbuildWilliam Pitcock2011-06-291-0/+2
|
* main/gross: remove *.la filesWilliam Pitcock2011-06-291-1/+5
|
* 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/gross: upgrade to 1.0.2Natanael Copa2009-09-293-103/+4
|
* main/gross: start service after firewallNatanael Copa2009-09-152-8/+5
|
* main/gross: init.d script fixNatanael Copa2009-08-132-6/+6
| | | | | | | we stop the daemon using --exec rather than pidfile. This is to make sure that all threads (when using linuxthreads) are gone when restarting. fixes #130
* main/gross: fix link in /etc/runlevelsNatanael Copa2009-07-242-3/+4
| | | | fixes #72
* moved extra/* to main/Natanael Copa2009-07-2410-0/+240
and fixed misc build issues