CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2009/08/18 20:51:18
Modified files:
net/irssi : Tag: OPENBSD_4_5 Makefile
Added files:
net/irssi/patches: Tag: OPENBSD_4_5
patch-src_fe-common_core_fe-core-commands_c
patch-src_fe-common_irc_fe-events_c
Log message:
SECURITY FIX
MFC two patchfiles from -current that apply against this previous
release:
revision 1.41
fix /uptime; it assumed that time_t is long.
from Jona Joachim via viq (maintainer).
revision 1.40
Patch CVE-2009-1959, out of bounds access in irc event_wallops().
Could at least be a crash, but may be SECURITY. From upstream repo;
ok robert@