From: Saul Wold <sgw@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/14] Package Updating
Date: Sun, 24 Jun 2012 11:03:25 -0700 [thread overview]
Message-ID: <cover.1340560914.git.sgw@linux.intel.com> (raw)
Richard,
Here is a patch of updates.
Sau!
The following changes since commit e2cc4a44d510e0d473d15f207c1c886db6a5ccf7:
[PATCH] guile: fix compilation on MIPS/PPC (2012-06-21 13:41:12 +0100)
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 (14):
sqlite3: Update to 3.7.13
psmisc: Update to 22.19
sysstat: Update to 10.0.5
util-linux: Update to 2.21.2
libxml2: Update to 2.8.0
mx: Upgrade to 1.4.6
libxml-simple-perl: Upgrade to 2.20
cracklib: Upgrade to 2.8.19
resolvconf: Upgrade to 1.67
libtasn1: Upgrade to 2.13
gnutls: Upgrade to 2.12.20
foomatic-filters: Upgrade to 4.0.16
libidn: Upgrade to 1.25
libtiff: Upgrade to 4.0.2
.../{resolvconf_1.65.bb => resolvconf_1.67.bb} | 4 +-
meta/recipes-core/libxml/libxml2.inc | 2 +-
.../libxml/libxml2/fix_version_info.patch | 23 ----
.../libxml2/libxml2_fix_for_automake_1.12.patch | 23 ----
meta/recipes-core/libxml/libxml2_2.7.8.bb | 9 --
meta/recipes-core/libxml/libxml2_2.8.0.bb | 6 +
.../util-linux/fix_NL_TIME_FIRST_WEEKDAY.patch | 24 -----
.../{util-linux_2.21.1.bb => util-linux_2.21.2.bb} | 7 +-
...ple-perl_2.18.bb => libxml-simple-perl_2.20.bb} | 8 +-
.../{cracklib_2.8.18.bb => cracklib_2.8.19.bb} | 6 +-
...ilters_4.0.15.bb => foomatic-filters_4.0.16.bb} | 4 +-
.../libidn/{libidn_1.24.bb => libidn_1.25.bb} | 6 +-
.../psmisc/{psmisc_22.16.bb => psmisc_22.19.bb} | 6 +-
.../{sysstat_10.0.4.bb => sysstat_10.0.5.bb} | 4 +-
.../mx/files/introspection-m4.patch | 106 --------------------
.../mx/{mx_1.4.2.bb => mx_1.4.6.bb} | 9 +-
.../libtiff/{tiff_4.0.1.bb => tiff_4.0.2.bb} | 6 +-
.../{gnutls-2.12.19 => gnutls}/configure-fix.patch | 0
.../correct_rpl_gettimeofday_signature.patch | 0
.../fix-gettext-version.patch | 0
.../gnutls-openssl.patch | 0
.../gnutls-texinfo-euro.patch | 0
.../{gnutls_2.12.19.bb => gnutls_2.12.20.bb} | 4 +-
.../gnutls/{libtasn1_2.12.bb => libtasn1_2.13.bb} | 6 +-
meta/recipes-support/sqlite/sqlite3_3.7.11.bb | 11 --
meta/recipes-support/sqlite/sqlite3_3.7.13.bb | 11 ++
26 files changed, 52 insertions(+), 233 deletions(-)
rename meta/recipes-connectivity/resolvconf/{resolvconf_1.65.bb => resolvconf_1.67.bb} (88%)
delete mode 100644 meta/recipes-core/libxml/libxml2/fix_version_info.patch
delete mode 100644 meta/recipes-core/libxml/libxml2/libxml2_fix_for_automake_1.12.patch
delete mode 100644 meta/recipes-core/libxml/libxml2_2.7.8.bb
create mode 100644 meta/recipes-core/libxml/libxml2_2.8.0.bb
delete mode 100644 meta/recipes-core/util-linux/util-linux/fix_NL_TIME_FIRST_WEEKDAY.patch
rename meta/recipes-core/util-linux/{util-linux_2.21.1.bb => util-linux_2.21.2.bb} (86%)
rename meta/recipes-devtools/perl/{libxml-simple-perl_2.18.bb => libxml-simple-perl_2.20.bb} (58%)
rename meta/recipes-extended/cracklib/{cracklib_2.8.18.bb => cracklib_2.8.19.bb} (70%)
rename meta/recipes-extended/foomatic/{foomatic-filters_4.0.15.bb => foomatic-filters_4.0.16.bb} (90%)
rename meta/recipes-extended/libidn/{libidn_1.24.bb => libidn_1.25.bb} (89%)
rename meta/recipes-extended/psmisc/{psmisc_22.16.bb => psmisc_22.19.bb} (42%)
rename meta/recipes-extended/sysstat/{sysstat_10.0.4.bb => sysstat_10.0.5.bb} (42%)
delete mode 100644 meta/recipes-graphics/mx/files/introspection-m4.patch
rename meta/recipes-graphics/mx/{mx_1.4.2.bb => mx_1.4.6.bb} (71%)
rename meta/recipes-multimedia/libtiff/{tiff_4.0.1.bb => tiff_4.0.2.bb} (84%)
rename meta/recipes-support/gnutls/{gnutls-2.12.19 => gnutls}/configure-fix.patch (100%)
rename meta/recipes-support/gnutls/{gnutls-2.12.19 => gnutls}/correct_rpl_gettimeofday_signature.patch (100%)
rename meta/recipes-support/gnutls/{gnutls-2.12.19 => gnutls}/fix-gettext-version.patch (100%)
rename meta/recipes-support/gnutls/{gnutls-2.12.19 => gnutls}/gnutls-openssl.patch (100%)
rename meta/recipes-support/gnutls/{gnutls-2.12.19 => gnutls}/gnutls-texinfo-euro.patch (100%)
rename meta/recipes-support/gnutls/{gnutls_2.12.19.bb => gnutls_2.12.20.bb} (77%)
rename meta/recipes-support/gnutls/{libtasn1_2.12.bb => libtasn1_2.13.bb} (80%)
delete mode 100644 meta/recipes-support/sqlite/sqlite3_3.7.11.bb
create mode 100644 meta/recipes-support/sqlite/sqlite3_3.7.13.bb
--
1.7.7.6
next reply other threads:[~2012-06-24 18:14 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-24 18:03 Saul Wold [this message]
2012-06-24 18:03 ` [PATCH 01/14] sqlite3: Update to 3.7.13 Saul Wold
2012-06-24 18:03 ` [PATCH 02/14] psmisc: Update to 22.19 Saul Wold
2012-06-24 18:03 ` [PATCH 03/14] sysstat: Update to 10.0.5 Saul Wold
2012-06-24 18:03 ` [PATCH 04/14] util-linux: Update to 2.21.2 Saul Wold
2012-06-24 18:03 ` [PATCH 05/14] libxml2: Update to 2.8.0 Saul Wold
2012-06-24 18:03 ` [PATCH 06/14] mx: Upgrade to 1.4.6 Saul Wold
2012-06-24 18:03 ` [PATCH 07/14] libxml-simple-perl: Upgrade to 2.20 Saul Wold
2012-06-24 18:03 ` [PATCH 08/14] cracklib: Upgrade to 2.8.19 Saul Wold
2012-06-24 18:03 ` [PATCH 09/14] resolvconf: Upgrade to 1.67 Saul Wold
2012-06-24 18:03 ` [PATCH 10/14] libtasn1: Upgrade to 2.13 Saul Wold
2012-06-24 18:03 ` [PATCH 11/14] gnutls: Upgrade to 2.12.20 Saul Wold
2012-06-24 18:03 ` [PATCH 12/14] foomatic-filters: Upgrade to 4.0.16 Saul Wold
2012-06-24 18:03 ` [PATCH 13/14] libidn: Upgrade to 1.25 Saul Wold
2012-06-24 18:03 ` [PATCH 14/14] libtiff: Upgrade to 4.0.2 Saul Wold
2012-06-24 19:27 ` [PATCH 00/14] Package Updating Koen Kooi
2012-06-25 7:45 ` Saul Wold
2012-06-25 8:28 ` Koen Kooi
2012-06-25 19:32 ` Saul Wold
2012-06-25 15:56 ` Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1340560914.git.sgw@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox