public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Packages upgrade
@ 2014-12-23  5:09 Hongxu Jia
  0 siblings, 0 replies; 11+ messages in thread
From: Hongxu Jia @ 2014-12-23  5:09 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 15de188692d2572d897799424e2a22eab24c78e2:

  kernel-devsrc: Ensure we have a dependency on the actual source (2014-12-21 13:52:17 +0000)

are available in the git repository at:

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

Hongxu Jia (6):
  libxml2: upgrade to 2.9.2
  directfb: upgrade to 1.7.6
  apr-util: upgrade to 1.5.4
  pax-utils: upgrade to 0.9.2
  ppp: upgrade 2.4.7
  groff: upgrade 1.22.3

 .../ppp/{ppp_2.4.6.bb => ppp_2.4.7.bb}             |   4 +-
 meta/recipes-core/libxml/libxml2.inc               |   6 +-
 .../configure.ac-fix-cross-compiling-warning.patch |  45 +++
 .../libxml/libxml2/python-sitepackages-dir.patch   |  17 +-
 .../libxml/{libxml2_2.9.1.bb => libxml2_2.9.2.bb}  |   4 +-
 .../{pax-utils_0.8.1.bb => pax-utils_0.9.2.bb}     |   4 +-
 ...off-1.22.2-correct-man.local-install-path.patch |  32 --
 ...off-1.22.3-correct-man.local-install-path.patch |  45 +++
 .../groff/{groff_1.22.2.bb => groff_1.22.3.bb}     |   6 +-
 .../directfb/directfb/fixsepbuild.patch            |  19 --
 .../rename-no-instrument-function-macro.patch      | 345 ---------------------
 .../{directfb_1.7.4.bb => directfb_1.7.6.bb}       |   8 +-
 .../apr/{apr-util_1.5.3.bb => apr-util_1.5.4.bb}   |   4 +-
 13 files changed, 120 insertions(+), 419 deletions(-)
 rename meta/recipes-connectivity/ppp/{ppp_2.4.6.bb => ppp_2.4.7.bb} (96%)
 create mode 100644 meta/recipes-core/libxml/libxml2/configure.ac-fix-cross-compiling-warning.patch
 rename meta/recipes-core/libxml/{libxml2_2.9.1.bb => libxml2_2.9.2.bb} (62%)
 rename meta/recipes-devtools/pax-utils/{pax-utils_0.8.1.bb => pax-utils_0.9.2.bb} (83%)
 delete mode 100644 meta/recipes-extended/groff/groff-1.22.2/groff-1.22.2-correct-man.local-install-path.patch
 create mode 100644 meta/recipes-extended/groff/groff-1.22.3/groff-1.22.3-correct-man.local-install-path.patch
 rename meta/recipes-extended/groff/{groff_1.22.2.bb => groff_1.22.3.bb} (90%)
 delete mode 100644 meta/recipes-graphics/directfb/directfb/fixsepbuild.patch
 delete mode 100644 meta/recipes-graphics/directfb/directfb/rename-no-instrument-function-macro.patch
 rename meta/recipes-graphics/directfb/{directfb_1.7.4.bb => directfb_1.7.6.bb} (58%)
 rename meta/recipes-support/apr/{apr-util_1.5.3.bb => apr-util_1.5.4.bb} (93%)

-- 
1.9.1



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

* [PATCH 0/6] Packages upgrade
@ 2015-02-20  5:37 Robert Yang
  2015-02-20  5:37 ` [PATCH 1/6] quilt: 0.63 -> 0.64 Robert Yang
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Robert Yang @ 2015-02-20  5:37 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 530565c6cb77319f4cc49edeea6fec6be997415d:

  glibc: Update to glibc 2.21 release tag (2015-02-19 17:04:19 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/pu
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/pu

Robert Yang (6):
  quilt: 0.63 -> 0.64
  cups: 2.0.1 -> 2.0.2
  git: 2.2.1 -> 2.3.0
  python-git: 0.3.3 -> 0.3.6
  python-gitdb: 0.6.1 -> 0.6.4
  logrotate: 3.8.8 -> 3.8.9

 meta/recipes-devtools/git/git.inc                  |    1 +
 .../git/{git_2.2.1.bb => git_2.3.0.bb}             |    8 ++--
 .../{python-git_0.3.3.bb => python-git_0.3.6.bb}   |    4 +-
 ...python-gitdb_0.6.1.bb => python-gitdb_0.6.4.bb} |    4 +-
 .../{quilt-native_0.63.bb => quilt-native_0.64.bb} |    2 +-
 .../quilt/{quilt-0.63.inc => quilt.inc}            |    4 +-
 .../quilt/{quilt_0.63.bb => quilt_0.64.bb}         |    2 +-
 meta/recipes-extended/cups/cups.inc                |    1 -
 ...1-test-ippserver.c-check-avahi-before-use.patch |   34 --------------
 .../cups/{cups_2.0.1.bb => cups_2.0.2.bb}          |    4 +-
 .../logrotate/act-as-mv-when-rotate.patch          |   48 ++++++++++----------
 .../disable-check-different-filesystems.patch      |   30 ++++++------
 .../logrotate/logrotate/update-the-manual.patch    |   26 +++++++----
 .../{logrotate_3.8.8.bb => logrotate_3.8.9.bb}     |    4 +-
 14 files changed, 75 insertions(+), 97 deletions(-)
 rename meta/recipes-devtools/git/{git_2.2.1.bb => git_2.3.0.bb} (41%)
 rename meta/recipes-devtools/python/{python-git_0.3.3.bb => python-git_0.3.6.bb} (85%)
 rename meta/recipes-devtools/python/{python-gitdb_0.6.1.bb => python-gitdb_0.6.4.bb} (78%)
 rename meta/recipes-devtools/quilt/{quilt-native_0.63.bb => quilt-native_0.64.bb} (51%)
 rename meta/recipes-devtools/quilt/{quilt-0.63.inc => quilt.inc} (92%)
 rename meta/recipes-devtools/quilt/{quilt_0.63.bb => quilt_0.64.bb} (95%)
 delete mode 100644 meta/recipes-extended/cups/cups/0001-test-ippserver.c-check-avahi-before-use.patch
 rename meta/recipes-extended/cups/{cups_2.0.1.bb => cups_2.0.2.bb} (40%)
 rename meta/recipes-extended/logrotate/{logrotate_3.8.8.bb => logrotate_3.8.9.bb} (93%)

-- 
1.7.9.5



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

* [PATCH 1/6] quilt: 0.63 -> 0.64
  2015-02-20  5:37 [PATCH 0/6] Packages upgrade Robert Yang
@ 2015-02-20  5:37 ` Robert Yang
  2015-02-20  5:37 ` [PATCH 2/6] cups: 2.0.1 -> 2.0.2 Robert Yang
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 11+ messages in thread
From: Robert Yang @ 2015-02-20  5:37 UTC (permalink / raw)
  To: openembedded-core

quilt-0.63.inc -> quilt.inc: we don't have multiple quilt-xxx.inc, so
use quilt.inc rather than quilt-0.63.inc.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../{quilt-native_0.63.bb => quilt-native_0.64.bb} |    2 +-
 .../quilt/{quilt-0.63.inc => quilt.inc}            |    4 ++--
 .../quilt/{quilt_0.63.bb => quilt_0.64.bb}         |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-devtools/quilt/{quilt-native_0.63.bb => quilt-native_0.64.bb} (51%)
 rename meta/recipes-devtools/quilt/{quilt-0.63.inc => quilt.inc} (92%)
 rename meta/recipes-devtools/quilt/{quilt_0.63.bb => quilt_0.64.bb} (95%)

diff --git a/meta/recipes-devtools/quilt/quilt-native_0.63.bb b/meta/recipes-devtools/quilt/quilt-native_0.64.bb
similarity index 51%
rename from meta/recipes-devtools/quilt/quilt-native_0.63.bb
rename to meta/recipes-devtools/quilt/quilt-native_0.64.bb
index a089a83..6bc7dcd 100644
--- a/meta/recipes-devtools/quilt/quilt-native_0.63.bb
+++ b/meta/recipes-devtools/quilt/quilt-native_0.64.bb
@@ -1,2 +1,2 @@
-require quilt-${PV}.inc
+require quilt.inc
 require quilt-native.inc
diff --git a/meta/recipes-devtools/quilt/quilt-0.63.inc b/meta/recipes-devtools/quilt/quilt.inc
similarity index 92%
rename from meta/recipes-devtools/quilt/quilt-0.63.inc
rename to meta/recipes-devtools/quilt/quilt.inc
index 220a3bc..ac7ef93 100644
--- a/meta/recipes-devtools/quilt/quilt-0.63.inc
+++ b/meta/recipes-devtools/quilt/quilt.inc
@@ -10,8 +10,8 @@ SRC_URI = "${SAVANNAH_GNU_MIRROR}/quilt/quilt-${PV}.tar.gz \
         file://Makefile \
 "
 
-SRC_URI[md5sum] = "c0ef4beb58a6fa72563b955e70624b6e"
-SRC_URI[sha256sum] = "2846788221aa8844c54f10239c7cbc5e88031859162bcc285449446c3cfffe52"
+SRC_URI[md5sum] = "fc0310db5868a0873d602d4332a76d43"
+SRC_URI[sha256sum] = "c4bfd3282214a288e8d3e921ae4d52e73e24c4fead72b5446752adee99a7affd"
 
 inherit autotools-brokensep ptest
 
diff --git a/meta/recipes-devtools/quilt/quilt_0.63.bb b/meta/recipes-devtools/quilt/quilt_0.64.bb
similarity index 95%
rename from meta/recipes-devtools/quilt/quilt_0.63.bb
rename to meta/recipes-devtools/quilt/quilt_0.64.bb
index 3a08d13..00f900a 100644
--- a/meta/recipes-devtools/quilt/quilt_0.63.bb
+++ b/meta/recipes-devtools/quilt/quilt_0.64.bb
@@ -1,4 +1,4 @@
-require quilt-${PV}.inc
+require quilt.inc
 inherit gettext
 RDEPENDS_${PN} += "patch diffstat bzip2 util-linux"
 SRC_URI += "file://aclocal.patch \
-- 
1.7.9.5



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

* [PATCH 2/6] cups: 2.0.1 -> 2.0.2
  2015-02-20  5:37 [PATCH 0/6] Packages upgrade Robert Yang
  2015-02-20  5:37 ` [PATCH 1/6] quilt: 0.63 -> 0.64 Robert Yang
@ 2015-02-20  5:37 ` Robert Yang
  2015-02-20  5:37 ` [PATCH 3/6] git: 2.2.1 -> 2.3.0 Robert Yang
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 11+ messages in thread
From: Robert Yang @ 2015-02-20  5:37 UTC (permalink / raw)
  To: openembedded-core

Removed the patch since upstream has fixed it:
0001-test-ippserver.c-check-avahi-before-use.patch

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-extended/cups/cups.inc                |    1 -
 ...1-test-ippserver.c-check-avahi-before-use.patch |   34 --------------------
 .../cups/{cups_2.0.1.bb => cups_2.0.2.bb}          |    4 +--
 3 files changed, 2 insertions(+), 37 deletions(-)
 delete mode 100644 meta/recipes-extended/cups/cups/0001-test-ippserver.c-check-avahi-before-use.patch
 rename meta/recipes-extended/cups/{cups_2.0.1.bb => cups_2.0.2.bb} (40%)

diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc
index cfcd19c..df47c81 100644
--- a/meta/recipes-extended/cups/cups.inc
+++ b/meta/recipes-extended/cups/cups.inc
@@ -10,7 +10,6 @@ SRC_URI = "http://www.cups.org/software/${PV}/${BP}-source.tar.bz2 \
            file://cups.socket \
            file://cups.path \
            file://cups.service \
-           file://0001-test-ippserver.c-check-avahi-before-use.patch \
 	  "
 
 LEAD_SONAME = "libcupsdriver.so"
diff --git a/meta/recipes-extended/cups/cups/0001-test-ippserver.c-check-avahi-before-use.patch b/meta/recipes-extended/cups/cups/0001-test-ippserver.c-check-avahi-before-use.patch
deleted file mode 100644
index 4bcff69..0000000
--- a/meta/recipes-extended/cups/cups/0001-test-ippserver.c-check-avahi-before-use.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From fba92768324e76fa60d9c5f709e045bd4f7aee89 Mon Sep 17 00:00:00 2001
-From: Robert Yang <liezhi.yang@windriver.com>
-Date: Sat, 3 Jan 2015 05:56:24 +0000
-Subject: [PATCH] test/ippserver.c: check avahi before use it
-
-Fixed the error when --disable-avahi:
-ippserver.c:425:8: error: unknown type name 'AvahiThreadedPoll'
-
-The avahi is optional, we need check whether it is enabled before use as
-other code does.
-
-Upstream-Status: Pending
-
-Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
----
- test/ippserver.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/test/ippserver.c b/test/ippserver.c
-index c785e5f..26c8a66 100644
---- a/test/ippserver.c
-+++ b/test/ippserver.c
-@@ -421,7 +421,7 @@ static int		valid_job_attributes(_ipp_client_t *client);
- 
- #  ifdef HAVE_DNSSD
- static DNSServiceRef	DNSSDMaster = NULL;
--#  else /* HAVE_AVAHI */
-+#  elif defined(HAVE_AVAHI) /* HAVE_AVAHI */
- static AvahiThreadedPoll *DNSSDMaster = NULL;
- static AvahiClient	*DNSSDClient = NULL;
- #  endif /* HAVE_DNSSD */
--- 
-2.0.1
-
diff --git a/meta/recipes-extended/cups/cups_2.0.1.bb b/meta/recipes-extended/cups/cups_2.0.2.bb
similarity index 40%
rename from meta/recipes-extended/cups/cups_2.0.1.bb
rename to meta/recipes-extended/cups/cups_2.0.2.bb
index c78b44d..96c24cd 100644
--- a/meta/recipes-extended/cups/cups_2.0.1.bb
+++ b/meta/recipes-extended/cups/cups_2.0.2.bb
@@ -2,5 +2,5 @@ require cups.inc
 
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=6c5a350596fba02754bd96eb6df3afd0"
 
-SRC_URI[md5sum] = "7f7c33071035fb20d0879929a42da711"
-SRC_URI[sha256sum] = "60f7f2cca69f3b761a029fb314ee4299e3ea0fc02350f06d192cf31d58215525"
+SRC_URI[md5sum] = "6e0ea72dbafcf5baaa1cf4178e71096d"
+SRC_URI[sha256sum] = "858720f76b66fd0441ae2a16f7cabd9554c8c64607e28ffacf16c36c53a3b18b"
-- 
1.7.9.5



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

* [PATCH 3/6] git: 2.2.1 -> 2.3.0
  2015-02-20  5:37 [PATCH 0/6] Packages upgrade Robert Yang
  2015-02-20  5:37 ` [PATCH 1/6] quilt: 0.63 -> 0.64 Robert Yang
  2015-02-20  5:37 ` [PATCH 2/6] cups: 2.0.1 -> 2.0.2 Robert Yang
@ 2015-02-20  5:37 ` Robert Yang
  2015-02-20  5:37 ` [PATCH 4/6] python-git: 0.3.3 -> 0.3.6 Robert Yang
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 11+ messages in thread
From: Robert Yang @ 2015-02-20  5:37 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 meta/recipes-devtools/git/git.inc                  |    1 +
 .../git/{git_2.2.1.bb => git_2.3.0.bb}             |    8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)
 rename meta/recipes-devtools/git/{git_2.2.1.bb => git_2.3.0.bb} (41%)

diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc
index ddb1cee..4da4a27 100644
--- a/meta/recipes-devtools/git/git.inc
+++ b/meta/recipes-devtools/git/git.inc
@@ -1,4 +1,5 @@
 SUMMARY = "Distributed version control system"
+HOMEPAGE = "http://git-scm.com"
 SECTION = "console/utils"
 LICENSE = "GPLv2"
 DEPENDS = "openssl curl zlib expat"
diff --git a/meta/recipes-devtools/git/git_2.2.1.bb b/meta/recipes-devtools/git/git_2.3.0.bb
similarity index 41%
rename from meta/recipes-devtools/git/git_2.2.1.bb
rename to meta/recipes-devtools/git/git_2.3.0.bb
index d1fcb27..1611f64 100644
--- a/meta/recipes-devtools/git/git_2.2.1.bb
+++ b/meta/recipes-devtools/git/git_2.3.0.bb
@@ -1,9 +1,9 @@
 require git.inc
 
-SRC_URI[tarball.md5sum] = "ff41fdb094eed1ec430aed8ee9b9849c"
-SRC_URI[tarball.sha256sum] = "367a77d0b10a5070b02a0fb0e942f26f25af61793128e0ddfd5c5c474de93589"
-SRC_URI[manpages.md5sum] = "b5ddd262b608804ba4403f0f82d881d7"
-SRC_URI[manpages.sha256sum] = "69dcb3decdb33dd35491935e80f71c40c576b536df4223eb98d5f7ccd9643293"
+SRC_URI[tarball.md5sum] = "edf994cf34cd3354dadcdfa6b4292335"
+SRC_URI[tarball.sha256sum] = "ba2fe814e709a5d0f034ebe82083fce7feed0899b3a8c8b3adf1c5a85d1ce9ac"
+SRC_URI[manpages.md5sum] = "620797eb73b281d0706979ae8038bbd7"
+SRC_URI[manpages.sha256sum] = "8aa4d1e5d7bbf5641a9de92279369d9b20cc266ba7b2888104efa40e80b53559"
 
 EXTRA_OECONF += "ac_cv_snprintf_returns_bogus=no ac_cv_c_c99_format=yes \
                  ac_cv_fread_reads_directories=${ac_cv_fread_reads_directories=yes} \
-- 
1.7.9.5



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

* [PATCH 4/6] python-git: 0.3.3 -> 0.3.6
  2015-02-20  5:37 [PATCH 0/6] Packages upgrade Robert Yang
                   ` (2 preceding siblings ...)
  2015-02-20  5:37 ` [PATCH 3/6] git: 2.2.1 -> 2.3.0 Robert Yang
@ 2015-02-20  5:37 ` Robert Yang
  2015-02-20  5:37 ` [PATCH 5/6] python-gitdb: 0.6.1 -> 0.6.4 Robert Yang
  2015-02-20  5:37 ` [PATCH 6/6] logrotate: 3.8.8 -> 3.8.9 Robert Yang
  5 siblings, 0 replies; 11+ messages in thread
From: Robert Yang @ 2015-02-20  5:37 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../{python-git_0.3.3.bb => python-git_0.3.6.bb}   |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python-git_0.3.3.bb => python-git_0.3.6.bb} (85%)

diff --git a/meta/recipes-devtools/python/python-git_0.3.3.bb b/meta/recipes-devtools/python/python-git_0.3.6.bb
similarity index 85%
rename from meta/recipes-devtools/python/python-git_0.3.3.bb
rename to meta/recipes-devtools/python/python-git_0.3.6.bb
index 860c37b..80cdd7c 100644
--- a/meta/recipes-devtools/python/python-git_0.3.3.bb
+++ b/meta/recipes-devtools/python/python-git_0.3.6.bb
@@ -11,8 +11,8 @@ DEPENDS = "python-gitdb"
 
 SRC_URI = "http://pypi.python.org/packages/source/G/GitPython/GitPython-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "c9fdde02c476c11168fd620659496aba"
-SRC_URI[sha256sum] = "08193acf4e22b57a471cde3748ebce7c17e0f15f1e5042db74ca2c5e9e3e4db5"
+SRC_URI[md5sum] = "87404ab9e0fcee81e660e932b3d9f2c6"
+SRC_URI[sha256sum] = "f3f42ca085eedbd3a9956b5e639de58bbe77a119f6b3d5c3af27669a2322c4a9"
 
 S = "${WORKDIR}/GitPython-${PV}"
 
-- 
1.7.9.5



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

* [PATCH 5/6] python-gitdb: 0.6.1 -> 0.6.4
  2015-02-20  5:37 [PATCH 0/6] Packages upgrade Robert Yang
                   ` (3 preceding siblings ...)
  2015-02-20  5:37 ` [PATCH 4/6] python-git: 0.3.3 -> 0.3.6 Robert Yang
@ 2015-02-20  5:37 ` Robert Yang
  2015-02-20  5:37 ` [PATCH 6/6] logrotate: 3.8.8 -> 3.8.9 Robert Yang
  5 siblings, 0 replies; 11+ messages in thread
From: Robert Yang @ 2015-02-20  5:37 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 ...python-gitdb_0.6.1.bb => python-gitdb_0.6.4.bb} |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python-gitdb_0.6.1.bb => python-gitdb_0.6.4.bb} (78%)

diff --git a/meta/recipes-devtools/python/python-gitdb_0.6.1.bb b/meta/recipes-devtools/python/python-gitdb_0.6.4.bb
similarity index 78%
rename from meta/recipes-devtools/python/python-gitdb_0.6.1.bb
rename to meta/recipes-devtools/python/python-gitdb_0.6.4.bb
index ead93e1..f0083bd 100644
--- a/meta/recipes-devtools/python/python-gitdb_0.6.1.bb
+++ b/meta/recipes-devtools/python/python-gitdb_0.6.4.bb
@@ -7,8 +7,8 @@ DEPENDS = "python-async python-smmap"
 
 SRC_URI = "https://pypi.python.org/packages/source/g/gitdb/gitdb-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "daeb85a5e97d2d100fd37cf522fd65d5"
-SRC_URI[sha256sum] = "0d784ec4a75e93c8f65d4aca219c17e388a052d461714ed0edfda657e542b716"
+SRC_URI[md5sum] = "44e4366b8bdfd306b075c3a52c96ae1a"
+SRC_URI[sha256sum] = "a3ebbc27be035a2e874ed904df516e35f4a29a778a764385de09de9e0f139658"
 
 S = "${WORKDIR}/gitdb-${PV}"
 
-- 
1.7.9.5



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

* [PATCH 6/6] logrotate: 3.8.8 -> 3.8.9
  2015-02-20  5:37 [PATCH 0/6] Packages upgrade Robert Yang
                   ` (4 preceding siblings ...)
  2015-02-20  5:37 ` [PATCH 5/6] python-gitdb: 0.6.1 -> 0.6.4 Robert Yang
@ 2015-02-20  5:37 ` Robert Yang
  5 siblings, 0 replies; 11+ messages in thread
From: Robert Yang @ 2015-02-20  5:37 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 .../logrotate/act-as-mv-when-rotate.patch          |   48 ++++++++++----------
 .../disable-check-different-filesystems.patch      |   30 ++++++------
 .../logrotate/logrotate/update-the-manual.patch    |   26 +++++++----
 .../{logrotate_3.8.8.bb => logrotate_3.8.9.bb}     |    4 +-
 4 files changed, 60 insertions(+), 48 deletions(-)
 rename meta/recipes-extended/logrotate/{logrotate_3.8.8.bb => logrotate_3.8.9.bb} (93%)

diff --git a/meta/recipes-extended/logrotate/logrotate/act-as-mv-when-rotate.patch b/meta/recipes-extended/logrotate/logrotate/act-as-mv-when-rotate.patch
index ce64040..15f171e 100644
--- a/meta/recipes-extended/logrotate/logrotate/act-as-mv-when-rotate.patch
+++ b/meta/recipes-extended/logrotate/logrotate/act-as-mv-when-rotate.patch
@@ -1,9 +1,12 @@
-Act as the "mv" command when rotate log
+From 68f29ab490cf987aa34b5f4caf1784b58a021308 Mon Sep 17 00:00:00 2001
+From: Robert Yang <liezhi.yang@windriver.com>
+Date: Tue, 17 Feb 2015 21:08:07 -0800
+Subject: [PATCH] Act as the "mv" command when rotate log
 
 Act as the "mv" command when rotate log, first rename, if failed, then
 read and write.
 
-Upstream-Status: Submitted
+Upstream-Status: Pending
 
 Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
 ---
@@ -11,10 +14,10 @@ Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
  1 file changed, 56 insertions(+), 9 deletions(-)
 
 diff --git a/logrotate.c b/logrotate.c
-index 174a26b..b18b629 100644
+index 05e74c9..616418f 100644
 --- a/logrotate.c
 +++ b/logrotate.c
-@@ -906,6 +906,53 @@ int findNeedRotating(struct logInfo *log, int logNum, int force)
+@@ -1000,6 +1000,53 @@ int findNeedRotating(struct logInfo *log, int logNum, int force)
      return 0;
  }
  
@@ -68,7 +71,7 @@ index 174a26b..b18b629 100644
  int prerotateSingleLog(struct logInfo *log, int logNum, struct logState *state,
  		       struct logNames *rotNames)
  {
-@@ -1268,15 +1315,15 @@ int prerotateSingleLog(struct logInfo *log, int logNum, struct logState *state,
+@@ -1364,15 +1411,15 @@ int prerotateSingleLog(struct logInfo *log, int logNum, struct logState *state,
  		}
  
  	    message(MESS_DEBUG,
@@ -87,22 +90,21 @@ index 174a26b..b18b629 100644
  			    oldName, newName, strerror(errno));
  		    hasErrors = 1;
  		}
-@@ -1408,11 +1455,11 @@ int rotateSingleLog(struct logInfo *log, int logNum, struct logState *state,
+@@ -1511,10 +1558,10 @@ int rotateSingleLog(struct logInfo *log, int logNum, struct logState *state,
+ 				return 1;
  			}
- 		}
- #endif /* WITH_ACL */
--		message(MESS_DEBUG, "renaming %s to %s\n", log->files[logNum],
-+        message(MESS_DEBUG, "moving %s to %s\n", log->files[logNum],
- 		    rotNames->finalName);
- 	    if (!debug && !hasErrors &&
--		rename(log->files[logNum], rotNames->finalName)) {
--		message(MESS_ERROR, "failed to rename %s to %s: %s\n",
-+        mvFile(log->files[logNum], rotNames->finalName, log, prev_acl)) {
-+        message(MESS_ERROR, "failed to move %s to %s: %s\n",
- 			log->files[logNum], rotNames->finalName,
- 			strerror(errno));
- 			hasErrors = 1;
-@@ -1775,7 +1822,7 @@ int rotateLogSet(struct logInfo *log, int force)
+ 
+-			message(MESS_DEBUG, "renaming %s to %s\n", log->files[logNum],
++			message(MESS_DEBUG, "moving %s to %s\n", log->files[logNum],
+ 				tmpFilename);
+-			if (!debug && !hasErrors && rename(log->files[logNum], tmpFilename)) {
+-			message(MESS_ERROR, "failed to rename %s to %s: %s\n",
++			if (!debug && !hasErrors && mvFile(log->files[logNum], rotNames->finalName, log, prev_acl)) {
++			message(MESS_ERROR, "failed to move %s to %s: %s\n",
+ 				log->files[logNum], tmpFilename,
+ 				strerror(errno));
+ 				if (errno == ENOENT) {
+@@ -1912,7 +1959,7 @@ int rotateLogSet(struct logInfo *log, int force)
      return hasErrors;
  }
  
@@ -111,7 +113,7 @@ index 174a26b..b18b629 100644
  {
  	struct logState *p;
  	FILE *f;
-@@ -1939,7 +1986,7 @@ static int writeState(char *stateFilename)
+@@ -2076,7 +2123,7 @@ static int writeState(char *stateFilename)
  		fclose(f);
  
  	if (error == 0) {
@@ -120,7 +122,7 @@ index 174a26b..b18b629 100644
  			unlink(tmpFilename);
  			error = 1;
  			message(MESS_ERROR, "error renaming temp state file %s\n",
-@@ -2223,7 +2270,7 @@ int main(int argc, const char **argv)
+@@ -2362,7 +2409,7 @@ int main(int argc, const char **argv)
  		rc |= rotateLogSet(log, force);
  
  	if (!debug)
@@ -130,5 +132,5 @@ index 174a26b..b18b629 100644
  	return (rc != 0);
  }
 -- 
-1.7.10.4
+1.7.9.5
 
diff --git a/meta/recipes-extended/logrotate/logrotate/disable-check-different-filesystems.patch b/meta/recipes-extended/logrotate/logrotate/disable-check-different-filesystems.patch
index 43ebcff..0535a45 100644
--- a/meta/recipes-extended/logrotate/logrotate/disable-check-different-filesystems.patch
+++ b/meta/recipes-extended/logrotate/logrotate/disable-check-different-filesystems.patch
@@ -1,9 +1,12 @@
-Disable the check for different filesystems
+From 263212af7b7fe1083f777255d91f029401391e4f Mon Sep 17 00:00:00 2001
+From: Robert Yang <liezhi.yang@windriver.com>
+Date: Tue, 17 Feb 2015 21:18:39 -0800
+Subject: [PATCH] Disable the check for different filesystems
 
 The logrotate supports rotate log across different filesystems now, so
 disable the check for different filesystems.
 
-Upstream-Status: Submitted
+Upstream-Status: Pending
 
 Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
 ---
@@ -11,24 +14,25 @@ Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
  1 file changed, 9 deletions(-)
 
 diff --git a/config.c b/config.c
-index e0eadb7..c23092f 100644
+index dbbf563..64e66f6 100644
 --- a/config.c
 +++ b/config.c
-@@ -1515,15 +1515,6 @@ static int readConfigFile(const char *configFile, struct logInfo *defConfig)
- 						dirName, strerror(errno));
- 					goto error;
+@@ -1493,15 +1493,6 @@ static int readConfigFile(const char *configFile, struct logInfo *defConfig)
+ 							goto error;
+ 						}
  					}
 -
 -					if (sb.st_dev != sb2.st_dev
--						&& !(newlog->flags & (LOG_FLAG_COPYTRUNCATE | LOG_FLAG_COPY))) {
--					message(MESS_ERROR,
--						"%s:%d olddir %s and log file %s "
--						"are on different devices\n", configFile,
--						lineNum, newlog->oldDir, newlog->files[i]);
--					goto error;
+-						&& !(newlog->flags & (LOG_FLAG_COPYTRUNCATE | LOG_FLAG_COPY | LOG_FLAG_TMPFILENAME))) {
+-						message(MESS_ERROR,
+-							"%s:%d olddir %s and log file %s "
+-							"are on different devices\n", configFile,
+-							lineNum, newlog->oldDir, newlog->files[i]);
+-						goto error;
 -					}
  				}
- 				}
+ 			}
  
 -- 
 1.7.9.5
+
diff --git a/meta/recipes-extended/logrotate/logrotate/update-the-manual.patch b/meta/recipes-extended/logrotate/logrotate/update-the-manual.patch
index 517acdd..50d037d 100644
--- a/meta/recipes-extended/logrotate/logrotate/update-the-manual.patch
+++ b/meta/recipes-extended/logrotate/logrotate/update-the-manual.patch
@@ -1,26 +1,32 @@
-Update the manual
+From e0b0fe30e9c49234994a20a86aacfaf80e690087 Mon Sep 17 00:00:00 2001
+From: Robert Yang <liezhi.yang@windriver.com>
+Date: Tue, 17 Feb 2015 21:14:37 -0800
+Subject: [PATCH] Update the manual
 
 Update the manual for rotating on different filesystems.
 
-Upstream-Status: Submitted
+Upstream-Status: Pending
 
 Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
 ---
- logrotate.8 |    7 +++----
- 1 files changed, 3 insertions(+), 4 deletions(-)
+ logrotate.8 |   10 ++++------
+ 1 file changed, 4 insertions(+), 6 deletions(-)
 
 diff --git a/logrotate.8 b/logrotate.8
-index 8b34167..5f15432 100644
+index e4e5f48..84407d0 100644
 --- a/logrotate.8
 +++ b/logrotate.8
-@@ -374,10 +374,9 @@ Do not rotate the log if it is empty (this overrides the \fBifempty\fR option).
+@@ -405,12 +405,10 @@ Do not rotate the log if it is empty (this overrides the \fBifempty\fR option).
+ 
  .TP
  \fBolddir \fIdirectory\fR
- Logs are moved into \fIdirectory\fR for rotation. The \fIdirectory\fR
--must be on the same physical device as the log file being rotated,
--and is assumed to be relative to the directory holding the log file
+-Logs are moved into \fIdirectory\fR for rotation. The \fIdirectory\fR must be
+-on the same physical device as the log file being rotated, unless \fBcopy\fR,
+-\fBcopytruncate\fR or \fBrenamecopy\fR option is used. The \fIdirectory\fR
+-is assumed to be relative to the directory holding the log file
 -unless an absolute path name is specified. When this option is used all
 -old versions of the log end up in \fIdirectory\fR.  This option may be
++Logs are moved into \fIdirectory\fR for rotation. The \fIdirectory\fR
 +is assumed to be relative to the directory holding the log file unless
 +an absolute path name is specified. When this option is used all old
 +versions of the log end up in \fIdirectory\fR. This option may be
@@ -28,5 +34,5 @@ index 8b34167..5f15432 100644
  
  .TP
 -- 
-1.7.4.1
+1.7.9.5
 
diff --git a/meta/recipes-extended/logrotate/logrotate_3.8.8.bb b/meta/recipes-extended/logrotate/logrotate_3.8.9.bb
similarity index 93%
rename from meta/recipes-extended/logrotate/logrotate_3.8.8.bb
rename to meta/recipes-extended/logrotate/logrotate_3.8.9.bb
index 00432de..8611a3e 100644
--- a/meta/recipes-extended/logrotate/logrotate_3.8.8.bb
+++ b/meta/recipes-extended/logrotate/logrotate_3.8.9.bb
@@ -16,8 +16,8 @@ SRC_URI = "https://fedorahosted.org/releases/l/o/logrotate/logrotate-${PV}.tar.g
            file://disable-check-different-filesystems.patch \
             "
 
-SRC_URI[md5sum] = "49846e873dddea15964cd0355b9943ca"
-SRC_URI[sha256sum] = "46a1510ef4a1f4359edd5f361112cfd1523942e85ff28e6cbb0c81bad1829d0f"
+SRC_URI[md5sum] = "2660f30742da79870d15d042b07829f6"
+SRC_URI[sha256sum] = "700ed7ce9072a1cca324779a74797dfaefdae37ac50a817134b947c4ded1dfa7"
 
 PACKAGECONFIG ?= "\
     ${@base_contains('DISTRO_FEATURES', 'acl', 'acl', '', d)} \
-- 
1.7.9.5



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

* [PATCH 0/6] Packages Upgrade
@ 2015-06-02 14:48 Robert Yang
  0 siblings, 0 replies; 11+ messages in thread
From: Robert Yang @ 2015-06-02 14:48 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 968973d55d4b33e1a929ed4cdf9387fcaba2d93f:

  qt4: unconditionally disable gstreamer 0.10 support in qt webkit (2015-05-30 22:25:12 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/PU
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/PU

Robert Yang (6):
  liberror-perl: 0.17023 -> 0.17024
  python-mako: 0.9.1 -> 1.0.1
  python-nose: 1.2.1 -> 1.3.6
  debianutils: 4.5 -> 4.5.1
  ethtool: 3.16 -> 4.0
  glib-2.0: 2.44.0 -> 2.44.1

 ...tModel-roll-back-use-of-type-redefinition.patch |   42 ----------------
 .../{glib-2.0_2.44.0.bb => glib-2.0_2.44.1.bb}     |    5 +-
 ...or-perl_0.17023.bb => liberror-perl_0.17024.bb} |    4 +-
 .../{python-mako_0.9.1.bb => python-mako_1.0.1.bb} |    7 +--
 .../{python-nose_1.2.1.bb => python-nose_1.3.6.bb} |    4 +-
 .../ethtool/ethtool/ethtool-uint.patch             |   50 --------------------
 .../ethtool/{ethtool_3.16.bb => ethtool_4.0.bb}    |    5 +-
 .../{debianutils_4.5.bb => debianutils_4.5.1.bb}   |    7 ++-
 8 files changed, 17 insertions(+), 107 deletions(-)
 delete mode 100644 meta/recipes-core/glib-2.0/glib-2.0/0001-GListModel-roll-back-use-of-type-redefinition.patch
 rename meta/recipes-core/glib-2.0/{glib-2.0_2.44.0.bb => glib-2.0_2.44.1.bb} (76%)
 rename meta/recipes-devtools/perl/{liberror-perl_0.17023.bb => liberror-perl_0.17024.bb} (83%)
 rename meta/recipes-devtools/python/{python-mako_0.9.1.bb => python-mako_1.0.1.bb} (64%)
 rename meta/recipes-devtools/python/{python-nose_1.2.1.bb => python-nose_1.3.6.bb} (74%)
 delete mode 100644 meta/recipes-extended/ethtool/ethtool/ethtool-uint.patch
 rename meta/recipes-extended/ethtool/{ethtool_3.16.bb => ethtool_4.0.bb} (85%)
 rename meta/recipes-support/debianutils/{debianutils_4.5.bb => debianutils_4.5.1.bb} (87%)

-- 
1.7.9.5



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

* [PATCH 0/6] Packages Upgrade
@ 2015-08-04  6:40 Robert Yang
  0 siblings, 0 replies; 11+ messages in thread
From: Robert Yang @ 2015-08-04  6:40 UTC (permalink / raw)
  To: openembedded-core

* Changes of file_5.24.bb:
  - Use file_5.24.bb rather than file_git.bb, doesn't need the long PV
    either.

// Robert

The following changes since commit 288c76a41aebaf54c7fca3782160830df462b9e4:

  builder: Fix multilib compile failure (2015-08-03 07:15:47 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/PU
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/PU

Robert Yang (6):
  git: 2.4.6 -> 2.5.0
  file: 5.23 -> 5.24
  libcheck: 0.9.14 -> 0.10.0
  bash: 4.3 -> 4.3.30
  binutils: 2.25 -> 2.25.1
  tcmode-default.inc: update BINUVERSION

 meta/conf/distro/include/tcmode-default.inc        |    2 +-
 .../{binutils-2.25.inc => binutils-2.25.1.inc}     |    2 +-
 ...n_2.25.bb => binutils-cross-canadian_2.25.1.bb} |    0
 ...tils-cross_2.25.bb => binutils-cross_2.25.1.bb} |    0
 ...rosssdk_2.25.bb => binutils-crosssdk_2.25.1.bb} |    0
 .../{binutils_2.25.bb => binutils_2.25.1.bb}       |    0
 ...h-long-options-and-explicitly-number-them.patch |  116 --------------------
 .../file/0002-fix-bug-with-5.23-long-options.patch |   26 -----
 .../file/{file_5.23.bb => file_5.24.bb}            |   16 ++-
 meta/recipes-devtools/git/git_2.4.6.bb             |   11 --
 meta/recipes-devtools/git/git_2.5.0.bb             |   11 ++
 meta/recipes-extended/bash/bash_4.3.30.bb          |   46 ++++++++
 meta/recipes-extended/bash/bash_4.3.bb             |  111 -------------------
 .../{libcheck_0.9.14.bb => libcheck_0.10.0.bb}     |    4 +-
 14 files changed, 68 insertions(+), 277 deletions(-)
 rename meta/recipes-devtools/binutils/{binutils-2.25.inc => binutils-2.25.1.inc} (97%)
 rename meta/recipes-devtools/binutils/{binutils-cross-canadian_2.25.bb => binutils-cross-canadian_2.25.1.bb} (100%)
 rename meta/recipes-devtools/binutils/{binutils-cross_2.25.bb => binutils-cross_2.25.1.bb} (100%)
 rename meta/recipes-devtools/binutils/{binutils-crosssdk_2.25.bb => binutils-crosssdk_2.25.1.bb} (100%)
 rename meta/recipes-devtools/binutils/{binutils_2.25.bb => binutils_2.25.1.bb} (100%)
 delete mode 100644 meta/recipes-devtools/file/file/0001-Fix-bug-with-long-options-and-explicitly-number-them.patch
 delete mode 100644 meta/recipes-devtools/file/file/0002-fix-bug-with-5.23-long-options.patch
 rename meta/recipes-devtools/file/{file_5.23.bb => file_5.24.bb} (64%)
 delete mode 100644 meta/recipes-devtools/git/git_2.4.6.bb
 create mode 100644 meta/recipes-devtools/git/git_2.5.0.bb
 create mode 100644 meta/recipes-extended/bash/bash_4.3.30.bb
 delete mode 100644 meta/recipes-extended/bash/bash_4.3.bb
 rename meta/recipes-support/libcheck/{libcheck_0.9.14.bb => libcheck_0.10.0.bb} (79%)

-- 
1.7.9.5



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

* [PATCH 0/6] Packages Upgrade
@ 2017-07-12 10:15 Robert Yang
  0 siblings, 0 replies; 11+ messages in thread
From: Robert Yang @ 2017-07-12 10:15 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit b1c4661742d12cfd444043e597d01bd627ee4ca4:

  libiconv: remove 0001-Fix-link-error-when-compiling-with-gcc-O0.patch (2017-07-11 15:41:35 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/PU
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=rbt/PU

Robert Yang (6):
  automake: 1.15 -> 1.15.1
  cryptodev: 1.8 -> 1.9
  debianutils: 4.8.1 -> 4.8.1.1
  git: 2.11.1 -> 2.13.2
  gnu-efi: 3.0.5 -> 3.0.6
  libbsd: 0.8.3 -> 0.8.5

 ...plicit-fall-through-so-Wextra-will-work-i.patch |  34 ---
 .../gnu-efi/gnu-efi/parallel-make-archives.patch   |  30 +--
 .../gnu-efi/{gnu-efi_3.0.5.bb => gnu-efi_3.0.6.bb} |   5 +-
 ...0001-automake-port-to-Perl-5.22-and-later.patch |  32 ---
 .../{automake_1.15.bb => automake_1.15.1.bb}       |   5 +-
 meta/recipes-devtools/git/git.inc                  |   1 -
 meta/recipes-devtools/git/git_2.11.1.bb            |  11 -
 meta/recipes-devtools/git/git_2.13.2.bb            |  11 +
 ...yptodev-linux_1.8.bb => cryptodev-linux_1.9.bb} |   0
 ...todev-module_1.8.bb => cryptodev-module_1.9.bb} |   0
 ...yptodev-tests_1.8.bb => cryptodev-tests_1.9.bb} |   2 +-
 meta/recipes-kernel/cryptodev/cryptodev.inc        |  10 +-
 ...st-to-another-change-in-the-user-page-API.patch |  40 ---
 ...talling-header-file-provided-by-another-p.patch |  18 +-
 .../06d6b560c6e45dc317dae47c74706fa43f4a31d8.patch |  54 ----
 .../cb186f682679383e8b5806240927903730ce85d9.patch | 279 ---------------------
 .../cryptodev/files/kernel-4-10-changes.patch      |  57 -----
 ...debianutils_4.8.1.bb => debianutils_4.8.1.1.bb} |   7 +-
 .../libbsd/{libbsd_0.8.3.bb => libbsd_0.8.5.bb}    |   6 +-
 19 files changed, 39 insertions(+), 563 deletions(-)
 delete mode 100644 meta/recipes-bsp/gnu-efi/gnu-efi/0001-Mark-our-explicit-fall-through-so-Wextra-will-work-i.patch
 rename meta/recipes-bsp/gnu-efi/{gnu-efi_3.0.5.bb => gnu-efi_3.0.6.bb} (92%)
 delete mode 100644 meta/recipes-devtools/automake/automake/0001-automake-port-to-Perl-5.22-and-later.patch
 rename meta/recipes-devtools/automake/{automake_1.15.bb => automake_1.15.1.bb} (84%)
 delete mode 100644 meta/recipes-devtools/git/git_2.11.1.bb
 create mode 100644 meta/recipes-devtools/git/git_2.13.2.bb
 rename meta/recipes-kernel/cryptodev/{cryptodev-linux_1.8.bb => cryptodev-linux_1.9.bb} (100%)
 rename meta/recipes-kernel/cryptodev/{cryptodev-module_1.8.bb => cryptodev-module_1.9.bb} (100%)
 rename meta/recipes-kernel/cryptodev/{cryptodev-tests_1.8.bb => cryptodev-tests_1.9.bb} (88%)
 delete mode 100644 meta/recipes-kernel/cryptodev/files/0001-Adjust-to-another-change-in-the-user-page-API.patch
 delete mode 100644 meta/recipes-kernel/cryptodev/files/06d6b560c6e45dc317dae47c74706fa43f4a31d8.patch
 delete mode 100644 meta/recipes-kernel/cryptodev/files/cb186f682679383e8b5806240927903730ce85d9.patch
 delete mode 100644 meta/recipes-kernel/cryptodev/files/kernel-4-10-changes.patch
 rename meta/recipes-support/debianutils/{debianutils_4.8.1.bb => debianutils_4.8.1.1.bb} (86%)
 rename meta/recipes-support/libbsd/{libbsd_0.8.3.bb => libbsd_0.8.5.bb} (88%)

-- 
2.10.2



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

end of thread, other threads:[~2017-07-12 10:15 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-20  5:37 [PATCH 0/6] Packages upgrade Robert Yang
2015-02-20  5:37 ` [PATCH 1/6] quilt: 0.63 -> 0.64 Robert Yang
2015-02-20  5:37 ` [PATCH 2/6] cups: 2.0.1 -> 2.0.2 Robert Yang
2015-02-20  5:37 ` [PATCH 3/6] git: 2.2.1 -> 2.3.0 Robert Yang
2015-02-20  5:37 ` [PATCH 4/6] python-git: 0.3.3 -> 0.3.6 Robert Yang
2015-02-20  5:37 ` [PATCH 5/6] python-gitdb: 0.6.1 -> 0.6.4 Robert Yang
2015-02-20  5:37 ` [PATCH 6/6] logrotate: 3.8.8 -> 3.8.9 Robert Yang
  -- strict thread matches above, loose matches on Subject: below --
2017-07-12 10:15 [PATCH 0/6] Packages Upgrade Robert Yang
2015-08-04  6:40 Robert Yang
2015-06-02 14:48 Robert Yang
2014-12-23  5:09 [PATCH 0/6] Packages upgrade Hongxu Jia

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox