diff options
author | Jan Pavlinec <jan.pavlinec@nic.cz> | 2019-07-10 15:43:25 +0200 |
---|---|---|
committer | tripolar <tripolar@users.noreply.github.com> | 2019-07-10 19:05:03 +0200 |
commit | 5ee228fbc134af2f7131dc078c5fc32e587b3e3c (patch) | |
tree | ea4c9bc419e5c00a99dbbd2ca42db0a067672b68 /net/irssi/Makefile | |
parent | 4a7b407d70de228dacc66dad8f866d5c05b6d581 (diff) |
irssi: update to version 1.2.1 (security fix)
Fixes CVE-2019-13045
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Diffstat (limited to 'net/irssi/Makefile')
-rw-r--r-- | net/irssi/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/irssi/Makefile b/net/irssi/Makefile index 20c332465..068203859 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 |