All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] epiphany: upgrade 40.1 -> 40.2
@ 2021-06-09  6:36 Andreas Müller
  2021-06-09  6:36 ` [PATCH 2/3] vala: upgrade 0.52.3 -> 0.52.4 Andreas Müller
  2021-06-09  6:36 ` [PATCH 3/3] p11-kit: upgrade 0.23.22 -> 0.23.24 Andreas Müller
  0 siblings, 2 replies; 3+ messages in thread
From: Andreas Müller @ 2021-06-09  6:36 UTC (permalink / raw)
  To: openembedded-core

40.2 - June 4, 2021
===================

 * Fix some memory leaks (from !958)
 * Fix memory corruption in history dialog (!960)
 * Fix crash when checking for modified forms (!962)

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../epiphany/{epiphany_40.1.bb => epiphany_40.2.bb}             | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-gnome/epiphany/{epiphany_40.1.bb => epiphany_40.2.bb} (93%)

diff --git a/meta/recipes-gnome/epiphany/epiphany_40.1.bb b/meta/recipes-gnome/epiphany/epiphany_40.2.bb
similarity index 93%
rename from meta/recipes-gnome/epiphany/epiphany_40.1.bb
rename to meta/recipes-gnome/epiphany/epiphany_40.2.bb
index 2242e9d010..abd4ad057c 100644
--- a/meta/recipes-gnome/epiphany/epiphany_40.1.bb
+++ b/meta/recipes-gnome/epiphany/epiphany_40.2.bb
@@ -20,7 +20,7 @@ SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@oe.utils.trim_version("${PV}", 1)}/${GN
            file://migrator.patch \
            file://distributor.patch \
            "
-SRC_URI[archive.sha256sum] = "696a426b1702774af8d0f056828f5d9ff9350507aba7f4c7e3e499f07a581ad0"
+SRC_URI[archive.sha256sum] = "75119e22065657cf70ef2b603d4f73835573bd034f1e618c0f662478fd6c6835"
 
 # Developer mode enables debugging
 PACKAGECONFIG[developer-mode] = "-Ddeveloper_mode=true,-Ddeveloper_mode=false"
-- 
2.31.1


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

* [PATCH 2/3] vala: upgrade 0.52.3 -> 0.52.4
  2021-06-09  6:36 [PATCH 1/3] epiphany: upgrade 40.1 -> 40.2 Andreas Müller
@ 2021-06-09  6:36 ` Andreas Müller
  2021-06-09  6:36 ` [PATCH 3/3] p11-kit: upgrade 0.23.22 -> 0.23.24 Andreas Müller
  1 sibling, 0 replies; 3+ messages in thread
From: Andreas Müller @ 2021-06-09  6:36 UTC (permalink / raw)
  To: openembedded-core

Vala 0.52.4
===========
 * Various improvements and bug fixes:
  - codegen:
    + GArray, GByteArray and GPtrArray are reference counted
    + Replace wrongly hard coded usage of G_OBJECT_GET_CLASS
    + Don't add errornous cast for unknown type_symbol
    + Mark entry point method implementation "_vala_main" as static
    + Improve check for GLib.Source derived classes
  - vala: Parameter following params-array parameter is not allowed
  - doc: Update man page to include more information on profiles

 * Bindings:
  - glib-2.0: Add missing has_typedef attributes on SourceFuncs delegates
  - gstreamer: Update from 1.19.0+ git master
  - gtk+-3.0: Update to 3.24.29+f9fe28ce
  - gtk4: Update to 4.3.0+24f0ae1d
  - pango: Mark language parameter of AttrIterator.get_font() as out
  - vapi: Update GIR-based bindings

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 meta/recipes-devtools/vala/{vala_0.52.3.bb => vala_0.52.4.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/vala/{vala_0.52.3.bb => vala_0.52.4.bb} (50%)

diff --git a/meta/recipes-devtools/vala/vala_0.52.3.bb b/meta/recipes-devtools/vala/vala_0.52.4.bb
similarity index 50%
rename from meta/recipes-devtools/vala/vala_0.52.3.bb
rename to meta/recipes-devtools/vala/vala_0.52.4.bb
index 133dc9efad..8e2869d408 100644
--- a/meta/recipes-devtools/vala/vala_0.52.3.bb
+++ b/meta/recipes-devtools/vala/vala_0.52.4.bb
@@ -2,4 +2,4 @@ require ${BPN}.inc
 
 SRC_URI += " file://0001-vapigen.m4-use-PKG_CONFIG_SYSROOT_DIR.patch"
 
-SRC_URI[sha256sum] = "037ea1a92bf0f1ab04a71b52a01d50aca1945ad1017b6189d9614f84f5c9b2d9"
+SRC_URI[sha256sum] = "ecde520e5160e659ee699f8b1cdc96065edbd44bbd08eb48ef5f2506751fdf31"
-- 
2.31.1


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

* [PATCH 3/3] p11-kit: upgrade 0.23.22 -> 0.23.24
  2021-06-09  6:36 [PATCH 1/3] epiphany: upgrade 40.1 -> 40.2 Andreas Müller
  2021-06-09  6:36 ` [PATCH 2/3] vala: upgrade 0.52.3 -> 0.52.4 Andreas Müller
@ 2021-06-09  6:36 ` Andreas Müller
  1 sibling, 0 replies; 3+ messages in thread
From: Andreas Müller @ 2021-06-09  6:36 UTC (permalink / raw)
  To: openembedded-core

* Use inclusive language on certificate distrust. Note: This changes the directory and attribute names to distrust certain CAs to
  "blocklist" [#324]
* Fix issues spotted by coverity and ASan [#349, #351]
* Integrate gettext with tools more tightly [#358]
* rpc: Forbid use of array of attributes [#365, #367]
* Build fixes [#342, #344, #345, #353, #362, #364]

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../p11-kit/{p11-kit_0.23.22.bb => p11-kit_0.24.0.bb}         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/p11-kit/{p11-kit_0.23.22.bb => p11-kit_0.24.0.bb} (91%)

diff --git a/meta/recipes-support/p11-kit/p11-kit_0.23.22.bb b/meta/recipes-support/p11-kit/p11-kit_0.24.0.bb
similarity index 91%
rename from meta/recipes-support/p11-kit/p11-kit_0.23.22.bb
rename to meta/recipes-support/p11-kit/p11-kit_0.24.0.bb
index 623afccb5e..6759168b37 100644
--- a/meta/recipes-support/p11-kit/p11-kit_0.23.22.bb
+++ b/meta/recipes-support/p11-kit/p11-kit_0.24.0.bb
@@ -10,8 +10,8 @@ DEPENDS = "libtasn1 libtasn1-native libffi"
 
 DEPENDS_append = "${@' glib-2.0' if d.getVar('GTKDOC_ENABLED') == 'True' else ''}"
 
-SRC_URI = "git://github.com/p11-glue/p11-kit;branch=0.23"
-SRCREV = "bd97afbfe28d5fbbde95ce36ff7a8834fc0291ee"
+SRC_URI = "git://github.com/p11-glue/p11-kit"
+SRCREV = "34826623f58399b24c21f1788e2cdaea34521b7b"
 S = "${WORKDIR}/git"
 
 PACKAGECONFIG ??= ""
-- 
2.31.1


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

end of thread, other threads:[~2021-06-09  6:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-09  6:36 [PATCH 1/3] epiphany: upgrade 40.1 -> 40.2 Andreas Müller
2021-06-09  6:36 ` [PATCH 2/3] vala: upgrade 0.52.3 -> 0.52.4 Andreas Müller
2021-06-09  6:36 ` [PATCH 3/3] p11-kit: upgrade 0.23.22 -> 0.23.24 Andreas Müller

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.