aboutsummaryrefslogtreecommitdiffstats
path: root/net/ser
Commit message (Collapse)AuthorAgeFilesLines
* Add new WITH_SYSTEM_MALLOC knob, which results in system malloc being usedsobomax2006-11-033-1/+44
| | | | | | | for memory allocation instead of SER's own one. Stress tests failed to show any considerable difference in the performance, while system version provides much better scalability and in future should also provide some benefits on SMP systems.
* Set NOPRECIOUSMAKEVARS=yes, otherwise our own ARCH leaks into port'ssobomax2006-11-021-1/+3
| | | | | | build environment and messes things up. This should fix SER or amd64. Sponsored by: Sippy Software, Inc.
* Fix problem with non-NULL values appearing as NULL properly.sobomax2006-05-303-45/+14
| | | | Submitted by: Alexandre Snarskii <snar@paranoia.ru>
* Add missing radius-related entries.sobomax2006-04-251-0/+6
|
* Make patchable.sobomax2006-04-221-8/+0
| | | | Reported by: kris-unbuildable-ports-reminder
* Merge in latest local changes and improvements:sobomax2006-04-2112-22/+198
| | | | | | | | | | | | | | | | | | | | | o Allow radius and presence modules to be turned off; o don't override CFLAGS; o don't duplicate error messages to the console; o postgresql backend doesn't set NULL flag on results properly, so that don't use VAL_NULL() macros on them; o reconnect to MySQL db when necessary; o relax transaction matching rules, so that it works with wider range of phones; o add some missed sanity checks in usrloc; o ignore incoming UDP messages that are shorter than certain limin (128 bytes). They cannot be SIP messages anyway.
* Restore maintainership. I don't know how and why, but I did not receivesobomax2006-04-211-1/+1
| | | | any requests from linimon about this port.
* Reset sobomax as maintainer due to no response to my email asking aboutlinimon2006-04-051-1/+1
| | | | | | the status of this port. Hats: portmgr/gnats-admin
* - Update to 0.9.6pav2006-04-024-87/+85
| | | | | | PR: ports/94026 Submitted by: Babak Farrokhi <babak@farrokhi.net> Approved by: maintainer timeout (sobomax; 1 month)
* SHA256ifyedwin2006-01-231-0/+1
| | | | Approved by: krion@
* Fix typo: RFC3621 -> RFC3261.sobomax2006-01-051-1/+1
| | | | Submitted by: Pedro Almeida <pedro.almeida@securenetworks.pt>
* BROKEN on sparc64 and ia64: Does not compile completelykris2005-08-311-1/+7
|
* Don't use both explicit depend on libmysql and USE_MYSQL since it'ssobomax2005-07-091-3/+1
| | | | | | | primo stupido. Pointy hat to: sobomax Submitted by: kris unbuildable ports reminder
* Remove local change which has slipped into the last commit. No PORTREVISIONsobomax2005-07-091-1/+1
| | | | bump since that change has been preventing port from building.
* Update to 0.9.3.sobomax2005-07-0843-222/+3844
|
* This patch is no longer necessary.sobomax2005-07-082-27/+1
|
* Fix possible coredump in usrloc module (backported from soon to be releasedsobomax2005-03-152-0/+15
| | | | | | 0.9.0. Reported by: Barry Murphy <barry@unix.co.nz>
* Split the postgresql ports into a server and a client part.girgen2005-01-311-4/+2
| | | | | | | | All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* Delete all files we install.sobomax2004-12-191-0/+2
|
* Now builds on i386 6.x.kris2004-12-171-2/+2
|
* BROKEN on !i386: Broken pkg-plistkris2004-12-171-2/+2
|
* BROKEN on 6.x: Broken pkg-plistkris2004-11-191-1/+7
|
* Remove local change which breaks the build.sobomax2004-10-221-9/+0
|
* Update to 0.8.14.sobomax2004-10-1822-196/+237
|
* Add size data.trevor2004-03-181-0/+1
| | | | Approved by: maintainers
* Update to 0.8.12.sobomax2004-02-0611-710/+162
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* Fix on FreeBSD-alpha and other arches for which ser doesn't providesobomax2003-09-261-1/+14
| | | | fast locking assembly code.
* Add ser 0.8.11, a very fast and configurable SIP proxy.sobomax2003-09-1516-0/+1068