Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bind: bump version and convert to Makefile.autotools.in | Peter Korsgaard | 2009-03-05 | 6 | -132/+78 |
| | | | | | | | | | | | | | | | | Patch by Gustavo Zacarias <gustavo@zacarias.com.ar> Closes #145. Current bind package is version 9.3.2 which is from the 9.3 branch and is EOLed. It has many security bugs probably fixed in 9.3.6-P1 but since it won't be supported for long it's probably metter to move on to a supported branch. CVE-2009-0025, CVE-2008-1447, CVE-2008-0122, CVE-2007-2926 and probably more. While at it migrate to Makefile.autotools.in too. Also introduced an option for/not to install userland tools (dig, host, nslookup, nsupdate). [ Peter: don't install into staging ] | ||||
* | uclibc: 0.9.30.1 fix for ppc32 C99 math | Peter Korsgaard | 2009-03-05 | 1 | -0/+45 |
| | | | | From Bernhard. | ||||
* | php: only overwrite php.ini if not present in target_skeleton | Peter Korsgaard | 2009-03-04 | 1 | -1/+2 |
| | | | | Allow platforms to provide a custom php.ini in their target_skeleton. | ||||
* | php: convert to Makefile.autotools.in and other improvements | Peter Korsgaard | 2009-03-04 | 2 | -152/+144 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Gustavo Zacarias <gustavo@zacarias.com.ar> Closes #5, #77, #141 and #143. * Migrate php package to Makefile.autotools.in * Make PCRE regex an option (previously forced on) * Add calendar option from bug #77 * Add external sqlite3 option from bug #141 New option BR2_PACKAGE_PHP_PDO_SQLITE_EXTERNAL * Add alternate php.ini configuration option from bug #5 Named BR2_PACKAGE_PHP_CONFIG and defaults to shipped config. In most scenarios the shipped config isn't good enough, it has a high memory limit for embedded for example. * Changed some options from depends to select Namely openssl, libxml2, zlib, gettext, gmp. * Disabled some 'y' defaults to make things lighter by default Namely libxml2, sqlite, pdo and pdo_sqlite. * Made some of the extensions help text more verbose | ||||
* | iproute2: needs ipv6 | Peter Korsgaard | 2009-03-04 | 1 | -0/+4 |
| | |||||
* | iproute: fix makefile | Peter Korsgaard | 2009-03-04 | 1 | -12/+13 |
| | | | | | | | | | | | Patch by Olaf Rempel <razzor@kopf-tisch.de>. - bump version to 2.6.28 - fix download - change compile ordering (build tc after ip) - remove both binaries from target when cleaning up [Peter: fixed target install strip] | ||||
* | alsa-utils: the entire package needs largefile support, not just aplay | Peter Korsgaard | 2009-03-04 | 1 | -4/+4 |
| | |||||
* | alsa-utils: use conditional for utils selection menu items | Peter Korsgaard | 2009-03-04 | 1 | -15/+4 |
| | |||||
* | alsa-utils: aplay: use depends for toolchain options, not select | Peter Korsgaard | 2009-03-04 | 1 | -1/+4 |
| | |||||
* | package: dm (and in turn dmraid) needs largefile support | Peter Korsgaard | 2009-03-04 | 2 | -0/+8 |
| | |||||
* | dmraid: fix build & convert to Makefile.autotools.in | Peter Korsgaard | 2009-03-04 | 4 | -61/+30 |
| | | | | | | | Patch by Olaf Rempel <razzor@kopf-tisch.de> - was not building at all (x86 uclibc) - adding devicemapper dependency | ||||
* | target/generic: development system needs wchar + program invocation | Peter Korsgaard | 2009-03-04 | 1 | -0/+3 |
| | |||||
* | iptables: bump version | Peter Korsgaard | 2009-03-03 | 1 | -1/+8 |
| | | | | | | | - bump version to 1.4.2 - add uninstall target Patch by Olaf Rempel <razzor@kopf-tisch.de> | ||||
* | vtun: provide correct location for lzo headers | Peter Korsgaard | 2009-03-03 | 1 | -1/+1 |
| | | | | Patch by Robert Urban <urban@unix-beratung.de> | ||||
* | binutils: remove handling of ancient versions | Peter Korsgaard | 2009-03-03 | 1 | -24/+0 |
| | |||||
* | binutils: add 2.19.1 | Peter Korsgaard | 2009-03-03 | 2 | -1/+12 |
| | |||||
* | binutils: 2.17: fix makeinfo 4.xx check | Peter Korsgaard | 2009-03-03 | 1 | -0/+17 |
| | | | | Fixes #111. | ||||
* | sqlite: bump version and convert to Makefile.autotools.in format | Peter Korsgaard | 2009-03-03 | 2 | -73/+41 |
| | | | | | | Patch by Gustavo Zacarias <gustavo@zacarias.com.ar> Closes #139. | ||||
* | uclibc: cleanup version handling | Peter Korsgaard | 2009-03-03 | 2 | -24/+16 |
| | | | | Based on 0171c72 in Bernhards' tree. | ||||
* | uclibc: add 0.9.30.1 | Peter Korsgaard | 2009-03-03 | 3 | -2/+14 |
| | |||||
* | util-linux: bump version | Peter Korsgaard | 2009-03-03 | 6 | -366/+488 |
| | | | | Fixes #19 | ||||
* | ipsec-tools: use select rather than depends for library dependencies | Peter Korsgaard | 2009-03-02 | 1 | -4/+3 |
| | | | | As noticed on the mailing list. | ||||
* | php: bump version | Peter Korsgaard | 2009-03-02 | 1 | -2/+2 |
| | | | | | | Fixes Fixes CVE-2008-5498, closes #137. Patch by Gustavo Zacarias <gustavo@zacarias.com.ar> | ||||
* | busybox: additional 1.13.2 fixes | Peter Korsgaard | 2009-03-02 | 3 | -0/+99 |
| | |||||
* | docs/buildroot: use DESTDIR / install-strip for target install example | Peter Korsgaard | 2009-03-02 | 1 | -3/+3 |
| | |||||
* | kernel-headers: remove empty dirs missing from r25451 (git-svn issue) | Peter Korsgaard | 2009-03-02 | 0 | -0/+0 |
| | |||||
* | docs/buildroot.html: we DO make releases nowadays | Peter Korsgaard | 2009-03-02 | 1 | -3/+7 |
| | |||||
* | s/buildroot.uclibc.org/buildroot.net/ | Peter Korsgaard | 2009-03-02 | 27 | -31/+31 |
| | |||||
* | microcom: upstream missing, mark as deprecated | Peter Korsgaard | 2009-03-02 | 2 | -1/+2 |
| | | | | People should use the busybox version these days anyway. | ||||
* | microcom: has been in busybox for a long time now | Peter Korsgaard | 2009-03-02 | 1 | -1/+1 |
| | |||||
* | ncurses: fixup ncurses5-config script | Peter Korsgaard | 2009-03-01 | 1 | -0/+2 |
| | | | | Fixes #133. | ||||
* | tar: bump version | Peter Korsgaard | 2009-03-01 | 1 | -1/+1 |
| | | | | Fixes #69 | ||||
* | tar/coreutils: use depends rather than select for toolchain options | Peter Korsgaard | 2009-03-01 | 2 | -4/+8 |
| | |||||
* | toolchain/gcc: libstdcpp dependency was listed twice | Peter Korsgaard | 2009-03-01 | 1 | -1/+0 |
| | |||||
* | libpng: bump version | Peter Korsgaard | 2009-02-27 | 1 | -1/+1 |
| | | | | | | Fixes unitialized data bug (CVE-2009-0040). Patch by Soef Qued <souf_oued@yahoo.fr> | ||||
* | avahi/dnsmasq: adjust dbus dep after Makefile.autotools.in conversion | Peter Korsgaard | 2009-02-26 | 2 | -2/+2 |
| | |||||
* | gst-plugins-good: remove dependencies for matroska plugin | Peter Korsgaard | 2009-02-26 | 1 | -1/+0 |
| | | | | | | | This was forgotten when adding config options for zlib and bzip2. The matroska plugin doesn't need these dependencies, they are optional. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | gst-plugins-good: add missing FLAC dependency | Peter Korsgaard | 2009-02-26 | 1 | -0/+1 |
| | | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | gstreamer: flac plugin support | Peter Korsgaard | 2009-02-25 | 2 | -0/+10 |
| | | | | Patch by Sven Neumann. Closes #99. | ||||
* | php: Config.ext is in a BR2_PACKAGE_PHP conditional, so get rid of depends | Peter Korsgaard | 2009-02-25 | 1 | -17/+7 |
| | | | | Hunks missing from r25406. | ||||
* | avr32: rename 2.6.28.x kernel patches to match current kernel headers version | Peter Korsgaard | 2009-02-25 | 6 | -2/+2 |
| | |||||
* | linux: always apply platform patches if available | Peter Korsgaard | 2009-02-25 | 4 | -17/+5 |
| | | | | | Get rid of BR2_KERNEL_HEADERS_PATCH_DIR config, and simply always apply platform patches if available. | ||||
* | kernel-headers: update -rt support for 2.6.24 / 2.6.26 | Peter Korsgaard | 2009-02-25 | 2 | -6/+6 |
| | |||||
* | kernel-headers: remove 2.6.20-22 variants and outdated impi/lzma patches | Peter Korsgaard | 2009-02-25 | 14 | -61750/+0 |
| | |||||
* | mesa3d: fix makedepend arguments | Peter Korsgaard | 2009-02-24 | 1 | -3/+4 |
| | | | | | Make sure makedepends only searches the gcc/staging dir, and not the host include dirs. | ||||
* | mesa: use correct config file for arch | Peter Korsgaard | 2009-02-24 | 1 | -1/+15 |
| | |||||
* | mesa3d: use MAKE1 instead of playing around with BR2_JLEVEL | Peter Korsgaard | 2009-02-24 | 1 | -2/+1 |
| | |||||
* | xserver-xorg: select mesa3d in kconfig | Peter Korsgaard | 2009-02-24 | 2 | -1/+2 |
| | | | | xserver-xorg depends on mesa3d, so select it in kconfig as well. | ||||
* | dbus: fix expat typo | Peter Korsgaard | 2009-02-24 | 1 | -1/+1 |
| | |||||
* | kernel-headers: remove deprecated 2.4 support | Peter Korsgaard | 2009-02-24 | 5 | -207/+0 |
| |