All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] git: upgrade 2.18.0 -> 2.18.1
@ 2018-10-25  2:17 changqing.li
  2018-10-26  5:09 ` Changqing Li
  0 siblings, 1 reply; 2+ messages in thread
From: changqing.li @ 2018-10-25  2:17 UTC (permalink / raw)
  To: openembedded-core

From: Changqing Li <changqing.li@windriver.com>

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 meta/recipes-devtools/git/git_2.18.0.bb | 11 -----------
 meta/recipes-devtools/git/git_2.18.1.bb | 11 +++++++++++
 2 files changed, 11 insertions(+), 11 deletions(-)
 delete mode 100644 meta/recipes-devtools/git/git_2.18.0.bb
 create mode 100644 meta/recipes-devtools/git/git_2.18.1.bb

diff --git a/meta/recipes-devtools/git/git_2.18.0.bb b/meta/recipes-devtools/git/git_2.18.0.bb
deleted file mode 100644
index 72b43a7..0000000
--- a/meta/recipes-devtools/git/git_2.18.0.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-require git.inc
-
-EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \
-                 ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \
-                 "
-EXTRA_OEMAKE += "NO_GETTEXT=1"
-
-SRC_URI[tarball.md5sum] = "3f210b2dd1613d90ded3b8732b052025"
-SRC_URI[tarball.sha256sum] = "94faf2c0b02a7920b0b46f4961d8e9cad08e81418614102898a55f980fa3e7e4"
-SRC_URI[manpages.md5sum] = "8251512320568a049192a8219c51e905"
-SRC_URI[manpages.sha256sum] = "6cf38ab3ad43ccdcd6a73ffdcf2a016d56ab6b4b240a574b0bb96f520a04ff55"
diff --git a/meta/recipes-devtools/git/git_2.18.1.bb b/meta/recipes-devtools/git/git_2.18.1.bb
new file mode 100644
index 0000000..b2960c0
--- /dev/null
+++ b/meta/recipes-devtools/git/git_2.18.1.bb
@@ -0,0 +1,11 @@
+require git.inc
+
+EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \
+                 ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \
+                 "
+EXTRA_OEMAKE += "NO_GETTEXT=1"
+
+SRC_URI[tarball.md5sum] = "9b62c267d878f6cb02f8abc59a99525d"
+SRC_URI[tarball.sha256sum] = "5c710c866d8c9ba3b3e062755e0e9d0ef4f665752bd64810e3eb9f1b0f0eb076"
+SRC_URI[manpages.md5sum] = "ef32a459a4a08a3b8e837a31c925c848"
+SRC_URI[manpages.sha256sum] = "d05bfab2dc45de4f6e7d61ca173071d6902905a4963f7ac3cbca608c0d4592c9"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] git: upgrade 2.18.0 -> 2.18.1
  2018-10-25  2:17 [PATCH] git: upgrade 2.18.0 -> 2.18.1 changqing.li
@ 2018-10-26  5:09 ` Changqing Li
  0 siblings, 0 replies; 2+ messages in thread
From: Changqing Li @ 2018-10-26  5:09 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 2480 bytes --]

This upgrade is for fix CVE-17456

Here is the whole release note for 2.18.1

Git v2.18.1 Release Notes

	=========================

	

	This release merges up the fixes that appear in v2.14.5 and in

	v2.17.2 to address the recently reported CVE-2018-17456; see the

	release notes for those versions for details.


On 10/25/18 10:17 AM, changqing.li@windriver.com wrote:
> From: Changqing Li <changqing.li@windriver.com>
>
> Signed-off-by: Changqing Li <changqing.li@windriver.com>
> ---
>   meta/recipes-devtools/git/git_2.18.0.bb | 11 -----------
>   meta/recipes-devtools/git/git_2.18.1.bb | 11 +++++++++++
>   2 files changed, 11 insertions(+), 11 deletions(-)
>   delete mode 100644 meta/recipes-devtools/git/git_2.18.0.bb
>   create mode 100644 meta/recipes-devtools/git/git_2.18.1.bb
>
> diff --git a/meta/recipes-devtools/git/git_2.18.0.bb b/meta/recipes-devtools/git/git_2.18.0.bb
> deleted file mode 100644
> index 72b43a7..0000000
> --- a/meta/recipes-devtools/git/git_2.18.0.bb
> +++ /dev/null
> @@ -1,11 +0,0 @@
> -require git.inc
> -
> -EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \
> -                 ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \
> -                 "
> -EXTRA_OEMAKE += "NO_GETTEXT=1"
> -
> -SRC_URI[tarball.md5sum] = "3f210b2dd1613d90ded3b8732b052025"
> -SRC_URI[tarball.sha256sum] = "94faf2c0b02a7920b0b46f4961d8e9cad08e81418614102898a55f980fa3e7e4"
> -SRC_URI[manpages.md5sum] = "8251512320568a049192a8219c51e905"
> -SRC_URI[manpages.sha256sum] = "6cf38ab3ad43ccdcd6a73ffdcf2a016d56ab6b4b240a574b0bb96f520a04ff55"
> diff --git a/meta/recipes-devtools/git/git_2.18.1.bb b/meta/recipes-devtools/git/git_2.18.1.bb
> new file mode 100644
> index 0000000..b2960c0
> --- /dev/null
> +++ b/meta/recipes-devtools/git/git_2.18.1.bb
> @@ -0,0 +1,11 @@
> +require git.inc
> +
> +EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no \
> +                 ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \
> +                 "
> +EXTRA_OEMAKE += "NO_GETTEXT=1"
> +
> +SRC_URI[tarball.md5sum] = "9b62c267d878f6cb02f8abc59a99525d"
> +SRC_URI[tarball.sha256sum] = "5c710c866d8c9ba3b3e062755e0e9d0ef4f665752bd64810e3eb9f1b0f0eb076"
> +SRC_URI[manpages.md5sum] = "ef32a459a4a08a3b8e837a31c925c848"
> +SRC_URI[manpages.sha256sum] = "d05bfab2dc45de4f6e7d61ca173071d6902905a4963f7ac3cbca608c0d4592c9"

-- 
BRs

Sandy(Li Changqing)
Wind River Linux


[-- Attachment #2: Type: text/html, Size: 9373 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-26  5:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-25  2:17 [PATCH] git: upgrade 2.18.0 -> 2.18.1 changqing.li
2018-10-26  5:09 ` Changqing Li

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.