summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-10libcurl: fix configure with openssl when target == host.Peter Korsgaard
2009-03-10ipsec-tools: fix printf format string for size_t (on 64bit)Peter Korsgaard
Use %zu instead of %d for printing out size_t variables. Fixes a build issue on 64bit as ipsec-tools uses -Werror.
2009-03-10uClibc: strtouq fix for 64bitPeter Korsgaard
2009-03-09wpa_supplicant: new packagePeter Korsgaard
Patch by Gustavo Zacarias <gustavo@zacarias.com.br> Closes #81.
2009-03-09vim: fixup patch download location after change to DOWNLOAD macro.Peter Korsgaard
Closes #161.
2009-03-09sysklogd: only install init script / config file if not present in skeletonPeter Korsgaard
Allow platforms to provide a custom initscript / syslog.conf in their target_skeleton.
2009-03-09pciutils: fix HOST detectionPeter Korsgaard
2009-03-09libglib2: bump versionPeter Korsgaard
Patch by Sven Neumann <s.neumann@phase-zero.de> Closes #37.
2009-03-09e2fsprogs: install into staging so other stuff can find the libs/includesPeter Korsgaard
And explicitly install the libuuid headers. Needed for the gupnp stuff in #35.
2009-03-09e2fsprogs: needs LARGEFILEPeter Korsgaard
2009-03-07logrotate: fix logrotate.conf checkPeter Korsgaard
Thanks to Hiroshi Shinji for noticing.
2009-03-07binutils: undeprecate 2.18 for avr32Peter Korsgaard
As discussed on the list. AVR32 is still stuck at 2.18, so don't mark it as deprecated yet.
2009-03-05avahi: bump versionPeter Korsgaard
2009-03-05avahi: convert to Makefile.autotools.in formatPeter Korsgaard
2009-03-05php: touch post-install stamp filePeter Korsgaard
2009-03-05bind: touch post-install stamp filePeter Korsgaard
2009-03-05xerces: bump versionPeter Korsgaard
2009-03-05xerces: needs C++ support in toolchainPeter Korsgaard
2009-03-05logrotate: only install logrotate.conf if not present in target_skeletonPeter Korsgaard
Allow platforms to provide a custom logrotate.conf in their target_skeleton.
2009-03-05logrotate: fix patch-kernel.sh invocationPeter Korsgaard
Thanks to Bernhard for noticing.
2009-03-05logrotate: fix build with external toolchainPeter Korsgaard
2009-03-05qtopia4: remove invalid PTHREADS_NATIVE dependencyPeter Korsgaard
2009-03-05sysklogd: fix buildPeter Korsgaard
2009-03-05package: convert some Config.in selects to dependsPeter Korsgaard
Patch by Olaf Rempel <razzor@kopf-tisch.de>. quick grep showed theses invalid selects of toolchain options.
2009-03-05openssl: misc fixesPeter Korsgaard
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar> Closes #151. * Avoid fips directory completely since it just installs source file cruft inlib * Point openssldir to a more friendly and common /etc/ssl rather than /usr/lib/ssl
2009-03-05binutils: really remove ancient dirs (missing from r25067, git-svn issue)Peter Korsgaard
2009-03-05binutils: really add 2.19.1 patches (missing from r25513).Peter Korsgaard
2009-03-05bind: isc-config.sh gets installed into usr/bin, not /Peter Korsgaard
2009-03-05bind: needs largefile support, not ipv6Peter Korsgaard
And at the same time move the comment below the install tools entry so it gets identied properly.
2009-03-05bind: needs ipv6 supportPeter Korsgaard
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