Gustavo Zacarias
c961e963ff
iptables: bump to version 1.4.12.1
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-13 23:31:59 +02:00
Gustavo Zacarias
1a17d9f60a
gmp: bump to version 5.0.2
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-13 23:31:32 +02:00
Gustavo Zacarias
60eb1eef16
mpfr: bump to version 3.0.1_p4
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-13 23:31:14 +02:00
Gustavo Zacarias
b7fe77e43f
usbutils: bump to version 004
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-13 23:30:37 +02:00
Gustavo Zacarias
065762c091
ipset: bump to version 6.9.1
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-13 23:30:21 +02:00
Gustavo Zacarias
4a54dafcd2
ipsec-tools: bump to version 0.8.0
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-13 23:30:07 +02:00
Gustavo Zacarias
fcc55064e1
mpd: bump to version 0.16.4
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-13 23:29:50 +02:00
Peter Korsgaard
94349b4e59
portaudio: disable parallel build
...
The portaudio build system contains a race condition, which gets triggered
by high BR2_JLEVEL settings - It tries to use libportaudio.la before it is
created:
make[3]: *** No rule to make target `../../../lib/libportaudio.la',
needed by `libportaudiocpp.la'. Stop.
Fix it by disabling parallel build.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-13 21:45:03 +02:00
Sven Neumann
c71b56b8c1
samba: fix linking of smbd with avahi support
...
Expliticly link with -lpthread if smbd is compiled with
avahi support. Otherwise the binary will fail to run.
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-13 21:32:14 +02:00
Sven Neumann
b25b711e4a
samba: bump to 3.5.11
...
Bump to version 3.5.11 and also update the download location.
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-13 21:31:55 +02:00
Peter Korsgaard
ab6b9e77fe
uClibc: add patches to unbreak 0.9.32 on powerpc e500
...
Patches from Jason Woodward, posted on the uClibc list back in July.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-13 16:02:38 +02:00
Peter Korsgaard
3e4d029219
barebox: bump version
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-13 08:54:39 +02:00
Peter Korsgaard
227eebae00
CHANGES: update with recent changes
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-13 00:46:06 +02:00
Yegor Yefremov
a50f6ef29e
openssl: bump to 1.0.0e
...
Changes between 1.0.0d and 1.0.0e [6 Sep 2011]
*) Fix bug where CRLs with nextUpdate in the past are sometimes accepted
by initialising X509_STORE_CTX properly. (CVE-2011-3207)
[Kaspar Brand <ossl@velox.ch >]
*) Fix SSL memory handling for (EC)DH ciphersuites, in particular
for multi-threaded use of ECDH. (CVE-2011-3210)
[Adam Langley (Google)]
*) Fix x509_name_ex_d2i memory leak on bad inputs.
[Bodo Moeller]
*) Remove hard coded ecdsaWithSHA1 signature tests in ssl code and check
signature public key algorithm by using OID xref utilities instead.
Before this you could only use some ECC ciphersuites with SHA1 only.
[Steve Henson]
*) Add protection against ECDSA timing attacks as mentioned in the paper
by Billy Bob Brumley and Nicola Tuveri, see:
http://eprint.iacr.org/2011/232.pdf
[Billy Bob Brumley and Nicola Tuveri]
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com >
Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-13 00:17:15 +02:00
Subramaniam C.A
d1a9698bec
ext-toolchain: fix download url
...
The website for downloading the toolchain has changed from
http://www.codesourcery.com to http://sourcery.mentor.com
Signed-off-by: Subramaniam C.A <subramaniam.ca@ti.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-12 23:58:22 +02:00
Murat Demirten
a991e3e143
package: add portaudio
...
PortAudio is a free, cross-platform, open-source, audio I/O library.
[Peter: fix whitespace, dependencies, alsa-lib name]
Signed-off-by: Murat Demirten <mdemirten@yh.com.tr >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-12 22:36:13 +02:00
Peter Korsgaard
d5b35e2c70
musepack: disable parallel build
...
The musepack build system contains a race condition, which gets triggered by
high BR2_JLEVEL settings - It tries to link against libmpcdec before it is
created:
Linking C executable mpcgain
/scratch/peko/host/usr/lib/gcc/arm-unknown-linux-uclibcgnueabi/4.4.6/../../../../arm-unknown-linux-uclibcgnueabi/bin/ld: cannot find -lmpcdec
collect2: ld returned 1 exit status
make[3]: *** [mpcgain/mpcgain] Error 1
Fix it by disabling parallel build.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-12 13:57:14 +02:00
Peter Korsgaard
b4df72a914
libsvgtiny: bump version for stroke-width fix
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-12 13:56:33 +02:00
Yann E. MORIN
dc1b29e9bc
radvd: remove --program-prefix
...
--program-prefix is now set in the auto-target infrastructure.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-12 00:08:17 +02:00
Yann E. MORIN
3bb8036335
directfb: remove --program-prefix
...
--program-prefix is now set in the auto-target infrastructure.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-12 00:08:17 +02:00
Yann E. MORIN
aa6e5aed3a
tcpreplay: remove --program-prefix
...
--program-prefix is now set in the auto-target infrastructure.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-12 00:08:17 +02:00
Yann E. MORIN
cfbfd488fe
dbus: remove --program-prefix
...
--program-prefix is now set in the auto-target infrastructure.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-12 00:08:17 +02:00
Yann E. MORIN
dc32ba990a
fuse: remove --program-prefix
...
--program-prefix is now set in the auto-target infrastructure.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-12 00:08:16 +02:00
Yann E. MORIN
e127003af5
libargtable2: remove --program-prefix
...
--program-prefix is now set in the auto-target infrastructure.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-12 00:08:16 +02:00
Yann E. MORIN
8e837d5dfe
ntfs-3g: remove --program-prefix
...
--program-prefix is now set in the auto-target infrastructure.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-12 00:08:16 +02:00
Yann E. MORIN
ed8619dafa
gamin: remove --program-prefix
...
--program-prefix is now set in the auto-target infrastructure.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-12 00:08:16 +02:00
Yann E. MORIN
390b552f09
lighttpd: remove --program-prefix
...
--program-prefix is now set in the auto-target infrastructure.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-12 00:08:16 +02:00
Yann E. MORIN
48573c70e6
ntfsprogs: remove --program-prefix
...
--program-prefix is now set in the auto-target infrastructure.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-12 00:08:16 +02:00
Yann E. MORIN
e2f6269e13
mysql_client: remove --program-prefix
...
--program-prefix is now set in the auto-target infrastructure.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-12 00:08:15 +02:00
Yann E. MORIN
9bbc3f7633
fbdump: remove --program-prefix
...
--program-prefix is now set in the auto-target infrastructure.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-12 00:08:15 +02:00
Yann E. MORIN
98304cb6a8
netcat: remove --program-prefix
...
--program-prefix is now set in the auto-target infrastructure.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-12 00:08:15 +02:00
Yann E. MORIN
2caafe6be7
lzop: remove --program-prefix
...
--program-prefix is now set in the auto-target infrastructure.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-12 00:08:15 +02:00
Yann E. MORIN
617169d1d0
sdl_sound: remove --program-prefix
...
--program-prefix is now set in the auto-target infrastructure.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-12 00:08:15 +02:00
Yann E. MORIN
6c0ea9684d
sylpheed: remove --program-prefix
...
--program-prefix is now set in the auto-target infrastructure.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-12 00:08:14 +02:00
Yann E. MORIN
8ea4d5b47b
jpeg: remove --program-prefix
...
--program-prefix is now set in the auto-target infrastructure.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-12 00:08:14 +02:00
Yann E. MORIN
cc2597d0fc
fakeroot: remove --program-prefix
...
--program-prefix is now set in the auto-target infrastructure.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-12 00:08:14 +02:00
Yann E. MORIN
63dfeb295f
dbus-glib: remove --program-prefix
...
--program-prefix is now set in the auto-target infrastructure.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-12 00:08:14 +02:00
Yann E. MORIN
4c5d599d9f
taglib: remove --program-prefix
...
--program-prefix is now set in the auto-target infrastructure.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-12 00:08:14 +02:00
Yann E. MORIN
9268aff0e6
mpg123: remove --program-prefix
...
--program-prefix is now set in the auto-target infrastructure.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-12 00:08:13 +02:00
Yann E. MORIN
a8d6e2cc70
Makefile: auto-target automatically pass --program-prefix=""
...
When cross-compiled, some packages incorrectly prefix their executables
with the target tuple.
Fix that by forcing the program prefix to the empty string when calling
./configure, but only when compiling for target, not for host.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-12 00:08:13 +02:00
Yegor Yefremov
dba4b18431
tar: bump to 1.26
...
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-11 23:17:26 +02:00
Frederic Bassaler
0e85b480ca
xterm: bump to v271
...
Signed-off-by: Frederic Bassaler <frederic.bassaler@gmail.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-11 23:16:57 +02:00
Luca Ceresoli
9c83b37ccc
netsnmp: allow to disable MIB files installation and MIB loading code
...
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net >
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-11 23:10:23 +02:00
Luca Ceresoli
77cc11d533
netsnmp: fix stop and restart actions in init script
...
/etc/init.d/S59snmpd stop (and restart) currently fail if either snmpd or
snmptrapd are not running.
This is because start-stop-daemon -K returns nonzero if the process to be
killed is not running, and this causes the whole script to fail because it runs
under 'set -e'.
This may not be noticed if only the last start-stop-daemon fails, but this is
in general wrong. It would also cause a failure in other scripts that execute
S59snmpd and check the return value.
Adding the --oknodo (-o) option to start-stop-daemon fixes this.
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-11 23:09:06 +02:00
Sven Neumann
ede8ca0019
samba: make installation of smbd configurable
...
It may be desirable to compile samba but not actually install
the smbd binary. This is the case if you need libsmbclient but
don't want to run a samba server.
Make this possible by allowing to disable installation of smbd.
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-11 22:46:46 +02:00
Peter Korsgaard
d97542c6d8
busybox: add 1.19.2 fixes for chpasswd, crond and inetd.
...
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-11 22:36:36 +02:00
Gustavo Zacarias
95951797b5
dnsmasq: bump to version 2.58
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-11 22:35:11 +02:00
Gustavo Zacarias
f9fe656ca4
squid: bump to version 3.1.15
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-11 22:34:20 +02:00
Gustavo Zacarias
9f5a613eef
mpd: bump to version 0.16.3
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-11 22:33:42 +02:00
Peter Korsgaard
170fb5361d
libconfuse: drop implied uClibc dependency
...
uClibc doesn't need to be listed as an explicit pkg dependency.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk >
2011-09-11 22:18:52 +02:00