diff options
author | Peter Wagner <tripolar@gmx.at> | 2017-10-29 17:04:22 +0100 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2017-10-29 17:04:22 +0100 |
commit | dfb51561efed063fff33b3360c7d73d688bd1ad0 (patch) | |
tree | 25b280e6d870d986aa218610bb6454559de6d46e | |
parent | 76516053293c6cd09f7206eb49f6327eeccb7ca2 (diff) |
irssi: update to 1.0.5
Fixes the following CVEs:
CVE-2017-15227
https://nvd.nist.gov/vuln/detail/CVE-2017-15227
CVE-2017-15228
https://nvd.nist.gov/vuln/detail/CVE-2017-15228
CVE-2017-15721
https://nvd.nist.gov/vuln/detail/CVE-2017-15721
CVE-2017-15722
https://nvd.nist.gov/vuln/detail/CVE-2017-15722
CVE-2017-15723
https://nvd.nist.gov/vuln/detail/CVE-2017-15723
Signed-off-by: Peter Wagner <tripolar@gmx.at>
-rw-r--r-- | net/irssi/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/irssi/Makefile b/net/irssi/Makefile index e526265a6..2ec16ca48 100644 --- a/net/irssi/Makefile +++ b/net/irssi/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=irssi -PKG_VERSION:=1.0.4 +PKG_VERSION:=1.0.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=https://github.com/irssi/irssi/releases/download/1.0.4/ -PKG_HASH:=b85c07dbafe178213eccdc69f5f8f0ac024dea01c67244668f91ec1c06b986ca +PKG_SOURCE_URL:=https://github.com/irssi/irssi/releases/download/1.0.5 / +PKG_HASH:=c2556427e12eb06cabfed40839ac6f57eb8b1aa6365fab6dfcd331b7a04bb914 PKG_FIXUP:=autoreconf PKG_INSTALL:=1 |