CVSweb ] [
Homepage ] [ | Version: 7.2.3p7, Package name: ircd-hybrid-7.2.3p7 |
| Maintained by: The OpenBSD ports mailing-list |
Master sites:
|
| Description This is ircd-hybrid, the highly modified (and hopefully improved) variant of the original ircd program by Jarkko Oikarinen. |
| MD5: aD/m4GY12HDPwhHzYHcvZw= |
| RMD160: WL7GXaJJJIC5pOhnd8bBmktWhAg= |
| Filesize: 986.938 KB |
Package available on: cdrom( Distfile available on: cdrom( |
| Version History (View Complete History) |
|
| 2010-02-08 20:20:13 by William Yodlowsky | Files touched by this commit (3) |
Log message: MFC: SECURITY FIX Resolves CVE-2009-4016 ok jasper@ |
| 2010-02-01 02:23:33 by Jasper Lievisse Adriaanse | Files touched by this commit (5) |
Log message: Security fix for CVE-2009-4016, "IRCD-hybrid 'LINKS' Command Integer Underflow Vulnerability. tested and ok ajacoutot@ |
| 2010-01-26 06:02:06 by Landry Breuil | Files touched by this commit (2) |
Log message: Correct symlinks which were pointing to files into WRKOBJDIR instead of real files. Spotted by PLIST_DB.. ok jasper@ sthen@ ajacoutot@ |
| 2009-04-14 13:13:30 by Michael Erdely | Files touched by this commit (2) |
Log message: Fix build on alpha (valist cannot be NULL). "if it works and even fixes alpha: ok" kili@ |
| 2009-02-12 04:06:50 by Oleg Safiullin | Files touched by this commit (2) |
Log message: No need to redirect stdout -- daemonize procedure is silent now. ok ajacoutot@ |
| 2009-02-12 02:58:48 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: - previous commit removed my console antispam redirection; put it back |
| 2009-02-09 08:14:23 by Oleg Safiullin | Files touched by this commit (5) |
Log message: Allow starting by root (set user context to _ircd-hybrid in that case). reviewed by simon@ and ajacoutot@ ok bernd@ |
| 2009-02-07 02:58:42 by Simon Bertrang | Files touched by this commit (3) |
Log message: set SHARED_ONLY, update packaging lists accordingly and bump ok bernd@ |
| 2009-02-04 03:24:07 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: - protect some config files as they can have passwords in them - don't enforce gcc opt and debug mode - don't spam the console when starting, redirect stdout to /dev/null in rc.local "go ahead" bernd@ |