diff options
| -rw-r--r-- | meta-networking/recipes-connectivity/ez-ipupdate/ez-ipupdate_3.0.11b7.bb | 1 | ||||
| -rw-r--r-- | meta-networking/recipes-connectivity/ez-ipupdate/files/wformat.patch | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/ez-ipupdate/ez-ipupdate_3.0.11b7.bb b/meta-networking/recipes-connectivity/ez-ipupdate/ez-ipupdate_3.0.11b7.bb index cb5375c1f1..51e220c9e7 100644 --- a/meta-networking/recipes-connectivity/ez-ipupdate/ez-ipupdate_3.0.11b7.bb +++ b/meta-networking/recipes-connectivity/ez-ipupdate/ez-ipupdate_3.0.11b7.bb | |||
| @@ -8,6 +8,7 @@ SRC_URI = "http://sourceforge.net/projects/ez-ipupdate/files/${BPN}/${PV}/${BPN} | |||
| 8 | file://Makefile.am.patch \ | 8 | file://Makefile.am.patch \ |
| 9 | file://cache_file.c.patch \ | 9 | file://cache_file.c.patch \ |
| 10 | file://conf_file.c.patch \ | 10 | file://conf_file.c.patch \ |
| 11 | file://wformat.patch \ | ||
| 11 | " | 12 | " |
| 12 | SRC_URI[md5sum] = "525be4550b4461fdf105aed8e753b020" | 13 | SRC_URI[md5sum] = "525be4550b4461fdf105aed8e753b020" |
| 13 | SRC_URI[sha256sum] = "a15ec0dc0b78ec7578360987c68e43a67bc8d3591cbf528a323588830ae22c20" | 14 | SRC_URI[sha256sum] = "a15ec0dc0b78ec7578360987c68e43a67bc8d3591cbf528a323588830ae22c20" |
diff --git a/meta-networking/recipes-connectivity/ez-ipupdate/files/wformat.patch b/meta-networking/recipes-connectivity/ez-ipupdate/files/wformat.patch new file mode 100644 index 0000000000..1de267f083 --- /dev/null +++ b/meta-networking/recipes-connectivity/ez-ipupdate/files/wformat.patch | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | Index: ez-ipupdate-3.0.11b7/ez-ipupdate.c | ||
| 2 | =================================================================== | ||
| 3 | --- ez-ipupdate-3.0.11b7.orig/ez-ipupdate.c | ||
| 4 | +++ ez-ipupdate-3.0.11b7/ez-ipupdate.c | ||
| 5 | @@ -798,7 +798,7 @@ void show_message(char *fmt, ...) | ||
| 6 | sprintf(buf, "message incomplete because your OS sucks: %s\n", fmt); | ||
| 7 | #endif | ||
| 8 | |||
| 9 | - syslog(LOG_NOTICE, buf); | ||
| 10 | + syslog(LOG_NOTICE, "%s", buf); | ||
| 11 | } | ||
| 12 | else | ||
| 13 | { | ||
