From 70eae03fe3f15a9c7443574bfa4238623b3285ba 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 --- net/irssi/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/irssi/Makefile b/net/irssi/Makefile index 20c3324651..0682038592 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_RELEASE:=2 +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