Ted Hess [Sat, 3 Sep 2016 13:21:55 +0000 (09:21 -0400)]
Merge pull request #3128 from dangowrt/x264-without-yasm
libx264: allow building with yasm
Ted Hess [Sat, 3 Sep 2016 13:21:35 +0000 (09:21 -0400)]
Merge pull request #3129 from dangowrt/ffmpeg-without-yasm
ffmpeg: allow building without yasm
Daniel Golle [Sat, 3 Sep 2016 12:49:34 +0000 (14:49 +0200)]
ffmpeg: allow building without yasm
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sat, 3 Sep 2016 12:49:13 +0000 (14:49 +0200)]
libx264: allow building with yasm
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Ted Hess [Sat, 3 Sep 2016 11:02:14 +0000 (07:02 -0400)]
Merge pull request #3103 from black-roland/dnscrypt
dnscrypt-proxy: Updated to latest version (1.7.0), added procd support, added separated package for resolvers list
Hannu Nyman [Sat, 3 Sep 2016 08:05:29 +0000 (11:05 +0300)]
Merge pull request #2729 from cshore/pull-request-wget-fix-symlink-issue
net/wget: Remove use broken use of postrm/postinst symlinks
Black Roland [Mon, 29 Aug 2016 08:28:45 +0000 (17:28 +0900)]
dnscrypt-proxy: Updated to latest version (1.7.0), added procd support, added separated package for resolvers list
Signed-off-by: Black Roland <black-roland@users.noreply.github.com>
Michael Heimpold [Fri, 2 Sep 2016 22:00:54 +0000 (00:00 +0200)]
Treewide fix of typo: PKG_LICENSE_FILE --> PKG_LICENSE_FILES
Without the trailing _S_ the variable is not considered at all.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Ted Hess [Fri, 2 Sep 2016 21:37:02 +0000 (17:37 -0400)]
Merge pull request #3123 from dangowrt/ffmpeg-enable-asm
ffmpeg: enable assembly on targets with fpu
Michael Heimpold [Fri, 2 Sep 2016 21:04:12 +0000 (23:04 +0200)]
Merge pull request #3098 from mhei/fix-libcanfestival
libcanfestival: fix build on LEDE buildbots using ccache
Hannu Nyman [Fri, 2 Sep 2016 07:49:25 +0000 (10:49 +0300)]
Merge pull request #3124 from haraldg/elektra
elektra: fix build error
Harald Geyer [Fri, 2 Sep 2016 07:03:27 +0000 (07:03 +0000)]
elektra: fix build error
* Move curlget plugin to its own package with proper dependencies
* Fix abuse of 'foreach' in the Makefile which masked the above issue
Signed-off-by: Harald Geyer <harald@ccbib.org>
champtar [Fri, 2 Sep 2016 04:01:54 +0000 (06:01 +0200)]
Merge pull request #3121 from yousong/erlang-mips16
erlang: fix compilation error by disabling mips16
Daniel Golle [Thu, 1 Sep 2016 22:41:45 +0000 (00:41 +0200)]
ffmpeg: enable assembly on targets with fpu
Also no longer disable run-time CPU detection for fpu targets except
arm which is built for each variant (neon, vfp).
This vastly improves performance on x86 which now supports building ASM
code with yasm and makes use of a broad spectrum of extensions
depending on their availability at run-time.
In future, such differentiation should also be introduced for MIPS
to at least conditionally enable the output of MIPS32r2 instructions as
well as DSPr1 and DSPr2 if the target supports that dispite them having
CONFIG_SOFT_FLOAT=y set.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Tue, 30 Aug 2016 15:02:21 +0000 (17:02 +0200)]
lvm2: update to version 2.02.164
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Yousong Zhou [Thu, 1 Sep 2016 08:31:59 +0000 (16:31 +0800)]
erlang: fix compilation error by disabling mips16
This is caused by a toolchain bug and has been reported to GCC a
while a ago without receiving any responses yet [1]. Fix it at the
moment by not compiling with mips16 enabled.
Should fix #1750 and #1904.
[1] Bug 71519 - "Out of range operand" bteqz inst generated by
"casesi_internal_mips16_<mode>",
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71519
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Hannu Nyman [Wed, 31 Aug 2016 17:49:47 +0000 (20:49 +0300)]
Merge pull request #3118 from kissg1988/seafile
Seafile: upgrade to version 5.1.4
Gergely Kiss [Wed, 31 Aug 2016 17:38:49 +0000 (19:38 +0200)]
seafile: upgrade to version 5.1.4
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Ted Hess [Wed, 31 Aug 2016 14:15:09 +0000 (10:15 -0400)]
crelay: update to 0.10.1
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Wed, 31 Aug 2016 13:36:51 +0000 (09:36 -0400)]
Merge pull request #3115 from black-roland/libsodium
libsodium: re-enable pthreads
Black Roland [Wed, 31 Aug 2016 12:32:34 +0000 (21:32 +0900)]
libsodium: removed `--without-pthreads` configire arg (no longer required for musl)
Signed-off-by: Black Roland <black-roland@users.noreply.github.com>
Gergely Kiss [Tue, 30 Aug 2016 16:13:03 +0000 (18:13 +0200)]
python-urllib3: import version 1.16
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Hannu Nyman [Tue, 30 Aug 2016 15:46:13 +0000 (18:46 +0300)]
Merge pull request #3113 from kissg1988/openpyxl
openpyxl: upgrade to version 2.4.0-b1
Hannu Nyman [Tue, 30 Aug 2016 15:46:04 +0000 (18:46 +0300)]
Merge pull request #3112 from kissg1988/gunicorn
gunicorn: upgrade to version 19.6.0
Hannu Nyman [Tue, 30 Aug 2016 15:45:38 +0000 (18:45 +0300)]
Merge pull request #3114 from kissg1988/pytz
pytz: upgrade to version 2016.6.1
Hannu Nyman [Tue, 30 Aug 2016 13:15:59 +0000 (16:15 +0300)]
Merge pull request #3111 from kissg1988/django
Upgrade django packages
Karl Palsson [Tue, 30 Aug 2016 11:39:46 +0000 (11:39 +0000)]
net/mosquitto: chown data directory
The package creates a "mosquitto" user, but the support added for
persistence creates the data directory as root running the init script.
Properly chown the newly created directory to ensure it's writable.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Gergely Kiss [Tue, 30 Aug 2016 10:57:11 +0000 (12:57 +0200)]
pytz: upgrade to version 2016.6.1
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Gergely Kiss [Tue, 30 Aug 2016 10:53:41 +0000 (12:53 +0200)]
openpyxl: upgrade to version 2.4.0-b1
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Gergely Kiss [Tue, 30 Aug 2016 10:27:44 +0000 (12:27 +0200)]
gunicorn: upgrade to version 19.6.0
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Gergely Kiss [Tue, 30 Aug 2016 10:22:30 +0000 (12:22 +0200)]
django-statici18n: upgrade to version 1.2.1
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Gergely Kiss [Tue, 30 Aug 2016 10:19:05 +0000 (12:19 +0200)]
django-postoffice: upgrade to version 2.0.8
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Gergely Kiss [Tue, 30 Aug 2016 10:08:17 +0000 (12:08 +0200)]
django-jsonfield: upgrade to version 1.0.1
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Gergely Kiss [Tue, 30 Aug 2016 10:03:16 +0000 (12:03 +0200)]
django-constance: upgrade to version 1.2
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Gergely Kiss [Tue, 30 Aug 2016 09:55:39 +0000 (11:55 +0200)]
django-compressor: upgrade to version 2.1
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Gergely Kiss [Tue, 30 Aug 2016 09:48:16 +0000 (11:48 +0200)]
django-appconf: upgrade to version 1.0.2
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Mirko Vogt [Mon, 29 Aug 2016 18:15:32 +0000 (20:15 +0200)]
package `fontconfig`
Mirko Vogt [Mon, 29 Aug 2016 18:14:10 +0000 (20:14 +0200)]
package `libdrm`
Mirko Vogt [Mon, 29 Aug 2016 18:12:53 +0000 (20:12 +0200)]
package `libdouble-conversion`
Ted Hess [Mon, 29 Aug 2016 15:39:50 +0000 (11:39 -0400)]
Merge pull request #3107 from black-roland/libsodium
libsodium: Updated to latest version (1.0.11)
Black Roland [Sat, 13 Aug 2016 15:26:10 +0000 (00:26 +0900)]
libsodium: Updated to latest version (1.0.11)
Signed-off-by: Black Roland <black-roland@users.noreply.github.com>
Hannu Nyman [Sun, 28 Aug 2016 20:00:27 +0000 (23:00 +0300)]
Merge pull request #3100 from dibdot/adblock
adblock: update 1.4.8
Dirk Brenken [Sun, 28 Aug 2016 19:37:35 +0000 (21:37 +0200)]
adblock: update 1.4.8
* enhance the new query function:
change the regex to find only the relevant blocklist entries
add a recursive tld search to quickly identify domains for
whitelisting (see documentation)
better result preparation
* add securemecca as new blocklist source
* documentation update
Signed-off-by: Dirk Brenken <dev@brenken.org>
Hannu Nyman [Sun, 28 Aug 2016 07:57:26 +0000 (10:57 +0300)]
Merge pull request #3099 from aTanW/master
gammu: bump to the new upstream v1.37.4
aTanW [Sun, 28 Aug 2016 06:56:07 +0000 (09:56 +0300)]
gammu: bump to the new upstream v1.37.4
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Michael Heimpold [Sat, 27 Aug 2016 23:28:58 +0000 (01:28 +0200)]
libcanfestival: fix build on LEDE buildbots using ccache
This error is reported:
make -C can_socket driver
make[6]: Entering directory '/data/bowl-builder/arm_arm926ej-s/build/sdk/build_dir/target-arm_arm926ej-s_musl-1.1.15_eabi/libcanfestival/drivers/can_socket'
ccache_cc -O2 -fPIC -DDEBUG_ERR_CONSOLE_ON -g -I../../include -I../../include/unix -I../../include/can_socket -o can_socket.o -c can_socket.c
cc1: note: someone does not honour COPTS correctly, passed 0 times
ccache_cc -shared -Wl,-soname,libcanfestival_can_socket.so -o libcanfestival_can_socket.so can_socket.o
make[6]: Leaving directory '/data/bowl-builder/arm_arm926ej-s/build/sdk/build_dir/target-arm_arm926ej-s_musl-1.1.15_eabi/libcanfestival/drivers/can_socket'
make -C unix driver
make[6]: Entering directory '/data/bowl-builder/arm_arm926ej-s/build/sdk/build_dir/target-arm_arm926ej-s_musl-1.1.15_eabi/libcanfestival/drivers/unix'
ccache_cc -O2 -DDEBUG_ERR_CONSOLE_ON -g -I../../include -I../../include/unix -I../../include/timers_unix -o unix.o -c unix.c
cc1: note: someone does not honour COPTS correctly, passed 0 times
Building [libcanfestival_unix.a]
ccache_ccar rc libcanfestival_unix.a unix.o ../timers_unix/timers_unix.o
make[6]: ccache_ccar: Command not found
Makefile:102: recipe for target 'libcanfestival_unix.a' failed
make[6]: *** [libcanfestival_unix.a] Error 127
make[6]: Leaving directory '/data/bowl-builder/arm_arm926ej-s/build/sdk/build_dir/target-arm_arm926ej-s_musl-1.1.15_eabi/libcanfestival/drivers/unix'
Makefile:33: recipe for target 'driver' failed
make[5]: *** [driver] Error 2
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Michael Heimpold [Sat, 27 Aug 2016 22:10:42 +0000 (00:10 +0200)]
php5: update to 5.6.25
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Jo-Philipp Wich [Fri, 26 Aug 2016 18:27:46 +0000 (20:27 +0200)]
Merge pull request #3097 from dangowrt/fix-postgresql-rebuild
postgresql: make host-built-tools safe for rebuilds
Daniel Golle [Fri, 26 Aug 2016 18:23:30 +0000 (20:23 +0200)]
postgresql: make host-built-tools safe for rebuilds
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Hannu Nyman [Fri, 26 Aug 2016 12:33:50 +0000 (15:33 +0300)]
Merge pull request #2733 from cshore/pull-request-findutils
utils/findutils: Add GNU findutils
Hannu Nyman [Fri, 26 Aug 2016 11:13:58 +0000 (14:13 +0300)]
Merge pull request #3096 from dibdot/adblock
adblock: update 1.4.7
Dirk Brenken [Thu, 25 Aug 2016 11:41:15 +0000 (13:41 +0200)]
adblock: update 1.4.7
* add a query function to search the active blocklists for a specific
domain (/etc/init.d/adblock query <DOMAIN>)
* fix bug in ap mode/uhttpd port detection
* check general firewall and dnsmasq package dependencies and remove
redundant checks in ap mode
Signed-off-by: Dirk Brenken <dev@brenken.org>
Karl Palsson [Thu, 25 Aug 2016 17:31:56 +0000 (17:31 +0000)]
libwebsockets: Upgrade to latest stable release.
Fairly major bump from 1.7.x to 2.0.2.
Changelog (mostly) available at:
https://github.com/warmcat/libwebsockets/blob/v2.0-stable/changelog
Signed-off-by: Karl Palsson <karlp@etactica.com>
Karl Palsson [Thu, 25 Aug 2016 17:27:16 +0000 (17:27 +0000)]
libwebsockets: Update maintainer email
Signed-off-by: Karl Palsson <karlp@remake.is>
Signed-off-by: Karl Palsson <karlp@etactica.com>
Karl Palsson [Mon, 22 Aug 2016 12:35:54 +0000 (12:35 +0000)]
mosquitto: Bump to 1.4.10
Full changelog: http://mosquitto.org/2016/08/version-1-4-10-released/
Relevant changes:
libwebsockets 2.0 compatibility
openssl 1.1.0 compatibility
Signed-off-by: Karl Palsson <karlp@etactica.com>
Yousong Zhou [Fri, 26 Aug 2016 07:54:06 +0000 (02:54 -0500)]
Merge pull request #3095 from yousong/master
Add an issue template
Yousong Zhou [Thu, 25 Aug 2016 11:56:16 +0000 (19:56 +0800)]
Add an issue template
So that maintainers can receive at least one notification at the issue
creation time ;)
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
champtar [Thu, 25 Aug 2016 07:20:59 +0000 (09:20 +0200)]
Merge pull request #3094 from kissg1988/seafile
seafile: add condition for -minterlink-mips16 cflag
Gergely Kiss [Thu, 25 Aug 2016 06:26:13 +0000 (08:26 +0200)]
seafile: add comment regarding explicitly enabling -minterlink-mips16
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Gergely Kiss [Wed, 24 Aug 2016 21:45:31 +0000 (23:45 +0200)]
seafile: add condition for -minterlink-mips16 cflag
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Gergely Kiss [Sun, 29 May 2016 23:23:44 +0000 (01:23 +0200)]
seafile-server: fix dependency specification
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Gergely Kiss [Sun, 29 May 2016 16:38:35 +0000 (18:38 +0200)]
seafile-server: add config options for extra features
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Gergely Kiss [Sun, 15 May 2016 22:03:33 +0000 (00:03 +0200)]
libevhtp: downgrading due to compatibility issues
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Gergely Kiss [Wed, 4 May 2016 22:46:24 +0000 (00:46 +0200)]
python-dateutil: fix dependency
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Gergely Kiss [Wed, 4 May 2016 22:36:37 +0000 (00:36 +0200)]
six: remove duplicate package (see python-six)
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Gergely Kiss [Wed, 4 May 2016 22:28:29 +0000 (00:28 +0200)]
gunicorn: add missing dependency
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Gergely Kiss [Wed, 4 May 2016 07:40:50 +0000 (09:40 +0200)]
seafile-server: do not run postinst script in a build environment
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Gergely Kiss [Wed, 4 May 2016 07:02:46 +0000 (09:02 +0200)]
seafile-server: fix dependencies
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Gergely Kiss [Wed, 4 May 2016 06:26:35 +0000 (08:26 +0200)]
libzdb: use correct path when creating host bindir
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Gergely Kiss [Sun, 1 May 2016 23:54:53 +0000 (01:54 +0200)]
libzdb: copy host built tool to "$(STAGING_DIR)/host" instead
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Gergely Kiss [Sun, 1 May 2016 23:43:18 +0000 (01:43 +0200)]
seafile-server: fix patch file
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Gergely Kiss [Sat, 30 Apr 2016 20:03:03 +0000 (22:03 +0200)]
seafile: fix path of host built valac
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Gergely Kiss [Sat, 30 Apr 2016 19:38:39 +0000 (21:38 +0200)]
libzdb: remove -lnsl flag for mysql
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Gergely Kiss [Sat, 30 Apr 2016 08:37:30 +0000 (10:37 +0200)]
seafile: import version 5.1.1 and its dependencies
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Gergely Kiss [Thu, 28 Apr 2016 07:58:06 +0000 (09:58 +0200)]
libevhtp: do not delete source package, download through Git instead
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Gergely Kiss [Thu, 28 Apr 2016 07:50:21 +0000 (09:50 +0200)]
libevhtp-1.1: remove package as it is not required anymore
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
champtar [Wed, 24 Aug 2016 15:20:10 +0000 (17:20 +0200)]
Merge pull request #3018 from rajanvaja/coova-chilli-fix
coova-chilli: Fix removal of old files
Frank Edelhäuser [Tue, 23 Aug 2016 11:37:00 +0000 (13:37 +0200)]
moved upstream project to github
Signed-off-by: Frank Edelhaeuser <mrpace2@gmail.com>
(cherry picked from commit
f5fe26ec2123cb77fb415680254973b5305d3af3)
Hannu Nyman [Tue, 23 Aug 2016 11:12:44 +0000 (14:12 +0300)]
Merge pull request #3086 from kissg1988/pillow
pillow: upgrade to version 3.3.1
Gergely Kiss [Mon, 22 Aug 2016 16:39:24 +0000 (18:39 +0200)]
pillow: upgrade to version 3.3.1
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Hannu Nyman [Mon, 22 Aug 2016 14:51:59 +0000 (17:51 +0300)]
collectd: Enable tail_csv plugin
Enable tail_csv plugin that "follows" (tails) and parses CSV files.
Compile-tested with ar71xx.
This closes #3083
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Mon, 22 Aug 2016 10:28:38 +0000 (13:28 +0300)]
Merge pull request #3085 from kuoruan/aria2
aria2: update to 1.26.0
Hsing-Wang Liao [Mon, 22 Aug 2016 10:21:22 +0000 (18:21 +0800)]
aria2: update to 1.26.0
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
Hannu Nyman [Sun, 21 Aug 2016 19:45:51 +0000 (22:45 +0300)]
Merge pull request #3084 from dibdot/adblock
adblock: update 1.4.6
Dirk Brenken [Sun, 21 Aug 2016 18:56:47 +0000 (20:56 +0200)]
adblock: update 1.4.6
* added a 'window.close()' to adblock landing page to automatically
close any pop-ups that might get loaded with a blocked ad
* simplified dnsmasq check in ap mode
Signed-off-by: Dirk Brenken <dev@brenken.org>
Ted Hess [Fri, 19 Aug 2016 22:40:41 +0000 (18:40 -0400)]
ffmpeg: Dependency cleanup
Custom builds need to select x264 and/or lame-lib explictly. Automatic
CONFIG_ALL builds of ffmpeg-full include x264 and lame.
Signed-off-by: Ted Hess <thess@kitschensync.net>
Ted Hess [Fri, 19 Aug 2016 22:05:39 +0000 (18:05 -0400)]
Merge pull request #3082 from thess/libx264-merge
libx264: Fix build errors on x86 targets due to missing ASM features …
Ted Hess [Fri, 19 Aug 2016 21:48:25 +0000 (17:48 -0400)]
libx264: Fix build errors on x86 targets due to missing ASM features (yasm)
minor cleanup of CFLAGS, remove COPTS warnings
yasm needs to be added to x86 toolchain
(LEDE updated: https://github.com/lede-project/source/commit/
c08651226f5645204f91f79d247801033f6015d1)
Signed-off-by: Daniel Golle daniel@makrotopia.org
Signed-off-by: Ted Hess <thess@kitschensync.net>
Daniel Golle [Fri, 19 Aug 2016 17:52:19 +0000 (19:52 +0200)]
gnunet: bump to SVN r37738
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Fri, 19 Aug 2016 17:32:35 +0000 (19:32 +0200)]
Merge pull request #3080 from dangowrt/CVE-2016-6313
libgcrypt: update to version 1.6.6
Daniel Golle [Fri, 19 Aug 2016 13:07:20 +0000 (15:07 +0200)]
libgcrypt: update to version 1.6.6
Fixes CVE-2016-6313:
Entropy Loss and Output Predictability in the Libgcrypt PRNG
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Ted Hess [Thu, 18 Aug 2016 20:38:43 +0000 (16:38 -0400)]
Merge pull request #3077 from commodo/tcpreplay-libnl-fix
tcpreplay: remove libnl dependency and update PKG_LICENSE_FILES.
Alexandru Ardelean [Thu, 18 Aug 2016 11:30:17 +0000 (14:30 +0300)]
tcpreplay: add PKG_LICENSE_FILES
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean [Thu, 18 Aug 2016 11:26:29 +0000 (14:26 +0300)]
tcpreplay: disable libnl3 and libdbus-1 check in CONFIGURE_VARS
Also, drop patch that disables libdbus-1 check in configure script.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
champtar [Thu, 18 Aug 2016 14:00:16 +0000 (16:00 +0200)]
Merge pull request #3035 from jow-/luasec-no-compression-fix
luasec: fix build with OPENSSL_NO_COMP
champtar [Thu, 18 Aug 2016 13:41:44 +0000 (15:41 +0200)]
Merge pull request #3066 from hnyman/htop202
htop: update to 2.0.2
Yousong Zhou [Thu, 18 Aug 2016 03:32:13 +0000 (11:32 +0800)]
qemu: remove the leftover --enable-qemu-agent option
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Thu, 18 Aug 2016 03:23:59 +0000 (11:23 +0800)]
qemu: build only qemu-ga
This has two effects
- Saves time and computing resources. Non-relevant tools like
qemu-img, qemu-io will not be built
- Fixes packaging failure on octeon target caused by failure of
building internal pixman library
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Hannu Nyman [Wed, 17 Aug 2016 15:52:10 +0000 (18:52 +0300)]
fwknop: bump PKG_RELEASE
Increase PKG_RELEASE due to the patch committed earlier today.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Hannu Nyman [Wed, 17 Aug 2016 15:38:37 +0000 (18:38 +0300)]
Merge pull request #3075 from jp-bennett/master
Updates to nano and fwknop