From bba8e2c44e581ad73836497d23b215e976331f70 Mon Sep 17 00:00:00 2001 From: Jan Pavlinec Date: Wed, 10 Jul 2019 15:43:25 +0200 Subject: [PATCH] irssi: update to version 1.2.1 (security fix) Fixes CVE-2019-13045 Signed-off-by: Jan Pavlinec Signed-off-by: Peter Wagner --- net/irssi/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/irssi/Makefile b/net/irssi/Makefile index ce190456c1..c487e8213e 100644 --- a/net/irssi/Makefile +++ b/net/irssi/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=irssi -PKG_VERSION:=1.2.0 +PKG_VERSION:=1.2.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=https://github.com/irssi/irssi/releases/download/1.2.0/ -PKG_HASH:=1643fca1d8b35e5a5d7b715c9c889e1e9cdb7e578e06487901ea959e6ab3ebe5 +PKG_SOURCE_URL:=https://github.com/irssi/irssi/releases/download/1.2.1/ +PKG_HASH:=5466a1ed9612cfa707d9a37d60b29d027b4ac7d83c74ceb1a410e2b59edba92c PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING -- 2.30.2