All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] Self-Hosted Fixes and Package Updates
@ 2012-02-02 23:47 Saul Wold
  2012-02-02 23:47 ` [PATCH 01/14] task-self-hosted: add disk partitioning tools Saul Wold
                   ` (15 more replies)
  0 siblings, 16 replies; 20+ messages in thread
From: Saul Wold @ 2012-02-02 23:47 UTC (permalink / raw)
  To: openembedded-core

Richard,

This is a patch of updates and self-host-image fixes.
I also added the gnupg version that is gplv2 to go along
with the libzypp changes from Steve.

Sau!

The following changes since commit 70e1226e8c10bf07d6c7b1e13d745ad603f2ec73:

  meta-yocto/local.conf.sample.extended: add LICENSE_FLAGS_WHITELIST section (2012-02-02 22:04:54 +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 (14):
  task-self-hosted: add disk partitioning tools
  task-self-hosted: add python-pkgutil since it's required
  self-hosted-image: add package management for correct installation
  openssl: Update to 1.0.0g
  openssl: Update to 0.9.8t (gplv2)
  gnutls: Update to 2.12.16
  rxvt-unicode: Update to 9.15
  gnupg: Add gplv2 version 1.4.7
  file: Update to version 5.10
  libidn: Update to 1.24
  libdrm: Update to 2.4.30
  xinit: Update to 1.3.2
  xf86-input-keyboard: Update to 1.6.1
  distro_track: Track Updates

 .../conf/distro/include/distro_tracking_fields.inc |   53 ++++++------
 .../configure-targets.patch                        |    0
 .../debian/ca.patch                                |    0
 .../debian/config-hurd.patch                       |    0
 .../debian/debian-targets.patch                    |    0
 .../debian/engines-path.patch                      |    0
 .../debian/kfreebsd-pipe.patch                     |    0
 .../debian/make-targets.patch                      |    0
 .../debian/man-dir.patch                           |    0
 .../debian/man-section.patch                       |    0
 .../debian/no-rpath.patch                          |    0
 .../debian/no-symbolic.patch                       |    0
 .../debian/perl-path.diff                          |    0
 .../debian/pic.patch                               |    0
 .../debian/pkg-config.patch                        |    0
 .../debian/rc4-amd64.patch                         |    0
 .../debian/rehash-crt.patch                        |    0
 .../debian/rehash_pod.patch                        |    0
 .../debian/series                                  |    0
 .../debian/shared-lib-ext.patch                    |    0
 .../debian/stddef.patch                            |    0
 .../debian/version-script.patch                    |    0
 .../parallel-make-fix.patch                        |    0
 .../shared-libs.patch                              |    0
 .../configure-targets.patch                        |    0
 .../debian/c_rehash-compat.patch                   |    0
 .../debian/ca.patch                                |    0
 .../debian/debian-targets.patch                    |    0
 .../debian/make-targets.patch                      |    0
 .../debian/man-dir.patch                           |    0
 .../debian/man-section.patch                       |    0
 .../debian/no-rpath.patch                          |    0
 .../debian/no-symbolic.patch                       |    0
 .../debian/pic.patch                               |    0
 .../debian/pkg-config.patch                        |    0
 .../debian/version-script.patch                    |    0
 .../engines-install-in-libdir-ssl.patch            |    0
 .../oe-ldflags.patch                               |    0
 .../openssl-fix-link.patch                         |    0
 .../openssl_fix_for_x32.patch                      |    0
 .../shared-libs.patch                              |    0
 .../{openssl_0.9.8s.bb => openssl_0.9.8t.bb}       |    0
 .../{openssl_1.0.0f.bb => openssl_1.0.0g.bb}       |    4 +-
 meta/recipes-core/images/self-hosted-image.bb      |    2 +-
 meta/recipes-core/tasks/task-self-hosted.bb        |    9 ++-
 .../file/{file_5.09.bb => file_5.10.bb}            |    4 +-
 .../libidn/{libidn_1.23.bb => libidn_1.24.bb}      |   23 +++--
 .../drm/{libdrm_2.4.29.bb => libdrm_2.4.30.bb}     |    4 +-
 .../xorg-app/{xinit_1.3.1.bb => xinit_1.3.2.bb}    |    6 +-
 ...board_1.6.0.bb => xf86-input-keyboard_1.6.1.bb} |    4 +-
 .../rxvt.desktop                                   |    0
 .../rxvt.png                                       |  Bin 2847 -> 2847 bytes
 .../xwc.patch                                      |    0
 .../{rxvt-unicode_9.14.bb => rxvt-unicode_9.15.bb} |    4 +-
 .../gnupg/gnupg-1.4.7/long-long-thumb.patch        |   12 +++
 .../gnupg/gnupg-1.4.7/mips_gcc4.4.patch            |   42 +++++++++
 meta/recipes-support/gnupg/gnupg_1.4.7.bb          |   92 ++++++++++++++++++++
 .../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.14.bb => gnutls_2.12.16.bb}       |    6 +-
 63 files changed, 213 insertions(+), 52 deletions(-)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/configure-targets.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/ca.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/config-hurd.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/debian-targets.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/engines-path.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/kfreebsd-pipe.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/make-targets.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/man-dir.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/man-section.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/no-rpath.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/no-symbolic.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/perl-path.diff (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/pic.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/pkg-config.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/rc4-amd64.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/rehash-crt.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/rehash_pod.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/series (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/shared-lib-ext.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/stddef.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/version-script.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/parallel-make-fix.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/shared-libs.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/configure-targets.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/debian/c_rehash-compat.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/debian/ca.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/debian/debian-targets.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/debian/make-targets.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/debian/man-dir.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/debian/man-section.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/debian/no-rpath.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/debian/no-symbolic.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/debian/pic.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/debian/pkg-config.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/debian/version-script.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/engines-install-in-libdir-ssl.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/oe-ldflags.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/openssl-fix-link.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/openssl_fix_for_x32.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/shared-libs.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl_0.9.8s.bb => openssl_0.9.8t.bb} (100%)
 rename meta/recipes-connectivity/openssl/{openssl_1.0.0f.bb => openssl_1.0.0g.bb} (90%)
 rename meta/recipes-devtools/file/{file_5.09.bb => file_5.10.bb} (86%)
 rename meta/recipes-extended/libidn/{libidn_1.23.bb => libidn_1.24.bb} (40%)
 rename meta/recipes-graphics/drm/{libdrm_2.4.29.bb => libdrm_2.4.30.bb} (54%)
 rename meta/recipes-graphics/xorg-app/{xinit_1.3.1.bb => xinit_1.3.2.bb} (79%)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-keyboard_1.6.0.bb => xf86-input-keyboard_1.6.1.bb} (74%)
 rename meta/recipes-sato/rxvt-unicode/{rxvt-unicode-9.14 => rxvt-unicode-9.15}/rxvt.desktop (100%)
 rename meta/recipes-sato/rxvt-unicode/{rxvt-unicode-9.14 => rxvt-unicode-9.15}/rxvt.png (100%)
 rename meta/recipes-sato/rxvt-unicode/{rxvt-unicode-9.14 => rxvt-unicode-9.15}/xwc.patch (100%)
 rename meta/recipes-sato/rxvt-unicode/{rxvt-unicode_9.14.bb => rxvt-unicode_9.15.bb} (94%)
 create mode 100644 meta/recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch
 create mode 100644 meta/recipes-support/gnupg/gnupg-1.4.7/mips_gcc4.4.patch
 create mode 100644 meta/recipes-support/gnupg/gnupg_1.4.7.bb
 rename meta/recipes-support/gnutls/{gnutls-2.12.14 => gnutls-2.12.16}/configure-fix.patch (100%)
 rename meta/recipes-support/gnutls/{gnutls-2.12.14 => gnutls-2.12.16}/correct_rpl_gettimeofday_signature.patch (100%)
 rename meta/recipes-support/gnutls/{gnutls-2.12.14 => gnutls-2.12.16}/fix-gettext-version.patch (100%)
 rename meta/recipes-support/gnutls/{gnutls-2.12.14 => gnutls-2.12.16}/gnutls-openssl.patch (100%)
 rename meta/recipes-support/gnutls/{gnutls-2.12.14 => gnutls-2.12.16}/gnutls-texinfo-euro.patch (100%)
 rename meta/recipes-support/gnutls/{gnutls_2.12.14.bb => gnutls_2.12.16.bb} (77%)

-- 
1.7.6.5




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

* [PATCH 01/14] task-self-hosted: add disk partitioning tools
  2012-02-02 23:47 [PATCH 00/14] Self-Hosted Fixes and Package Updates Saul Wold
@ 2012-02-02 23:47 ` Saul Wold
  2012-02-02 23:47 ` [PATCH 02/14] task-self-hosted: add python-pkgutil since it's required Saul Wold
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 20+ messages in thread
From: Saul Wold @ 2012-02-02 23:47 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-core/tasks/task-self-hosted.bb |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-core/tasks/task-self-hosted.bb b/meta/recipes-core/tasks/task-self-hosted.bb
index ebf8a01..253d500 100644
--- a/meta/recipes-core/tasks/task-self-hosted.bb
+++ b/meta/recipes-core/tasks/task-self-hosted.bb
@@ -28,6 +28,12 @@ RDEPENDS_task-self-hosted = "\
     "
 
 RDEPENDS_task-self-hosted-host-tools = "\
+    parted \
+    e2fsprogs \
+    e2fsprogs-mke2fs \
+    e2fsprogs-tune2fs \
+    e2fsprogs-e2fsck \
+    e2fsprogs-fsck \
     dhcp-client \
     e2fsprogs \
     e2fsprogs-e2fsck \
-- 
1.7.6.5




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

* [PATCH 02/14] task-self-hosted: add python-pkgutil since it's required
  2012-02-02 23:47 [PATCH 00/14] Self-Hosted Fixes and Package Updates Saul Wold
  2012-02-02 23:47 ` [PATCH 01/14] task-self-hosted: add disk partitioning tools Saul Wold
@ 2012-02-02 23:47 ` Saul Wold
  2012-02-02 23:47 ` [PATCH 03/14] self-hosted-image: add package management for correct installation Saul Wold
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 20+ messages in thread
From: Saul Wold @ 2012-02-02 23:47 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-core/tasks/task-self-hosted.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/tasks/task-self-hosted.bb b/meta/recipes-core/tasks/task-self-hosted.bb
index 253d500..63fa1cc 100644
--- a/meta/recipes-core/tasks/task-self-hosted.bb
+++ b/meta/recipes-core/tasks/task-self-hosted.bb
@@ -3,7 +3,7 @@
 #
 
 DESCRIPTION = "Create Basic Image Tasks"
-PR = "r3"
+PR = "r4"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
@@ -164,6 +164,7 @@ RDEPENDS_task-self-hosted-extended = "\
     python-email \
     python-unixadmin \
     python-compression \
+    python-pkgutil \
     quota \
     readline \
     rpm \
-- 
1.7.6.5




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

* [PATCH 03/14] self-hosted-image: add package management for correct installation
  2012-02-02 23:47 [PATCH 00/14] Self-Hosted Fixes and Package Updates Saul Wold
  2012-02-02 23:47 ` [PATCH 01/14] task-self-hosted: add disk partitioning tools Saul Wold
  2012-02-02 23:47 ` [PATCH 02/14] task-self-hosted: add python-pkgutil since it's required Saul Wold
@ 2012-02-02 23:47 ` Saul Wold
  2012-02-02 23:47 ` [PATCH 04/14] openssl: Update to 1.0.0g Saul Wold
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 20+ messages in thread
From: Saul Wold @ 2012-02-02 23:47 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-core/images/self-hosted-image.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/images/self-hosted-image.bb b/meta/recipes-core/images/self-hosted-image.bb
index 111c057..5029ac2 100644
--- a/meta/recipes-core/images/self-hosted-image.bb
+++ b/meta/recipes-core/images/self-hosted-image.bb
@@ -4,7 +4,7 @@ POKY_EXTRA_INSTALL = "\
     task-self-hosted \
     "
 
-IMAGE_FEATURES += "x11-mini"
+IMAGE_FEATURES += "x11-mini package-management"
 
 inherit core-image
 
-- 
1.7.6.5




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

* [PATCH 04/14] openssl: Update to 1.0.0g
  2012-02-02 23:47 [PATCH 00/14] Self-Hosted Fixes and Package Updates Saul Wold
                   ` (2 preceding siblings ...)
  2012-02-02 23:47 ` [PATCH 03/14] self-hosted-image: add package management for correct installation Saul Wold
@ 2012-02-02 23:47 ` Saul Wold
  2012-02-02 23:47 ` [PATCH 05/14] openssl: Update to 0.9.8t (gplv2) Saul Wold
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 20+ messages in thread
From: Saul Wold @ 2012-02-02 23:47 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 .../configure-targets.patch                        |    0
 .../debian/c_rehash-compat.patch                   |    0
 .../debian/ca.patch                                |    0
 .../debian/debian-targets.patch                    |    0
 .../debian/make-targets.patch                      |    0
 .../debian/man-dir.patch                           |    0
 .../debian/man-section.patch                       |    0
 .../debian/no-rpath.patch                          |    0
 .../debian/no-symbolic.patch                       |    0
 .../debian/pic.patch                               |    0
 .../debian/pkg-config.patch                        |    0
 .../debian/version-script.patch                    |    0
 .../engines-install-in-libdir-ssl.patch            |    0
 .../oe-ldflags.patch                               |    0
 .../openssl-fix-link.patch                         |    0
 .../openssl_fix_for_x32.patch                      |    0
 .../shared-libs.patch                              |    0
 .../{openssl_1.0.0f.bb => openssl_1.0.0g.bb}       |    4 ++--
 18 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/configure-targets.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/debian/c_rehash-compat.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/debian/ca.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/debian/debian-targets.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/debian/make-targets.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/debian/man-dir.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/debian/man-section.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/debian/no-rpath.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/debian/no-symbolic.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/debian/pic.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/debian/pkg-config.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/debian/version-script.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/engines-install-in-libdir-ssl.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/oe-ldflags.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/openssl-fix-link.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/openssl_fix_for_x32.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-1.0.0f => openssl-1.0.0g}/shared-libs.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl_1.0.0f.bb => openssl_1.0.0g.bb} (90%)

diff --git a/meta/recipes-connectivity/openssl/openssl-1.0.0f/configure-targets.patch b/meta/recipes-connectivity/openssl/openssl-1.0.0g/configure-targets.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-1.0.0f/configure-targets.patch
rename to meta/recipes-connectivity/openssl/openssl-1.0.0g/configure-targets.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-1.0.0f/debian/c_rehash-compat.patch b/meta/recipes-connectivity/openssl/openssl-1.0.0g/debian/c_rehash-compat.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-1.0.0f/debian/c_rehash-compat.patch
rename to meta/recipes-connectivity/openssl/openssl-1.0.0g/debian/c_rehash-compat.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-1.0.0f/debian/ca.patch b/meta/recipes-connectivity/openssl/openssl-1.0.0g/debian/ca.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-1.0.0f/debian/ca.patch
rename to meta/recipes-connectivity/openssl/openssl-1.0.0g/debian/ca.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-1.0.0f/debian/debian-targets.patch b/meta/recipes-connectivity/openssl/openssl-1.0.0g/debian/debian-targets.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-1.0.0f/debian/debian-targets.patch
rename to meta/recipes-connectivity/openssl/openssl-1.0.0g/debian/debian-targets.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-1.0.0f/debian/make-targets.patch b/meta/recipes-connectivity/openssl/openssl-1.0.0g/debian/make-targets.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-1.0.0f/debian/make-targets.patch
rename to meta/recipes-connectivity/openssl/openssl-1.0.0g/debian/make-targets.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-1.0.0f/debian/man-dir.patch b/meta/recipes-connectivity/openssl/openssl-1.0.0g/debian/man-dir.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-1.0.0f/debian/man-dir.patch
rename to meta/recipes-connectivity/openssl/openssl-1.0.0g/debian/man-dir.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-1.0.0f/debian/man-section.patch b/meta/recipes-connectivity/openssl/openssl-1.0.0g/debian/man-section.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-1.0.0f/debian/man-section.patch
rename to meta/recipes-connectivity/openssl/openssl-1.0.0g/debian/man-section.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-1.0.0f/debian/no-rpath.patch b/meta/recipes-connectivity/openssl/openssl-1.0.0g/debian/no-rpath.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-1.0.0f/debian/no-rpath.patch
rename to meta/recipes-connectivity/openssl/openssl-1.0.0g/debian/no-rpath.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-1.0.0f/debian/no-symbolic.patch b/meta/recipes-connectivity/openssl/openssl-1.0.0g/debian/no-symbolic.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-1.0.0f/debian/no-symbolic.patch
rename to meta/recipes-connectivity/openssl/openssl-1.0.0g/debian/no-symbolic.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-1.0.0f/debian/pic.patch b/meta/recipes-connectivity/openssl/openssl-1.0.0g/debian/pic.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-1.0.0f/debian/pic.patch
rename to meta/recipes-connectivity/openssl/openssl-1.0.0g/debian/pic.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-1.0.0f/debian/pkg-config.patch b/meta/recipes-connectivity/openssl/openssl-1.0.0g/debian/pkg-config.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-1.0.0f/debian/pkg-config.patch
rename to meta/recipes-connectivity/openssl/openssl-1.0.0g/debian/pkg-config.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-1.0.0f/debian/version-script.patch b/meta/recipes-connectivity/openssl/openssl-1.0.0g/debian/version-script.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-1.0.0f/debian/version-script.patch
rename to meta/recipes-connectivity/openssl/openssl-1.0.0g/debian/version-script.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-1.0.0f/engines-install-in-libdir-ssl.patch b/meta/recipes-connectivity/openssl/openssl-1.0.0g/engines-install-in-libdir-ssl.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-1.0.0f/engines-install-in-libdir-ssl.patch
rename to meta/recipes-connectivity/openssl/openssl-1.0.0g/engines-install-in-libdir-ssl.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-1.0.0f/oe-ldflags.patch b/meta/recipes-connectivity/openssl/openssl-1.0.0g/oe-ldflags.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-1.0.0f/oe-ldflags.patch
rename to meta/recipes-connectivity/openssl/openssl-1.0.0g/oe-ldflags.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-1.0.0f/openssl-fix-link.patch b/meta/recipes-connectivity/openssl/openssl-1.0.0g/openssl-fix-link.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-1.0.0f/openssl-fix-link.patch
rename to meta/recipes-connectivity/openssl/openssl-1.0.0g/openssl-fix-link.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-1.0.0f/openssl_fix_for_x32.patch b/meta/recipes-connectivity/openssl/openssl-1.0.0g/openssl_fix_for_x32.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-1.0.0f/openssl_fix_for_x32.patch
rename to meta/recipes-connectivity/openssl/openssl-1.0.0g/openssl_fix_for_x32.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-1.0.0f/shared-libs.patch b/meta/recipes-connectivity/openssl/openssl-1.0.0g/shared-libs.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-1.0.0f/shared-libs.patch
rename to meta/recipes-connectivity/openssl/openssl-1.0.0g/shared-libs.patch
diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.0f.bb b/meta/recipes-connectivity/openssl/openssl_1.0.0g.bb
similarity index 90%
rename from meta/recipes-connectivity/openssl/openssl_1.0.0f.bb
rename to meta/recipes-connectivity/openssl/openssl_1.0.0g.bb
index f3404d6..80dfcb3 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.0.0f.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.0.0g.bb
@@ -32,8 +32,8 @@ SRC_URI += "file://configure-targets.patch \
             file://openssl_fix_for_x32.patch \
            "
 
-SRC_URI[md5sum] = "e358705fb4a8827b5e9224a73f442025"
-SRC_URI[sha256sum] = "faf1eab0ef85fd6c3beca271c356b31b5cc831e2c6b7f23cf672e7ab4680fde1"
+SRC_URI[md5sum] = "07ecbe4324f140d157478637d6beccf1"
+SRC_URI[sha256sum] = "905106a1505e7d9f7c36ee81408d3aa3d41aac291a9603d0c290c9530c92fc2c"
 
 PACKAGES =+ " \
 	${PN}-engines \
-- 
1.7.6.5




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

* [PATCH 05/14] openssl: Update to 0.9.8t (gplv2)
  2012-02-02 23:47 [PATCH 00/14] Self-Hosted Fixes and Package Updates Saul Wold
                   ` (3 preceding siblings ...)
  2012-02-02 23:47 ` [PATCH 04/14] openssl: Update to 1.0.0g Saul Wold
@ 2012-02-02 23:47 ` Saul Wold
  2012-02-02 23:47 ` [PATCH 06/14] gnutls: Update to 2.12.16 Saul Wold
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 20+ messages in thread
From: Saul Wold @ 2012-02-02 23:47 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 .../configure-targets.patch                        |    0
 .../debian/ca.patch                                |    0
 .../debian/config-hurd.patch                       |    0
 .../debian/debian-targets.patch                    |    0
 .../debian/engines-path.patch                      |    0
 .../debian/kfreebsd-pipe.patch                     |    0
 .../debian/make-targets.patch                      |    0
 .../debian/man-dir.patch                           |    0
 .../debian/man-section.patch                       |    0
 .../debian/no-rpath.patch                          |    0
 .../debian/no-symbolic.patch                       |    0
 .../debian/perl-path.diff                          |    0
 .../debian/pic.patch                               |    0
 .../debian/pkg-config.patch                        |    0
 .../debian/rc4-amd64.patch                         |    0
 .../debian/rehash-crt.patch                        |    0
 .../debian/rehash_pod.patch                        |    0
 .../debian/series                                  |    0
 .../debian/shared-lib-ext.patch                    |    0
 .../debian/stddef.patch                            |    0
 .../debian/version-script.patch                    |    0
 .../parallel-make-fix.patch                        |    0
 .../shared-libs.patch                              |    0
 .../{openssl_0.9.8s.bb => openssl_0.9.8t.bb}       |    0
 24 files changed, 0 insertions(+), 0 deletions(-)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/configure-targets.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/ca.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/config-hurd.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/debian-targets.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/engines-path.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/kfreebsd-pipe.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/make-targets.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/man-dir.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/man-section.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/no-rpath.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/no-symbolic.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/perl-path.diff (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/pic.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/pkg-config.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/rc4-amd64.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/rehash-crt.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/rehash_pod.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/series (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/shared-lib-ext.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/stddef.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/debian/version-script.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/parallel-make-fix.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl-0.9.8s => openssl-0.9.8t}/shared-libs.patch (100%)
 rename meta/recipes-connectivity/openssl/{openssl_0.9.8s.bb => openssl_0.9.8t.bb} (100%)

diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8s/configure-targets.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8t/configure-targets.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8s/configure-targets.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8t/configure-targets.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/ca.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/ca.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/ca.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/ca.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/config-hurd.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/config-hurd.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/config-hurd.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/config-hurd.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/debian-targets.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/debian-targets.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/debian-targets.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/debian-targets.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/engines-path.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/engines-path.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/engines-path.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/engines-path.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/kfreebsd-pipe.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/kfreebsd-pipe.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/kfreebsd-pipe.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/kfreebsd-pipe.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/make-targets.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/make-targets.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/make-targets.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/make-targets.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/man-dir.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/man-dir.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/man-dir.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/man-dir.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/man-section.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/man-section.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/man-section.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/man-section.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/no-rpath.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/no-rpath.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/no-rpath.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/no-rpath.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/no-symbolic.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/no-symbolic.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/no-symbolic.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/no-symbolic.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/perl-path.diff b/meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/perl-path.diff
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/perl-path.diff
rename to meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/perl-path.diff
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/pic.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/pic.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/pic.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/pic.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/pkg-config.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/pkg-config.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/pkg-config.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/pkg-config.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/rc4-amd64.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/rc4-amd64.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/rc4-amd64.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/rc4-amd64.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/rehash-crt.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/rehash-crt.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/rehash-crt.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/rehash-crt.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/rehash_pod.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/rehash_pod.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/rehash_pod.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/rehash_pod.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/series b/meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/series
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/series
rename to meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/series
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/shared-lib-ext.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/shared-lib-ext.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/shared-lib-ext.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/shared-lib-ext.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/stddef.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/stddef.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/stddef.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/stddef.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/version-script.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/version-script.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8s/debian/version-script.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8t/debian/version-script.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8s/parallel-make-fix.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8t/parallel-make-fix.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8s/parallel-make-fix.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8t/parallel-make-fix.patch
diff --git a/meta/recipes-connectivity/openssl/openssl-0.9.8s/shared-libs.patch b/meta/recipes-connectivity/openssl/openssl-0.9.8t/shared-libs.patch
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl-0.9.8s/shared-libs.patch
rename to meta/recipes-connectivity/openssl/openssl-0.9.8t/shared-libs.patch
diff --git a/meta/recipes-connectivity/openssl/openssl_0.9.8s.bb b/meta/recipes-connectivity/openssl/openssl_0.9.8t.bb
similarity index 100%
rename from meta/recipes-connectivity/openssl/openssl_0.9.8s.bb
rename to meta/recipes-connectivity/openssl/openssl_0.9.8t.bb
-- 
1.7.6.5




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

* [PATCH 06/14] gnutls: Update to 2.12.16
  2012-02-02 23:47 [PATCH 00/14] Self-Hosted Fixes and Package Updates Saul Wold
                   ` (4 preceding siblings ...)
  2012-02-02 23:47 ` [PATCH 05/14] openssl: Update to 0.9.8t (gplv2) Saul Wold
@ 2012-02-02 23:47 ` Saul Wold
  2012-02-02 23:47 ` [PATCH 07/14] rxvt-unicode: Update to 9.15 Saul Wold
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 20+ messages in thread
From: Saul Wold @ 2012-02-02 23:47 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 .../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.14.bb => gnutls_2.12.16.bb}       |    6 +++---
 6 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-support/gnutls/{gnutls-2.12.14 => gnutls-2.12.16}/configure-fix.patch (100%)
 rename meta/recipes-support/gnutls/{gnutls-2.12.14 => gnutls-2.12.16}/correct_rpl_gettimeofday_signature.patch (100%)
 rename meta/recipes-support/gnutls/{gnutls-2.12.14 => gnutls-2.12.16}/fix-gettext-version.patch (100%)
 rename meta/recipes-support/gnutls/{gnutls-2.12.14 => gnutls-2.12.16}/gnutls-openssl.patch (100%)
 rename meta/recipes-support/gnutls/{gnutls-2.12.14 => gnutls-2.12.16}/gnutls-texinfo-euro.patch (100%)
 rename meta/recipes-support/gnutls/{gnutls_2.12.14.bb => gnutls_2.12.16.bb} (77%)

diff --git a/meta/recipes-support/gnutls/gnutls-2.12.14/configure-fix.patch b/meta/recipes-support/gnutls/gnutls-2.12.16/configure-fix.patch
similarity index 100%
rename from meta/recipes-support/gnutls/gnutls-2.12.14/configure-fix.patch
rename to meta/recipes-support/gnutls/gnutls-2.12.16/configure-fix.patch
diff --git a/meta/recipes-support/gnutls/gnutls-2.12.14/correct_rpl_gettimeofday_signature.patch b/meta/recipes-support/gnutls/gnutls-2.12.16/correct_rpl_gettimeofday_signature.patch
similarity index 100%
rename from meta/recipes-support/gnutls/gnutls-2.12.14/correct_rpl_gettimeofday_signature.patch
rename to meta/recipes-support/gnutls/gnutls-2.12.16/correct_rpl_gettimeofday_signature.patch
diff --git a/meta/recipes-support/gnutls/gnutls-2.12.14/fix-gettext-version.patch b/meta/recipes-support/gnutls/gnutls-2.12.16/fix-gettext-version.patch
similarity index 100%
rename from meta/recipes-support/gnutls/gnutls-2.12.14/fix-gettext-version.patch
rename to meta/recipes-support/gnutls/gnutls-2.12.16/fix-gettext-version.patch
diff --git a/meta/recipes-support/gnutls/gnutls-2.12.14/gnutls-openssl.patch b/meta/recipes-support/gnutls/gnutls-2.12.16/gnutls-openssl.patch
similarity index 100%
rename from meta/recipes-support/gnutls/gnutls-2.12.14/gnutls-openssl.patch
rename to meta/recipes-support/gnutls/gnutls-2.12.16/gnutls-openssl.patch
diff --git a/meta/recipes-support/gnutls/gnutls-2.12.14/gnutls-texinfo-euro.patch b/meta/recipes-support/gnutls/gnutls-2.12.16/gnutls-texinfo-euro.patch
similarity index 100%
rename from meta/recipes-support/gnutls/gnutls-2.12.14/gnutls-texinfo-euro.patch
rename to meta/recipes-support/gnutls/gnutls-2.12.16/gnutls-texinfo-euro.patch
diff --git a/meta/recipes-support/gnutls/gnutls_2.12.14.bb b/meta/recipes-support/gnutls/gnutls_2.12.16.bb
similarity index 77%
rename from meta/recipes-support/gnutls/gnutls_2.12.14.bb
rename to meta/recipes-support/gnutls/gnutls_2.12.16.bb
index 6a50cec..3c9b809 100644
--- a/meta/recipes-support/gnutls/gnutls_2.12.14.bb
+++ b/meta/recipes-support/gnutls/gnutls_2.12.16.bb
@@ -7,6 +7,9 @@ SRC_URI += "file://gnutls-openssl.patch \
             file://configure-fix.patch \
            "
 
+SRC_URI[md5sum] = "0414bba9760201f27d66787997cbadfb"
+SRC_URI[sha256sum] = "d04328857d9e420eca53f7f7fd615bc76d2f5d74984a9b90c0f2c5f7b5bf5b4a"
+
 python() {
     if not ((d.getVar("INCOMPATIBLE_LICENSE", True) or "").find("GPLv3") != -1):
         # if GPLv3 add patch
@@ -14,6 +17,3 @@ python() {
         src_uri.append("file://fix-gettext-version.patch")
         d.setVar("SRC_URI", " ".join(src_uri))
 }
-
-SRC_URI[md5sum] = "555687a7ffefba0bd9de1e71cb61402c"
-SRC_URI[sha256sum] = "5ee72ba6de7a23cf315792561954451e022dac8730149ca95f93c61e95be2ce3"
-- 
1.7.6.5




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

* [PATCH 07/14] rxvt-unicode: Update to 9.15
  2012-02-02 23:47 [PATCH 00/14] Self-Hosted Fixes and Package Updates Saul Wold
                   ` (5 preceding siblings ...)
  2012-02-02 23:47 ` [PATCH 06/14] gnutls: Update to 2.12.16 Saul Wold
@ 2012-02-02 23:47 ` Saul Wold
  2012-02-02 23:47 ` [PATCH 08/14] gnupg: Add gplv2 version 1.4.7 Saul Wold
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 20+ messages in thread
From: Saul Wold @ 2012-02-02 23:47 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 .../rxvt.desktop                                   |    0
 .../rxvt.png                                       |  Bin 2847 -> 2847 bytes
 .../xwc.patch                                      |    0
 .../{rxvt-unicode_9.14.bb => rxvt-unicode_9.15.bb} |    4 ++--
 4 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-sato/rxvt-unicode/{rxvt-unicode-9.14 => rxvt-unicode-9.15}/rxvt.desktop (100%)
 rename meta/recipes-sato/rxvt-unicode/{rxvt-unicode-9.14 => rxvt-unicode-9.15}/rxvt.png (100%)
 rename meta/recipes-sato/rxvt-unicode/{rxvt-unicode-9.14 => rxvt-unicode-9.15}/xwc.patch (100%)
 rename meta/recipes-sato/rxvt-unicode/{rxvt-unicode_9.14.bb => rxvt-unicode_9.15.bb} (94%)

diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.14/rxvt.desktop b/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.15/rxvt.desktop
similarity index 100%
rename from meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.14/rxvt.desktop
rename to meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.15/rxvt.desktop
diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.14/rxvt.png b/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.15/rxvt.png
similarity index 100%
rename from meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.14/rxvt.png
rename to meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.15/rxvt.png
diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.14/xwc.patch b/meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.15/xwc.patch
similarity index 100%
rename from meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.14/xwc.patch
rename to meta/recipes-sato/rxvt-unicode/rxvt-unicode-9.15/xwc.patch
diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.14.bb b/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.15.bb
similarity index 94%
rename from meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.14.bb
rename to meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.15.bb
index c349249..2415ba5 100644
--- a/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.14.bb
+++ b/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.15.bb
@@ -17,8 +17,8 @@ SRC_URI = "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${PV}.tar.bz2
 	   file://rxvt.desktop \
 	   file://rxvt.png"
 
-SRC_URI[md5sum] = "022235a9a8b012c29e72c49177be6ce4"
-SRC_URI[sha256sum] = "29928a33be6b3fb0edd126df2c3d35e1900f8268b546ce54430780c550fa1d52"
+SRC_URI[md5sum] = "15595aa326167ac5eb68c28d95432faf"
+SRC_URI[sha256sum] = "ec1aa2932da844979ed8140bd92223defb12042aa5e877e05ac31139ca81f2b1"
 
 inherit autotools update-alternatives
 
-- 
1.7.6.5




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

* [PATCH 08/14] gnupg: Add gplv2 version 1.4.7
  2012-02-02 23:47 [PATCH 00/14] Self-Hosted Fixes and Package Updates Saul Wold
                   ` (6 preceding siblings ...)
  2012-02-02 23:47 ` [PATCH 07/14] rxvt-unicode: Update to 9.15 Saul Wold
@ 2012-02-02 23:47 ` Saul Wold
  2012-02-02 23:47 ` [PATCH 09/14] file: Update to version 5.10 Saul Wold
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 20+ messages in thread
From: Saul Wold @ 2012-02-02 23:47 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 .../gnupg/gnupg-1.4.7/long-long-thumb.patch        |   12 +++
 .../gnupg/gnupg-1.4.7/mips_gcc4.4.patch            |   42 +++++++++
 meta/recipes-support/gnupg/gnupg_1.4.7.bb          |   92 ++++++++++++++++++++
 3 files changed, 146 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch
 create mode 100644 meta/recipes-support/gnupg/gnupg-1.4.7/mips_gcc4.4.patch
 create mode 100644 meta/recipes-support/gnupg/gnupg_1.4.7.bb

diff --git a/meta/recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch b/meta/recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch
new file mode 100644
index 0000000..dd4ec73
--- /dev/null
+++ b/meta/recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch
@@ -0,0 +1,12 @@
+--- gnupg/mpi/longlong.h~      2006-02-14 10:09:55.000000000 +0000
++++ gnupg/mpi/longlong.h       2008-10-27 13:11:09.000000000 +0000
+@@ -181,7 +181,7 @@
+ /***************************************
+  **************  ARM  ******************
+  ***************************************/
+-#if defined (__arm__) && W_TYPE_SIZE == 32
++#if defined (__arm__) && W_TYPE_SIZE == 32 && !defined(__thumb__)
+ #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
+   __asm__ ("adds %1, %4, %5\n"                                          \
+          "adc  %0, %2, %3"                                            \
+
diff --git a/meta/recipes-support/gnupg/gnupg-1.4.7/mips_gcc4.4.patch b/meta/recipes-support/gnupg/gnupg-1.4.7/mips_gcc4.4.patch
new file mode 100644
index 0000000..b101a5b
--- /dev/null
+++ b/meta/recipes-support/gnupg/gnupg-1.4.7/mips_gcc4.4.patch
@@ -0,0 +1,42 @@
+Index: gnupg-1.4.10/mpi/longlong.h
+===================================================================
+--- gnupg-1.4.10.orig/mpi/longlong.h	2008-12-11 17:39:43.000000000 +0100
++++ gnupg-1.4.10/mpi/longlong.h	2010-03-27 14:27:53.000000000 +0100
+@@ -706,18 +706,35 @@
+ #endif /* __m88110__ */
+ #endif /* __m88000__ */
+ 
++/* Test for gcc >= maj.min, as per __GNUC_PREREQ in glibc */
++#if defined (__GNUC__) && defined (__GNUC_MINOR__)
++#define __GNUC_PREREQ(maj, min) \
++	((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min))
++#else
++#define __GNUC_PREREQ(maj, min)  0
++#endif
++
+ /***************************************
+  **************  MIPS  *****************
+  ***************************************/
+ #if defined (__mips__) && W_TYPE_SIZE == 32
+-#if __GNUC__ > 2 || __GNUC_MINOR__ >= 7
++#if __GNUC_PREREQ (4,4)
++#define umul_ppmm(w1, w0, u, v) \
++  do {                                                                 \
++	UDItype __ll = (UDItype)(u) * (v);                                 \
++	w1 = __ll >> 32;                                                   \
++	w0 = __ll;                                                         \
++  } while (0)
++#endif
++#if !defined (umul_ppmm) && __GNUC_PREREQ (2,7)
+ #define umul_ppmm(w1, w0, u, v) \
+   __asm__ ("multu %2,%3"                                                \
+ 	   : "=l" ((USItype)(w0)),                                      \
+ 	     "=h" ((USItype)(w1))                                       \
+ 	   : "d" ((USItype)(u)),                                        \
+ 	     "d" ((USItype)(v)))
+-#else
++#endif
++#if !defined (umul_ppmm)
+ #define umul_ppmm(w1, w0, u, v) \
+   __asm__ ("multu %2,%3 \n" \
+ 	   "mflo %0 \n"     \
diff --git a/meta/recipes-support/gnupg/gnupg_1.4.7.bb b/meta/recipes-support/gnupg/gnupg_1.4.7.bb
new file mode 100644
index 0000000..daea5aa
--- /dev/null
+++ b/meta/recipes-support/gnupg/gnupg_1.4.7.bb
@@ -0,0 +1,92 @@
+DESCRIPTION = "gnupg - GNU privacy guard"
+HOMEPAGE = "http://www.gnupg.org/"
+DEPENDS = "zlib bzip2 readline"
+SECTION = "console/utils"
+
+LICENSE = "GPLv2"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5="
+
+PR = "r4"
+
+SRC_URI = "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-${PV}.tar.bz2 \
+           file://long-long-thumb.patch \
+           file://mips_gcc4.4.patch"
+
+SRC_URI[md5sum] = "dcf7ed712997888d616e029637bfc303"
+SRC_URI[sha256sum] = "a2907f4432d67894e425e48ae85785dd60ecb01658c9682bcd96f5e91043bb38"
+
+S = "${WORKDIR}/gnupg-${PV}"
+
+inherit autotools gettext
+
+#   --with-egd-socket=NAME  use NAME for the EGD socket
+#   --with-photo-viewer=FIXED_VIEWER  set a fixed photo ID viewer
+#   --with-included-zlib    use the zlib code included here
+#   --with-capabilities     use linux capabilities default=no
+#   --with-mailprog=NAME    use "NAME -t" for mail transport
+#   --with-libiconv-prefix[=DIR]  search for libiconv in DIR/include and DIR/lib
+#   --without-libiconv-prefix     don't search for libiconv in includedir and libdir
+#   --with-included-gettext use the GNU gettext library included here
+#   --with-libintl-prefix[=DIR]  search for libintl in DIR/include and DIR/lib
+#   --without-libintl-prefix     don't search for libintl in includedir and libdir
+#   --without-readline      do not support fancy command line editing
+#   --with-included-regex   use the included GNU regex library
+#   --with-zlib=DIR         use libz in DIR
+#   --with-bzip2=DIR        look for bzip2 in DIR
+#   --enable-static-rnd=egd|unix|linux|auto
+#   --disable-dev-random    disable the use of dev random
+#   --disable-asm           do not use assembler modules
+#   --enable-m-guard        enable memory guard facility
+#   --enable-selinux-support
+#                           enable SELinux support
+#   --disable-card-support  disable OpenPGP card support
+#   --disable-gnupg-iconv   disable the new iconv code
+#   --enable-backsigs       enable the experimental backsigs code
+#   --enable-minimal        build the smallest gpg binary possible
+#   --disable-rsa           disable the RSA public key algorithm
+#   --disable-idea          disable the IDEA cipher
+#   --disable-cast5         disable the CAST5 cipher
+#   --disable-blowfish      disable the BLOWFISH cipher
+#   --disable-aes           disable the AES, AES192, and AES256 ciphers
+#   --disable-twofish       disable the TWOFISH cipher
+#   --disable-sha256        disable the SHA-256 digest
+#   --disable-sha512        disable the SHA-384 and SHA-512 digests
+#   --disable-bzip2         disable the BZIP2 compression algorithm
+#   --disable-exec          disable all external program execution
+#   --disable-photo-viewers disable photo ID viewers
+#   --disable-keyserver-helpers  disable all external keyserver support
+#   --disable-ldap          disable LDAP keyserver interface
+#   --disable-hkp           disable HKP keyserver interface
+#   --disable-http          disable HTTP key fetching interface
+#   --disable-finger        disable Finger key fetching interface
+#   --disable-mailto        disable email keyserver interface
+#   --disable-keyserver-path disable the exec-path option for keyserver helpers
+#   --enable-key-cache=SIZE Set key cache to SIZE (default 4096)
+#   --disable-largefile     omit support for large files
+#   --disable-dns-srv       disable the use of DNS SRV in HKP and HTTP
+#   --disable-nls           do not use Native Language Support
+#   --disable-regex         do not handle regular expressions in trust sigs
+
+EXTRA_OECONF = "--disable-ldap \
+		--with-zlib=${STAGING_LIBDIR}/.. \
+		--with-bzip2=${STAGING_LIBDIR}/.. \
+		--disable-selinux-support \
+                --with-readline=${STAGING_LIBDIR}/.. \
+                ac_cv_sys_symbol_underscore=yes"
+
+do_install () {
+	autotools_do_install
+	install -d ${D}${docdir}/${PN}
+	mv ${D}${datadir}/${PN}/* ${D}/${docdir}/${PN}/ || :
+	mv ${D}${prefix}/doc/* ${D}/${docdir}/${PN}/ || :
+}
+
+# split out gpgv from main package
+RDEPENDS_${PN} = "gpgv"
+PACKAGES =+ "gpgv"
+FILES_gpgv = "${bindir}/gpgv"
+
+# Exclude debug files from the main packages
+FILES_${PN} = "${bindir}/* ${datadir}/${PN} ${libexecdir}/${PN}/*"
+FILES_${PN}-dbg += "${libexecdir}/${PN}/.debug"
-- 
1.7.6.5




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

* [PATCH 09/14] file: Update to version 5.10
  2012-02-02 23:47 [PATCH 00/14] Self-Hosted Fixes and Package Updates Saul Wold
                   ` (7 preceding siblings ...)
  2012-02-02 23:47 ` [PATCH 08/14] gnupg: Add gplv2 version 1.4.7 Saul Wold
@ 2012-02-02 23:47 ` Saul Wold
  2012-02-02 23:47 ` [PATCH 10/14] libidn: Update to 1.24 Saul Wold
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 20+ messages in thread
From: Saul Wold @ 2012-02-02 23:47 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 .../file/{file_5.09.bb => file_5.10.bb}            |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/file/{file_5.09.bb => file_5.10.bb} (86%)

diff --git a/meta/recipes-devtools/file/file_5.09.bb b/meta/recipes-devtools/file/file_5.10.bb
similarity index 86%
rename from meta/recipes-devtools/file/file_5.09.bb
rename to meta/recipes-devtools/file/file_5.10.bb
index 9b2f3a4..1bf1b61 100644
--- a/meta/recipes-devtools/file/file_5.09.bb
+++ b/meta/recipes-devtools/file/file_5.10.bb
@@ -17,8 +17,8 @@ SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \
            file://dump \
            file://filesystems"
 
-SRC_URI[md5sum] = "6fd7cd6c4281e68fe9ec6644ce0fac6f"
-SRC_URI[sha256sum] = "bde1c9830ee6c234871778faae8277fdcf775fbb16dea63c8251e24b7c2f869c"
+SRC_URI[md5sum] = "4cea34b087b060772511e066e2038196"
+SRC_URI[sha256sum] = "73ae51889006b1ddb95db729237d411eb8d353884dfb149f0b4427d314aff68a"
 
 inherit autotools
 
-- 
1.7.6.5




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

* [PATCH 10/14] libidn: Update to 1.24
  2012-02-02 23:47 [PATCH 00/14] Self-Hosted Fixes and Package Updates Saul Wold
                   ` (8 preceding siblings ...)
  2012-02-02 23:47 ` [PATCH 09/14] file: Update to version 5.10 Saul Wold
@ 2012-02-02 23:47 ` Saul Wold
  2012-02-02 23:47 ` [PATCH 11/14] libdrm: Update to 2.4.30 Saul Wold
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 20+ messages in thread
From: Saul Wold @ 2012-02-02 23:47 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 .../libidn/{libidn_1.23.bb => libidn_1.24.bb}      |   23 +++++++++++++-------
 1 files changed, 15 insertions(+), 8 deletions(-)
 rename meta/recipes-extended/libidn/{libidn_1.23.bb => libidn_1.24.bb} (40%)

diff --git a/meta/recipes-extended/libidn/libidn_1.23.bb b/meta/recipes-extended/libidn/libidn_1.24.bb
similarity index 40%
rename from meta/recipes-extended/libidn/libidn_1.23.bb
rename to meta/recipes-extended/libidn/libidn_1.24.bb
index 851b5fc..018f118 100644
--- a/meta/recipes-extended/libidn/libidn_1.23.bb
+++ b/meta/recipes-extended/libidn/libidn_1.24.bb
@@ -2,23 +2,30 @@ SUMMARY = "Internationalized Domain Name support library"
 DESCRIPTION = "Implementation of the Stringprep, Punycode and IDNA specifications defined by the IETF Internationalized Domain Names (IDN) working group."
 HOMEPAGE = "http://www.gnu.org/software/libidn/"
 SECTION = "libs"
-LICENSE = "LGPLv2.1+ & GPLv3+"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
-                    file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
-                    file://lib/idna.h;endline=21;md5=dbd4426bbc38846d5a6b94c3570fd756 \
-                    file://src/idn.c;endline=20;md5=e7bc77cab53f7367b7e381aaa546e76c"
+LICENSE = "(LGPLv2.1+ | LGPLv3) & GPLv3+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=9c9d9d207a3468a696a03368913d360b \
+                    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 = "r0"
 
 inherit pkgconfig autotools gettext
 
 SRC_URI = "${GNU_MIRROR}/libidn/${BPN}-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "f9a417270cc9b6bf763ae1f88e60191c"
-SRC_URI[sha256sum] = "25b42d75851ebae52e1c969353b74eefd3d6817f41c8d2a6db258f5ec60c5e6a"
+SRC_URI[md5sum] = "764d7258eeb273941680499fab2c7367"
+SRC_URI[sha256sum] = "da1708c6063ecb7951a0908e67df3eacdfe128b18edaa6cf6867d7b73b5f35ff"
 
-# command tool is under GPLv3+, while libidn itself is under LGPLv2.1+
+# command tool is under GPLv3+, while libidn itself is under LGPLv2.1+ or LGPLv3
 # so package command into a separate package
 PACKAGES =+ "idn"
 FILES_idn = "${bindir}/*"
 
 EXTRA_OECONF = " --disable-tld"
+
+do_install_append() {
+	rm -rf ${D}${datadir}/emacs
+}
-- 
1.7.6.5




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

* [PATCH 11/14] libdrm: Update to 2.4.30
  2012-02-02 23:47 [PATCH 00/14] Self-Hosted Fixes and Package Updates Saul Wold
                   ` (9 preceding siblings ...)
  2012-02-02 23:47 ` [PATCH 10/14] libidn: Update to 1.24 Saul Wold
@ 2012-02-02 23:47 ` Saul Wold
  2012-02-02 23:47 ` [PATCH 12/14] xinit: Update to 1.3.2 Saul Wold
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 20+ messages in thread
From: Saul Wold @ 2012-02-02 23:47 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 .../drm/{libdrm_2.4.29.bb => libdrm_2.4.30.bb}     |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/drm/{libdrm_2.4.29.bb => libdrm_2.4.30.bb} (54%)

diff --git a/meta/recipes-graphics/drm/libdrm_2.4.29.bb b/meta/recipes-graphics/drm/libdrm_2.4.30.bb
similarity index 54%
rename from meta/recipes-graphics/drm/libdrm_2.4.29.bb
rename to meta/recipes-graphics/drm/libdrm_2.4.30.bb
index d02b914..4a6052d 100644
--- a/meta/recipes-graphics/drm/libdrm_2.4.29.bb
+++ b/meta/recipes-graphics/drm/libdrm_2.4.30.bb
@@ -6,5 +6,5 @@ PR = "r0"
 
 SRC_URI += "file://installtests.patch"
 
-SRC_URI[md5sum] = "96d5e3e9edd55f4b016fe3b5dd0a1953"
-SRC_URI[sha256sum] = "e2432dc93e933479132123a1dca382294c30f55bc895bb737b6bdd6f2b8c452e"
+SRC_URI[md5sum] = "9f57a68b2c0836b55ebcbc241f6ca175"
+SRC_URI[sha256sum] = "cacea9c157ec824ad278a06f4910659b2f3ae69686518ece8d6967843cddcd56"
-- 
1.7.6.5




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

* [PATCH 12/14] xinit: Update to 1.3.2
  2012-02-02 23:47 [PATCH 00/14] Self-Hosted Fixes and Package Updates Saul Wold
                   ` (10 preceding siblings ...)
  2012-02-02 23:47 ` [PATCH 11/14] libdrm: Update to 2.4.30 Saul Wold
@ 2012-02-02 23:47 ` Saul Wold
  2012-03-13 16:00   ` [PATCH 12/14] xinit: Update to 1.3.2 -- Typo fix Randy MacLeod
  2012-02-02 23:47 ` [PATCH 13/14] xf86-input-keyboard: Update to 1.6.1 Saul Wold
                   ` (3 subsequent siblings)
  15 siblings, 1 reply; 20+ messages in thread
From: Saul Wold @ 2012-02-02 23:47 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 .../xorg-app/{xinit_1.3.1.bb => xinit_1.3.2.bb}    |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/xorg-app/{xinit_1.3.1.bb => xinit_1.3.2.bb} (79%)

diff --git a/meta/recipes-graphics/xorg-app/xinit_1.3.1.bb b/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb
similarity index 79%
rename from meta/recipes-graphics/xorg-app/xinit_1.3.1.bb
rename to meta/recipes-graphics/xorg-app/xinit_1.3.2.bb
index 2ddebe6..e029a03 100644
--- a/meta/recipes-graphics/xorg-app/xinit_1.3.1.bb
+++ b/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb
@@ -10,11 +10,11 @@ then terminate."
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=0d4b5eef75f1584ccbdc5e4a34314407"
 
-PR = "r2"
+PR = "r0"
 PE = "1"
 
-SRC_URI[md5sum] = "ee234056d8a3dbf37b61b4bcb35b88e4"
-SRC_URI[sha256sum] = "c7468dfae94bdb42785d79623c27156dc4bf379d8372992830482cb04d8439b0"
+RC_URI[md5sum] = "9c0943cbd83e489ad1b05221b97efd44"
+SRC_URI[sha256sum] = "a1867fdaa83f68750b12ba4305c3c62f5992d0f52cfeb98e96c27a8e690e0235"
 
 EXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie"
 
-- 
1.7.6.5




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

* [PATCH 13/14] xf86-input-keyboard: Update to 1.6.1
  2012-02-02 23:47 [PATCH 00/14] Self-Hosted Fixes and Package Updates Saul Wold
                   ` (11 preceding siblings ...)
  2012-02-02 23:47 ` [PATCH 12/14] xinit: Update to 1.3.2 Saul Wold
@ 2012-02-02 23:47 ` Saul Wold
  2012-02-02 23:47 ` [PATCH 14/14] distro_track: Track Updates Saul Wold
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 20+ messages in thread
From: Saul Wold @ 2012-02-02 23:47 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 ...board_1.6.0.bb => xf86-input-keyboard_1.6.1.bb} |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-keyboard_1.6.0.bb => xf86-input-keyboard_1.6.1.bb} (74%)

diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.6.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.6.1.bb
similarity index 74%
rename from meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.6.0.bb
rename to meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.6.1.bb
index e374fbd..ac398b5 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.6.0.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-input-keyboard_1.6.1.bb
@@ -11,5 +11,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=ea2099d24ac9e316a6d4b9f20b3d4e10"
 
 PR = "${INC_PR}.0"
 
-SRC_URI[md5sum] = "e2abe9f13e526a73cb68a7d257546eba"
-SRC_URI[sha256sum] = "c46c790fec905d696573b7a374b10ab8b4389112a8f69993fe011006c99e858e"
+SRC_URI[md5sum] = "09744e8dc9a1fe5e61927c1073cd3428"
+SRC_URI[sha256sum] = "aa9ec96e7f7f87bc086cb86b871ee6f4b9a7809fb1e7d50d0abbd7c2e50a8cc3"
-- 
1.7.6.5




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

* [PATCH 14/14] distro_track: Track Updates
  2012-02-02 23:47 [PATCH 00/14] Self-Hosted Fixes and Package Updates Saul Wold
                   ` (12 preceding siblings ...)
  2012-02-02 23:47 ` [PATCH 13/14] xf86-input-keyboard: Update to 1.6.1 Saul Wold
@ 2012-02-02 23:47 ` Saul Wold
  2012-02-03  8:05 ` [PATCH 00/14] Self-Hosted Fixes and Package Updates Koen Kooi
  2012-02-03 16:10 ` Richard Purdie
  15 siblings, 0 replies; 20+ messages in thread
From: Saul Wold @ 2012-02-02 23:47 UTC (permalink / raw)
  To: openembedded-core

openssl: Update to 1.0.0g
openssl: Update to 0.9.8t (gplv2)
gnutls: Update to 2.12.16
rxvt-unicode: Update to 9.15
gnupg: Add gplv2 version 1.4.7
file: Update to version 5.10
libidn: Update to 1.24
libdrm: Update to 2.4.30
xinit: Update to 1.3.2
xf86-input-keyboard: Update to 1.6.1
xf87-input-evdev: 2.6.0

Manual Checks:
util-linux - NO Update reason

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 .../conf/distro/include/distro_tracking_fields.inc |   53 ++++++++++----------
 1 files changed, 27 insertions(+), 26 deletions(-)

diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index a214a37..1b4e00b 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -294,9 +294,9 @@ RECIPE_MANUAL_CHECK_DATE_pn-libpng = "Jan 19, 2012"
 RECIPE_MAINTAINER_pn-libpng = "Scott Garman <scott.a.garman@intel.com>"
 
 RECIPE_STATUS_pn-libidn = "green"
-RECIPE_LATEST_VERSION_pn-libidn = "1.23"
-RECIPE_LATEST_RELEASE_DATE_pn-libidn = "Nov 25, 2010"
-RECIPE_LAST_UPDATE_pn-libidn = "Dec 18, 2011"
+RECIPE_LATEST_VERSION_pn-libidn = "1.24"
+RECIPE_LATEST_RELEASE_DATE_pn-libidn = "Jan 10, 2012"
+RECIPE_LAST_UPDATE_pn-libidn = "Feb 02, 2012"
 RECIPE_INTEL_SECTION_pn-libidn = "base libs"
 RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libidn = "3 months"
 RECIPE_COMMENTS_pn-libidn = ""
@@ -464,9 +464,9 @@ RECIPE_COMMENTS_pn-libgcrypt = ""
 RECIPE_MANUAL_CHECK_DATE_pn-libgcrypt = "Nov 23, 2011"
 
 RECIPE_STATUS_pn-gnutls = "yellow"   # need explict pre configure
-RECIPE_LATEST_VERSION_pn-gnutls = "2.12.14"
-RECIPE_LATEST_RELEASE_DATE_pn-gnutls = "Nov 08, 2011"
-RECIPE_LAST_UPDATE_pn-gnutls = "Nov 28, 2011"
+RECIPE_LATEST_VERSION_pn-gnutls = "2.12.16"
+RECIPE_LATEST_RELEASE_DATE_pn-gnutls = "Jan 06, 2012"
+RECIPE_LAST_UPDATE_pn-gnutls = "Feb 02, 2012"
 RECIPE_MAINTAINER_pn-gnutls = "Saul Wold <sgw@linux.intel.com>"
 RECIPE_DEPENDENCY_CHECK_pn-gnutls = "done"
 RECIPE_PATCH_pn-gnutls+gnutls-openssl = "unkown"
@@ -497,12 +497,12 @@ RECIPE_COMMENTS_pn-libtasn1 = ""
 RECIPE_MANUAL_CHECK_DATE_pn-libtasn1 = "Nov 29, 2011"
 
 RECIPE_STATUS_pn-openssl = "green"
-RECIPE_LATEST_VERSION_pn-openssl = "1.0.0e"
-RECIPE_LATEST_RELEASE_DATE_pn-openssl = "Sep 06, 2010"
-RECIPE_LAST_UPDATE_pn-openssl = "Nov 28, 2011"
+RECIPE_LATEST_VERSION_pn-openssl = "1.0.1"
+RECIPE_LATEST_RELEASE_DATE_pn-openssl = "Jan 18, 2012"
+RECIPE_LAST_UPDATE_pn-openssl = "Feb 02, 2012"
 RECIPE_MAINTAINER_pn-openssl = "Saul Wold <sgw@linux.intel.com>"
 RECIPE_INTEL_SECTION_pn-openssl = "base libs"
-RECIPE_NO_UPDATE_REASON_pn-openssl = "1.0.0e is latest"
+RECIPE_NO_UPDATE_REASON_pn-openssl = "1.0.1 is beta 1.0.0g is latest"
 
 RECIPE_STATUS_pn-libnss-mdns = "green"
 DISTRO_PN_ALIAS_pn-libnss-mdns = "Meego=nss-mdns OpenSuSE=nss-mdns Ubuntu=nss-mdns Mandriva=nss_mdns Debian=nss-mdns"
@@ -1607,9 +1607,9 @@ RECIPE_LATEST_RELEASE_DATE_pn-findutils = "Jun 01, 2009"
 RECIPE_COMMENTS_pn-findutils = ""
 
 RECIPE_STATUS_pn-file = "green"
-RECIPE_LATEST_VERSION_pn-file = "5.09"
+RECIPE_LATEST_VERSION_pn-file = "5.15"
 RECIPE_LATEST_RELEASE_DATE_pn-file = "Sep 16, 2011"
-RECIPE_LAST_UPDATE_pn-file = "Jul 12, 2011"
+RECIPE_LAST_UPDATE_pn-file = "Feb 02, 2012"
 RECIPE_MAINTAINER_pn-file = "Saul Wold <sgw@linux.intel.com>"
 RECIPE_DEPENDENCY_CHECK_pn-file = "done"
 RECIPE_PATCH_pn-file+dump = "some new magic data"
@@ -1827,7 +1827,7 @@ RECIPE_LAST_UPDATE_pn-util-linux = "Dec 27, 2011"
 RECIPE_MAINTAINER_pn-util-linux = "Saul Wold <sgw@linux.intel.com>"
 RECIPE_INTEL_SECTION_pn-util-linux = "base utils"
 RECIPE_MANUAL_CHECK_DATE_pn-util-linux = "Dec 01, 2011"
-RECIPE_COMMENTS_pn-util-linux = "kernel.org still has this off-line"
+RECIPE_NO_UPDATE_REASON_pn-uti-linux ="2.21 is still RC1"
 
 RECIPE_STATUS_pn-usbutils = "green"
 RECIPE_LATEST_VERSION_pn-usbutils = "0.91"
@@ -3460,9 +3460,9 @@ RECIPE_MAINTAINER_pn-xhost="Saul Wold <sgw@linux.intel.com>"
 DISTRO_PN_ALIAS_pn-xhost = "Ubuntu=x11-xserver-utils Fedora=xorg-x11-server-utils"
 
 RECIPE_STATUS_pn-xinit="green" # no update needed
-RECIPE_LATEST_VERSION_pn-xinit="1.3.1"
-RECIPE_LATEST_RELEASE_DATE_pn-xinit="Jul 24, 2011"
-RECIPE_LAST_UPDATE_pn-xinit = "Nov 28, 2011"
+RECIPE_LATEST_VERSION_pn-xinit="1.3.2"
+RECIPE_LATEST_RELEASE_DATE_pn-xinit="Jan 27, 2012"
+RECIPE_LAST_UPDATE_pn-xinit = "Feb 02, 2012"
 RECIPE_NO_OF_PATCHES_pn-xinit="0"
 RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-xinit="4 monthes"
 RECIPE_INTEL_SECTION_pn-xinit="graphic app"
@@ -3654,12 +3654,12 @@ RECIPE_MAINTAINER_pn-x11-common="Saul Wold <sgw@linux.intel.com>"
 
 RECIPE_STATUS_pn-xf86-input-keyboard="green" # no update needed
 DISTRO_PN_ALIAS_pn-xf86-input-keyboard = "Meego=xorg-x11-drv-keyboard Fedora=xorg-x11-drv-keyboard Mandriva=x11-driver-input-keyboard Debian=xserver-xorg-input-keyboard"
-RECIPE_LATEST_VERSION_pn-xf86-input-keyboard="1.4.0"
+RECIPE_LATEST_VERSION_pn-xf86-input-keyboard="1.6.1"
 RECIPE_NO_OF_PATCHES_pn-xf86-input-keyboard="0"
 RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-xf86-input-keyboard="9 monthes"
-RECIPE_LATEST_RELEASE_DATE_pn-xf86-input-keyboard="Oct 07, 2009"
+RECIPE_LATEST_RELEASE_DATE_pn-xf86-input-keyboard="Jan 03, 2012"
 RECIPE_INTEL_SECTION_pn-xf86-input-keyboard="graphic core"
-RECIPE_LAST_UPDATE_pn-xf86-input-keyboard = "Jan 18, 2011"
+RECIPE_LAST_UPDATE_pn-xf86-input-keyboard = "Feb 02, 2012"
 RECIPE_MAINTAINER_pn-xf86-input-keyboard="Saul Wold <sgw@linux.intel.com>"
 
 RECIPE_STATUS_pn-xf86-input-mouse="green" # no update needed
@@ -3683,9 +3683,9 @@ RECIPE_LAST_UPDATE_pn-xf86-input-vmmouse = "Nov 12, 2010"
 RECIPE_MAINTAINER_pn-xf86-input-vmmouse="Saul Wold <sgw@linux.intel.com>"
 
 RECIPE_STATUS_pn-libdrm="green" # no update needed
-RECIPE_LATEST_VERSION_pn-libdrm="2.4.29"
-RECIPE_LATEST_RELEASE_DATE_pn-libdrm="Dec 13, 2011"
-RECIPE_LAST_UPDATE_pn-libdrm = "Dec 18, 2011"
+RECIPE_LATEST_VERSION_pn-libdrm = "2.4.30"
+RECIPE_LATEST_RELEASE_DATE_pn-libdrm = "Jan 06, 2012"
+RECIPE_LAST_UPDATE_pn-libdrm = "Feb 02, 2012"
 RECIPE_NO_OF_PATCHES_pn-libdrm="1"
 RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-libdrm="1 month"
 RECIPE_INTEL_SECTION_pn-libdrm="graphic core"
@@ -3713,13 +3713,14 @@ DISTRO_PN_ALIAS_pn-libxfontcache = "Mandriva=libxfontcache Debian=libxfontcache"
 
 RECIPE_STATUS_pn-xf86-input-evdev="green" # no update needed
 DISTRO_PN_ALIAS_pn-xf86-input-evdev = "Ubuntu=xserver-xorg-input-evdev Mandriva=x11-driver-input-evdev Debian=xserver-xorg-input-evdev Fedora=xorg-x11-drv-evdev Meego=xorg-x11-drv-evdev"
-RECIPE_LATEST_VERSION_pn-xf86-input-evdev="2.5.0"
+RECIPE_LATEST_VERSION_pn-xf86-input-evdev="2.6.0"
 RECIPE_NO_OF_PATCHES_pn-xf86-input-evdev="0"
 RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-xf86-input-evdev="1 monthes"
 RECIPE_LATEST_RELEASE_DATE_pn-xf86-input-evdev="Aug 23, 2010"
 RECIPE_INTEL_SECTION_pn-xf86-input-evdev="graphic core"
 RECIPE_LAST_UPDATE_pn-xf86-input-evdev = "Jan 18, 2011"
 RECIPE_MAINTAINER_pn-xf86-input-evdev="Saul Wold <sgw@linux.intel.com>"
+RECIPE_NO_UPDATE_REASON_pn-xf86-input-evdev = "Do not update to *99* unstable versions"
 
 RECIPE_STATUS_pn-xf86-video-vmware="green" # no update needed
 DISTRO_PN_ALIAS_pn-xf86-video-vmware = "Debian=xserver-xorg-video-vmware Fedora=xorg-x11-drv-vmware Mandriva=x11-driver-video-vmware Ubuntu=xserver-xorg-video-vmware"
@@ -6119,13 +6120,13 @@ DISTRO_PN_ALIAS_pn-cdrtools = "OpenSUSE=cdrtools OSPDT"
 
 RECIPE_STATUS_pn-rxvt-unicode = "green"
 RECIPE_DEPENDENCY_CHECK_pn-rxvt-unicode = "not done"
-RECIPE_LATEST_VERSION_pn-rxvt-unicode = "9.11"
+RECIPE_LATEST_VERSION_pn-rxvt-unicode = "9.15"
+RECIPE_LATEST_RELEASE_DATE_pn-rxvt-unicode = "Jan 21, 2012"
+RECIPE_LAST_UPDATE_pn-rxvt-unicode = "Fev 02, 2012"
 RECIPE_NO_UPDATE_REASON_pn-rxvt-unicode = ""
 RECIPE_NO_OF_PATCHES_pn-rxvt-unicode = "1"
-RECIPE_LATEST_RELEASE_DATE_pn-rxvt-unicode = "May 02, 2011"
 RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-rxvt-unicode = ""
 RECIPE_COMMENTS_pn-rxvt-unicode = ""
-RECIPE_LAST_UPDATE_pn-rxvt-unicode = "May 25, 2011"
 RECIPE_MAINTAINER_pn-rxvt-unicode = "Saul Wold <sgw@linux.intel.com>"
 
 RECIPE_STATUS_pn-alsa-tools = "green"
-- 
1.7.6.5




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

* Re: [PATCH 00/14] Self-Hosted Fixes and Package Updates
  2012-02-02 23:47 [PATCH 00/14] Self-Hosted Fixes and Package Updates Saul Wold
                   ` (13 preceding siblings ...)
  2012-02-02 23:47 ` [PATCH 14/14] distro_track: Track Updates Saul Wold
@ 2012-02-03  8:05 ` Koen Kooi
  2012-02-03 16:06   ` Saul Wold
  2012-02-03 16:10 ` Richard Purdie
  15 siblings, 1 reply; 20+ messages in thread
From: Koen Kooi @ 2012-02-03  8:05 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer


Op 3 feb. 2012, om 00:47 heeft Saul Wold het volgende geschreven:

> Richard,
> 
> This is a patch of updates and self-host-image fixes.
> I also added the gnupg version that is gplv2 to go along
> with the libzypp changes from Steve.
> 
> Sau!
> 
> The following changes since commit 70e1226e8c10bf07d6c7b1e13d745ad603f2ec73:
> 
>  meta-yocto/local.conf.sample.extended: add LICENSE_FLAGS_WHITELIST section (2012-02-02 22:04:54 +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 (14):
>  task-self-hosted: add disk partitioning tools
>  task-self-hosted: add python-pkgutil since it's required
>  self-hosted-image: add package management for correct installation
>  openssl: Update to 1.0.0g
>  openssl: Update to 0.9.8t (gplv2)
>  gnutls: Update to 2.12.16
>  rxvt-unicode: Update to 9.15
>  gnupg: Add gplv2 version 1.4.7
>  file: Update to version 5.10
>  libidn: Update to 1.24
>  libdrm: Update to 2.4.30
>  xinit: Update to 1.3.2
>  xf86-input-keyboard: Update to 1.6.1

Isn't xf86-input-evdev the preferred input solution nowadays?

regards,

Koen


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

* Re: [PATCH 00/14] Self-Hosted Fixes and Package Updates
  2012-02-03  8:05 ` [PATCH 00/14] Self-Hosted Fixes and Package Updates Koen Kooi
@ 2012-02-03 16:06   ` Saul Wold
  0 siblings, 0 replies; 20+ messages in thread
From: Saul Wold @ 2012-02-03 16:06 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Koen Kooi

On 02/03/2012 12:05 AM, Koen Kooi wrote:
>
> Op 3 feb. 2012, om 00:47 heeft Saul Wold het volgende geschreven:
>
>> Richard,
>>
>> This is a patch of updates and self-host-image fixes.
>> I also added the gnupg version that is gplv2 to go along
>> with the libzypp changes from Steve.
>>
>> Sau!
>>
>> The following changes since commit 70e1226e8c10bf07d6c7b1e13d745ad603f2ec73:
>>
>>   meta-yocto/local.conf.sample.extended: add LICENSE_FLAGS_WHITELIST section (2012-02-02 22:04:54 +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 (14):
>>   task-self-hosted: add disk partitioning tools
>>   task-self-hosted: add python-pkgutil since it's required
>>   self-hosted-image: add package management for correct installation
>>   openssl: Update to 1.0.0g
>>   openssl: Update to 0.9.8t (gplv2)
>>   gnutls: Update to 2.12.16
>>   rxvt-unicode: Update to 9.15
>>   gnupg: Add gplv2 version 1.4.7
>>   file: Update to version 5.10
>>   libidn: Update to 1.24
>>   libdrm: Update to 2.4.30
>>   xinit: Update to 1.3.2
>>   xf86-input-keyboard: Update to 1.6.1
>
> Isn't xf86-input-evdev the preferred input solution nowadays?
>

Looks like keyboard is still used by x86 and x86-64, but edev is also in 
there, so some investigation will be required.

Thanks for pointing that out.

Sau!

> regards,
>
> Koen
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>



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

* Re: [PATCH 00/14] Self-Hosted Fixes and Package Updates
  2012-02-02 23:47 [PATCH 00/14] Self-Hosted Fixes and Package Updates Saul Wold
                   ` (14 preceding siblings ...)
  2012-02-03  8:05 ` [PATCH 00/14] Self-Hosted Fixes and Package Updates Koen Kooi
@ 2012-02-03 16:10 ` Richard Purdie
  15 siblings, 0 replies; 20+ messages in thread
From: Richard Purdie @ 2012-02-03 16:10 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Thu, 2012-02-02 at 15:47 -0800, Saul Wold wrote:
> Richard,
> 
> This is a patch of updates and self-host-image fixes.
> I also added the gnupg version that is gplv2 to go along
> with the libzypp changes from Steve.
> 
> Sau!
> 
> The following changes since commit 70e1226e8c10bf07d6c7b1e13d745ad603f2ec73:
> 
>   meta-yocto/local.conf.sample.extended: add LICENSE_FLAGS_WHITELIST section (2012-02-02 22:04:54 +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 (14):
>   task-self-hosted: add disk partitioning tools
>   task-self-hosted: add python-pkgutil since it's required
>   self-hosted-image: add package management for correct installation
>   openssl: Update to 1.0.0g
>   openssl: Update to 0.9.8t (gplv2)
>   gnutls: Update to 2.12.16
>   rxvt-unicode: Update to 9.15
>   gnupg: Add gplv2 version 1.4.7
>   file: Update to version 5.10
>   libidn: Update to 1.24
>   libdrm: Update to 2.4.30
>   xinit: Update to 1.3.2
>   xf86-input-keyboard: Update to 1.6.1
>   distro_track: Track Updates

Merged to master, thanks.

We need to look into the input-keyboard but that doesn't invalidate the
update.

Cheers,

Richard




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

* Re: [PATCH 12/14] xinit: Update to 1.3.2 -- Typo fix.
  2012-02-02 23:47 ` [PATCH 12/14] xinit: Update to 1.3.2 Saul Wold
@ 2012-03-13 16:00   ` Randy MacLeod
  2012-03-14  0:23     ` Saul Wold
  0 siblings, 1 reply; 20+ messages in thread
From: Randy MacLeod @ 2012-03-13 16:00 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 12-02-02 06:47 PM, Saul Wold wrote:
> Signed-off-by: Saul Wold<sgw@linux.intel.com>
> ---
>   .../xorg-app/{xinit_1.3.1.bb =>  xinit_1.3.2.bb}    |    6 +++---
>   1 files changed, 3 insertions(+), 3 deletions(-)
>   rename meta/recipes-graphics/xorg-app/{xinit_1.3.1.bb =>  xinit_1.3.2.bb} (79%)
>
> diff --git a/meta/recipes-graphics/xorg-app/xinit_1.3.1.bb b/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb
> similarity index 79%
> rename from meta/recipes-graphics/xorg-app/xinit_1.3.1.bb
> rename to meta/recipes-graphics/xorg-app/xinit_1.3.2.bb
> index 2ddebe6..e029a03 100644
> --- a/meta/recipes-graphics/xorg-app/xinit_1.3.1.bb
> +++ b/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb
> @@ -10,11 +10,11 @@ then terminate."
>
>   LIC_FILES_CHKSUM = "file://COPYING;md5=0d4b5eef75f1584ccbdc5e4a34314407"
>
> -PR = "r2"
> +PR = "r0"
>   PE = "1"
>
> -SRC_URI[md5sum] = "ee234056d8a3dbf37b61b4bcb35b88e4"
> -SRC_URI[sha256sum] = "c7468dfae94bdb42785d79623c27156dc4bf379d8372992830482cb04d8439b0"
> +RC_URI[md5sum] = "9c0943cbd83e489ad1b05221b97efd44"
> +SRC_URI[sha256sum] = "a1867fdaa83f68750b12ba4305c3c62f5992d0f52cfeb98e96c27a8e690e0235"
>
>   EXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie"
>
Fix this warning:
WARNING: Missing md5 SRC_URI checksum for
   /.../downloads/xinit-1.3.2.tar.bz2, consider adding to the recipe:
SRC_URI[md5sum] = "9c0943cbd83e489ad1b05221b97efd44"


$ git diff meta/recipes-graphics/xorg-app/xinit_1.3.2.bb
diff --git a/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb 
b/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb
index e029a03..cb3e028 100644
--- a/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb
+++ b/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = 
"file://COPYING;md5=0d4b5eef75f1584ccbdc5e4a34314407"
  PR = "r0"
  PE = "1"

-RC_URI[md5sum] = "9c0943cbd83e489ad1b05221b97efd44"
+SRC_URI[md5sum] = "9c0943cbd83e489ad1b05221b97efd44"
  SRC_URI[sha256sum] = 
"a1867fdaa83f68750b12ba4305c3c62f5992d0f52cfeb98e96c27a8e690e0235"

  EXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie"


Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
-- 
# Randy MacLeod. MTS, Linux, Wind River
Direct: 613.963.1350



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

* Re: [PATCH 12/14] xinit: Update to 1.3.2 -- Typo fix.
  2012-03-13 16:00   ` [PATCH 12/14] xinit: Update to 1.3.2 -- Typo fix Randy MacLeod
@ 2012-03-14  0:23     ` Saul Wold
  0 siblings, 0 replies; 20+ messages in thread
From: Saul Wold @ 2012-03-14  0:23 UTC (permalink / raw)
  To: Randy MacLeod; +Cc: Patches and discussions about the oe-core layer

On 03/13/2012 09:00 AM, Randy MacLeod wrote:
> On 12-02-02 06:47 PM, Saul Wold wrote:
>> Signed-off-by: Saul Wold<sgw@linux.intel.com>
>> ---
>> .../xorg-app/{xinit_1.3.1.bb => xinit_1.3.2.bb} | 6 +++---
>> 1 files changed, 3 insertions(+), 3 deletions(-)
>> rename meta/recipes-graphics/xorg-app/{xinit_1.3.1.bb =>
>> xinit_1.3.2.bb} (79%)
>>
>> diff --git a/meta/recipes-graphics/xorg-app/xinit_1.3.1.bb
>> b/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb
>> similarity index 79%
>> rename from meta/recipes-graphics/xorg-app/xinit_1.3.1.bb
>> rename to meta/recipes-graphics/xorg-app/xinit_1.3.2.bb
>> index 2ddebe6..e029a03 100644
>> --- a/meta/recipes-graphics/xorg-app/xinit_1.3.1.bb
>> +++ b/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb
>> @@ -10,11 +10,11 @@ then terminate."
>>
>> LIC_FILES_CHKSUM = "file://COPYING;md5=0d4b5eef75f1584ccbdc5e4a34314407"
>>
>> -PR = "r2"
>> +PR = "r0"
>> PE = "1"
>>
>> -SRC_URI[md5sum] = "ee234056d8a3dbf37b61b4bcb35b88e4"
>> -SRC_URI[sha256sum] =
>> "c7468dfae94bdb42785d79623c27156dc4bf379d8372992830482cb04d8439b0"
>> +RC_URI[md5sum] = "9c0943cbd83e489ad1b05221b97efd44"
>> +SRC_URI[sha256sum] =
>> "a1867fdaa83f68750b12ba4305c3c62f5992d0f52cfeb98e96c27a8e690e0235"
>>
>> EXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie"
>>
> Fix this warning:
> WARNING: Missing md5 SRC_URI checksum for
> /.../downloads/xinit-1.3.2.tar.bz2, consider adding to the recipe:
> SRC_URI[md5sum] = "9c0943cbd83e489ad1b05221b97efd44"
>
>
> $ git diff meta/recipes-graphics/xorg-app/xinit_1.3.2.bb
> diff --git a/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb
> b/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb
> index e029a03..cb3e028 100644
> --- a/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb
> +++ b/meta/recipes-graphics/xorg-app/xinit_1.3.2.bb
> @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM =
> "file://COPYING;md5=0d4b5eef75f1584ccbdc5e4a34314407"
> PR = "r0"
> PE = "1"
>
> -RC_URI[md5sum] = "9c0943cbd83e489ad1b05221b97efd44"
> +SRC_URI[md5sum] = "9c0943cbd83e489ad1b05221b97efd44"
> SRC_URI[sha256sum] =
> "a1867fdaa83f68750b12ba4305c3c62f5992d0f52cfeb98e96c27a8e690e0235"
>
> EXTRA_OECONF = "ac_cv_path_MCOOKIE=${bindir}/mcookie"
>
>
> Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>

Merged into OE-Core

Thanks for catching this one, even wall all the build we do, it got 
messed up!

Sau!



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

end of thread, other threads:[~2012-03-14  0:32 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-02 23:47 [PATCH 00/14] Self-Hosted Fixes and Package Updates Saul Wold
2012-02-02 23:47 ` [PATCH 01/14] task-self-hosted: add disk partitioning tools Saul Wold
2012-02-02 23:47 ` [PATCH 02/14] task-self-hosted: add python-pkgutil since it's required Saul Wold
2012-02-02 23:47 ` [PATCH 03/14] self-hosted-image: add package management for correct installation Saul Wold
2012-02-02 23:47 ` [PATCH 04/14] openssl: Update to 1.0.0g Saul Wold
2012-02-02 23:47 ` [PATCH 05/14] openssl: Update to 0.9.8t (gplv2) Saul Wold
2012-02-02 23:47 ` [PATCH 06/14] gnutls: Update to 2.12.16 Saul Wold
2012-02-02 23:47 ` [PATCH 07/14] rxvt-unicode: Update to 9.15 Saul Wold
2012-02-02 23:47 ` [PATCH 08/14] gnupg: Add gplv2 version 1.4.7 Saul Wold
2012-02-02 23:47 ` [PATCH 09/14] file: Update to version 5.10 Saul Wold
2012-02-02 23:47 ` [PATCH 10/14] libidn: Update to 1.24 Saul Wold
2012-02-02 23:47 ` [PATCH 11/14] libdrm: Update to 2.4.30 Saul Wold
2012-02-02 23:47 ` [PATCH 12/14] xinit: Update to 1.3.2 Saul Wold
2012-03-13 16:00   ` [PATCH 12/14] xinit: Update to 1.3.2 -- Typo fix Randy MacLeod
2012-03-14  0:23     ` Saul Wold
2012-02-02 23:47 ` [PATCH 13/14] xf86-input-keyboard: Update to 1.6.1 Saul Wold
2012-02-02 23:47 ` [PATCH 14/14] distro_track: Track Updates Saul Wold
2012-02-03  8:05 ` [PATCH 00/14] Self-Hosted Fixes and Package Updates Koen Kooi
2012-02-03 16:06   ` Saul Wold
2012-02-03 16:10 ` 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.