diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-02-16 16:33:19 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-02-16 19:33:29 -0800 |
commit | b448af492d8a6774cdaaede1c3250b9c9ce6e09e (patch) | |
tree | c09668ba17ffef8882d2a980599fb6f066ca470f /meta-networking | |
parent | 4efcbfbcbf2b23496a37cad6b7859f3afa6b80d2 (diff) | |
download | meta-openembedded-b448af492d8a6774cdaaede1c3250b9c9ce6e09e.tar.gz |
htpdate: upgrade 1.3.6 -> 1.3.7
Changelog:
==========
- bugfix: wrong default portnumber for proxy was used
- bugfix: https://bugs.launchpad.net/ubuntu/+source/htpdate/+bug/1850740
- improvement: Avoid bouncing between upper/lower limit when (almost) in sync
- improvement: Set SSL server hostname on SSL object
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/htpdate/htpdate_1.3.7.bb (renamed from meta-networking/recipes-support/htpdate/htpdate_1.3.6.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/htpdate/htpdate_1.3.6.bb b/meta-networking/recipes-support/htpdate/htpdate_1.3.7.bb index a4389ce7e8..b6dfab0856 100644 --- a/meta-networking/recipes-support/htpdate/htpdate_1.3.6.bb +++ b/meta-networking/recipes-support/htpdate/htpdate_1.3.7.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] = "3cdc558ec8e53ef374a42490b2f28c0b23981fa8754a6d7182044707828ad1e9" | 17 | SRC_URI[sha256sum] = "88c52fe475308ee95f560fd7cf68c75bc6e9a6abf56be7fed203a7f762fe7ab2" |
18 | 18 | ||
19 | TARGET_CC_ARCH += "${LDFLAGS}" | 19 | TARGET_CC_ARCH += "${LDFLAGS}" |
20 | 20 | ||