aboutsummaryrefslogtreecommitdiff
path: root/mail/clamsmtp/patches
Commit message (Collapse)AuthorAge
* clamsmtp: removeRosen Penev2020-08-12
| | | | | | | | Judging from https://salsa.debian.org/clamav-team/clamsmtp/-/tags , it seems that this was last updated 11 years ago. The domain is also gone. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* clamsmtp: Really fix compilationRosen Penev2018-11-12
| | | | | | It seems Linux headers are broken/incompatible with musl for some reason. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* clamsmtp: Fix compile under muslRosen Penev2018-08-26
sys/socket already includes the needed socket stuff. Including the second header causes the build to fail. Signed-off-by: Rosen Penev <rosenp@gmail.com>