All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] poppler: upgrade 21.05.0 -> 21.06.0
@ 2021-06-03 21:05 Andreas Müller
  2021-06-03 21:05 ` [PATCH 2/5] dbus-broker: upgrade 28 -> 29 Andreas Müller
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Andreas Müller @ 2021-06-03 21:05 UTC (permalink / raw)
  To: openembedded-devel

Release 21.06.0

core:
    * Fix rendering of some extended latin1 characters in annotations. Issue #1070
    * Support some not so well formed documents with password. Issue #1083
    * Add API to get notified if the xref is reconstructed
    * Add somewhat fancier left/right signature visual representation
    * Fix crashes in malformed files
    * Minor code improvements

qt6:
    * Change some functions to return std::unique_ptr

qt5/qt6:
    * Add API to get notified if the xref is reconstructed
    * Add somewhat fancier left/right signature visual representation
    * Don't assert when trying to invert singular matrices

build system:
    * make boost opt-out if building splash

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../poppler/{poppler_21.05.0.bb => poppler_21.06.0.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/poppler/{poppler_21.05.0.bb => poppler_21.06.0.bb} (96%)

diff --git a/meta-oe/recipes-support/poppler/poppler_21.05.0.bb b/meta-oe/recipes-support/poppler/poppler_21.06.0.bb
similarity index 96%
rename from meta-oe/recipes-support/poppler/poppler_21.05.0.bb
rename to meta-oe/recipes-support/poppler/poppler_21.06.0.bb
index 4cfc5bd86..90fd8f87f 100644
--- a/meta-oe/recipes-support/poppler/poppler_21.05.0.bb
+++ b/meta-oe/recipes-support/poppler/poppler_21.06.0.bb
@@ -7,7 +7,7 @@ SRC_URI = "http://poppler.freedesktop.org/${BP}.tar.xz \
            file://0001-Do-not-overwrite-all-our-build-flags.patch \
            file://basename-include.patch \
            "
-SRC_URI[sha256sum] = "dafd537b680fad1215bc40fc53d1f38e8449d7c185bc60d5a89e1d26c90dbd8c"
+SRC_URI[sha256sum] = "4b440708eafdf07a1405e06744c66ac54a5af51a0e38ab17a46fbaff47278342"
 
 DEPENDS = "fontconfig zlib cairo lcms glib-2.0"
 
-- 
2.31.1


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

* [PATCH 2/5] dbus-broker: upgrade 28 -> 29
  2021-06-03 21:05 [PATCH 1/5] poppler: upgrade 21.05.0 -> 21.06.0 Andreas Müller
@ 2021-06-03 21:05 ` Andreas Müller
  2021-06-03 21:05 ` [PATCH 3/5] libmbim: upgrade 1.24.6 -> 1.24.8 Andreas Müller
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Andreas Müller @ 2021-06-03 21:05 UTC (permalink / raw)
  To: openembedded-devel

    * Improve SELinux audit messages. This requires the new libselinux-3.2
      and libaudit-3.0 releases. If audit/selinux support is enabled, those
      are now the minimum required versions.
    * Make linux-4.17 a hard-requirements. Older kernels are no longer
      supported.
    * Fix startup failures when at-console users have consecutive uids.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../recipes-core/dbus/{dbus-broker_28.bb => dbus-broker_29.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-core/dbus/{dbus-broker_28.bb => dbus-broker_29.bb} (92%)

diff --git a/meta-oe/recipes-core/dbus/dbus-broker_28.bb b/meta-oe/recipes-core/dbus/dbus-broker_29.bb
similarity index 92%
rename from meta-oe/recipes-core/dbus/dbus-broker_28.bb
rename to meta-oe/recipes-core/dbus/dbus-broker_29.bb
index a35f5c64c..49ba16911 100644
--- a/meta-oe/recipes-core/dbus/dbus-broker_28.bb
+++ b/meta-oe/recipes-core/dbus/dbus-broker_29.bb
@@ -7,7 +7,7 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=7b486c2338d225a1405d979ed2c15ce8"
 
 SRC_URI = "https://github.com/bus1/dbus-broker/releases/download/v${PV}/dbus-broker-${PV}.tar.xz"
-SRC_URI[sha256sum] = "abb8b54434faeeb6bf59a70ebf0732e851a50bd922995ba5928e8c28c18b05ea"
+SRC_URI[sha256sum] = "4eca425db52b7ab1027153e93fea9b3f11759db9e93ffbf88759b73ddfb8026a"
 
 UPSTREAM_CHECK_URI = "https://github.com/bus1/${BPN}/releases"
 
-- 
2.31.1


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

* [PATCH 3/5] libmbim: upgrade 1.24.6 -> 1.24.8
  2021-06-03 21:05 [PATCH 1/5] poppler: upgrade 21.05.0 -> 21.06.0 Andreas Müller
  2021-06-03 21:05 ` [PATCH 2/5] dbus-broker: upgrade 28 -> 29 Andreas Müller
@ 2021-06-03 21:05 ` Andreas Müller
  2021-06-03 21:05 ` [PATCH 4/5] nss: upgrade 3.64 -> 3.66 Andreas Müller
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Andreas Müller @ 2021-06-03 21:05 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../libmbim/{libmbim_1.24.6.bb => libmbim_1.24.8.bb}          | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
 rename meta-oe/recipes-connectivity/libmbim/{libmbim_1.24.6.bb => libmbim_1.24.8.bb} (82%)

diff --git a/meta-oe/recipes-connectivity/libmbim/libmbim_1.24.6.bb b/meta-oe/recipes-connectivity/libmbim/libmbim_1.24.8.bb
similarity index 82%
rename from meta-oe/recipes-connectivity/libmbim/libmbim_1.24.6.bb
rename to meta-oe/recipes-connectivity/libmbim/libmbim_1.24.8.bb
index 6fe6a2e4f..6a8d2405e 100644
--- a/meta-oe/recipes-connectivity/libmbim/libmbim_1.24.6.bb
+++ b/meta-oe/recipes-connectivity/libmbim/libmbim_1.24.8.bb
@@ -12,6 +12,4 @@ DEPENDS = "glib-2.0 glib-2.0-native libgudev"
 inherit autotools pkgconfig bash-completion gobject-introspection
 
 SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz"
-
-SRC_URI[md5sum] = "38d228548eae3ee144e19a42b028eab0"
-SRC_URI[sha256sum] = "760465caaa1ccd699c14290e9791da456d5300dd11ebf4c1486151033e875dfd"
+SRC_URI[sha256sum] = "02590736163fff10e5732191fccc1b9920969616ddc59613a003052a116a3c25"
-- 
2.31.1


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

* [PATCH 4/5] nss: upgrade 3.64 -> 3.66
  2021-06-03 21:05 [PATCH 1/5] poppler: upgrade 21.05.0 -> 21.06.0 Andreas Müller
  2021-06-03 21:05 ` [PATCH 2/5] dbus-broker: upgrade 28 -> 29 Andreas Müller
  2021-06-03 21:05 ` [PATCH 3/5] libmbim: upgrade 1.24.6 -> 1.24.8 Andreas Müller
@ 2021-06-03 21:05 ` Andreas Müller
  2021-06-03 21:05 ` [PATCH 5/5] icewm: upgrade 2.3.3 -> 2.3.4 Andreas Müller
       [not found] ` <16852E7A607BB2E4.32687@lists.openembedded.org>
  4 siblings, 0 replies; 6+ messages in thread
From: Andreas Müller @ 2021-06-03 21:05 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 meta-oe/recipes-support/nss/{nss_3.64.bb => nss_3.66.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/nss/{nss_3.64.bb => nss_3.66.bb} (99%)

diff --git a/meta-oe/recipes-support/nss/nss_3.64.bb b/meta-oe/recipes-support/nss/nss_3.66.bb
similarity index 99%
rename from meta-oe/recipes-support/nss/nss_3.64.bb
rename to meta-oe/recipes-support/nss/nss_3.66.bb
index fce5a856e..b5edc2b00 100644
--- a/meta-oe/recipes-support/nss/nss_3.64.bb
+++ b/meta-oe/recipes-support/nss/nss_3.66.bb
@@ -33,7 +33,7 @@ SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${VERSIO
            file://nss-fix-nsinstall-build.patch \
            file://0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch \
            "
-SRC_URI[sha256sum] = "d3175427172e9c3a6f1ebc74452cb791590f28191c6a1a443dbc0d87c9df1126"
+SRC_URI[sha256sum] = "89a79e3a756cf0ac9ba645f4d4c0fc58d4133134401fb0b6c8a74c420bb4cdc9"
 
 UPSTREAM_CHECK_URI = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases"
 UPSTREAM_CHECK_REGEX = "NSS_(?P<pver>.+)_release_notes"
-- 
2.31.1


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

* [PATCH 5/5] icewm: upgrade 2.3.3 -> 2.3.4
  2021-06-03 21:05 [PATCH 1/5] poppler: upgrade 21.05.0 -> 21.06.0 Andreas Müller
                   ` (2 preceding siblings ...)
  2021-06-03 21:05 ` [PATCH 4/5] nss: upgrade 3.64 -> 3.66 Andreas Müller
@ 2021-06-03 21:05 ` Andreas Müller
       [not found] ` <16852E7A607BB2E4.32687@lists.openembedded.org>
  4 siblings, 0 replies; 6+ messages in thread
From: Andreas Müller @ 2021-06-03 21:05 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../recipes-extended/icewm/{icewm_2.3.3.bb => icewm_2.3.4.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-extended/icewm/{icewm_2.3.3.bb => icewm_2.3.4.bb} (94%)

diff --git a/meta-oe/recipes-extended/icewm/icewm_2.3.3.bb b/meta-oe/recipes-extended/icewm/icewm_2.3.4.bb
similarity index 94%
rename from meta-oe/recipes-extended/icewm/icewm_2.3.3.bb
rename to meta-oe/recipes-extended/icewm/icewm_2.3.4.bb
index abc3e098c..f80611356 100644
--- a/meta-oe/recipes-extended/icewm/icewm_2.3.3.bb
+++ b/meta-oe/recipes-extended/icewm/icewm_2.3.4.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4a26952467ef79a7efca4a9cf52d417b"
 SRC_URI = "https://github.com/ice-wm/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.lz \
            file://0001-configure.ac-skip-running-test-program-when-cross-co.patch \
            "
-SRC_URI[sha256sum] = "4162565cf7566d78d786e4ecf4b0639451b8464bcb24e761b1f08ef43e95e513"
+SRC_URI[sha256sum] = "1368f7db61589b1309274a2fe7250961e21904a294b1cff2c13273abd73725f4"
 
 UPSTREAM_CHECK_URI = "https://github.com/ice-wm/${BPN}/releases"
 
-- 
2.31.1


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

* Re: [oe] [PATCH 4/5] nss: upgrade 3.64 -> 3.66
       [not found] ` <16852E7A607BB2E4.32687@lists.openembedded.org>
@ 2021-06-03 21:26   ` Andreas Müller
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Müller @ 2021-06-03 21:26 UTC (permalink / raw)
  To: Andreas Müller; +Cc: openembeded-devel

On Thu, Jun 3, 2021 at 11:06 PM Andreas Müller via
lists.openembedded.org
<schnitzeltony=gmail.com@lists.openembedded.org> wrote:
Please ignore this one for now- it breaks pkcs11-helper

Andreas
>
> Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
> ---
>  meta-oe/recipes-support/nss/{nss_3.64.bb => nss_3.66.bb} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-oe/recipes-support/nss/{nss_3.64.bb => nss_3.66.bb} (99%)
>
> diff --git a/meta-oe/recipes-support/nss/nss_3.64.bb b/meta-oe/recipes-support/nss/nss_3.66.bb
> similarity index 99%
> rename from meta-oe/recipes-support/nss/nss_3.64.bb
> rename to meta-oe/recipes-support/nss/nss_3.66.bb
> index fce5a856e..b5edc2b00 100644
> --- a/meta-oe/recipes-support/nss/nss_3.64.bb
> +++ b/meta-oe/recipes-support/nss/nss_3.66.bb
> @@ -33,7 +33,7 @@ SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${VERSIO
>             file://nss-fix-nsinstall-build.patch \
>             file://0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch \
>             "
> -SRC_URI[sha256sum] = "d3175427172e9c3a6f1ebc74452cb791590f28191c6a1a443dbc0d87c9df1126"
> +SRC_URI[sha256sum] = "89a79e3a756cf0ac9ba645f4d4c0fc58d4133134401fb0b6c8a74c420bb4cdc9"
>
>  UPSTREAM_CHECK_URI = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases"
>  UPSTREAM_CHECK_REGEX = "NSS_(?P<pver>.+)_release_notes"
> --
> 2.31.1
>
>
> 
>

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

end of thread, other threads:[~2021-06-03 21:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-03 21:05 [PATCH 1/5] poppler: upgrade 21.05.0 -> 21.06.0 Andreas Müller
2021-06-03 21:05 ` [PATCH 2/5] dbus-broker: upgrade 28 -> 29 Andreas Müller
2021-06-03 21:05 ` [PATCH 3/5] libmbim: upgrade 1.24.6 -> 1.24.8 Andreas Müller
2021-06-03 21:05 ` [PATCH 4/5] nss: upgrade 3.64 -> 3.66 Andreas Müller
2021-06-03 21:05 ` [PATCH 5/5] icewm: upgrade 2.3.3 -> 2.3.4 Andreas Müller
     [not found] ` <16852E7A607BB2E4.32687@lists.openembedded.org>
2021-06-03 21:26   ` [oe] [PATCH 4/5] nss: upgrade 3.64 -> 3.66 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.