summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-05bind: bump version and convert to Makefile.autotools.inPeter Korsgaard
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 ]
2009-03-05uclibc: 0.9.30.1 fix for ppc32 C99 mathPeter Korsgaard
From Bernhard.
2009-03-04php: only overwrite php.ini if not present in target_skeletonPeter Korsgaard
Allow platforms to provide a custom php.ini in their target_skeleton.
2009-03-04php: convert to Makefile.autotools.in and other improvementsPeter Korsgaard
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
2009-03-04iproute2: needs ipv6Peter Korsgaard
2009-03-04iproute: fix makefilePeter Korsgaard
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]
2009-03-04alsa-utils: the entire package needs largefile support, not just aplayPeter Korsgaard
2009-03-04alsa-utils: use conditional for utils selection menu itemsPeter Korsgaard
2009-03-04alsa-utils: aplay: use depends for toolchain options, not selectPeter Korsgaard
2009-03-04package: dm (and in turn dmraid) needs largefile supportPeter Korsgaard
2009-03-04dmraid: fix build & convert to Makefile.autotools.inPeter Korsgaard
Patch by Olaf Rempel <razzor@kopf-tisch.de> - was not building at all (x86 uclibc) - adding devicemapper dependency
2009-03-04target/generic: development system needs wchar + program invocationPeter Korsgaard
2009-03-03iptables: bump versionPeter Korsgaard
- bump version to 1.4.2 - add uninstall target Patch by Olaf Rempel <razzor@kopf-tisch.de>
2009-03-03vtun: provide correct location for lzo headersPeter Korsgaard
Patch by Robert Urban <urban@unix-beratung.de>
2009-03-03binutils: remove handling of ancient versionsPeter Korsgaard
2009-03-03binutils: add 2.19.1Peter Korsgaard
2009-03-03binutils: 2.17: fix makeinfo 4.xx checkPeter Korsgaard
Fixes #111.
2009-03-03sqlite: bump version and convert to Makefile.autotools.in formatPeter Korsgaard
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar> Closes #139.
2009-03-03uclibc: cleanup version handlingPeter Korsgaard
Based on 0171c72 in Bernhards' tree.
2009-03-03uclibc: add 0.9.30.1Peter Korsgaard
2009-03-03util-linux: bump versionPeter Korsgaard
Fixes #19
2009-03-02ipsec-tools: use select rather than depends for library dependenciesPeter Korsgaard
As noticed on the mailing list.
2009-03-02php: bump versionPeter Korsgaard
Fixes Fixes CVE-2008-5498, closes #137. Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>
2009-03-02busybox: additional 1.13.2 fixesPeter Korsgaard
2009-03-02docs/buildroot: use DESTDIR / install-strip for target install examplePeter Korsgaard
2009-03-02kernel-headers: remove empty dirs missing from r25451 (git-svn issue)Peter Korsgaard
2009-03-02docs/buildroot.html: we DO make releases nowadaysPeter Korsgaard
2009-03-02s/buildroot.uclibc.org/buildroot.net/Peter Korsgaard
2009-03-02microcom: upstream missing, mark as deprecatedPeter Korsgaard
People should use the busybox version these days anyway.
2009-03-02microcom: has been in busybox for a long time nowPeter Korsgaard
2009-03-01ncurses: fixup ncurses5-config scriptPeter Korsgaard
Fixes #133.
2009-03-01tar: bump versionPeter Korsgaard
Fixes #69
2009-03-01tar/coreutils: use depends rather than select for toolchain optionsPeter Korsgaard
2009-03-01toolchain/gcc: libstdcpp dependency was listed twicePeter Korsgaard
2009-02-27libpng: bump versionPeter Korsgaard
Fixes unitialized data bug (CVE-2009-0040). Patch by Soef Qued <souf_oued@yahoo.fr>
2009-02-26avahi/dnsmasq: adjust dbus dep after Makefile.autotools.in conversionPeter Korsgaard
2009-02-26gst-plugins-good: remove dependencies for matroska pluginPeter Korsgaard
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>
2009-02-26gst-plugins-good: add missing FLAC dependencyPeter Korsgaard
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-02-25gstreamer: flac plugin supportPeter Korsgaard
Patch by Sven Neumann. Closes #99.
2009-02-25php: Config.ext is in a BR2_PACKAGE_PHP conditional, so get rid of dependsPeter Korsgaard
Hunks missing from r25406.
2009-02-25avr32: rename 2.6.28.x kernel patches to match current kernel headers versionPeter Korsgaard
2009-02-25linux: always apply platform patches if availablePeter Korsgaard
Get rid of BR2_KERNEL_HEADERS_PATCH_DIR config, and simply always apply platform patches if available.
2009-02-25kernel-headers: update -rt support for 2.6.24 / 2.6.26Peter Korsgaard
2009-02-25kernel-headers: remove 2.6.20-22 variants and outdated impi/lzma patchesPeter Korsgaard
2009-02-24mesa3d: fix makedepend argumentsPeter Korsgaard
Make sure makedepends only searches the gcc/staging dir, and not the host include dirs.
2009-02-24mesa: use correct config file for archPeter Korsgaard
2009-02-24mesa3d: use MAKE1 instead of playing around with BR2_JLEVELPeter Korsgaard
2009-02-24xserver-xorg: select mesa3d in kconfigPeter Korsgaard
xserver-xorg depends on mesa3d, so select it in kconfig as well.
2009-02-24dbus: fix expat typoPeter Korsgaard
2009-02-24kernel-headers: remove deprecated 2.4 supportPeter Korsgaard