update to ircII-20210314, fixing a remote DoS connected with ctcp

ok tb@, similar diff mestre@

sent to maintainer yesterday, I'm just going to commit it now as it's a
pretty simple update and security fix
This commit is contained in:
sthen 2021-03-25 22:05:09 +00:00
parent 19c1565a59
commit 4e0136afcb
6 changed files with 15 additions and 11 deletions

View File

@ -1,13 +1,13 @@
# $OpenBSD: Makefile,v 1.54 2019/07/12 20:48:29 sthen Exp $
# $OpenBSD: Makefile,v 1.55 2021/03/25 22:05:09 sthen Exp $
COMMENT= Internet Relay Chat client
VERSION= 20190117
VERSION= 20210314
DISTNAME= ircii-${VERSION}
PKGNAME= ircII-${VERSION}
CATEGORIES= net
MASTER_SITES= http://ircii.warped.com/ \
http://ircii.warped.com/old/ \
MASTER_SITES= https://ircii.warped.com/ \
https://ircii.warped.com/old/ \
ftp://ircii.warped.com/pub/ircII/ \
https://distfiles.macports.org/ircii/
EXTRACT_SUFX= .tar.bz2

View File

@ -1,2 +1,2 @@
SHA256 (ircii-20190117.tar.bz2) = EDFvCjcj5M49Z/1affEOa88w3QdQ+5bVQ3yssWsOlhc=
SIZE (ircii-20190117.tar.bz2) = 606327
SHA256 (ircii-20210314.tar.bz2) = hm8rhH2u09cIWfII98sPILWMCTOyFZ9/+SpoxRjTk6k=
SIZE (ircii-20210314.tar.bz2) = 590626

View File

@ -1,4 +1,5 @@
$OpenBSD: patch-Makefile_in,v 1.4 2019/02/24 12:41:47 kn Exp $
$OpenBSD: patch-Makefile_in,v 1.5 2021/03/25 22:05:09 sthen Exp $
Index: Makefile.in
--- Makefile.in.orig
+++ Makefile.in

View File

@ -1,8 +1,9 @@
$OpenBSD: patch-configure,v 1.5 2019/02/24 12:41:47 kn Exp $
$OpenBSD: patch-configure,v 1.6 2021/03/25 22:05:09 sthen Exp $
Index: configure
--- configure.orig
+++ configure
@@ -1745,6 +1745,10 @@ else
@@ -1735,6 +1735,10 @@ else
#undef $2

View File

@ -1,4 +1,5 @@
$OpenBSD: patch-source_log_c,v 1.5 2015/12/02 21:52:16 naddy Exp $
$OpenBSD: patch-source_log_c,v 1.6 2021/03/25 22:05:09 sthen Exp $
--- source/log.c.orig Fri Nov 20 10:23:54 2015
+++ source/log.c Wed Dec 2 17:40:09 2015
@@ -155,12 +155,19 @@ set_log_file(u_char *filename)

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.28 2019/02/24 12:41:47 kn Exp $
@comment $OpenBSD: PLIST,v 1.29 2021/03/25 22:05:09 sthen Exp $
bin/irc
@bin bin/irc-${VERSION}
bin/ircbug
@ -66,6 +66,7 @@ share/irc/help/bind/quit_irc
share/irc/help/bind/quote_character
share/irc/help/bind/refresh_inputline
share/irc/help/bind/refresh_screen
share/irc/help/bind/refresh_window_lastlog
share/irc/help/bind/scroll_backward
share/irc/help/bind/scroll_end
share/irc/help/bind/scroll_forward