All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jussi Kukkonen <jussi.kukkonen@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/7] upgrades + gnupg.org SRC_URI change
Date: Wed, 25 May 2016 16:29:02 +0300	[thread overview]
Message-ID: <cover.1464176988.git.jussi.kukkonen@intel.com> (raw)

Bunch of unrelated upgrades and an update on everything hosted at
gnupg.org: change from using the unreliable and slow FTP site to
HTTPS.

 - Jussi

The following changes since commit 56ab1a53453525f3200a8c4d1e1963df0e4e8890:

  linux-yocto/4.4: integrate v4.4.11 (2016-05-25 07:50:18 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib jku/gnupg-mirror-plus-upgrades
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/gnupg-mirror-plus-upgrades

Jussi Kukkonen (7):
  clutter-1.0: Upgrade 1.24.2 -> 1.26.0
  clutter-gst-3.0: Upgrade 3.0.16 -> 3.0.18
  gtk+: Upgrade 2.24.29 -> 2.24.30
  dosfstools: Upgrade 3.0.28 -> 4.0
  libevdev: Upgrade 1.4.6 -> 1.5.1
  gnupg.org-hosted recipes: Change SRC_URI to https site
  libgpg-error: Upgrade 1.21 -> 1.22

 meta/classes/mirrors.bbclass                       |   7 +-
 meta/conf/bitbake.conf                             |   2 +
 .../0001-mkfs.fat-fix-incorrect-int-type.patch     |  46 ---------
 .../dosfstools/dosfstools/largefile.patch          |  19 ----
 .../{dosfstools_3.0.28.bb => dosfstools_4.0.bb}    |  18 ++--
 .../gtk+/{gtk+_2.24.29.bb => gtk+_2.24.30.bb}      |   4 +-
 .../0001-build-Use-AC_COMPILE_IFELSE.patch         | 105 ---------------------
 ...clutter-1.0_1.24.2.bb => clutter-1.0_1.26.0.bb} |   5 +-
 ...gst-3.0_3.0.16.bb => clutter-gst-3.0_3.0.18.bb} |   4 +-
 meta/recipes-support/gnupg/gnupg_1.4.7.bb          |   2 +-
 meta/recipes-support/gnupg/gnupg_2.1.11.bb         |   2 +-
 meta/recipes-support/gnutls/gnutls.inc             |   2 +-
 meta/recipes-support/gpgme/gpgme_1.6.0.bb          |   2 +-
 meta/recipes-support/libassuan/libassuan_2.4.2.bb  |   2 +-
 .../{libevdev_1.4.6.bb => libevdev_1.5.1.bb}       |   4 +-
 meta/recipes-support/libgcrypt/libgcrypt.inc       |   2 +-
 .../0001-libgpg-error-Add-nios2-support.patch      |  46 ---------
 .../{libgpg-error_1.21.bb => libgpg-error_1.22.bb} |  11 +--
 meta/recipes-support/libksba/libksba_1.3.3.bb      |   2 +-
 meta/recipes-support/npth/npth_1.2.bb              |   2 +-
 meta/recipes-support/pinentry/pinentry_0.9.2.bb    |   2 +-
 21 files changed, 33 insertions(+), 256 deletions(-)
 delete mode 100644 meta/recipes-devtools/dosfstools/dosfstools/0001-mkfs.fat-fix-incorrect-int-type.patch
 delete mode 100644 meta/recipes-devtools/dosfstools/dosfstools/largefile.patch
 rename meta/recipes-devtools/dosfstools/{dosfstools_3.0.28.bb => dosfstools_4.0.bb} (60%)
 rename meta/recipes-gnome/gtk+/{gtk+_2.24.29.bb => gtk+_2.24.30.bb} (91%)
 delete mode 100644 meta/recipes-graphics/clutter/clutter-1.0/0001-build-Use-AC_COMPILE_IFELSE.patch
 rename meta/recipes-graphics/clutter/{clutter-1.0_1.24.2.bb => clutter-1.0_1.26.0.bb} (52%)
 rename meta/recipes-graphics/clutter/{clutter-gst-3.0_3.0.16.bb => clutter-gst-3.0_3.0.18.bb} (58%)
 rename meta/recipes-support/libevdev/{libevdev_1.4.6.bb => libevdev_1.5.1.bb} (74%)
 delete mode 100644 meta/recipes-support/libgpg-error/libgpg-error/0001-libgpg-error-Add-nios2-support.patch
 rename meta/recipes-support/libgpg-error/{libgpg-error_1.21.bb => libgpg-error_1.22.bb} (74%)

-- 
2.1.4



             reply	other threads:[~2016-05-25 13:29 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-25 13:29 Jussi Kukkonen [this message]
2016-05-25 13:29 ` [PATCH 1/7] clutter-1.0: Upgrade 1.24.2 -> 1.26.0 Jussi Kukkonen
2016-05-25 13:29 ` [PATCH 2/7] clutter-gst-3.0: Upgrade 3.0.16 -> 3.0.18 Jussi Kukkonen
2016-05-25 13:29 ` [PATCH 3/7] gtk+: Upgrade 2.24.29 -> 2.24.30 Jussi Kukkonen
2016-05-25 13:29 ` [PATCH 4/7] dosfstools: Upgrade 3.0.28 -> 4.0 Jussi Kukkonen
2016-05-25 13:29 ` [PATCH 5/7] libevdev: Upgrade 1.4.6 -> 1.5.1 Jussi Kukkonen
2016-05-25 13:29 ` [PATCH 6/7] gnupg.org-hosted recipes: Change SRC_URI to https site Jussi Kukkonen
     [not found]   ` <285302afb2b9fb0a868aeda0cbfa3ea956702793.1464176988.git.jussi.kukkone n@intel.com>
2016-05-25 14:42     ` alexander.kanavin
2016-05-26  7:09       ` Jussi Kukkonen
2016-05-26  9:34         ` alexander.kanavin
2016-05-26  9:56           ` alexander.kanavin
2016-05-26 12:30             ` Jussi Kukkonen
2016-05-26 13:01   ` Olof Johansson
2016-05-26 13:10     ` Jussi Kukkonen
2016-05-25 13:29 ` [PATCH 7/7] libgpg-error: Upgrade 1.21 -> 1.22 Jussi Kukkonen

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.1464176988.git.jussi.kukkonen@intel.com \
    --to=jussi.kukkonen@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 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.