Thomas Petazzoni
281d8451c4
fetchmail: adjust zlib handling
...
fetchmail itself does not need zlib, there is no reference to it in its
source, so the "select BR2_PACKAGE_ZLIB" is not necessary. Moreover,
"zlib" was not added to FETCHMAIL_DEPENDENCIES (but was anyway in the
dependency chain through openssl).
In addition, LIBS="-lz" is only needed in static linking configurations,
to help fetchmail's configure script find OpenSSL (it doesn't use
pkg-config unfortunately).
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-31 23:04:53 +02:00
Thomas Petazzoni
e613c6eb4a
fetchmail: gettext is not mandatory
...
Even when locales are enabled, gettext is not mandatory to build
fetchmail, i.e the following defconfig builds fine:
BR2_arm=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y
BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/br-arm-full-2017.02-1096-g54a5333.tar.bz2 "
BR2_TOOLCHAIN_EXTERNAL_GCC_4_8=y
BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_10=y
BR2_TOOLCHAIN_EXTERNAL_LOCALE=y
BR2_TOOLCHAIN_EXTERNAL_CXX=y
BR2_INIT_NONE=y
BR2_SYSTEM_BIN_SH_NONE=y
BR2_PACKAGE_FETCHMAIL=y
However, if gettext provides libintl, it gets used. Therefore this
commit moves gettext from a mandatory dependency to an optional
dependency.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-31 23:04:30 +02:00
David Lechner
3a51b42a24
configs/lego_ev3: use ext4 file system
...
Change from using ext3 to ext4.
Signed-off-by: David Lechner <david@lechnology.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-31 22:58:30 +02:00
David Lechner
13a4d5e580
configs/lego_ev3: use genimage to rename uImage file
...
This uses a genimage feature to rename the uImage file instead
of manually creating a symlink in the post-image script.
Signed-off-by: David Lechner <david@lechnology.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-31 22:58:25 +02:00
David Lechner
fb47cdbee3
configs/lego_ev3: bump U-Boot version
...
This bumps U-Boot to the current stable version (2017.05).
Signed-off-by: David Lechner <david@lechnology.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-31 22:58:19 +02:00
Bernd Kuhls
b2f2f92887
package/vlc: bump version to 2.2.6
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-31 22:42:18 +02:00
Bernd Kuhls
ebe5962220
package/kodi-pvr-*: mass version bump
...
This commit brings our package versions in-line with upstream repo:
https://github.com/xbmc/repo-binary-addons/tree/Krypton
after this commit:
a6621cbdc6
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-31 22:41:49 +02:00
Angelo Compagnucci
e7f6224960
package/mono: bump to version 4.8.1.0
...
This patch bumps mono the version 4.8.1.0. Simultaneously it removes an
upstreamed patch and updates another one to the latest source code.
It also disables the compilation of 'aot' cause the build system was
fixed to support this option again.
It also disables the compilation of the optional BoringTLS stack: this
stack is distributed as an external component inside the mono source
tree and it carries it's own build system (cmake). To be compiled inside
buildroot it requires hacking the mono build system to pass the correct
compiling options to cmake. This will be done in a future patch set.
Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-31 22:40:20 +02:00
Angelo Compagnucci
7aa50798d1
package/monolite: bump to version 156
...
This patch bumps monolite to version 156.
Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-31 22:38:21 +02:00
Baruch Siach
47bde82a04
cifs-utils: bump to version 6.7
...
Enable autoreconf because of missing install-sh.
Add upstream patch fixing build breakage with libtalloc is missing.
Signed-off-by: Baruch Siach <baruch@tkos.co.il >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-31 22:26:07 +02:00
Bernd Kuhls
bf422099f7
package/tor: bump version to 0.3.0.7
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-31 22:25:31 +02:00
Bernd Kuhls
4c0b3ced30
package/libdrm: bump version to 2.4.81
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-31 22:07:32 +02:00
Adam Duskett
a3b5baee36
sngrep: bump version to v1.4.3
...
The two patches were committed upstream.
Signed-off-by: Adam Duskett <aduskett@codeblue.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-31 22:01:36 +02:00
Bernd Kuhls
9b04ae71c5
package/bdwgc: fix uclibc build after bump to 7.6.0
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-31 22:00:51 +02:00
Bernd Kuhls
04588a378d
package/imagemagick: bump version to 7.0.5-8
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-31 21:59:51 +02:00
Bernd Kuhls
44d276eb2e
package/tremor: add upstream site to help text
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-31 21:59:28 +02:00
Bernd Kuhls
682405ec76
package/fwup: bump version to 0.14.3
...
Added patch to fix uclibc build.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-31 21:59:08 +02:00
Bernd Kuhls
fdabb80e42
package/freetype: bump version to 2.8
...
Added md5 & sha1 hashes supplied by sourceforge mirror.
Removed patches applied upstream:
0001-psaux-Better-protect-flex-handling.patch
http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=f958c48ee431bef8d4d466b40c9cb2d4dbcb7791
0002-src-psaux-psobjs.c-t1_builder_close_contour-Add-safe.patch
http://git.savannah.gnu.org/cgit/freetype/freetype2.git/commit/?id=3774fc08b502c3e685afca098b6e8a195aded6a0
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-31 21:56:27 +02:00
Fabrice Fontaine
fa78048514
lxc: fix hash of patch
...
Fix hash of bc5b27d6f6d166d2a6df47982cbe36041ce6b73.patch
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-31 21:51:48 +02:00
Gonçalo Salazar
08660e224f
mosh: bump to version 1.3.0
...
Signed-off-by: Gonçalo Salazar <glbsalazar@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-31 21:31:30 +02:00
Marcin Niestroj
26903e429e
package/luaossl: new package
...
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-31 21:28:18 +02:00
Johan Oudinet
704cca3ef5
erlang-p1-xmpp: new package
...
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-31 21:16:02 +02:00
Johan Oudinet
ded9546447
erlang-jiffy: new package
...
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-31 21:14:12 +02:00
Waldemar Brodkorb
6f0a363d55
gcc: allow gcc 6.x for microblaze architecture
...
With the two patches from gcc upstream master we can enable gcc 6.x for
microblaze again.
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-31 21:12:01 +02:00
Bernd Kuhls
bcded15090
package/dovecot: bump version to 2.2.30
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-05-31 08:51:44 +02:00
Fabrice Fontaine
efe0c65b4b
libupnp: bump to version 1.6.22
...
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com >
Signed-off-by: Peter Korsgaard <peter@korsgaard.com >
2017-05-31 08:51:14 +02:00
Johan Oudinet
885b9efcbc
erlang-p1-yaml: bump to version 1.0.9
...
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-30 23:59:28 +02:00
Johan Oudinet
1615a1eec7
erlang-p1-xml: bump to version 1.1.22 and add host variant
...
The host variant will be needed for the upcoming erlang-p1-xmpp package.
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-30 23:59:12 +02:00
Johan Oudinet
2f0b06c72d
erlang-p1-sip: bump to version 1.0.11
...
License changed to Apache-2.0.
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-30 23:57:52 +02:00
Johan Oudinet
8a42eef42a
erlang-p1-stun: bump to version 1.0.10
...
License changed to Apache-2.0.
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-30 23:57:52 +02:00
Johan Oudinet
dd8580fdd5
erlang-p1-tls: bump to version 1.0.11
...
License changed to Apache-2.0.
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-30 23:57:52 +02:00
Johan Oudinet
238f98437b
erlang-p1-stringprep: bump to version 1.0.8
...
Remove a patch that has been applied upstream.
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-30 23:57:52 +02:00
Johan Oudinet
399a10bd1c
erlang-p1-iconv: bump to version 1.0.4
...
License changed to Apache-2.0.
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-30 23:57:51 +02:00
Johan Oudinet
fb67eaad92
erlang-p1-cache-tab: bump to version 1.0.7
...
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-30 23:51:23 +02:00
Johan Oudinet
83a626b781
erlang-p1-zlib: bump to version 1.0.2
...
License changed to Apache-2.0.
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-30 23:51:22 +02:00
Johan Oudinet
46a6deb2f3
erlang-p1-utils: bump to version 1.0.8
...
License changed to Apache-2.0.
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-30 23:51:21 +02:00
Johan Oudinet
11acd9da16
erlang-lager: bump to version 3.2.1
...
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-30 23:51:19 +02:00
Johan Oudinet
457bceea66
erlang-goldrush: bump version to 0.1.9
...
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-30 23:51:18 +02:00
Christian Stewart
0ccc3395ca
go: bump version to 1.8.3
...
Bumping Go to 1.8.3 from 1.7.
Go 1.8 comes with significant performance improvements, particularly
around ARM: "CPU time required by our benchmark programs was reduced by
20-30% on 32-bit ARM systems."
Signed-off-by: Christian Stewart <christian@paral.in >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-30 23:18:56 +02:00
Graham Holland
10b386d2dc
package/hwloc: install package to staging directory
...
The hwloc package consists of a library and utilities so it should be
installed to both the staging and target directories.
Signed-off-by: Graham Holland <gmh7@sfu.ca >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-30 23:17:53 +02:00
Bernd Kuhls
cbcbc55abb
package/xscreensaver: bump version to 5.36
...
Switched _SITE to https.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-29 22:37:32 +02:00
Jörg Krause
e2f34a5ae2
swupdate: bump to version 2017.04
...
Add optional dependency on zeromq which was already added in version
2016.10.
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-29 22:36:02 +02:00
Jörg Krause
f5cc2ea712
shairport-sync: bump to version 3.0.2
...
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-29 22:35:15 +02:00
Jörg Krause
271581ea3e
upmpdcli: bump to version 1.2.14
...
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-29 22:35:10 +02:00
Jörg Krause
0343227ad9
libupnpp: bump to version 0.15.2
...
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-29 22:35:06 +02:00
Bernd Kuhls
3934120ede
package/fping: bump version to 4.0
...
Please note that according to the release notes
https://github.com/schweikert/fping/releases/tag/v4.0
"fping and fping6 are now unified into one binary."
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-28 16:15:15 +02:00
Bernd Kuhls
dcdd5e363b
package/font-awesome: bump version to 4.7.0
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-28 16:13:42 +02:00
Bernd Kuhls
b5d979a0e3
package/fltk: bump version to 1.3.4-1
...
Removed patch 0002-jpeg-9.patch, applied upstream.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-28 16:13:41 +02:00
Bernd Kuhls
f6da4ce5fa
package/flann: bump version to 1.9.1
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-28 16:13:40 +02:00
Bernd Kuhls
4731bb9d73
package/coreutils: bump version to 8.27
...
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de >
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com >
2017-05-28 16:04:38 +02:00