mbox

[0/7] different fixes

Message ID cover.1411365801.git.kibo@prevas.dk
State Not Applicable
Delegated to: Kim
Headers show

Pull-request

git://gitorious.org/~kibo/oe-lite/kibos-base upstr-140922

Message

Kim Bøndergaard Sept. 22, 2014, 6:09 a.m. UTC
A few fixes /updates I've been using for a while. Better make them public.
Please notice that the first patch for hostapd is a replica of a patch 
from Mads Doré. The reason for re-sending this patch here is the fact that
the next patch updates it.

The following changes since commit ec1bbcd1ba4196f0abcc927810fb85e3b3f5b199:

  Unrelease (2014-05-02 09:05:11 +0200)

are available in the git repository at:

  git://gitorious.org/~kibo/oe-lite/kibos-base upstr-140922
  http://gitorious.org/~kibo/oe-lite/kibos-base/commits/upstr-140922

Kim Bøndergaard (7):
  hostapd: New recipe - posted on mailing list by Mads Doré
  hostapd: Fixed installation of sysvinit script     Changed
    hostapd.conf to template making it possible to install a     custom
    version
  openssl: Version 1.0.1i
  iw: Version 3.15
  busybox/udhcpd: Added installation of sysvinit script
  dnsmasq: New recipe
  lighttpd: Fixed sysvinit and split into overridable conf package

 hostapd.patch                                      | 473 +++++++++++++++++++++
 recipes/busybox/busybox-configure.inc              |   4 +-
 recipes/busybox/busybox-install.inc                |   4 +
 recipes/dnsmasq/dnsmasq.inc                        |  25 ++
 recipes/dnsmasq/dnsmasq_2.71.oe                    |   2 +
 recipes/dnsmasq/dnsmasq_2.71.oe.sig                |   1 +
 recipes/dnsmasq/files/dnsmasq                      |  34 ++
 recipes/dnsmasq/files/makefile.patch               |  11 +
 recipes/hostapd/hostapd-1.0/init                   |  37 ++
 recipes/hostapd/hostapd-1.0/wlan.patch             | 133 ++++++
 recipes/hostapd/hostapd_1.0.oe                     |  43 ++
 recipes/hostapd/hostapd_1.0.oe.sig                 |   1 +
 recipes/iw/iw.inc                                  |   3 +-
 recipes/iw/iw_3.15.oe                              |   1 +
 recipes/iw/iw_3.15.oe.sig                          |   1 +
 recipes/lighttpd/lighttpd.inc                      |  11 +-
 .../engines-install-in-libdir-ssl.patch            |  53 +++
 recipes/openssl/openssl-1.0.1i/find.pl.patch       |  15 +
 recipes/openssl/openssl-1.0.1i/mingw.patch         |  12 +
 recipes/openssl/openssl-1.0.1i/parallel-make.patch |  28 ++
 recipes/openssl/openssl_1.0.1i.oe                  |  13 +
 recipes/openssl/openssl_1.0.1i.oe.sig              |   1 +
 22 files changed, 900 insertions(+), 6 deletions(-)
 create mode 100644 hostapd.patch
 create mode 100644 recipes/dnsmasq/dnsmasq.inc
 create mode 100644 recipes/dnsmasq/dnsmasq_2.71.oe
 create mode 100644 recipes/dnsmasq/dnsmasq_2.71.oe.sig
 create mode 100755 recipes/dnsmasq/files/dnsmasq
 create mode 100644 recipes/dnsmasq/files/makefile.patch
 create mode 100644 recipes/hostapd/hostapd-1.0/init
 create mode 100644 recipes/hostapd/hostapd-1.0/wlan.patch
 create mode 100644 recipes/hostapd/hostapd_1.0.oe
 create mode 100644 recipes/hostapd/hostapd_1.0.oe.sig
 create mode 100644 recipes/iw/iw_3.15.oe
 create mode 100644 recipes/iw/iw_3.15.oe.sig
 create mode 100644 recipes/openssl/openssl-1.0.1i/engines-install-in-libdir-ssl.patch
 create mode 100644 recipes/openssl/openssl-1.0.1i/find.pl.patch
 create mode 100644 recipes/openssl/openssl-1.0.1i/mingw.patch
 create mode 100644 recipes/openssl/openssl-1.0.1i/parallel-make.patch
 create mode 100644 recipes/openssl/openssl_1.0.1i.oe
 create mode 100644 recipes/openssl/openssl_1.0.1i.oe.sig