Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] Update gnutls 3.4.1
@ 2015-06-23  1:37 Armin Kuster
  2015-06-23  1:37 ` [PATCH 1/3] nettle: update package to 3.1.1 version Armin Kuster
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Armin Kuster @ 2015-06-23  1:37 UTC (permalink / raw)
  To: openembedded-core

The nettle and gnutls updates must be done as a pair.

The following changes since commit c40eb563fe771740f98aaa197d82af71de874c44:

  bitbake: runqueue: Sanity check BB_NUMBER_THREADS (2015-06-20 06:50:50 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib akuster/gnutls_update
  http://git.yoctoproject.org/cgit.cgi//log/?h=akuster/gnutls_update

Armin Kuster (3):
  nettle: update package to 3.1.1 version.
  gnutls: update to 3.4.1
  neon: fix compat issues with gnutls 4.3

 meta/recipes-support/gnutls/gnutls.inc             |  4 +-
 .../gnutls/configure.ac-fix-sed-command.patch      | 29 +++++----
 meta/recipes-support/gnutls/gnutls_3.3.14.bb       |  8 ---
 meta/recipes-support/gnutls/gnutls_3.4.1.bb        |  8 +++
 .../neon/neon/gnutls_4.3_fixup.patch               | 68 ++++++++++++++++++++++
 meta/recipes-support/neon/neon_0.30.1.bb           |  3 +-
 .../nettle/{nettle_2.7.1.bb => nettle_3.1.1.bb}    | 12 ++--
 7 files changed, 100 insertions(+), 32 deletions(-)
 delete mode 100644 meta/recipes-support/gnutls/gnutls_3.3.14.bb
 create mode 100644 meta/recipes-support/gnutls/gnutls_3.4.1.bb
 create mode 100644 meta/recipes-support/neon/neon/gnutls_4.3_fixup.patch
 rename meta/recipes-support/nettle/{nettle_2.7.1.bb => nettle_3.1.1.bb} (48%)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 15+ messages in thread
* [PATCH 0/3] [v3] Gntls update to 4.3.1
@ 2015-06-18  4:50 Armin Kuster
  2015-06-18  4:50 ` [PATCH 2/3] gnutls: update to 3.4.1 Armin Kuster
  0 siblings, 1 reply; 15+ messages in thread
From: Armin Kuster @ 2015-06-18  4:50 UTC (permalink / raw)
  To: openembedded-core

THe nettle and gnutls updates must be done as a pair.

The following changes since commit 1675ff6fff53dda89fa8d4f3a2c292c23fd346d7:

  bitbake: tests/data: Add new data tests (2015-06-12 00:02:28 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib akuster/gnutls-update
  http://git.yoctoproject.org/cgit.cgi//log/?h=akuster/gnutls-update

Armin Kuster (3):
  nettle: update package to 3.1.1 version.
  gnutls: update to 3.4.1
  neon: fix compat issues with gnutls 4.3

 meta/recipes-support/gnutls/gnutls.inc             |  4 +-
 .../gnutls/configure.ac-fix-sed-command.patch      | 29 +++++----
 meta/recipes-support/gnutls/gnutls_3.3.14.bb       |  8 ---
 meta/recipes-support/gnutls/gnutls_3.4.1.bb        |  8 +++
 .../neon/neon/gnutls_4.3_fixup.patch               | 68 ++++++++++++++++++++++
 meta/recipes-support/neon/neon_0.30.1.bb           |  3 +-
 .../nettle/{nettle_2.7.1.bb => nettle_3.1.1.bb}    | 12 ++--
 7 files changed, 100 insertions(+), 32 deletions(-)
 delete mode 100644 meta/recipes-support/gnutls/gnutls_3.3.14.bb
 create mode 100644 meta/recipes-support/gnutls/gnutls_3.4.1.bb
 create mode 100644 meta/recipes-support/neon/neon/gnutls_4.3_fixup.patch
 rename meta/recipes-support/nettle/{nettle_2.7.1.bb => nettle_3.1.1.bb} (48%)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 15+ messages in thread
* [PATCH 0/3] Gnutls update 4.2 V2
@ 2015-06-14  5:37 Armin Kuster
  2015-06-14  5:37 ` [PATCH 2/3] gnutls: update to 3.4.1 Armin Kuster
  0 siblings, 1 reply; 15+ messages in thread
From: Armin Kuster @ 2015-06-14  5:37 UTC (permalink / raw)
  To: openembedded-core

The nettle and gnutls updates must be done as a pair.

Include neon build fixes for the above update

The following changes since commit 1675ff6fff53dda89fa8d4f3a2c292c23fd346d7:

  bitbake: tests/data: Add new data tests (2015-06-12 00:02:28 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib akuster/gnutls-update
  http://git.yoctoproject.org/cgit.cgi//log/?h=akuster/gnutls-update

Armin Kuster (3):
  nettle: update package to 3.1.1 version.
  gnutls: update to 3.4.1
  neon: fix compat issues with gnutls 4.3

 meta/recipes-support/gnutls/gnutls.inc             |  3 +-
 .../gnutls/configure.ac-fix-sed-command.patch      | 29 +++++----
 meta/recipes-support/gnutls/gnutls_3.3.14.bb       |  8 ---
 meta/recipes-support/gnutls/gnutls_3.4.1.bb        |  8 +++
 .../neon/neon/gnutls_4.3_fixup.patch               | 68 ++++++++++++++++++++++
 meta/recipes-support/neon/neon_0.30.1.bb           |  3 +-
 .../nettle/{nettle_2.7.1.bb => nettle_3.1.1.bb}    | 12 ++--
 7 files changed, 99 insertions(+), 32 deletions(-)
 delete mode 100644 meta/recipes-support/gnutls/gnutls_3.3.14.bb
 create mode 100644 meta/recipes-support/gnutls/gnutls_3.4.1.bb
 create mode 100644 meta/recipes-support/neon/neon/gnutls_4.3_fixup.patch
 rename meta/recipes-support/nettle/{nettle_2.7.1.bb => nettle_3.1.1.bb} (48%)

-- 
2.3.5



^ permalink raw reply	[flat|nested] 15+ messages in thread
* [PATCH 0/3] gnutls update to 3.4.1
@ 2015-06-09 19:30 Armin Kuster
  2015-06-09 19:30 ` [PATCH 2/3] gnutls: " Armin Kuster
  0 siblings, 1 reply; 15+ messages in thread
From: Armin Kuster @ 2015-06-09 19:30 UTC (permalink / raw)
  To: openembedded-core

re-sending as I think I may have done it incorrectly before. did not see it in patch queue.

builds oe-world, sato and minimal images.

Armin Kuster (3):
  nettle: update package to 3.1.1 version.
  gnutls: update to 3.4.1
  neon: fix compat issues with gnutls 4.3

 meta/recipes-support/gnutls/gnutls.inc             |  3 +-
 .../gnutls/configure.ac-fix-sed-command.patch      | 29 ++++++------
 meta/recipes-support/gnutls/gnutls_3.3.14.bb       |  8 ----
 meta/recipes-support/gnutls/gnutls_3.4.1.bb        |  8 ++++
 .../neon/neon/gnutls_4.3_fixup.patch               | 53 ++++++++++++++++++++++
 meta/recipes-support/neon/neon_0.30.1.bb           |  3 +-
 meta/recipes-support/nettle/nettle_2.7.1.bb        | 26 -----------
 meta/recipes-support/nettle/nettle_3.1.1.bb        | 26 +++++++++++
 8 files changed, 104 insertions(+), 52 deletions(-)
 delete mode 100644 meta/recipes-support/gnutls/gnutls_3.3.14.bb
 create mode 100644 meta/recipes-support/gnutls/gnutls_3.4.1.bb
 create mode 100644 meta/recipes-support/neon/neon/gnutls_4.3_fixup.patch
 delete mode 100644 meta/recipes-support/nettle/nettle_2.7.1.bb
 create mode 100644 meta/recipes-support/nettle/nettle_3.1.1.bb

-- 
2.3.5



^ permalink raw reply	[flat|nested] 15+ messages in thread
* [PATCH 0/3] Gntls update to 4.3.1
@ 2015-06-04 19:37 Armin Kuster
  2015-06-04 19:37 ` [PATCH 2/3] gnutls: update to 3.4.1 Armin Kuster
  0 siblings, 1 reply; 15+ messages in thread
From: Armin Kuster @ 2015-06-04 19:37 UTC (permalink / raw)
  To: openembedded-core

THe nettle and gnutls updates must be done as a pair.


The following changes since commit 6dc53d3694d555147b272d18678fcf908ddced32:

  bitbake: fixup 6 (2015-06-03 17:37:08 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib akuster/gnutls-update
  http://git.yoctoproject.org/cgit.cgi//log/?h=akuster/gntls-update

Armin Kuster (3):
  nettle: update package to 3.1.1 version.
  gnutls: update to 3.4.1
  neon: build fix

 meta/recipes-support/gnutls/gnutls.inc             |  3 +-
 .../gnutls/configure.ac-fix-sed-command.patch      | 29 ++++++------
 meta/recipes-support/gnutls/gnutls_3.3.14.bb       |  8 ----
 meta/recipes-support/gnutls/gnutls_3.4.1.bb        |  8 ++++
 .../neon/neon/gnutls_4.3_fixup.patch               | 53 ++++++++++++++++++++++
 meta/recipes-support/neon/neon_0.30.1.bb           |  3 +-
 .../nettle/{nettle_2.7.1.bb => nettle_3.1.1.bb}    | 12 ++---
 7 files changed, 84 insertions(+), 32 deletions(-)
 delete mode 100644 meta/recipes-support/gnutls/gnutls_3.3.14.bb
 create mode 100644 meta/recipes-support/gnutls/gnutls_3.4.1.bb
 create mode 100644 meta/recipes-support/neon/neon/gnutls_4.3_fixup.patch
 rename meta/recipes-support/nettle/{nettle_2.7.1.bb => nettle_3.1.1.bb} (48%)

-- 
1.9.1



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

end of thread, other threads:[~2015-06-25  1:28 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-23  1:37 [PATCH 0/3] Update gnutls 3.4.1 Armin Kuster
2015-06-23  1:37 ` [PATCH 1/3] nettle: update package to 3.1.1 version Armin Kuster
2015-06-23  1:37 ` [PATCH 2/3] gnutls: update to 3.4.1 Armin Kuster
2015-06-23 16:28   ` Burton, Ross
2015-06-25  1:28     ` akuster808
2015-06-23  1:37 ` [PATCH 3/3] neon: fix compat issues with gnutls 4.3 Armin Kuster
  -- strict thread matches above, loose matches on Subject: below --
2015-06-18  4:50 [PATCH 0/3] [v3] Gntls update to 4.3.1 Armin Kuster
2015-06-18  4:50 ` [PATCH 2/3] gnutls: update to 3.4.1 Armin Kuster
2015-06-19  9:06   ` Burton, Ross
2015-06-14  5:37 [PATCH 0/3] Gnutls update 4.2 V2 Armin Kuster
2015-06-14  5:37 ` [PATCH 2/3] gnutls: update to 3.4.1 Armin Kuster
2015-06-15 10:13   ` Burton, Ross
2015-06-15 23:18     ` akuster808
2015-06-18 15:57     ` akuster808
2015-06-19  9:03       ` Burton, Ross
2015-06-09 19:30 [PATCH 0/3] gnutls " Armin Kuster
2015-06-09 19:30 ` [PATCH 2/3] gnutls: " Armin Kuster
2015-06-04 19:37 [PATCH 0/3] Gntls update to 4.3.1 Armin Kuster
2015-06-04 19:37 ` [PATCH 2/3] gnutls: update to 3.4.1 Armin Kuster

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