summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* package/: shared config cache is gonePeter Korsgaard2010-11-192-2/+0
| | | | | | So remove the last references to it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* openssl: security bump to version 1.0.0bGustavo Zacarias2010-11-192-1/+17
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libcurl: security bump to 7.21.2Gustavo Zacarias2010-11-191-2/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sysstat: bump to 9.1.6, fix libintl problemsGustavo Zacarias2010-11-192-5/+8
| | | | | | | Closes #759 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* makedevs: add source targetsPeter Korsgaard2010-11-191-1/+3
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* pciutils: compilation failed with zlib enabled because it lacks a dependencyStanislav Bogatyrev2010-11-191-0/+1
| | | | | | | Closes #2797 Signed-off-by: Stanislav Bogatyrev <realloc@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* bind: security bump to 9.5.2-p4Gustavo Zacarias2010-11-191-3/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: add 1.17.3 ls fixGustavo Zacarias2010-11-191-0/+30
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libmad: fix MIPS gcc 4.4+ "h" asm constraint removalGustavo Zacarias2010-11-191-0/+72
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* webkit: needs libcurl, not the curl binaryPeter Korsgaard2010-11-192-2/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* bash: fix build issues reported by Dmitry Ivanov, update to pl9Gustavo Zacarias2010-11-193-0/+128
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* midori: bump to 0.2.9 and make it build with directfbGustavo Zacarias2010-11-191-6/+13
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* webkit: fix compilation with directfbGustavo Zacarias2010-11-191-0/+144
| | | | | | | | Closes #2833 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sqlite: bump to version 3.7.3Gustavo Zacarias2010-11-181-2/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* openssh: bump to version 5.6p1Gustavo Zacarias2010-11-184-61/+444
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mtd-utils: ensure libmtd.a always gets builtPeter Korsgaard2010-11-181-3/+1
| | | | | | | | | Closes #2785 If only ubi* is selected, libmtd.a wouldn't get built breaking the build. Based on patch by Patrick Ziegler <patrick.ziegler@fh-kl.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* module-init-tools: fix configure bug by bumping to 3.12Paulius Zaleckas2010-11-171-1/+1
| | | | | | | | 3.11 fails to configure/compile for my host (F14) due to bug in ax_enable_builddir.m4 Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qt: also patch webkit instance of javascriptcorePeter Korsgaard2010-11-171-0/+67
| | | | | | Closes #2821, #2827 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libglib2: ensure atomic ops patch gets appliedPeter Korsgaard2010-11-171-0/+0
| | | | | | Closes #2809 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qt: bump versionPeter Korsgaard2010-11-082-23/+14
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: Fix missing -lm flag againLionel Landwerlin2010-11-071-44/+42
| | | | | | | (aka fix the fix) Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xserver-xorg: enable glx support if mesa3d is enabledPeter Korsgaard2010-11-071-1/+6
| | | | | | Closes #2533 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* wireless-tools: add option to install shared libPeter Korsgaard2010-11-072-4/+25
| | | | | | Closes #2461 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* config: fix crash with too long pathsPeter Korsgaard2010-11-073-2/+44
| | | | | | | | | Closes #2737 Use PATH_MAX rather that 128 for path buffers. Patch from kernel 1408b15b98 (kconfig: Use PATH_MAX instead of 128 for path buffer sizes) by Will Newton. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* mpc: fix make dependenciesPeter Korsgaard2010-11-071-4/+4
| | | | | | So the build target isn't always considered out of date. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: rename ppc patch so it still gets appliedPeter Korsgaard2010-11-071-0/+0
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Add kbd packageFelipe Contreras2010-11-073-0/+12
| | | | | | | [Peter: use BR2_KERNEL_MIRROR] Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: png support is needed to build directfb-csource for the hostPeter Korsgaard2010-11-071-1/+2
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: don't build tools for targetPeter Korsgaard2010-11-071-1/+2
| | | | | | | | | | Normally these aren't needed, and some of them (mkdgifft) needs C++ support. Alternatively we could add an option (depending on HAVE_DEVFILES) to build these. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: add -lm when using freetype2 font interfaceLionel Landwerlin2010-11-072-1/+52
| | | | | | | This fixes runtime/compilation problems seen with directfb 1.4.10. Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libglib2: fix compilation when compiler has no builtin atomicLionel Landwerlin2010-11-071-0/+25
| | | | | | | Reported here: https://bugzilla.gnome.org/show_bug.cgi?id=631353 Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* tcpdump: bump versionPeter Korsgaard2010-11-063-52/+1
| | | | | | The old version didn't build with the updated libpcap anymore. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* tslib: needs libtool patchPeter Korsgaard2010-11-051-1/+1
| | | | | | | Otherwise it fails with 'cannot install to a directory not ending in /usr/lib/ts'. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* New package: nuttcpYegor Yefremov2010-11-053-0/+32
| | | | | | | | | Add a new TCP/UDP network testing tool, that provides some advanced features compared to ttcp. [Peter: cleanup, fix FLAGS, move to network] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* busybox: 1.17.3 iproute fixPeter Korsgaard2010-11-051-0/+13
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* slang: build system breaks with parallel buildsPeter Korsgaard2010-11-051-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* thttpd: install into /usr, cleanup install handlingPeter Korsgaard2010-11-051-19/+13
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* thttpd: convert to autotargetsMartin Banky2010-11-051-63/+38
| | | | | | | Also, changed the site to Debian, to get the latest patches Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* slang: convert to gentargetsMartin Banky2010-11-051-47/+46
| | | | | Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sfdisk: mark as deprecatedPeter Korsgaard2010-11-051-0/+1
| | | | | | | We're using an ancient uclibc specific snapshot, and should rather focus on moving our util-linux package forward. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sed: convert to autotargetsMartin Banky2010-11-051-73/+10
| | | | | Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* proftpd: convert to autotargets and bump to 1.3.3bMartin Banky2010-11-054-74/+34
| | | | | | | Also, added web site to Config.in Signed-off-by: Martin Banky <Martin.Banky@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* xapp_xinit: Bump to 1.2.1Paulius Zaleckas2010-11-051-2/+1
| | | | | | Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Create X symlink for TinyXPaulius Zaleckas2010-11-051-0/+4
| | | | | | | | | | When installing TinyX to target create /usr/bin/X symlink to Xfbdev as it is the only TinyX driver we build. This makes utils like startx happy :) Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* matchbox-common was missing in Config.inPaulius Zaleckas2010-11-052-0/+14
| | | | | | | | While at it add option to install PDA style desktop folders. Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package/config: .gitignore cleanupPaulius Zaleckas2010-11-051-24/+0
| | | | | | | | Now all configure generated files go to output directory. Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Remove support for shared configuration cacheThomas Petazzoni2010-11-0510-19/+0
| | | | | | | | | | | | | | | | | The configuration cache shared between packages, while being in principle a nice idea to speed-up the configuration of packages by avoiding repetitive identical checks, turned out to be unreliable due to the subtle differences between similar but not identical checks in different packages. After spending some time trying to fix those, we concluded that supporting the shared configuration cache is definitely too hard and too unreliable, and that we'd better get rid of it altogether. This patch therefore removes the shared configuration cache infrastructure and usage. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sawman: bump to 1.4.10Lionel Landwerlin2010-11-051-1/+1
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* directfb: bump to 1.4.10Lionel Landwerlin2010-11-051-1/+1
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sysstat: bump to 9.1.5Lionel Landwerlin2010-11-051-4/+2
| | | | | Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>