diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2021-09-05 11:32:28 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2021-09-05 11:32:28 +0000 |
commit | 10dbf57009bc0838e9fd848178bd0fed58634d6d (patch) | |
tree | f1809579fc0df8ce07646b51a231b06e6267af39 | |
parent | 62cdf74dea2759c7ee07ac49a43486110111220d (diff) | |
download | ports-10dbf57009bc0838e9fd848178bd0fed58634d6d.tar.gz ports-10dbf57009bc0838e9fd848178bd0fed58634d6d.zip |
irc/weechat: Security update to 3.2.1
* Crash when decoding a malformed websocket frame in relay
Security: 65f05b71-0e3c-11ec-b335-d4c9ef517024
MFH: 2021Q3
-rw-r--r-- | irc/weechat/Makefile | 2 | ||||
-rw-r--r-- | irc/weechat/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/irc/weechat/Makefile b/irc/weechat/Makefile index 593b90b58a08..b46c82344f4a 100644 --- a/irc/weechat/Makefile +++ b/irc/weechat/Makefile @@ -1,7 +1,7 @@ # Created by: clement PORTNAME= weechat -DISTVERSION= 3.2 +DISTVERSION= 3.2.1 CATEGORIES= irc MASTER_SITES= https://weechat.org/files/src/ diff --git a/irc/weechat/distinfo b/irc/weechat/distinfo index ac6c9167e45a..c8dca7e846bd 100644 --- a/irc/weechat/distinfo +++ b/irc/weechat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623655183 -SHA256 (weechat-3.2.tar.xz) = 39a8adf374e80653c9dd2be06870341594ea081b3a9c3690132e556abf9d87a8 -SIZE (weechat-3.2.tar.xz) = 2261376 +TIMESTAMP = 1630838217 +SHA256 (weechat-3.2.1.tar.xz) = 2bb3a708e006f2d22df9e813f3567569178f30ba4082fd8fb06ca0f6f4d1613f +SIZE (weechat-3.2.1.tar.xz) = 2261348 |