You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(202) |
Nov
(201) |
Dec
(280) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(493) |
Feb
(106) |
Mar
(215) |
Apr
(163) |
May
(79) |
Jun
(193) |
Jul
(47) |
Aug
(71) |
Sep
(127) |
Oct
(41) |
Nov
(49) |
Dec
(120) |
2005 |
Jan
(147) |
Feb
(45) |
Mar
(26) |
Apr
(71) |
May
(52) |
Jun
(28) |
Jul
(92) |
Aug
(50) |
Sep
(35) |
Oct
(193) |
Nov
(106) |
Dec
(52) |
2006 |
Jan
(51) |
Feb
(38) |
Mar
(33) |
Apr
(79) |
May
(107) |
Jun
(67) |
Jul
(21) |
Aug
(65) |
Sep
(44) |
Oct
(87) |
Nov
(12) |
Dec
(56) |
2007 |
Jan
(48) |
Feb
(58) |
Mar
(63) |
Apr
(31) |
May
(25) |
Jun
(20) |
Jul
(72) |
Aug
(54) |
Sep
(30) |
Oct
(76) |
Nov
(74) |
Dec
(25) |
2008 |
Jan
(39) |
Feb
(39) |
Mar
(62) |
Apr
(64) |
May
(59) |
Jun
(31) |
Jul
(25) |
Aug
(25) |
Sep
(17) |
Oct
(24) |
Nov
|
Dec
(1) |
2009 |
Jan
(60) |
Feb
(39) |
Mar
(16) |
Apr
(30) |
May
(52) |
Jun
(35) |
Jul
(15) |
Aug
(15) |
Sep
(21) |
Oct
(32) |
Nov
(39) |
Dec
(52) |
2010 |
Jan
(42) |
Feb
(40) |
Mar
(23) |
Apr
(20) |
May
(27) |
Jun
(10) |
Jul
(30) |
Aug
(30) |
Sep
(66) |
Oct
(12) |
Nov
(35) |
Dec
(60) |
2011 |
Jan
(16) |
Feb
(1) |
Mar
(3) |
Apr
(28) |
May
(21) |
Jun
|
Jul
(12) |
Aug
(6) |
Sep
(10) |
Oct
(14) |
Nov
(40) |
Dec
(60) |
2012 |
Jan
(23) |
Feb
(17) |
Mar
(24) |
Apr
(18) |
May
(13) |
Jun
(1) |
Jul
|
Aug
(5) |
Sep
|
Oct
(5) |
Nov
(5) |
Dec
(15) |
2013 |
Jan
(2) |
Feb
(5) |
Mar
(1) |
Apr
(2) |
May
(2) |
Jun
(3) |
Jul
|
Aug
(3) |
Sep
(5) |
Oct
(3) |
Nov
(1) |
Dec
(1) |
2014 |
Jan
(3) |
Feb
(5) |
Mar
(8) |
Apr
(3) |
May
(1) |
Jun
(1) |
Jul
(2) |
Aug
|
Sep
(4) |
Oct
(10) |
Nov
|
Dec
(9) |
2015 |
Jan
(18) |
Feb
(17) |
Mar
(5) |
Apr
(2) |
May
|
Jun
(5) |
Jul
(1) |
Aug
(2) |
Sep
(1) |
Oct
(24) |
Nov
(20) |
Dec
(41) |
2016 |
Jan
(9) |
Feb
(3) |
Mar
(2) |
Apr
(7) |
May
(8) |
Jun
(1) |
Jul
(6) |
Aug
(5) |
Sep
(2) |
Oct
(6) |
Nov
(1) |
Dec
(6) |
2017 |
Jan
(6) |
Feb
(1) |
Mar
|
Apr
(4) |
May
(1) |
Jun
(1) |
Jul
(2) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Heiko Z. <smi...@us...> - 2010-12-29 15:17:55
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28725/scripts Added Files: mod_authn_otp Log Message: added mod_authn_otp 1.1.1 --- NEW FILE: mod_authn_otp --- #!/bin/bash # # http://www.devil-linux.org # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 # get the directoryname of the script MYDIR=${0%/*} # source functions and config source $MYDIR/settings case $1 in build ) if [ "$CONFIG_HTTPD" = "y" ]; then if [ "$CONFIG_MOD_AUTHN_OTP" = "y" ]; then ./configure make || exit 1 strip_debug fi fi ;; install ) if [ "$CONFIG_HTTPD" = "y" ]; then if [ "$CONFIG_MOD_AUTHN_OTP" = "y" ]; then make install DESTDIR=$CDDIR || exit 1 fi fi ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac |
From: Heiko Z. <smi...@us...> - 2010-12-29 15:17:55
|
Update of /cvsroot/devil-linux/build In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28725 Modified Files: CHANGES Makefile.build Makefile.install md5sum.lst Log Message: added mod_authn_otp 1.1.1 Index: Makefile.build =================================================================== RCS file: /cvsroot/devil-linux/build/Makefile.build,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- Makefile.build 1 Dec 2010 01:40:30 -0000 1.25 +++ Makefile.build 29 Dec 2010 15:17:47 -0000 1.26 @@ -91,7 +91,7 @@ strongswan swig syslog-ng udev webmin GROUP_21 := Mail-SpamAssassin bluez-firmware bluez-hcidump bluez-utils ippool \ - lm_sensors mdadm mod_auth_kerb mod_perl module-init-tools \ + lm_sensors mdadm mod_auth_kerb mod_authn_otp mod_perl module-init-tools \ ntop openl2tp pam_radius poptop portslave \ pptp-linux rp-pppoe sagator xmbmon modsecurity-apache @@ -781,6 +781,8 @@ mod_auth_kerb: | $(GROUP_20) +mod_authn_otp: | $(GROUP_20) + mod_perl: | $(GROUP_20) module-init-tools: | $(GROUP_20) Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1430 retrieving revision 1.1431 diff -u -d -r1.1430 -r1.1431 --- CHANGES 17 Dec 2010 02:20:46 -0000 1.1430 +++ CHANGES 29 Dec 2010 15:17:47 -0000 1.1431 @@ -22,6 +22,7 @@ # 1.4.2 +- added mod_authn_otp 1.1.1 - updated fetchmail-6.3.19 - updated gradm-2.2.1-201012121738 - updated grsecurity-2.2.1-2.6.32.27-201012151819 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.610 retrieving revision 1.611 diff -u -d -r1.610 -r1.611 --- md5sum.lst 17 Dec 2010 02:20:46 -0000 1.610 +++ md5sum.lst 29 Dec 2010 15:17:47 -0000 1.611 @@ -305,6 +305,7 @@ 9b5af852a9ca53694a09e023778b546b src/mktemp-1.5-add_tempfile-3.patch.bz2 9a35c59502a228c6ce2be025fc6e3ff2 src/mktemp-1.5.tar.gz a363588578050b3d320a2ceccf3ed666 src/mod_auth_kerb-5.3.tar.gz +50ddc1cacde9be8e8c20eb0e253267cf src/mod_authn_otp-1.1.1.tar.gz 1a05625ae6843085f985f5da8214502a src/mod_perl-2.0.4.tar.gz f7d14b97bbe54ecb953125b0f9b87a24 src/modsecurity-apache_2.5.12.tar.gz 28dfcb9e24cdbeb12b99ac1eb8af7dea src/module-init-tools-3.11.1.tar.bz2 Index: Makefile.install =================================================================== RCS file: /cvsroot/devil-linux/build/Makefile.install,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- Makefile.install 1 Dec 2010 01:40:30 -0000 1.17 +++ Makefile.install 29 Dec 2010 15:17:47 -0000 1.18 @@ -85,7 +85,7 @@ udev webmin GROUP_21 := Mail-SpamAssassin bluez-firmware bluez-hcidump bluez-utils ippool \ - lm_sensors mdadm mod_auth_kerb mod_perl module-init-tools \ + lm_sensors mdadm mod_auth_kerb mod_authn_otp mod_perl module-init-tools \ ntop openl2tp pam_radius poptop portslave \ pptp-linux rp-pppoe sagator xmbmon modsecurity-apache MailScanner @@ -698,6 +698,8 @@ mod_auth_kerb: | $(GROUP_20) +mod_authn_otp: | $(GROUP_20) + mod_perl: | $(GROUP_20) module-init-tools: | $(GROUP_20) |
From: Heiko Z. <smi...@us...> - 2010-12-28 14:10:01
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Devil-Linux". The branch, master has been updated via 9aebf14c15fd6416c06d2e735d623921e0cf60c0 (commit) via 6527001c9d42b95c76b7689ed8eeecd8d17740cd (commit) via bff52482023a055aab28602ac630d229303c9013 (commit) via cc5d00215ae5c2fb04869ea8d44d4f1694fafcb7 (commit) via ee3c9d4759e2e7e70bc3f91648ad4680293af3cb (commit) via 1b4e24e80d8587b28b91e648d066525aa95075fc (commit) via c1ce30f7f7771440e29a3e6d925afd15080b3a0d (commit) via 7aa2e0c3d5b9f13fc1398e733090a3b4e6a95226 (commit) via a6337a4dc81de8a9428860365a11a392baca323f (commit) via eb8390d66f487559828058a47414617632afb1f1 (commit) via 21f7b8bccec20702170d89ab662757945d9ffbe9 (commit) via 6908149bec720e6bb4c2d1e8d03331bcd4e3343b (commit) via 12989b062639897a9fd3734848eb87d1bfdc6d23 (commit) via cf2d05b9a3bfb0821ab89d189bf91e48b737e63f (commit) via 48e9541fd5db34fce1de004805f3859b54d1eb89 (commit) via d4f63946c68da03da9fa9a316e194eede5af961a (commit) via d741cf7c62a5197a138a4e0890bf99f026dd0354 (commit) via 50e0338bc86955bd982a43317a49175d16868dae (commit) via fcde2191fa97ee51ccfd64cde900cc1344f09b2a (commit) via 960d268b25f61c407056c2eba946612a38d7de9f (commit) via ac294cf557f0d6053373d9af3471300a12f28d1c (commit) from f95a1e36fc02051ea58a3ab3aeb954e44b82646a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9aebf14c15fd6416c06d2e735d623921e0cf60c0 Merge: f95a1e36fc02051ea58a3ab3aeb954e44b82646a 6527001c9d42b95c76b7689ed8eeecd8d17740cd Author: Heiko Zuerker <smi...@us...> Date: Tue Dec 28 08:08:42 2010 -0600 Merge branch 'master' of git://git.buildroot.net/buildroot commit 6527001c9d42b95c76b7689ed8eeecd8d17740cd Author: Peter Korsgaard <ja...@su...> Date: Tue Dec 28 08:52:14 2010 +0100 php: fix gmp extension build after libgmp bump Patch from php svn r295402. Signed-off-by: Peter Korsgaard <ja...@su...> commit bff52482023a055aab28602ac630d229303c9013 Author: Peter Korsgaard <ja...@su...> Date: Tue Dec 28 00:07:53 2010 +0100 qt: dbus module needs gui support as well Signed-off-by: Peter Korsgaard <ja...@su...> commit cc5d00215ae5c2fb04869ea8d44d4f1694fafcb7 Author: Peter Korsgaard <ja...@su...> Date: Mon Dec 27 23:48:51 2010 +0100 gvfs: bump version to fix build with recent glib libglib2 recently got a gdbusutils.h file as well, confusing the gvfs build. Update to a more recent version containing a workaround. Signed-off-by: Peter Korsgaard <ja...@su...> commit ee3c9d4759e2e7e70bc3f91648ad4680293af3cb Author: Heiko Zuerker <smi...@us...> Date: Sun Dec 26 11:31:15 2010 -0600 netperf: add Gentoo patch to fix buffer overflow compiler warnings Signed-off-by: Heiko Zuerker <smi...@us...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 1b4e24e80d8587b28b91e648d066525aa95075fc Author: Mike Frysinger <va...@ge...> Date: Mon Dec 27 16:36:49 2010 -0500 u-boot: update default helper tools to 2010.12 Signed-off-by: Mike Frysinger <va...@ge...> Signed-off-by: Peter Korsgaard <ja...@su...> commit c1ce30f7f7771440e29a3e6d925afd15080b3a0d Author: Peter Korsgaard <ja...@su...> Date: Mon Dec 27 22:50:18 2010 +0100 linux: fix linux- aliases The generic linux-% alias conflicts with the linux-fusion package, so add explicit aliases instead. Signed-off-by: Peter Korsgaard <ja...@su...> commit 7aa2e0c3d5b9f13fc1398e733090a3b4e6a95226 Author: Gustavo Zacarias <gu...@za...> Date: Mon Dec 6 16:40:10 2010 -0300 mpc: make it a proper package * Convert mpc to a proper autotargets package * Hook it up for binutils/gcc to use Signed-off-by: Gustavo Zacarias <gu...@za...> Acked-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit a6337a4dc81de8a9428860365a11a392baca323f Author: Gustavo Zacarias <gu...@za...> Date: Mon Dec 6 16:40:09 2010 -0300 mpfr: make it a proper package and bump to version 3.0.0-p8 * Convert mpfr to a proper autotargets package * Bump to version 3.0.0-p8 * Hook it up for binutils/gcc to use Signed-off-by: Gustavo Zacarias <gu...@za...> Acked-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit eb8390d66f487559828058a47414617632afb1f1 Author: Gustavo Zacarias <gu...@za...> Date: Mon Dec 6 16:40:08 2010 -0300 php: libgmp was renamed to gmp Signed-off-by: Gustavo Zacarias <gu...@za...> Acked-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 21f7b8bccec20702170d89ab662757945d9ffbe9 Author: Gustavo Zacarias <gu...@za...> Date: Mon Dec 6 16:40:07 2010 -0300 gmp: make it a proper package and bump to version 5.0.1 * Convert gmp to a proper autotargets package * Bump to version 5.0.1 * Hook it up for binutils/gcc to use Signed-off-by: Gustavo Zacarias <gu...@za...> Acked-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 6908149bec720e6bb4c2d1e8d03331bcd4e3343b Author: Gustavo Zacarias <gu...@za...> Date: Mon Dec 6 16:40:11 2010 -0300 package infra: fix versioned patches for host packages Without this patch we'd need separate versioned patch directories for target and host packages, thus having unwanted duplication. Signed-off-by: Gustavo Zacarias <gu...@za...> Acked-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 12989b062639897a9fd3734848eb87d1bfdc6d23 Author: Heiko Zuerker <smi...@us...> Date: Sun Dec 26 10:45:37 2010 -0600 jpeg: don't add prefix to binaries Signed-off-by: Heiko Zuerker <smi...@us...> Signed-off-by: Peter Korsgaard <ja...@su...> commit cf2d05b9a3bfb0821ab89d189bf91e48b737e63f Author: Gustavo Zacarias <gu...@za...> Date: Mon Dec 27 12:33:04 2010 -0300 sqlite: use new upstream file versioning convention Upstream decided to change the file naming convention. sqlite-amalgamation is now sqlite-autoconf For a given version, say, 3.7.4 (W.X.Y) upstream now uses WXXYYZZ with Z reserved for minor fix versions, all zero padded. Thus 3.7.4 is 3070400, 3.7.4.1 would be 3070401. Signed-off-by: Gustavo Zacarias <gu...@za...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 48e9541fd5db34fce1de004805f3859b54d1eb89 Merge: d4f63946c68da03da9fa9a316e194eede5af961a 960d268b25f61c407056c2eba946612a38d7de9f Author: Peter Korsgaard <ja...@su...> Date: Mon Dec 27 21:33:46 2010 +0100 Merge branch 'for-2011.02/dl-tools' of git://git.busybox.net/~tpetazzoni/git/buildroot commit d4f63946c68da03da9fa9a316e194eede5af961a Author: Peter Korsgaard <ja...@su...> Date: Mon Dec 27 21:31:15 2010 +0100 toolchain/uClibc: add 0.9.32-rc1 Signed-off-by: Peter Korsgaard <ja...@su...> commit d741cf7c62a5197a138a4e0890bf99f026dd0354 Author: Peter Korsgaard <ja...@su...> Date: Mon Dec 27 21:12:25 2010 +0100 mesa3d: ensure it can only be compiled with modular X server kdrive has no glx support, and mesa3d depends on libdrm which needs largefile support (just like the modular server), so ensure mesa3d can only be enabled in that configuration. Signed-off-by: Peter Korsgaard <ja...@su...> commit 50e0338bc86955bd982a43317a49175d16868dae Author: Peter Korsgaard <ja...@su...> Date: Mon Dec 27 15:49:00 2010 +0100 lsof: fix build after gentargets conversion With the gentargets conversion, the tarball is extracted directly in the source directory, so adjust paths to match. Signed-off-by: Peter Korsgaard <ja...@su...> commit fcde2191fa97ee51ccfd64cde900cc1344f09b2a Author: Peter Korsgaard <ja...@su...> Date: Sun Dec 26 08:49:56 2010 +0100 mrouted: use official tarball rather than git Signed-off-by: Peter Korsgaard <ja...@su...> commit 960d268b25f61c407056c2eba946612a38d7de9f Author: Thomas Petazzoni <tho...@fr...> Date: Fri Dec 24 15:57:29 2010 +0100 infrastructure: only require download tools when needed Instead of having to require svn, git or bzr unconditionally, only require them when one package needs them to be downloaded. Signed-off-by: Thomas Petazzoni <tho...@fr...> commit ac294cf557f0d6053373d9af3471300a12f28d1c Author: Daniel Nyström <dan...@ti...> Date: Thu Nov 25 11:36:34 2010 +0100 package/Makefile.package.in: Added BZR download support Signed-off-by: Daniel Nyström <dan...@ti...> Signed-off-by: Thomas Petazzoni <tho...@fr...> ----------------------------------------------------------------------- Summary of changes: boot/u-boot/u-boot.mk | 2 +- linux/linux.mk | 12 +- package/Makefile.package.in | 55 +- package/gmp/Config.in | 12 +- package/gmp/gmp.mk | 109 +- package/gvfs/gvfs-1.4.0-libsoup-gnome.patch | 106 -- package/gvfs/gvfs.mk | 4 +- package/lsof/lsof.mk | 8 +- package/mpc/Config.in | 15 +- package/mpc/mpc.mk | 109 +- package/mpfr/Config.in | 13 +- package/mpfr/mpfr-3.0.0-p8.patch | 1950 ++++++++++++++++++++ package/mpfr/mpfr.mk | 126 +-- package/mrouted/mrouted.mk | 6 +- package/php/Config.ext | 2 +- ...hen-__GMP_BITS_PER_MP_LIMB-is-not-defined.patch | 30 + package/php/php.mk | 2 +- package/qt/Config.in | 2 +- package/sqlite/sqlite.mk | 4 +- package/x11r7/mesa3d/Config.in | 1 + toolchain/binutils/binutils.mk | 26 +- toolchain/dependencies/dependencies.mk | 7 + toolchain/dependencies/dependencies.sh | 2 +- toolchain/gcc/gcc-uclibc-4.x.mk | 16 +- toolchain/toolchain-buildroot/Config.in.2 | 2 +- toolchain/uClibc/Config.in | 5 + .../{uClibc-0.9.31.config => uClibc-0.9.32.config} | 62 +- 27 files changed, 2138 insertions(+), 550 deletions(-) delete mode 100644 package/gvfs/gvfs-1.4.0-libsoup-gnome.patch create mode 100644 package/mpfr/mpfr-3.0.0-p8.patch create mode 100644 package/php/php-5.2.16-fix-build-when-__GMP_BITS_PER_MP_LIMB-is-not-defined.patch copy toolchain/uClibc/{uClibc-0.9.31.config => uClibc-0.9.32.config} (95%) hooks/post-receive -- Devil-Linux |
From: Heiko Z. <smi...@us...> - 2010-12-26 19:31:55
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Devil-Linux". The branch, master has been updated via f95a1e36fc02051ea58a3ab3aeb954e44b82646a (commit) from 855e95b6e3f2b8aba90318035d9951ac9d1a5cb3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f95a1e36fc02051ea58a3ab3aeb954e44b82646a Author: Heiko Zuerker <smi...@us...> Date: Sun Dec 26 13:31:36 2010 -0600 updated default config ----------------------------------------------------------------------- Summary of changes: configs/devil-linux_x86_64_defconfig | 102 ++++++++++++++++++++++------------ 1 files changed, 66 insertions(+), 36 deletions(-) hooks/post-receive -- Devil-Linux |
From: Heiko Z. <smi...@us...> - 2010-12-26 17:31:40
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Devil-Linux". The branch, master has been updated via 855e95b6e3f2b8aba90318035d9951ac9d1a5cb3 (commit) from 5898a721f72fb7143c3d747bc451dacc6eaad4f7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 855e95b6e3f2b8aba90318035d9951ac9d1a5cb3 Author: Heiko Zuerker <smi...@us...> Date: Sun Dec 26 11:30:30 2010 -0600 netperf: add Gentoo patch to fix buffer overflow compiler warnings ----------------------------------------------------------------------- Summary of changes: package/netperf/netperf-2.4.5-netserver.patch | 51 +++++++++++++++++++++++++ 1 files changed, 51 insertions(+), 0 deletions(-) create mode 100644 package/netperf/netperf-2.4.5-netserver.patch hooks/post-receive -- Devil-Linux |
From: Heiko Z. <smi...@us...> - 2010-12-26 16:46:01
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Devil-Linux". The branch, master has been updated via 5898a721f72fb7143c3d747bc451dacc6eaad4f7 (commit) from 0a252c2a8f1d19abcb44e0be3eb5650b53765711 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5898a721f72fb7143c3d747bc451dacc6eaad4f7 Author: Heiko Zuerker <smi...@us...> Date: Sun Dec 26 10:45:14 2010 -0600 jpeg: don't add prefix to binaries ----------------------------------------------------------------------- Summary of changes: package/jpeg/jpeg.mk | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) hooks/post-receive -- Devil-Linux |
From: Heiko Z. <smi...@us...> - 2010-12-26 16:13:20
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Devil-Linux". The branch, master has been updated via 0a252c2a8f1d19abcb44e0be3eb5650b53765711 (commit) via dc04a921450daa65c63f67a03f8f600475917c64 (commit) via 969de4de7eb1ead64cafc1a85d4308164cf955b4 (commit) via 28f77123de67834dee88d2c092c0f4b0770d6af2 (commit) via cd72e95b2909da23e2d919a550716b00c656138e (commit) from 677b16ca9ffd0226c2f99995617632dab239f132 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 0a252c2a8f1d19abcb44e0be3eb5650b53765711 Merge: dc04a921450daa65c63f67a03f8f600475917c64 969de4de7eb1ead64cafc1a85d4308164cf955b4 Author: Heiko Zuerker <smi...@us...> Date: Sun Dec 26 10:12:54 2010 -0600 Merge branch 'master' of git://git.buildroot.net/buildroot commit dc04a921450daa65c63f67a03f8f600475917c64 Author: Heiko Zuerker <smi...@us...> Date: Sun Dec 26 09:25:19 2010 -0600 udev depends on host-gperf commit 969de4de7eb1ead64cafc1a85d4308164cf955b4 Author: Thomas Petazzoni <tho...@fr...> Date: Fri Dec 24 18:21:37 2010 +0100 u-boot: add support for version 2010.12 Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 28f77123de67834dee88d2c092c0f4b0770d6af2 Author: Peter Korsgaard <ja...@su...> Date: Sat Dec 25 22:33:20 2010 +0100 grep: fix build when libiconv is enabled Signed-off-by: Peter Korsgaard <ja...@su...> commit cd72e95b2909da23e2d919a550716b00c656138e Author: Peter Korsgaard <ja...@su...> Date: Sat Dec 25 20:47:12 2010 +0100 package/games: remove magiccube4d It hasn't seen any updates since it was added early 2008, upstream seems dead and it doesn't build with modern GCC versions. Signed-off-by: Peter Korsgaard <ja...@su...> ----------------------------------------------------------------------- Summary of changes: boot/u-boot/Config.in | 6 +++++- package/Config.in | 1 - package/games/magiccube4d/Config.in | 11 ----------- .../magiccube4d-2_2-add-installer.patch | 13 ------------- .../magiccube4d/magiccube4d-2_2-no-warn-err.patch | 11 ----------- package/games/magiccube4d/magiccube4d.mk | 15 --------------- package/grep/grep.mk | 6 ++++++ package/udev/udev.mk | 4 ++-- 8 files changed, 13 insertions(+), 54 deletions(-) delete mode 100644 package/games/magiccube4d/Config.in delete mode 100644 package/games/magiccube4d/magiccube4d-2_2-add-installer.patch delete mode 100644 package/games/magiccube4d/magiccube4d-2_2-no-warn-err.patch delete mode 100644 package/games/magiccube4d/magiccube4d.mk hooks/post-receive -- Devil-Linux |
From: Heiko Z. <smi...@us...> - 2010-12-26 15:17:57
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Devil-Linux". The branch, master has been updated via 677b16ca9ffd0226c2f99995617632dab239f132 (commit) via c660a7b063637aac507033475ec108ef27799fad (commit) from 75941d8a73ea1ee57c01a6ae1259d7e7d31ec17e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 677b16ca9ffd0226c2f99995617632dab239f132 Author: Heiko Zuerker <smi...@us...> Date: Sun Dec 26 09:17:10 2010 -0600 syslog-ng/libnet: correct dependencies and don't use prefix to install commit c660a7b063637aac507033475ec108ef27799fad Author: Heiko Zuerker <smi...@us...> Date: Sat Dec 25 10:16:56 2010 -0600 lvm2: force the use of TARGET_AR ----------------------------------------------------------------------- Summary of changes: package/libnet/libnet.mk | 3 ++- package/lvm2/lvm2.mk | 4 +++- package/syslog-ng/Config.in | 1 + package/syslog-ng/syslog-ng.mk | 9 +++++++-- 4 files changed, 13 insertions(+), 4 deletions(-) hooks/post-receive -- Devil-Linux |
From: Heiko Z. <smi...@us...> - 2010-12-25 16:10:32
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Devil-Linux". The branch, master has been updated via 75941d8a73ea1ee57c01a6ae1259d7e7d31ec17e (commit) from bd1c8f6aca5bdb255ef24c16598a76ad7274a5cb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 75941d8a73ea1ee57c01a6ae1259d7e7d31ec17e Author: Heiko Zuerker <smi...@us...> Date: Sat Dec 25 10:09:39 2010 -0600 lvm2: bump version to 2.02.79 (.78 was pulled by Redhat) ----------------------------------------------------------------------- Summary of changes: package/lvm2/lvm2.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- Devil-Linux |
From: Heiko Z. <smi...@us...> - 2010-12-24 16:26:41
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Devil-Linux". The branch, master has been updated via bd1c8f6aca5bdb255ef24c16598a76ad7274a5cb (commit) from 9f4e5f9e4f29af24dceed86bac4c845472e2f82a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bd1c8f6aca5bdb255ef24c16598a76ad7274a5cb Author: Heiko Zuerker <smi...@us...> Date: Fri Dec 24 10:26:14 2010 -0600 fix zisofs support and make sure beep works ----------------------------------------------------------------------- Summary of changes: configs/devil-linux_x86_64_defconfig | 6 +++--- fs/iso9660/iso9660.mk | 8 ++++---- target/Devil-Linux/default/customize_target.sh | 4 ++++ .../default/target_skeleton/etc/init.d/beep | 2 +- 4 files changed, 12 insertions(+), 8 deletions(-) hooks/post-receive -- Devil-Linux |
From: Heiko Z. <smi...@us...> - 2010-12-24 15:31:47
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Devil-Linux". The branch, master has been updated via 9f4e5f9e4f29af24dceed86bac4c845472e2f82a (commit) from 19d3f823c30fec39f5d4589355edd36e03f92f2d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9f4e5f9e4f29af24dceed86bac4c845472e2f82a Author: Heiko Zuerker <smi...@us...> Date: Fri Dec 24 09:31:28 2010 -0600 updated default config ----------------------------------------------------------------------- Summary of changes: configs/devil-linux_x86_64_defconfig | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) hooks/post-receive -- Devil-Linux |
From: Heiko Z. <smi...@us...> - 2010-12-24 14:44:37
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Devil-Linux". The branch, master has been updated via 19d3f823c30fec39f5d4589355edd36e03f92f2d (commit) via b6025cef1daf8de18b82778a30961863352abe50 (commit) via 883951c7123760b24ad1bf336409b013ec0cd7f6 (commit) from 8445f0b576991e9ee9f1a5a362178f4746194181 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 19d3f823c30fec39f5d4589355edd36e03f92f2d Author: Heiko Zuerker <smi...@us...> Date: Fri Dec 24 08:44:00 2010 -0600 corrections commit b6025cef1daf8de18b82778a30961863352abe50 Author: Heiko Zuerker <smi...@us...> Date: Fri Dec 24 08:31:53 2010 -0600 added requested changes from buildroot maintainers commit 883951c7123760b24ad1bf336409b013ec0cd7f6 Author: Heiko Zuerker <smi...@us...> Date: Fri Dec 24 08:11:06 2010 -0600 busybox: fix typo ----------------------------------------------------------------------- Summary of changes: package/Config.in | 1 + package/busybox/busybox.mk | 2 +- package/eventlog/Config.in | 10 ++++++++++ package/libnet/Config.in | 6 ++++-- package/syslog-ng/Config.in | 11 +++++++---- package/syslog-ng/syslog-ng.mk | 2 +- 6 files changed, 24 insertions(+), 8 deletions(-) create mode 100644 package/eventlog/Config.in hooks/post-receive -- Devil-Linux |
From: Heiko Z. <smi...@us...> - 2010-12-24 01:24:27
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Devil-Linux". The branch, master has been updated via 8445f0b576991e9ee9f1a5a362178f4746194181 (commit) via c1cf1a2f5aae5656ae4466074e11a956ee260fbd (commit) via 308688359e0cd05ac1bf82b0208d322bd6675632 (commit) from 8270a91c8d0056607707babe53619beced4124cb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8445f0b576991e9ee9f1a5a362178f4746194181 Author: Heiko Zuerker <smi...@us...> Date: Thu Dec 23 19:23:47 2010 -0600 add syslog-ng 3.0.9, including required eventlog lib commit c1cf1a2f5aae5656ae4466074e11a956ee260fbd Author: Heiko Zuerker <smi...@us...> Date: Thu Dec 23 19:09:46 2010 -0600 add libnet 1.1.5 Signed-off-by: Heiko Zuerker <smi...@us...> commit 308688359e0cd05ac1bf82b0208d322bd6675632 Author: Heiko Zuerker <smi...@us...> Date: Thu Dec 23 19:16:21 2010 -0600 updated default config ----------------------------------------------------------------------- Summary of changes: configs/devil-linux_x86_64_defconfig | 8 +++++- package/Config.in | 2 + package/eventlog/eventlog.mk | 13 ++++++++++++ package/libnet/Config.in | 4 +++ package/libnet/libnet.mk | 12 +++++++++++ package/syslog-ng/Config.in | 19 +++++++++++++++++ package/syslog-ng/syslog-ng.mk | 36 ++++++++++++++++++++++++++++++++++ 7 files changed, 92 insertions(+), 2 deletions(-) create mode 100644 package/eventlog/eventlog.mk create mode 100644 package/libnet/Config.in create mode 100644 package/libnet/libnet.mk create mode 100644 package/syslog-ng/Config.in create mode 100644 package/syslog-ng/syslog-ng.mk hooks/post-receive -- Devil-Linux |
From: Heiko Z. <smi...@us...> - 2010-12-24 00:05:21
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Devil-Linux". The branch, master has been updated via 8270a91c8d0056607707babe53619beced4124cb (commit) from 88a0bf114b24adccbe47979494e5f4072013eab4 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8270a91c8d0056607707babe53619beced4124cb Author: Heiko Zuerker <smi...@us...> Date: Thu Dec 23 18:04:36 2010 -0600 make sure we got all the user accounts we need. update busybox config ----------------------------------------------------------------------- Summary of changes: target/Devil-Linux/default/config/busybox | 2 +- .../Devil-Linux/default/target_skeleton/etc/group | 19 +++++++++++++- .../default/target_skeleton/etc/gshadow | 25 +++++++++++++++++- .../Devil-Linux/default/target_skeleton/etc/passwd | 25 ++++++++++++++++++ .../Devil-Linux/default/target_skeleton/etc/shadow | 27 ++++++++++++++++++++ 5 files changed, 95 insertions(+), 3 deletions(-) hooks/post-receive -- Devil-Linux |
From: Heiko Z. <smi...@us...> - 2010-12-23 22:26:39
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Devil-Linux". The branch, master has been updated via 88a0bf114b24adccbe47979494e5f4072013eab4 (commit) via 8a37582ac05b4d5f7cf49873ac2f8155f3df7d08 (commit) via 3a3890f6d2a12f80c501ff224920c440780ea0ee (commit) via 89085d9c1728e533f5ff141ef67c80fcdb69a294 (commit) from bb44b044172211225fe7101892dc093f97ccb6a7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 88a0bf114b24adccbe47979494e5f4072013eab4 Author: Heiko Zuerker <smi...@us...> Date: Thu Dec 23 16:26:11 2010 -0600 more busybox config cleanup commit 8a37582ac05b4d5f7cf49873ac2f8155f3df7d08 Author: Heiko Zuerker <smi...@us...> Date: Thu Dec 23 16:08:32 2010 -0600 busybox: add option to disable automatic configuration changes depending on buildroot settings commit 3a3890f6d2a12f80c501ff224920c440780ea0ee Author: Heiko Zuerker <smi...@us...> Date: Thu Dec 23 16:05:55 2010 -0600 don't create the symlinks commit 89085d9c1728e533f5ff141ef67c80fcdb69a294 Author: Heiko Zuerker <smi...@us...> Date: Thu Dec 23 16:04:16 2010 -0600 go back to static ----------------------------------------------------------------------- Summary of changes: package/busybox/Config.in | 6 +++++ package/busybox/busybox.mk | 6 +++++ target/Devil-Linux/default/config/busybox | 36 ++++++++++++++-------------- 3 files changed, 30 insertions(+), 18 deletions(-) hooks/post-receive -- Devil-Linux |
From: Heiko Z. <smi...@us...> - 2010-12-23 21:57:02
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Devil-Linux". The branch, master has been updated via bb44b044172211225fe7101892dc093f97ccb6a7 (commit) from 61be8cb5d9262b33feab0717b33e64bf7808f333 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bb44b044172211225fe7101892dc093f97ccb6a7 Author: Heiko Zuerker <smi...@us...> Date: Thu Dec 23 15:55:33 2010 -0600 trim down busybox, crosstool-ng patches, crosstool-ng security features for gcc ----------------------------------------------------------------------- Summary of changes: configs/devil-linux_x86_64_defconfig | 15 +- target/Devil-Linux/default/config/busybox | 564 +++++++++--------- target/Devil-Linux/default/config/ct-ng | 45 +- .../patches.ct-ng/add_glibc_2.12.x_support.patch | 29 + .../ct-ng.config-handle-patch-fallbacks.patch | 14 + .../gcc/4.4.5/gcc-4.4.5-fortify_source-1.patch | 116 ++++ .../patches.ct-ng/gcc/4.4.5/gcc-4.4.5-fpie-1.patch | 104 ++++ .../gcc/4.4.5/gcc-4.4.5-fstack_protector-1.patch | 69 +++ .../gcc/4.5.1/gcc-4.5.1-fortify_source-1.patch | 115 ++++ .../patches.ct-ng/gcc/4.5.1/gcc-4.5.1-fpie-1.patch | 104 ++++ .../gcc/4.5.1/gcc-4.5.1-fstack_protector-1.patch | 69 +++ .../0030_all_glibc-respect-env-CPPFLAGS.patch | 23 + ...all_glibc-2.10-resolv-nameserver-fallback.patch | 31 + .../2.10.1/0060_all_binutils-2.20-compat.patch | 39 ++ .../0063_all_glibc-2.10-output-int-overflow.patch | 153 +++++ ...66_all_glibc-2.10-malloc-check-race-crash.patch | 127 ++++ ...70_all_glibc-i386-x86_64-revert-clone-cfi.patch | 59 ++ .../2.10.1/0077_all_i386-glibc-no-fallocate.patch | 57 ++ ...T_INT-definition-in-stdlib.h-and-sys-wait.patch | 37 ++ ...libc-2.10.1-0026-Terminate-correct-buffer.patch | 32 + ...e_fopen-Don-t-prematurely-stop-parsing-mo.patch | 44 ++ ...yscall-parameter-for-x86-absolute-timeout.patch | 36 ++ ...type-of-nd_opt_home_agent_info_preference.patch | 40 ++ ...-0041-Fix-x86-64-memchr-for-large-lengths.patch | 78 +++ ...e-race-when-freeing-object-in-fast-bin-li.patch | 31 + ...2.10.1-0050-Fix-wrong-PPC_FEATURE_-values.patch | 37 ++ ...ty-of-signalfd-eventfd-with-older-kernels.patch | 123 ++++ ...-SH-fix-clobber-list-in-stdlib-longlong.h.patch | 50 ++ ...levellock-broken-for-FUTEX_CLOCK_REALTIME.patch | 32 + ...mer_create-to-initialize-timer_t-properly.patch | 40 ++ ...pwritev-and-fallocate-for-D_FILE_OFFSET_B.patch | 162 +++++ ...ct-readahead-syscall-wrapper-on-powerpc32.patch | 33 + .../2.10.1/0085_all_glibc-disable-ldconfig.patch | 13 + .../1010_all_glibc-queue-header-updates.patch | 82 +++ .../2.10.1/1030_all_glibc-manual-no-perl.patch | 23 + .../1040_all_2.3.3-localedef-fix-trampoline.patch | 68 +++ .../2.10.1/1055_all_glibc-resolv-dynamic.patch | 38 ++ .../2.10.1/1060_all_glibc-localedef-mmap.patch | 38 ++ .../glibc/2.10.1/1070_all_glibc-fadvise64_64.patch | 28 + .../2.10.1/1073_all_glibc-ldbl-nexttowardf.patch | 66 ++ .../2.10.1/1075_all_glibc-section-comments.patch | 23 + .../2.10.1/1080_all_glibc-no-inline-gmon.patch | 34 + .../1085_all_glibc-2.9-check_native-headers.patch | 16 + .../2.10.1/1090_all_glibc-2.3.6-fix-pr631.patch | 45 ++ .../2.10.1/1095_all_glibc-2.9-assume-pipe2.patch | 52 ++ .../glibc/2.10.1/1100_all_glibc-2.3.3-china.patch | 29 + .../1103_all_glibc-new-valencian-locale.patch | 113 ++++ .../1130_all_glibc-2.4-undefine-__i686.patch | 47 ++ .../2.10.1/1160_all_glibc-2.8-nscd-one-fork.patch | 38 ++ .../1503_hppa_glibc-2.7-hppa-nptl-carlos.patch | 237 ++++++++ .../2.10.1/1530_all_glibc-m68k-sys-user.patch | 92 +++ .../3000_all_2.3.6-dl_execstack-PaX-support.patch | 64 ++ .../2.10.1/3010_all_2.3.3_pre20040117-pt_pax.patch | 29 + .../3020_all_glibc-tests-sandbox-libdl-paths.patch | 181 ++++++ .../glibc/2.10.1/5021_all_2.9-fnmatch.patch | 60 ++ .../5063_all_glibc-dont-build-timezone.patch | 7 + .../5070_all_glibc-2.7-cross-compile-nptl.patch | 50 ++ .../2.10.1/6120_all_ppc-glibc-2.9-atomic.patch | 421 +++++++++++++ .../6240_all_glibc-2.8-nptl-lowlevellock.patch | 21 + .../6418_all_sh-glibc-2.9-set-fpscr-proto.patch | 12 + .../glibc/2.10.1/6600_mips_librt-mips.patch | 89 +++ .../2.10.1/6605_all_glibc-2.4-fpu-cw-mips.patch | 13 + .../2.10.1/6610_all_glibc-r10k-workarounds.patch | 66 ++ .../6645_all_glibc-mips_shn_undef-hack.patch | 23 + .../patches.ct-ng/glibc/2.10.1/README.history | 88 +++ .../0010_all_glibc-locale-output-quote.patch | 95 +++ .../0020_all_glibc-tweak-rfc1918-lookup.patch | 27 + .../0030_all_glibc-respect-env-CPPFLAGS.patch | 23 + ...all_glibc-2.10-resolv-nameserver-fallback.patch | 31 + .../2.12.1/0050_all_glibc-make-3.82-rules.patch | 31 + ..._all_glibc-2.12-static-shared-getpagesize.patch | 338 +++++++++++ ...060_all_glibc-2.12-sse4-x86-static-strspn.patch | 38 ++ .../2.12.1/0060_all_glibc-ld-audit-setuid.patch | 235 ++++++++ .../2.12.1/0061_all_glibc-double-expansion.patch | 53 ++ .../0070_all_glibc-2.12-asm-gnu-indirect.patch | 630 ++++++++++++++++++++ .../2.12.1/0085_all_glibc-disable-ldconfig.patch | 13 + .../1010_all_glibc-queue-header-updates.patch | 82 +++ ...1020_all_glibc-longjmp-chk-hidden-fortify.patch | 68 +++ .../2.12.1/1030_all_glibc-manual-no-perl.patch | 23 + .../1040_all_2.3.3-localedef-fix-trampoline.patch | 68 +++ .../2.12.1/1055_all_glibc-resolv-dynamic.patch | 38 ++ .../2.12.1/1060_all_glibc-localedef-mmap.patch | 38 ++ .../glibc/2.12.1/1070_all_glibc-fadvise64_64.patch | 28 + .../2.12.1/1075_all_glibc-section-comments.patch | 23 + .../2.12.1/1080_all_glibc-no-inline-gmon.patch | 34 + .../1085_all_glibc-2.9-check_native-headers.patch | 16 + .../2.12.1/1090_all_glibc-2.3.6-fix-pr631.patch | 45 ++ .../2.12.1/1095_all_glibc-2.9-assume-pipe2.patch | 52 ++ .../glibc/2.12.1/1100_all_glibc-2.3.3-china.patch | 29 + .../1103_all_glibc-new-valencian-locale.patch | 113 ++++ .../1120_all_glibc-2.11-longjmp-chk-fallback.patch | 10 + .../1130_all_glibc-2.4-undefine-__i686.patch | 47 ++ .../2.12.1/1160_all_glibc-2.8-nscd-one-fork.patch | 38 ++ .../1503_hppa_glibc-2.7-hppa-nptl-carlos.patch | 237 ++++++++ .../1509_all_glibc-2.11-hppa-SOCK_CLOEXEC.patch | 448 ++++++++++++++ .../2.12.1/1530_all_glibc-m68k-sys-user.patch | 92 +++ .../3000_all_2.3.6-dl_execstack-PaX-support.patch | 64 ++ .../2.12.1/3010_all_2.3.3_pre20040117-pt_pax.patch | 29 + .../3020_all_glibc-tests-sandbox-libdl-paths.patch | 181 ++++++ .../glibc/2.12.1/5021_all_2.9-fnmatch.patch | 60 ++ .../5063_all_glibc-dont-build-timezone.patch | 7 + .../2.12.1/6120_all_ppc-glibc-2.9-atomic.patch | 421 +++++++++++++ .../6130_all_ppc-glibc-2.11-cell-vector.patch | 37 ++ .../patches.ct-ng/glibc/2.12.1/README.history | 71 +++ .../patch_variable-p_and_fuzzy_default.patch | 23 + 105 files changed, 8333 insertions(+), 317 deletions(-) create mode 100644 target/Devil-Linux/default/patches.ct-ng/add_glibc_2.12.x_support.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/ct-ng.config-handle-patch-fallbacks.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/gcc/4.4.5/gcc-4.4.5-fortify_source-1.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/gcc/4.4.5/gcc-4.4.5-fpie-1.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/gcc/4.4.5/gcc-4.4.5-fstack_protector-1.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/gcc/4.5.1/gcc-4.5.1-fortify_source-1.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/gcc/4.5.1/gcc-4.5.1-fpie-1.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/gcc/4.5.1/gcc-4.5.1-fstack_protector-1.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/0030_all_glibc-respect-env-CPPFLAGS.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/0044_all_glibc-2.10-resolv-nameserver-fallback.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/0060_all_binutils-2.20-compat.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/0063_all_glibc-2.10-output-int-overflow.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/0066_all_glibc-2.10-malloc-check-race-crash.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/0070_all_glibc-i386-x86_64-revert-clone-cfi.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/0077_all_i386-glibc-no-fallocate.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/0080_all_glibc-2.10.1-0012-Unify-__WAIT_INT-definition-in-stdlib.h-and-sys-wait.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/0080_all_glibc-2.10.1-0026-Terminate-correct-buffer.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/0080_all_glibc-2.10.1-0027-_IO_new_file_fopen-Don-t-prematurely-stop-parsing-mo.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/0080_all_glibc-2.10.1-0030-Fix-futex-syscall-parameter-for-x86-absolute-timeout.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/0080_all_glibc-2.10.1-0035-Fix-type-of-nd_opt_home_agent_info_preference.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/0080_all_glibc-2.10.1-0041-Fix-x86-64-memchr-for-large-lengths.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/0080_all_glibc-2.10.1-0048-Fix-possible-race-when-freeing-object-in-fast-bin-li.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/0080_all_glibc-2.10.1-0050-Fix-wrong-PPC_FEATURE_-values.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/0080_all_glibc-2.10.1-0062-Compatibility-of-signalfd-eventfd-with-older-kernels.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/0080_all_glibc-2.10.1-0072-SH-fix-clobber-list-in-stdlib-longlong.h.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/0080_all_glibc-2.10.1-0083-SH-lowlevellock-broken-for-FUTEX_CLOCK_REALTIME.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/0080_all_glibc-2.10.1-0090-Fix-timer_create-to-initialize-timer_t-properly.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/0080_all_glibc-2.10.1-0097-Fix-preadv-pwritev-and-fallocate-for-D_FILE_OFFSET_B.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/0080_all_glibc-2.10.1-0098-Correct-readahead-syscall-wrapper-on-powerpc32.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/0085_all_glibc-disable-ldconfig.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/1010_all_glibc-queue-header-updates.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/1030_all_glibc-manual-no-perl.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/1040_all_2.3.3-localedef-fix-trampoline.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/1055_all_glibc-resolv-dynamic.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/1060_all_glibc-localedef-mmap.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/1070_all_glibc-fadvise64_64.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/1073_all_glibc-ldbl-nexttowardf.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/1075_all_glibc-section-comments.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/1080_all_glibc-no-inline-gmon.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/1085_all_glibc-2.9-check_native-headers.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/1090_all_glibc-2.3.6-fix-pr631.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/1095_all_glibc-2.9-assume-pipe2.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/1100_all_glibc-2.3.3-china.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/1103_all_glibc-new-valencian-locale.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/1130_all_glibc-2.4-undefine-__i686.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/1160_all_glibc-2.8-nscd-one-fork.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/1503_hppa_glibc-2.7-hppa-nptl-carlos.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/1530_all_glibc-m68k-sys-user.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/3000_all_2.3.6-dl_execstack-PaX-support.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/3010_all_2.3.3_pre20040117-pt_pax.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/3020_all_glibc-tests-sandbox-libdl-paths.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/5021_all_2.9-fnmatch.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/5063_all_glibc-dont-build-timezone.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/5070_all_glibc-2.7-cross-compile-nptl.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/6120_all_ppc-glibc-2.9-atomic.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/6240_all_glibc-2.8-nptl-lowlevellock.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/6418_all_sh-glibc-2.9-set-fpscr-proto.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/6600_mips_librt-mips.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/6605_all_glibc-2.4-fpu-cw-mips.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/6610_all_glibc-r10k-workarounds.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/6645_all_glibc-mips_shn_undef-hack.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.10.1/README.history create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/0010_all_glibc-locale-output-quote.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/0020_all_glibc-tweak-rfc1918-lookup.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/0030_all_glibc-respect-env-CPPFLAGS.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/0044_all_glibc-2.10-resolv-nameserver-fallback.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/0050_all_glibc-make-3.82-rules.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/0055_all_glibc-2.12-static-shared-getpagesize.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/0060_all_glibc-2.12-sse4-x86-static-strspn.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/0060_all_glibc-ld-audit-setuid.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/0061_all_glibc-double-expansion.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/0070_all_glibc-2.12-asm-gnu-indirect.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/0085_all_glibc-disable-ldconfig.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/1010_all_glibc-queue-header-updates.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/1020_all_glibc-longjmp-chk-hidden-fortify.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/1030_all_glibc-manual-no-perl.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/1040_all_2.3.3-localedef-fix-trampoline.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/1055_all_glibc-resolv-dynamic.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/1060_all_glibc-localedef-mmap.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/1070_all_glibc-fadvise64_64.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/1075_all_glibc-section-comments.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/1080_all_glibc-no-inline-gmon.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/1085_all_glibc-2.9-check_native-headers.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/1090_all_glibc-2.3.6-fix-pr631.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/1095_all_glibc-2.9-assume-pipe2.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/1100_all_glibc-2.3.3-china.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/1103_all_glibc-new-valencian-locale.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/1120_all_glibc-2.11-longjmp-chk-fallback.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/1130_all_glibc-2.4-undefine-__i686.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/1160_all_glibc-2.8-nscd-one-fork.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/1503_hppa_glibc-2.7-hppa-nptl-carlos.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/1509_all_glibc-2.11-hppa-SOCK_CLOEXEC.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/1530_all_glibc-m68k-sys-user.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/3000_all_2.3.6-dl_execstack-PaX-support.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/3010_all_2.3.3_pre20040117-pt_pax.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/3020_all_glibc-tests-sandbox-libdl-paths.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/5021_all_2.9-fnmatch.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/5063_all_glibc-dont-build-timezone.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/6120_all_ppc-glibc-2.9-atomic.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/6130_all_ppc-glibc-2.11-cell-vector.patch create mode 100644 target/Devil-Linux/default/patches.ct-ng/glibc/2.12.1/README.history create mode 100644 target/Devil-Linux/default/patches.ct-ng/patch_variable-p_and_fuzzy_default.patch hooks/post-receive -- Devil-Linux |
From: Heiko Z. <smi...@us...> - 2010-12-23 16:34:55
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Devil-Linux". The branch, master has been updated via 61be8cb5d9262b33feab0717b33e64bf7808f333 (commit) via c8530262260fee4b475ccca1ae04eb28433fc4eb (commit) via e6633fd2e37d25f32958f30e852baa216ce1384a (commit) from 5975673631b3bc4c09c83292ca37a35c159c3e19 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 61be8cb5d9262b33feab0717b33e64bf7808f333 Merge: 5975673631b3bc4c09c83292ca37a35c159c3e19 c8530262260fee4b475ccca1ae04eb28433fc4eb Author: Heiko Zuerker <smi...@us...> Date: Thu Dec 23 10:34:36 2010 -0600 Merge branch 'master' of git://git.buildroot.net/buildroot commit c8530262260fee4b475ccca1ae04eb28433fc4eb Author: Thomas Petazzoni <tho...@fr...> Date: Thu Dec 23 11:42:49 2010 +0100 toolchain: fix again stamp file touch In e6633fd2e37d25f32958f30e852baa216ce1384a I did crap, and added a quietization inside a shell command, which was already quietized. This was stupid, and is fixed by this patch. Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit e6633fd2e37d25f32958f30e852baa216ce1384a Author: Thomas Petazzoni <tho...@fr...> Date: Thu Dec 23 10:31:08 2010 +0100 toolchain: add missing stamp file touch in external toolchain In the support of custom external toolchains, we forgot to touch the $(STAMP_DIR)/ext-toolchain-checked stamp file, which means that the toolchain was re-checked and re-installed at everyt build. At the same time, quietize a bit other stamp files touch. Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> ----------------------------------------------------------------------- Summary of changes: toolchain/toolchain-external/ext-tool.mk | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) hooks/post-receive -- Devil-Linux |
From: Heiko Z. <smi...@us...> - 2010-12-23 01:20:29
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Devil-Linux". The branch, master has been updated via 5975673631b3bc4c09c83292ca37a35c159c3e19 (commit) via d417a5634e301b3e83204ca56d5c775f129e3335 (commit) via 4ee01c268d65adbcf34f247c4703362128bf8d9e (commit) via e4cce3732ce024cd0b7139ac3aeeaca9da6c7e0e (commit) via 84241e949901b2e014c92ad55303de7796820bc2 (commit) via ff354debfa6391cf5762519652cb6cac27bc96f3 (commit) via 9e9213f11219e588f5759955c5731bfa0f1ed172 (commit) via 8960ecf5a2bef97eeac1ade21cc3987dfd22a461 (commit) via 748eb04a40d0dd5ef3b65448e0e732648c1ac019 (commit) via 0b584467c193234250819ee52d806f8cec13c1f0 (commit) via 2a92cee21a24daa0ef6e49a08c8c298fcee91c63 (commit) via 15bcaba70ab5c5ec7d3872700c01fd26eefd3bb3 (commit) via 4860730019db598b8e4b6f2f03cef0677ab36fef (commit) via cd66493d4f698aa227386f157e301ef7cd39c0cc (commit) via b236dcb618d8fd0422d79c4682837a5f9bd59d2b (commit) via bb23d22794b2e52bb23da71237bf078f25dacfb9 (commit) via 1fdd8100b6d7f5146c62116b44c3175db284265e (commit) via 257ec25c2edd30ca88ba6d20b1f62d6009386dc1 (commit) via 1ecf423dfb69492a3fadb3c11ae735a6c0d5e0c4 (commit) via 4a54b10ba9b499b361deb7b2337e5d648310ced4 (commit) via 250d2222baa74f5f5833a83716824f668fb7b958 (commit) via 36f33bc00f95b27702e07bacac8047f0d1882b62 (commit) via e88704dfba3209b093c7f4767d272972c3b911e1 (commit) via c5a195e4038af111fafc452e030e2a0a83ec1d9e (commit) via 4c31d75ca447c9d27cd57233caffedef1c36ee4b (commit) via 6a6901916af840b8cbf37d67ce9130a080616342 (commit) via 24b27158cf103b15b3dd518bbb1b6301a3b0449d (commit) via 6ddf4702647e46a09c15bedbe99017eaa10573e3 (commit) via c482c5ab6f0a08f64c31ab4bd0896f9c2882c909 (commit) via a7472011ae7a921162ac9dea21c0da231f899b6f (commit) via eb56385b24b590b22951b4499bf3bad4a563433c (commit) via cd11bf49704ef6413ae303c6c774b5c6a4a62f9a (commit) via 5366b4fa9972f3372711f7f69810c0fcef183b07 (commit) from 7305f9a4c1e73500ef8d26a32934468810b7b6ca (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 5975673631b3bc4c09c83292ca37a35c159c3e19 Merge: 6a6901916af840b8cbf37d67ce9130a080616342 d417a5634e301b3e83204ca56d5c775f129e3335 Author: Heiko Zuerker <smi...@us...> Date: Wed Dec 22 19:19:50 2010 -0600 Merge branch 'master' of git://git.buildroot.net/buildroot commit d417a5634e301b3e83204ca56d5c775f129e3335 Author: Gustavo Zacarias <gu...@za...> Date: Wed Dec 22 12:12:11 2010 -0300 squid: bump to version 3.1.10 Signed-off-by: Gustavo Zacarias <gu...@za...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 4ee01c268d65adbcf34f247c4703362128bf8d9e Author: Gustavo Zacarias <gu...@za...> Date: Wed Dec 22 09:25:05 2010 -0300 busybox 1.18.1: add hush fix Signed-off-by: Gustavo Zacarias <gu...@za...> Signed-off-by: Peter Korsgaard <ja...@su...> commit e4cce3732ce024cd0b7139ac3aeeaca9da6c7e0e Author: Gustavo Zacarias <gu...@za...> Date: Wed Dec 22 09:04:25 2010 -0300 webkit: bump to version 1.2.5 Signed-off-by: Gustavo Zacarias <gu...@za...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 84241e949901b2e014c92ad55303de7796820bc2 Author: Gustavo Zacarias <gu...@za...> Date: Wed Dec 22 09:04:05 2010 -0300 icu: convert to autotargets and bump to version 4.4.2 Signed-off-by: Gustavo Zacarias <gu...@za...> Signed-off-by: Peter Korsgaard <ja...@su...> commit ff354debfa6391cf5762519652cb6cac27bc96f3 Author: Gustavo Zacarias <gu...@za...> Date: Tue Dec 21 11:40:27 2010 -0300 libxslt: bump to version 1.1.26 Bump libxslt to version 1.1.26 Signed-off-by: Gustavo Zacarias <gu...@za...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 9e9213f11219e588f5759955c5731bfa0f1ed172 Author: Gustavo Zacarias <gu...@za...> Date: Tue Dec 21 11:39:28 2010 -0300 libxml2: bump to version 2.7.8 Bump libxml2 to version 2.7.8. Re-enable libtool patch now that we handle libtool2 in package infra. Signed-off-by: Gustavo Zacarias <gu...@za...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 8960ecf5a2bef97eeac1ade21cc3987dfd22a461 Author: Gustavo Zacarias <gu...@za...> Date: Fri Dec 17 13:41:05 2010 -0300 ed: bump to version 1.5 * Bump to version 1.5 * Really configure right (or wrong depending on perspective) since we weren't building ed for the target it was completely broken. Signed-off-by: Gustavo Zacarias <gu...@za...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 748eb04a40d0dd5ef3b65448e0e732648c1ac019 Author: Gustavo Zacarias <gu...@za...> Date: Fri Dec 17 13:30:56 2010 -0300 screen: bump to version 4.0.3 Signed-off-by: Gustavo Zacarias <gu...@za...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 0b584467c193234250819ee52d806f8cec13c1f0 Author: Gustavo Zacarias <gu...@za...> Date: Fri Dec 17 13:24:10 2010 -0300 grep: bump to version 2.7 [Peter: needs wchar] Signed-off-by: Gustavo Zacarias <gu...@za...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 2a92cee21a24daa0ef6e49a08c8c298fcee91c63 Author: Gustavo Zacarias <gu...@za...> Date: Fri Dec 17 13:21:56 2010 -0300 bison: bump to version 2.4.3 Signed-off-by: Gustavo Zacarias <gu...@za...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 15bcaba70ab5c5ec7d3872700c01fd26eefd3bb3 Author: Gustavo Zacarias <gu...@za...> Date: Fri Dec 17 13:12:00 2010 -0300 nano: bump to version 2.2.6 Signed-off-by: Gustavo Zacarias <gu...@za...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 4860730019db598b8e4b6f2f03cef0677ab36fef Author: Gustavo Zacarias <gu...@za...> Date: Fri Dec 17 13:00:58 2010 -0300 tar: bump to version 1.25 Signed-off-by: Gustavo Zacarias <gu...@za...> Signed-off-by: Peter Korsgaard <ja...@su...> commit cd66493d4f698aa227386f157e301ef7cd39c0cc Author: Gustavo Zacarias <gu...@za...> Date: Fri Dec 17 12:51:44 2010 -0300 findutils: bump to version 4.4.2 Signed-off-by: Gustavo Zacarias <gu...@za...> Signed-off-by: Peter Korsgaard <ja...@su...> commit b236dcb618d8fd0422d79c4682837a5f9bd59d2b Author: Gustavo Zacarias <gu...@za...> Date: Fri Dec 17 12:29:09 2010 -0300 patch: needs toolchain with wchar * Patch needs a toolchain with WCHAR support * Use real upstream gnu mirror Signed-off-by: Gustavo Zacarias <gu...@za...> Signed-off-by: Peter Korsgaard <ja...@su...> commit bb23d22794b2e52bb23da71237bf078f25dacfb9 Author: Gustavo Zacarias <gu...@za...> Date: Fri Dec 17 11:50:15 2010 -0300 vim: convert to autotargets, bump to version 7.2.446 * Convert to autotargets package. * Bump to version 7.2.446. We fetch from svn to avoid having a ton of patch files. This won't do us any good if we want vim 7.3 since the repository was moved to mercurial. However 7.3 still has some cross-compile issues. Signed-off-by: Gustavo Zacarias <gu...@za...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 1fdd8100b6d7f5146c62116b44c3175db284265e Author: Gustavo Zacarias <gu...@za...> Date: Thu Dec 16 12:53:59 2010 -0300 freetype: bump to version 2.4.4 See http://www.freetype.org/index2.html#release-freetype-2.4.4 Signed-off-by: Gustavo Zacarias <gu...@za...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 257ec25c2edd30ca88ba6d20b1f62d6009386dc1 Author: Gustavo Zacarias <gu...@za...> Date: Thu Dec 16 12:01:35 2010 -0300 sqlite: bump to version 3.7.4 Many small fixes, see http://www.sqlite.org/releaselog/3_7_4.html Signed-off-by: Gustavo Zacarias <gu...@za...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 1ecf423dfb69492a3fadb3c11ae735a6c0d5e0c4 Author: Gustavo Zacarias <gu...@za...> Date: Thu Dec 16 11:53:33 2010 -0300 php: security bump to version 5.2.16 * Fixed extract() to do not overwrite $GLOBALS and $this when using EXTR_OVERWRITE. * Fixed crash in zip extract method (possible CWE-170). * Fixed a possible double free in imap extension. * Fixed possible flaw in open_basedir (CVE-2010-3436). * Fixed NULL pointer dereference in ZipArchive::getArchiveComment. (CVE-2010-3709). * Fixed bug #52929 (Segfault in filter_var with FILTER_VALIDATE_EMAIL with large amount of data). Signed-off-by: Gustavo Zacarias <gu...@za...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 4a54b10ba9b499b361deb7b2337e5d648310ced4 Author: Gustavo Zacarias <gu...@za...> Date: Mon Dec 13 09:09:39 2010 -0300 portmap: install initscript Thanks to pat...@fh... in the mailing list for noticing. Signed-off-by: Gustavo Zacarias <gu...@za...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 250d2222baa74f5f5833a83716824f668fb7b958 Author: Daniel Nyström <dan...@ti...> Date: Tue Dec 21 19:06:56 2010 +0100 tslib: Enable raw module in ts.conf By default there is no module activated in ts.conf. According to the ts.conf previously attached in the tslib package dir (which was never installed) the default module of choice was the raw module. This patch enables the raw module in the ts.conf file in the tslib source tree, which will be installed in the target. Signed-off-by: Daniel Nyström <dan...@ti...> Acked-by: Paulius Zaleckas <pau...@gm...> Acked-by: Luca Ceresoli <lu...@lu...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 36f33bc00f95b27702e07bacac8047f0d1882b62 Author: Daniel Nyström <dan...@ti...> Date: Tue Dec 21 19:06:55 2010 +0100 tslib: bump version to current git head Due to missing official releases, fetch directly from GitHub repository. Many bugfixes since 1.0 and all previous patches in Buildroot are either applied or obsoleted. Signed-off-by: Daniel Nyström <dan...@ti...> Acked-by: Paulius Zaleckas <pau...@gm...> Acked-by: Luca Ceresoli <lu...@lu...> Signed-off-by: Peter Korsgaard <ja...@su...> commit e88704dfba3209b093c7f4767d272972c3b911e1 Author: Thomas Petazzoni <tho...@fr...> Date: Wed Dec 22 19:50:17 2010 +0100 linux: don't force IPv6 configuration in kernel As per the discussion at http://lists.busybox.net/pipermail/buildroot/2010-December/040030.html, remove the bits that forced the IPv6 configuration in the kernel depending on the toolchain ability to support (or not) IPv6. You may have a toolchain with IPv6 support but still don't want to have IPv6 in your kernel. The only parameters we adjust in the kernel configuration are: * ARM EABI, since we got a lot of bug reports regarding misconfigured kernel compared to the ABI used by userspace applications. * initramfs, since its contents are generated by Buildroot itself Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit c5a195e4038af111fafc452e030e2a0a83ec1d9e Author: Thomas Petazzoni <tho...@fr...> Date: Wed Dec 22 18:25:20 2010 +0100 imagemagick: add patch to fix libxml2 issue and remove useless patch The patch imagemagick-6.6.4-add-errno-h-if-argz-h-does-not-exist.patch was not applied anymore due to a difference in the version number, and it didn't prevent imagemagick to be built. It was introduced several years ago together with the ImageMagick package itself, so presumably it is no longer needed. The new patch allows ImageMagick to use the correct xml2-config script to get the proper location for XML2 headers and libraries. Otherwise, -I/usr/include/libxml2 is found in the compile flags. Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 4c31d75ca447c9d27cd57233caffedef1c36ee4b Author: Thomas Petazzoni <tho...@fr...> Date: Wed Dec 22 14:07:09 2010 +0100 qt: fix mysql module build Closes #2371 Bug 2371 was a Qt compilation issue when MySQL support was enabled, because the Qt configuration tests were looking at host MySQL libraries. Even though I couldn't reproduce the bug with MySQL libraries installed on my host, there was clearly a problem since -I/usr/include/mysql and -L/usr/lib/mysql were part of the compilation flags when building those tests. This was caused by the fact that /usr/bin/mysql_config was used instead of $(STAGING_DIR)/usr/bin/mysql_config. We fix this by passing the path to the correct mysql_config script using the -mysql_config Qt ./configure argument. Since this mysql_config script returns the correct flags for libraries and headers path, the hardcoded -I and -L flag in qt.mk are no longer needed. With this in place, Qt is no longer compiled with -I/usr/include/mysql and -L/usr/lib/mysql, which presumably should fix the problem reported in bug 2371. Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 6a6901916af840b8cbf37d67ce9130a080616342 Merge: 7305f9a4c1e73500ef8d26a32934468810b7b6ca 6ddf4702647e46a09c15bedbe99017eaa10573e3 Author: Heiko Zuerker <smi...@us...> Date: Wed Dec 22 14:55:58 2010 -0600 Merge branch 'master' of git://git.buildroot.net/buildroot commit 24b27158cf103b15b3dd518bbb1b6301a3b0449d Author: Thomas Petazzoni <tho...@fr...> Date: Wed Dec 22 14:07:08 2010 +0100 mysql_client: bump to 5.1.53 to fix abi check problem MySQL 5.1.47 is affected by a bug in one test called the "ABI check", which does not work with recent gcc versions. This bug is referenced as http://bugs.mysql.com/bug.php?id=52514 in MySQL bug tracker. Since it has been fixed in newer versions of MySQL, we simply bump the version to the latest available in the 5.1.x series. The patches have not changed, they have only been refreshed. Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 6ddf4702647e46a09c15bedbe99017eaa10573e3 Author: Thomas Petazzoni <tho...@fr...> Date: Wed Dec 22 10:35:04 2010 +0100 xkeyboard-config: bump to 2.0 to fix bug 2965 Closes #2965 For some odd reason, xkeyboard-config < 1.8 was creating a symbolic link from /usr/share/X11/xkb/xkbcomp to the xkbcomp binary. But in cross-compilation mode, this is absurd as the xkbcomp binary to which the link is pointing is the one in $(HOST_DIR). This symbolic link thing has been removed completely starting from xkeyboard-config 1.9. See http://cgit.freedesktop.org/xkeyboard-config/commit/?id=f413dff57e77e7b01461508f74b4e92d1dc8defd. Therefore, we simply bump xkeyboard-config to the latest available version, 2.0. Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit c482c5ab6f0a08f64c31ab4bd0896f9c2882c909 Author: Peter Korsgaard <ja...@su...> Date: Tue Dec 21 20:25:29 2010 +0100 busybox: get rid of BR2_PACKAGE_BUSYBOX_FULLINSTALL As discussed on IRC, this only needs to be disabled for very specific configurations, and it can nowadays be done with a custom busybox .config (CONFIG_INSTALL_APPLET_DONT), so get rid of the option. Signed-off-by: Peter Korsgaard <ja...@su...> commit a7472011ae7a921162ac9dea21c0da231f899b6f Author: Peter Korsgaard <ja...@su...> Date: Tue Dec 21 14:23:09 2010 +0100 busybox: clarify BR2_PACKAGE_BUSYBOX_FULLINSTALL description Explicitly explain what the (default) install target does, so people who don't know busybox details understands what the option does. Notice: Busybox can be configured to create hard links or shell wrappers instead, but by default symlinks are used. Signed-off-by: Peter Korsgaard <ja...@su...> commit eb56385b24b590b22951b4499bf3bad4a563433c Author: Thomas Petazzoni <tho...@fr...> Date: Tue Dec 21 14:14:53 2010 +0100 xlib_libX11: compile makekeys for the host correctly As reported by Miroslav Ignjatovic in bug #2983, our hack in xlib_libX11 to build makekeys for the host does not work, for several reasons: * As we are building a tool for the host, we shouldn't pass -I$(STAGING_DIR)/usr/include, since the $(STAGING_DIR) contains headers of packages for the target. * Instead, we should use the headers in $(HOST_DIR)/usr/include. They were not used due to a typo: $(HOST_CFLAGS) must be used instead of $(HOSTCFLAGS). * Finally, in order for makekeys to find the required headers in $(HOST_DIR)/usr/include, we must depend on host-xproto_xproto. This fixes bug #2983. Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit cd11bf49704ef6413ae303c6c774b5c6a4a62f9a Author: Thomas Petazzoni <tho...@fr...> Date: Tue Dec 21 13:49:37 2010 +0100 toolchain: fix multilib symlink for external toolchains ARCH_SUBDIR is a shell variable, so it should be referenced with $${ARCH_SUBDIR}. Without this, no symbolic link is created, and the external toolchain fails to work if the non-default multilib variant is used. Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 5366b4fa9972f3372711f7f69810c0fcef183b07 Author: Peter Korsgaard <ja...@su...> Date: Tue Dec 21 09:39:33 2010 +0100 busybox: bump 1.18.x version Signed-off-by: Peter Korsgaard <ja...@su...> ----------------------------------------------------------------------- Summary of changes: CHANGES | 7 +- linux/linux.mk | 5 - package/bison/Config.in | 4 + .../bison-2.4.3-uclibc-sched_param-def.patch} | 8 +- package/bison/bison.mk | 6 +- package/busybox/Config.in | 14 +- .../busybox-1.18.0/busybox-1.18.0-buildsys.patch | 21 - .../busybox-1.18.0/busybox-1.18.0-runsvdir.patch | 17 - .../busybox-1.18.0/busybox-1.18.0-sha.patch | 118 - .../busybox-1.18.1/busybox-1.18.1-hush.patch | 241 + package/busybox/busybox.mk | 12 +- package/ed/ed.mk | 8 +- package/findutils/findutils.mk | 8 +- package/freetype/freetype.mk | 2 +- package/grep/Config.in | 4 + package/grep/grep.mk | 7 +- package/icu/Config.in | 2 +- package/icu/icu-4c-3_8_1-lsupc++.patch | 67 - package/icu/icu-arm.patch | 25 + package/icu/icu-both-elif-no-arguments.patch | 23 - package/icu/icu-cross-compile.patch | 314 - package/icu/icu-double-escape.patch | 17 + package/icu/icu-overflow.patch | 93 + package/icu/icu.mk | 86 +- .../imagemagick-6.6.4-8-use-xml2-config.patch | 31 + ....6.4-add-errno-h-if-argz-h-does-not-exist.patch | 11 - package/imagemagick/imagemagick.mk | 2 + package/libxml2/libxml2.mk | 7 +- ....21-configure.patch => libxslt-configure.patch} | 0 package/libxslt/libxslt.mk | 5 +- ...ch => mysql_client-5.1.53-ac_cache_check.patch} | 17 +- ...l_client-5.1.53-configure-ps-cache-check.patch} | 22 +- ...sql_client-5.1.53-use-new-readline-iface.patch} | 12 +- package/mysql_client/mysql_client.mk | 2 +- package/nano/nano.mk | 2 +- package/patch/Config.in | 4 + package/patch/patch.mk | 6 +- package/php/php.mk | 2 +- package/portmap/portmap.mk | 2 + package/qt/qt.mk | 3 +- ...le_fix.patch => screen-cross_compile_fix.patch} | 0 ..._install-fix.patch => screen-install-fix.patch} | 0 package/screen/screen.mk | 7 +- package/sqlite/sqlite.mk | 2 +- package/squid/squid-cross-compile.patch | 20 +- package/squid/squid.mk | 2 +- package/tar/tar.mk | 6 +- package/tslib/ts.conf | 25 - package/tslib/tslib-1.0-absbit.patch | 11 - .../tslib-1.0-link-plugins-against-libts.patch | 48 - package/tslib/tslib-1.0-no-cxx.patch | 17 - ...b-1.0-open-with-O_CREAT-needs-3-arguments.patch | 53 - package/tslib/tslib-1.0-remove-bzero.patch | 11 - ...-1.0-remove-return-on-error-from-check-df.patch | 11 - package/tslib/tslib-enable_raw_module.patch | 14 + package/tslib/tslib.mk | 6 +- package/vim/configure.patch |19247 -------------------- package/vim/patches | 300 - package/vim/vim.mk | 106 +- ...h => webkit-fix-build-issue-with-old-gtk.patch} | 0 ...ch => webkit-fix-compilation-on-DirectFB.patch} | 0 package/webkit/webkit-fix-pool.patch | 67 + ...tr_np.patch => webkit-pthread_getattr_np.patch} | 0 package/webkit/webkit.mk | 10 +- package/x11r7/xkeyboard-config/xkeyboard-config.mk | 4 +- package/x11r7/xlib_libX11/xlib_libX11.mk | 5 +- toolchain/helpers.mk | 2 +- 67 files changed, 649 insertions(+), 20562 deletions(-) copy package/{m4/m4-1.4.15-uclibc-sched_param-def.patch => bison/bison-2.4.3-uclibc-sched_param-def.patch} (67%) delete mode 100644 package/busybox/busybox-1.18.0/busybox-1.18.0-buildsys.patch delete mode 100644 package/busybox/busybox-1.18.0/busybox-1.18.0-runsvdir.patch delete mode 100644 package/busybox/busybox-1.18.0/busybox-1.18.0-sha.patch create mode 100644 package/busybox/busybox-1.18.1/busybox-1.18.1-hush.patch delete mode 100644 package/icu/icu-4c-3_8_1-lsupc++.patch create mode 100644 package/icu/icu-arm.patch delete mode 100644 package/icu/icu-both-elif-no-arguments.patch delete mode 100644 package/icu/icu-cross-compile.patch create mode 100644 package/icu/icu-double-escape.patch create mode 100644 package/icu/icu-overflow.patch create mode 100644 package/imagemagick/imagemagick-6.6.4-8-use-xml2-config.patch delete mode 100644 package/imagemagick/imagemagick-6.6.4-add-errno-h-if-argz-h-does-not-exist.patch rename package/libxslt/{libxslt-1.1.21-configure.patch => libxslt-configure.patch} (100%) rename package/mysql_client/{mysql_client-5.1.47-ac_cache_check.patch => mysql_client-5.1.53-ac_cache_check.patch} (91%) rename package/mysql_client/{mysql_client-5.1.47-configure-ps-cache-check.patch => mysql_client-5.1.53-configure-ps-cache-check.patch} (57%) rename package/mysql_client/{mysql_client-5.1.47-use-new-readline-iface.patch => mysql_client-5.1.53-use-new-readline-iface.patch} (70%) rename package/screen/{screen-4.0.2-cross_compile_fix.patch => screen-cross_compile_fix.patch} (100%) rename package/screen/{screen-4.0.2_install-fix.patch => screen-install-fix.patch} (100%) delete mode 100644 package/tslib/ts.conf delete mode 100644 package/tslib/tslib-1.0-absbit.patch delete mode 100644 package/tslib/tslib-1.0-link-plugins-against-libts.patch delete mode 100644 package/tslib/tslib-1.0-no-cxx.patch delete mode 100644 package/tslib/tslib-1.0-open-with-O_CREAT-needs-3-arguments.patch delete mode 100644 package/tslib/tslib-1.0-remove-bzero.patch delete mode 100644 package/tslib/tslib-1.0-remove-return-on-error-from-check-df.patch create mode 100644 package/tslib/tslib-enable_raw_module.patch delete mode 100644 package/vim/configure.patch delete mode 100644 package/vim/patches rename package/webkit/{webkit-1.2.3-fix-build-issue-with-old-gtk.patch => webkit-fix-build-issue-with-old-gtk.patch} (100%) rename package/webkit/{webkit-1.2.3-fix-compilation-on-DirectFB.patch => webkit-fix-compilation-on-DirectFB.patch} (100%) create mode 100644 package/webkit/webkit-fix-pool.patch rename package/webkit/{webkit-1.2.3-pthread_getattr_np.patch => webkit-pthread_getattr_np.patch} (100%) hooks/post-receive -- Devil-Linux |
From: Heiko Z. <smi...@us...> - 2010-12-20 20:49:56
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Devil-Linux". The branch, master has been updated via 7305f9a4c1e73500ef8d26a32934468810b7b6ca (commit) via e6fa1c60c748b16bae4fd785b906101edd6a1f9a (commit) via 11ab05f53a16f635a27139b33170a9dadba9f3c5 (commit) via e98318205cd8d79c3bfa492889f68b0f74d738f9 (commit) via 14c1a15fab52812c0932c8c5e26c50c794bcf5c6 (commit) via bf6fa18f4d3bd1a9932f65d6f921c89f260bde08 (commit) via fc77598368d0a275de87dfb82fd3ca9bf38b8e0a (commit) via 84c4a10a75fda9e00b551789d77fdb2791924aad (commit) via e8d0f4121605dcd3c621addb6ef7e77cc6865647 (commit) via 0db36d8d874eafae8fe79732fb7ad252a6a2012f (commit) via 71c05023d7439658e5ba919025ab1c9ca4321d14 (commit) via f66d4b05e1dc9f835b2ca9fcd012e1a8d2aeed3f (commit) via d6c864dc8ca38ce108dc411fdf0bad5c25b29386 (commit) via 55b0a375eaf32728573e3c852d8712267e5c7812 (commit) via fb358f7b38866b7e48ecc58b1a1f59c1aa95ce44 (commit) via 32a8c0119fce072ea9c91bcf40dcd5c912662fb5 (commit) via 5cfc41c752a90e695eb3d8e4e715b92f8e14d233 (commit) via cddfe67dd29c97f1964768159233bd76131f18af (commit) via ca9d54b0ab1b975143ebd604e1308101ebc9cdb9 (commit) via bd2167d504929c99031b92590dac41426ca635f7 (commit) via d3789ce3b70aaaa5e180d041b2ad282b36d929ed (commit) via 8356bda519796432ec6965fe95371a2c9e1305cc (commit) via 9459f037bf6dd3ee73b6a647cc83b6b98d4c7478 (commit) via c874dea8a2b415f1c8f92e6a653999884bf3fa02 (commit) via 0fabb345a785dffe7bd91536c81c8ef54eb8ed43 (commit) via 27940e88b7eca32e11befba998b530f4f86aaece (commit) via f1ea118624af5d890586739976099c2658049671 (commit) via aef45f07df5978df39fbf5351bbc0fa160207a17 (commit) via 630ba981a0b86e0931663191cf6dac5403e7056d (commit) via 90965566891ee63baaae6be66e55a12c28ab1b65 (commit) via 729b0fa2cae5ccb18c58d77a204180d2fad6db73 (commit) via a1d09aa771a0a258c1fb5669d6e852962a853824 (commit) via de952581367f2029e0f28c1897d0e79326bd835f (commit) via 313aa6ab823a64385b68d56ddf811cb4806b93a6 (commit) via 548f59fb822ab40677013cfeabb76fd99c21462a (commit) via 5201786e1a06dfc6a35ef5ee114dcb3bf80ab397 (commit) via 913b7d3d6ff43b626d94749cd530c0f5958bfd15 (commit) via eb95b01fffcba0a5c06be046965022dcbed0774f (commit) via ba62fde481cb312fa35123f4e633f09ed2c50240 (commit) via 2ff655c2e13c8075b5a52f12c3b89c8f996426a0 (commit) via 7c55ac92eed90c8ec69f5556607553f978ab31ce (commit) via d1a1b46e529d1bf8badffe6c0c8bf729f33e12eb (commit) via 8b7f61bc273b9e2f8d29a1b4ac93555acfca420f (commit) via 5b2d56068db3ad86a459677b1fb9a421af5af275 (commit) via c1c881c08a385addb185d08cc85499cfa3a4341e (commit) via 9460079914db580c5435a74c50c8b01d46312fc1 (commit) via beb43c7d26eff220acb6de98300f4e0865352154 (commit) via 9e1107ba14b0af2f39232aedf7e997aaed098899 (commit) via 1a8012405e20441e7a76707259f39cfcd549ec44 (commit) via 9e009f3bbca93e09decf93369e592ada95e6ef48 (commit) via 1a5f2d6d7a7d9547f468cb31b22854bcfda28610 (commit) via b8065ed29a07c65f56a66ccb40cc6a3e11634c83 (commit) via ad5031cc229ab2a3e0dbc7c3ca2f7303bb7e2735 (commit) via 8008007ca67548fb93a185572eb3deb34a8255d5 (commit) via 47603d95ba52c58e3835f6fec574393dd3d16532 (commit) via e35eb0486195cba6ddece04ff42c4edebfb7d45c (commit) via e96a820300fc53ff63099e9b8dde179407663930 (commit) via b91cfd979a8a373e30fd2ce7c8983ed9d0ddba0b (commit) via 477cd417f1d55e484ccaec31f895369f25c5f48c (commit) via f362c51f7fb0e7e70136804467557e23550b2e96 (commit) from 55452d14bcadeb727e1635a21916930ae72528da (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7305f9a4c1e73500ef8d26a32934468810b7b6ca Author: Heiko Zuerker <smi...@us...> Date: Mon Dec 20 14:49:02 2010 -0600 updates for latest git version commit e6fa1c60c748b16bae4fd785b906101edd6a1f9a Merge: 55452d14bcadeb727e1635a21916930ae72528da 11ab05f53a16f635a27139b33170a9dadba9f3c5 Author: Heiko Zuerker <smi...@us...> Date: Mon Dec 20 14:47:45 2010 -0600 Merge branch 'master' of git://git.buildroot.net/buildroot Conflicts: target/Makefile.in target/device/Config.in commit 11ab05f53a16f635a27139b33170a9dadba9f3c5 Author: Peter Korsgaard <ja...@su...> Date: Mon Dec 20 11:17:05 2010 +0100 qt: svg and multimedia modules depends on gui module as well Signed-off-by: Peter Korsgaard <ja...@su...> commit e98318205cd8d79c3bfa492889f68b0f74d738f9 Author: Peter Korsgaard <ja...@su...> Date: Mon Dec 20 10:12:39 2010 +0100 qt: phonon support depends on gui module Otherwise configure errors out with 'Phonon enabled, but GUI disabled'. Signed-off-by: Peter Korsgaard <ja...@su...> commit 14c1a15fab52812c0932c8c5e26c50c794bcf5c6 Author: Bjørn Forsman <bjo...@gm...> Date: Sun Dec 19 19:37:29 2010 +0100 linux: fix linux-% shortcut targets linux-% shortcut targets (short for linux26-%) ignores the ouput dir $(O) so that 'make O=output.arm linux-menuconfig' is actually run in the default $(O) directory output/ and not in output.arm/. Fix by passing on $(O) if set. [Peter: Use EXTRAMAKEARGS] Signed-off-by: Bjørn Forsman <bjo...@gm...> Signed-off-by: Peter Korsgaard <ja...@su...> commit bf6fa18f4d3bd1a9932f65d6f921c89f260bde08 Author: Bjørn Forsman <bjo...@gm...> Date: Sun Dec 19 19:37:28 2010 +0100 linux: support 'make linux26-nconfig' Signed-off-by: Bjørn Forsman <bjo...@gm...> Signed-off-by: Peter Korsgaard <ja...@su...> commit fc77598368d0a275de87dfb82fd3ca9bf38b8e0a Author: Peter Korsgaard <ja...@su...> Date: Sun Dec 19 21:09:00 2010 +0100 toolchain/gcc: bump 4.5.x version Signed-off-by: Peter Korsgaard <ja...@su...> commit 84c4a10a75fda9e00b551789d77fdb2791924aad Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:53:26 2010 +0100 linux: add KERNEL_ARCH_PATH to fix x86-specific issue Both i386 and x86_64 architectures are supported by the arch/x86 directory in the kernel. So, when we copy the kernel configuration file to arch/$(KERNEL_ARCH)/configs/, it does not work because arch/i386 and arch/x86_64 do not exist. So, we introduce KERNEL_ARCH_PATH, which is the path to the architecture specific directory in the kernel source tree. Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit e8d0f4121605dcd3c621addb6ef7e77cc6865647 Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:53:25 2010 +0100 board: Add a Qemu mipsel Malta board Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 0db36d8d874eafae8fe79732fb7ad252a6a2012f Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:53:24 2010 +0100 board: Add a Qemu PPC g3beige board Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 71c05023d7439658e5ba919025ab1c9ca4321d14 Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:53:23 2010 +0100 linux: add support for ELF vmlinux image The ELF vmlinux image found at the root of the kernel source tree is the format that Qemu needs when emulating mips(el) or ppc targets, so add support for it. Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit f66d4b05e1dc9f835b2ca9fcd012e1a8d2aeed3f Author: Philippe Reynes <tr...@ya...> Date: Sun Dec 5 21:53:22 2010 +0100 board: Add Qemu SH4 r2d configuration [ Thomas: * renamed sh4_defconfig to qemu_sh4_r2d_defconfig, for consistency with other Qemu platforms supported * renamed board/qemu/sh4 to board/qemu/sh4-r2d * minor fixes in the readme.txt * remove useless statements in the minimal defconfig * switch to a fixed kernel version instead of "same as headers" ] Signed-off-by: Philippe Reynes <tr...@ya...> Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit d6c864dc8ca38ce108dc411fdf0bad5c25b29386 Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:53:21 2010 +0100 xtensa: remove unused and useless skeleton patch Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 55b0a375eaf32728573e3c852d8712267e5c7812 Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:53:18 2010 +0100 linux: support a space-separated list of patches The kernel being a component that often needs a fairly important set of changes to be adapted to a particular hardware platform, having maximum flexibility on the patching process is a nice thing. Therefore, as per the discussions from the Buildroot Developer Day, we add a mechanism to apply a list of patches (that could come either from URLs, local files or local directories). Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit fb358f7b38866b7e48ecc58b1a1f59c1aa95ce44 Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:53:17 2010 +0100 linux: Import minimal defconfigs as defconfigs Now that minimal kernel defconfigs are used in Buildroot, the problem is that copying those minimal configuration files to .config in the kernel source tree does not work, as kconfig will ask interactively what should be the value for all unspecified options. On suggestion on Sam Ravnborg, the easiest way to solve this is to import the minimal defconfig file as a defconfig inside the kernel tree (in arch/$(ARCH)/configs) and configure the kernel with it. Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 32a8c0119fce072ea9c91bcf40dcd5c912662fb5 Author: Yegor Yefremov <yeg...@vi...> Date: Sun Dec 5 21:53:15 2010 +0100 Add network scripting folders to fs/skeleton Those folders are currently created using makedevs according to the specifications in device_table.txt. However, as makedevs is no longer executed when dynamic device creation methods are selected (devtmpfs, udev, mdev), those folders must be created differently. We choose to put them directly into the default filesystem skeleton. Signed-off-by: Yegor Yefremov <yeg...@vi...> Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 5cfc41c752a90e695eb3d8e4e715b92f8e14d233 Author: Yegor Yefremov <yeg...@vi...> Date: Sun Dec 5 21:53:14 2010 +0100 Free text field for serial port configuration BR2_TARGET_GENERIC_GETTY_PORT has now a string type instead of choice. This makes port configuration flexible and compact. Signed-off-by: Yegor Yefremov <yeg...@go...> Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit cddfe67dd29c97f1964768159233bd76131f18af Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:53:13 2010 +0100 u-boot: add CROSS_COMPILE/ARCH when building host tools Even when building the host tools, for some reason U-Boot tries to execute the cross-compiler, so tell it which cross-compiler to use in order to avoid failure such as: /usr/bin/make -j12 -C /home/test/outputs/test-253-mini2440_defconfig/build/u-boot-custom tools make[1]: arm-linux-gcc: Command not found make[1]: Entering directory `/home/test/outputs/test-253-mini2440_defconfig/build/u-boot-custom' for dir in tools examples api_examples ; do /usr/bin/make -C $dir _depend ; done Generating include/autoconf.mk /bin/sh: line 3: arm-linux-gcc: command not found Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit ca9d54b0ab1b975143ebd604e1308101ebc9cdb9 Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:53:12 2010 +0100 board: add new Qemu x86 configuration file Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit bd2167d504929c99031b92590dac41426ca635f7 Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:53:11 2010 +0100 board: add support for Mini 2440 Paul Jones documented at http://pauljones.id.au/blog/2010/07/using-buildroot-on-a-mini2440/ how to use Buildroot to generate a system for the FriendlyARM Mini2440 platform. This patch integrates Paul's work into Buildroot. Unfortunately, the kernel being 2.6.32, we can't easily use a minimal defconfig here. The mini2440 support has been merged into more recent kernels, but I don't have the hardware to test. Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit d3789ce3b70aaaa5e180d041b2ad282b36d929ed Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:53:10 2010 +0100 board: add Qemu Versatile defconfig Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 8356bda519796432ec6965fe95371a2c9e1305cc Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:53:09 2010 +0100 Remove the few remaining unused Atmel-specific bits Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 9459f037bf6dd3ee73b6a647cc83b6b98d4c7478 Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:53:08 2010 +0100 board: remove Valka v100sc2 This default configuration did not even build a kernel image, which is the main point of having board default configuration. So remove it. Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit c874dea8a2b415f1c8f92e6a653999884bf3fa02 Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:53:07 2010 +0100 board: remove atstk1005_defconfig Neither the kernel nor U-Boot have support for a 1005 board, so let's get rid of this board configuration, the corresponding target skeleton, kernel and busybox configuration and device table. Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 0fabb345a785dffe7bd91536c81c8ef54eb8ed43 Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:53:06 2010 +0100 board: update and minimize atstk100x_defconfig Use recent U-Boot and kernel version, remove target skeleton and use the default one instead, remove useless kernel configuration, busybox configuration and device table. Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 27940e88b7eca32e11befba998b530f4f86aaece Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:53:05 2010 +0100 board: remove support for at91sam9260pf It was supposed to be the support for AT91SAM9260 using a parallel flash (instead of the usual dataflash). But the provided U-Boot configuration at91sam9260pf.h was not used anywhere, and it was unsufficient to add correct support in U-Boot (some changes in U-Boot Makefile would also be needed). Additionnally, this configuration has not been merged into U-Boot upstream since 2007 (when it was added to Buildroot). Therefore, let's get rid of this configuration. If some users are interested, we can re-introduce it properly with their help. Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit f1ea118624af5d890586739976099c2658049671 Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:53:04 2010 +0100 board: update and minify at91sam9260dfc_defconfig Use recent U-Boot and kernel versions, remove useless kernel configuration file. Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit aef45f07df5978df39fbf5351bbc0fa160207a17 Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:53:03 2010 +0100 board: update and minify at91rm9200df_defconfig Use recent U-Boot and kernel versions, remove useless kernel configuration file. Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 630ba981a0b86e0931663191cf6dac5403e7056d Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:53:02 2010 +0100 board: simplify kb9202 board Minimize the board defconfig, remove custom busybox configuration, custom kernel configuration (use the kernel defconfig instead), custom device table and target skeleton. The only difference in the target skeleton was the support of mdev and the usage of an automount script. Instead of adding this in a board-specific way, we should provide board-independent configuration options. There are already patches contributed to add support for mdev. Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 90965566891ee63baaae6be66e55a12c28ab1b65 Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:53:01 2010 +0100 board: simplify atngw100 support Minimize atngw100_defconfig, remove atngw100-base_defconfig, and remove the target skeleton and device table. Instead of having complete copies of new target skeletons (making them hard to maintain), we should just have a post-build script that adds/removes/tweaks the existing target skeleton. Moreover, most of the tweaks in this target skeleton were for specific packages, but the policy now is that board defconfig should just build a basic root filesystem with Busybox, and let the user select whichever set of packages (s)he wants. Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 729b0fa2cae5ccb18c58d77a204180d2fad6db73 Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:53:00 2010 +0100 Minify arm_nptl_toolchain_defconfig Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit a1d09aa771a0a258c1fb5669d6e852962a853824 Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:52:59 2010 +0100 Minify arm_toolchain_defconfig Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit de952581367f2029e0f28c1897d0e79326bd835f Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:52:58 2010 +0100 board: remove i386/i686_defconfig Those are not associated with any specific hardware system (PC or another i386 system). Moreover, the fact that those configurations require the build of a JFFS2 filesystem, very uncommon on PC systems, seems to indicate that those configurations are not really being used today. It would make more sense to have a qemu_i388_defconfig (building a kernel with just the device drivers for Qemu) and possibly a pc_i386_defconfig (building a kernel with many device drivers, and a bootloader such as Grub or Grub 2). We also remove the corresponding kernel configuration files. Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 313aa6ab823a64385b68d56ddf811cb4806b93a6 Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:52:57 2010 +0100 Remove useless kernel config files for integrator926 Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 548f59fb822ab40677013cfeabb76fd99c21462a Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:52:56 2010 +0100 board: remove integrator926_huge_defconfig One config per board is enough. Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 5201786e1a06dfc6a35ef5ee114dcb3bf80ab397 Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:52:55 2010 +0100 board: minify integrator926_defconfig Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 913b7d3d6ff43b626d94749cd530c0f5958bfd15 Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:52:54 2010 +0100 barebox: bump Barebox to 2010.11 Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit eb95b01fffcba0a5c06be046965022dcbed0774f Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:52:53 2010 +0100 u-boot: add U-Boot 2010.09 Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit ba62fde481cb312fa35123f4e633f09ed2c50240 Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:52:52 2010 +0100 dependencies: add unzip unzip is needed to uncompress at91bootstrap, so let's add it as a dependency. This can be discussed, and if we think it shouldn't be a new dependency, we can also build a host-unzip. Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 2ff655c2e13c8075b5a52f12c3b89c8f996426a0 Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:52:51 2010 +0100 at91bootstrap: no board name check when 'make source' is used Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 7c55ac92eed90c8ec69f5556607553f978ab31ce Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:52:50 2010 +0100 board: update and minify at91sam9g20dfc_defconfig Use modern U-Boot and kernel versions, get rid of the now unused kernel configuration file since we use the kernel defconfig instead. Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit d1a1b46e529d1bf8badffe6c0c8bf729f33e12eb Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:52:49 2010 +0100 board: update and minify at91sam9261ek_defconfig Use modern U-Boot and kernel versions, and get rid of the useless kernel configuration file, since we now use the kernel defconfig. Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 8b7f61bc273b9e2f8d29a1b4ac93555acfca420f Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:52:48 2010 +0100 board: update and minify at91sam9263ek_defconfig Use modern kernel and U-Boot versions, and get rid of the now useless kernel configuration file since we use the kernel defconfig file instead. Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 5b2d56068db3ad86a459677b1fb9a421af5af275 Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:52:47 2010 +0100 at91bootstrap: rename config options for consistency Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit c1c881c08a385addb185d08cc85499cfa3a4341e Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:52:46 2010 +0100 at91bootstrap: switch to the official version The Buildroot makefile was fetching and building the special AT91Bootstrap of Ulf, which is not the Atmel official version. While Ulf's variant has a better configuration/build system, the Atmel version, as officially supported, is probably a better choice for the future. The Atmel version only needed a small tweak to work with EABI toolchains. Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 9460079914db580c5435a74c50c8b01d46312fc1 Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:52:45 2010 +0100 documentation: Update to explain how board support works Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit beb43c7d26eff220acb6de98300f4e0865352154 Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:52:44 2010 +0100 Re-add target/generic/Config.in options to menuconfig The options to customize the hostname, the banner and the serial port configuration are now inside a menu named 'System configuration'. Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 9e1107ba14b0af2f39232aedf7e997aaed098899 Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:52:43 2010 +0100 Remove crazy set of empty directories Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 1a8012405e20441e7a76707259f39cfcd549ec44 Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:52:42 2010 +0100 Remove Busybox skeleton from target/device/Atmel Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 9e009f3bbca93e09decf93369e592ada95e6ef48 Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:52:41 2010 +0100 Remove all Config.in/Makefile.in files in target/device Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 1a5f2d6d7a7d9547f468cb31b22854bcfda28610 Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:52:40 2010 +0100 Stop referencing the crazy target/device stuff We don't need Config.in and Makefile in target/device: defconfig files are sufficient to describe the specificities of a board (architecture, compilation flags, bootloader and kernel details, etc.). However, a placeholder such as target/device will be kept in order to host things such as kernel configuration files or various board-specific patches. Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit b8065ed29a07c65f56a66ccb40cc6a3e11634c83 Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:52:39 2010 +0100 Remove mini device table, it isn't used Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit ad5031cc229ab2a3e0dbc7c3ca2f7303bb7e2735 Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:52:38 2010 +0100 Use the new BR2_ROOTFS_SKELETON_CUSTOM options Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 8008007ca67548fb93a185572eb3deb34a8255d5 Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:52:37 2010 +0100 Move Config.in.mirrors out of target/device Having Config.in.mirrors (which also to select various download sites) inside target/device sounds strange. This commit moves the contents of Config.in.mirrors directly into the main Config.in file. Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 47603d95ba52c58e3835f6fec574393dd3d16532 Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:52:36 2010 +0100 Remove useless target/device/mips Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit e35eb0486195cba6ddece04ff42c4edebfb7d45c Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:52:35 2010 +0100 Remove completely useless set of Makefiles specific to Atmel Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit e96a820300fc53ff63099e9b8dde179407663930 Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:52:34 2010 +0100 Update defconfigs after Atmel mirror related options removal Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit b91cfd979a8a373e30fd2ce7c8983ed9d0ddba0b Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:52:33 2010 +0100 Remove unused Atmel-specific mirror definitions Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit 477cd417f1d55e484ccaec31f895369f25c5f48c Author: Thomas Petazzoni <tho...@fr...> Date: Sun Dec 5 21:52:32 2010 +0100 defconfigs: keep only one defconfig per board Signed-off-by: Thomas Petazzoni <tho...@fr...> Signed-off-by: Peter Korsgaard <ja...@su...> commit f362c51f7fb0e7e70136804467557e23550b2e96 Author: Peter Korsgaard <ja...@su...> Date: Tue Dec 14 20:45:59 2010 +0100 CHANGES: #561/#1651/#1735 are resolved Signed-off-by: Peter Korsgaard <ja...@su...> ----------------------------------------------------------------------- Summary of changes: CHANGES | 3 + Config.in | 72 +- board/friendlyarm/mini2440/linux-2.6.32.2.config | 1409 + board/qemu/arm-versatile/linux-2.6.36.config | 88 + board/qemu/mipsel-malta/linux-2.6.36.config | 77 + board/qemu/mipsel-malta/readme.txt | 7 + board/qemu/powerpc-g3beige/linux-2.6.36.config | 86 + board/qemu/powerpc-g3beige/readme.txt | 6 + ...-missing-consts-to-sys_execve-declaration.patch | 17 + .../linux-sh-fix-kconfig-warning.patch | 13 + board/qemu/sh4-r2d/linux-2.6.36.config | 106 + board/qemu/sh4-r2d/readme.txt | 17 + board/qemu/x86/linux-2.6.36.config | 67 + boot/at91bootstrap/Config.in | 68 +- .../at91bootstrap-1.16-eabi-fix.patch | 334 + boot/at91bootstrap/at91bootstrap.mk | 75 +- boot/barebox/barebox.mk | 2 +- boot/u-boot/Config.in | 6 +- boot/u-boot/u-boot.mk | 2 +- configs/arm_nptl_toolchain_defconfig | 739 +- configs/arm_toolchain_defconfig | 721 +- configs/at91rm9200df_defconfig | 992 +- configs/at91rm9200df_ext_bare_defconfig | 655 - configs/at91rm9200df_ext_defconfig | 921 - configs/at91sam9260dfc_defconfig | 1015 +- configs/at91sam9260dfc_ext_bare_defconfig | 656 - configs/at91sam9260dfc_ext_defconfig | 930 - configs/at91sam9260pf_defconfig | 639 - configs/at91sam9261ek_defconfig | 1069 +- configs/at91sam9261ek_ext_bare_defconfig | 659 - configs/at91sam9261ek_ext_defconfig | 1017 - configs/at91sam9263ek_defconfig | 1066 +- configs/at91sam9263ek_ext_bare_defconfig | 658 - configs/at91sam9263ek_ext_defconfig | 980 - configs/at91sam9g20dfc_defconfig | 929 +- configs/at91sam9g20dfc_ext_bare_defconfig | 655 - configs/at91sam9g20dfc_ext_defconfig | 929 - configs/atngw100-base_defconfig | 802 - configs/atngw100_defconfig | 808 +- configs/atstk1005_defconfig | 850 - configs/atstk100x_defconfig | 951 +- configs/devil-linux_x86_64_defconfig | 24 +- configs/i386_defconfig | 766 - configs/i686_defconfig | 766 - configs/integrator926_defconfig | 768 +- configs/integrator926_huge_defconfig | 742 - configs/kb9202_defconfig | 733 +- configs/mini2440_defconfig | 31 + configs/qemu_arm_versatile_defconfig | 11 + configs/qemu_mipsel_malta_defconfig | 15 + configs/qemu_ppc_g3beige_defconfig | 15 + configs/qemu_sh4_r2d_defconfig | 17 + configs/qemu_x86_defconfig | 10 + configs/v100sc2_defconfig | 716 - docs/buildroot.html | 117 +- .../skeleton/etc/network/if-down.d}/.empty | 0 .../skeleton/etc/network/if-post-down.d}/.empty | 0 .../skeleton/etc/network/if-pre-up.d}/.empty | 0 .../skeleton/etc/network/if-up.d}/.empty | 0 linux/Config.in | 13 +- linux/linux.mk | 53 +- package/qt/Config.in | 4 +- target/Devil-Linux/default/config/ct-ng | 20 +- target/Makefile.in | 6 - target/device/ARMLTD/Config.in | 36 - target/device/ARMLTD/Makefile.in | 5 - .../integrator926-linux-2.6.28.2.config | 1221 - .../integrator926_huge-linux-2.6.28.2.config | 1236 - target/device/Atmel/AT91_Config.in | 335 - target/device/Atmel/AVR32_Config.in | 82 - target/device/Atmel/Config.in | 62 - target/device/Atmel/Config.in.mirrors | 27 - target/device/Atmel/Makefile.in | 20 - target/device/Atmel/Makefile.in.linux | 3 - target/device/Atmel/arch-arm/arch-arm.mk | 4 - .../linux-2.6.27-at91.patch.gz | Bin 93020 -> 0 bytes .../linux-2.6.28-at91.patch.bz2 | Bin 67725 -> 0 bytes .../linux-2.6.28-exp.patch.bz2 | Bin 56841 -> 0 bytes target/device/Atmel/arch-avr32/arch-avr32.mk | 3 - .../linux-2.6.28.7-100-avr32.patch |16813 ------------ ...28.7-201-avr32-atmel_mpopfb-disable-debug.patch | 23 - ...mpopfb-add-signal-to-disable-line-caching.patch | 43 - ....28.7-203-avr32-fix-arch-header-byteorder.patch | 35 - ...4-avr32-ap700x-fix-det_pin-for-nand-flash.patch | 33 - .../linux-2.6.27.6-100-avr32-atmel.1.patch |26786 -------------------- ...00-avr32-remove.note.gnu.build-id-section.patch | 27 - ...27.6-201-avr32-atmel_mpopfb-disable-debug.patch | 23 - ...mpopfb-add-signal-to-disable-line-caching.patch | 59 - ....27.6-203-avr32-fix-arch-header-byteorder.patch | 35 - ...4-avr32-ap700x-fix-det_pin-for-nand-flash.patch | 31 - target/device/Atmel/at91rm9200df/Makefile.in | 6 - .../at91rm9200df-linux-2.6.28.2.config | 1570 -- target/device/Atmel/at91sam9260dfc/Makefile.in | 22 - .../at91sam9260dfc-linux-2.6.28.2.config | 1640 -- target/device/Atmel/at91sam9260pf/Makefile.in | 7 - .../at91sam9260pf-linux-2.6.22.1.config | 1461 -- .../Atmel/at91sam9260pf/busybox-1.6.0.config | 690 - .../Atmel/at91sam9260pf/u-boot/at91sam9260pf.h | 370 - target/device/Atmel/at91sam9261ek/Makefile.in | 22 - .../at91sam9261ek-linux-2.6.28.2.config | 1432 -- target/device/Atmel/at91sam9263ek/Makefile.in | 18 - .../at91sam9263ek-linux-2.6.28.2.config | 1440 -- target/device/Atmel/at91sam9g20dfc/Makefile.in | 17 - .../at91sam9g20dfc-linux-2.6.28.2.config | 1650 -- target/device/Atmel/atngw100-base/Makefile.in | 4 - .../atngw100-base-linux-2.6.23.config | 858 - .../atngw100-base-linux-2.6.24.config | 1153 - .../Atmel/atngw100-base/busybox-1.11.0.config | 767 - .../Atmel/atngw100-base/busybox-1.9.1.config | 767 - target/device/Atmel/atngw100-base/device_table.txt | 56 - .../Atmel/atngw100-base/target_skeleton/etc/TZ | 1 - .../Atmel/atngw100-base/target_skeleton/etc/fstab | 3 - .../Atmel/atngw100-base/target_skeleton/etc/group | 20 - .../atngw100-base/target_skeleton/etc/hostname | 1 - .../Atmel/atngw100-base/target_skeleton/etc/hosts | 12 - .../target_skeleton/etc/init.d/K70sendsig | 1 - .../target_skeleton/etc/init.d/S00mountvirtfs | 74 - .../target_skeleton/etc/init.d/S01hotplug | 14 - .../target_skeleton/etc/init.d/S02hostname | 47 - .../target_skeleton/etc/init.d/S08syslog | 24 - .../target_skeleton/etc/init.d/S09klog | 16 - .../atngw100-base/target_skeleton/etc/init.d/rcK | 6 - .../atngw100-base/target_skeleton/etc/init.d/rcS | 11 - .../atngw100-base/target_skeleton/etc/inittab | 27 - .../atngw100-base/target_skeleton/etc/mdev.conf | 49 - .../Atmel/atngw100-base/target_skeleton/etc/mtab | 1 - .../target_skeleton/etc/network/interfaces | 7 - .../Atmel/atngw100-base/target_skeleton/etc/passwd | 17 - .../atngw100-base/target_skeleton/etc/protocols | 149 - .../atngw100-base/target_skeleton/etc/resolv.conf | 1 - .../atngw100-base/target_skeleton/etc/services | 2117 -- .../Atmel/atngw100-base/target_skeleton/etc/shadow | 17 - .../Atmel/atngw100-base/target_skeleton/etc/shells | 8 - target/device/Atmel/atngw100/Makefile.in | 4 - .../Atmel/atngw100/atngw100-linux-2.6.27.13.config | 1284 - .../Atmel/atngw100/atngw100-linux-2.6.28.2.config | 1324 - .../Atmel/atngw100/atngw100-linux-2.6.29.2.config | 1358 - target/device/Atmel/atngw100/device_table.txt | 181 - target/device/Atmel/atngw100/jffs2_partitions.txt | 8 - .../device/Atmel/atngw100/target_skeleton/etc/TZ | 1 - .../atngw100/target_skeleton/etc/default/ntpdate | 6 - .../atngw100/target_skeleton/etc/dnsmasq.conf | 447 - .../Atmel/atngw100/target_skeleton/etc/fstab | 4 - .../Atmel/atngw100/target_skeleton/etc/group | 20 - .../Atmel/atngw100/target_skeleton/etc/hostname | 1 - .../Atmel/atngw100/target_skeleton/etc/hosts | 11 - .../atngw100/target_skeleton/etc/hosts.dnsmasq | 246 - .../Atmel/atngw100/target_skeleton/etc/httpd.conf | 2 - .../Atmel/atngw100/target_skeleton/etc/inetd.conf | 3 - .../atngw100/target_skeleton/etc/init.d/K70sendsig | 1 - .../atngw100/target_skeleton/etc/init.d/K80netfs | 1 - .../atngw100/target_skeleton/etc/init.d/K85network | 11 - .../atngw100/target_skeleton/etc/init.d/K90localfs | 1 - .../target_skeleton/etc/init.d/S00mountvirtfs | 74 - .../atngw100/target_skeleton/etc/init.d/S01hotplug | 14 - .../target_skeleton/etc/init.d/S02hostname | 47 - .../atngw100/target_skeleton/etc/init.d/S08syslog | 24 - .../atngw100/target_skeleton/etc/init.d/S09klog | 16 - .../target_skeleton/etc/init.d/S10modules-init | 21 - .../atngw100/target_skeleton/etc/init.d/S15localfs | 11 - .../atngw100/target_skeleton/etc/init.d/S20network | 11 - .../atngw100/target_skeleton/etc/init.d/S21dnsmasq | 18 - .../target_skeleton/etc/init.d/S22iptables | 43 - .../atngw100/target_skeleton/etc/init.d/S40telnetd | 16 - .../atngw100/target_skeleton/etc/init.d/S41inetd | 16 - .../atngw100/target_skeleton/etc/init.d/S42httpd | 16 - .../atngw100/target_skeleton/etc/init.d/S43ntp | 27 - .../atngw100/target_skeleton/etc/init.d/S49netfs | 11 - .../atngw100/target_skeleton/etc/init.d/S99gpio | 142 - .../Atmel/atngw100/target_skeleton/etc/init.d/rcK | 6 - .../Atmel/atngw100/target_skeleton/etc/init.d/rcS | 11 - .../Atmel/atngw100/target_skeleton/etc/inittab | 27 - .../Atmel/atngw100/target_skeleton/etc/mdev.conf | 49 - .../device/Atmel/atngw100/target_skeleton/etc/mtab | 1 - .../target_skeleton/etc/network/interfaces | 15 - .../Atmel/atngw100/target_skeleton/etc/ntp.conf | 49 - .../Atmel/atngw100/target_skeleton/etc/passwd | 18 - .../atngw100/target_skeleton/etc/proftpd.conf | 31 - .../Atmel/atngw100/target_skeleton/etc/protocols | 149 - .../Atmel/atngw100/target_skeleton/etc/resolv.conf | 1 - .../atngw100/target_skeleton/etc/samba/smb.conf | 287 - .../atngw100/target_skeleton/etc/samba/smbpasswd | 1 - .../Atmel/atngw100/target_skeleton/etc/services | 2117 -- .../Atmel/atngw100/target_skeleton/etc/shadow | 18 - .../Atmel/atngw100/target_skeleton/etc/shells | 8 - .../atngw100/target_skeleton/root/.bash_logout | 7 - .../atngw100/target_skeleton/root/.bash_profile | 15 - .../Atmel/atngw100/target_skeleton/root/.bashrc | 48 - .../usr/share/udhcpc/default.script | 19 - target/device/Atmel/atstk1005/Makefile.in | 3 - .../atstk1005/atstk1005-linux-2.6.27.13.config | 1522 -- .../atstk1005/atstk1005-linux-2.6.28.2.config | 1602 -- target/device/Atmel/atstk1005/busybox-1.9.1.config | 767 - target/device/Atmel/atstk1005/device_table.txt | 181 - .../device/Atmel/atstk1005/target_skeleton/etc/TZ | 1 - .../atstk1005/target_skeleton/etc/asound.state | 108 - .../atstk1005/target_skeleton/etc/default/ntpdate | 6 - .../atstk1005/target_skeleton/etc/dnsmasq.conf | 385 - .../Atmel/atstk1005/target_skeleton/etc/fb.modes | 5 - .../Atmel/atstk1005/target_skeleton/etc/fstab | 3 - .../Atmel/atstk1005/target_skeleton/etc/group | 20 - .../Atmel/atstk1005/target_skeleton/etc/hostname | 1 - .../Atmel/atstk1005/target_skeleton/etc/hosts | 12 - .../atstk1005/target_skeleton/etc/hosts.dnsmasq | 246 - .../Atmel/atstk1005/target_skeleton/etc/httpd.conf | 2 - .../Atmel/atstk1005/target_skeleton/etc/inetd.conf | 3 - .../target_skeleton/etc/init.d/K20alsa-utils | 14 - .../target_skeleton/etc/init.d/K70sendsig | 1 - .../atstk1005/target_skeleton/etc/init.d/K80netfs | 1 - .../target_skeleton/etc/init.d/K85network | 11 - .../target_skeleton/etc/init.d/K90localfs | 1 - .../target_skeleton/etc/init.d/S00mountvirtfs | 74 - .../target_skeleton/etc/init.d/S01hotplug | 14 - .../target_skeleton/etc/init.d/S02hostname | 47 - .../target_skeleton/etc/init.d/S03bootsplash | 25 - .../atstk1005/target_skeleton/etc/init.d/S08syslog | 24 - .../atstk1005/target_skeleton/etc/init.d/S09klog | 16 - .../target_skeleton/etc/init.d/S10modules-init | 21 - .../target_skeleton/etc/init.d/S15localfs | 11 - .../target_skeleton/etc/init.d/S20network | 11 - .../target_skeleton/etc/init.d/S40telnetd | 16 - .../atstk1005/target_skeleton/etc/init.d/S41inetd | 16 - .../atstk1005/target_skeleton/etc/init.d/S42httpd | 16 - .../atstk1005/target_skeleton/etc/init.d/S43ntp | 27 - .../atstk1005/target_skeleton/etc/init.d/S49netfs | 11 - .../target_skeleton/etc/init.d/S50alsa-utils | 19 - .../atstk1005/target_skeleton/etc/init.d/S99gpio | 142 - .../atstk1005/target_skeleton/etc/init.d/S99splash | 17 - .../Atmel/atstk1005/target_skeleton/etc/init.d/rcK | 6 - .../Atmel/atstk1005/target_skeleton/etc/init.d/rcS | 11 - .../Atmel/atstk1005/target_skeleton/etc/inittab | 28 - .../Atmel/atstk1005/target_skeleton/etc/mdev.conf | 49 - .../Atmel/atstk1005/target_skeleton/etc/modules | 4 - .../atstk1005/target_skeleton/etc/mplayer.conf | 129 - .../Atmel/atstk1005/target_skeleton/etc/mtab | 1 - .../target_skeleton/etc/network/interfaces | 11 - .../Atmel/atstk1005/target_skeleton/etc/ntp.conf | 49 - .../Atmel/atstk1005/target_skeleton/etc/passwd | 18 - .../atstk1005/target_skeleton/etc/proftpd.conf | 31 - .../Atmel/atstk1005/target_skeleton/etc/protocols | 149 - .../atstk1005/target_skeleton/etc/resolv.conf | 1 - .../atstk1005/target_skeleton/etc/samba/smb.conf | 287 - .../atstk1005/target_skeleton/etc/samba/smbpasswd | 1 - .../Atmel/atstk1005/target_skeleton/etc/services | 2117 -- .../Atmel/atstk1005/target_skeleton/etc/shadow | 18 - .../Atmel/atstk1005/target_skeleton/etc/shells | 8 - .../atstk1005/target_skeleton/root/.bash_logout | 7 - .../atstk1005/target_skeleton/root/.bash_profile | 15 - .../Atmel/atstk1005/target_skeleton/root/.bashrc | 48 - .../usr/share/udhcpc/default.script | 19 - target/device/Atmel/atstk100x/Makefile.in | 4 - .../atstk100x/atstk100x-linux-2.6.27.13.config | 1283 - .../atstk100x/atstk100x-linux-2.6.28.2.config | 1332 - target/device/Atmel/atstk100x/busybox-1.9.1.config | 767 - target/device/Atmel/atstk100x/device_table.txt | 181 - ...-200-gpio_mouse-setup-for-atstk1000-board.patch | 130 - .../device/Atmel/atstk100x/target_skeleton/etc/TZ | 1 - .../atstk100x/target_skeleton/etc/asound.state | 108 - .../atstk100x/target_skeleton/etc/default/ntpdate | 6 - .../atstk100x/target_skeleton/etc/dnsmasq.conf | 385 - .../Atmel/atstk100x/target_skeleton/etc/fb.modes | 5 - .../Atmel/atstk100x/target_skeleton/etc/fstab | 3 - .../Atmel/atstk100x/target_skeleton/etc/group | 20 - .../Atmel/atstk100x/target_skeleton/etc/hostname | 1 - .../Atmel/atstk100x/target_skeleton/etc/hosts | 12 - .../atstk100x/target_skeleton/etc/hosts.dnsmasq | 246 - .../Atmel/atstk100x/target_skeleton/etc/httpd.conf | 2 - .../Atmel/atstk100x/target_skeleton/etc/inetd.conf | 3 - .../target_skeleton/etc/init.d/K20alsa-utils | 14 - .../target_skeleton/etc/init.d/K70sendsig | 1 - .../atstk100x/target_skeleton/etc/init.d/K80netfs | 1 - .../target_skeleton/etc/init.d/K85network | 11 - .../target_skeleton/etc/init.d/K90localfs | 1 - .../target_skeleton/etc/init.d/S00mountvirtfs | 74 - .../target_skeleton/etc/init.d/S01hotplug | 14 - .../target_skeleton/etc/init.d/S02hostname | 47 - .../target_skeleton/etc/init.d/S03bootsplash | 25 - .../atstk100x/target_skeleton/etc/init.d/S08syslog | 24 - .../atstk100x/target_skeleton/etc/init.d/S09klog | 16 - .../target_skeleton/etc/init.d/S10modules-init | 21 - .../target_skeleton/etc/init.d/S15localfs | 11 - .../target_skeleton/etc/init.d/S20network | 11 - .../target_skeleton/etc/init.d/S40telnetd | 16 - .../atstk100x/target_skeleton/etc/init.d/S41inetd | 16 - .../atstk100x/target_skeleton/etc/init.d/S42httpd | 16 - .../atstk100x/target_skeleton/etc/init.d/S43ntp | 27 - .../atstk100x/target_skeleton/etc/init.d/S49netfs | 11 - .../target_skeleton/etc/init.d/S50alsa-utils | 19 - .../atstk100x/target_skeleton/etc/init.d/S99gpio | 142 - .../atstk100x/target_skeleton/etc/init.d/S99splash | 17 - .../Atmel/atstk100x/target_skeleton/etc/init.d/rcK | 6 - .../Atmel/atstk100x/target_skeleton/etc/init.d/rcS | 11 - .../Atmel/atstk100x/target_skeleton/etc/inittab | 28 - .../Atmel/atstk100x/target_skeleton/etc/mdev.conf | 49 - .../Atmel/atstk100x/target_skeleton/etc/modules | 4 - .../atstk100x/target_skeleton/etc/mplayer.conf | 129 - .../Atmel/atstk100x/target_skeleton/etc/mtab | 1 - .../target_skeleton/etc/network/interfaces | 11 - .../Atmel/atstk100x/target_skeleton/etc/ntp.conf | 49 - .../Atmel/atstk100x/target_skeleton/etc/passwd | 18 - .../atstk100x/target_skeleton/etc/proftpd.conf | 31 - .../Atmel/atstk100x/target_skeleton/etc/protocols | 149 - .../atstk100x/target_skeleton/etc/resolv.conf | 1 - .../atstk100x/target_skeleton/etc/samba/smb.conf | 287 - .../atstk100x/target_skeleton/etc/samba/smbpasswd | 1 - .../Atmel/atstk100x/target_skeleton/etc/services | 2117 -- .../Atmel/atstk100x/target_skeleton/etc/shadow | 18 - .../Atmel/atstk100x/target_skeleton/etc/shells | 8 - .../atstk100x/target_skeleton/root/.bash_logout | 7 - .../atstk100x/target_skeleton/root/.bash_profile | 15 - .../Atmel/atstk100x/target_skeleton/root/.bashrc | 48 - .../usr/share/udhcpc/default.script | 19 - target/device/Atmel/misc-patches/README | 2 - .../misc-patches/u-boot-1.3.0-200MHz-ngw100.patch | 20 - .../u-boot-1.3.0-64MB-sdram-ngw100.patch | 11 - target/device/Atmel/root/device_table.txt | 162 - target/device/Atmel/root/skel.patch | 71 - target/device/Atmel/root/skel.tar.gz | Bin 629 -> 0 bytes target/device/Atmel/root/skel_busybox.patch | 215 - .../Atmel/root/target_busybox_skeleton/etc/TZ | 1 - .../Atmel/root/target_busybox_skeleton/etc/fstab | 9 - .../Atmel/root/target_busybox_skeleton/etc/group | 16 - .../root/target_busybox_skeleton/etc/hostname | 1 - .../Atmel/root/target_busybox_skeleton/etc/hosts | 1 - .../target_busybox_skeleton/etc/init.d/S20urandom | 54 - .../target_busybox_skeleton/etc/init.d/S40network | 35 - .../root/target_busybox_skeleton/etc/init.d/rcS | 27 - .../Atmel/root/target_busybox_skeleton/etc/inittab | 51 - .../Atmel/root/target_busybox_skeleton/etc/inputrc | 44 - .../Atmel/root/target_busybox_skeleton/etc/issue | 3 - .../target_busybox_skeleton/etc/network/interfaces | 4 - .../Atmel/root/target_busybox_skeleton/etc/passwd | 15 - .../Atmel/root/target_busybox_skeleton/etc/profile | 48 - .../root/target_busybox_skeleton/etc/protocols | 31 - .../root/target_busybox_skeleton/etc/random-seed | Bin 512 -> 0 bytes .../root/target_busybox_skeleton/etc/securetty | 12 - .../root/target_busybox_skeleton/etc/services | 302 - .../Atmel/root/target_busybox_skeleton/etc/shadow | 12 - target/device/Atmel/root/target_skeleton/etc/TZ | 1 - target/device/Atmel/root/target_skeleton/etc/fstab | 9 - target/device/Atmel/root/target_skeleton/etc/group | 16 - .../device/Atmel/root/target_skeleton/etc/hostname | 1 - target/device/Atmel/root/target_skeleton/etc/hosts | 1 - .../root/target_skeleton/etc/init.d/S20urandom | 54 - .../root/target_skeleton/etc/init.d/S40network | 35 - .../Atmel/root/target_skeleton/etc/init.d/rcS | 27 - .../device/Atmel/root/target_skeleton/etc/inittab | 45 - .../device/Atmel/root/target_skeleton/etc/inputrc | 44 - target/device/Atmel/root/target_skeleton/etc/issue | 3 - .../Atmel/root/target_skeleton/etc/ld.so.conf | 1 - .../root/target_skeleton/etc/network/interfaces | 4 - .../device/Atmel/root/target_skeleton/etc/passwd | 15 - .../device/Atmel/root/target_skeleton/etc/profile | 48 - .../Atmel/root/target_skeleton/etc/protocols | 31 - .../Atmel/root/target_skeleton/etc/random-seed | Bin 512 -> 0 bytes .../Atmel/root/target_skeleton/etc/securetty | 12 - .../device/Atmel/root/target_skeleton/etc/services | 302 - .../device/Atmel/root/target_skeleton/etc/shadow | 12 - .../Atmel/root/target_skeleton/root/.bash_logout | 7 - .../Atmel/root/target_skeleton/root/.bash_profile | 15 - .../device/Atmel/root/target_skeleton/root/.bashrc | 48 - .../usr/share/udhcpc/default.script | 39 - target/device/Atmel/root/uClibc.config | 167 - target/device/Config.in.mirrors | 71 - target/device/KwikByte/Config.in | 90 - target/device/KwikByte/Makefile.in | 10 - target/device/KwikByte/kb9202/Makefile.in | 3 - target/device/KwikByte/kb9202/busybox.config | 829 - target/device/KwikByte/kb9202/device_table.txt | 164 - .../KwikByte/kb9202/kb9202-linux-2.6.24.config | 1208 - .../KwikByte/kb9202/target_skeleton/etc/fstab | 11 - .../KwikByte/kb9202/target_skeleton/etc/group | 7 - .../KwikByte/kb9202/target_skeleton/etc/hostname | 1 - .../KwikByte/kb9202/target_skeleton/etc/init.d/rcS | 15 - .../KwikByte/kb9202/target_skeleton/etc/inittab | 33 - .../KwikByte/kb9202/target_skeleton/etc/issue | 7 - .../KwikByte/kb9202/target_skeleton/etc/issue.net | 6 - .../kb9202/target_skeleton/etc/ld.so.cache | Bin 669 -> 0 bytes .../KwikByte/kb9202/target_skeleton/etc/mdev.conf | 50 - .../KwikByte/kb9202/target_skeleton/etc/mtab | 1 - .../kb9202/target_skeleton/etc/network/interfaces | 20 - .../KwikByte/kb9202/target_skeleton/etc/passwd | 13 - .../KwikByte/kb9202/target_skeleton/etc/profile | 2 - .../KwikByte/kb9202/target_skeleton/etc/protocols | 31 - .../KwikByte/kb9202/target_skeleton/etc/services | 302 - .../KwikByte/kb9202/target_skeleton/etc/shadow | 12 - .../kb9202/target_skeleton/etc/vsftpd.conf | 32 - .../kb9202/target_skeleton/root/.ash_history | 15 - .../kb9202/target_skeleton/sbin/automount.script | 21 - .../usr/share/udhcpc/default.script | 40 - .../device/KwikByte/kb9202/target_skeleton/var/adm | 1 - .../device/KwikByte/kb9202/target_skeleton/var/tmp | 1 - target/device/Makefile.in | 2 - target/device/Makefile.in.linux | 1 - target/device/mips/Makefile.in | 4 - target/device/valka/Config.in | 25 - target/device/valka/Makefile.in | 6 - target/device/valka/device_table.txt | 86 - target/device/valka/target_skeleton/etc/TZ | 1 - .../device/valka/target_skeleton/etc/crontab/root | 2 - .../valka/target_skeleton/etc/default/ntpdate | 6 - .../valka/target_skeleton/etc/default/rc.conf | 82 - target/device/valka/target_skeleton/etc/fstab | 3 - target/device/valka/target_skeleton/etc/group | 4 - target/device/valka/target_skeleton/etc/hosts | 10 - target/device/valka/target_skeleton/etc/inetd.conf | 23 - target/device/valka/target_skeleton/etc/inittab | 8 - .../device/valka/target_skeleton/etc/lighttpd.conf | 25 - target/device/valka/target_skeleton/etc/mdev.conf | 41 - target/device/valka/target_skeleton/etc/mtab | 1 - .../valka/target_skeleton/etc/network/interfaces | 11 - target/device/valka/target_skeleton/etc/ntp.conf | 7 - target/device/valka/target_skeleton/etc/passwd | 4 - target/device/valka/target_skeleton/etc/protocols | 151 - target/device/valka/target_skeleton/etc/rc | 27 - target/device/valka/target_skeleton/etc/rc.conf | 1 - .../valka/target_skeleton/etc/rc.d/00.virtualfs | 24 - .../device/valka/target_skeleton/etc/rc.d/01.mdev | 23 - .../valka/target_skeleton/etc/rc.d/02.localfs | 22 - .../valka/target_skeleton/etc/rc.d/03.hostname | 25 - .../valka/target_skeleton/etc/rc.d/04.syslog | 24 - .../device/valka/target_skeleton/etc/rc.d/05.klog | 24 - .../valka/target_skeleton/etc/rc.d/06.modules | 31 - .../valka/target_skeleton/etc/rc.d/10.network | 32 - .../valka/target_skeleton/etc/rc.d/11.ntpdate | 24 - target/device/valka/target_skeleton/etc/rc.d/crond | 27 - .../device/valka/target_skeleton/etc/rc.d/dropbear | 37 - target/device/valka/target_skeleton/etc/rc.d/gpio | 34 - target/device/valka/target_skeleton/etc/rc.d/inetd | 27 - .../device/valka/target_skeleton/etc/rc.d/lighttpd | 17 - .../device/valka/target_skeleton/etc/rc.d/nbd_swap | 31 - target/device/valka/target_skeleton/etc/rc.d/ntpd | 24 - .../device/valka/target_skeleton/etc/rc.d/onewire | 34 - .../device/valka/target_skeleton/etc/rc.d/portmap | 31 - target/device/valka/target_skeleton/etc/rc.local | 3 - .../device/valka/target_skeleton/etc/rc.shutdown | 7 - target/device/valka/target_skeleton/etc/rc.subr | 101 - target/device/valka/target_skeleton/etc/services | 2393 -- target/device/valka/target_skeleton/etc/shadow | 4 - target/device/valka/target_skeleton/etc/shells | 5 - .../usr/share/udhcpc/default.script | 40 - target/device/valka/target_skeleton/var/lock | 1 - target/device/valka/v100sc2/busybox.config | 853 - target/device/valka/v100sc2/uClibc.config | 201 - target/device/x86/Config.in | 26 - target/device/x86/Makefile.in | 4 - target/device/x86/i686/Makefile.in | 3 - target/device/x86/i686/i686-linux-2.6.28.2.config | 2112 -- target/device/x86/i686/linux-2.6.29.2.config | 2157 -- target/device/xtensa/Config.in | 21 - target/device/xtensa/Makefile.in | 7 - target/device/xtensa/skeleton-patch/etc/inittab | 45 - target/generic/Config.in | 126 +- target/generic/mini_device_table.txt | 176 - toolchain/dependencies/dependencies.sh | 2 +- toolchain/gcc/4.5.1/840-arm-pr45070.patch | 184 - .../gcc/{4.5.1 => 4.5.2}/100-uclibc-conf.patch | 0 .../{4.5.1 => 4.5.2}/301-missing-execinfo_h.patch | 0 .../gcc/{4.5.1 => 4.5.2}/302-c99-snprintf.patch | 0 .../305-libmudflap-susv3-legacy.patch | 0 .../810-arm-softfloat-libgcc.pa... [truncated message content] |
From: Heiko Z. <smi...@us...> - 2010-12-17 03:52:05
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Devil-Linux". The branch, master has been updated via 09dfe04e8cb22aa8d79784d767b1103d875b26af (commit) via 50fdf9b9da0ad5602517bd81006c0dd2c6475b6d (commit) via 0d0ed550db44b0e84483066b237c4d9d56660815 (commit) from 185caf678b707bd86c0a34fd9781acb38bed07cf (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 09dfe04e8cb22aa8d79784d767b1103d875b26af Author: Heiko Zuerker <smi...@us...> Date: Thu Dec 16 20:45:33 2010 -0600 sysvinit: install using the Makefile, so we don't miss half the tools commit 50fdf9b9da0ad5602517bd81006c0dd2c6475b6d Author: Heiko Zuerker <smi...@us...> Date: Thu Dec 16 20:34:15 2010 -0600 psmisc: bump to version 22.13 commit 0d0ed550db44b0e84483066b237c4d9d56660815 Author: Heiko Zuerker <smi...@us...> Date: Thu Dec 16 20:34:03 2010 -0600 make sure our inittab gets restored ----------------------------------------------------------------------- Summary of changes: package/psmisc/psmisc-no-__progname.patch | 26 ++++++++++------------- package/psmisc/psmisc.mk | 2 +- package/sysvinit/sysvinit.mk | 4 +-- target/Devil-Linux/default/customize_target.sh | 3 ++ 4 files changed, 16 insertions(+), 19 deletions(-) hooks/post-receive -- Devil-Linux |
From: Heiko Z. <smi...@us...> - 2010-12-17 02:50:01
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Devil-Linux". The branch, master has been updated via 55452d14bcadeb727e1635a21916930ae72528da (commit) from 09dfe04e8cb22aa8d79784d767b1103d875b26af (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 55452d14bcadeb727e1635a21916930ae72528da Author: Lionel Landwerlin <lla...@gm...> Date: Mon Dec 6 12:39:52 2010 +0000 ncurses: introduce host package, and make target depend on host If you're running a system with an old ncurses version (5.5/5.6) you might encounter an endless ncurses installation. That happens because of incompatibilities between 'tic' tool versions. Signed-off-by: Lionel Landwerlin <lla...@gm...> ----------------------------------------------------------------------- Summary of changes: package/ncurses/ncurses.mk | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) hooks/post-receive -- Devil-Linux |
From: Heiko Z. <smi...@us...> - 2010-12-17 02:20:54
|
Update of /cvsroot/devil-linux/build In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv10512 Modified Files: CHANGES md5sum.lst Log Message: - updated fetchmail-6.3.19 - updated gradm-2.2.1-201012121738 - updated grsecurity-2.2.1-2.6.32.27-201012151819 - updated mysql-5.1.53 - updated pcre-8.11 - updated php-5.3.4 - updated webmin-1.530 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1429 retrieving revision 1.1430 diff -u -d -r1.1429 -r1.1430 --- CHANGES 16 Dec 2010 21:14:05 -0000 1.1429 +++ CHANGES 17 Dec 2010 02:20:46 -0000 1.1430 @@ -22,6 +22,13 @@ # 1.4.2 +- updated fetchmail-6.3.19 +- updated gradm-2.2.1-201012121738 +- updated grsecurity-2.2.1-2.6.32.27-201012151819 +- updated mysql-5.1.53 +- updated pcre-8.11 +- updated php-5.3.4 +- updated webmin-1.530 1.4.1 - updated dovecot to 2.0.8 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.609 retrieving revision 1.610 diff -u -d -r1.609 -r1.610 --- md5sum.lst 11 Dec 2010 03:01:00 -0000 1.609 +++ md5sum.lst 17 Dec 2010 02:20:46 -0000 1.610 @@ -124,7 +124,7 @@ 000211add4c4845ffa4211841bff4fb0 src/ez-ipupdate-3.0.11b8.tar.gz f60cb2a3378bb392c86ea6e4f8006cc0 src/fblogo-0.5.2.tar.gz d15060a813b91383a9f3c66faf84867e src/fcgi-2.4.0.tar.gz -7b1d449ecddb6164e22c32854adc4a75 src/fetchmail-6.3.17.tar.bz2 +64519711c8533f5a34d20c9ff620d880 src/fetchmail-6.3.19.tar.bz2 accade81ff1cc774904b47c72c8aeea0 src/file-5.04.tar.gz 351cc4adb07d54877fa15f75fb77d39f src/findutils-4.4.2.tar.gz 4005328a134054f0fa077bdc37aa64f2 src/firmware/QLOGIC_LICENSE @@ -172,11 +172,11 @@ f989fe8e24f82d19c8ce55df15784e15 src/gocr-0.43.tar.gz c1f1db32fb6598d6a93e6e88796a8632 src/gperf-3.0.4.tar.gz 6b534da16dc1b28ba828dea89e520f6f src/gpm-1.20.6.tar.bz2 -ccee0bc69771ff030bfe36f2684b057d src/gradm-2.2.1-201012092120.tar.gz +374be2172bab734ff99a479fdd5780c7 src/gradm-2.2.1-201012121738.tar.gz 3095b57837b312f087c0680559de7f13 src/grep-2.6.3.tar.gz b2151714de0c8d31d864fc7b7b9fcb3a src/groff-1.20.1-badchar.patch.bz2 48fa768dd6fdeb7968041dd5ae8e2b02 src/groff-1.20.1.tar.gz -03361bc4beb0b1f19923251cf019ab13 src/grsecurity-2.2.1-2.6.32.27-201012092111.patch.bz2 +4ae03da7b46a78866f53aa7f69422d4b src/grsecurity-2.2.1-2.6.32.27-201012151819.patch.bz2 cd3f3eb54446be6003156158d51f4884 src/grub-0.97.tar.gz e381b8506210c794278f5527cba0e765 src/gzip-1.4.tar.gz d1f19a3a8fa5d83e33729ddac904894d src/hdparm-9.36.tar.gz @@ -318,7 +318,7 @@ f7c1f873e68e7176f60ae9fbb2ca20f4 src/mtr-0.79.tar.gz ce8f0e44671fb0c7d9ec30bb0bfa8b5c src/mtx-1.3.12.tar.gz 6f8c59cc214dbffd555085b1db7272c1 src/mxser.tgz -c12bf24493688c51c6cff5e8c6563830 src/mysql-5.1.51.tar.gz +e5e7c5b0b5c382489e6a66778703bc46 src/mysql-5.1.53.tar.gz 900e3f4164f4b2a18485420eeaefe812 src/nagios-3.0.6.tar.gz 7c1a5cad155dc92a257214c0b67eda63 src/nagios-plugin-pgsql_include_for_8.3.patch.bz2 be6cc7699fff3ee29d1fd4d562377386 src/nagios-plugins-1.4.13.tar.gz @@ -377,7 +377,7 @@ a380d203077a035b30e36e77d21cdb89 src/pci.ids.bz2 35222edb86b50a6641352c66fe829b2e src/pciutils-3.1.7.tar.bz2 93828a89c22a1d45a46c6dede63632cd src/pcmciautils-016.tar.bz2 -780867a700e9d4e4b9cb47aa5453e4b2 src/pcre-8.10.tar.bz2 +ef907b8792ec7f90f0dcd773848f0b3b src/pcre-8.11.tar.bz2 9452d398f0fcd4e5cd7ef6628bc78c6e src/pcwd-1.42.tar.gz 63fdc8cf578aa912be6642c68219a666 src/pecl/APC-3.1.5.tgz d0313d93783cd11c8e038abfcf1b4f91 src/pecl/LZF-1.5.2.tgz @@ -572,7 +572,7 @@ 203101e0e8ecfee5ca8b750eb0e91660 src/perl-ext/threads-1.77.tar.gz 59e5882c75033835d44d0ab3bfc02c60 src/perl-ext/threads-shared-1.33.tar.gz c073f079557297003d805b535711c5d1 src/perl-ext/version-0.82.tar.gz -21ceeeb232813c10283a5ca1b4c87b48 src/php-5.3.3.tar.bz2 +2c069d8f690933e3bf6a8741ed818150 src/php-5.3.4.tar.bz2 d922a88782b64441d06547632fd85744 src/pkg-config-0.23.tar.gz dea5bf46ded66defa17f9dc9d4b39413 src/pohmelfs-10.tar.bz2 c61ef795fa450eb692602a661ec8d7f1 src/popt-1.15.tar.gz @@ -700,7 +700,7 @@ d3d8bc4d58886498a1c338670eab9315 src/vtun-3.0.2.tar.gz ba97ddce396bfccd8d409bc3141d7ef4 src/watchdog_5.3.1.tar.gz 26d0a3c142423678daed2d6f579525d8 src/webalizer-2.01-10-src.tar.bz2 -cdcc09d71d85d81914a90413eaf21d3f src/webmin-1.510.tar.gz +acf531f248bd575a0617472faa5013d3 src/webmin-1.530.tar.gz 7d21294bc841af4c674eea0599946f37 src/webmin-init.patch.bz2 480d72419e238d9dd51c300632056ed8 src/webmin-modules/NagiosModule.wbm.bz2 053e6fb4115b0d4bd0e55eefc6c2d747 src/webmin-modules/ajaxterm.wbm.gz |
From: Heiko Z. <smi...@us...> - 2010-12-16 23:32:33
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Devil-Linux". The branch, master has been updated via 185caf678b707bd86c0a34fd9781acb38bed07cf (commit) from 0aa38680ac639c167e36668b2f36544e27df155e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 185caf678b707bd86c0a34fd9781acb38bed07cf Author: Heiko Zuerker <smi...@us...> Date: Thu Dec 16 17:32:08 2010 -0600 update default config for latest git version ----------------------------------------------------------------------- Summary of changes: configs/devil-linux_x86_64_defconfig | 35 +++++++++++++++------------------ 1 files changed, 16 insertions(+), 19 deletions(-) hooks/post-receive -- Devil-Linux |
From: Heiko Z. <smi...@us...> - 2010-12-16 21:14:13
|
Update of /cvsroot/devil-linux/build In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv25571 Modified Files: CHANGES Log Message: increase version number Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1428 retrieving revision 1.1429 diff -u -d -r1.1428 -r1.1429 --- CHANGES 11 Dec 2010 03:00:59 -0000 1.1428 +++ CHANGES 16 Dec 2010 21:14:05 -0000 1.1429 @@ -21,6 +21,8 @@ # # +1.4.2 + 1.4.1 - updated dovecot to 2.0.8 - updated httpd to 2.2.17 |
From: Heiko Z. <smi...@us...> - 2010-12-16 21:14:13
|
Update of /cvsroot/devil-linux/build/scripts/config In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv25571/scripts/config Modified Files: VERSION Log Message: increase version number Index: VERSION =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/VERSION,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- VERSION 12 Nov 2010 15:37:05 -0000 1.31 +++ VERSION 16 Dec 2010 21:14:05 -0000 1.32 @@ -1 +1 @@ -1.4.1 +1.4.2 |