* [PATCH] libpcre: 8.41 -> 8.42
@ 2018-03-27 8:30 Andrej Valek
2018-03-27 9:05 ` ✗ patchtest: failure for " Patchwork
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Andrej Valek @ 2018-03-27 8:30 UTC (permalink / raw)
To: openembedded-core
- The LIC_FILES_CHKSUM is changed since it has updated the date from
2017 to 2018, the contents are the same.
Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
---
meta/recipes-support/libpcre/{libpcre_8.41.bb => libpcre_8.42.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-support/libpcre/{libpcre_8.41.bb => libpcre_8.42.bb} (92%)
diff --git a/meta/recipes-support/libpcre/libpcre_8.41.bb b/meta/recipes-support/libpcre/libpcre_8.42.bb
similarity index 92%
rename from meta/recipes-support/libpcre/libpcre_8.41.bb
rename to meta/recipes-support/libpcre/libpcre_8.42.bb
index 0eaed1808a..9efbc240fe 100644
--- a/meta/recipes-support/libpcre/libpcre_8.41.bb
+++ b/meta/recipes-support/libpcre/libpcre_8.42.bb
@@ -6,7 +6,7 @@ SUMMARY = "Perl Compatible Regular Expressions"
HOMEPAGE = "http://www.pcre.org"
SECTION = "devel"
LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENCE;md5=60da32d84d067f53e22071c4ecb4384d"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=fc5026403b44c868c25fc9546f7feb05"
SRC_URI = "https://ftp.pcre.org/pub/pcre/pcre-${PV}.tar.bz2 \
file://pcre-cross.patch \
file://fix-pcre-name-collision.patch \
@@ -14,8 +14,8 @@ SRC_URI = "https://ftp.pcre.org/pub/pcre/pcre-${PV}.tar.bz2 \
file://Makefile \
"
-SRC_URI[md5sum] = "c160d22723b1670447341b08c58981c1"
-SRC_URI[sha256sum] = "e62c7eac5ae7c0e7286db61ff82912e1c0b7a0c13706616e94a7dd729321b530"
+SRC_URI[md5sum] = "085b6aa253e0f91cae70b3cdbe8c1ac2"
+SRC_URI[sha256sum] = "2cd04b7c887808be030254e8d77de11d3fe9d4505c39d4b15d2664ffe8bf9301"
CVE_PRODUCT = "pcre"
--
2.11.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* ✗ patchtest: failure for libpcre: 8.41 -> 8.42
2018-03-27 8:30 [PATCH] libpcre: 8.41 -> 8.42 Andrej Valek
@ 2018-03-27 9:05 ` Patchwork
2018-03-27 9:18 ` [PATCH v2] " Andrej Valek
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2018-03-27 9:05 UTC (permalink / raw)
To: Andrej Valek; +Cc: openembedded-core
== Series Details ==
Series: libpcre: 8.41 -> 8.42
Revision: 1
URL : https://patchwork.openembedded.org/series/11585/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:
* Issue LIC_FILES_CHKSUM changed on target libpcre but there is no "License-Update" tag in commit message [test_lic_files_chksum_modified_not_mentioned]
Suggested fix Include "License-Update: <description>" into the commit message with a brief description
Current checksum file://LICENCE;md5=60da32d84d067f53e22071c4ecb4384d
New checksum file://LICENCE;md5=fc5026403b44c868c25fc9546f7feb05
If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).
---
Guidelines: https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH v2] libpcre: 8.41 -> 8.42
2018-03-27 8:30 [PATCH] libpcre: 8.41 -> 8.42 Andrej Valek
2018-03-27 9:05 ` ✗ patchtest: failure for " Patchwork
@ 2018-03-27 9:18 ` Andrej Valek
2018-03-27 9:32 ` ✗ patchtest: failure for libpcre: 8.41 -> 8.42 (rev2) Patchwork
2018-03-27 10:20 ` [PATCH v3] libpcre: 8.41 -> 8.42 Andrej Valek
3 siblings, 0 replies; 5+ messages in thread
From: Andrej Valek @ 2018-03-27 9:18 UTC (permalink / raw)
To: openembedded-core
1. Upgrade libpcre2 from 8.41 to 8.42
2. Update the checksum of LIC_FILES_CHKSUM
- The copyright time of LICENCE is updated to 2018,
the content of LICENCE has no change.
Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
---
meta/recipes-support/libpcre/{libpcre_8.41.bb => libpcre_8.42.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-support/libpcre/{libpcre_8.41.bb => libpcre_8.42.bb} (92%)
diff --git a/meta/recipes-support/libpcre/libpcre_8.41.bb b/meta/recipes-support/libpcre/libpcre_8.42.bb
similarity index 92%
rename from meta/recipes-support/libpcre/libpcre_8.41.bb
rename to meta/recipes-support/libpcre/libpcre_8.42.bb
index 0eaed1808a..9efbc240fe 100644
--- a/meta/recipes-support/libpcre/libpcre_8.41.bb
+++ b/meta/recipes-support/libpcre/libpcre_8.42.bb
@@ -6,7 +6,7 @@ SUMMARY = "Perl Compatible Regular Expressions"
HOMEPAGE = "http://www.pcre.org"
SECTION = "devel"
LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENCE;md5=60da32d84d067f53e22071c4ecb4384d"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=fc5026403b44c868c25fc9546f7feb05"
SRC_URI = "https://ftp.pcre.org/pub/pcre/pcre-${PV}.tar.bz2 \
file://pcre-cross.patch \
file://fix-pcre-name-collision.patch \
@@ -14,8 +14,8 @@ SRC_URI = "https://ftp.pcre.org/pub/pcre/pcre-${PV}.tar.bz2 \
file://Makefile \
"
-SRC_URI[md5sum] = "c160d22723b1670447341b08c58981c1"
-SRC_URI[sha256sum] = "e62c7eac5ae7c0e7286db61ff82912e1c0b7a0c13706616e94a7dd729321b530"
+SRC_URI[md5sum] = "085b6aa253e0f91cae70b3cdbe8c1ac2"
+SRC_URI[sha256sum] = "2cd04b7c887808be030254e8d77de11d3fe9d4505c39d4b15d2664ffe8bf9301"
CVE_PRODUCT = "pcre"
--
2.11.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* ✗ patchtest: failure for libpcre: 8.41 -> 8.42 (rev2)
2018-03-27 8:30 [PATCH] libpcre: 8.41 -> 8.42 Andrej Valek
2018-03-27 9:05 ` ✗ patchtest: failure for " Patchwork
2018-03-27 9:18 ` [PATCH v2] " Andrej Valek
@ 2018-03-27 9:32 ` Patchwork
2018-03-27 10:20 ` [PATCH v3] libpcre: 8.41 -> 8.42 Andrej Valek
3 siblings, 0 replies; 5+ messages in thread
From: Patchwork @ 2018-03-27 9:32 UTC (permalink / raw)
To: Andrej Valek; +Cc: openembedded-core
== Series Details ==
Series: libpcre: 8.41 -> 8.42 (rev2)
Revision: 2
URL : https://patchwork.openembedded.org/series/11585/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:
* Issue LIC_FILES_CHKSUM changed on target libpcre but there is no "License-Update" tag in commit message [test_lic_files_chksum_modified_not_mentioned]
Suggested fix Include "License-Update: <description>" into the commit message with a brief description
Current checksum file://LICENCE;md5=60da32d84d067f53e22071c4ecb4384d
New checksum file://LICENCE;md5=fc5026403b44c868c25fc9546f7feb05
If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).
---
Guidelines: https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH v3] libpcre: 8.41 -> 8.42
2018-03-27 8:30 [PATCH] libpcre: 8.41 -> 8.42 Andrej Valek
` (2 preceding siblings ...)
2018-03-27 9:32 ` ✗ patchtest: failure for libpcre: 8.41 -> 8.42 (rev2) Patchwork
@ 2018-03-27 10:20 ` Andrej Valek
3 siblings, 0 replies; 5+ messages in thread
From: Andrej Valek @ 2018-03-27 10:20 UTC (permalink / raw)
To: openembedded-core
License-Update: The checksum of LIC_FILES_CHKSUM has been changed due to
time update of copyright LICENCE to 2018. The content of LICENCE has no
change.
Signed-off-by: Andrej Valek <andrej.valek@siemens.com>
---
meta/recipes-support/libpcre/{libpcre_8.41.bb => libpcre_8.42.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-support/libpcre/{libpcre_8.41.bb => libpcre_8.42.bb} (92%)
diff --git a/meta/recipes-support/libpcre/libpcre_8.41.bb b/meta/recipes-support/libpcre/libpcre_8.42.bb
similarity index 92%
rename from meta/recipes-support/libpcre/libpcre_8.41.bb
rename to meta/recipes-support/libpcre/libpcre_8.42.bb
index 0eaed1808a..9efbc240fe 100644
--- a/meta/recipes-support/libpcre/libpcre_8.41.bb
+++ b/meta/recipes-support/libpcre/libpcre_8.42.bb
@@ -6,7 +6,7 @@ SUMMARY = "Perl Compatible Regular Expressions"
HOMEPAGE = "http://www.pcre.org"
SECTION = "devel"
LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENCE;md5=60da32d84d067f53e22071c4ecb4384d"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=fc5026403b44c868c25fc9546f7feb05"
SRC_URI = "https://ftp.pcre.org/pub/pcre/pcre-${PV}.tar.bz2 \
file://pcre-cross.patch \
file://fix-pcre-name-collision.patch \
@@ -14,8 +14,8 @@ SRC_URI = "https://ftp.pcre.org/pub/pcre/pcre-${PV}.tar.bz2 \
file://Makefile \
"
-SRC_URI[md5sum] = "c160d22723b1670447341b08c58981c1"
-SRC_URI[sha256sum] = "e62c7eac5ae7c0e7286db61ff82912e1c0b7a0c13706616e94a7dd729321b530"
+SRC_URI[md5sum] = "085b6aa253e0f91cae70b3cdbe8c1ac2"
+SRC_URI[sha256sum] = "2cd04b7c887808be030254e8d77de11d3fe9d4505c39d4b15d2664ffe8bf9301"
CVE_PRODUCT = "pcre"
--
2.11.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-03-27 10:20 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-27 8:30 [PATCH] libpcre: 8.41 -> 8.42 Andrej Valek
2018-03-27 9:05 ` ✗ patchtest: failure for " Patchwork
2018-03-27 9:18 ` [PATCH v2] " Andrej Valek
2018-03-27 9:32 ` ✗ patchtest: failure for libpcre: 8.41 -> 8.42 (rev2) Patchwork
2018-03-27 10:20 ` [PATCH v3] libpcre: 8.41 -> 8.42 Andrej Valek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox