Skip to content

Commit

Permalink
smcroute: upgrade 2.5.5 -> 2.5.6
Browse files Browse the repository at this point in the history
Changelog:
==========
- Add smcroutectl batch support, issue openembedded#189. Based on the IPC support added in issue openembedded#185
- Fix openembedded#178: invalid systemd daemon type Simple/Notify vs simple/notify
- Fix openembedded#179: typo in wildcard routes section of README
- Fix openembedded#180: minor typo in file and directory names in documentation
- Fix openembedded#183: casting in IPC code hides error handling of recv()
- Fix openembedded#186: NULL pointer dereference in utimensat() replacement function.
  Found accidentally by Alexey Smirnov. Only triggered on systems that don't
  have a native utimensat() in their C-library, or if you try to build
  SMCRoute without using its own build system ...
- Fix openembedded#187: strange behavior joining/leaving the same group
- Fix openembedded#192: typo in README

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
wangmingyu84 authored and kraj committed Dec 3, 2022
1 parent d305e41 commit ba43c34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SECTION = "net"
LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"

SRCREV = "9ca7441add4427a91fe90c34ae4a178ed9a50553"
SRCREV = "999bdd724a1f963ac8bfd0598ffdd2a3d651646e"
SRC_URI = "git://github.com/troglobit/smcroute.git;branch=master;protocol=https"

S = "${WORKDIR}/git"
Expand Down

0 comments on commit ba43c34

Please sign in to comment.