Gustavo Zacarias
cf7c832853
libtool: bump to version 2.4.4
...
Patch is upstream so remove it.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-12-21 13:22:11 +01:00
Gustavo Zacarias
4a28e3523d
support/libtool: add patch for newer versions
...
Add patch to support newer (>2.4.2) versions.
Adjust patch logic to check for patchlevel greater than 2 (apply new patch) or
not (apply current patch).
Some people/distributions used unreleased versions, with the string being
2.4.2.x, this packages are AUTORECONFed and have to be kept like this since
the up-to-2.4.2 patch doesn't work, neither does the from-2.4.3 version patch.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-12-21 13:21:56 +01:00
Romain Naour
c700796388
package/perl-gd: rename patches to follow the new name convention
...
Signed-off-by: Romain Naour <romain.naour@openwide.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-12-21 13:09:19 +01:00
Peter Korsgaard
857cba8110
python-enum: new package
...
This is an alternative to python-enum34 with a somewhat different API.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-12-20 21:56:48 +01:00
Yann E. MORIN
bef6d517fb
package/zlib: allow shared-only builds
...
Currently, we can build a static-only zlib, but not a shared-only one.
This is because zlib's build-system is a custom ./configure (not using
autotools), and does not allow building/installing only the shared
library.
Simply remove the .a as a post-staging install hook. We don't care
removing it from target, since it is not used at link time to build
other packages, and it is anyway removed later before assembling the
filesystem images anyway.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-12-20 21:55:23 +01:00
Ilya Lipnitskiy
7f7dc71cc8
package/oprofile: Bump version to 1.0.0
...
Remove opcontrol and oprofiled from the install list, they are no longer
present in the package.
Remove all patches, they have been integrated upstream.
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-12-20 21:49:10 +01:00
Jerzy Grzegorek
2f2c799697
package: indentation cleanup
...
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net >
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-12-20 21:48:26 +01:00
Yann E. MORIN
d80ae656f5
package/weston: do not select rpi-userland
...
rpi-userland is a provider for some virtual packages, so we can not
select it, as instructed in the manual:
http://nightly.buildroot.org/#_infrastructure_for_virtual_packages
---8<---
If your package really requires a specific provider, then you’ll
have to make your package depends on this provider; you can not select a
provider.
---8<---
Instead, just depend on it. Remove the comment as well.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-12-20 21:47:00 +01:00
Romain Naour
a434dac30d
xfsprogs: fix shared-only build
...
The shared-only build is not supported by xfsprogs because without
--enable-static, the builtin libraries (libxfs, libxcmd ...) are only
built as shared libraries and xfs tools requires the static ones.
Also, we needs to replace -static with -static-libtool-libs for the
shared-only case, in order to fallback to linking with the shared
version of libuuid library.
Fixes:
http://autobuild.buildroot.net/results/139/139fa30756d35a24209136068c818802074908de/
http://autobuild.buildroot.net/results/e2e/e2eef5dbadec555756a912a24978c78c0013ee70/
http://autobuild.buildroot.net/results/08c/08c4bc5037379a8ca312e3e7574067235da74030/
And many more.
[Thomas: fix misc typos in the patch description and commit title.]
Signed-off-by: Romain Naour <romain.naour@openwide.fr >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-12-20 21:44:25 +01:00
Romain Naour
e787c333e4
package/hostapd: use correct include path for libnl-3.0
...
Add a dependancy on host-pkgconf.
Signed-off-by: Romain Naour <romain.naour@openwide.fr >
Reported-by: Jörg Krause <jkrause@posteo.de >
Cc: Jörg Krause <jkrause@posteo.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-12-20 16:11:53 +01:00
Romain Naour
98316942e2
package/wpa_supplicant: use correct include path for libnl-3.0
...
Fixes:
ERROR: unsafe header/library path used in cross-compilation: '/usr/include/libnl3'
Add a dependancy on host-pkgconf when BR2_PACKAGE_LIBNL is enabled.
Signed-off-by: Romain Naour <romain.naour@openwide.fr >
Reported-by: Jörg Krause <jkrause@posteo.de >
Cc: Jörg Krause <jkrause@posteo.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-12-20 16:06:21 +01:00
Sagaert Johan
3abcdc5cd3
json-c: change upstream location to Github
...
json-c website and download locations have changed, the project is now
hosted on Github.
Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-12-20 15:59:01 +01:00
Bernd Kuhls
4399468d6e
package/ffmpeg: bump version to 2.5.1
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-12-20 15:56:36 +01:00
Jerzy Grzegorek
3b1df65609
manual: remove the extra whitespaces
...
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-12-20 15:55:54 +01:00
Bernd Kuhls
c83604316a
xserver_xorg-server: security bump to 1.16.3
...
- for a list of fixed CVE´s check
http://lists.x.org/archives/xorg-announce/2014-December/002506.html
- added hash file
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-12-20 15:54:22 +01:00
Bernd Kuhls
4f9de740fe
package/vlc: Update SITE url
...
old SITE is now password-protected
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-12-20 15:53:09 +01:00
Bernd Kuhls
2f1bcdb74a
package/libdvbcsa: Update SITE url
...
old SITE is now password-protected
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2014-12-20 15:52:26 +01:00
Peter Korsgaard
46152abcf2
orc: bump version
...
And add hash file.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-20 00:37:06 +01:00
Jerzy Grzegorek
6af6eecd9d
ympd: fix license typo
...
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-19 21:56:54 +01:00
Bernd Kuhls
6878126afa
package/libbluray: bump version to 0.6.2
...
- old SITE is now password-protected
- add hash
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-19 21:50:04 +01:00
Gustavo Zacarias
7e8fc282f8
gcc: bump 4.8.x series to version 4.8.4
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-19 21:42:51 +01:00
Gustavo Zacarias
b6e4e9de41
jasper: add patches to fix CVE-2014-8137 and CVE-2014-8138
...
Fixes:
CVE-2014-8137 - double-free in jas_iccattrval_destroy()
CVE-2014-8138 - heap overflow in jp2_decode()
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-19 21:41:17 +01:00
Gustavo Zacarias
59b3b3edd6
git: security bump to version 2.2.1
...
Fixes:
CVE-2014-9390 - arbitrary command execution vulnerability on
case-insensitive file systems.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-19 21:41:03 +01:00
Frank Hunleth
e3254d06c5
erlang: fix typo in dependencies
...
If libatomic_ops was enabled, then the host-erlang dependency was lost.
Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-18 23:12:51 +01:00
Steve James
3a56d1b4a9
package/snappy: add dependency on host-pkgconf
...
Snappy doesn't configure without host pkg-config, causing this totally
unhelpful diagnostic from autoconf:
configure.ac:42: error: possibly undefined macro: AC_DEFINE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:44: error: possibly undefined macro: AC_MSG_FAILURE
So add host-pkgconf to the package's DEPENDENCIES list.
Signed-off-by: Steve James <ste@junkomatic.net >
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-18 22:59:57 +01:00
Jerzy Grzegorek
8314ddf584
package: cleanup whitespace of assignments
...
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-18 22:58:28 +01:00
Gustavo Zacarias
6f712df4f0
icu: bump to version 54.1
...
Also add hash file.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-18 22:57:45 +01:00
Gustavo Zacarias
6483d26b49
boost: bump to version 1.57.0
...
Also add hash file.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-18 22:56:41 +01:00
Gustavo Zacarias
cc90a3d09c
mpd: bump to version 0.19.7
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-18 22:56:08 +01:00
Gustavo Zacarias
27dde92fa8
tcpreplay: bump to version 4.1.0
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-18 22:55:50 +01:00
Gustavo Zacarias
c165b0e580
linux-pam: add security patches
...
To fix:
CVE-2013-7041 - use case sensitive comparison in pam_userdb
CVE-2014-2583 - potential path traversal issue in pam_timestamp
Also add hash file (computed, the hash files upstream cover up to 1.1.7)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-18 22:55:00 +01:00
Gustavo Zacarias
d64599ccb7
php: security bump to version 5.5.20
...
Fixes:
CVE-2014-8142 - Use after free vulnerability in unserialize()
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-18 22:54:04 +01:00
Gustavo Zacarias
927f8d2690
jquery: bump to version 1.11.2
...
Also add hash file.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-18 22:53:44 +01:00
Gustavo Zacarias
4ba60786fa
nftables: bump to version 0.4
...
Also add hash file.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-16 23:49:43 +01:00
Gustavo Zacarias
d081d439c9
libnftnl: bump to version 1.0.3
...
Also add hash file.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-16 23:49:03 +01:00
Gustavo Zacarias
6efc256a77
libnss: security bump to version 3.17.3
...
Fixes CVE-2014-1569 - The definite_length_decoder function in
lib/util/quickder.c in Mozilla Network Security Services (NSS) before
3.16.2.4 and 3.17.x before 3.17.3 does not ensure that the DER encoding
of an ASN.1 length is properly formed, which allows remote attackers to
conduct data-smuggling attacks by using a long byte sequence for an
encoding.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-16 23:48:32 +01:00
Gustavo Zacarias
267899db39
apr-util: add hash file
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-16 23:48:04 +01:00
Gustavo Zacarias
d59f421512
apr: add hash file
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-16 23:47:53 +01:00
Gustavo Zacarias
863867ed3d
linux: bump default to version 3.18.1
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-16 23:47:24 +01:00
Gustavo Zacarias
aa3ef502c9
linux-headers: bump 3.{18, 17, 14, 10}.x series
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-16 23:47:22 +01:00
Jerzy Grzegorek
3ce7d767bc
package/Config.in: fix alphabetical order
...
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net >
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-16 23:46:10 +01:00
Jerzy Grzegorek
b90f1934c0
package/Config.in: fix menu alphabetical order
...
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net >
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-16 23:45:52 +01:00
Peter Korsgaard
f66ea18d98
dbus: bump version
...
Regression fix for CVE-2014-3636, see release announcement:
http://lists.freedesktop.org/archives/dbus/2014-November/016430.html
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-16 21:28:30 +01:00
Gustavo Zacarias
312990555c
configs/qemu: update infos for latest qemu version
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-16 00:46:20 +01:00
Gustavo Zacarias
d98be88165
stunnel: adjust initscript
...
Use proper status messages, make spacing standard instead of a mix of
spacing/tabbing, drop boringly obvious comment from the header.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-16 00:45:44 +01:00
Gustavo Zacarias
48a9e431d8
stunnel: bump to version 5.08
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-16 00:45:34 +01:00
Gustavo Zacarias
6583725d18
ncurses: add hash file
...
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-15 23:32:22 +01:00
Gustavo Zacarias
9ab0c37e41
ncurses: fix gpm support
...
The CF_LIB_SONAME macro doesn't work when cross compiling so we need to
specify the lib name for libgpm explicitly. While at it make gpm support
explicit in the form of --without-gpm when it's not selected and adding
it to dependencies when it is. Fixes:
http://autobuild.buildroot.net/results/32a/32a5ba3905772a3f2f2ec9d1b290a109fe22d9f9/
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-15 23:32:20 +01:00
Yann E. MORIN
d4b2b032a0
linux: fix recursively defined variable
...
When running 'make printvars', the output stops at the time we dump the
Linux related variables, with:
linux/linux.mk:109: *** Recursive variable `LINUX_TARGET_NAME'
references itself (eventually). Stop.
And that's expected, since we have:
109 LINUX_TARGET_NAME = $(LINUX_IMAGE_NAME)
[...]
112 ifeq ($(LINUX_IMAGE_NAME),)
113 LINUX_IMAGE_NAME = $(LINUX_TARGET_NAME)
114 endif
Even though they are defined in a way that ensures they are in fact not
recursively defined (the if-block ensures that), 'printvars' does dump
all our variables by evaluating all of them, which in that specific case
implies they are recursively defined.
Fix that by explicitly setting LINUX_IMAGE_NAME in each if-block.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr >
Cc: Peter Korsgaard <jacmet@uclibc.org >
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-15 22:38:08 +01:00
Frank Hunleth
4a5b819c0f
erlang: use libatomic_ops if available
...
Erlang can either provide its own atomic_ops implementation or use the
one in libatomic_ops. This patch ensures that it only uses the one from
libatomic_ops if it is available.
Fixes:
http://autobuild.buildroot.net/results/3eb/3ebfd36948d5a642cc83ce31ddf5902cb369bfbd/
http://autobuild.buildroot.net/results/04c/04cbf79ccf159e15f9ea3953b425faadafc8a1c0/
http://autobuild.buildroot.net/results/fc9/fc9904446553e67dd44954310fea26d751a0df5d/
http://autobuild.buildroot.net/results/501/501a12da25615071fb6197a898456cfe41a6451d/
http://autobuild.buildroot.net/results/34e/34e2fbb4d39737fd7defa5bd607726d52ef38568/
http://autobuild.buildroot.net/results/722/7220c3905ebe9e081f1e3b90641b0859d996c2ac/
http://autobuild.buildroot.net/results/ffd/ffdc531d8cf9adb43340d045aa88eb0b39fc9bb7/
http://autobuild.buildroot.net/results/b4f/b4f238bcb30b0191ce1a2be669fa792c8ccd3e69/
Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2014-12-15 22:36:24 +01:00