CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2017/06/07 15:57:46
Modified files:
net/irssi : Makefile distinfo
net/irssi/patches: patch-src_core_settings_c
patch-src_fe-common_core_Makefile_in
patch-src_perl_Makefile_in
net/irssi/pkg : PLIST
Log message:
update to irssi-1.0.3, based on a diff from viq (maintainer)
fixes include
v1.0.3 2017-06-06 The Irssi team <[email protected]>
- Fix out of bounds read when scanning expandos (GL!11).
- Fix invalid memory access with quoted filenames in DCC
(GL#8, GL!12).
- Fix null-pointer dereference on DCC without address (GL#9, GL!13).
- Improve integer overflow handling. Originally reported by
oss-fuzz#525 (#706).
v1.0.2 2017-03-10 The Irssi team <[email protected]>
- Prevent some null-pointer crashes (GL!9).
- Correct dereferencing of already freed server objects during
output of netjoins. Found by APic (GL!10, GL#7).