All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Upgrade recipes
@ 2019-02-20  8:56 changqing.li
  2019-02-20  8:56 ` [PATCH 1/5] phoronix-test-suite: Upgrade 8.2.0 -> 8.6.0 changqing.li
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: changqing.li @ 2019-02-20  8:56 UTC (permalink / raw)
  To: openembedded-devel

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


Changqing Li (5):
  phoronix-test-suite: Upgrade 8.2.0 -> 8.6.0
  syslog-ng: upgrade 3.26.1 -> 3.19.1
  rrdtool: upgrade 1.7.0 -> 1.7.1
  multipath-tools: upgrade 0.7.9 -> 0.8.0
  udisk2: 2.7.8 -> 2.8.1

 ...suite_8.2.0.bb => phoronix-test-suite_8.6.0.bb} |  4 +--
 .../rrdtool/{rrdtool_1.7.0.bb => rrdtool_1.7.1.bb} |  4 +--
 .../0021-RH-fixup-udev-rules-for-redhat.patch      | 24 +++++----------
 ...-the-property-blacklist-exception-builtin.patch | 31 +++++++++----------
 ...ds-from-kernel-cmdline-mpath.wwids-with-A.patch | 36 ++++++++++------------
 ...ath-tools_0.7.9.bb => multipath-tools_0.8.0.bb} |  2 +-
 .../{syslog-ng_3.16.1.bb => syslog-ng_3.19.1.bb}   |  4 +--
 .../udisks/{udisks2_2.7.8.bb => udisks2_2.8.1.bb}  |  4 +--
 8 files changed, 46 insertions(+), 63 deletions(-)
 rename meta-oe/recipes-benchmark/phoronix-test-suite/{phoronix-test-suite_8.2.0.bb => phoronix-test-suite_8.6.0.bb} (90%)
 rename meta-oe/recipes-extended/rrdtool/{rrdtool_1.7.0.bb => rrdtool_1.7.1.bb} (98%)
 rename meta-oe/recipes-support/multipath-tools/{multipath-tools_0.7.9.bb => multipath-tools_0.8.0.bb} (98%)
 rename meta-oe/recipes-support/syslog-ng/{syslog-ng_3.16.1.bb => syslog-ng_3.19.1.bb} (81%)
 rename meta-oe/recipes-support/udisks/{udisks2_2.7.8.bb => udisks2_2.8.1.bb} (89%)

-- 
2.7.4



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

* [PATCH 1/5] phoronix-test-suite: Upgrade 8.2.0 -> 8.6.0
  2019-02-20  8:56 [PATCH 0/5] Upgrade recipes changqing.li
@ 2019-02-20  8:56 ` changqing.li
  2019-02-20  8:56 ` [PATCH 2/5] syslog-ng: upgrade 3.26.1 -> 3.19.1 changqing.li
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 15+ messages in thread
From: changqing.li @ 2019-02-20  8:56 UTC (permalink / raw)
  To: openembedded-devel

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

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 .../{phoronix-test-suite_8.2.0.bb => phoronix-test-suite_8.6.0.bb}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-benchmark/phoronix-test-suite/{phoronix-test-suite_8.2.0.bb => phoronix-test-suite_8.6.0.bb} (90%)

diff --git a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_8.2.0.bb b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_8.6.0.bb
similarity index 90%
rename from meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_8.2.0.bb
rename to meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_8.6.0.bb
index 2214931..4c7b057 100644
--- a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_8.2.0.bb
+++ b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_8.6.0.bb
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 SECTION = "console/tests"
 
 SRC_URI = "http://www.phoronix-test-suite.com/releases/${BP}.tar.gz"
-SRC_URI[md5sum] = "33e7b9ba5a65e7fcef91d47117450e6c"
-SRC_URI[sha256sum] = "d7160df5ab15fbd65ade82c6cc13c02a4826d46eff10113f615e38316c9c01f1"
+SRC_URI[md5sum] = "a3d9e81f5abc1921d3aaf710ac4f4046"
+SRC_URI[sha256sum] = "acb9dfcf4a3452aaf82cce59ccc04fa4cf51a43617a6cca9d1f9c5c670a5655d"
 
 S = "${WORKDIR}/phoronix-test-suite"
 
-- 
2.7.4



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

* [PATCH 2/5] syslog-ng: upgrade 3.26.1 -> 3.19.1
  2019-02-20  8:56 [PATCH 0/5] Upgrade recipes changqing.li
  2019-02-20  8:56 ` [PATCH 1/5] phoronix-test-suite: Upgrade 8.2.0 -> 8.6.0 changqing.li
@ 2019-02-20  8:56 ` changqing.li
  2019-02-20 14:47   ` Peter Kjellerstedt
  2019-02-21  1:43   ` [meta-oe][PATCH V2] syslog-ng: upgrade 3.16.1 " changqing.li
  2019-02-20  8:56 ` [PATCH 3/5] rrdtool: upgrade 1.7.0 -> 1.7.1 changqing.li
                   ` (2 subsequent siblings)
  4 siblings, 2 replies; 15+ messages in thread
From: changqing.li @ 2019-02-20  8:56 UTC (permalink / raw)
  To: openembedded-devel

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

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 .../syslog-ng/{syslog-ng_3.16.1.bb => syslog-ng_3.19.1.bb}            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/syslog-ng/{syslog-ng_3.16.1.bb => syslog-ng_3.19.1.bb} (81%)

diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.16.1.bb b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.19.1.bb
similarity index 81%
rename from meta-oe/recipes-support/syslog-ng/syslog-ng_3.16.1.bb
rename to meta-oe/recipes-support/syslog-ng/syslog-ng_3.19.1.bb
index b5f42cf..4eecf6b 100644
--- a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.16.1.bb
+++ b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.19.1.bb
@@ -12,5 +12,5 @@ SRC_URI = "https://github.com/balabit/syslog-ng/releases/download/${BP}/${BP}.ta
            file://0001-syslog-ng-fix-segment-fault-during-service-start.patch \
            "
 
-SRC_URI[md5sum] = "72d44ad02c2e9ba0748b3ecd3f15a7ff"
-SRC_URI[sha256sum] = "c7ee6f1d5e98d86f191964e580111bfa71081ecbb3275cea035bbba177b73a29"
+SRC_URI[md5sum] = "aa79bc13d9fd925aa5fb9516e87aacd3"
+SRC_URI[sha256sum] = "5cf931a9d7bead0e6d9a2c65eee8f6005a005878f59aa280f3c4294257ed5178"
-- 
2.7.4



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

* [PATCH 3/5] rrdtool: upgrade 1.7.0 -> 1.7.1
  2019-02-20  8:56 [PATCH 0/5] Upgrade recipes changqing.li
  2019-02-20  8:56 ` [PATCH 1/5] phoronix-test-suite: Upgrade 8.2.0 -> 8.6.0 changqing.li
  2019-02-20  8:56 ` [PATCH 2/5] syslog-ng: upgrade 3.26.1 -> 3.19.1 changqing.li
@ 2019-02-20  8:56 ` changqing.li
  2019-02-22 18:07   ` Khem Raj
  2019-02-20  8:56 ` [PATCH 4/5] multipath-tools: upgrade 0.7.9 -> 0.8.0 changqing.li
  2019-02-20  8:56 ` [PATCH 5/5] udisk2: 2.7.8 -> 2.8.1 changqing.li
  4 siblings, 1 reply; 15+ messages in thread
From: changqing.li @ 2019-02-20  8:56 UTC (permalink / raw)
  To: openembedded-devel

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

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 .../recipes-extended/rrdtool/{rrdtool_1.7.0.bb => rrdtool_1.7.1.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-extended/rrdtool/{rrdtool_1.7.0.bb => rrdtool_1.7.1.bb} (98%)

diff --git a/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.0.bb b/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.1.bb
similarity index 98%
rename from meta-oe/recipes-extended/rrdtool/rrdtool_1.7.0.bb
rename to meta-oe/recipes-extended/rrdtool/rrdtool_1.7.1.bb
index ff99574..1a1ca54 100644
--- a/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.0.bb
+++ b/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.1.bb
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=3349111ed0533471494beec99715bc9d"
 
 DEPENDS = "libpng zlib cairo pango glib-2.0 libxml2 groff-native python-setuptools-native"
 
-SRCREV = "bfc82d5242855628b826018479df00e0ec4e8360"
-PV = "1.7.0"
+SRCREV = "34e6ff6218bb0372eb545f886dec96dd3d20be47"
+PV = "1.7.1"
 
 SRC_URI = "\
     git://github.com/oetiker/rrdtool-1.x.git;branch=master;protocol=http; \
-- 
2.7.4



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

* [PATCH 4/5] multipath-tools: upgrade 0.7.9 -> 0.8.0
  2019-02-20  8:56 [PATCH 0/5] Upgrade recipes changqing.li
                   ` (2 preceding siblings ...)
  2019-02-20  8:56 ` [PATCH 3/5] rrdtool: upgrade 1.7.0 -> 1.7.1 changqing.li
@ 2019-02-20  8:56 ` changqing.li
  2019-02-20  8:56 ` [PATCH 5/5] udisk2: 2.7.8 -> 2.8.1 changqing.li
  4 siblings, 0 replies; 15+ messages in thread
From: changqing.li @ 2019-02-20  8:56 UTC (permalink / raw)
  To: openembedded-devel

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

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 .../0021-RH-fixup-udev-rules-for-redhat.patch      | 24 +++++----------
 ...-the-property-blacklist-exception-builtin.patch | 31 +++++++++----------
 ...ds-from-kernel-cmdline-mpath.wwids-with-A.patch | 36 ++++++++++------------
 ...ath-tools_0.7.9.bb => multipath-tools_0.8.0.bb} |  2 +-
 4 files changed, 38 insertions(+), 55 deletions(-)
 rename meta-oe/recipes-support/multipath-tools/{multipath-tools_0.7.9.bb => multipath-tools_0.8.0.bb} (98%)

diff --git a/meta-oe/recipes-support/multipath-tools/files/0021-RH-fixup-udev-rules-for-redhat.patch b/meta-oe/recipes-support/multipath-tools/files/0021-RH-fixup-udev-rules-for-redhat.patch
index 4ef3e70..e88e256 100644
--- a/meta-oe/recipes-support/multipath-tools/files/0021-RH-fixup-udev-rules-for-redhat.patch
+++ b/meta-oe/recipes-support/multipath-tools/files/0021-RH-fixup-udev-rules-for-redhat.patch
@@ -10,18 +10,21 @@ false warnings that gcc throws because of the changed options. Fix these
 too.
 
 Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
+
+Update patch to 0.8.0
+
+Signed-off-by: Changqing Li <changqing.li@windriver.com>
 ---
  Makefile.inc        | 2 +-
  kpartx/kpartx.rules | 2 +-
  multipath/Makefile  | 4 ++--
- multipath/main.c    | 2 +-
- 4 files changed, 5 insertions(+), 5 deletions(-)
+ 3 files changed, 4 insertions(+), 4 deletions(-)
 
 diff --git a/Makefile.inc b/Makefile.inc
-index af2f5ba..0b271ea 100644
+index fc728ca..2f0bcea 100644
 --- a/Makefile.inc
 +++ b/Makefile.inc
-@@ -51,7 +51,7 @@ endif
+@@ -48,7 +48,7 @@ endif
  prefix		=
  exec_prefix	= $(prefix)
  usr_prefix	= $(prefix)
@@ -64,19 +67,6 @@ index 0828a8f..b9bbb3c 100644
  	$(RM) $(DESTDIR)$(man8dir)/$(EXEC).8.gz
  	$(RM) $(DESTDIR)$(man5dir)/$(EXEC).conf.5.gz
  
-diff --git a/multipath/main.c b/multipath/main.c
-index 3f0a6aa..6fdde03 100644
---- a/multipath/main.c
-+++ b/multipath/main.c
-@@ -389,7 +389,7 @@ static int find_multipaths_check_timeout(const struct path *pp, long tmo,
- 	struct timespec now, ftimes[2], tdiff;
- 	struct stat st;
- 	long fd;
--	int r, err, retries = 0;
-+	int r, err = 0, retries = 0;
- 
- 	clock_gettime(CLOCK_REALTIME, &now);
- 
 -- 
 2.7.4
 
diff --git a/meta-oe/recipes-support/multipath-tools/files/0022-RH-Remove-the-property-blacklist-exception-builtin.patch b/meta-oe/recipes-support/multipath-tools/files/0022-RH-Remove-the-property-blacklist-exception-builtin.patch
index a5c2b5e..fd10608 100644
--- a/meta-oe/recipes-support/multipath-tools/files/0022-RH-Remove-the-property-blacklist-exception-builtin.patch
+++ b/meta-oe/recipes-support/multipath-tools/files/0022-RH-Remove-the-property-blacklist-exception-builtin.patch
@@ -1,10 +1,7 @@
-From 1fede9514566a21cdf3da99e22ddf5a7b2c856c6 Mon Sep 17 00:00:00 2001
-From: Changqing Li <changqing.li@windriver.com>
-Date: Fri, 23 Nov 2018 16:47:31 +0800
-Subject: [PATCH] From 0000000000000000000000000000000000000000 Mon Sep 17
- 00:00:00 2001 From: Benjamin Marzinski <bmarzins@redhat.com> Date: Wed, 2 Jul
- 2014 12:49:53 -0500 Subject: [PATCH] RH: Remove the property blacklist
- exception builtin
+From 0000000000000000000000000000000000000000 Mon Sep 17  00:00:00 2001
+From:Benjamin Marzinski <bmarzins@redhat.com> 
+Date: Wed, 2 Jul  2014 12:49:53 -0500 
+Subject: [PATCH] RH: Remove the property blacklist  exception builtin
 
 Multipath set the default property blacklist exceptions to
 (ID_SCSI_VPD|ID_WWN).  This has the effect of blacklisting some internal
@@ -18,21 +15,21 @@ Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
 
 Upsteam-Status: Pending
 
-update this patch to new version
+Update patch to 0.8.0
 Signed-off-by: Changqing Li <changqing.li@windriver.com>
 ---
  libmultipath/blacklist.c | 13 +++++--------
  1 file changed, 5 insertions(+), 8 deletions(-)
 
 diff --git a/libmultipath/blacklist.c b/libmultipath/blacklist.c
-index 318ec03..145fed3 100644
+index e0d0279..9f58313 100644
 --- a/libmultipath/blacklist.c
 +++ b/libmultipath/blacklist.c
 @@ -192,12 +192,6 @@ setup_default_blist (struct config * conf)
  	char * str;
  	int i;
  
--	str = STRDUP("^(ram|raw|loop|fd|md|dm-|sr|scd|st|dcssblk)[0-9]");
+-	str = STRDUP("^(ram|zram|raw|loop|fd|md|dm-|sr|scd|st|dcssblk)[0-9]");
 -	if (!str)
 -		return 1;
 -	if (store_ble(conf->blist_devnode, str, ORIGIN_DEFAULT))
@@ -41,17 +38,17 @@ index 318ec03..145fed3 100644
  	str = STRDUP("^(td|hd|vd)[a-z]");
  	if (!str)
  		return 1;
-@@ -415,8 +409,11 @@ filter_property(struct config * conf, struct udev_device * udev)
+@@ -415,8 +409,11 @@ filter_property(struct config *conf, struct udev_device *udev, int lvl)
  		}
  	}
  
--	log_filter(devname, NULL, NULL, NULL, env, NULL, r);
+-	log_filter(devname, NULL, NULL, NULL, env, NULL, r, lvl);
 -	return r;
-+	if (VECTOR_SIZE(conf->elist_property)) {
-+		log_filter(devname, NULL, NULL, NULL, env, NULL, r);
-+		return r;
-+	}
-+	return 0;
++       if (VECTOR_SIZE(conf->elist_property)) {
++               log_filter(devname, NULL, NULL, NULL, env, NULL, r, lvl);
++               return r;
++       }
++       return 0;
  }
  
  static void free_ble(struct blentry *ble)
diff --git a/meta-oe/recipes-support/multipath-tools/files/0026-RH-add-wwids-from-kernel-cmdline-mpath.wwids-with-A.patch b/meta-oe/recipes-support/multipath-tools/files/0026-RH-add-wwids-from-kernel-cmdline-mpath.wwids-with-A.patch
index 912832a..938262b 100644
--- a/meta-oe/recipes-support/multipath-tools/files/0026-RH-add-wwids-from-kernel-cmdline-mpath.wwids-with-A.patch
+++ b/meta-oe/recipes-support/multipath-tools/files/0026-RH-add-wwids-from-kernel-cmdline-mpath.wwids-with-A.patch
@@ -1,10 +1,7 @@
-From 694a2a6c7e4b523603b30a109b6efb1c30a7cec3 Mon Sep 17 00:00:00 2001
-From: Changqing Li <changqing.li@windriver.com>
-Date: Mon, 26 Nov 2018 10:17:58 +0800
-Subject: [PATCH] From 0000000000000000000000000000000000000000 Mon Sep 17
- 00:00:00 2001 From: Benjamin Marzinski <bmarzins@redhat.com> Date: Fri, 17
- Oct 2014 11:20:34 -0500 Subject: [PATCH] RH: add wwids from kernel cmdline
- mpath.wwids with -A
+From 0000000000000000000000000000000000000000 Mon Sep 17  00:00:00 2001 
+From: Benjamin Marzinski <bmarzins@redhat.com>
+Date: Fri, 17  Oct 2014 11:20:34 -0500
+Subject: [PATCH] RH: add wwids from kernel cmdline  mpath.wwids with -A
 
 This patch adds another option to multipath, "-A", which reads
 /proc/cmdline for mpath.wwid=<WWID> options, and adds any wwids it finds
@@ -19,16 +16,16 @@ Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
 
 Upstream-Status: Pending
 
-Update this patch to new version
+Update this patch to new version 0.8.0
 
 Signed-off-by: Changqing Li <changqing.li@windriver.com>
 ---
  libmultipath/wwids.c          | 44 +++++++++++++++++++++++++++++++++++++++++++
  libmultipath/wwids.h          |  1 +
- multipath/main.c              | 10 ++++++++--
+ multipath/main.c              |  9 ++++++++-
  multipath/multipath.8         |  3 +++
  multipathd/multipathd.service |  1 +
- 5 files changed, 57 insertions(+), 2 deletions(-)
+ 5 files changed, 57 insertions(+), 1 deletion(-)
 
 diff --git a/libmultipath/wwids.c b/libmultipath/wwids.c
 index 53e7951..9ba9b62 100644
@@ -95,19 +92,18 @@ index 0c6ee54..e32a0b0 100644
  enum {
  	WWID_IS_NOT_FAILED = 0,
 diff --git a/multipath/main.c b/multipath/main.c
-index ffa5b22..bcf8885 100644
+index 5abb118..c751b31 100644
 --- a/multipath/main.c
 +++ b/multipath/main.c
-@@ -120,7 +120,7 @@ usage (char * progname)
- {
+@@ -134,6 +134,7 @@ usage (char * progname)
  	fprintf (stderr, VERSION_STRING);
  	fprintf (stderr, "Usage:\n");
--	fprintf (stderr, "  %s [-a|-c|-w|-W] [-d] [-r] [-i] [-v lvl] [-p pol] [-b fil] [-q] [dev]\n", progname);
+ 	fprintf (stderr, "  %s [-a|-c|-w|-W] [-d] [-r] [-i] [-v lvl] [-p pol] [-b fil] [-q] [dev]\n", progname);
 +	fprintf (stderr, "  %s [-a|-A|-c|-w|-W] [-d] [-r] [-i] [-v lvl] [-p pol] [-b fil] [-q] [dev]\n", progname);
  	fprintf (stderr, "  %s -l|-ll|-f [-v lvl] [-b fil] [-R num] [dev]\n", progname);
  	fprintf (stderr, "  %s -F [-v lvl] [-R num]\n", progname);
  	fprintf (stderr, "  %s [-t|-T]\n", progname);
-@@ -134,6 +134,8 @@ usage (char * progname)
+@@ -147,6 +148,8 @@ usage (char * progname)
  		"  -f      flush a multipath device map\n"
  		"  -F      flush all multipath device maps\n"
  		"  -a      add a device wwid to the wwids file\n"
@@ -116,18 +112,18 @@ index ffa5b22..bcf8885 100644
  		"  -c      check if a device should be a path in a multipath device\n"
  		"  -C      check if a multipath device has usable paths\n"
  		"  -q      allow queue_if_no_path when multipathd is not running\n"
-@@ -868,7 +870,7 @@ main (int argc, char *argv[])
- 		exit(1);
+@@ -870,7 +873,7 @@ main (int argc, char *argv[])
+ 		exit(RTVL_FAIL);
  	multipath_conf = conf;
  	conf->retrigger_tries = 0;
 -	while ((arg = getopt(argc, argv, ":adcChl::FfM:v:p:b:BrR:itTquUwW")) != EOF ) {
-+	while ((arg = getopt(argc, argv, ":aAdcChl::FfM:v:p:b:BrR:itquUwW")) != EOF ) {
++	while ((arg = getopt(argc, argv, ":aAdcChl::FfM:v:p:b:BrR:itTquUwW")) != EOF ) {
  		switch(arg) {
  		case 1: printf("optarg : %s\n",optarg);
  			break;
-@@ -935,6 +937,10 @@ main (int argc, char *argv[])
+@@ -937,6 +940,10 @@ main (int argc, char *argv[])
  		case 't':
- 			r = dump_config(conf, NULL, NULL);
+ 			r = dump_config(conf, NULL, NULL) ? RTVL_FAIL : RTVL_OK;
  			goto out_free_config;
 +		case 'A':
 +			if (remember_cmdline_wwid() != 0)
diff --git a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.7.9.bb b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.0.bb
similarity index 98%
rename from meta-oe/recipes-support/multipath-tools/multipath-tools_0.7.9.bb
rename to meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.0.bb
index 9cf104e..0cff48d 100644
--- a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.7.9.bb
+++ b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.8.0.bb
@@ -46,7 +46,7 @@ SRC_URI = "git://git.opensvc.com/multipath-tools/.git;protocol=http \
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
 
-SRCREV = "5c67a8b5944dd13542e6b44fa2ae9803e0cc4282"
+SRCREV = "eb688e1833e9533bfd9496ddc37eecc93590defa"
 
 S = "${WORKDIR}/git"
 
-- 
2.7.4



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

* [PATCH 5/5] udisk2: 2.7.8 -> 2.8.1
  2019-02-20  8:56 [PATCH 0/5] Upgrade recipes changqing.li
                   ` (3 preceding siblings ...)
  2019-02-20  8:56 ` [PATCH 4/5] multipath-tools: upgrade 0.7.9 -> 0.8.0 changqing.li
@ 2019-02-20  8:56 ` changqing.li
  4 siblings, 0 replies; 15+ messages in thread
From: changqing.li @ 2019-02-20  8:56 UTC (permalink / raw)
  To: openembedded-devel

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

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 meta-oe/recipes-support/udisks/{udisks2_2.7.8.bb => udisks2_2.8.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/udisks/{udisks2_2.7.8.bb => udisks2_2.8.1.bb} (89%)

diff --git a/meta-oe/recipes-support/udisks/udisks2_2.7.8.bb b/meta-oe/recipes-support/udisks/udisks2_2.8.1.bb
similarity index 89%
rename from meta-oe/recipes-support/udisks/udisks2_2.7.8.bb
rename to meta-oe/recipes-support/udisks/udisks2_2.8.1.bb
index 64b338f..ee23a63 100644
--- a/meta-oe/recipes-support/udisks/udisks2_2.7.8.bb
+++ b/meta-oe/recipes-support/udisks/udisks2_2.8.1.bb
@@ -19,10 +19,10 @@ DEPENDS += "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
 RDEPENDS_${PN} = "acl"
 
 SRC_URI = " \
-    git://github.com/storaged-project/udisks.git;branch=2.7.x-branch \
+    git://github.com/storaged-project/udisks.git;branch=master \
     file://non-gnu-libc.patch \
 "
-SRCREV = "47bc0141cb84624ba1e2242d596a89a30df1f5ea"
+SRCREV = "05ae471be3c2adf2255b3a01edb00bba06e02afb"
 S = "${WORKDIR}/git"
 
 CVE_PRODUCT = "udisks"
-- 
2.7.4



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

* Re: [PATCH 2/5] syslog-ng: upgrade 3.26.1 -> 3.19.1
  2019-02-20  8:56 ` [PATCH 2/5] syslog-ng: upgrade 3.26.1 -> 3.19.1 changqing.li
@ 2019-02-20 14:47   ` Peter Kjellerstedt
  2019-02-21  1:24     ` Changqing Li
  2019-02-21  1:43   ` [meta-oe][PATCH V2] syslog-ng: upgrade 3.16.1 " changqing.li
  1 sibling, 1 reply; 15+ messages in thread
From: Peter Kjellerstedt @ 2019-02-20 14:47 UTC (permalink / raw)
  To: changqing.li, openembedded-devel

> -----Original Message-----
> From: openembedded-devel-bounces@lists.openembedded.org <openembedded-
> devel-bounces@lists.openembedded.org> On Behalf Of
> changqing.li@windriver.com
> Sent: den 20 februari 2019 09:56
> To: openembedded-devel@lists.openembedded.org
> Subject: [oe] [PATCH 2/5] syslog-ng: upgrade 3.26.1 -> 3.19.1

That should obviously be:

Subject: [oe] [PATCH 2/5] syslog-ng: upgrade 3.16.1 -> 3.19.1

> 
> From: Changqing Li <changqing.li@windriver.com>
> 
> Signed-off-by: Changqing Li <changqing.li@windriver.com>
> ---
>  .../syslog-ng/{syslog-ng_3.16.1.bb => syslog-ng_3.19.1.bb} | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-oe/recipes-support/syslog-ng/{syslog-ng_3.16.1.bb => syslog-ng_3.19.1.bb} (81%)
> 
> diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.16.1.bb b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.19.1.bb
> similarity index 81%
> rename from meta-oe/recipes-support/syslog-ng/syslog-ng_3.16.1.bb
> rename to meta-oe/recipes-support/syslog-ng/syslog-ng_3.19.1.bb
> index b5f42cf..4eecf6b 100644
> --- a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.16.1.bb
> +++ b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.19.1.bb
> @@ -12,5 +12,5 @@ SRC_URI = "https://github.com/balabit/syslog-
> ng/releases/download/${BP}/${BP}.ta
>             file://0001-syslog-ng-fix-segment-fault-during-service-
> start.patch \
>             "
> 
> -SRC_URI[md5sum] = "72d44ad02c2e9ba0748b3ecd3f15a7ff"
> -SRC_URI[sha256sum] = "c7ee6f1d5e98d86f191964e580111bfa71081ecbb3275cea035bbba177b73a29"
> +SRC_URI[md5sum] = "aa79bc13d9fd925aa5fb9516e87aacd3"
> +SRC_URI[sha256sum] = "5cf931a9d7bead0e6d9a2c65eee8f6005a005878f59aa280f3c4294257ed5178"
> --
> 2.7.4

//Peter



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

* Re: [PATCH 2/5] syslog-ng: upgrade 3.26.1 -> 3.19.1
  2019-02-20 14:47   ` Peter Kjellerstedt
@ 2019-02-21  1:24     ` Changqing Li
  0 siblings, 0 replies; 15+ messages in thread
From: Changqing Li @ 2019-02-21  1:24 UTC (permalink / raw)
  To: Peter Kjellerstedt, openembedded-devel


On 2/20/19 10:47 PM, Peter Kjellerstedt wrote:
>> -----Original Message-----
>> From: openembedded-devel-bounces@lists.openembedded.org <openembedded-
>> devel-bounces@lists.openembedded.org> On Behalf Of
>> changqing.li@windriver.com
>> Sent: den 20 februari 2019 09:56
>> To: openembedded-devel@lists.openembedded.org
>> Subject: [oe] [PATCH 2/5] syslog-ng: upgrade 3.26.1 -> 3.19.1
> That should obviously be:
>
> Subject: [oe] [PATCH 2/5] syslog-ng: upgrade 3.16.1 -> 3.19.1
Thanks.  I will send a v2.
>
>> From: Changqing Li <changqing.li@windriver.com>
>>
>> Signed-off-by: Changqing Li <changqing.li@windriver.com>
>> ---
>>   .../syslog-ng/{syslog-ng_3.16.1.bb => syslog-ng_3.19.1.bb} | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>   rename meta-oe/recipes-support/syslog-ng/{syslog-ng_3.16.1.bb => syslog-ng_3.19.1.bb} (81%)
>>
>> diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.16.1.bb b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.19.1.bb
>> similarity index 81%
>> rename from meta-oe/recipes-support/syslog-ng/syslog-ng_3.16.1.bb
>> rename to meta-oe/recipes-support/syslog-ng/syslog-ng_3.19.1.bb
>> index b5f42cf..4eecf6b 100644
>> --- a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.16.1.bb
>> +++ b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.19.1.bb
>> @@ -12,5 +12,5 @@ SRC_URI = "https://github.com/balabit/syslog-
>> ng/releases/download/${BP}/${BP}.ta
>>              file://0001-syslog-ng-fix-segment-fault-during-service-
>> start.patch \
>>              "
>>
>> -SRC_URI[md5sum] = "72d44ad02c2e9ba0748b3ecd3f15a7ff"
>> -SRC_URI[sha256sum] = "c7ee6f1d5e98d86f191964e580111bfa71081ecbb3275cea035bbba177b73a29"
>> +SRC_URI[md5sum] = "aa79bc13d9fd925aa5fb9516e87aacd3"
>> +SRC_URI[sha256sum] = "5cf931a9d7bead0e6d9a2c65eee8f6005a005878f59aa280f3c4294257ed5178"
>> --
>> 2.7.4
> //Peter
>
>
-- 
BRs

Sandy(Li Changqing)



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

* [meta-oe][PATCH V2] syslog-ng: upgrade 3.16.1 -> 3.19.1
  2019-02-20  8:56 ` [PATCH 2/5] syslog-ng: upgrade 3.26.1 -> 3.19.1 changqing.li
  2019-02-20 14:47   ` Peter Kjellerstedt
@ 2019-02-21  1:43   ` changqing.li
  1 sibling, 0 replies; 15+ messages in thread
From: changqing.li @ 2019-02-21  1:43 UTC (permalink / raw)
  To: openembedded-devel

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

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 .../syslog-ng/{syslog-ng_3.16.1.bb => syslog-ng_3.19.1.bb}            | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/syslog-ng/{syslog-ng_3.16.1.bb => syslog-ng_3.19.1.bb} (81%)

diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.16.1.bb b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.19.1.bb
similarity index 81%
rename from meta-oe/recipes-support/syslog-ng/syslog-ng_3.16.1.bb
rename to meta-oe/recipes-support/syslog-ng/syslog-ng_3.19.1.bb
index b5f42cf..4eecf6b 100644
--- a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.16.1.bb
+++ b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.19.1.bb
@@ -12,5 +12,5 @@ SRC_URI = "https://github.com/balabit/syslog-ng/releases/download/${BP}/${BP}.ta
            file://0001-syslog-ng-fix-segment-fault-during-service-start.patch \
            "
 
-SRC_URI[md5sum] = "72d44ad02c2e9ba0748b3ecd3f15a7ff"
-SRC_URI[sha256sum] = "c7ee6f1d5e98d86f191964e580111bfa71081ecbb3275cea035bbba177b73a29"
+SRC_URI[md5sum] = "aa79bc13d9fd925aa5fb9516e87aacd3"
+SRC_URI[sha256sum] = "5cf931a9d7bead0e6d9a2c65eee8f6005a005878f59aa280f3c4294257ed5178"
-- 
2.7.4



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

* Re: [PATCH 3/5] rrdtool: upgrade 1.7.0 -> 1.7.1
  2019-02-20  8:56 ` [PATCH 3/5] rrdtool: upgrade 1.7.0 -> 1.7.1 changqing.li
@ 2019-02-22 18:07   ` Khem Raj
  2019-02-26  2:43     ` Changqing Li
  0 siblings, 1 reply; 15+ messages in thread
From: Khem Raj @ 2019-02-22 18:07 UTC (permalink / raw)
  To: Changqing Li; +Cc: openembeded-devel

On Wed, Feb 20, 2019 at 12:57 AM <changqing.li@windriver.com> wrote:
>
> From: Changqing Li <changqing.li@windriver.com>
>
> Signed-off-by: Changqing Li <changqing.li@windriver.com>
> ---
>  .../recipes-extended/rrdtool/{rrdtool_1.7.0.bb => rrdtool_1.7.1.bb}   | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta-oe/recipes-extended/rrdtool/{rrdtool_1.7.0.bb => rrdtool_1.7.1.bb} (98%)
>
> diff --git a/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.0.bb b/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.1.bb
> similarity index 98%
> rename from meta-oe/recipes-extended/rrdtool/rrdtool_1.7.0.bb
> rename to meta-oe/recipes-extended/rrdtool/rrdtool_1.7.1.bb
> index ff99574..1a1ca54 100644
> --- a/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.0.bb
> +++ b/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.1.bb
> @@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=3349111ed0533471494beec99715bc9d"
>
>  DEPENDS = "libpng zlib cairo pango glib-2.0 libxml2 groff-native python-setuptools-native"
>
> -SRCREV = "bfc82d5242855628b826018479df00e0ec4e8360"
> -PV = "1.7.0"
> +SRCREV = "34e6ff6218bb0372eb545f886dec96dd3d20be47"
> +PV = "1.7.1"
>

seeing some packaging failures on qemux86/musl e.g.

ERROR: SYSTEMD_SERVICE_rrdcached value rrdcached.socket does not exist

see

https://errors.yoctoproject.org/Errors/Details/229882/


Can you take care of this as a separate fix ?

>  SRC_URI = "\
>      git://github.com/oetiker/rrdtool-1.x.git;branch=master;protocol=http; \
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [PATCH 3/5] rrdtool: upgrade 1.7.0 -> 1.7.1
  2019-02-22 18:07   ` Khem Raj
@ 2019-02-26  2:43     ` Changqing Li
  2019-03-06  6:02       ` Changqing Li
  0 siblings, 1 reply; 15+ messages in thread
From: Changqing Li @ 2019-02-26  2:43 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel


On 2/23/19 2:07 AM, Khem Raj wrote:
> On Wed, Feb 20, 2019 at 12:57 AM <changqing.li@windriver.com> wrote:
>> From: Changqing Li <changqing.li@windriver.com>
>>
>> Signed-off-by: Changqing Li <changqing.li@windriver.com>
>> ---
>>   .../recipes-extended/rrdtool/{rrdtool_1.7.0.bb => rrdtool_1.7.1.bb}   | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>   rename meta-oe/recipes-extended/rrdtool/{rrdtool_1.7.0.bb => rrdtool_1.7.1.bb} (98%)
>>
>> diff --git a/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.0.bb b/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.1.bb
>> similarity index 98%
>> rename from meta-oe/recipes-extended/rrdtool/rrdtool_1.7.0.bb
>> rename to meta-oe/recipes-extended/rrdtool/rrdtool_1.7.1.bb
>> index ff99574..1a1ca54 100644
>> --- a/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.0.bb
>> +++ b/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.1.bb
>> @@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=3349111ed0533471494beec99715bc9d"
>>
>>   DEPENDS = "libpng zlib cairo pango glib-2.0 libxml2 groff-native python-setuptools-native"
>>
>> -SRCREV = "bfc82d5242855628b826018479df00e0ec4e8360"
>> -PV = "1.7.0"
>> +SRCREV = "34e6ff6218bb0372eb545f886dec96dd3d20be47"
>> +PV = "1.7.1"
>>
> seeing some packaging failures on qemux86/musl e.g.
>
> ERROR: SYSTEMD_SERVICE_rrdcached value rrdcached.socket does not exist
>
> see
>
> https://errors.yoctoproject.org/Errors/Details/229882/
>
>
> Can you take care of this as a separate fix ?
OK,  I will  check this.
>
>>   SRC_URI = "\
>>       git://github.com/oetiker/rrdtool-1.x.git;branch=master;protocol=http; \
>> --
>> 2.7.4
>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
BRs

Sandy(Li Changqing)



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

* Re: [PATCH 3/5] rrdtool: upgrade 1.7.0 -> 1.7.1
  2019-02-26  2:43     ` Changqing Li
@ 2019-03-06  6:02       ` Changqing Li
  0 siblings, 0 replies; 15+ messages in thread
From: Changqing Li @ 2019-03-06  6:02 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel


On 2/26/19 10:43 AM, Changqing Li wrote:
>
> On 2/23/19 2:07 AM, Khem Raj wrote:
>> On Wed, Feb 20, 2019 at 12:57 AM <changqing.li@windriver.com> wrote:
>>> From: Changqing Li <changqing.li@windriver.com>
>>>
>>> Signed-off-by: Changqing Li <changqing.li@windriver.com>
>>> ---
>>>   .../recipes-extended/rrdtool/{rrdtool_1.7.0.bb => 
>>> rrdtool_1.7.1.bb}   | 4 ++--
>>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>>   rename meta-oe/recipes-extended/rrdtool/{rrdtool_1.7.0.bb => 
>>> rrdtool_1.7.1.bb} (98%)
>>>
>>> diff --git a/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.0.bb 
>>> b/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.1.bb
>>> similarity index 98%
>>> rename from meta-oe/recipes-extended/rrdtool/rrdtool_1.7.0.bb
>>> rename to meta-oe/recipes-extended/rrdtool/rrdtool_1.7.1.bb
>>> index ff99574..1a1ca54 100644
>>> --- a/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.0.bb
>>> +++ b/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.1.bb
>>> @@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = 
>>> "file://COPYRIGHT;md5=3349111ed0533471494beec99715bc9d"
>>>
>>>   DEPENDS = "libpng zlib cairo pango glib-2.0 libxml2 groff-native 
>>> python-setuptools-native"
>>>
>>> -SRCREV = "bfc82d5242855628b826018479df00e0ec4e8360"
>>> -PV = "1.7.0"
>>> +SRCREV = "34e6ff6218bb0372eb545f886dec96dd3d20be47"
>>> +PV = "1.7.1"
>>>
>> seeing some packaging failures on qemux86/musl e.g.
>>
>> ERROR: SYSTEMD_SERVICE_rrdcached value rrdcached.socket does not exist
>>
>> see
>>
>> https://errors.yoctoproject.org/Errors/Details/229882/
>>
>>
>> Can you take care of this as a separate fix ?
> OK,  I will  check this.
This problem caused by  bug of rrdtool,  will fix in next release. So I 
will upgrade to next  release when it is ready.
>>
>>>   SRC_URI = "\
>>> git://github.com/oetiker/rrdtool-1.x.git;branch=master;protocol=http; \
>>> -- 
>>> 2.7.4
>>>
>>> -- 
>>> _______________________________________________
>>> Openembedded-devel mailing list
>>> Openembedded-devel@lists.openembedded.org
>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
-- 
BRs

Sandy(Li Changqing)



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

* [PATCH 0/5] Upgrade recipes
@ 2019-02-21  2:02 changqing.li
  0 siblings, 0 replies; 15+ messages in thread
From: changqing.li @ 2019-02-21  2:02 UTC (permalink / raw)
  To: openembedded-devel

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


Changqing Li (5):
  postgresql: upgrade 1.11.1 -> 1.11.2
  smartmontools: upgrade 6.6 -> 7.0
  xf86-video-mga: upgrade 1.6.5 -> 2.0.0
  unixodbc: upgrade 2.3.6 -> 2.3.7
  uthash: upgrade 2.0.2 -> 2.1.0

 meta-oe/recipes-dbs/postgresql/postgresql_11.1.bb  | 10 --------
 meta-oe/recipes-dbs/postgresql/postgresql_11.2.bb  | 10 ++++++++
 ...p-Use-realpath-BSD-POSIX-instead-of-canon.patch | 28 ----------------------
 .../{smartmontools_6.6.bb => smartmontools_7.0.bb} |  5 ++--
 ...-video-mga_1.6.5.bb => xf86-video-mga_2.0.0.bb} |  4 ++--
 .../{unixodbc_2.3.6.bb => unixodbc_2.3.7.bb}       |  6 ++---
 .../uthash/{uthash_2.0.2.bb => uthash_2.1.0.bb}    |  6 ++---
 7 files changed, 20 insertions(+), 49 deletions(-)
 delete mode 100644 meta-oe/recipes-dbs/postgresql/postgresql_11.1.bb
 create mode 100644 meta-oe/recipes-dbs/postgresql/postgresql_11.2.bb
 delete mode 100644 meta-oe/recipes-extended/smartmontools/files/0001-os_linux.cpp-Use-realpath-BSD-POSIX-instead-of-canon.patch
 rename meta-oe/recipes-extended/smartmontools/{smartmontools_6.6.bb => smartmontools_7.0.bb} (89%)
 rename meta-oe/recipes-graphics/xorg-driver/{xf86-video-mga_1.6.5.bb => xf86-video-mga_2.0.0.bb} (81%)
 rename meta-oe/recipes-support/unixodbc/{unixodbc_2.3.6.bb => unixodbc_2.3.7.bb} (75%)
 rename meta-oe/recipes-support/uthash/{uthash_2.0.2.bb => uthash_2.1.0.bb} (85%)

-- 
2.7.4



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

* Re: [PATCH 0/5] upgrade recipes
  2011-07-03 13:03 [PATCH 0/5] upgrade recipes Yu Ke
@ 2011-07-04 11:45 ` Richard Purdie
  0 siblings, 0 replies; 15+ messages in thread
From: Richard Purdie @ 2011-07-04 11:45 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Sun, 2011-07-03 at 21:03 +0800, Yu Ke wrote:
> upgrade the recipe libidn, libdrm, xauth, sqlite, also update the manual check
> field in distro_tracking_field
> 
> The following changes since commit ad2363278f0ea86fcf3464f8f6073d3a3d06be63:
>   Khem Raj (1):
>         uclibc: Fix compilation in thumb mode
> 
> are available in the git repository at:
> 
>   git://git.pokylinux.org/poky-contrib kyu3/upgrade-0701
>   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/upgrade-0701
> 
> Yu Ke (5):
>   libidn: upgrade from 1.20 to 1.22
>   libdrm: upgrade to 2.4.26
>   xauth: upgrade from 1.05 to 1.06
>   sqlite: upgrade from 3.7.6.2 to 3.7.7.1
>   distro_tracking_field: update the manually check field

Merged to master, thanks.

Richard




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

* [PATCH 0/5] upgrade recipes
@ 2011-07-03 13:03 Yu Ke
  2011-07-04 11:45 ` Richard Purdie
  0 siblings, 1 reply; 15+ messages in thread
From: Yu Ke @ 2011-07-03 13:03 UTC (permalink / raw)
  To: openembedded-core

upgrade the recipe libidn, libdrm, xauth, sqlite, also update the manual check
field in distro_tracking_field

The following changes since commit ad2363278f0ea86fcf3464f8f6073d3a3d06be63:
  Khem Raj (1):
        uclibc: Fix compilation in thumb mode

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib kyu3/upgrade-0701
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kyu3/upgrade-0701

Yu Ke (5):
  libidn: upgrade from 1.20 to 1.22
  libdrm: upgrade to 2.4.26
  xauth: upgrade from 1.05 to 1.06
  sqlite: upgrade from 3.7.6.2 to 3.7.7.1
  distro_tracking_field: update the manually check field

 .../conf/distro/include/distro_tracking_fields.inc |    6 +++++-
 .../libidn/{libidn_1.20.bb => libidn_1.22.bb}      |    5 +----
 meta/recipes-graphics/drm/libdrm.inc               |    3 +++
 .../{libdrm-2.4.25 => libdrm}/installtests.patch   |    0
 .../drm/{libdrm_2.4.25.bb => libdrm_2.4.26.bb}     |    4 ++--
 .../xorg-app/{xauth_1.0.5.bb => xauth_1.0.6.bb}    |    4 ++--
 meta/recipes-support/sqlite/sqlite3_3.7.6.2.bb     |   10 ----------
 meta/recipes-support/sqlite/sqlite3_3.7.7.1.bb     |   10 ++++++++++
 8 files changed, 23 insertions(+), 19 deletions(-)
 rename meta/recipes-extended/libidn/{libidn_1.20.bb => libidn_1.22.bb} (79%)
 rename meta/recipes-graphics/drm/{libdrm-2.4.25 => libdrm}/installtests.patch (100%)
 rename meta/recipes-graphics/drm/{libdrm_2.4.25.bb => libdrm_2.4.26.bb} (54%)
 rename meta/recipes-graphics/xorg-app/{xauth_1.0.5.bb => xauth_1.0.6.bb} (68%)
 delete mode 100644 meta/recipes-support/sqlite/sqlite3_3.7.6.2.bb
 create mode 100644 meta/recipes-support/sqlite/sqlite3_3.7.7.1.bb




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

end of thread, other threads:[~2019-03-06  6:02 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-20  8:56 [PATCH 0/5] Upgrade recipes changqing.li
2019-02-20  8:56 ` [PATCH 1/5] phoronix-test-suite: Upgrade 8.2.0 -> 8.6.0 changqing.li
2019-02-20  8:56 ` [PATCH 2/5] syslog-ng: upgrade 3.26.1 -> 3.19.1 changqing.li
2019-02-20 14:47   ` Peter Kjellerstedt
2019-02-21  1:24     ` Changqing Li
2019-02-21  1:43   ` [meta-oe][PATCH V2] syslog-ng: upgrade 3.16.1 " changqing.li
2019-02-20  8:56 ` [PATCH 3/5] rrdtool: upgrade 1.7.0 -> 1.7.1 changqing.li
2019-02-22 18:07   ` Khem Raj
2019-02-26  2:43     ` Changqing Li
2019-03-06  6:02       ` Changqing Li
2019-02-20  8:56 ` [PATCH 4/5] multipath-tools: upgrade 0.7.9 -> 0.8.0 changqing.li
2019-02-20  8:56 ` [PATCH 5/5] udisk2: 2.7.8 -> 2.8.1 changqing.li
  -- strict thread matches above, loose matches on Subject: below --
2019-02-21  2:02 [PATCH 0/5] Upgrade recipes changqing.li
2011-07-03 13:03 [PATCH 0/5] upgrade recipes Yu Ke
2011-07-04 11:45 ` Richard Purdie

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.