Skip to content

Commit

Permalink
weechat: upgrade 4.0.4 -> 4.5.0
Browse files Browse the repository at this point in the history
Solves CVE-2024-46613

Update dependencies:
- remove openssl and icu
- add cjson and gettext-native

Remove patch to find gcrypt which is no longer needed.

Signed-off-by: Peter Marko <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
petermarko authored and kraj committed Dec 20, 2024
1 parent d1f1859 commit 9a52364
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 42 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@ SECTION = "net"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"

DEPENDS = "openssl zlib icu libgcrypt gnutls curl aspell zstd"
DEPENDS = "zlib libgcrypt gnutls curl aspell zstd cjson gettext-native"

SRC_URI = "https://weechat.org/files/src/weechat-${PV}.tar.xz \
file://0001-use-pkg-config-for-gcrypt-instead.patch \
"
SRC_URI = "https://weechat.org/files/src/weechat-${PV}.tar.xz"

SRC_URI[sha256sum] = "ae5f4979b5ada0339b84e741d5f7e481ee91e3fecd40a09907b64751829eb6f6"
SRC_URI[sha256sum] = "b85e800af0f7c9f2d60d72c0f7e56abbaa60274a4d47be17407907292da30398"

inherit cmake pkgconfig

Expand Down

0 comments on commit 9a52364

Please sign in to comment.