All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] Updates for M4
@ 2013-01-28  9:15 Saul Wold
  2013-01-28  9:15 ` [PATCH 01/13] libnl: Update to 3.2.21 Saul Wold
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: Saul Wold @ 2013-01-28  9:15 UTC (permalink / raw)
  To: openembedded-core


Richard,

This is my set of update for M4 inclusion

Built and tested.

Thanks
	Sau!

 
The following changes since commit ab692ed618f83df2ce452769165314e70b867345:

  gettext: Fix build with uclibc remove upstreamed patches (2013-01-27 13:52:49 +0000)

are available in the git repository at:

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

Saul Wold (13):
  libnl: Update to 3.2.21
  rgb: Update to 1.0.5
  sysstat: Update to 10.1.3
  mc: Update to 4.8.7
  man-pages: Update to 3.45
  libidn: Update to 1.26
  cracklib: Update to 2.8.22
  file: Update to 5.12
  dhcp: Update to 4.2.5
  util-linux: Update to 2.22.2
  resolvconf: Update to 1.69
  libcgroup: Update to 0.38
  sqlite3: Update to 3.7.15.2

 .../dhcp-3.0.3-dhclient-dbus.patch                        |  0
 .../{dhcp-4.2.4-P2 => dhcp-4.2.5}/fix-client-path.patch   |  0
 .../{dhcp-4.2.4-P2 => dhcp-4.2.5}/fix-external-bind.patch |  0
 .../dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/fixincludes.patch  |  0
 .../{dhcp-4.2.4-P2 => dhcp-4.2.5}/link-with-lcrypto.patch |  0
 .../dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/noattrmode.patch   |  0
 .../dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/site.h             |  0
 .../dhcp/{dhcp_4.2.4-P2.bb => dhcp_4.2.5.bb}              |  4 ++--
 .../resolvconf/{resolvconf_1.68.bb => resolvconf_1.69.bb} |  4 ++--
 .../libcgroup/{libcgroup_0.37.1.bb => libcgroup_0.38.bb}  |  4 +---
 .../{util-linux_2.22.1.bb => util-linux_2.22.2.bb}        |  6 +++---
 .../file/file/obsolete_automake_macros.patch              | 15 ---------------
 meta/recipes-devtools/file/{file_5.11.bb => file_5.12.bb} |  7 +++----
 .../cracklib/{cracklib_2.8.19.bb => cracklib_2.8.22.bb}   |  4 ++--
 .../libidn/{libidn_1.25.bb => libidn_1.26.bb}             |  8 ++++----
 .../man-pages/{man-pages_3.44.bb => man-pages_3.45.bb}    |  4 ++--
 meta/recipes-extended/mc/{mc_4.8.6.bb => mc_4.8.7.bb}     |  4 ++--
 .../sysstat/{sysstat_10.1.2.bb => sysstat_10.1.3.bb}      |  6 +++---
 .../xorg-app/rgb-1.0.4/obsolete_automake_macros.patch     | 15 ---------------
 .../xorg-app/{rgb_1.0.4.bb => rgb_1.0.5.bb}               |  8 +++-----
 .../libnl/{libnl_3.2.18.bb => libnl_3.2.21.bb}            |  4 ++--
 .../sqlite/{sqlite3_3.7.15.1.bb => sqlite3_3.7.15.2.bb}   |  6 +++---
 22 files changed, 32 insertions(+), 67 deletions(-)
 rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/dhcp-3.0.3-dhclient-dbus.patch (100%)
 rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/fix-client-path.patch (100%)
 rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/fix-external-bind.patch (100%)
 rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/fixincludes.patch (100%)
 rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/link-with-lcrypto.patch (100%)
 rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/noattrmode.patch (100%)
 rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/site.h (100%)
 rename meta/recipes-connectivity/dhcp/{dhcp_4.2.4-P2.bb => dhcp_4.2.5.bb} (62%)
 rename meta/recipes-connectivity/resolvconf/{resolvconf_1.68.bb => resolvconf_1.69.bb} (88%)
 rename meta/recipes-core/libcgroup/{libcgroup_0.37.1.bb => libcgroup_0.38.bb} (85%)
 rename meta/recipes-core/util-linux/{util-linux_2.22.1.bb => util-linux_2.22.2.bb} (89%)
 delete mode 100644 meta/recipes-devtools/file/file/obsolete_automake_macros.patch
 rename meta/recipes-devtools/file/{file_5.11.bb => file_5.12.bb} (81%)
 rename meta/recipes-extended/cracklib/{cracklib_2.8.19.bb => cracklib_2.8.22.bb} (72%)
 rename meta/recipes-extended/libidn/{libidn_1.25.bb => libidn_1.26.bb} (85%)
 rename meta/recipes-extended/man-pages/{man-pages_3.44.bb => man-pages_3.45.bb} (82%)
 rename meta/recipes-extended/mc/{mc_4.8.6.bb => mc_4.8.7.bb} (82%)
 rename meta/recipes-extended/sysstat/{sysstat_10.1.2.bb => sysstat_10.1.3.bb} (44%)
 delete mode 100644 meta/recipes-graphics/xorg-app/rgb-1.0.4/obsolete_automake_macros.patch
 rename meta/recipes-graphics/xorg-app/{rgb_1.0.4.bb => rgb_1.0.5.bb} (45%)
 rename meta/recipes-support/libnl/{libnl_3.2.18.bb => libnl_3.2.21.bb} (90%)
 rename meta/recipes-support/sqlite/{sqlite3_3.7.15.1.bb => sqlite3_3.7.15.2.bb} (59%)

-- 
1.8.0.2




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

* [PATCH 01/13] libnl: Update to 3.2.21
  2013-01-28  9:15 [PATCH 00/13] Updates for M4 Saul Wold
@ 2013-01-28  9:15 ` Saul Wold
  2013-01-28  9:15 ` [PATCH 02/13] rgb: Update to 1.0.5 Saul Wold
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Saul Wold @ 2013-01-28  9:15 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-support/libnl/{libnl_3.2.18.bb => libnl_3.2.21.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/libnl/{libnl_3.2.18.bb => libnl_3.2.21.bb} (90%)

diff --git a/meta/recipes-support/libnl/libnl_3.2.18.bb b/meta/recipes-support/libnl/libnl_3.2.21.bb
similarity index 90%
rename from meta/recipes-support/libnl/libnl_3.2.18.bb
rename to meta/recipes-support/libnl/libnl_3.2.21.bb
index 0da7f20..1e97603 100644
--- a/meta/recipes-support/libnl/libnl_3.2.18.bb
+++ b/meta/recipes-support/libnl/libnl_3.2.21.bb
@@ -14,8 +14,8 @@ SRC_URI = "http://www.infradead.org/~tgr/${BPN}/files/${BP}.tar.gz \
            file://fix-pktloc_syntax_h-race.patch \
            file://fix-pc-file.patch "
 
-SRC_URI[md5sum] = "378eafcca1f51d1c7498d78946cd891a"
-SRC_URI[sha256sum] = "6563e4e72a35f9f96380086f6bd17307552977af98e98bd3dd0fdde8013d53a9"
+SRC_URI[md5sum] = "6fe7136558a9071e70673dcda38545b3"
+SRC_URI[sha256sum] = "2dc80f043116ec8610d9d418f5f5e9283f3d9a3a48b8d51a8cb0146b3f279604"
 
 inherit autotools pkgconfig
 
-- 
1.8.0.2




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

* [PATCH 02/13] rgb: Update to 1.0.5
  2013-01-28  9:15 [PATCH 00/13] Updates for M4 Saul Wold
  2013-01-28  9:15 ` [PATCH 01/13] libnl: Update to 3.2.21 Saul Wold
@ 2013-01-28  9:15 ` Saul Wold
  2013-01-28  9:15 ` [PATCH 03/13] sysstat: Update to 10.1.3 Saul Wold
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Saul Wold @ 2013-01-28  9:15 UTC (permalink / raw)
  To: openembedded-core

Remove the backported automake patch, now fixed upstream

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 .../xorg-app/rgb-1.0.4/obsolete_automake_macros.patch     | 15 ---------------
 .../xorg-app/{rgb_1.0.4.bb => rgb_1.0.5.bb}               |  8 +++-----
 2 files changed, 3 insertions(+), 20 deletions(-)
 delete mode 100644 meta/recipes-graphics/xorg-app/rgb-1.0.4/obsolete_automake_macros.patch
 rename meta/recipes-graphics/xorg-app/{rgb_1.0.4.bb => rgb_1.0.5.bb} (45%)

diff --git a/meta/recipes-graphics/xorg-app/rgb-1.0.4/obsolete_automake_macros.patch b/meta/recipes-graphics/xorg-app/rgb-1.0.4/obsolete_automake_macros.patch
deleted file mode 100644
index 43ab68f..0000000
--- a/meta/recipes-graphics/xorg-app/rgb-1.0.4/obsolete_automake_macros.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Upstream-Status: Backport [fixed in development version]
-
-Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
-diff -Nurd rgb-1.0.4/configure.ac rgb-1.0.4/configure.ac
---- rgb-1.0.4/configure.ac	2010-10-07 06:17:16.000000000 +0300
-+++ rgb-1.0.4/configure.ac	2013-01-11 08:04:23.767562150 +0200
-@@ -26,7 +26,7 @@
-	[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [rgb])
- AM_INIT_AUTOMAKE([foreign dist-bzip2])
- AM_MAINTAINER_MODE
--AM_CONFIG_HEADER(config.h)
-+AC_CONFIG_HEADERS(config.h)
-
- # Require X.Org macros 1.8 or later for MAN_SUBSTS set by XORG_MANPAGE_SECTIONS
- m4_ifndef([XORG_MACROS_VERSION],
diff --git a/meta/recipes-graphics/xorg-app/rgb_1.0.4.bb b/meta/recipes-graphics/xorg-app/rgb_1.0.5.bb
similarity index 45%
rename from meta/recipes-graphics/xorg-app/rgb_1.0.4.bb
rename to meta/recipes-graphics/xorg-app/rgb_1.0.5.bb
index 5f71787..602ee09 100644
--- a/meta/recipes-graphics/xorg-app/rgb_1.0.4.bb
+++ b/meta/recipes-graphics/xorg-app/rgb_1.0.5.bb
@@ -2,11 +2,9 @@ require xorg-app-common.inc
 DEPENDS += " xproto util-macros"
 LIC_FILES_CHKSUM = "file://COPYING;md5=ef598adbe241bd0b0b9113831f6e249a"
 PE = "1"
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.0"
 
-SRC_URI += "file://obsolete_automake_macros.patch"
-
-SRC_URI[md5sum] = "35c6cccbf25a872bdd62bfcb1a73d951"
-SRC_URI[sha256sum] = "80887da011ad086fff88bfd16c6d9d5ac7da45ef1bc9d0c192a6f370423370f1"
+SRC_URI[md5sum] = "bcd820d967eaa51bd25b86c0ee682d4e"
+SRC_URI[sha256sum] = "8e936e648ffddce2e7184790efa15e4fa2bcb47f9da5469515d212c61bc8f857"
 
 FILES_${PN} += "${datadir}/X11"
-- 
1.8.0.2




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

* [PATCH 03/13] sysstat: Update to 10.1.3
  2013-01-28  9:15 [PATCH 00/13] Updates for M4 Saul Wold
  2013-01-28  9:15 ` [PATCH 01/13] libnl: Update to 3.2.21 Saul Wold
  2013-01-28  9:15 ` [PATCH 02/13] rgb: Update to 1.0.5 Saul Wold
@ 2013-01-28  9:15 ` Saul Wold
  2013-01-28  9:15 ` [PATCH 04/13] mc: Update to 4.8.7 Saul Wold
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Saul Wold @ 2013-01-28  9:15 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 .../sysstat/{sysstat_10.1.2.bb => sysstat_10.1.3.bb}                | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-extended/sysstat/{sysstat_10.1.2.bb => sysstat_10.1.3.bb} (44%)

diff --git a/meta/recipes-extended/sysstat/sysstat_10.1.2.bb b/meta/recipes-extended/sysstat/sysstat_10.1.3.bb
similarity index 44%
rename from meta/recipes-extended/sysstat/sysstat_10.1.2.bb
rename to meta/recipes-extended/sysstat/sysstat_10.1.3.bb
index 6f22f0c..c02b77b 100644
--- a/meta/recipes-extended/sysstat/sysstat_10.1.2.bb
+++ b/meta/recipes-extended/sysstat/sysstat_10.1.3.bb
@@ -2,7 +2,7 @@ require sysstat.inc
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
 
-PR = "${INC_PR}.0"
+SRC_URI[md5sum] = "e08b5665956930ad12b10ed6e0a08b10"
+SRC_URI[sha256sum] = "1f31c2b60cdc3d7aecd9bba589183f3c48ddd3ce8c15e75c6d09718cb7a496b6"
 
-SRC_URI[md5sum] = "c40626b96cc2b4cf303cbcf1efc96eba"
-SRC_URI[sha256sum] = "c68bc2b4b436812f45e6d440a3ac106fa2a77c5cfc9d4ba7d4e7f9ded7bffab4"
+PR = "${INC_PR}.0"
-- 
1.8.0.2




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

* [PATCH 04/13] mc: Update to 4.8.7
  2013-01-28  9:15 [PATCH 00/13] Updates for M4 Saul Wold
                   ` (2 preceding siblings ...)
  2013-01-28  9:15 ` [PATCH 03/13] sysstat: Update to 10.1.3 Saul Wold
@ 2013-01-28  9:15 ` Saul Wold
  2013-01-28  9:15 ` [PATCH 05/13] man-pages: Update to 3.45 Saul Wold
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Saul Wold @ 2013-01-28  9:15 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-extended/mc/{mc_4.8.6.bb => mc_4.8.7.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/mc/{mc_4.8.6.bb => mc_4.8.7.bb} (82%)

diff --git a/meta/recipes-extended/mc/mc_4.8.6.bb b/meta/recipes-extended/mc/mc_4.8.7.bb
similarity index 82%
rename from meta/recipes-extended/mc/mc_4.8.6.bb
rename to meta/recipes-extended/mc/mc_4.8.7.bb
index 048b781..0e8f3c1 100644
--- a/meta/recipes-extended/mc/mc_4.8.6.bb
+++ b/meta/recipes-extended/mc/mc_4.8.7.bb
@@ -10,8 +10,8 @@ PR = "r0"
 
 SRC_URI = "http://www.midnight-commander.org/downloads/${BPN}-${PV}.tar.bz2"
 
-SRC_URI[md5sum] = "323706aa5e77698bed7b0b6faa7c1530"
-SRC_URI[sha256sum] = "17034d16cf5e86ed15e0f5de95238afb0a8c6069b1f0a29397042451c1b75877"
+SRC_URI[md5sum] = "b113e50682293a953141134969dba785"
+SRC_URI[sha256sum] = "4e9c45925b47650dac58d7556a89c3e9b4275e48976b6c13b63c2f8eed3a383b"
 
 inherit autotools gettext
 
-- 
1.8.0.2




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

* [PATCH 05/13] man-pages: Update to 3.45
  2013-01-28  9:15 [PATCH 00/13] Updates for M4 Saul Wold
                   ` (3 preceding siblings ...)
  2013-01-28  9:15 ` [PATCH 04/13] mc: Update to 4.8.7 Saul Wold
@ 2013-01-28  9:15 ` Saul Wold
  2013-01-28  9:15 ` [PATCH 06/13] libidn: Update to 1.26 Saul Wold
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Saul Wold @ 2013-01-28  9:15 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 .../man-pages/{man-pages_3.44.bb => man-pages_3.45.bb}                | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/man-pages/{man-pages_3.44.bb => man-pages_3.45.bb} (82%)

diff --git a/meta/recipes-extended/man-pages/man-pages_3.44.bb b/meta/recipes-extended/man-pages/man-pages_3.45.bb
similarity index 82%
rename from meta/recipes-extended/man-pages/man-pages_3.44.bb
rename to meta/recipes-extended/man-pages/man-pages_3.45.bb
index ad9df4f..c801195 100644
--- a/meta/recipes-extended/man-pages/man-pages_3.44.bb
+++ b/meta/recipes-extended/man-pages/man-pages_3.45.bb
@@ -8,8 +8,8 @@ PR = "r0"
 LIC_FILES_CHKSUM = "file://README;md5=0422377a748010b2b738342e24f141c1"
 SRC_URI = "${KERNELORG_MIRROR}/linux/docs/${BPN}/Archive/${BP}.tar.gz"
 
-SRC_URI[md5sum] = "9b5b9c38f1db0ab944d5f879ba9d0557"
-SRC_URI[sha256sum] = "4ec49f5f9faac757ffa2dfe6213e3ab8840a69325c377bfc4323b176c35cd0b2"
+SRC_URI[md5sum] = "63cb9e58cd2865dd4523999604d1d248"
+SRC_URI[sha256sum] = "2cdcca3c1b0f3e223f66fa244954b871bc6bccbb1595d5d819e453ab05f87c36"
 
 RDEPENDS_${PN} = "man"
 
-- 
1.8.0.2




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

* [PATCH 06/13] libidn: Update to 1.26
  2013-01-28  9:15 [PATCH 00/13] Updates for M4 Saul Wold
                   ` (4 preceding siblings ...)
  2013-01-28  9:15 ` [PATCH 05/13] man-pages: Update to 3.45 Saul Wold
@ 2013-01-28  9:15 ` Saul Wold
  2013-01-28  9:15 ` [PATCH 07/13] cracklib: Update to 2.8.22 Saul Wold
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Saul Wold @ 2013-01-28  9:15 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-extended/libidn/{libidn_1.25.bb => libidn_1.26.bb} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-extended/libidn/{libidn_1.25.bb => libidn_1.26.bb} (85%)

diff --git a/meta/recipes-extended/libidn/libidn_1.25.bb b/meta/recipes-extended/libidn/libidn_1.26.bb
similarity index 85%
rename from meta/recipes-extended/libidn/libidn_1.25.bb
rename to meta/recipes-extended/libidn/libidn_1.26.bb
index 6584edd..284e871 100644
--- a/meta/recipes-extended/libidn/libidn_1.25.bb
+++ b/meta/recipes-extended/libidn/libidn_1.26.bb
@@ -3,14 +3,14 @@ DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specification
 HOMEPAGE = "http://www.gnu.org/software/libidn/"
 SECTION = "libs"
 LICENSE = "(LGPLv2.1+ | LGPLv3) & GPLv3+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=9c9d9d207a3468a696a03368913d360b \
+LIC_FILES_CHKSUM = "file://COPYING;md5=91146090ae24a0572879d3b48646d404 \
                     file://COPYING.LESSERv2;md5=4fbd65380cdd255951079008b364516c \
                     file://COPYING.LESSERv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
                     file://COPYINGv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
                     file://COPYINGv3;md5=d32239bcb673463ab874e80d47fae504 \
                     file://lib/idna.h;endline=21;md5=7364f6a250728ffe16170f5e3ab37512 \
                     file://src/idn.c;endline=20;md5=7d7235e7951ac87d9dfac42e1b69d9cb"
-PR = "r1"
+PR = "r0"
 
 inherit pkgconfig autotools gettext
 
@@ -18,8 +18,8 @@ SRC_URI = "${GNU_MIRROR}/libidn/${BPN}-${PV}.tar.gz \
            file://libidn_fix_for_automake-1.12.patch \
            file://avoid_AM_PROG_MKDIR_P_warning_error_with_automake_1.12.patch "
 
-SRC_URI[md5sum] = "45ffabce4b8ca87fe98fe4542668d33d"
-SRC_URI[sha256sum] = "7fe625328a6a5d837d723c462c1788affb84d9c9fc0ae5cd0ce9ac7724c34716"
+SRC_URI[md5sum] = "7533d14fbbb6c026a1a9eaa2179ccb69"
+SRC_URI[sha256sum] = "0a2f4c71c80f8f389a99d5a26539a9be4a4ac42cd7f375aa41046660f63cc53c"
 
 # command tool is under GPLv3+, while libidn itself is under LGPLv2.1+ or LGPLv3
 # so package command into a separate package
-- 
1.8.0.2




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

* [PATCH 07/13] cracklib: Update to 2.8.22
  2013-01-28  9:15 [PATCH 00/13] Updates for M4 Saul Wold
                   ` (5 preceding siblings ...)
  2013-01-28  9:15 ` [PATCH 06/13] libidn: Update to 1.26 Saul Wold
@ 2013-01-28  9:15 ` Saul Wold
  2013-01-28  9:15 ` [PATCH 08/13] file: Update to 5.12 Saul Wold
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Saul Wold @ 2013-01-28  9:15 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 .../cracklib/{cracklib_2.8.19.bb => cracklib_2.8.22.bb}               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/cracklib/{cracklib_2.8.19.bb => cracklib_2.8.22.bb} (72%)

diff --git a/meta/recipes-extended/cracklib/cracklib_2.8.19.bb b/meta/recipes-extended/cracklib/cracklib_2.8.22.bb
similarity index 72%
rename from meta/recipes-extended/cracklib/cracklib_2.8.19.bb
rename to meta/recipes-extended/cracklib/cracklib_2.8.22.bb
index 2951396..1ae1aca 100644
--- a/meta/recipes-extended/cracklib/cracklib_2.8.19.bb
+++ b/meta/recipes-extended/cracklib/cracklib_2.8.22.bb
@@ -11,7 +11,7 @@ EXTRA_OECONF = "--without-python"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/cracklib/cracklib-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "ca0ec168d9c6466612204e8dfb2df8a9"
-SRC_URI[sha256sum] = "7086b0ca23f875c9cd9ea2a993c262384b274dba9c4ea1da845ec8ac290748a9"
+SRC_URI[md5sum] = "463177b5c29c7a598c991e12a4898e06"
+SRC_URI[sha256sum] = "feaff49bfb513ec10b2618c00d2f7f60776ba93fcc5fa22dd3479dd9cad9f770"
 
 inherit autotools gettext
-- 
1.8.0.2




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

* [PATCH 08/13] file: Update to 5.12
  2013-01-28  9:15 [PATCH 00/13] Updates for M4 Saul Wold
                   ` (6 preceding siblings ...)
  2013-01-28  9:15 ` [PATCH 07/13] cracklib: Update to 2.8.22 Saul Wold
@ 2013-01-28  9:15 ` Saul Wold
  2013-01-28  9:15 ` [PATCH 09/13] dhcp: Update to 4.2.5 Saul Wold
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Saul Wold @ 2013-01-28  9:15 UTC (permalink / raw)
  To: openembedded-core

Remove the backported automake patch, now fixed upstream

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 .../file/file/obsolete_automake_macros.patch              | 15 ---------------
 meta/recipes-devtools/file/{file_5.11.bb => file_5.12.bb} |  7 +++----
 2 files changed, 3 insertions(+), 19 deletions(-)
 delete mode 100644 meta/recipes-devtools/file/file/obsolete_automake_macros.patch
 rename meta/recipes-devtools/file/{file_5.11.bb => file_5.12.bb} (81%)

diff --git a/meta/recipes-devtools/file/file/obsolete_automake_macros.patch b/meta/recipes-devtools/file/file/obsolete_automake_macros.patch
deleted file mode 100644
index 84a78a5..0000000
--- a/meta/recipes-devtools/file/file/obsolete_automake_macros.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Upstream-Status: Backport [fixed in file-5.12]
-
-Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
-diff -Nurd file-5.11/configure.ac file-5.11/configure.ac
---- file-5.11/configure.ac	2012-02-21 21:16:29.000000000 +0200
-+++ file-5.11/configure.ac	2013-01-02 07:18:23.004856505 +0200
-@@ -3,7 +3,7 @@
- AM_INIT_AUTOMAKE()
- m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-
--AM_CONFIG_HEADER(config.h)
-+AC_CONFIG_HEADERS(config.h)
- AC_CONFIG_MACRO_DIR([m4])
-
- AC_MSG_CHECKING(for builtin ELF support)
diff --git a/meta/recipes-devtools/file/file_5.11.bb b/meta/recipes-devtools/file/file_5.12.bb
similarity index 81%
rename from meta/recipes-devtools/file/file_5.11.bb
rename to meta/recipes-devtools/file/file_5.12.bb
index 52ae460..4677a6d 100644
--- a/meta/recipes-devtools/file/file_5.11.bb
+++ b/meta/recipes-devtools/file/file_5.12.bb
@@ -10,16 +10,15 @@ LIC_FILES_CHKSUM = "file://COPYING;beginline=2;md5=6a7382872edb68d33e1a9398b6e03
 
 DEPENDS = "zlib file-native"
 DEPENDS_class-native = "zlib-native"
-PR = "r1"
+PR = "r0"
 
 SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \
            file://fix_version_check.patch \
-           file://obsolete_automake_macros.patch \
            file://dump \
            file://filesystems"
 
-SRC_URI[md5sum] = "16a407bd66d6c7a832f3a5c0d609c27b"
-SRC_URI[sha256sum] = "c70ae29a28c0585f541d5916fc3248c3e91baa481f63d7ccec53d1534cbcc9b7"
+SRC_URI[md5sum] = "1d7d85cb9354f79e5e351deef36be6ba"
+SRC_URI[sha256sum] = "199d0dab2e32814cbced8dc30d3d2d5b7e45587598160a2c401358b573273d22"
 
 inherit autotools
 
-- 
1.8.0.2




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

* [PATCH 09/13] dhcp: Update to 4.2.5
  2013-01-28  9:15 [PATCH 00/13] Updates for M4 Saul Wold
                   ` (7 preceding siblings ...)
  2013-01-28  9:15 ` [PATCH 08/13] file: Update to 5.12 Saul Wold
@ 2013-01-28  9:15 ` Saul Wold
  2013-01-28  9:15 ` [PATCH 10/13] util-linux: Update to 2.22.2 Saul Wold
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Saul Wold @ 2013-01-28  9:15 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 .../dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/dhcp-3.0.3-dhclient-dbus.patch | 0
 .../dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/fix-client-path.patch          | 0
 .../dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/fix-external-bind.patch        | 0
 .../dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/fixincludes.patch              | 0
 .../dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/link-with-lcrypto.patch        | 0
 .../dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/noattrmode.patch               | 0
 meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/site.h   | 0
 meta/recipes-connectivity/dhcp/{dhcp_4.2.4-P2.bb => dhcp_4.2.5.bb}    | 4 ++--
 8 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/dhcp-3.0.3-dhclient-dbus.patch (100%)
 rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/fix-client-path.patch (100%)
 rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/fix-external-bind.patch (100%)
 rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/fixincludes.patch (100%)
 rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/link-with-lcrypto.patch (100%)
 rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/noattrmode.patch (100%)
 rename meta/recipes-connectivity/dhcp/{dhcp-4.2.4-P2 => dhcp-4.2.5}/site.h (100%)
 rename meta/recipes-connectivity/dhcp/{dhcp_4.2.4-P2.bb => dhcp_4.2.5.bb} (62%)

diff --git a/meta/recipes-connectivity/dhcp/dhcp-4.2.4-P2/dhcp-3.0.3-dhclient-dbus.patch b/meta/recipes-connectivity/dhcp/dhcp-4.2.5/dhcp-3.0.3-dhclient-dbus.patch
similarity index 100%
rename from meta/recipes-connectivity/dhcp/dhcp-4.2.4-P2/dhcp-3.0.3-dhclient-dbus.patch
rename to meta/recipes-connectivity/dhcp/dhcp-4.2.5/dhcp-3.0.3-dhclient-dbus.patch
diff --git a/meta/recipes-connectivity/dhcp/dhcp-4.2.4-P2/fix-client-path.patch b/meta/recipes-connectivity/dhcp/dhcp-4.2.5/fix-client-path.patch
similarity index 100%
rename from meta/recipes-connectivity/dhcp/dhcp-4.2.4-P2/fix-client-path.patch
rename to meta/recipes-connectivity/dhcp/dhcp-4.2.5/fix-client-path.patch
diff --git a/meta/recipes-connectivity/dhcp/dhcp-4.2.4-P2/fix-external-bind.patch b/meta/recipes-connectivity/dhcp/dhcp-4.2.5/fix-external-bind.patch
similarity index 100%
rename from meta/recipes-connectivity/dhcp/dhcp-4.2.4-P2/fix-external-bind.patch
rename to meta/recipes-connectivity/dhcp/dhcp-4.2.5/fix-external-bind.patch
diff --git a/meta/recipes-connectivity/dhcp/dhcp-4.2.4-P2/fixincludes.patch b/meta/recipes-connectivity/dhcp/dhcp-4.2.5/fixincludes.patch
similarity index 100%
rename from meta/recipes-connectivity/dhcp/dhcp-4.2.4-P2/fixincludes.patch
rename to meta/recipes-connectivity/dhcp/dhcp-4.2.5/fixincludes.patch
diff --git a/meta/recipes-connectivity/dhcp/dhcp-4.2.4-P2/link-with-lcrypto.patch b/meta/recipes-connectivity/dhcp/dhcp-4.2.5/link-with-lcrypto.patch
similarity index 100%
rename from meta/recipes-connectivity/dhcp/dhcp-4.2.4-P2/link-with-lcrypto.patch
rename to meta/recipes-connectivity/dhcp/dhcp-4.2.5/link-with-lcrypto.patch
diff --git a/meta/recipes-connectivity/dhcp/dhcp-4.2.4-P2/noattrmode.patch b/meta/recipes-connectivity/dhcp/dhcp-4.2.5/noattrmode.patch
similarity index 100%
rename from meta/recipes-connectivity/dhcp/dhcp-4.2.4-P2/noattrmode.patch
rename to meta/recipes-connectivity/dhcp/dhcp-4.2.5/noattrmode.patch
diff --git a/meta/recipes-connectivity/dhcp/dhcp-4.2.4-P2/site.h b/meta/recipes-connectivity/dhcp/dhcp-4.2.5/site.h
similarity index 100%
rename from meta/recipes-connectivity/dhcp/dhcp-4.2.4-P2/site.h
rename to meta/recipes-connectivity/dhcp/dhcp-4.2.5/site.h
diff --git a/meta/recipes-connectivity/dhcp/dhcp_4.2.4-P2.bb b/meta/recipes-connectivity/dhcp/dhcp_4.2.5.bb
similarity index 62%
rename from meta/recipes-connectivity/dhcp/dhcp_4.2.4-P2.bb
rename to meta/recipes-connectivity/dhcp/dhcp_4.2.5.bb
index c1efad1..af60763 100644
--- a/meta/recipes-connectivity/dhcp/dhcp_4.2.4-P2.bb
+++ b/meta/recipes-connectivity/dhcp/dhcp_4.2.5.bb
@@ -8,5 +8,5 @@ SRC_URI += "file://fixincludes.patch \
             file://link-with-lcrypto.patch \
            "
 
-SRC_URI[md5sum] = "fe36056f2d274fa4b82a5422f192e65f"
-SRC_URI[sha256sum] = "0f75170e323cd9573e6e09a5d9236725f3e56e3cac5a70a01fe2a9d76b436499"
+SRC_URI[md5sum] = "6489e919ac093d17249270ee9be1020e"
+SRC_URI[sha256sum] = "771a5cffb1fd1392d25926e22e1c58a006e2ad02ecd77d136096e5e366a5b6bc"
-- 
1.8.0.2




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

* [PATCH 10/13] util-linux: Update to 2.22.2
  2013-01-28  9:15 [PATCH 00/13] Updates for M4 Saul Wold
                   ` (8 preceding siblings ...)
  2013-01-28  9:15 ` [PATCH 09/13] dhcp: Update to 4.2.5 Saul Wold
@ 2013-01-28  9:15 ` Saul Wold
  2013-01-28  9:15 ` [PATCH 11/13] resolvconf: Update to 1.69 Saul Wold
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: Saul Wold @ 2013-01-28  9:15 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 .../util-linux/{util-linux_2.22.1.bb => util-linux_2.22.2.bb}       | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-core/util-linux/{util-linux_2.22.1.bb => util-linux_2.22.2.bb} (89%)

diff --git a/meta/recipes-core/util-linux/util-linux_2.22.1.bb b/meta/recipes-core/util-linux/util-linux_2.22.2.bb
similarity index 89%
rename from meta/recipes-core/util-linux/util-linux_2.22.1.bb
rename to meta/recipes-core/util-linux/util-linux_2.22.2.bb
index d734951..dd95573 100644
--- a/meta/recipes-core/util-linux/util-linux_2.22.1.bb
+++ b/meta/recipes-core/util-linux/util-linux_2.22.2.bb
@@ -1,5 +1,5 @@
 MAJOR_VERSION = "2.22"
-PR = "r3"
+PR = "r0"
 require util-linux.inc
 
 # note that `lscpu' is under GPLv3+
@@ -12,8 +12,8 @@ SRC_URI += "file://util-linux-ng-replace-siginterrupt.patch \
 	    file://fix-configure.patch \
 "
 
-SRC_URI[md5sum] = "cad23c41a014af766d467b86628bd0fd"
-SRC_URI[sha256sum] = "4297ea2a560f8839d7b3cde72a5955d1458dbad38fe0e3d99ccb1fde3df751b2"
+SRC_URI[md5sum] = "3e379b4d8b9693948d751c154614c73e"
+SRC_URI[sha256sum] = "7463a17a01a77cee36d8ce845d8148208f553c9abdd67b446324bf42968bc36d"
 
 # Only lscpu part is gplv3; rest of the code is not, 
 # so take out the lscpu parts while running non-gplv3 build.
-- 
1.8.0.2




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

* [PATCH 11/13] resolvconf: Update to 1.69
  2013-01-28  9:15 [PATCH 00/13] Updates for M4 Saul Wold
                   ` (9 preceding siblings ...)
  2013-01-28  9:15 ` [PATCH 10/13] util-linux: Update to 2.22.2 Saul Wold
@ 2013-01-28  9:15 ` Saul Wold
  2013-01-28  9:15 ` [PATCH 12/13] libcgroup: Update to 0.38 Saul Wold
  2013-01-28  9:16 ` [PATCH 13/13] sqlite3: Update to 3.7.15.2 Saul Wold
  12 siblings, 0 replies; 14+ messages in thread
From: Saul Wold @ 2013-01-28  9:15 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 .../resolvconf/{resolvconf_1.68.bb => resolvconf_1.69.bb}             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/resolvconf/{resolvconf_1.68.bb => resolvconf_1.69.bb} (88%)

diff --git a/meta/recipes-connectivity/resolvconf/resolvconf_1.68.bb b/meta/recipes-connectivity/resolvconf/resolvconf_1.69.bb
similarity index 88%
rename from meta/recipes-connectivity/resolvconf/resolvconf_1.68.bb
rename to meta/recipes-connectivity/resolvconf/resolvconf_1.69.bb
index 971b0f8..a1d6688 100644
--- a/meta/recipes-connectivity/resolvconf/resolvconf_1.68.bb
+++ b/meta/recipes-connectivity/resolvconf/resolvconf_1.69.bb
@@ -14,8 +14,8 @@ PR = "r0"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.gz"
 
-SRC_URI[md5sum] = "61cca51474ccec74f3de15f44b182666"
-SRC_URI[sha256sum] = "f88fec7e167afce6f6fb4c5304dd625b71521b278b826a857796451753c9a964"
+SRC_URI[md5sum] = "a5cacf9724f1b79a685cc5dfe2c643c9"
+SRC_URI[sha256sum] = "e386a6e5ac81d292edbc0d8fbd0cfbbdbb4a76ac06c5f08079a1aa8cc59f3fcb"
 
 inherit allarch
 
-- 
1.8.0.2




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

* [PATCH 12/13] libcgroup: Update to 0.38
  2013-01-28  9:15 [PATCH 00/13] Updates for M4 Saul Wold
                   ` (10 preceding siblings ...)
  2013-01-28  9:15 ` [PATCH 11/13] resolvconf: Update to 1.69 Saul Wold
@ 2013-01-28  9:15 ` Saul Wold
  2013-01-28  9:16 ` [PATCH 13/13] sqlite3: Update to 3.7.15.2 Saul Wold
  12 siblings, 0 replies; 14+ messages in thread
From: Saul Wold @ 2013-01-28  9:15 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 .../recipes-core/libcgroup/{libcgroup_0.37.1.bb => libcgroup_0.38.bb} | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
 rename meta/recipes-core/libcgroup/{libcgroup_0.37.1.bb => libcgroup_0.38.bb} (85%)

diff --git a/meta/recipes-core/libcgroup/libcgroup_0.37.1.bb b/meta/recipes-core/libcgroup/libcgroup_0.38.bb
similarity index 85%
rename from meta/recipes-core/libcgroup/libcgroup_0.37.1.bb
rename to meta/recipes-core/libcgroup/libcgroup_0.38.bb
index e74f831..4d81289 100644
--- a/meta/recipes-core/libcgroup/libcgroup_0.37.1.bb
+++ b/meta/recipes-core/libcgroup/libcgroup_0.38.bb
@@ -3,15 +3,13 @@ SECTION = "libs"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
 
-PR = "r2"
+PR = "r0"
 
 inherit autotools pkgconfig
 
 DEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/project/libcg/${BPN}/v${PV}/${BPN}-${PV}.tar.bz2"
-SRC_URI[md5sum] = "24a41b18de112e8d085bb1f7d9e82af7"
-SRC_URI[sha256sum] = "0b08632de5d3641aa554b422d02a77d9367e57933328a8765204ad9588cd5c0d"
 
 EXTRA_OECONF = "${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam-module-dir=${base_libdir}/security --enable-pam=yes', '--enable-pam=no', d)}"
 
-- 
1.8.0.2




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

* [PATCH 13/13] sqlite3: Update to 3.7.15.2
  2013-01-28  9:15 [PATCH 00/13] Updates for M4 Saul Wold
                   ` (11 preceding siblings ...)
  2013-01-28  9:15 ` [PATCH 12/13] libcgroup: Update to 0.38 Saul Wold
@ 2013-01-28  9:16 ` Saul Wold
  12 siblings, 0 replies; 14+ messages in thread
From: Saul Wold @ 2013-01-28  9:16 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 .../sqlite/{sqlite3_3.7.15.1.bb => sqlite3_3.7.15.2.bb}             | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-support/sqlite/{sqlite3_3.7.15.1.bb => sqlite3_3.7.15.2.bb} (59%)

diff --git a/meta/recipes-support/sqlite/sqlite3_3.7.15.1.bb b/meta/recipes-support/sqlite/sqlite3_3.7.15.2.bb
similarity index 59%
rename from meta/recipes-support/sqlite/sqlite3_3.7.15.1.bb
rename to meta/recipes-support/sqlite/sqlite3_3.7.15.2.bb
index 77530f2..5eb7188 100644
--- a/meta/recipes-support/sqlite/sqlite3_3.7.15.1.bb
+++ b/meta/recipes-support/sqlite/sqlite3_3.7.15.2.bb
@@ -1,6 +1,6 @@
 require sqlite3.inc
 
-SQLITE_VERSTR = "3071501"
+SQLITE_VERSTR = "3071502"
 
 LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b3570bb0"
 
@@ -9,5 +9,5 @@ PR = "r0"
 SRC_URI = "http://www.sqlite.org/sqlite-autoconf-${SQLITE_VERSTR}.tar.gz"
 S = "${WORKDIR}/sqlite-autoconf-${SQLITE_VERSTR}"
 
-SRC_URI[md5sum] = "a67c25afa199a11f0a37aff7ed9d2c14"
-SRC_URI[sha256sum] = "e8809bd9a292be777f76c97c7e77ab41f7d1020776ded5a631da3985b4b26afd"
+SRC_URI[md5sum] = "bcb0ab0b5b30116b2531cfeef3c861b4"
+SRC_URI[sha256sum] = "782d16b797f6ca879f6f679ba3fb6ceb54bcb0cab65feef332058bf04b36ba8c"
-- 
1.8.0.2




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

end of thread, other threads:[~2013-01-28  9:33 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-28  9:15 [PATCH 00/13] Updates for M4 Saul Wold
2013-01-28  9:15 ` [PATCH 01/13] libnl: Update to 3.2.21 Saul Wold
2013-01-28  9:15 ` [PATCH 02/13] rgb: Update to 1.0.5 Saul Wold
2013-01-28  9:15 ` [PATCH 03/13] sysstat: Update to 10.1.3 Saul Wold
2013-01-28  9:15 ` [PATCH 04/13] mc: Update to 4.8.7 Saul Wold
2013-01-28  9:15 ` [PATCH 05/13] man-pages: Update to 3.45 Saul Wold
2013-01-28  9:15 ` [PATCH 06/13] libidn: Update to 1.26 Saul Wold
2013-01-28  9:15 ` [PATCH 07/13] cracklib: Update to 2.8.22 Saul Wold
2013-01-28  9:15 ` [PATCH 08/13] file: Update to 5.12 Saul Wold
2013-01-28  9:15 ` [PATCH 09/13] dhcp: Update to 4.2.5 Saul Wold
2013-01-28  9:15 ` [PATCH 10/13] util-linux: Update to 2.22.2 Saul Wold
2013-01-28  9:15 ` [PATCH 11/13] resolvconf: Update to 1.69 Saul Wold
2013-01-28  9:15 ` [PATCH 12/13] libcgroup: Update to 0.38 Saul Wold
2013-01-28  9:16 ` [PATCH 13/13] sqlite3: Update to 3.7.15.2 Saul Wold

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.