Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename dovecot2/dovecot2-pigeonhole to dovecot/dovecot-pigeonhole. | adamw | 2017-08-08 | 1 | -2/+2 |
* | Remove optional dependencies on mail/dovecot. | rene | 2017-08-01 |
--- src/s_bsd.c.orig 2015-08-16 06:44:25 UTC +++ src/s_bsd.c @@ -455,7 +455,7 @@ int inetport(aClient *cptr, char *name, */ if (cptr->fd == -1) { - cptr->fd = socket(AFINET, SOCK_STREAM, 0); + cptr->fd = socket(AFINET, SOCK_STREAM, IPPROTO_TCP); } if (cptr->fd < 0) { me-3.36' type='application/atom+xml'/>
index : freebsd-ports-gnome | ||
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome) |
aboutsummaryrefslogtreecommitdiffstats |
Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename dovecot2/dovecot2-pigeonhole to dovecot/dovecot-pigeonhole. | adamw | 2017-08-08 | 1 | -2/+2 |
* | Remove optional dependencies on mail/dovecot. | rene | 2017-08-01 |