Skip to content

Commit

Permalink
package/libuev: security bump to version 2.4.1
Browse files Browse the repository at this point in the history
- Fix #27: possible buffer overrun in uev_run()
- Update hash of LICENSE file (update in year with
  troglobit/libuev@0f59096)

https://github.com/troglobit/libuev/blob/v2.4.1/ChangeLog.md

Signed-off-by: Fabrice Fontaine <[email protected]>
Signed-off-by: Joachim Wiberg <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
  • Loading branch information
ffontaine authored and jacmet committed Jan 13, 2024
1 parent 52f8db4 commit e3518dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package/libuev/libuev.hash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# From https://github.com/troglobit/libuev/releases/download/v2.4.0/libuev-2.4.0.tar.xz.sha256
sha256 31f1aa4f492ba4f6a5dd6b19968ae6a732968dc05cae6575930560b6cee1f5ef libuev-2.4.0.tar.xz
# From https://github.com/troglobit/libuev/releases/download/v2.4.1/libuev-2.4.1.tar.xz.sha256
sha256 1d171c572ca48ddd6763f76c54e77d021d4ca7beb007610f7c1fec903511977b libuev-2.4.1.tar.xz
# License files
sha256 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab LICENSE
sha256 387d0d8e2aabf187751c8f1ebb9a4abaecaa7e0e05fead27f408193a0f0f17dd LICENSE
2 changes: 1 addition & 1 deletion package/libuev/libuev.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

LIBUEV_VERSION = 2.4.0
LIBUEV_VERSION = 2.4.1
LIBUEV_SOURCE = libuev-$(LIBUEV_VERSION).tar.xz
LIBUEV_SITE = https://github.com/troglobit/libuev/releases/download/v$(LIBUEV_VERSION)
LIBUEV_LICENSE = MIT
Expand Down

0 comments on commit e3518dd

Please sign in to comment.