summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ]
* 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
* 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>
* 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.
* 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.
* php: bump versionPeter Korsgaard2009-03-021-2/+2
| | | | | | Fixes Fixes CVE-2008-5498, closes #137. Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>
* busybox: additional 1.13.2 fixesPeter Korsgaard2009-03-023-0/+99
|
* microcom: upstream missing, mark as deprecatedPeter Korsgaard2009-03-022-1/+2
| | | | People should use the busybox version these days anyway.
* microcom: has been in busybox for a long time nowPeter Korsgaard2009-03-021-1/+1
|
* ncurses: fixup ncurses5-config scriptPeter Korsgaard2009-03-011-0/+2
| | | | Fixes #133.
* tar: bump versionPeter Korsgaard2009-03-011-1/+1
| | | | Fixes #69
* tar/coreutils: use depends rather than select for toolchain optionsPeter Korsgaard2009-03-012-4/+8
|
* libpng: bump versionPeter Korsgaard2009-02-271-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 conversionPeter Korsgaard2009-02-262-2/+2
|
* gst-plugins-good: remove dependencies for matroska pluginPeter Korsgaard2009-02-261-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 dependencyPeter Korsgaard2009-02-261-0/+1
| | | | Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
* gstreamer: flac plugin supportPeter Korsgaard2009-02-252-0/+10
| | | | Patch by Sven Neumann. Closes #99.
* php: Config.ext is in a BR2_PACKAGE_PHP conditional, so get rid of dependsPeter Korsgaard2009-02-251-17/+7
| | | | Hunks missing from r25406.
* mesa3d: fix makedepend argumentsPeter Korsgaard2009-02-241-3/+4
| | | | | Make sure makedepends only searches the gcc/staging dir, and not the host include dirs.
* mesa: use correct config file for archPeter Korsgaard2009-02-241-1/+15
|
* mesa3d: use MAKE1 instead of playing around with BR2_JLEVELPeter Korsgaard2009-02-241-2/+1
|
* xserver-xorg: select mesa3d in kconfigPeter Korsgaard2009-02-242-1/+2
| | | | xserver-xorg depends on mesa3d, so select it in kconfig as well.
* dbus: fix expat typoPeter Korsgaard2009-02-241-1/+1
|
* openswan: mark as BROKEN as it doesn't build with current kernel headersPeter Korsgaard2009-02-241-0/+1
| | | | It WILL get removed after 2009.05 unless someone steps up to fix it.
* Bump version to 0.9.8jHamish Moffatt2009-02-245-1/+1
|
* alsa-lib: convert to Makefile.autotools.in formatPeter Korsgaard2009-02-231-77/+24
|
* alsa-lib: don't use versioned symbolsPeter Korsgaard2009-02-231-0/+1
| | | | | | | 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.
* dbus: convert to Makefile.autotools.in and bump versionPeter Korsgaard2009-02-222-96/+56
|
* kexec: bump version and convert to Makefile.autotools.in formatPeter Korsgaard2009-02-215-511/+16
|
* libsndfile: bump version and convert to Makefile.autotools.in formatPeter Korsgaard2009-02-212-67/+21
|
* libsndfile: cleanup help textPeter Korsgaard2009-02-211-3/+4
|
* php: Config.ext is in a BR2_PACKAGE_PHP conditional, so get rid of dependsPeter Korsgaard2009-02-211-8/+3
|
* php: fix sqlite modulePeter Korsgaard2009-02-212-3/+5
| | | | | | | - 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.
* php: use alternative download URL so we can use DOWNLOAD macroPeter Korsgaard2009-02-201-2/+2
| | | | As noted by Solar on IRC.
* php: don't use DOWNLOAD macroPeter Korsgaard2009-02-201-1/+1
| | | | | | | | 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.
* package/multimeda: add flac packagePeter Korsgaard2009-02-203-0/+33
| | | | | | Patch by Sven Neumann (from #99). Removed optimization patch, cleaned up configure args and fixed download URL.
* alsa-utils: select ncurses library dependencyPeter Korsgaard2009-02-191-5/+1
|