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: Serge L. <sma...@us...> - 2011-07-06 03:43:57
|
Update of /cvsroot/devil-linux/build/config/etc/init.d In directory vz-cvs-3.sog:/tmp/cvs-serv32135 Modified Files: network Log Message: MAC spoofing/defining for a bridge is correct behavior. It might be necessary for MAC address fixation on bridge interface (otherwise bridge interface will use the lowest MAC address among the enslaved interfaces and during the adding/removing ports the bridge MAC address can be changed) Index: network =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/init.d/network,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- network 16 Apr 2011 05:01:49 -0000 1.55 +++ network 6 Jul 2011 03:43:52 -0000 1.56 @@ -197,7 +197,7 @@ fi # MAC spoofing only on physical interfaces - if [ -n "$MAC" -a -z "$VLANID" -a -z "$BR_IF" ]; then + if [ -n "$MAC" -a -z "$VLANID" ]; then echo -n "Spoofing MAC address on $DEVICE" ip link set $DEVICE address $MAC evaluate_retval |
|
From: Heiko Z. <smi...@us...> - 2011-05-29 17:47:06
|
Update of /cvsroot/devil-linux/build In directory vz-cvs-3.sog:/tmp/cvs-serv11714 Modified Files: CHANGES Log Message: - closed bug #103 - nano: /etc/nanorc settings are not picked up - closed bug #98 - enable IPV6 support in pppd Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1449 retrieving revision 1.1450 diff -u -d -r1.1449 -r1.1450 --- CHANGES 29 May 2011 14:42:14 -0000 1.1449 +++ CHANGES 29 May 2011 17:47:03 -0000 1.1450 @@ -22,6 +22,8 @@ # 1.4.3 +- closed bug #103 - nano: /etc/nanorc settings are not picked up +- closed bug #98 - enable IPV6 support in pppd - updated nano to 2.2.6 - closed bug #102 - Superfluous line in /etc/postfix/main.cf throws error - updated cracklib to 2.8.18 |
|
From: Heiko Z. <smi...@us...> - 2011-05-29 14:42:16
|
Update of /cvsroot/devil-linux/build In directory vz-cvs-3.sog:/tmp/cvs-serv18096 Modified Files: CHANGES md5sum.lst Log Message: updated nano to 2.2.6 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1448 retrieving revision 1.1449 diff -u -d -r1.1448 -r1.1449 --- CHANGES 29 May 2011 14:11:49 -0000 1.1448 +++ CHANGES 29 May 2011 14:42:14 -0000 1.1449 @@ -22,6 +22,7 @@ # 1.4.3 +- updated nano to 2.2.6 - closed bug #102 - Superfluous line in /etc/postfix/main.cf throws error - updated cracklib to 2.8.18 - updated cracklib-words to 20080507 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.621 retrieving revision 1.622 diff -u -d -r1.621 -r1.622 --- md5sum.lst 29 May 2011 14:02:16 -0000 1.621 +++ md5sum.lst 29 May 2011 14:42:14 -0000 1.622 @@ -328,7 +328,7 @@ 7c1a5cad155dc92a257214c0b67eda63 src/nagios-plugin-pgsql_include_for_8.3.patch.bz2 be6cc7699fff3ee29d1fd4d562377386 src/nagios-plugins-1.4.13.tar.gz 678554f49451a5b4d535e2bcc7ff10aa src/nail-12.5-cvs.tar.bz2 -77a10a49589f975ce98350a4527a2ebf src/nano-2.2.5.tar.gz +03233ae480689a008eb98feb1b599807 src/nano-2.2.6.tar.gz 5ba65a6fc0e0f99d6d2667d0963719f8 src/nasm-2.05.01.tar.gz e4697a859fee58f5020773aff76f9dcf src/nbd-2.4.32.tgz b2b4b2fd38c81754b8f13895d784d491 src/ncftp-3.2.2-src.tar.bz2 |
|
From: Heiko Z. <smi...@us...> - 2011-05-29 14:11:51
|
Update of /cvsroot/devil-linux/build In directory vz-cvs-3.sog:/tmp/cvs-serv13956 Modified Files: CHANGES Log Message: - closed bug #102 - Superfluous line in /etc/postfix/main.cf throws error Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1447 retrieving revision 1.1448 diff -u -d -r1.1447 -r1.1448 --- CHANGES 29 May 2011 14:02:16 -0000 1.1447 +++ CHANGES 29 May 2011 14:11:49 -0000 1.1448 @@ -22,6 +22,7 @@ # 1.4.3 +- closed bug #102 - Superfluous line in /etc/postfix/main.cf throws error - updated cracklib to 2.8.18 - updated cracklib-words to 20080507 - updated openvpn to 2.2.0 |
|
From: Heiko Z. <smi...@us...> - 2011-05-29 14:02:18
|
Update of /cvsroot/devil-linux/build/scripts
In directory vz-cvs-3.sog:/tmp/cvs-serv12025/scripts
Modified Files:
cracklib
Log Message:
- updated cracklib to 2.8.18
- updated cracklib-words to 20080507
- updated openvpn to 2.2.0
- updated whois to 5.0.11
Index: cracklib
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/cracklib,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cracklib 6 Jan 2010 14:53:27 -0000 1.4
+++ cracklib 29 May 2011 14:02:16 -0000 1.5
@@ -21,7 +21,7 @@
make install || exit 1
strip_debug
mkdir -p /usr/share/dict/ || exit 1
- zcat $SRCDIR/cracklib-words.gz > /usr/share/dict/words || exit 1
+ zcat $SRCDIR/cracklib-words*.gz > /usr/share/dict/words || exit 1
;;
install )
|
|
From: Heiko Z. <smi...@us...> - 2011-05-28 17:59:53
|
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 519c5c494223b3a582bfea51236df62aec0c6d16 (commit)
via 9ab73b51e8f0f30e1720639d40732fa20aab9d1a (commit)
via cff599de0816704be966c5f9da36bfab14d9dcaa (commit)
via 99ead3c2ead605d6504b9abad111778dc2a93ae6 (commit)
via effcc9a2a2a6678dbc04d3c5b6957df3987dccc6 (commit)
via 66e94f96f466b2ed6dc9be80031aef850947748c (commit)
via 572529a43c3b7e637adff025dabdf335bd100403 (commit)
via 596fe25ea7441f238707ddc263fd50ccdf7f644b (commit)
via 1eda3a5c890645887f7ab36a7fbf850432279eb6 (commit)
via 4b3e8a71c14c2442670299c8d75356b747c4b157 (commit)
via 383074a6335d310918aa11430341614dc79580a5 (commit)
via 75c0a454887cb650f6fc049c8d12848a7cc6f3cc (commit)
via 5c8c02a0c6747357ecc3f4884b065cf08bf2395a (commit)
via 9868d2419021a3362d55963b022d18d57438c164 (commit)
via f066ed70cd6939838d4057f66798cbc1d972cc73 (commit)
via 40a203f2548f7445f01e7fb84676c87c313d7884 (commit)
via 4943afcc912bcdd0f5ba869fa5fc57ffae8e96f1 (commit)
via f5268b171a04e9fe286d88117d9590d7e68df754 (commit)
via a02cfbf1f4a82ee6582e2bf7622b2bf105359ea9 (commit)
via 8c30b67b31b5f378ae27cf1c64086aec39bffb4f (commit)
via 137a4d7e92baf57e46e35280feb5c0fddfb49af1 (commit)
via 8b4f5f241071bbe71229e989b563c7817dc6da5f (commit)
via 7234c23967fa70b760c64700e56bb1778019fbeb (commit)
via 1e8539797032940eddcba98b3949d730e593b63e (commit)
via 0710636813dfceea3299b40983863fb0fbc0f566 (commit)
via e3d389d6d609c60afa31f179bdf8e04901d95ae6 (commit)
via 6d795f12c542bd9d954e28c1d048014d8e3d0843 (commit)
via ffaf13cfbf648dfc067630fe562739dd1624a4b2 (commit)
via a058eedbf57cc5c94ba67ee4e2503a12e01e12fe (commit)
via 2cadc46dd949061f01bc9547a7ed77418496c3d9 (commit)
via 7a1115b3c14554f260f2db2c1a490891a6160920 (commit)
via 95cf21ef8c098369a54e8bd2ec97f1b56433c928 (commit)
via e3bf4de3298ec01cf6d91bc55758b4e605b52b88 (commit)
via ce1ae872aa72547bb291cc9e70adfe1b065cd2a8 (commit)
via f890debb30c0ce920bc44e7d74f1d5d4280d4625 (commit)
via a7e78f974e4536c23904cb5714ce1a917b3f420e (commit)
via 017e3061fdd62d42ffb851057b67e6d96b1fd47a (commit)
via 5276dec0e053c3dfd667281f037fa4221a9d6148 (commit)
via 12cdabeeb5ad18f27ce415c18d8a5896699bee41 (commit)
via 668c357fec27d6b02c9201de5764bb8d1bdd67c2 (commit)
via e860d5f5d169d609c644d9e5d0e8c0a46a7bb68c (commit)
via b976f37d305b8eeceef15fe9c1148a36fb8e2c5b (commit)
via 5c22f20f4b12395a34ce47c1aba608fccaf1fbe0 (commit)
via 023481efe2f69ca99870677112483e92c641aba9 (commit)
via f5a106e22abd4142c95687f440c99befda4f4d45 (commit)
via b1f31142536770df278bf195d545173810f248eb (commit)
via efce5be9af5c026bb1136cb2876c36edaaaba49a (commit)
via 91b2ec27a7b06c603f7c2f1bce3e7f422fb6b776 (commit)
via 34e4b2577e0255b97f1c1660032f80829613f1a9 (commit)
via 7c46868238a1a6b937419f8db94e2459155b7cb0 (commit)
via 80830a198ea80c2afd9f06b1b9bdaba23956e93a (commit)
via 59af9a8947ccb38ed4eefc02b54efcb1b1c363dd (commit)
via 3a7495c2fbd1ddc923dcc7074f690ffc1d81c82e (commit)
via 83672c4869251935ffb103fe7e46108b4ae20e93 (commit)
via 644d8808d274018a2cc67b35b781dff64d66d3a6 (commit)
via fec53c73cf64106bf7f9d3ec6eb518f08479c6b7 (commit)
via 80eff666607300578090b8eee5dcd33d947dec82 (commit)
via 5c88d720f99ce6374a2a9b6afcb93ff627f464fa (commit)
via 120f093fd2d4761acdbfaf2f5d86fe1210fde628 (commit)
via dcad5235a944c2c675f35ac918ada767a4149bee (commit)
via 7ed1f1e3cd12b38dd4defc2f33744df40d772705 (commit)
via 29a07684527d922d3896b70a832f16c6c2b763a3 (commit)
via 7fec8e8b753a77f4635dfa74819bb75354b90ee1 (commit)
via b8e52c47d7dd992595de0177d332323162313735 (commit)
via e7e0d0771c3e6d962fc4a336e1fa7a709e6635b0 (commit)
via e89b2626797bc25c415914491339b14defc091e7 (commit)
via b9d4ab0056c3b8135fc89c25995e16dd937b99db (commit)
via e23a4bc752e1f95ba6c2e504124aac8aecb0faf7 (commit)
via 635b6a17ddd407c8c099752d6cc6950d4da26d88 (commit)
via c7fbb8bc89649947abb8588c21b00676f40bd03f (commit)
via 8e92c2dc65e79bd889c30e6cf14900d0c4335b3c (commit)
via 8f9537ff5a7148c7a9412ace55c96c6b6a9a3a68 (commit)
via 7d9d09db673abbedc1cc865c213b742e0450268d (commit)
via 5db57b7ac9fc8c5bd0bec6e06166443f04870a3a (commit)
via 6e850246252e4978d93469a8998bf8343bab0340 (commit)
via 4e005c47e535fcde9bff04699774bde36f358b38 (commit)
via ca520507fc15a8213334a76339a3e6d567e91ea0 (commit)
via 726b15f64a10b2886c9b1bfe484f4cc7a71ea79e (commit)
via c59d0247541a85c62227b79d4fdb77405c4e6c99 (commit)
via 8451c2329e000baf64c986889e8d5b3ac1c8d698 (commit)
via e46ba3c65bb76de30e6534a5552db7562c354d3a (commit)
via ee3f31b536965d5419d6e437cb4e241ece84587f (commit)
via 125e2558b2ec253d255bf3a1fb2950efc358c8d2 (commit)
via 85dc57f6fd2755d8f5b193f369dad35796e764c2 (commit)
via 6721878972275695e74b4976f9d0779b5cb77e4e (commit)
via c17f4134384666e1ae6116a08b2ce92da633abef (commit)
via b05f23b933018c2ccce890620a6bdbb6619001ce (commit)
via 6780d0ba04ecf4cf4bf2ec1dc9f13c78868cf95c (commit)
via dd0dfd0ec136c6c7300407d7e8a9713967be0efb (commit)
via 57d131dd9677cb066c8aa54a5e25061dddee8875 (commit)
via 6246704008ef219257f30a824903855d0e00cffb (commit)
via a2e724a05b5c9a8ef8dadfb2154d1fd996f16fef (commit)
via c96e483ced00330f0c3925dd585e3b2ffbc7c900 (commit)
via 928a901cb059116cf893890bbd9d00cd1c3b2f61 (commit)
via 8fa1a0ea7595935d3f02c9528c46f63f159961a0 (commit)
via 08f0746a83c21e9ff4c4831f5df54a5b01b5f25a (commit)
via 743208349966f76748a8017ffc394ad531825e20 (commit)
via cab3a3b3df799dc77567569851ca329d5f26f4f7 (commit)
via 3178a20550565833b8a2a8f6af9fd3c7ae4811d1 (commit)
via 69282a2928ad909b81b86d9601b53da8b863c96e (commit)
via 1db3939ad91e88d420bc8983b4708ee65d3c91e2 (commit)
via 28cdaaee5236d0cbe3a6afde808f5eef260e7c33 (commit)
via 874b6e4e87cf5835b2121750372046cbae9624b2 (commit)
via 48a00cc2ce165e70acc5c327b3c6415dde5c794b (commit)
via 0073143087989caf4e4406a9ee3c80097684c9f3 (commit)
via 0a2af382bbc11d6fd787c247b0384faee91f8f9f (commit)
via d1b42b24b88cc15a825d20221b2199bce4f2e6aa (commit)
via d2b325c1f02f4579cbc7488a3321d313d7bd2239 (commit)
via 96984e3b80607428bb32f3930d533911abbd436a (commit)
from d8d35ac29b27cb2297c83d31d810ad3bbf2bc827 (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 519c5c494223b3a582bfea51236df62aec0c6d16
Merge: d8d35ac29b27cb2297c83d31d810ad3bbf2bc827 9ab73b51e8f0f30e1720639d40732fa20aab9d1a
Author: Heiko Zuerker <smi...@us...>
Date: Sat May 28 12:58:09 2011 -0500
Merge branch 'master' of git://git.buildroot.net/buildroot
commit 9ab73b51e8f0f30e1720639d40732fa20aab9d1a
Author: Peter Korsgaard <ja...@su...>
Date: Fri May 27 16:18:21 2011 +0200
Update for 2011.05
Signed-off-by: Peter Korsgaard <ja...@su...>
commit cff599de0816704be966c5f9da36bfab14d9dcaa
Author: f8...@fr... <f8...@fr...>
Date: Wed May 25 21:10:55 2011 +0200
setlocalversion: fix svn revision l10n-ism
Fixed an l10n-ism in retrieval of the svn revision.
Signed-off-by: Stephane Fillod <fi...@us...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 99ead3c2ead605d6504b9abad111778dc2a93ae6
Author: Javier Viguera <jav...@di...>
Date: Wed May 25 14:31:41 2011 +0200
makedevs: minor fix to command's help
Signed-off-by: Javier Viguera <jav...@di...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit effcc9a2a2a6678dbc04d3c5b6957df3987dccc6
Author: Peter Korsgaard <ja...@su...>
Date: Tue May 24 15:02:23 2011 +0200
Update for 2011.05-rc2
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 66e94f96f466b2ed6dc9be80031aef850947748c
Author: Klaus Schwarzkopf <sch...@se...>
Date: Mon May 23 18:19:30 2011 +0200
ext-toolchain: fix download url / add cs 2009q3
* fixed: external toolchain CODESOURCERY ARM2009Q1 downloaded version ARM2009Q3
* add CODESOURCERY ARM2009Q1 for ti dvsdk 3.10.
Signed-off-by: Klaus Schwarzkopf <sch...@se...>
Acked-by: Thomas Petazzoni <tho...@fr...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 572529a43c3b7e637adff025dabdf335bd100403
Author: Peter Korsgaard <ja...@su...>
Date: Sun May 22 17:04:47 2011 +0200
defconfigs: bump 2.6.38.x stable version
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 596fe25ea7441f238707ddc263fd50ccdf7f644b
Author: Peter Korsgaard <ja...@su...>
Date: Sun May 22 17:04:06 2011 +0200
linux: bump 2.6.38.x stable version
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 1eda3a5c890645887f7ab36a7fbf850432279eb6
Author: Peter Korsgaard <ja...@su...>
Date: Sun May 22 17:03:14 2011 +0200
kernel-headers: bump 2.6.38.x stable version
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 4b3e8a71c14c2442670299c8d75356b747c4b157
Author: Thomas Petazzoni <tho...@fr...>
Date: Sun May 22 16:32:50 2011 +0200
kbd: rename the makefile so that it's named the same as the package
Signed-off-by: Thomas Petazzoni <tho...@fr...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 383074a6335d310918aa11430341614dc79580a5
Author: Thomas Petazzoni <tho...@fr...>
Date: Sun May 22 16:32:49 2011 +0200
kbd: make sure to link against libintl when needed
Signed-off-by: Thomas Petazzoni <tho...@fr...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 75c0a454887cb650f6fc049c8d12848a7cc6f3cc
Author: Thomas Petazzoni <tho...@fr...>
Date: Sun May 22 13:56:08 2011 +0200
fakeroot: disallow selection for the target
fakeroot for the target fails to build against glibc, due to largefile
related problems :
libtool: link: /home/test/outputs/test-503/host/usr/bin/powerpc-linux-gnu-gcc -pipe -Os -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -o faked faked.o ./.libs/libcommunicate.a -ldl
{standard input}: Assembler messages:
{standard input}:2592: Error: symbol `__fxstatat64' is already defined
{standard input}:2627: Error: symbol `__fxstat64' is already defined
{standard input}:2663: Error: symbol `__xstat64' is already defined
{standard input}:2698: Error: symbol `__lxstat64' is already defined
make[3]: *** [libfakeroot.lo] Error 1
As fakeroot for the target is not really needed, and was only added
when we packaged fakeroot for the host, just make fakeroot not
selectable for the target.
We have to keep the AUTOTARGETS call for fakeroot on the target,
because the host variant does not work otherwise, due to issues in the
package infrastructure (that will be fixed post-2011.05).
Signed-off-by: Thomas Petazzoni <tho...@fr...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 5c8c02a0c6747357ecc3f4884b065cf08bf2395a
Author: Thomas Petazzoni <tho...@fr...>
Date: Sun May 22 10:53:40 2011 +0200
qt: scripttools needs gui
The QtScriptTools library depends on the QtGui library, as can be seen
in the src/src.pro file of the Qt sources :
!contains(QT_CONFIG, no-gui):contains(QT_CONFIG, scripttools): SRC_SUBDIRS += src_scripttools
If the scripttools are enabled in the Qt configuration, but not the
gui, then the scripttools library is not built by Qt, and the
Buildroot build process fails with:
cp: cannot stat `/home/test/outputs/test-502/host/usr/sh4-unknown-linux-gnu/sysroot/usr/lib/libQtScriptTools.so.*': No such file or directory
Signed-off-by: Thomas Petazzoni <tho...@fr...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 9868d2419021a3362d55963b022d18d57438c164
Author: Thomas Petazzoni <tho...@fr...>
Date: Sat May 21 17:47:50 2011 +0200
psmisc: do not install pstree.x11 symbolic link
The psmisc-no-__progname.patch removes the usage of __progname, which
removes any difference between pstree and pstree.x11. Therefore, we
make sure to not create the pstree.x11 symbolic link in the target.
Signed-off-by: Thomas Petazzoni <tho...@fr...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit f066ed70cd6939838d4057f66798cbc1d972cc73
Author: Thomas Petazzoni <tho...@fr...>
Date: Sat May 21 17:47:49 2011 +0200
psmisc: fix build by linking against libintl when needed
Signed-off-by: Thomas Petazzoni <tho...@fr...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 40a203f2548f7445f01e7fb84676c87c313d7884
Author: Yann E. MORIN <yan...@an...>
Date: Sun May 22 00:05:42 2011 +0200
toolchain/crosstool-NG: fix up ct-ng config file to saner defaults
Peter on IRC reported some build failures for different targets.
They were of two kinds:
- missing/unknown stack unwinding support
- missing *_chk functions
The first is about configure not being able to automagically determine
if stack unwinding support is available for the target. The second is
about fortified build forgetting to build the fortified functions.
This applies to both glibc and eglibc.
After some discussions on IRC with Jacmet, it appears that we can
safely assume both of the following:
- virtually all targets of buildroot will have stack unwinding support
- we do not care about fortified builds (so far)
So, update the bundled crosstool-NG .config file to saner defaults:
- force unwind support
- disable fortified builds
[Peter: fix 'force non-fortified build' sed invocation]
Reported-by: Peter Korsgaard <ja...@su...>
Signed-off-by: "Yann E. MORIN" <yan...@an...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 4943afcc912bcdd0f5ba869fa5fc57ffae8e96f1
Author: Yann E. MORIN <yan...@an...>
Date: Sun May 22 00:05:41 2011 +0200
toolchain/crosstool-NG: update to 1.11.3
1.11.3 is the latest stable version, and it has a few improvements
we'll find usefull. For example, it hasa a boolean option for
disabling the {,e}glibc fortified build (instead of requiring us
to shoehorn it in extra cflags.
Update the config files.
Signed-off-by: "Yann E. MORIN" <yan...@an...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit f5268b171a04e9fe286d88117d9590d7e68df754
Author: Yann E. MORIN <yan...@an...>
Date: Sun May 22 00:05:40 2011 +0200
toolchain/crosstool-NG: bundle one CT-NG config file for each libc familly
Currently, the bundled CT-NG config file has no C library configured.
It is quite complex to add and/or munge options in this case.
Now, with one config file per libc familly, it becomes easier.
Signed-off-by: "Yann E. MORIN" <yan...@an...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit a02cfbf1f4a82ee6582e2bf7622b2bf105359ea9
Author: Thomas Petazzoni <tho...@fr...>
Date: Thu May 19 19:23:29 2011 +0200
bind: give path to OpenSSL when OpenSSL is enabled
bind needs to be specifically told where OpenSSL is, otherwise, the
build fails with:
checking for OpenSSL library... configure: error: OpenSSL was not found in any of /usr /usr/local /usr/local/ssl /usr/pkg /usr/sfw; use --with-openssl=/path
If you don't want OpenSSL, use --without-openssl
Signed-off-by: Thomas Petazzoni <tho...@fr...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 8c30b67b31b5f378ae27cf1c64086aec39bffb4f
Author: Peter Korsgaard <ja...@su...>
Date: Wed May 18 23:07:08 2011 +0200
news.html: add 2011.05-rc1 announcement link
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 137a4d7e92baf57e46e35280feb5c0fddfb49af1
Author: Peter Korsgaard <ja...@su...>
Date: Wed May 18 21:47:48 2011 +0200
Update for 2011.05-rc1
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 8b4f5f241071bbe71229e989b563c7817dc6da5f
Author: Peter Korsgaard <ja...@su...>
Date: Wed May 18 22:03:27 2011 +0200
mplayer: fix libmad check
Closes #3757
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 7234c23967fa70b760c64700e56bb1778019fbeb
Author: Peter Korsgaard <ja...@su...>
Date: Wed May 18 21:02:30 2011 +0200
CHANGES: update with recent changes
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 1e8539797032940eddcba98b3949d730e593b63e
Author: Thomas Petazzoni <tho...@fr...>
Date: Wed May 18 12:01:24 2011 +0200
gtk2-engines: bump, rename config option and convert to AUTOTARGETS
gtk2-engines is bumped from 2.9.1 to 2.20.2 (the latest available
version compatible with Gtk2). The package is converted to the
AUTOTARGETS infrastructure.
The config option is renamed so that it matches the package name
(gtk2-engines instead of libgtk2-engines).
Signed-off-by: Thomas Petazzoni <tho...@fr...>
commit 0710636813dfceea3299b40983863fb0fbc0f566
Author: Thomas Petazzoni <tho...@fr...>
Date: Wed May 18 12:00:16 2011 +0200
libgtk2: add option to install the gtk-demo program
Signed-off-by: Thomas Petazzoni <tho...@fr...>
commit e3d389d6d609c60afa31f179bdf8e04901d95ae6
Author: Thomas Petazzoni <tho...@fr...>
Date: Wed May 18 11:59:46 2011 +0200
libgtk2: change download site
Use the Gnome FTP server as the download site, like we do for other
components of the Gtk stack.
Signed-off-by: Thomas Petazzoni <tho...@fr...>
commit 6d795f12c542bd9d954e28c1d048014d8e3d0843
Author: Thomas Petazzoni <tho...@fr...>
Date: Wed May 18 11:59:31 2011 +0200
libgtk2: bump to 2.24.4
Signed-off-by: Thomas Petazzoni <tho...@fr...>
commit ffaf13cfbf648dfc067630fe562739dd1624a4b2
Author: Thomas Petazzoni <tho...@fr...>
Date: Wed May 18 12:02:55 2011 +0200
pango: bump to 1.28.4
Signed-off-by: Thomas Petazzoni <tho...@fr...>
commit a058eedbf57cc5c94ba67ee4e2503a12e01e12fe
Author: Thomas Petazzoni <tho...@fr...>
Date: Wed May 18 11:55:54 2011 +0200
libglib2: bump to 2.28.6
The patch libglib2-mkenums-nowarn.patch is removed, since it has been
merged upstream.
Signed-off-by: Thomas Petazzoni <tho...@fr...>
commit 2cadc46dd949061f01bc9547a7ed77418496c3d9
Author: Thomas Petazzoni <tho...@fr...>
Date: Wed May 18 11:55:30 2011 +0200
atk: bump to 1.33.6
Signed-off-by: Thomas Petazzoni <tho...@fr...>
commit 7a1115b3c14554f260f2db2c1a490891a6160920
Author: Thomas Petazzoni <tho...@fr...>
Date: Tue May 17 20:56:46 2011 +0200
sudo: bump and convert to AUTOTARGETS
Signed-off-by: Thomas Petazzoni <tho...@fr...>
commit 95cf21ef8c098369a54e8bd2ec97f1b56433c928
Author: Thomas Petazzoni <tho...@fr...>
Date: Tue May 17 20:22:29 2011 +0200
dhcpdump: move as a proper package, bump version
dhcpdump 1.7 required tcpdump, but version 1.8 now uses libpcap
instead. Also version 1.8 is no longer autotools based, but just a
simple Makefile.
Signed-off-by: Thomas Petazzoni <tho...@fr...>
commit e3bf4de3298ec01cf6d91bc55758b4e605b52b88
Author: Thomas Petazzoni <tho...@fr...>
Date: Tue May 17 20:06:28 2011 +0200
festival: remove packages
Festival does not build, nobody cared since a long time, and they have
been marked deprecated since quite some time.
Signed-off-by: Thomas Petazzoni <tho...@fr...>
commit ce1ae872aa72547bb291cc9e70adfe1b065cd2a8
Author: Peter Korsgaard <ja...@su...>
Date: Tue May 17 10:00:01 2011 +0200
Makefile.autotools.in: default to same <pkg>_MAKE setting for host and target
Similar to how it is done for _SOURCE, _PATCH, _SITE and _SUBDIR.
Signed-off-by: Peter Korsgaard <ja...@su...>
commit f890debb30c0ce920bc44e7d74f1d5d4280d4625
Author: Gustavo Zacarias <gu...@za...>
Date: Mon May 16 11:18:26 2011 -0300
libnl: minor package fixes
* libnl fails to build with multiple jobs so keep make at -j1
* Multiple libraries are installed so update uninstall target for this
[Peter: remove libnl/libnl-*.* to catch subdir + any new libs in the future]
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit a7e78f974e4536c23904cb5714ce1a917b3f420e
Author: Alexander Clouter <al...@di...>
Date: Mon May 16 22:41:54 2011 +0200
dropbear: disable zlib support when built with small option
Closes #3733
Signed-off-by: Alexander Clouter <al...@di...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 017e3061fdd62d42ffb851057b67e6d96b1fd47a
Author: Vasily Khoruzhick <ana...@gm...>
Date: Mon May 16 18:10:50 2011 +0300
xlib_libXfont: don't build devel documentation for host
Signed-off-by: Vasily Khoruzhick <ana...@gm...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 5276dec0e053c3dfd667281f037fa4221a9d6148
Author: Vasily Khoruzhick <ana...@gm...>
Date: Mon May 16 18:10:49 2011 +0300
font-misc-misc: Don't pull fonts encodings from host system
Use encodings from staging dir.
Signed-off-by: Vasily Khoruzhick <ana...@gm...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 12cdabeeb5ad18f27ce415c18d8a5896699bee41
Author: Vasily Khoruzhick <ana...@gm...>
Date: Mon May 16 18:10:48 2011 +0300
xlib_libX11: don't build docs for host
It depends on utils provided by host system, and
they sometimes are missing.
Signed-off-by: Vasily Khoruzhick <ana...@gm...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 668c357fec27d6b02c9201de5764bb8d1bdd67c2
Author: Peter Korsgaard <ja...@su...>
Date: Mon May 16 22:18:35 2011 +0200
sdl: fix directfb driver build if host has directfb-config
Ensure our cross directfb-config is used, so the right linker paths
as passed to the compiler.
Signed-off-by: Peter Korsgaard <ja...@su...>
commit e860d5f5d169d609c644d9e5d0e8c0a46a7bb68c
Author: Gustavo Zacarias <gu...@za...>
Date: Mon May 16 09:52:30 2011 -0300
busybox: add hush patch for version 1.18.4
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit b976f37d305b8eeceef15fe9c1148a36fb8e2c5b
Author: Gustavo Zacarias <gu...@za...>
Date: Mon May 16 09:52:29 2011 -0300
openssh: bump to version 5.8p2
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 5c22f20f4b12395a34ce47c1aba608fccaf1fbe0
Author: Peter Korsgaard <ja...@su...>
Date: Mon May 16 14:43:51 2011 +0200
libnl: depend on host-bison
libnl build breaks with bison <2.4 with:
bison -y -d -o route/cls/ematch_syntax.c route/cls/ematch_syntax.y
route/cls/ematch_syntax.y:31.9-16: syntax error, unexpected
identifier, expecting string
So build our own known good version and use instead.
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 023481efe2f69ca99870677112483e92c641aba9
Author: Peter Korsgaard <ja...@su...>
Date: Mon May 16 14:43:17 2011 +0200
bison: add host package
Signed-off-by: Peter Korsgaard <ja...@su...>
commit f5a106e22abd4142c95687f440c99befda4f4d45
Author: Peter Korsgaard <ja...@su...>
Date: Mon May 16 14:27:24 2011 +0200
qt: fix build when script+dbus are enabled, but gui isn't
Signed-off-by: Peter Korsgaard <ja...@su...>
commit b1f31142536770df278bf195d545173810f248eb
Author: Peter Korsgaard <ja...@su...>
Date: Mon May 16 14:09:42 2011 +0200
qt: bump version
Signed-off-by: Peter Korsgaard <ja...@su...>
commit efce5be9af5c026bb1136cb2876c36edaaaba49a
Author: Peter Korsgaard <ja...@su...>
Date: Mon May 16 10:13:19 2011 +0200
haserl: remove 0.8.0 install workaround
Not needed anymore as stripping is handled on a global level.
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 91b2ec27a7b06c603f7c2f1bce3e7f422fb6b776
Author: Peter Korsgaard <ja...@su...>
Date: Mon May 16 10:08:38 2011 +0200
haserl: fix lua support after 0.9.29 bump
haserl no longer ships haserl_lualib.inc so our lua2c hack didn't work
anymore.
Fix is by adding a patch to re-add it and move the Makefile.in changes
to here rather than with sed.
Longer term we should probably add host-lua support instead.
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 34e4b2577e0255b97f1c1660032f80829613f1a9
Merge: 59af9a8947ccb38ed4eefc02b54efcb1b1c363dd 7c46868238a1a6b937419f8db94e2459155b7cb0
Author: Peter Korsgaard <ja...@su...>
Date: Sun May 15 22:29:02 2011 +0200
Merge branch 'for-2011.05/remove-dead-code' of http://free-electrons.com/~thomas/buildroot
commit 7c46868238a1a6b937419f8db94e2459155b7cb0
Author: Thomas Petazzoni <tho...@fr...>
Date: Sun May 15 21:58:50 2011 +0200
gcc: remove references to arm-softfloat.patch.conditional
The arm-softfloat.patch.conditional patches are no longer in Buildroot
since 9af188d883b2657bd967e6621011d4bbe1bb3441 (October 2009), which
removed support for gcc 3.x and 4.0.x.
Signed-off-by: Thomas Petazzoni <tho...@fr...>
commit 80830a198ea80c2afd9f06b1b9bdaba23956e93a
Author: Thomas Petazzoni <tho...@fr...>
Date: Sun May 15 21:55:02 2011 +0200
uClibc: remove AVR32 patches for 0.9.29
The 0.9.29 version of uClibc can no longer be selected on AVR32 since
December 2009 (b642f7eefbf8c7f0111d74528390de31aaacf203). Therefore,
those two patches are now completely useless.
Signed-off-by: Thomas Petazzoni <tho...@fr...>
commit 59af9a8947ccb38ed4eefc02b54efcb1b1c363dd
Author: Yegor Yefremov <yeg...@vi...>
Date: Wed Apr 27 10:28:31 2011 +0200
wpa_supplicant: add support for libnl-2.0
Signed-off-by: Yegor Yefremov <yeg...@go...>
Acked-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 3a7495c2fbd1ddc923dcc7074f690ffc1d81c82e
Author: Yegor Yefremov <yeg...@vi...>
Date: Wed Apr 27 10:26:39 2011 +0200
hostapd: add support for libnl-2.0
Signed-off-by: Yegor Yefremov <yeg...@go...>
Acked-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 83672c4869251935ffb103fe7e46108b4ae20e93
Author: Yegor Yefremov <yeg...@vi...>
Date: Wed Apr 27 14:59:58 2011 +0200
libnl: bump to version 3.0
Signed-off-by: Yegor Yefremov <yeg...@go...>
Acked-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 644d8808d274018a2cc67b35b781dff64d66d3a6
Author: Yegor Yefremov <yeg...@vi...>
Date: Thu Apr 28 09:23:51 2011 +0200
iw: add support for libnl-3.0
Signed-off-by: Yegor Yefremov <yeg...@go...>
Acked-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit fec53c73cf64106bf7f9d3ec6eb518f08479c6b7
Author: Yegor Yefremov <yeg...@vi...>
Date: Thu Apr 28 14:15:41 2011 +0200
kismet: add support for libnl-3.0
Signed-off-by: Yegor Yefremov <yeg...@go...>
Acked-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 80eff666607300578090b8eee5dcd33d947dec82
Author: Peter Korsgaard <ja...@su...>
Date: Sun May 15 00:07:28 2011 +0200
barebox: bump version
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 5c88d720f99ce6374a2a9b6afcb93ff627f464fa
Merge: 120f093fd2d4761acdbfaf2f5d86fe1210fde628 e7e0d0771c3e6d962fc4a336e1fa7a709e6635b0
Author: Peter Korsgaard <ja...@su...>
Date: Fri May 13 15:30:37 2011 +0200
Merge branch 'for-2011.05/new-codesourcery-toolchain' of http://free-electrons.com/~thomas/buildroot
commit 120f093fd2d4761acdbfaf2f5d86fe1210fde628
Author: Mike Williams <mi...@mi...>
Date: Fri May 13 08:54:05 2011 -0400
ffmpeg: Version bump to 0.6.3
Signed-off-by: Mike Williams <mi...@mi...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit dcad5235a944c2c675f35ac918ada767a4149bee
Author: Peter Korsgaard <ja...@su...>
Date: Fri May 13 15:12:25 2011 +0200
ffmpeg: only build documentation if requested
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 7ed1f1e3cd12b38dd4defc2f33744df40d772705
Author: Mike Williams <mi...@mi...>
Date: Thu May 12 16:47:18 2011 -0400
ffmpeg: ffmpeg binary requires swscale
Signed-off-by: Mike Williams <mi...@mi...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 29a07684527d922d3896b70a832f16c6c2b763a3
Author: Mike Williams <mi...@mi...>
Date: Thu May 12 16:12:40 2011 -0400
ffmpeg: disable altivec optimizations for PPC CPUs lacking it
[Peter: use positive logic]
Signed-off-by: Mike Williams <mi...@mi...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 7fec8e8b753a77f4635dfa74819bb75354b90ee1
Author: Peter Korsgaard <ja...@su...>
Date: Fri May 13 12:04:10 2011 +0200
dropbear: link statically if BR2_PREFER_STATIC_LIB
Signed-off-by: Peter Korsgaard <ja...@su...>
commit b8e52c47d7dd992595de0177d332323162313735
Author: Jean-Christophe PLAGNIOL-VILLARD <pla...@jc...>
Date: Sun May 1 14:37:42 2011 +0200
dropbear: fix static link for version 0.53.1
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <pla...@jc...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit e7e0d0771c3e6d962fc4a336e1fa7a709e6635b0
Author: Thomas Petazzoni <tho...@fr...>
Date: Fri May 13 11:41:40 2011 +0200
external-toolchain: Add MIPS CodeSourcery 2011.03
Signed-off-by: Thomas Petazzoni <tho...@fr...>
commit e89b2626797bc25c415914491339b14defc091e7
Author: Thomas Petazzoni <tho...@fr...>
Date: Fri May 13 11:38:43 2011 +0200
external-toolchain: Add ARM CodeSourcery 2011.03
Signed-off-by: Thomas Petazzoni <tho...@fr...>
commit b9d4ab0056c3b8135fc89c25995e16dd937b99db
Author: Peter Korsgaard <ja...@su...>
Date: Fri May 13 09:30:41 2011 +0200
avahi: ensure locale data is installed into /usr/share, not /usr/lib v2
Was fixed in 0201ffcd1624, but nowadays avahi uses DATADIRNAME rather
than DATADIR.
Signed-off-by: Peter Korsgaard <ja...@su...>
commit e23a4bc752e1f95ba6c2e504124aac8aecb0faf7
Author: Peter Korsgaard <ja...@su...>
Date: Thu May 12 23:37:35 2011 +0200
Move rootfs content options under system configuration
Instead of the current mix between system config and filesystem menus.
At the same time rename 'Target filesystem options' menu to
'Filesystem images' as it now only contains options about image formats.
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 635b6a17ddd407c8c099752d6cc6950d4da26d88
Author: Peter Korsgaard <ja...@su...>
Date: Thu May 12 21:41:53 2011 +0200
dropbear: remove shared config.cache workaround
Now that the shared config.cache handling has been removed.
Signed-off-by: Peter Korsgaard <ja...@su...>
commit c7fbb8bc89649947abb8588c21b00676f40bd03f
Author: Gustavo Zacarias <gu...@za...>
Date: Wed May 11 09:39:44 2011 -0300
configs: bump 2.6.38 kernels to 2.6.38.6
Bump kernel versions of qemu/mips-malta and qemu/arm-versatile sample
configuration files to 2.6.38.6
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 8e92c2dc65e79bd889c30e6cf14900d0c4335b3c
Author: Gustavo Zacarias <gu...@za...>
Date: Wed May 11 09:39:43 2011 -0300
toolchain: bump 2.6.38 headers to 2.6.38.6
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 8f9537ff5a7148c7a9412ace55c96c6b6a9a3a68
Author: Gustavo Zacarias <gu...@za...>
Date: Wed May 11 09:40:26 2011 -0300
linux: bump 2.6.38 kernel to 2.6.38.6
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 7d9d09db673abbedc1cc865c213b742e0450268d
Author: Peter Korsgaard <ja...@su...>
Date: Thu May 12 17:15:36 2011 +0200
target/generic: only show getty port option if default skeleton is used
The special marker in etc/inittab might not be present with a custom
skeleton. At the same time make the option always active, remove the
hardcoded tty1/tty2 gettys and reword the option description slightly.
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 5db57b7ac9fc8c5bd0bec6e06166443f04870a3a
Author: Peter Korsgaard <ja...@su...>
Date: Thu May 12 17:07:15 2011 +0200
qt: hide shared library option if BR2_PREFER_STATIC_LIB
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 6e850246252e4978d93469a8998bf8343bab0340
Author: Peter Korsgaard <ja...@su...>
Date: Tue May 10 23:43:00 2011 +0200
haserl: bump 0.9.x version
Fixes off-by-1 buffer overflow.
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 4e005c47e535fcde9bff04699774bde36f358b38
Author: Thomas Petazzoni <tho...@fr...>
Date: Wed Mar 2 14:52:54 2011 +0100
Allow several device tables and split in two parts our device table
This allows to have a device table for all directories/files and
another device table for the device files themselves. Both are needed
for static /dev, but only the first one is needed when
devtmpfs/mdev/udev are used.
We take this opportunity to move the documentation of the device table
format in a common location, package/makedevs/README.
[Peter: simplify code slightly, fix indentation]
Signed-off-by: Thomas Petazzoni <tho...@fr...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit ca520507fc15a8213334a76339a3e6d567e91ea0
Author: Thomas Petazzoni <tho...@fr...>
Date: Wed Mar 2 14:52:37 2011 +0100
Simplify udev startup script
The S10udev startup script did useless things such as mounting sysfs,
mounting a tmpfs filesystem in /dev/, etc. Those things are already
done during in the default inittab.
Signed-off-by: Thomas Petazzoni <tho...@fr...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 726b15f64a10b2886c9b1bfe484f4cc7a71ea79e
Author: Yegor Yefremov <yeg...@vi...>
Date: Thu Sep 30 14:57:53 2010 +0200
Create menu entry to select device creation method
Four methods for the creation of device files in /dev are now
proposed:
- static method uses device table as before
- devtmpfs method enables this feature in kernel
- mdev method adds mdev starting script to the file system
and selects mdev itself for installation
- udev method selects udev for installation
All dynamic methods are based on devtmpfs, so one doesn't need to care
about /dev folder.
Signed-off-by: Yegor Yefremov <yeg...@go...>
Signed-off-by: Thomas Petazzoni <tho...@fr...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit c59d0247541a85c62227b79d4fdb77405c4e6c99
Author: Thomas Petazzoni <tho...@fr...>
Date: Sun May 8 18:52:27 2011 +0200
external-toolchain: fix support
The recent commit adding the external toolchain wrapper has broken the
support for external toolchain. The check_arm_eabi, check_cplusplus
and check_cross_compiler_exists functions were using TARGET_CC, which
points to the toolchain wrapper, but at the moment those functions are
called, the wrapper hasn't been generated yet.
We fix this by passing to these functions the path to the C or C++
compiler they should use for their tests.
Signed-off-by: Thomas Petazzoni <tho...@fr...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 8451c2329e000baf64c986889e8d5b3ac1c8d698
Author: Peter Korsgaard <ja...@su...>
Date: Fri May 6 16:14:54 2011 +0200
CHANGES: #2131 is resolved
Signed-off-by: Peter Korsgaard <ja...@su...>
commit e46ba3c65bb76de30e6534a5552db7562c354d3a
Author: Phil Edworthy <PHI...@re...>
Date: Fri May 6 08:47:55 2011 +0100
sh: Only use the CodeSourcery toolchain for SH4A devices
The CodeSourcery toolchain listed is only for SH4A devices.
Signed-off-by: Phil Edworthy <phi...@re...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit ee3f31b536965d5419d6e437cb4e241ece84587f
Author: Fabien Marteau <fab...@ar...>
Date: Fri May 6 11:23:33 2011 +0200
package: Adding Next Generation IRC deamon ngircd
[Peter: drop explicit documentation removal]
Acked-by: Daniel Nyström <dan...@ti...>
Signed-off-by: Fabien Marteau <fab...@ar...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 125e2558b2ec253d255bf3a1fb2950efc358c8d2
Author: Peter Korsgaard <ja...@su...>
Date: Mon May 2 23:58:20 2011 +0200
Get rid of unneeded CFLAGS
Now that we use a wrapper for external toolchains (and internal ones
default to the correct setting), we no longer need to explicitly pass
sysroot/march/mtune/mabi/floating point mode in TARGET_CFLAGS.
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 85dc57f6fd2755d8f5b193f369dad35796e764c2
Author: Peter Korsgaard <ja...@su...>
Date: Fri Apr 29 13:09:26 2011 +0200
Add toolchain wrapper for external toolchains
Add a simple toolchain wrapper for external toolchains, which forces the
correct sysroot/march/mtune/floating point options needed to use it
with buildroot.
With this in place the external toolchain behaves similar to the internal
ones, and the special handling can be removed. This also means that the
toolchain is usable outside buildroot without having to pass any special
compiler flags.
Also adjust the downloadable external toolchain support to install under
HOST_DIR so it can be used after the temporary build files are removed.
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 6721878972275695e74b4976f9d0779b5cb77e4e
Author: Phil Edworthy <PHI...@re...>
Date: Thu May 5 13:17:23 2011 +0100
sh: Fix CodeSourcery toolchain prefix
Signed-off-by: Phil Edworthy <phi...@re...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit c17f4134384666e1ae6116a08b2ce92da633abef
Author: Kelvin Cheung <keg...@gm...>
Date: Thu Apr 21 10:30:09 2011 +0800
New package: input-event-daemon
Add new package: input-event-daemon
input-event-daemon - input event handling daemon for linux.
[Peter: minor tweaks, use v0.1.3 tag, pass LDFLAGS, combine install step]
Signed-off-by: Kelvin Cheung <keg...@gm...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit b05f23b933018c2ccce890620a6bdbb6619001ce
Author: Gustavo Zacarias <gu...@za...>
Date: Wed Apr 20 14:41:53 2011 -0300
alsa-utils: make /var/lib/alsa directory in target
alsactl needs /var/lib/alsa to store asound.state when saving mixer
settings so make it in the target.
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 6780d0ba04ecf4cf4bf2ec1dc9f13c78868cf95c
Author: Gustavo Zacarias <gu...@za...>
Date: Tue May 3 15:33:42 2011 -0300
bind: security bump to version 9.6-ESV-R4
Bump bind to version 9.6-ESV-R4 since the 9.5 series is no longer
supported.
While at it switch to the ESV (Extended Support Version) branch instead
of going for the latest.
Also adjust the package to build against OpenSSL when available for
proper DNSSEC support and libxml2 too.
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit dd0dfd0ec136c6c7300407d7e8a9713967be0efb
Author: Gustavo Zacarias <gu...@za...>
Date: Tue May 3 13:22:25 2011 -0300
qemu/mipsel-malta: switch to kernel 2.6.38.5
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 57d131dd9677cb066c8aa54a5e25061dddee8875
Author: Gustavo Zacarias <gu...@za...>
Date: Tue May 3 13:22:24 2011 -0300
mpg123: bump to version 0.13.3
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 6246704008ef219257f30a824903855d0e00cffb
Author: Peter Korsgaard <ja...@su...>
Date: Tue May 3 15:23:40 2011 +0200
package/Makefile.in: ensure libtool doesn't search host dirs for libraries
Commit 7e3e8ec040b (CFLAGS/LDFLAGS: don't add -I / -L args for STAGING_DIR)
exposed a lingering libtool problem.
Unless instructed otherwise (using -L) libtool will search its built in
system path for libraries, and use those instead if found. The default
search path is '/usr/lib, /lib, /usr/local/lib', which is no good for
cross compilation.
Fix it by setting the system search path to the empty string, effectively
disabling this feature.
Signed-off-by: Peter Korsgaard <ja...@su...>
commit a2e724a05b5c9a8ef8dadfb2154d1fd996f16fef
Author: Gustavo Zacarias <gu...@za...>
Date: Tue May 3 10:01:30 2011 -0300
qemu/arm-versatile: use 2.6.38.5 kernel to match headers
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit c96e483ced00330f0c3925dd585e3b2ffbc7c900
Author: Gustavo Zacarias <gu...@za...>
Date: Tue May 3 10:01:29 2011 -0300
toolchain: bump 2.6.38 kernel headers to 2.6.38.5
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 928a901cb059116cf893890bbd9d00cd1c3b2f61
Author: Gustavo Zacarias <gu...@za...>
Date: Tue May 3 10:01:28 2011 -0300
linux: bump to version 2.6.38.5
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 8fa1a0ea7595935d3f02c9528c46f63f159961a0
Author: Peter Korsgaard <ja...@su...>
Date: Tue May 3 14:07:16 2011 +0200
gamin: autoreconf rather than patching configure
Patch from openembedded.
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 08f0746a83c21e9ff4c4831f5df54a5b01b5f25a
Author: Peter Korsgaard <ja...@su...>
Date: Tue May 3 13:57:40 2011 +0200
gamin: remove unused patch
Doesn't get applied because of the 0.1.10 patch, doesn't seem important
and hasn't been updated since it got added back in 2008.
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 743208349966f76748a8017ffc394ad531825e20
Author: Peter Korsgaard <ja...@su...>
Date: Tue May 3 13:12:01 2011 +0200
libglade: bump version
Signed-off-by: Peter Korsgaard <ja...@su...>
commit cab3a3b3df799dc77567569851ca329d5f26f4f7
Author: Peter Korsgaard <ja...@su...>
Date: Tue May 3 12:04:55 2011 +0200
dbus-glib: bump version
dbus-binding-tool patch is now upstream.
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 3178a20550565833b8a2a8f6af9fd3c7ae4811d1
Author: Peter Korsgaard <ja...@su...>
Date: Tue May 3 10:01:28 2011 +0200
Makefile.autotools.in: add libtool 2.4 support for autoreconf case as well
Was missing from f055b266 (Makefile.autotools.in: add libtool v2.4 support).
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 69282a2928ad909b81b86d9601b53da8b863c96e
Author: Peter Korsgaard <ja...@su...>
Date: Tue May 3 09:57:59 2011 +0200
dbus-glib: use normal autoreconf instead of patch
Nowadays normal autoreconf works fine for dbus-glib, so use that instead.
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 1db3939ad91e88d420bc8983b4708ee65d3c91e2
Author: Gustavo Zacarias <gu...@za...>
Date: Mon May 2 17:38:27 2011 -0300
toolchain: update gcc snapshot version
* Make mpc mandatory since we are probably building bleeding-edge
* Change snapshot naming convention to match the source
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 28cdaaee5236d0cbe3a6afde808f5eef260e7c33
Author: Gustavo Zacarias <gu...@za...>
Date: Mon May 2 16:08:23 2011 -0300
libxslt: fixup configure options
Some configure options changed so adjust.
Forcibly disabling threads isn't good and also it's detected by
configure when there are no threads.
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 874b6e4e87cf5835b2121750372046cbae9624b2
Author: Gustavo Zacarias <gu...@za...>
Date: Mon May 2 16:08:22 2011 -0300
libxml2: fixup configure options
Some configure options changed so adjust.
Forcibly disabling threads isn't good and also it's detected by
configure when there are no threads.
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 48a00cc2ce165e70acc5c327b3c6415dde5c794b
Author: Gustavo Zacarias <gu...@za...>
Date: Mon May 2 16:08:21 2011 -0300
toolchain: mark mklibs as broken
mklibs is a broken option, so mark it as so pending a proper fixup or
punting it.
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 0073143087989caf4e4406a9ee3c80097684c9f3
Author: Gustavo Zacarias <gu...@za...>
Date: Mon May 2 15:16:41 2011 -0300
toolchain/gcc: add openmp support option
Add OpenMP support in gcc as an option instead of dynamically enabling
it when threads are present.
Also fix it up since we never installed libgomp to the target or staging
thus it was never really functional.
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 0a2af382bbc11d6fd787c247b0384faee91f8f9f
Author: Gustavo Zacarias <gu...@za...>
Date: Mon May 2 15:13:01 2011 -0300
toolchain: bump gcc 4.5 series to verion 4.5.3
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit d1b42b24b88cc15a825d20221b2199bce4f2e6aa
Author: Gustavo Zacarias <gu...@za...>
Date: Mon May 2 12:36:05 2011 -0300
net-snmp: fixup paths in net-snmp-config
Exposed by commit 7e3e8ec040b06d6e2fb69e55c004f1ebc02c76d0
net-snmp-config goes for -L/usr/lib thus things break since this wins
over the sysroot if we have a host net-snmp library around when we build
packages that link against net-snmp.
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit d2b325c1f02f4579cbc7488a3321d313d7bd2239
Author: Gustavo Zacarias <gu...@za...>
Date: Fri Apr 29 17:21:09 2011 -0300
uClibc: add linuxthreads/errno fix for snapshot version
See uclibc #2089 for details.
This is still not included upstream, but lets include it anyway as
several people have been running into the issue.
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 96984e3b80607428bb32f3930d533911abbd436a
Author: Heiko Zuerker <smi...@us...>
Date: Sun May 1 08:00:14 2011 -0500
usbutils: install into staging directory (needed by udev)
Signed-off-by: Heiko Zuerker <smi...@us...>
Signed-off-by: Peter Korsgaard <ja...@su...>
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 71 +-
Makefile | 14 +-
.../{linux-2.6.36.config => linux-2.6.38.config} | 0
boot/barebox/barebox.mk | 2 +-
configs/qemu_arm_versatile_defconfig | 2 +-
configs/qemu_mipsel_malta_defconfig | 4 +-
docs/download.html | 12 +-
docs/news.html | 34 +
fs/Config.in | 48 +-
fs/common.mk | 10 +-
fs/skeleton/etc/inittab | 4 -
linux/Config.in | 6 +-
linux/linux.mk | 7 +
package/Config.in | 4 +-
package/Makefile.autotools.in | 11 +-
package/Makefile.in | 54 +-
package/atk/atk.mk | 4 +-
package/avahi/avahi.mk | 2 +-
package/bind/bind.mk | 33 +-
package/bison/bison.mk | 1 +
package/busybox/S10mdev | 20 +
.../busybox-1.18.4/busybox-1.18.4-hush.patch | 160 +
package/busybox/busybox.mk | 15 +
package/dbus-glib/dbus-glib-autoreconf.patch | 215 -
.../dbus-glib/dbus-glib-dbus-binding-tool.patch | 140 -
package/dbus-glib/dbus-glib.mk | 3 +-
package/dhcpdump/Config.in | 5 +
.../dhcpdump-1.8-use-non-bsd-structures.patch | 23 +
package/dhcpdump/dhcpdump.mk | 21 +
package/dropbear/Config.in | 4 +-
.../dropbear-0.53.1-static_build_fix.patch | 26 +
package/dropbear/dropbear.mk | 12 +-
package/fakeroot/Config.in | 6 -
package/fakeroot/fakeroot.mk | 3 +
package/gamin/gamin-0.1.10-configure.patch | 103 -
.../gamin/gamin-0.1.10-no-abstract-sockets.patch | 61 +
package/gamin/gamin-0.1.9-debug.patch | 14 -
package/gamin/gamin.mk | 3 +-
package/gtk2-engines/Config.in | 2 +-
package/gtk2-engines/gtk2-engines.mk | 86 +-
package/haserl/Config.in | 2 +-
.../haserl-0.9.29-add-haserl_lualib.inc.patch | 136 +
package/haserl/haserl.mk | 11 -
package/hostapd/hostapd.mk | 5 +
package/input-event-daemon/Config.in | 8 +
package/input-event-daemon/S99input-event-daemon | 39 +
package/input-event-daemon/input-event-daemon.mk | 36 +
package/iw/iw-libnl-30-support.patch | 47 +
package/kbd/Config.in | 2 +
package/kbd/kbd-link-against-libintl.patch | 34 +
package/kbd/kbd.mk | 7 +
package/kbd/kdb.mk | 5 -
package/kismet/kismet-libnl-30-support.patch | 123 +
package/libglade/libglade.mk | 2 +-
package/libglib2/libglib2-mkenums-nowarn.patch | 14 -
package/libglib2/libglib2.mk | 4 +-
package/libgtk2/Config.in | 7 +
package/libgtk2/libgtk2.mk | 8 +-
package/libnl/libnl-1.1-flags.patch | 36 -
package/libnl/libnl-1.1-minor-leaks.patch | 40 -
package/libnl/libnl-1.1-netlink-local-fix.patch | 19 -
package/libnl/libnl.mk | 9 +-
package/libxml2/libxml2.mk | 9 +-
package/libxslt/libxslt.mk | 13 +-
package/makedevs/README | 35 +
package/makedevs/makedevs.c | 2 +-
package/multimedia/Config.in | 1 -
package/multimedia/alsa-utils/alsa-utils.mk | 1 +
package/multimedia/festival/Config.in | 27 -
package/multimedia/festival/festival.mk | 4 -
.../festival/festival/festival-1.96-beta-doc.patch | 23 -
.../festival/festival-1.96-beta-etcsiteinit.patch | 55 -
.../festival/festival-1.96-beta-libdir.patch | 10 -
.../festival-1.96-beta-speechtools-dir.patch | 11 -
package/multimedia/festival/festival/festival.mk | 21 -
package/multimedia/festival/lexicons/Config.in | 20 -
package/multimedia/festival/lexicons/festlex.mk | 46 -
package/multimedia/festival/speech-tools/Config.in | 10 -
.../speech-tools-1.2.96-beta-install.patch | 47 -
.../festival/speech-tools/speech-tools.mk | 31 -
package/multimedia/festival/voices/Config.in | 63 -
package/multimedia/festival/voices/festvox.mk | 99 -
package/multimedia/ffmpeg/Config.in | 1 +
package/multimedia/ffmpeg/ffmpeg.mk | 11 +-
package/multimedia/mpg123/mpg123.mk | 2 +-
package/multimedia/mplayer/mplayer.mk | 2 +-
package/netsnmp/netsnmp.mk | 10 +
package/ngircd/Config.in | 7 +
package/ngircd/ngircd.mk | 11 +
package/openssh/openssh.mk | 2 +-
package/pango/pango.mk | 2 +-
package/psmisc/psmisc-link-against-libintl.patch | 43 +
package/psmisc/psmisc-no-__progname.patch | 23 +-
package/qt/Config.in | 3 +-
....2-configure.patch => qt-4.7.3-configure.patch} | 0
..._np.patch => qt-4.7.3-pthread_getattr_np.patch} | 0
...ch => qt-4.7.3-pthread_getattr_np_webkit.patch} | 0
package/qt/qt-4.7.3-script-qtdbus-no-gui.patch | 22 +
package/qt/qt.mk | 10 +-
package/sdl/sdl.mk | 2 +-
package/sudo/sudo-1.6.8p12-001-ubuntu6.patch | 3994 --------
.../sudo-1.6.8p12-002-no-cxx-configcheck.patch | 22 -
package/sudo/sudo-1.6.8p12-003-cross-compile.patch |10219 --------------------
package/sudo/sudo.mk | 96 +-
package/tcpdump/Config.in | 6 -
package/tcpdump/dhcpdump.mk | 62 -
package/udev/S10udev | 34 -
package/wpa_supplicant/wpa_supplicant.mk | 1 +
.../xfont_font-misc-misc/xfont_font-misc-misc.mk | 6 +
package/x11r7/xlib_libX11/xlib_libX11.mk | 3 +
package/x11r7/xlib_libXfont/xlib_libXfont.mk | 1 +
scripts/setlocalversion | 4 +-
target/generic/Config.in | 82 +-
target/generic/Makefile.in | 2 +-
target/generic/device_table.txt | 187 +-
target/generic/device_table_dev.txt | 143 +
toolchain/gcc/4.5.2/850-arm-pr44392.patch | 70 -
.../gcc/{4.5.2 => 4.5.3}/100-uclibc-conf.patch | 0
.../{4.5.2 => 4.5.3}/301-missing-execinfo_h.patch | 0
.../gcc/{4.5.2 => 4.5.3}/302-c99-snprintf.patch | 0
.../305-libmudflap-susv3-legacy.patch | 0
.../810-arm-softfloat-libgcc.patch | 0
.../{4.5.2 => 4.5.3}/820-arm-unbreak-armv4t.patch | 0
.../gcc/{4.5.2 => 4.5.3}/830-arm-pr43440.patch | 0
.../powerpc-link-with-math-lib.patch.conditional | 0
toolchain/gcc/Config.in | 20 +-
toolchain/gcc/Config.in.2 | 2 +-
toolchain/gcc/gcc-uclibc-4.x.mk | 43 +-
toolchain/helpers.mk | 17 +-
toolchain/kernel-headers/Config.in | 2 +-
toolchain/mklibs/Config.in | 1 +
.../002-no-sysroot-prompt-in-backend.patch | 12 -
toolchain/toolchain-crosstool-ng/Config.in | 11 +-
.../toolchain-crosstool-ng/crosstool-ng.config | 377 -
.../crosstool-ng.config-eglibc | 494 +
.../crosstool-ng.config-glibc | 493 +
.../crosstool-ng.config-uClibc | 470 +
toolchain/toolchain-crosstool-ng/crosstool-ng.mk | 32 +-
toolchain/toolchain-external/Config.in | 57 +-
toolchain/toolchain-external/ext-tool.mk | 104 +-
.../toolchain-external/ext-toolchain-wrapper.c | 75 +
toolchain/uClibc/uClibc-0.9.29-arch.patch.avr32 | 3546 -------
.../uClibc-0.9.29-fix-sa_onstack.patch.avr32 | 31 -
...> uClibc.snapshot.linuxthreads-errno-fix.patch} | 0
144 files changed, 3196 insertions(+), 20041 deletions(-)
rename board/qemu/mipsel-malta/{linux-2.6.36.config => linux-2.6.38.config} (100%)
create mode 100644 package/busybox/S10mdev
create mode 100644 package/busybox/busybox-1.18.4/busybox-1.18.4-hush.patch
delete mode 100644 package/dbus-glib/dbus-glib-autoreconf.patch
delete mode 100644 package/dbus-glib/dbus-glib-dbus-binding-tool.patch
create mode 100644 package/dhcpdump/Config.in
create mode 100644 package/dhcpdump/dhcpdump-1.8-use-non-bsd-structures.patch
create mode 100644 package/dhcpdump/dhcpdump.mk
create mode 100644 package/dropbear/dropbear-0.53.1-static_build_fix.patch
delete mode 100644 package/fakeroot/Config.in
delete mode 100644 package/gamin/gamin-0.1.10-configure.patch
create mode 100644 package/gamin/gam...
[truncated message content] |
|
From: Heiko Z. <smi...@us...> - 2011-05-28 17:57: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 d8d35ac29b27cb2297c83d31d810ad3bbf2bc827 (commit)
from a4dd142d579eb2e0d94e9f706d213e2f9f9a686e (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 d8d35ac29b27cb2297c83d31d810ad3bbf2bc827
Author: Heiko Zuerker <smi...@us...>
Date: Sat May 28 12:56:34 2011 -0500
mysql server is working now
updated default cfg for DL
-----------------------------------------------------------------------
Summary of changes:
configs/devil-linux_x86_64_defconfig | 23 +++++++++++++++--
package/mysql/Config.in | 43 +++++++++++++++++++++++++++++++++-
package/mysql/mysql.mk | 30 ++++++++---------------
3 files changed, 73 insertions(+), 23 deletions(-)
hooks/post-receive
--
Devil-Linux
|
|
From: Heiko Z. <smi...@us...> - 2011-05-28 13:51:58
|
Update of /cvsroot/devil-linux/build/scripts/configuration/profiles In directory vz-cvs-3.sog:/tmp/cvs-serv9341/scripts/configuration/profiles Modified Files: default server Log Message: - disabled frox (unmaintained project) Index: default =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/default,v retrieving revision 1.115 retrieving revision 1.116 diff -u -d -r1.115 -r1.116 --- default 28 May 2011 04:58:04 -0000 1.115 +++ default 28 May 2011 13:51:55 -0000 1.116 @@ -51,7 +51,7 @@ CONFIG_FPROBE_ULOG=y CONFIG_FREERADIUS=y CONFIG_FREETYPE=y -CONFIG_FROX=y +CONFIG_FROX=n CONFIG_FWLOGWATCH=y CONFIG_GOCR=y CONFIG_GPM=y Index: server =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/server,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- server 28 May 2011 04:58:04 -0000 1.26 +++ server 28 May 2011 13:51:55 -0000 1.27 @@ -54,7 +54,7 @@ CONFIG_FPROBE_ULOG=y CONFIG_FREERADIUS=y CONFIG_FREETYPE=y -CONFIG_FROX=y +CONFIG_FROX=n CONFIG_FWLOGWATCH=y CONFIG_GCC_CPU=i686 CONFIG_GCC_HARDENED=y |
|
From: Heiko Z. <smi...@us...> - 2011-05-28 04:58:06
|
Update of /cvsroot/devil-linux/build/config/etc/init.d In directory vz-cvs-3.sog:/tmp/cvs-serv24139/config/etc/init.d Modified Files: mountfs Log Message: - updated ImageMagick to 6.6.9-10 - updated aoe6 to 76 - updated aufs2-git to 20110523-38 - updated conntrack-tools to 1.0.0 - updated cryptsetup to 1.3.1 - updated e2fsprogs to 1.41.14 - updated grsecurity to 2.2.2-2.6.38.7-201105222331 - updated iptables to 1.4.10 - updated libnetfilter_conntrack to 0.9.1 - updated open-iscsi-git to 20110526 - updated openl2tp to 1.8 - updated kernel to 2.6.38.7 - updated sysvinit to 2.88dsf - disabled frox Index: mountfs =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/init.d/mountfs,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- mountfs 26 Dec 2009 21:26:50 -0000 1.48 +++ mountfs 28 May 2011 04:58:04 -0000 1.49 @@ -113,6 +113,8 @@ /sbin/mdadm -Ac partitions -m 2 /dev/md2 /sbin/mdadm -Ac partitions -m 3 /dev/md3 fi + # we need to wait a bit for all devices to fully appear + sleep 1 fi # start LVM if tools are installed |
|
From: Heiko Z. <smi...@us...> - 2011-05-28 00:20:50
|
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 a4dd142d579eb2e0d94e9f706d213e2f9f9a686e (commit)
from fbd24974a5d743b06d683b722cecd596e3f375a6 (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 a4dd142d579eb2e0d94e9f706d213e2f9f9a686e
Author: Heiko Zuerker <smi...@us...>
Date: Fri May 27 19:19:57 2011 -0500
more fixes for mysql 5.5 file structure
updated mysql version to latest
changed default resolution to 800x600
-----------------------------------------------------------------------
Summary of changes:
package/mysql/Config.in | 2 +-
.../mysql-5.5.11-tool-path.patch | 0
package/mysql/mysql.mk | 29 +++++++++++++++-----
target/Devil-Linux/default/config/isolinux.cfg | 2 +-
4 files changed, 24 insertions(+), 9 deletions(-)
rename package/mysql/{mysql-5.5.11 => mysql-5.5.12}/mysql-5.5.11-tool-path.patch (100%)
hooks/post-receive
--
Devil-Linux
|
|
From: Heiko Z. <smi...@us...> - 2011-05-25 14:02:24
|
Update of /cvsroot/devil-linux/build In directory vz-cvs-3.sog:/tmp/cvs-serv17413 Modified Files: md5sum.lst Log Message: oops Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.618 retrieving revision 1.619 diff -u -d -r1.618 -r1.619 --- md5sum.lst 25 May 2011 13:59:07 -0000 1.618 +++ md5sum.lst 25 May 2011 14:02:22 -0000 1.619 @@ -30,6 +30,7 @@ 950e2248f8effeba45bc132fe9b95f20 src/asm_types.h.patch.bz2 91583a14bcbd637adaa9b07ea49c5d4b src/attr_2.4.43-1.tar.gz 542ca55ed7600469494bd25c75e2c69e src/aufs2-git-20100413.tar.bz2 +0ecabe9fa2d12a0e2db07c4a2e314741 src/aufs2-git-20110523.tar.bz2 a6de1cc6434cd64038b0a0ae4e252b33 src/autoconf-2.65.tar.bz2 1498208ab1c8393dcbd9afb7d06df6d5 src/automake-1.10.2.tar.bz2 26a5b19fa9f395e9e7dafed37b795d7f src/awstats-6.95.tar.gz @@ -92,6 +93,7 @@ 4cf4210e06a84e8d9354201ab97dc2e2 src/debianutils_3.2.1.tar.gz e16faf22dad88638da3daf9cbfa4e022 src/denyhosts_2.6-7.diff.gz 7e02b70429cc327dac8e6057467192e4 src/dhcp-4.1.2-P1.tar.gz +22e6f1eff6d5cfe2621a06cc62ba5b70 src/dhcp-4.2.1-P1.tar.gz 832e3cd6bfcaff64e9476e0ff7849e8f src/dhcpcd-5.2.12.tar.bz2 519c0a0cbac28ddb992111ec2c3f82aa src/dialog-1.1-20100428.tar.gz d6bc1bdc874ddb14cfed4d1655a0dbbe src/diffutils-2.9.tar.gz @@ -176,7 +178,7 @@ 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 -67a80e7f3aeb48a3437403fa08cf7b9d src/grsecurity-2.2.2-2.6.32.40-201105182052.patch.bz2 +5f35422c04e546a1525652d84fbb49ec src/grsecurity-2.2.2-2.6.32.40-201105222331.patch.bz2 cd3f3eb54446be6003156158d51f4884 src/grub-0.97.tar.gz e381b8506210c794278f5527cba0e765 src/gzip-1.4.tar.gz 0bb94ddd1bedd5c02b1ca62f1caaf6de src/hdparm-9.37.tar.gz @@ -352,6 +354,7 @@ 6f893b61b07915e7a139324fa3f79121 src/nut-2.4.3.tar.gz cf1c017496b066b45ffe3d7a303fd6ad src/oidentd-2.0.7.tar.gz d47af933c407d7ad0e5beae9169893b6 src/open-iscsi-git-20100509.tar.bz2 +2e3762950356d436dc5ccec51a2b78db src/open-vm-tools-2010.10.18-313025.tar.gz f6d87599523de31f02aaf229bf2ff08c src/open-vm-tools-2011.04.25-402641.tar.gz d7043ba34b5038f0113b099ede0884fb src/openh323-v1_18_0-src.tar.gz 2fd12112cf50c67dc3c7d848beb34947 src/openl2tp-1.7.tar.gz @@ -638,6 +641,7 @@ 45e5a44803181e2bf3361d562060c904 src/siproxd-0.7.1.tar.gz a282846532ecbd6b4a28072373b3a70b src/smartmontools-5.38.tar.gz b1119396a32e9df0d80404e4b6c49166 src/snort-2.8.6.1.tar.gz +a7e6f0b013f767d09c99f8f91757e355 src/snort-2.9.0.5.tar.gz 5be313a60c27ae522700e20b557ade33 src/special/Mail-SpamAssassin-rules-3.3.0.r901671.tgz 5fd86c3316dc49dba172490fdafea5b3 src/special/README 77668c37a0b13753c65eee5db3a4b009 src/special/tzcode2010l.tar.gz |
|
From: Heiko Z. <smi...@us...> - 2011-05-25 13:59:10
|
Update of /cvsroot/devil-linux/build/scripts In directory vz-cvs-3.sog:/tmp/cvs-serv15933/scripts Modified Files: create_cd_dirs grsecurity Log Message: - updated aufs2 to git-20110523 - updated cyrus-imapd to 2.4.8 - updated dhcp to 4.2.1-P1 - updated dhcpcd to 5.2.12 - updated dovecot to 2.0.13 - updated file to 5.07 - updated glib to 2.28.6 - updated gradm to 2.2.2-201103262019 - updated grsecurity to 2.2.2-2.6.32.40-201105222331 - updated httpd to 2.2.19 - updated iproute2 to 2.6.38 - updated iptstate to 2.2.3 - updated jailkit to 2.14 - updated jpegsrc to v8c - updated less to 443 - updated lftp to 4.2.3 - updated lm_sensors to 3.3.0 - updated loop-AES to v3.6c - updated mc to 4.7.5.2 - updated mdadm to 3.2.1 - updated mysql to 5.1.57 - updated openldap to 2.4.25 - updated openssh to 5.8p2 - updated linux kernel to 2.6.32.40 - updated php to 5.3.6 - updated postfix to 2.8.3 - updated radvd to 1.8 - updated samba to 3.5.8 - updated snort to 2.9.0.5 - updated squashfs to 4.2 - updated stunnel to 4.36 - updated webmin to 1.550 - updated xtables-addons to 1.35 Index: grsecurity =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/grsecurity,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- grsecurity 6 Jan 2010 15:20:24 -0000 1.44 +++ grsecurity 25 May 2011 13:59:08 -0000 1.45 @@ -21,7 +21,7 @@ if [ "$CONFIG_GRSECURITY" = "y" ] ; then cd $KERNELDIR if [ ! -f devil-linux-grsec-kernel-patches.done ]; then - bzcat $DL_DIR/src/grsecurity-2.*$CONFIG_LINUX_VERSION*.patch.bz2 | patch -p1 || exit 1 + bzcat $DL_DIR/src/grsecurity-2.*$CONFIG_LINUX_VERSION*.patch.bz2 | sed -e "s/-Wno-empty-body//g" | patch -p1 || exit 1 touch devil-linux-grsec-kernel-patches.done fi # make sure we got all the line breaks we need Index: create_cd_dirs =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/create_cd_dirs,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- create_cd_dirs 19 May 2011 18:34:31 -0000 1.34 +++ create_cd_dirs 25 May 2011 13:59:08 -0000 1.35 @@ -40,7 +40,7 @@ # create links ln -s sbin $INITRDDIR/bin ln -s . $INITRDDIR/usr - ln -s /shm/etc $INITRDDIR/etc + ln -s /shm/etc-mods $INITRDDIR/etc DIRS='bin boot cd cdrom floppy initrd lib proc sbin var home' mk_dir $CDDIR $DIRS |
|
From: Heiko Z. <smi...@us...> - 2011-05-22 16:48:41
|
Update of /cvsroot/devil-linux/build In directory vz-cvs-3.sog:/tmp/cvs-serv27963 Modified Files: CHANGES md5sum.lst Log Message: - updated iscsitarget to svn-20110522 - replaced iscsi-target init script Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1443 retrieving revision 1.1444 diff -u -d -r1.1443 -r1.1444 --- CHANGES 19 May 2011 18:34:30 -0000 1.1443 +++ CHANGES 22 May 2011 16:48:37 -0000 1.1444 @@ -22,6 +22,8 @@ # 1.4.3 +- updated iscsitarget to svn-20110522 +- replaced iscsi-target init script - don't use symlinks for /etc, /tmp, /root. mount --bind is now used instead - closed bug #101 - SSHD reports missing host key upon startup (sl) - closed bug #97 - multiple bond devices with different configuration (sl) Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.616 retrieving revision 1.617 diff -u -d -r1.616 -r1.617 --- md5sum.lst 27 Feb 2011 22:21:30 -0000 1.616 +++ md5sum.lst 22 May 2011 16:48:37 -0000 1.617 @@ -218,7 +218,7 @@ 772a053f5fe888cd25784c5f55d31fc3 src/ipvsadm-1.25.tar.gz 9f6b314ff1fdc14173abeb40592d4edf src/irqbalance-0.55.tar.gz 26def2016548edeafe383113f0bc8ac6 src/isapnptools-1.26.tgz -6e5e641b832d420e030d5efb59eca7ce src/iscsitarget-1.4.20.1.tar.gz +9ac071f81e169c10d83c01eebc413eea src/iscsitarget-svn-20110522.tar.bz2 812c0fe189b86d3a8807b31e0c3ad3a2 src/j2re-1_4_1_02-linux-i586.tar.bz2 c419c1feefae2a5e64674822a87ce89b src/jailkit-2.13.tar.bz2 14ad3a2eb26e55ef34ac0569f5739ccc src/jfsutils-1.1.13.tar.gz |
|
From: Heiko Z. <smi...@us...> - 2011-05-22 16:48:40
|
Update of /cvsroot/devil-linux/build/scripts
In directory vz-cvs-3.sog:/tmp/cvs-serv27963/scripts
Modified Files:
iscsitarget
Log Message:
- updated iscsitarget to svn-20110522
- replaced iscsi-target init script
Index: iscsitarget
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/iscsitarget,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- iscsitarget 6 Jan 2010 15:20:24 -0000 1.2
+++ iscsitarget 22 May 2011 16:48:38 -0000 1.3
@@ -26,11 +26,15 @@
if [ "$CONFIG_ISCSI_TARGET" = "y" ]; then
rm -rf $TMPDIR || exit 1
mkdir $TMPDIR || exit 1
- make KSRC=$KERNELDIR install DISTDIR=$TMPDIR || exit 1
+ make KSRC=$KERNELDIR install DESTDIR=$TMPDIR || exit 1
copy_files $TMPDIR/etc $ETCDIR/ || exit 1
rm -rf $TMPDIR/etc || exit 1
cp -dpvR $TMPDIR/* $CDDIR/ || exit 1
rm -rf $TMPDIR || exit 1
+ cp $MYDIR/scripts/iscsi-target $ETCDIR/etc/init.d || exit 1
+ echo "# Start the iscsi-target daemon (ietd)?" >> $CONFIGFILE
+ echo "START_ISCSI_TARGET=no" >> $CONFIGFILE
+ echo >> $CONFIGFILE
fi
;;
* )
|
|
From: Heiko Z. <smi...@us...> - 2011-05-19 18:34:33
|
Update of /cvsroot/devil-linux/build/config/etc/initrd In directory vz-cvs-3.sog:/tmp/cvs-serv17922/config/etc/initrd Modified Files: linuxrc Log Message: - don't use symlinks for /etc, /tmp, /root. mount --bind is now used instead Index: linuxrc =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/initrd/linuxrc,v retrieving revision 1.110 retrieving revision 1.111 diff -u -d -r1.110 -r1.111 --- linuxrc 22 Aug 2010 09:21:39 -0000 1.110 +++ linuxrc 19 May 2011 18:34:31 -0000 1.111 @@ -226,7 +226,7 @@ /bin/busybox --install -s # get rid of modprobe and udevd warnings -mkdir -p /shm/etc /shm/etc-mods +mkdir -p /shm/etc-mods echo "waiting until usb-storage driver has initialized all devices ..." sleep 10 |
|
From: Heiko Z. <smi...@us...> - 2011-05-19 13:11:24
|
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 fbd24974a5d743b06d683b722cecd596e3f375a6 (commit)
from 086ce037391d3cb9839e2094df77d1c45fcca757 (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 fbd24974a5d743b06d683b722cecd596e3f375a6
Author: Heiko Zuerker <smi...@us...>
Date: Thu May 19 08:10:48 2011 -0500
more fixes to get mysql 5.5.x working
-----------------------------------------------------------------------
Summary of changes:
package/mysql/Config.in | 3 +-
.../mysql-5.5.11/mysql-5.5.11-tool-path.patch | 36 +++++++++++++++++
package/mysql/mysql.mk | 42 ++++++++------------
3 files changed, 54 insertions(+), 27 deletions(-)
create mode 100644 package/mysql/mysql-5.5.11/mysql-5.5.11-tool-path.patch
hooks/post-receive
--
Devil-Linux
|
|
From: Heiko Z. <smi...@us...> - 2011-05-11 22:02:28
|
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 086ce037391d3cb9839e2094df77d1c45fcca757 (commit)
from b6adb6dc7a2a8b755029e58be8a6a10a80b5f7d3 (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 086ce037391d3cb9839e2094df77d1c45fcca757
Author: Heiko Zuerker <smi...@us...>
Date: Wed May 11 17:01:52 2011 -0500
- closed bug #101 - SSHD reports missing host key upon startup (sl)
-----------------------------------------------------------------------
Summary of changes:
.../default/target_skeleton/etc/init.d/sshd | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
hooks/post-receive
--
Devil-Linux
|
|
From: Serge L. <sma...@us...> - 2011-05-11 18:54:19
|
Update of /cvsroot/devil-linux/build In directory vz-cvs-3.sog:/tmp/cvs-serv3444 Modified Files: CHANGES Log Message: closed bug #101 - SSHD reports missing host key upon startup Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1441 retrieving revision 1.1442 diff -u -d -r1.1441 -r1.1442 --- CHANGES 16 Apr 2011 15:14:48 -0000 1.1441 +++ CHANGES 11 May 2011 18:54:16 -0000 1.1442 @@ -22,6 +22,7 @@ # 1.4.3 +- closed bug #101 - SSHD reports missing host key upon startup (sl) - closed bug #97 - multiple bond devices with different configuration (sl) 1.4.2 |
|
From: Heiko Z. <smi...@us...> - 2011-05-02 01:07:45
|
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 b6adb6dc7a2a8b755029e58be8a6a10a80b5f7d3 (commit)
from 1dc79d82690e2c0bfb2af01c0750d2a15c7641d0 (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 b6adb6dc7a2a8b755029e58be8a6a10a80b5f7d3
Author: Heiko Zuerker <smi...@us...>
Date: Sun May 1 20:05:18 2011 -0500
mysql: support for client and server
MySQL 5.1.56 is fully supported, 5.5.x does not yet compile.
-----------------------------------------------------------------------
Summary of changes:
package/Config.in | 2 +-
package/mysql/Config.in | 51 +++++++
.../mysql_client-5.1.53-ac_cache_check.patch | 0
...ql_client-5.1.53-configure-ps-cache-check.patch | 0
...ysql_client-5.1.53-use-new-readline-iface.patch | 0
package/mysql/mysql.mk | 144 ++++++++++++++++++++
package/mysql_client/Config.in | 10 --
package/mysql_client/mysql_client.mk | 46 ------
8 files changed, 196 insertions(+), 57 deletions(-)
create mode 100644 package/mysql/Config.in
rename package/{mysql_client => mysql/mysql-5.1.56}/mysql_client-5.1.53-ac_cache_check.patch (100%)
rename package/{mysql_client => mysql/mysql-5.1.56}/mysql_client-5.1.53-configure-ps-cache-check.patch (100%)
rename package/{mysql_client => mysql/mysql-5.1.56}/mysql_client-5.1.53-use-new-readline-iface.patch (100%)
create mode 100644 package/mysql/mysql.mk
delete mode 100644 package/mysql_client/Config.in
delete mode 100644 package/mysql_client/mysql_client.mk
hooks/post-receive
--
Devil-Linux
|
|
From: Heiko Z. <smi...@us...> - 2011-05-01 16:02:16
|
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 1dc79d82690e2c0bfb2af01c0750d2a15c7641d0 (commit)
via d87f5fe6cb02dc1471d84c4c50c3d718538b42f5 (commit)
from b7baffc792fd39d7f87561818290bbd7d988476f (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 1dc79d82690e2c0bfb2af01c0750d2a15c7641d0
Author: Heiko Zuerker <smi...@us...>
Date: Sun May 1 11:01:43 2011 -0500
fix mysql first-start issues with file permissions
commit d87f5fe6cb02dc1471d84c4c50c3d718538b42f5
Author: Heiko Zuerker <smi...@us...>
Date: Sun May 1 10:38:41 2011 -0500
oops
-----------------------------------------------------------------------
Summary of changes:
.../default/target_skeleton/etc/init.d/mysqld | 18 ++++++++----------
.../default/target_skeleton/sbin/pre_init | 6 +++---
2 files changed, 11 insertions(+), 13 deletions(-)
hooks/post-receive
--
Devil-Linux
|
|
From: Heiko Z. <smi...@us...> - 2011-05-01 15:14:54
|
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 b7baffc792fd39d7f87561818290bbd7d988476f (commit)
from 43d165fac9a93607e8b50bde48d408c936db2436 (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 b7baffc792fd39d7f87561818290bbd7d988476f
Author: Heiko Zuerker <smi...@us...>
Date: Sun May 1 10:14:20 2011 -0500
make sure /etc/my.cnf exists before trying to start mysql
-----------------------------------------------------------------------
Summary of changes:
.../default/target_skeleton/etc/init.d/mysqld | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
hooks/post-receive
--
Devil-Linux
|
|
From: Heiko Z. <smi...@us...> - 2011-05-01 15:11:54
|
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 43d165fac9a93607e8b50bde48d408c936db2436 (commit)
via d725b1003f29b23ce327e2e456ea05c24fd89813 (commit)
via 2701e0d9f09a16fb9d9ae4670455cca3452122a9 (commit)
via a1ee6c8c1a0d28005dfa4b6e8fff9bbe0637bf07 (commit)
from cbeb2f40094d6c3494407cde3e280281d85c4a24 (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 43d165fac9a93607e8b50bde48d408c936db2436
Author: Heiko Zuerker <smi...@us...>
Date: Sun May 1 10:09:44 2011 -0500
support for new run directory http://wiki.debian.org/ReleaseGoals/RunDirectory
ensure correct permissions for /var/tmp, log and run
commit d725b1003f29b23ce327e2e456ea05c24fd89813
Author: Heiko Zuerker <smi...@us...>
Date: Sun May 1 08:30:45 2011 -0500
util-linux-ng: bump version to 2.19.1-rc1 and have optional doc
commit 2701e0d9f09a16fb9d9ae4670455cca3452122a9
Author: Heiko Zuerker <smi...@us...>
Date: Sun May 1 08:00:30 2011 -0500
udev: bump version to 168
commit a1ee6c8c1a0d28005dfa4b6e8fff9bbe0637bf07
Author: Heiko Zuerker <smi...@us...>
Date: Sun May 1 07:59:08 2011 -0500
usbutils: install into staging directory (needed by udev)
-----------------------------------------------------------------------
Summary of changes:
package/udev/udev.mk | 2 +-
package/usbutils/usbutils.mk | 1 +
package/util-linux-ng/util-linux-ng.mk | 9 +++++----
.../default/target_skeleton/run}/.empty | 0
.../default/target_skeleton/sbin/pre_init | 4 ++++
5 files changed, 11 insertions(+), 5 deletions(-)
copy {fs/skeleton/bin => target/Devil-Linux/default/target_skeleton/run}/.empty (100%)
hooks/post-receive
--
Devil-Linux
|
|
From: Heiko Z. <smi...@us...> - 2011-04-30 12:50: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 cbeb2f40094d6c3494407cde3e280281d85c4a24 (commit)
via 25beb595519d8beed7c362791d75d3149b20a261 (commit)
via 7e3e8ec040b06d6e2fb69e55c004f1ebc02c76d0 (commit)
via 8b370e63806fa2ab064cd2b30d627914cc5c0a43 (commit)
via 06c1d1001e912800cae76b2db0a332da067fdf65 (commit)
via 2405fa26a8a081bc79548b3444cb1b3bffde5296 (commit)
via fc8b7766355ed3776f454cd8fbb180150bd627f0 (commit)
via f1d88a96ca865f828d1efadd8de0898819453373 (commit)
via 2c200d5b369378876f85afc222ba7f14b120bbc6 (commit)
via eac3475c4723e9e37aaaacb42003794dfbcd4184 (commit)
via 8cce9414f3ba57e729d3d77249134e5dfe2d8914 (commit)
via 63690434d9ba897ff213c255c9f97585df586482 (commit)
via 66fec73cb6a7cdcf029f45b6af3ed57be62574a9 (commit)
via f8fe67e12ebe3429ac5bb9b8e0be6d2e30cc1449 (commit)
via 243e4edc748b26f9a713bc268e5b7a6ff7d15956 (commit)
via 4612aeec57ee5356a535727cf578e072649447ba (commit)
via 4cf6ec229fe2876f058779f56ae735fe55125a03 (commit)
via 99c1547124d7f410a3e3db66aa5816e53a96c156 (commit)
via 86afa1ed6ea6b921c357cd7b551dde2c0d5bed53 (commit)
via 2fed71e3de9ebca27afe5efa55a6dc308156983b (commit)
via 10446c02475a96233f10a036cec7ab08b479839b (commit)
via 4732f7aa822b70f4e5c4ba34f725a5968fb1e9a2 (commit)
via 49b6be29b07a1ffce55dc1070c196dab1886bb25 (commit)
via 20c32937a7524f025d885e75c561daedbef7a01b (commit)
via efae605c88deb15d9c50fd67bdd80f46a78b06c1 (commit)
via e5448c8e77688d846f5a56fd96c16f4d3ca5bf00 (commit)
via ffa7b997235ca1a6494d976cd05f173fe438a37a (commit)
via a6c692160207df2e0416bef0a4099724fa65e58b (commit)
via 7536aeea8a581ad06a49be095347de359be38eb0 (commit)
via 5dd48b983d3dcf09d10720519ad9919ec4aa3e9c (commit)
via 4bc799856b3ba9378b1d03dac7069d15500cbeeb (commit)
via 1445e1455e1d80da7d9e8e4d90f7e38903440e07 (commit)
via 7d5a772f63660b84c7c755518fd91cb1a7c7d0c7 (commit)
via 648d33d6142329151ca1ef61b50649477574c684 (commit)
from 459db9de3091d59eff1a4f4dab72c04b6ea6b777 (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 cbeb2f40094d6c3494407cde3e280281d85c4a24
Author: Heiko Zuerker <smi...@us...>
Date: Sat Apr 30 07:50:10 2011 -0500
updated config for latest git version
commit 25beb595519d8beed7c362791d75d3149b20a261
Merge: 459db9de3091d59eff1a4f4dab72c04b6ea6b777 7e3e8ec040b06d6e2fb69e55c004f1ebc02c76d0
Author: Heiko Zuerker <smi...@us...>
Date: Sat Apr 30 07:36:41 2011 -0500
Merge branch 'master' of git://git.buildroot.net/buildroot
Conflicts:
package/dhcp/dhcp.mk
package/usbutils/usbutils.mk
commit 7e3e8ec040b06d6e2fb69e55c004f1ebc02c76d0
Author: Peter Korsgaard <ja...@su...>
Date: Fri Apr 29 15:40:58 2011 +0200
package/Makefile.in: CFLAGS/LDFLAGS: don't add -I / -L args for STAGING_DIR
Now that we use sysroot for all toolchains, the explicit -I / -L arguments
in CFLAGS / LDFLAGS aren't needed anymore (And having them makes the build
quite noisy for certain packages as STAGING_DIR/include normally doesn't
exist).
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 8b370e63806fa2ab064cd2b30d627914cc5c0a43
Author: Peter Korsgaard <ja...@su...>
Date: Fri Apr 29 13:25:37 2011 +0200
toolchain-external: remove extra space in RPC option string
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 06c1d1001e912800cae76b2db0a332da067fdf65
Author: Peter Korsgaard <ja...@su...>
Date: Fri Apr 29 11:15:44 2011 +0200
uClibc: add linuxthreads/errno fix for 0.9.31 / 0.9.32-rc3
See uclibc #2089 for details.
This is still not included upstream, but lets include it anyway as
several people have been running into the issue.
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 2405fa26a8a081bc79548b3444cb1b3bffde5296
Author: Peter Korsgaard <ja...@su...>
Date: Fri Apr 29 08:56:33 2011 +0200
kernel-headers: bump 2.6.35.x longterm version
Signed-off-by: Peter Korsgaard <ja...@su...>
commit fc8b7766355ed3776f454cd8fbb180150bd627f0
Author: Peter Korsgaard <ja...@su...>
Date: Wed Apr 27 22:13:48 2011 +0200
toolchain/gcc: FINEGRAINEDMTUNE: remove checks for unused/outdated versions
Signed-off-by: Peter Korsgaard <ja...@su...>
commit f1d88a96ca865f828d1efadd8de0898819453373
Author: Gustavo Zacarias <gu...@za...>
Date: Wed Apr 27 15:05:10 2011 -0300
openvpn: bump to version 2.2.0
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 2c200d5b369378876f85afc222ba7f14b120bbc6
Author: Gustavo Zacarias <gu...@za...>
Date: Wed Apr 27 15:05:09 2011 -0300
kismet: bump to version 2011-03-R2
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit eac3475c4723e9e37aaaacb42003794dfbcd4184
Author: Gustavo Zacarias <gu...@za...>
Date: Wed Apr 27 14:16:56 2011 -0300
toolchain: update uClibc snapshot config again to avoid build stalls
Update uClibc snapshot version config to avoid build stalls.
This time we take care of the new UCLIBC_HAS_FTS and
UCLIBC_HAS_BACKTRACE options.
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 8cce9414f3ba57e729d3d77249134e5dfe2d8914
Author: Gustavo Zacarias <gu...@za...>
Date: Wed Apr 27 14:16:55 2011 -0300
qemu/arm-versatile: use 2.6.38.4 kernel to match headers
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 63690434d9ba897ff213c255c9f97585df586482
Author: Gustavo Zacarias <gu...@za...>
Date: Wed Apr 27 14:16:54 2011 -0300
linux: bump 2.6.38 kernel to 2.6.38.4
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 66fec73cb6a7cdcf029f45b6af3ed57be62574a9
Author: Gustavo Zacarias <gu...@za...>
Date: Wed Apr 27 14:16:53 2011 -0300
toolchain: bump 2.6.38 kernel headers to 2.6.38.4
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit f8fe67e12ebe3429ac5bb9b8e0be6d2e30cc1449
Author: Gustavo Zacarias <gu...@za...>
Date: Wed Apr 13 13:29:29 2011 -0300
toolchain: add gcc 4.6.0
Add gcc 4.6.0 to the toolchain repertoire:
Target gcc is known to be broken in some scenarios.
This version is considered experimental so things may break.
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 243e4edc748b26f9a713bc268e5b7a6ff7d15956
Author: Gustavo Zacarias <gu...@za...>
Date: Wed Apr 13 13:29:28 2011 -0300
toolchain: make target gcc a working option
Make target gcc a more usable option.
* Nuke duplicate libgcc_s*.so* in /usr/lib since it confuses target gcc
* Copy *crt*.o files to the target system to unbreak gcc
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 4612aeec57ee5356a535727cf578e072649447ba
Author: Gustavo Zacarias <gu...@za...>
Date: Wed Apr 13 13:29:22 2011 -0300
toolchain: reorganize target gcc options
* Move target gcc language selections to the package menu.
* Disable objc & fortran options unless target gcc is selected.
* Rename the "native toolchain" option to gcc.
* Disable target gcc unless we're using a buildroot toolchain.
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 4cf6ec229fe2876f058779f56ae735fe55125a03
Author: Gustavo Zacarias <gu...@za...>
Date: Wed Apr 13 13:29:27 2011 -0300
toolchain: add inotify_init1 syscall support to uclibc 0.9.31
Add inotify_init1 system call support to uclibc 0.9.31.
Required for modern versions of udev.
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 99c1547124d7f410a3e3db66aa5816e53a96c156
Author: Gustavo Zacarias <gu...@za...>
Date: Wed Apr 13 13:29:26 2011 -0300
toolchain: add SOCK_CLOEXEC and SOCK_NONBLOCK support to uclibc 0.9.31
Add SOCK_CLOEXEC and SOCK_NONBLOCK support to uclibc 0.9.31.
Required for modern versions of udev.
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 86afa1ed6ea6b921c357cd7b551dde2c0d5bed53
Author: Gustavo Zacarias <gu...@za...>
Date: Wed Apr 13 13:29:25 2011 -0300
toolchain: update uClibc snapshot config to avoid build stalls
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 2fed71e3de9ebca27afe5efa55a6dc308156983b
Author: Gustavo Zacarias <gu...@za...>
Date: Wed Apr 13 13:29:24 2011 -0300
toolchain: bump mpc to version 0.9
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 10446c02475a96233f10a036cec7ab08b479839b
Author: Gustavo Zacarias <gu...@za...>
Date: Wed Apr 13 13:29:23 2011 -0300
toolchain: bump mpfr to version 3.0.1
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 4732f7aa822b70f4e5c4ba34f725a5968fb1e9a2
Author: Gustavo Zacarias <gu...@za...>
Date: Tue Apr 26 16:01:52 2011 -0300
u-boot 2011.03: fix mkimage build failure when u-boot isn't configured
When mkimage is built without the rest of u-boot (for kernel uImage
support), u-boot doesn't get configured for a specific board, so config.h
isn't created and the build breaks.
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 49b6be29b07a1ffce55dc1070c196dab1886bb25
Author: Gustavo Zacarias <gu...@za...>
Date: Tue Apr 26 11:56:50 2011 -0300
usbutils: bump to version 002
Bump to version 002, no longer needs libusb-compat
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 20c32937a7524f025d885e75c561daedbef7a01b
Author: Gustavo Zacarias <gu...@za...>
Date: Tue Apr 26 11:56:49 2011 -0300
readline: bump to version 6.2pl1
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit efae605c88deb15d9c50fd67bdd80f46a78b06c1
Author: Gustavo Zacarias <gu...@za...>
Date: Tue Apr 26 11:56:48 2011 -0300
libcap: bump to version 2.20
Bump libcap to version 2.20 and adjust style to match buildroot's
defacto standard.
Signed-off-by: Gustavo Zacarias <gu...@za...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit e5448c8e77688d846f5a56fd96c16f4d3ca5bf00
Author: Phil Edworthy <PHI...@re...>
Date: Wed Mar 9 11:40:04 2011 +0000
Add Renesas ttySC* devices
Signed-off-by: Phil Edworthy <phi...@re...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit ffa7b997235ca1a6494d976cd05f173fe438a37a
Author: Phil Edworthy <PHI...@re...>
Date: Wed Mar 9 11:40:03 2011 +0000
sh: Fix displayed name of CodeSourcery toolchain
Signed-off-by: Phil Edworthy <phi...@re...>
Acked-by: Thomas Petazzoni <tho...@fr...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit a6c692160207df2e0416bef0a4099724fa65e58b
Author: Peter Korsgaard <ja...@su...>
Date: Tue Apr 26 15:03:49 2011 +0200
libraw: bump version
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 7536aeea8a581ad06a49be095347de359be38eb0
Author: Chih-Min Chao <cm...@gm...>
Date: Fri Mar 11 16:13:34 2011 +0800
package: add libraw package
[Peter: use ' = ' rather than ':=' in .mk]
Signed-off-by: Chih-Min Chao <cm...@gm...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 5dd48b983d3dcf09d10720519ad9919ec4aa3e9c
Author: Peter Korsgaard <ja...@su...>
Date: Tue Apr 26 13:23:02 2011 +0200
barebox: bump version
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 4bc799856b3ba9378b1d03dac7069d15500cbeeb
Author: Martin Hicks <mo...@bo...>
Date: Mon Jan 31 15:32:06 2011 -0500
package: add bonnie++
Closes #3379
A good filesystem performance benchmark program
Signed-off-by: Martin Hicks <mo...@bo...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 1445e1455e1d80da7d9e8e4d90f7e38903440e07
Author: Guillaume Gardet <gui...@fr...>
Date: Tue Apr 26 10:00:15 2011 +0200
package: add libexif
[Peter: fix Config.in indentation, source URL]
Signed-off-by: Guillaume Gardet <gui...@fr...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 7d5a772f63660b84c7c755518fd91cb1a7c7d0c7
Author: Malte Starostik <m-s...@ve...>
Date: Sun Feb 27 16:19:45 2011 +0100
New package: gdisk
This includes two separately configurable parition manipulation
utilities: gdsik and sgdisk are to GPT disks what fdisk and sfdisk are
in MBR land.
[Peter: patch source, fix typos, fix partial build, pass correct flags]
Signed-off-by: Malte Starostik <m-s...@ve...>
Signed-off-by: Peter Korsgaard <ja...@su...>
commit 648d33d6142329151ca1ef61b50649477574c684
Author: Heiko Zuerker <smi...@us...>
Date: Mon Apr 25 08:13:58 2011 -0500
dhcp: allow IPv6 to be turned on
Signed-off-by: Heiko Zuerker <smi...@us...>
Signed-off-by: Peter Korsgaard <ja...@su...>
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 3 +-
boot/barebox/barebox.mk | 2 +-
boot/u-boot/u-boot-2011.03-drop-configh.patch | 27 +
configs/devil-linux_x86_64_defconfig | 12 +-
configs/qemu_arm_versatile_defconfig | 2 +-
linux/Config.in | 6 +-
package/Config.in | 4 +
package/Makefile.in | 5 -
package/bonnie/Config.in | 10 +
package/bonnie/bonnie.mk | 18 +
package/gdisk/Config.in | 34 +
package/gdisk/gdisk-0.6.14-uuid.h.patch | 22 +
package/gdisk/gdisk.mk | 39 +
package/kismet/kismet.mk | 2 +-
package/libcap/libcap-2.19-build-system.patch | 59 -
package/libcap/libcap-2.20-build-system.patch | 54 +
package/libcap/libcap.mk | 30 +-
package/libexif/Config.in | 9 +
package/libexif/libexif.mk | 14 +
package/libraw/Config.in | 10 +
package/libraw/libraw.mk | 16 +
package/mpc/mpc-0.9-configure.patch | 69 +
package/mpc/mpc.mk | 4 +-
package/mpfr/mpfr-3.0.0-p8.patch | 1950 --------------------
package/mpfr/mpfr.mk | 2 +-
...=> openvpn-fix-build-with-disable-crypto.patch} | 0
package/openvpn/openvpn-fix-tmpdir.patch | 39 +
package/openvpn/openvpn.mk | 10 +-
...s-link.patch => readline-6.2-curses-link.patch} | 0
package/readline/readline-6.2-pl1.patch | 29 +
package/readline/readline.mk | 3 +-
package/usbutils/Config.in | 1 -
package/usbutils/usbutils.mk | 5 +-
target/generic/device_table.txt | 1 +
.../gcc/{4.3.5 => 4.6.0}/100-uclibc-conf.patch | 0
.../{4.2.4 => 4.6.0}/301-missing-execinfo_h.patch | 0
.../gcc/{4.3.5 => 4.6.0}/302-c99-snprintf.patch | 0
.../305-libmudflap-susv3-legacy.patch | 0
.../810-arm-softfloat-libgcc.patch | 0
.../{4.5.2 => 4.6.0}/820-arm-unbreak-armv4t.patch | 0
.../powerpc-link-with-math-lib.patch.conditional | 0
toolchain/gcc/Config.in | 19 +-
toolchain/gcc/Config.in.2 | 22 +-
toolchain/gcc/gcc-uclibc-4.x.mk | 30 +-
toolchain/kernel-headers/Config.in | 4 +-
...types-for-headers-exported-to-user-space.patch} | 0
toolchain/toolchain-external/Config.in | 6 +-
.../uClibc/uClibc-0.9.31-add-inotify-init1.patch | 64 +
.../uClibc/uClibc-0.9.31-add-sock-cloexec.patch | 43 +
.../uClibc-0.9.31-linuxthreads-errno-fix.patch | 98 +
.../uClibc-0.9.32-rc3-linuxthreads-errno-fix.patch | 70 +
toolchain/uClibc/uClibc-snapshot.config | 4 +
52 files changed, 773 insertions(+), 2078 deletions(-)
create mode 100644 boot/u-boot/u-boot-2011.03-drop-configh.patch
create mode 100644 package/bonnie/Config.in
create mode 100644 package/bonnie/bonnie.mk
create mode 100644 package/gdisk/Config.in
create mode 100644 package/gdisk/gdisk-0.6.14-uuid.h.patch
create mode 100644 package/gdisk/gdisk.mk
delete mode 100644 package/libcap/libcap-2.19-build-system.patch
create mode 100644 package/libcap/libcap-2.20-build-system.patch
create mode 100644 package/libexif/Config.in
create mode 100644 package/libexif/libexif.mk
create mode 100644 package/libraw/Config.in
create mode 100644 package/libraw/libraw.mk
create mode 100644 package/mpc/mpc-0.9-configure.patch
delete mode 100644 package/mpfr/mpfr-3.0.0-p8.patch
rename package/openvpn/{openvpn-2.1.3-fix-build-with-disable-crypto.patch => openvpn-fix-build-with-disable-crypto.patch} (100%)
create mode 100644 package/openvpn/openvpn-fix-tmpdir.patch
rename package/readline/{readline-6.1-curses-link.patch => readline-6.2-curses-link.patch} (100%)
create mode 100644 package/readline/readline-6.2-pl1.patch
copy toolchain/gcc/{4.3.5 => 4.6.0}/100-uclibc-conf.patch (100%)
copy toolchain/gcc/{4.2.4 => 4.6.0}/301-missing-execinfo_h.patch (100%)
copy toolchain/gcc/{4.3.5 => 4.6.0}/302-c99-snprintf.patch (100%)
copy toolchain/gcc/{4.2.4 => 4.6.0}/305-libmudflap-susv3-legacy.patch (100%)
copy toolchain/gcc/{4.4.6 => 4.6.0}/810-arm-softfloat-libgcc.patch (100%)
copy toolchain/gcc/{4.5.2 => 4.6.0}/820-arm-unbreak-armv4t.patch (100%)
copy toolchain/gcc/{4.5.2 => 4.6.0}/powerpc-link-with-math-lib.patch.conditional (100%)
rename toolchain/kernel-headers/{linux-2.6.35.12-scsi-use-__uX-types-for-headers-exported-to-user-space.patch => linux-2.6.35.13-scsi-use-__uX-types-for-headers-exported-to-user-space.patch} (100%)
create mode 100644 toolchain/uClibc/uClibc-0.9.31-add-inotify-init1.patch
create mode 100644 toolchain/uClibc/uClibc-0.9.31-add-sock-cloexec.patch
create mode 100644 toolchain/uClibc/uClibc-0.9.31-linuxthreads-errno-fix.patch
create mode 100644 toolchain/uClibc/uClibc-0.9.32-rc3-linuxthreads-errno-fix.patch
hooks/post-receive
--
Devil-Linux
|
|
From: Heiko Z. <smi...@us...> - 2011-04-26 17:41:23
|
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 459db9de3091d59eff1a4f4dab72c04b6ea6b777 (commit)
from 465fa5383e8f70bf1ece64bd31b1f158b1cc32f1 (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 459db9de3091d59eff1a4f4dab72c04b6ea6b777
Author: Heiko Zuerker <smi...@us...>
Date: Tue Apr 26 12:40:57 2011 -0500
enabled more config options
-----------------------------------------------------------------------
Summary of changes:
configs/devil-linux_x86_64_defconfig | 59 +++++++++++++++++++++++----------
1 files changed, 41 insertions(+), 18 deletions(-)
hooks/post-receive
--
Devil-Linux
|
|
From: Heiko Z. <smi...@us...> - 2011-04-26 00:16:17
|
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 465fa5383e8f70bf1ece64bd31b1f158b1cc32f1 (commit)
from 2e532c33a334304b91e6c301447d887472afdcfd (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 465fa5383e8f70bf1ece64bd31b1f158b1cc32f1
Author: Heiko Zuerker <smi...@us...>
Date: Mon Apr 25 19:15:53 2011 -0500
fix compile with ext toolchain
-----------------------------------------------------------------------
Summary of changes:
package/pppd/pppd.mk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Devil-Linux
|