Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 0/7] Apache/modphp/phpMyAdmin updates
Date: Fri, 10 May 2013 19:09:26 +0100	[thread overview]
Message-ID: <cover.1368209301.git.paul.eggleton@linux.intel.com> (raw)

The following changes since commit cc0067dc0c7ea469057238db6422864d1bce311c:

  rp-pppoe: fix multilib SRC_URI reference (2013-05-10 09:47:01 -0400)

are available in the git repository at:

  git://git.openembedded.org/meta-openembedded-contrib paule/webserver-updates
  http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=paule/webserver-updates

Paul Eggleton (7):
  apache2: update to 2.4.4
  apache2: drop unneeded workaround for apr/apr-util config script issue
  modphp: update to 5.4.15
  modphp: fix text relocation QA warning
  modphp: fix re-exec of do_install
  phpmyadmin: update to 3.5.8.1
  phpmyadmin: remove dependency on bash

 .../apache-configure_perlbin.patch                 |  0
 .../apache-ssl-ltmain-rpath.patch                  |  0
 .../fix-libtool-name.patch                         |  0
 .../httpd-2.4.1-corelimit.patch                    |  0
 .../httpd-2.4.1-selinux.patch                      |  0
 .../httpd-2.4.4-export.patch}                      |  6 +--
 .../httpd-2.4.4-r1332643.patch}                    | 44 +++++++++++-----------
 .../replace-lynx-to-curl-in-apachectl-script.patch |  0
 .../server-makefile.patch                          |  0
 ...he2-native_2.4.3.bb => apache2-native_2.4.4.bb} |  5 +--
 .../apache2/{apache2_2.4.3.bb => apache2_2.4.4.bb} | 22 +++--------
 meta-webserver/recipes-php/modphp/modphp5.inc      |  3 +-
 meta-webserver/recipes-php/modphp/modphp_5.4.14.bb |  4 --
 meta-webserver/recipes-php/modphp/modphp_5.4.15.bb |  4 ++
 ...phpmyadmin_3.5.2.2.bb => phpmyadmin_3.5.8.1.bb} |  9 +++--
 15 files changed, 44 insertions(+), 53 deletions(-)
 rename meta-webserver/recipes-httpd/apache2/{apache2-2.4.3 => apache2-2.4.4}/apache-configure_perlbin.patch (100%)
 rename meta-webserver/recipes-httpd/apache2/{apache2-2.4.3 => apache2-2.4.4}/apache-ssl-ltmain-rpath.patch (100%)
 rename meta-webserver/recipes-httpd/apache2/{apache2-2.4.3 => apache2-2.4.4}/fix-libtool-name.patch (100%)
 rename meta-webserver/recipes-httpd/apache2/{apache2-2.4.3 => apache2-2.4.4}/httpd-2.4.1-corelimit.patch (100%)
 rename meta-webserver/recipes-httpd/apache2/{apache2-2.4.3 => apache2-2.4.4}/httpd-2.4.1-selinux.patch (100%)
 rename meta-webserver/recipes-httpd/apache2/{apache2-2.4.3/httpd-2.4.1-export.patch => apache2-2.4.4/httpd-2.4.4-export.patch} (81%)
 rename meta-webserver/recipes-httpd/apache2/{apache2-2.4.3/httpd-2.4.2-r1332643.patch => apache2-2.4.4/httpd-2.4.4-r1332643.patch} (88%)
 rename meta-webserver/recipes-httpd/apache2/{apache2-2.4.3 => apache2-2.4.4}/replace-lynx-to-curl-in-apachectl-script.patch (100%)
 rename meta-webserver/recipes-httpd/apache2/{apache2-2.4.3 => apache2-2.4.4}/server-makefile.patch (100%)
 rename meta-webserver/recipes-httpd/apache2/{apache2-native_2.4.3.bb => apache2-native_2.4.4.bb} (89%)
 rename meta-webserver/recipes-httpd/apache2/{apache2_2.4.3.bb => apache2_2.4.4.bb} (85%)
 delete mode 100644 meta-webserver/recipes-php/modphp/modphp_5.4.14.bb
 create mode 100644 meta-webserver/recipes-php/modphp/modphp_5.4.15.bb
 rename meta-webserver/recipes-php/phpmyadmin/{phpmyadmin_3.5.2.2.bb => phpmyadmin_3.5.8.1.bb} (76%)

-- 
1.8.1.2




             reply	other threads:[~2013-05-10 18:27 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-10 18:09 Paul Eggleton [this message]
2013-05-10 18:09 ` [PATCH 1/7] apache2: update to 2.4.4 Paul Eggleton
2013-05-10 18:09 ` [PATCH 2/7] apache2: drop unneeded workaround for apr/apr-util config script issue Paul Eggleton
2013-05-10 18:09 ` [PATCH 3/7] modphp: update to 5.4.15 Paul Eggleton
2013-05-10 18:09 ` [PATCH 4/7] modphp: fix text relocation QA warning Paul Eggleton
2013-05-10 18:09 ` [PATCH 5/7] modphp: fix re-exec of do_install Paul Eggleton
2013-05-10 18:09 ` [PATCH 6/7] phpmyadmin: update to 3.5.8.1 Paul Eggleton
2013-05-10 18:09 ` [PATCH 7/7] phpmyadmin: remove dependency on bash Paul Eggleton

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.1368209301.git.paul.eggleton@linux.intel.com \
    --to=paul.eggleton@linux.intel.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox