Age | Commit message (Collapse) | Author |
|
Patch by Olaf Rempel <razzor@kopf-tisch.de>.
quick grep showed theses invalid selects of toolchain options.
|
|
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
|
|
|
|
And at the same time move the comment below the install tools entry so it
gets identied properly.
|
|
|
|
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 ]
|
|
Allow platforms to provide a custom php.ini in their target_skeleton.
|
|
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
|
|
|
|
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]
|
|
|
|
|
|
|
|
|
|
Patch by Olaf Rempel <razzor@kopf-tisch.de>
- was not building at all (x86 uclibc)
- adding devicemapper dependency
|
|
- bump version to 1.4.2
- add uninstall target
Patch by Olaf Rempel <razzor@kopf-tisch.de>
|
|
Patch by Robert Urban <urban@unix-beratung.de>
|
|
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>
Closes #139.
|
|
Fixes #19
|
|
As noticed on the mailing list.
|
|
Fixes Fixes CVE-2008-5498, closes #137.
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>
|
|
|
|
People should use the busybox version these days anyway.
|
|
|
|
Fixes #133.
|
|
Fixes #69
|
|
|
|
Fixes unitialized data bug (CVE-2009-0040).
Patch by Soef Qued <souf_oued@yahoo.fr>
|
|
|
|
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>
|
|
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
|
|
Patch by Sven Neumann. Closes #99.
|
|
Hunks missing from r25406.
|
|
Make sure makedepends only searches the gcc/staging dir, and not the
host include dirs.
|
|
|
|
|
|
xserver-xorg depends on mesa3d, so select it in kconfig as well.
|
|
|
|
It WILL get removed after 2009.05 unless someone steps up to fix it.
|
|
|
|
|
|
As reported by Dirk Vermaak and Daniel Mack. Fixes runtime issues with
alsa-lib, see
http://mailman.alsa-project.org/pipermail/alsa-devel/2009-February/014999.html
for details.
|
|
|
|
|
|
|
|
|
|
|
|
- php comes with it's own embedded sqlite, so no need to select sqlite
- disable largefile support for !BR2_LARGEFILE
- php somehow forgets to link with -ldl, breaking the sqlite extension.
Fix it by disabling the (unused?) modload support in sqlite.
|
|
As noted by Solar on IRC.
|
|
php.net only offers downloads though a strange php script with the file name
embedded in the *MIDDLE* of the URL, which isn't compatible with the DOWNLOAD
macro. Fix it by reverting php.mk hunk of r24689 to go back to $(WGET).
This ofcourse means that the primary site / fallback mirror stuff isn't used.
|