From: Peter Marko <[email protected]>

Patch releases have character after version
devtool upgrade would currently downgrade 1.3.8b -> 1.3.8
This will make it upgrade 1.3.8b -> 1.3.8c

Signed-off-by: Peter Marko <[email protected]>
---
 meta-networking/recipes-daemons/proftpd/proftpd_1.3.8b.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.8b.bb 
b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.8b.bb
index ce31c8a475..0e8942e977 100644
--- a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.8b.bb
+++ b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.8b.bb
@@ -21,6 +21,9 @@ S = "${WORKDIR}/git"
 
 inherit autotools-brokensep useradd update-rc.d systemd multilib_script
 
+# patch releases have character after version
+UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+\w?))"
+
 CVE_STATUS[CVE-2001-0027] = "fixed-version: version 1.2.0rc3 removed affected 
module"
 
 EXTRA_OECONF += "--enable-largefile INSTALL=install"
-- 
2.30.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#114900): 
https://lists.openembedded.org/g/openembedded-devel/message/114900
Mute This Topic: https://lists.openembedded.org/mt/110632637/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to