All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe] [meta-webserver] [PATCH] apache2: upgrade 2.4.53 -> 2.4.54
@ 2022-06-13  8:51 Wang Mingyu
  2022-06-13  8:51 ` [oe] [meta-oe] [PATCH] ctags: upgrade 5.9.20220529.0 -> 5.9.20220605.0 Wang Mingyu
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Wang Mingyu @ 2022-06-13  8:51 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

0004-apache2-log-the-SELinux-context-at-startup.patch
refresh for new version.

Changelog:
https://downloads.apache.org/httpd/CHANGES_2.4.54

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...-apache2-log-the-SELinux-context-at-startup.patch | 12 +++++-------
 .../apache2/{apache2_2.4.53.bb => apache2_2.4.54.bb} |  2 +-
 2 files changed, 6 insertions(+), 8 deletions(-)
 rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.53.bb => apache2_2.4.54.bb} (99%)

diff --git a/meta-webserver/recipes-httpd/apache2/apache2/0004-apache2-log-the-SELinux-context-at-startup.patch b/meta-webserver/recipes-httpd/apache2/apache2/0004-apache2-log-the-SELinux-context-at-startup.patch
index 5d8291968..3b080f54f 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2/0004-apache2-log-the-SELinux-context-at-startup.patch
+++ b/meta-webserver/recipes-httpd/apache2/apache2/0004-apache2-log-the-SELinux-context-at-startup.patch
@@ -1,4 +1,4 @@
-From 37699e9be04d83c5923644e298f400e077f76e85 Mon Sep 17 00:00:00 2001
+From e47cc405eadcbe37a579c375e824e20a5c53bfad Mon Sep 17 00:00:00 2001
 From: Paul Eggleton <paul.eggleton@linux.intel.com>
 Date: Tue, 17 Jul 2012 11:27:39 +0100
 Subject: [PATCH] Log the SELinux context at startup.
@@ -8,13 +8,14 @@ Log the SELinux context at startup.
 Upstream-Status: Inappropriate [other]
 
 Note: unlikely to be any interest in this upstream
+
 ---
  configure.in  |  5 +++++
  server/core.c | 26 ++++++++++++++++++++++++++
  2 files changed, 31 insertions(+)
 
 diff --git a/configure.in b/configure.in
-index c799aec..76811e7 100644
+index ea6cec3..92b74b7 100644
 --- a/configure.in
 +++ b/configure.in
 @@ -491,6 +491,11 @@ getloadavg
@@ -30,7 +31,7 @@ index c799aec..76811e7 100644
  [AC_TRY_RUN(#define _GNU_SOURCE
  #include <unistd.h>
 diff --git a/server/core.c b/server/core.c
-index 3020090..8fef5fd 100644
+index 4da7209..d3ca25b 100644
 --- a/server/core.c
 +++ b/server/core.c
 @@ -65,6 +65,10 @@
@@ -43,7 +44,7 @@ index 3020090..8fef5fd 100644
 +
  /* LimitRequestBody handling */
  #define AP_LIMIT_REQ_BODY_UNSET         ((apr_off_t) -1)
- #define AP_DEFAULT_LIMIT_REQ_BODY       ((apr_off_t) 0)
+ #define AP_DEFAULT_LIMIT_REQ_BODY       ((apr_off_t) 1<<30) /* 1GB */
 @@ -5126,6 +5130,28 @@ static int core_post_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *pte
      }
  #endif
@@ -73,6 +74,3 @@ index 3020090..8fef5fd 100644
      return OK;
  }
  
--- 
-2.25.1
-
diff --git a/meta-webserver/recipes-httpd/apache2/apache2_2.4.53.bb b/meta-webserver/recipes-httpd/apache2/apache2_2.4.54.bb
similarity index 99%
rename from meta-webserver/recipes-httpd/apache2/apache2_2.4.53.bb
rename to meta-webserver/recipes-httpd/apache2/apache2_2.4.54.bb
index 8413f5379..4b0ed2f62 100644
--- a/meta-webserver/recipes-httpd/apache2/apache2_2.4.53.bb
+++ b/meta-webserver/recipes-httpd/apache2/apache2_2.4.54.bb
@@ -26,7 +26,7 @@ SRC_URI:append:class-target = " \
            "
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=bddeddfac80b2c9a882241d008bb41c3"
-SRC_URI[sha256sum] = "d0bbd1121a57b5f2a6ff92d7b96f8050c5a45d3f14db118f64979d525858db63"
+SRC_URI[sha256sum] = "eb397feeefccaf254f8d45de3768d9d68e8e73851c49afd5b7176d1ecf80c340"
 
 S = "${WORKDIR}/httpd-${PV}"
 
-- 
2.25.1



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

* [oe] [meta-oe] [PATCH] ctags: upgrade 5.9.20220529.0 -> 5.9.20220605.0
  2022-06-13  8:51 [oe] [meta-webserver] [PATCH] apache2: upgrade 2.4.53 -> 2.4.54 Wang Mingyu
@ 2022-06-13  8:51 ` Wang Mingyu
  2022-06-13  8:51 ` [oe] [meta-oe] [PATCH] feh: upgrade 3.8 -> 3.9 Wang Mingyu
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Wang Mingyu @ 2022-06-13  8:51 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../ctags/{ctags_5.9.20220529.0.bb => ctags_5.9.20220605.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/ctags/{ctags_5.9.20220529.0.bb => ctags_5.9.20220605.0.bb} (95%)

diff --git a/meta-oe/recipes-devtools/ctags/ctags_5.9.20220529.0.bb b/meta-oe/recipes-devtools/ctags/ctags_5.9.20220605.0.bb
similarity index 95%
rename from meta-oe/recipes-devtools/ctags/ctags_5.9.20220529.0.bb
rename to meta-oe/recipes-devtools/ctags/ctags_5.9.20220605.0.bb
index 1ec8d0e13..099b9bdea 100644
--- a/meta-oe/recipes-devtools/ctags/ctags_5.9.20220529.0.bb
+++ b/meta-oe/recipes-devtools/ctags/ctags_5.9.20220605.0.bb
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3"
 
 inherit autotools-brokensep pkgconfig manpages
 
-SRCREV = "fff389b94b8e3fb53bdb59789dabc2693c534804"
+SRCREV = "4e9f5df52498777d46360cb610f63d7af1f4b771"
 SRC_URI = "git://github.com/universal-ctags/ctags;branch=master;protocol=https"
 
 S = "${WORKDIR}/git"
-- 
2.25.1



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

* [oe] [meta-oe] [PATCH] feh: upgrade 3.8 -> 3.9
  2022-06-13  8:51 [oe] [meta-webserver] [PATCH] apache2: upgrade 2.4.53 -> 2.4.54 Wang Mingyu
  2022-06-13  8:51 ` [oe] [meta-oe] [PATCH] ctags: upgrade 5.9.20220529.0 -> 5.9.20220605.0 Wang Mingyu
@ 2022-06-13  8:51 ` Wang Mingyu
  2022-06-13  8:51 ` [oe] [meta-gnome] [PATCH] gspell: upgrade 1.10.0 -> 1.11.1 Wang Mingyu
  2022-06-13  8:51 ` [oe] [meta-oe] [PATCH] inotify-tools: upgrade 3.22.1.0 -> 3.22.6.0 Wang Mingyu
  3 siblings, 0 replies; 5+ messages in thread
From: Wang Mingyu @ 2022-06-13  8:51 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-oe/recipes-graphics/feh/{feh_3.8.bb => feh_3.9.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-graphics/feh/{feh_3.8.bb => feh_3.9.bb} (89%)

diff --git a/meta-oe/recipes-graphics/feh/feh_3.8.bb b/meta-oe/recipes-graphics/feh/feh_3.9.bb
similarity index 89%
rename from meta-oe/recipes-graphics/feh/feh_3.8.bb
rename to meta-oe/recipes-graphics/feh/feh_3.9.bb
index 12951e28c..e4422668f 100644
--- a/meta-oe/recipes-graphics/feh/feh_3.8.bb
+++ b/meta-oe/recipes-graphics/feh/feh_3.9.bb
@@ -10,7 +10,7 @@ DEPENDS = "\
 "
 
 SRC_URI = "https://feh.finalrewind.org/feh-${PV}.tar.bz2"
-SRC_URI[sha256sum] = "7f3c34552b39336d7ebee2d7c4bf5697aaaa2c6c102c357f6e82ea240bd62ba9"
+SRC_URI[sha256sum] = "8649962c41d2c7ec4cc3f438eb327638a1820ad5a66df6a9995964601ae6bca0"
 
 inherit mime-xdg features_check
 # depends on virtual/libx11
-- 
2.25.1



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

* [oe] [meta-gnome] [PATCH] gspell: upgrade 1.10.0 -> 1.11.1
  2022-06-13  8:51 [oe] [meta-webserver] [PATCH] apache2: upgrade 2.4.53 -> 2.4.54 Wang Mingyu
  2022-06-13  8:51 ` [oe] [meta-oe] [PATCH] ctags: upgrade 5.9.20220529.0 -> 5.9.20220605.0 Wang Mingyu
  2022-06-13  8:51 ` [oe] [meta-oe] [PATCH] feh: upgrade 3.8 -> 3.9 Wang Mingyu
@ 2022-06-13  8:51 ` Wang Mingyu
  2022-06-13  8:51 ` [oe] [meta-oe] [PATCH] inotify-tools: upgrade 3.22.1.0 -> 3.22.6.0 Wang Mingyu
  3 siblings, 0 replies; 5+ messages in thread
From: Wang Mingyu @ 2022-06-13  8:51 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

News in 1.11.1, 2022-06-10
--------------------------
* Build: minor improvements, small change to how enum-types are built.
* A few documentation improvements.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../recipes-gnome/gspell/{gspell_1.10.0.bb => gspell_1.11.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gnome/gspell/{gspell_1.10.0.bb => gspell_1.11.1.bb} (76%)

diff --git a/meta-gnome/recipes-gnome/gspell/gspell_1.10.0.bb b/meta-gnome/recipes-gnome/gspell/gspell_1.11.1.bb
similarity index 76%
rename from meta-gnome/recipes-gnome/gspell/gspell_1.10.0.bb
rename to meta-gnome/recipes-gnome/gspell/gspell_1.11.1.bb
index fe1b3ea67..c76a48f19 100644
--- a/meta-gnome/recipes-gnome/gspell/gspell_1.10.0.bb
+++ b/meta-gnome/recipes-gnome/gspell/gspell_1.11.1.bb
@@ -7,4 +7,4 @@ DEPENDS = "gtk+3 iso-codes enchant2"
 
 inherit gnomebase gettext gobject-introspection vala
 
-SRC_URI[archive.sha256sum] = "803bb884c0215d3fd22a85d7f30423aff88d9792f05a5199d8a489a2ffaae1da"
+SRC_URI[archive.sha256sum] = "ef6aa4e3f711775158a7e241a5f809cf2426bc0e02c23a7d2b5c71fc3de00292"
-- 
2.25.1



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

* [oe] [meta-oe] [PATCH] inotify-tools: upgrade 3.22.1.0 -> 3.22.6.0
  2022-06-13  8:51 [oe] [meta-webserver] [PATCH] apache2: upgrade 2.4.53 -> 2.4.54 Wang Mingyu
                   ` (2 preceding siblings ...)
  2022-06-13  8:51 ` [oe] [meta-gnome] [PATCH] gspell: upgrade 1.10.0 -> 1.11.1 Wang Mingyu
@ 2022-06-13  8:51 ` Wang Mingyu
  3 siblings, 0 replies; 5+ messages in thread
From: Wang Mingyu @ 2022-06-13  8:51 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Wang Mingyu

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{inotify-tools_3.22.1.0.bb => inotify-tools_3.22.6.0.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/inotify-tools/{inotify-tools_3.22.1.0.bb => inotify-tools_3.22.6.0.bb} (93%)

diff --git a/meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.1.0.bb b/meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.6.0.bb
similarity index 93%
rename from meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.1.0.bb
rename to meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.6.0.bb
index 4e6bfbbc2..3d25eecb3 100644
--- a/meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.1.0.bb
+++ b/meta-oe/recipes-support/inotify-tools/inotify-tools_3.22.6.0.bb
@@ -5,7 +5,7 @@ SECTION = "console/devel"
 LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=ac6c26e52aea428ee7f56dc2c56424c6"
 
-SRCREV = "4b72dcd15299e1d0cb096397d9aab513ffed1657"
+SRCREV = "c8bdbc0a2ed822fc7c67c5c3e102d89fe27fb2d0"
 
 SRC_URI = "git://github.com/${BPN}/${BPN};branch=master;protocol=https \
            file://0002-libinotifytools-Bridge-differences-between-musl-glib.patch \
-- 
2.25.1



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

end of thread, other threads:[~2022-06-13  8:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-13  8:51 [oe] [meta-webserver] [PATCH] apache2: upgrade 2.4.53 -> 2.4.54 Wang Mingyu
2022-06-13  8:51 ` [oe] [meta-oe] [PATCH] ctags: upgrade 5.9.20220529.0 -> 5.9.20220605.0 Wang Mingyu
2022-06-13  8:51 ` [oe] [meta-oe] [PATCH] feh: upgrade 3.8 -> 3.9 Wang Mingyu
2022-06-13  8:51 ` [oe] [meta-gnome] [PATCH] gspell: upgrade 1.10.0 -> 1.11.1 Wang Mingyu
2022-06-13  8:51 ` [oe] [meta-oe] [PATCH] inotify-tools: upgrade 3.22.1.0 -> 3.22.6.0 Wang Mingyu

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.