Skip to content

Commit

Permalink
(conan-io#23512) dbus: security, bump expat
Browse files Browse the repository at this point in the history
* dbus: security, bump expat

expat<2.6.2 has known vulnerabilites, bump to 2.6.2

* use version range for expat
  • Loading branch information
mayeut authored and franramirez688 committed Apr 23, 2024
1 parent f897549 commit ee8320b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/dbus/1.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def layout(self):
basic_layout(self, src_folder="src")

def requirements(self):
self.requires("expat/2.6.0")
self.requires("expat/[>=2.6.2 <3]")
if self.options.get_safe("with_systemd"):
self.requires("libsystemd/253.6")
if self.options.get_safe("with_selinux"):
Expand Down

0 comments on commit ee8320b

Please sign in to comment.