diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2017-03-18 13:29:56 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2017-03-18 13:29:56 +0000 |
commit | 5856a26a3176e85efda2368305265a18a01ce184 (patch) | |
tree | c52155fc01b13b356cc3d18810649bf991f2a233 /irc/irssi/files/patch-perl-Makefile | |
parent | Update to 3.1.11. See http://netatalk.sourceforge.net/3.1/ReleaseNotes3.1.11... (diff) |
Update to upstream version 1.0.2
Details:
- Fixes a use-after-free during netjoin.
This usually leads to a segfault.
Upstream considers targeted code execution
difficult.
PR: 217878
Submitted by: dor.bsd@xm0.uk (maintainer)
MFH: 2017Q1
Security: CVE-2017-xxxx (not yet assigned)
Diffstat (limited to 'irc/irssi/files/patch-perl-Makefile')
-rw-r--r-- | irc/irssi/files/patch-perl-Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/irc/irssi/files/patch-perl-Makefile b/irc/irssi/files/patch-perl-Makefile index c391ccd63b15..5d0cc29822df 100644 --- a/irc/irssi/files/patch-perl-Makefile +++ b/irc/irssi/files/patch-perl-Makefile @@ -1,6 +1,6 @@ ---- src/perl/Makefile.am.orig 2017-01-03 12:47:47 UTC +--- src/perl/Makefile.am.orig 2017-03-04 20:30:38 UTC +++ src/perl/Makefile.am -@@ -135,7 +135,7 @@ all-local: +@@ -145,7 +145,7 @@ all-local: install-exec-local: for dir in $(perl_dirs); do \ @@ -9,9 +9,9 @@ done clean-generic: ---- src/perl/Makefile.in.orig 2017-01-03 13:25:18 UTC +--- src/perl/Makefile.in.orig 2017-03-10 16:43:21 UTC +++ src/perl/Makefile.in -@@ -848,7 +848,7 @@ all-local: +@@ -853,7 +853,7 @@ all-local: install-exec-local: for dir in $(perl_dirs); do \ |