summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* uClibc: strtouq fix for 64bitPeter Korsgaard2009-03-102-0/+96
|
* wpa_supplicant: new packagePeter Korsgaard2009-03-093-0/+86
| | | | | | Patch by Gustavo Zacarias <gustavo@zacarias.com.br> Closes #81.
* vim: fixup patch download location after change to DOWNLOAD macro.Peter Korsgaard2009-03-091-1/+1
| | | | Closes #161.
* sysklogd: only install init script / config file if not present in skeletonPeter Korsgaard2009-03-091-2/+6
| | | | | Allow platforms to provide a custom initscript / syslog.conf in their target_skeleton.
* pciutils: fix HOST detectionPeter Korsgaard2009-03-091-0/+1
|
* libglib2: bump versionPeter Korsgaard2009-03-091-2/+3
| | | | | | Patch by Sven Neumann <s.neumann@phase-zero.de> Closes #37.
* e2fsprogs: install into staging so other stuff can find the libs/includesPeter Korsgaard2009-03-091-2/+8
| | | | And explicitly install the libuuid headers. Needed for the gupnp stuff in #35.
* e2fsprogs: needs LARGEFILEPeter Korsgaard2009-03-091-0/+3
|
* logrotate: fix logrotate.conf checkPeter Korsgaard2009-03-071-2/+2
| | | | Thanks to Hiroshi Shinji for noticing.
* binutils: undeprecate 2.18 for avr32Peter Korsgaard2009-03-071-1/+1
| | | | | As discussed on the list. AVR32 is still stuck at 2.18, so don't mark it as deprecated yet.
* avahi: bump versionPeter Korsgaard2009-03-051-1/+1
|
* avahi: convert to Makefile.autotools.in formatPeter Korsgaard2009-03-055-190/+45
|
* php: touch post-install stamp filePeter Korsgaard2009-03-051-0/+1
|
* bind: touch post-install stamp filePeter Korsgaard2009-03-051-0/+1
|
* xerces: bump versionPeter Korsgaard2009-03-051-1/+1
|
* xerces: needs C++ support in toolchainPeter Korsgaard2009-03-051-0/+4
|
* logrotate: only install logrotate.conf if not present in target_skeletonPeter Korsgaard2009-03-051-1/+3
| | | | Allow platforms to provide a custom logrotate.conf in their target_skeleton.
* logrotate: fix patch-kernel.sh invocationPeter Korsgaard2009-03-051-1/+1
| | | | Thanks to Bernhard for noticing.
* logrotate: fix build with external toolchainPeter Korsgaard2009-03-051-2/+2
|
* qtopia4: remove invalid PTHREADS_NATIVE dependencyPeter Korsgaard2009-03-051-3/+2
|
* sysklogd: fix buildPeter Korsgaard2009-03-053-3/+22
|
* package: convert some Config.in selects to dependsPeter Korsgaard2009-03-054-6/+15
| | | | | | Patch by Olaf Rempel <razzor@kopf-tisch.de>. quick grep showed theses invalid selects of toolchain options.
* openssl: misc fixesPeter Korsgaard2009-03-052-1/+13
| | | | | | | | | | 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
* binutils: really remove ancient dirs (missing from r25067, git-svn issue)Peter Korsgaard2009-03-055-39770/+0
|
* binutils: really add 2.19.1 patches (missing from r25513).Peter Korsgaard2009-03-054-0/+111
|
* bind: isc-config.sh gets installed into usr/bin, not /Peter Korsgaard2009-03-051-1/+1
|
* bind: needs largefile support, not ipv6Peter Korsgaard2009-03-051-4/+3
| | | | | And at the same time move the comment below the install tools entry so it gets identied properly.
* bind: needs ipv6 supportPeter Korsgaard2009-03-051-0/+4
|
* bind: bump version and convert to Makefile.autotools.inPeter Korsgaard2009-03-056-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 mathPeter Korsgaard2009-03-051-0/+45
| | | | From Bernhard.
* php: only overwrite php.ini if not present in target_skeletonPeter Korsgaard2009-03-041-1/+2
| | | | Allow platforms to provide a custom php.ini in their target_skeleton.
* php: convert to Makefile.autotools.in and other improvementsPeter Korsgaard2009-03-042-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 ipv6Peter Korsgaard2009-03-041-0/+4
|
* iproute: fix makefilePeter Korsgaard2009-03-041-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 aplayPeter Korsgaard2009-03-041-4/+4
|
* alsa-utils: use conditional for utils selection menu itemsPeter Korsgaard2009-03-041-15/+4
|
* alsa-utils: aplay: use depends for toolchain options, not selectPeter Korsgaard2009-03-041-1/+4
|
* package: dm (and in turn dmraid) needs largefile supportPeter Korsgaard2009-03-042-0/+8
|
* dmraid: fix build & convert to Makefile.autotools.inPeter Korsgaard2009-03-044-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 invocationPeter Korsgaard2009-03-041-0/+3
|
* iptables: bump versionPeter Korsgaard2009-03-031-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 headersPeter Korsgaard2009-03-031-1/+1
| | | | Patch by Robert Urban <urban@unix-beratung.de>
* binutils: remove handling of ancient versionsPeter Korsgaard2009-03-031-24/+0
|
* binutils: add 2.19.1Peter Korsgaard2009-03-032-1/+12
|
* binutils: 2.17: fix makeinfo 4.xx checkPeter Korsgaard2009-03-031-0/+17
| | | | Fixes #111.
* sqlite: bump version and convert to Makefile.autotools.in formatPeter Korsgaard2009-03-032-73/+41
| | | | | | Patch by Gustavo Zacarias <gustavo@zacarias.com.ar> Closes #139.
* uclibc: cleanup version handlingPeter Korsgaard2009-03-032-24/+16
| | | | Based on 0171c72 in Bernhards' tree.
* uclibc: add 0.9.30.1Peter Korsgaard2009-03-033-2/+14
|
* util-linux: bump versionPeter Korsgaard2009-03-036-366/+488
| | | | Fixes #19
* ipsec-tools: use select rather than depends for library dependenciesPeter Korsgaard2009-03-021-4/+3
| | | | As noticed on the mailing list.