Hector Oron
39aafe84c1
alsamixergui: fix download URL
...
Closes #3457
The Debian package snapshot service moved to an official debian.org
address last year (http://www.debian.org/News/2010/20100412 ) with a
slightly different URL structure, so adjust the download URL to match.
Signed-off-by: Hector Oron <hector.oron@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-13 21:33:53 +01:00
Hector Oron
308bc53791
fakeroot: fix download URL
...
Closes #3451
The Debian package snapshot service moved to an official debian.org
address last year (http://www.debian.org/News/2010/20100412 ) with a
slightly different URL structure, so adjust the download URL to match.
Signed-off-by: Hector Oron <hector.oron@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-13 21:31:34 +01:00
Peter Korsgaard
27c152db06
busybox: bump 1.18.x stable version
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-13 21:08:26 +01:00
Peter Korsgaard
707dc469aa
makedevs: don't call /bin/sync after creating nodes
...
Closes #3475
There's no real reason to sync after creating the device nodes,
and it slows down the file system image creating quite a lot on
busy systems, so get rid of it.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-12 22:27:06 +01:00
Peter Korsgaard
3d0a569412
makedevs: convert to GENTARGETS format
...
And at the same time fix target build (used host compiler, didn't add
to TARGETS).
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-12 22:19:37 +01:00
Peter Korsgaard
7266ed4653
Makefile.package.in: make <pkg>_SOURCE optional
...
For packages where the sources are included in buildroot (E.G. makedevs).
We unfortunately already use no <pkg>_SOURCE to mean <pkg>_<version>.tar.gz,
in several packages (and for git/svn/bzr support), so you need to
define <pkg>_SOURCE to the empty string to use it.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-12 22:10:56 +01:00
Peter Korsgaard
05955603ce
CHANGES: update with recent changes
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-12 20:38:30 +01:00
Peter Korsgaard
03a5df1353
busybox: 1.18.3 cksum fix
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-12 00:03:52 +01:00
Peter Korsgaard
9c35b09873
samba: rename CVE-2011-0719 patch so other patches gets applied as well
...
Otherwise the build breaks during configure with the AC_TRY_RUN test for
getgrouplist.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-11 23:06:16 +01:00
Will Newton
a1c305c8a7
toolchain/gcc/4.2.4: Remove libstdc++ uClibc locale patches
...
These patches do not build with more recent versions of uClibc
going back as far as at least 2008. More recent compiler versions
seem to do fine without these patches, so lets remove them so
libstdc++ locale support will actually build for gcc 4.2.4.
Signed-off-by: Will Newton <will.newton@imgtec.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-11 22:31:44 +01:00
Gustavo Zacarias
eb2ebf9490
busybox 1.18.3: add patches for klogd and menuconfig
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-10 14:39:57 +01:00
Gustavo Zacarias
6f7187d11d
xz: bump to version 5.0.1
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-10 14:39:34 +01:00
Gustavo Zacarias
723f276ffd
xorg-server: point localstatedir to /var
...
We don't want logs to end up in /usr/var/log
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-10 14:38:58 +01:00
Peter Korsgaard
117a8ea0ea
pkg-config: only prepend sysroot to includedir / libdir
...
Only append sysroot to includedir / libdir, and not to other variables,
when a variable is requested (--variable=<name>), similar to how it
is done for the -I / -L flags in cflags/ldflags.
The problem is that pkg-config doesn't have any explicit cross compilation
support, so there's some confusion about what are host paths and what are
target ones. Includedir / libdir are paths for the (cross) compiler, so
those should normally have sysroot prepended, but other variables might
refer to target paths instead.
This fixes the installation of the xfonts-* packages, which uses
pkg-config --variable=fontrootdir fontutil to figure out the target
installation location for fonts.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-10 11:36:18 +01:00
Peter Korsgaard
15ca4eabc1
Merge branch 'for-2011.05/remove-config-scripts' of git://git.busybox.net/~tpetazzoni/git/buildroot
2011-03-09 20:34:19 +01:00
Peter Korsgaard
034b92c685
avahi: bump version
...
Mainly bugfixes.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-09 08:58:54 +01:00
Peter Korsgaard
820a07365b
kernel-headers: bump 2.6.37.x stable version
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-08 14:56:26 +01:00
Will Newton
314ff6e54b
gnuconfig: Update README.buildroot.
...
GNU config is now managed in git so we cannot use the old method
of doing a cvs up to get the latest changes.
Signed-off-by: Will Newton <will.newton@imgtec.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-07 23:31:27 +01:00
Will Newton
a13143fb22
gnuconfig: Apply patches to config.{sub,guess}.
...
Signed-off-by: Will Newton <will.newton@imgtec.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-07 23:31:10 +01:00
Will Newton
74842f8026
gnuconfig: Update patches to apply to 2011-02-02 version.
...
Signed-off-by: Will Newton <will.newton@imgtec.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-07 23:30:51 +01:00
Will Newton
3d299feb3a
gnuconfig: Update config.{sub,guess} to 2011-02-02 version.
...
Signed-off-by: Will Newton <will.newton@imgtec.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-07 23:30:29 +01:00
Will Newton
7fb5445d30
gnuconfig: Remove sh patch.
...
A similar patch appears to have been applied upstream.
Signed-off-by: Will Newton <will.newton@imgtec.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-07 23:30:06 +01:00
Will Newton
d5168539c5
gnuconfig: Remove gnuconfig patch as it has been merged upstream.
...
Signed-off-by: Will Newton <will.newton@imgtec.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-07 23:29:42 +01:00
Will Newton
9b4c7d88b6
gnuconfig: Remove GNU Hurd patch as it is no longer supported.
...
Signed-off-by: Will Newton <will.newton@imgtec.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-07 23:29:20 +01:00
Will Newton
f6409520ce
gnuconfig: Remove old checkout of GNU config.
...
Signed-off-by: Will Newton <will.newton@imgtec.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-07 23:28:45 +01:00
Thomas Petazzoni
efeebdbd42
libxslt: remove xslt-config script from TARGET_DIR
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2011-03-07 22:22:31 +01:00
Thomas Petazzoni
c08e016efa
libxml2: remove xml2-config script from TARGET_DIR
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2011-03-07 22:22:31 +01:00
Thomas Petazzoni
ac7dbcf925
libpng: remove libpng*-config scripts from TARGET_DIR
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2011-03-07 22:22:31 +01:00
Thomas Petazzoni
99175e43be
libdnet: remove dnet-config script from TARGET_DIR
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2011-03-07 22:22:31 +01:00
Thomas Petazzoni
7ec08dab28
neon: remove neon-config script from TARGET_DIR
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2011-03-07 22:22:31 +01:00
Thomas Petazzoni
50e73c6f78
imagemagick: remove *-config scripts from TARGET_DIR
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2011-03-07 22:22:30 +01:00
Gustavo Zacarias
0a064b48c9
gst-ffmpeg: bump to version 0.10.11
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-06 23:36:06 +01:00
Gustavo Zacarias
1b269dd552
ffmpeg: bump to version 0.6.1
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-06 22:06:58 +01:00
Gustavo Zacarias
c2bcce4a59
file: bump to version 5.05
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-06 22:01:21 +01:00
Gustavo Zacarias
66d36e6708
mpg123: bump to version 1.13.2
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-06 22:00:52 +01:00
Gustavo Zacarias
baa8b69303
dropbear: bump to version 0.53.1
...
Changelog @ http://matt.ucc.asn.au/dropbear/CHANGES
Since some build-time defaults have changed that make dropbear somewhat
bigger we introduce a new option to optimize dropbear for size.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-05 15:37:16 +01:00
Gustavo Zacarias
a3cd2e7671
samba: add security fix for CVE-2011-0719
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-05 15:33:38 +01:00
Gustavo Zacarias
7bdbdd3c38
qt: add option for system sqlite
...
Add an option to use the system sqlite library.
Also drop sqlite2 stub since it's pointless.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-05 15:32:01 +01:00
Peter Korsgaard
0cab963761
Merge branch 'for-2011.05/pkg-stats-improvements' of git://git.busybox.net/~tpetazzoni/git/buildroot
2011-03-05 15:30:12 +01:00
Peter Korsgaard
8296cf6c7f
xz: fix build without wchar support
...
xz itself works without wchar support, but the C99 test in configure
fails when it isn't available. Fix it by providing a cached value for
the test.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-05 15:04:44 +01:00
Gustavo Zacarias
194ac2d549
squashfs: re-add legacy lzma support
...
Readd legacy LZMA support since older patched kernels might be using it.
Introduce an XZ target filesystem option for the new format.
[Peter: add a seperate xz target for squashfs-target as well]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-05 15:04:03 +01:00
Peter Korsgaard
313c3d0f39
squashfs: bump version
...
The EXTRA_CFLAGS patch is now upstream, but we need a fix for !gzip builds
instead.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-03 11:50:24 +01:00
Peter Korsgaard
764d844fbc
xerces: add optional libcurl support
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-02 11:56:03 +01:00
Peter Korsgaard
0eafc69b0a
xerces: bump version, convert to autotargets
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-02 11:45:29 +01:00
Peter Korsgaard
26ca282bc9
website: add google analytics for statistics
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-01 23:20:16 +01:00
Peter Korsgaard
6b46297675
qt: bump version
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-01 17:08:42 +01:00
Peter Korsgaard
75adc4ab5c
avahi: bump version, remove dbus workaround
...
This is now fixed upstream.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-01 14:13:56 +01:00
Peter Korsgaard
da5e5a5aa2
kickoff 2011.05 development cycle
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-03-01 14:13:06 +01:00
Thomas Petazzoni
b927b5f302
pkg-stats: add statistics about number of patches per package
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2011-02-28 23:04:16 +01:00
Thomas Petazzoni
1ff216b789
pkg-stats: support CMAKETARGETS and update list of .mk to ignore
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2011-02-28 23:04:08 +01:00