./net/ircd-hybrid [Internet Relay Chat server]
[+] Add this package to your ports tracker

[ CVSweb ] [ Homepage ] [ RSS feed ]

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(), ftp()
Distfile available on: cdrom(), ftp()

Version History (View Complete History)
  • (2010-02-01) Updated to version: ircd-hybrid-7.2.3p7
  • (2010-01-26) Updated to version: ircd-hybrid-7.2.3p6
  • (2009-04-15) Updated to version: ircd-hybrid-7.2.3p5
  • (2009-02-12) Updated to version: ircd-hybrid-7.2.3p4
  • (2009-02-10) Updated to version: ircd-hybrid-7.2.3p2
  • (2009-02-07) Updated to version: ircd-hybrid-7.2.3p1
  • (2009-02-04) Updated to version: ircd-hybrid-7.2.3p0
  • (2009-01-29) Package added to openports.se, version ircd-hybrid-7.2.3 (created)
[show/hide] View available PLISTS (Can be a lot of data)
[show/hide] View known vulnerabilities

CVS Commit 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@