diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-08-15 14:12:04 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-08-15 16:27:53 -0700 |
| commit | 6d8fbbfc2f2022a70d6f33676d9804609f719cf1 (patch) | |
| tree | 353180ba4db7c3178fc0b9e6cbbc0fad9affe313 | |
| parent | 757dedbc811bf3f09e259353a943effd1ae16733 (diff) | |
| download | meta-openembedded-6d8fbbfc2f2022a70d6f33676d9804609f719cf1.tar.gz | |
htpdate: upgrade 1.3.5 -> 1.3.6
Fix when correcting large time offsets (bug introduced in 1.3.5)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-support/htpdate/htpdate_1.3.6.bb (renamed from meta-networking/recipes-support/htpdate/htpdate_1.3.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/htpdate/htpdate_1.3.5.bb b/meta-networking/recipes-support/htpdate/htpdate_1.3.6.bb index 08255ae846..a4389ce7e8 100644 --- a/meta-networking/recipes-support/htpdate/htpdate_1.3.5.bb +++ b/meta-networking/recipes-support/htpdate/htpdate_1.3.6.bb | |||
| @@ -14,7 +14,7 @@ LICENSE = "GPL-2.0-or-later" | |||
| 14 | LIC_FILES_CHKSUM = "file://htpdate.c;beginline=26;endline=30;md5=2b6cdb94bd5349646d7e33f9f501eef7" | 14 | LIC_FILES_CHKSUM = "file://htpdate.c;beginline=26;endline=30;md5=2b6cdb94bd5349646d7e33f9f501eef7" |
| 15 | 15 | ||
| 16 | SRC_URI = "http://www.vervest.org/htp/archive/c/htpdate-${PV}.tar.gz" | 16 | SRC_URI = "http://www.vervest.org/htp/archive/c/htpdate-${PV}.tar.gz" |
| 17 | SRC_URI[sha256sum] = "a8734d4f1d84d0608d045508608f2d29d8b968da269f83120aaac67709b1bd03" | 17 | SRC_URI[sha256sum] = "3cdc558ec8e53ef374a42490b2f28c0b23981fa8754a6d7182044707828ad1e9" |
| 18 | 18 | ||
| 19 | TARGET_CC_ARCH += "${LDFLAGS}" | 19 | TARGET_CC_ARCH += "${LDFLAGS}" |
| 20 | 20 | ||
