buildroot/package
Peter Korsgaard 021f95a2a4 synergy: Fix build with gcc 6
Fixes:
http://autobuild.buildroot.net/results/05b/05bbc22dd6cd5564462226e612ab1e95778fe935/
http://autobuild.buildroot.net/results/edf/edfe58749d1b7a1bb2e0184a6824a74b9d38ddb9/
http://autobuild.buildroot.net/results/139/1395eca13ca537bde928ddd68a5bc6e130e82ba3/
http://autobuild.buildroot.net/results/94a/94ad6e8bbbeb926ea834d9d6e3ba87d0398acb86/

Gcc 6.x defaults to C++14, and the iostream operator bool behaviour changed
in C++11.  In previous versions, a somewhat odd operator void* was used to
return the status of the stream as a pointer.  Since C++11 a more sensible
operator bool is used to return the stream staus.

For details, see:

http://en.cppreference.com/w/cpp/io/basic_ios/operator_bool

The code in CConfigReadContext assumes the pre-C++11 behaviour and provides
its own operator void overload to return the status of the embedded
iostream.  With C++11, iostream no longer provides this overload, breaking
the build:

CConfig.cpp: In member function 'CConfigReadContext::operator void*() const':
CConfig.cpp:1851:9: error: cannot convert 'std::istream {aka std::basic_istream<char>}' to 'void*' in return
  return m_stream;

To fix it, backport part of upstream commit 3d963bfbe7897d0a33ad (possible
fix for mavericks) which changes the code to simply provide a getStream()
method which returns a reference to the embedded stream and the calling code
is changed to use operator bool on the returned stream, making the code
compatible with both old and new compilers.

This upstream commit is part of the 1.6.0 release, so can be dropped when
the version is bumped.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-02-26 14:14:30 +01:00
..
4th 4th: use $(HOST_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
a10disp
acl acl: backport upstream patch to fix static build 2016-12-11 18:04:53 +01:00
acpica acpica: bump to version 20161117 2016-12-03 00:00:18 +01:00
acpid acpid: bump to version 2.0.28 2017-02-04 13:04:08 +01:00
acpitool package/acpitool: needs threads, shared; unavailable for bfin 2016-09-28 22:12:48 +02:00
acsccid
adwaita-icon-theme adwaita-icon-theme: install to staging 2016-10-28 15:17:19 +02:00
aer-inject
aespipe Revert "package/aespipe: fix host compile" 2016-12-17 15:56:21 +01:00
agentpp agentpp: bump to 4.0.7 2017-01-16 13:45:07 +01:00
aiccu
aircrack-ng package/aircrack-ng: drop a musl-compatibility patch 2016-08-19 11:33:53 +02:00
alljoyn alljoyn: bump to version 16.04a 2016-08-30 22:49:13 +02:00
alljoyn-base package: remove the default value of the $(PKG)_SOURCE variable 2017-01-25 16:46:29 +13:00
alljoyn-tcl alljoyn-tcl: bump to version 16.04a 2016-08-30 22:49:29 +02:00
alljoyn-tcl-base alljoyn-tcl-base: new package 2016-07-20 22:29:35 +02:00
alsa-lib alsa-lib: bump to version 1.1.3 2016-12-22 10:50:37 +01:00
alsa-utils alsa-utils: disable manpages generation from reStructured text 2017-01-04 17:11:23 +01:00
alsamixergui
am33x-cm3 am33x-cm3: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
am335x-pru-package am335x-pru-package: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
amd-catalyst package/amd-catalyst: fix legal-info 2016-09-05 22:39:21 +02:00
android-tools android-tools: disable on some architecture with old kernel headers 2016-08-28 23:38:35 +02:00
angular-websocket angular-websocket: new package 2016-12-10 21:37:27 +01:00
angularjs
apache package/apache: security bump version to 2.4.25 2016-12-22 10:01:22 +01:00
apitrace
apr
apr-util
argp-standalone
argparse
argus
armadillo armadillo: propagate clapack dependency 2016-08-10 22:27:28 +02:00
arptables arptables: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:16:40 +02:00
assimp assimp: disable package with the ADI Blackfin toolchain 2016-11-07 23:06:16 +01:00
at
atf
atftp
atk atk: bump to version 2.22.0 2016-09-20 20:07:59 +02:00
atkmm
atop atop: new package 2016-10-07 22:58:00 +02:00
attr
aubio package/aubio: disable unit tests with --notests 2016-12-11 15:27:03 +01:00
audiofile
audit audit: bump to version 2.7.1 2017-02-04 13:04:22 +01:00
aufs aufs: new kernel extension 2016-09-20 19:03:46 +02:00
aufs-util aufs-util: use $(HOST_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
aumix
autoconf
autoconf-archive package/autoconf-archive: bump to version 2016.03.20 2016-09-17 14:28:34 +02:00
autofs autofs: add patch to force result of procfs check 2016-07-30 22:34:23 +02:00
automake
autossh autossh: honour LDFLAGS 2016-11-28 22:25:14 +01:00
avahi
avrdude avrdude: fix typo in variable name 2017-02-07 09:48:30 +01:00
axel axel: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
axfsutils
b43-firmware
b43-fwcutter
babeld babeld: fix typo in variable name 2017-02-07 09:43:41 +01:00
bandwidthd
bash bash: add upstream security fixes to patch level 12 2017-02-08 09:46:13 +01:00
batctl
batman-adv package: remove the default value of the $(PKG)_SOURCE variable 2017-01-25 16:46:29 +13:00
bc
bcache-tools package: fix reverse dependencies of util-linux 2017-01-28 21:02:51 +13:00
bcm2835
bctoolbox bctoolbox: remove redundant mbedtls dependency 2017-02-23 22:24:39 +01:00
bcusdk package/bcusdk: drop a musl-compatibility patch 2016-08-19 11:34:06 +02:00
bdwgc package/bdwgc: fix pthread detection on uclinux platforms 2016-08-07 23:10:38 +02:00
beecrypt
bellagio bellagio: add patch to fix installation path of documentation 2016-10-29 14:31:58 +02:00
benejson
berkeleydb berkeleydb: workaround m68k/coldfire issue 2017-02-22 21:33:21 +01:00
bind bind: security bump to version 9.11.0-P3 2017-02-13 18:01:14 +01:00
binutils binutils: fix for ld segfault for microblaze when --gc-sections is used 2017-02-25 16:47:17 +01:00
biosdevname
bison
bitstream bitstream: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
bitstream-vera
blktrace blktrace: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:14 +02:00
bluez5_utils package/bluez5_utils: Only CLI client depends on !uClibc 2017-01-26 21:02:48 +13:00
bluez_utils toolchain: add hidden symbol for PIE support 2016-07-24 21:44:22 +02:00
bmon bmon: bump to version 4.0 2016-12-18 21:21:14 +01:00
boa boa: boa.conf: run under the nogroup group 2016-08-26 11:02:20 +02:00
bonnie
boost boost: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:16 +02:00
bootstrap
bootutils
botan botan: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
bridge-utils Revert "bridge-utils: fix build with musl" 2016-11-16 23:18:01 +01:00
bsdiff bsdiff: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:18 +02:00
btrfs-progs btrfs-progs: don't use <execinfo.h> with uClibc 2017-02-23 22:34:55 +01:00
bullet package/bullet: bump to version 2.85.1 2016-12-25 23:13:32 +01:00
bustle
busybox busybox: bump version to 1.26.2 2017-01-21 13:55:00 +01:00
bwm-ng
bzip2 bzip2: update homepage link 2016-11-29 08:28:01 +01:00
c-ares c-ares: security bump to version 1.12.0 2016-10-13 07:39:46 +02:00
c-icap
c-icap-modules
c-periphery
ca-certificates ca-certificates: bump to version 20161130 2017-01-04 17:02:12 +01:00
cache-calibrator
cairo cairo: bump to version 1.14.8 2016-12-09 18:03:35 +01:00
cairomm
can-utils can-utils: bump version 2016-12-20 19:27:27 +01:00
canfestival canfestival: comment on musl disable 2016-11-22 10:41:06 +01:00
cannelloni cannelloni: fix build failure caused by missing include 2017-02-15 21:30:03 +01:00
cantarell cantarell: bump to version 0.0.25 2016-08-20 11:46:42 +02:00
cbootimage cbootimage: disable on musl 2017-02-14 22:13:42 +01:00
cc-tool
ccache ccache: Patch to fix toolchain-wrapper's --sysroot 2017-01-27 21:57:23 +13:00
ccid
ccrypt
cdrkit
cegui06
celt051
cgic
cgilua
cgroupfs-mount
check
checkpolicy checkpolicy: bump version to 2.6 2017-01-25 23:25:26 +13:00
chocolate-doom
chrony chrony: bump version to 2.4.1 2016-12-05 21:29:01 +01:00
cifs-utils cifs-utils: bump to version 6.6 2016-09-08 08:49:36 +02:00
circus package: fix reverse dependencies of util-linux 2017-01-28 21:02:51 +13:00
civetweb
cjson cjson: security bump to version v1.2.1 2017-01-31 23:48:32 +01:00
clamav clamav: fix configure breakage after zlib 1.2.10 version bump 2017-01-04 17:04:18 +01:00
clapack clapack: disable for m68k coldfire 2016-08-01 23:15:55 +02:00
classpath package/classpath: Don't depend on jamvm 2017-02-13 22:18:10 +01:00
cloog
cloop
cmake cmake: bump version to 3.7.2 2017-01-16 15:29:44 +01:00
collectd package/mosquito: needs sync_4 2017-02-19 22:49:33 +01:00
comix-cursors
connman package/connman: disable for musl toolchains 2016-08-19 12:23:27 +02:00
connman-gtk package/connman: disable for musl toolchains 2016-08-19 12:23:27 +02:00
conntrack-tools conntrack-tools: bump to version 1.4.4 2016-08-23 17:55:52 +02:00
copas
coreutils coreutils: bump to version 8.26 2016-12-09 17:56:52 +01:00
cosmo
coxpcall
cpio package/cpio: Fix GNU Mirror Path 2017-02-06 19:13:47 +01:00
cppcms
cppdb
cppunit
cppzmq package: fix reverse dependencies of util-linux 2017-01-28 21:02:51 +13:00
cpuload
cramfs
crda
crudini package: remove the default value of the $(PKG)_SOURCE variable 2017-01-25 16:46:29 +13:00
cryptodev
cryptodev-linux package/cryptodev-linux: fix build with recent kernels 2017-02-09 21:54:59 +01:00
cryptopp cryptopp: fixup DOS newlines in CVE-2016-9939 patch 2016-12-29 00:01:54 +01:00
cryptsetup package: fix reverse dependencies of util-linux 2017-01-28 21:02:51 +13:00
ctorrent
cups packages: improve license type lists 2017-02-20 22:16:01 +01:00
curlftpfs
cvs
cwiid
cxxtest
czmq package: fix reverse dependencies of util-linux 2017-01-28 21:02:51 +13:00
dado
dante dante: fix build on some PowerPC platforms 2016-08-09 15:49:39 +02:00
darkhttpd darkhttpd: new package 2016-12-11 15:09:27 +01:00
dash
dawgdic
dbus dbus: security bump to version 1.10.16 2017-02-16 21:20:55 +01:00
dbus-cpp
dbus-glib dbus-glib: bump version to 0.108 2016-10-03 13:14:23 +02:00
dbus-python
dbus-triggerd
dcron
ddrescue ddrescue: use generic extract command 2017-02-15 22:11:11 +01:00
debianutils debianutils: bump to version 4.8.1 2016-12-18 21:30:02 +01:00
dejavu
devmem2
dfu-util
dhcp dhcp: bump version to 4.3.5 2016-10-13 08:02:27 +02:00
dhcpcd dhcpcd: bump to version 6.11.5 2016-10-13 08:05:38 +02:00
dhcpdump
dhrystone
dialog
diffutils diffutils: bump to version 3.5 2016-08-23 17:58:17 +02:00
dillo
ding-libs
directfb directfb: add gfx-state initialisation 2017-02-20 21:37:11 +01:00
directfb-examples
dmalloc dmalloc: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
dmidecode dmidecode: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:18:06 +02:00
dmraid package/lvm2: disable for musl toolchains 2016-10-25 23:25:32 +02:00
dnsmasq
docker
docker-containerd package: fix reverse dependencies of util-linux 2017-01-28 21:02:51 +13:00
docker-engine package: fix reverse dependencies of util-linux 2017-01-28 21:02:51 +13:00
domoticz package/mosquito: needs sync_4 2017-02-19 22:49:33 +01:00
doom-wad
dos2unix
dosfstools dosfstools: update URL in Config.in.host 2016-11-20 15:55:54 +01:00
dovecot package/dovecot: needs OpenSSL 2016-12-12 12:02:24 +01:00
dovecot-pigeonhole dovecot-pigeonhole: bump version to 0.4.16 2016-12-09 18:14:41 +01:00
doxygen
drbd-utils drbd-utils: fix typo in variable name 2017-02-07 09:45:04 +01:00
dropbear dropbear: bump version to 2016.74 2016-07-23 14:41:04 +02:00
dropwatch
dsp-tools
dstat dstat: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
dt
dtach dtach: bump to version v0.9 2016-07-16 16:48:18 +02:00
dtc dtc: use $(TARGET_CONFIGURE_OPTS) when calling $(MAKE) 2016-10-29 15:54:21 +02:00
dtv-scan-tables dtv-scan-tables: rename file to have only ASCII characters 2016-11-14 22:34:17 +01:00
duma packages: improve license type lists 2017-02-20 22:16:01 +01:00
dvb-apps dvb-apps: use $(TARGET_CONFIGURE_OPTS) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
dvblast
dvbsnoop
dvdauthor
dvdrw-tools
e2fsprogs packages: improve license type lists 2017-02-20 22:16:01 +01:00
e2tools package: update comments for reverse dependencies of util-linux 2017-01-28 21:03:04 +13:00
easydbus package/easydbus: new package 2016-12-07 18:16:42 +01:00
ebtables
ecryptfs-utils
ed ed: use generic extract command 2017-02-15 22:11:11 +01:00
edid-decode
eeprog
efibootmgr efibootmgr: depends on wchar 2016-12-07 23:45:35 +01:00
efivar efivar: introduce BR2_PACKAGE_EFIVAR_ARCH_SUPPORTS 2016-12-07 23:41:52 +01:00
efl efl: do not force dependency on libudev by making eeze a config option. 2017-02-06 17:12:34 +01:00
eigen
ejabberd package/ejabberd: fix typo in hash file url 2016-10-09 13:49:00 +02:00
elf2flt elf2flt: fix threading apps on ARM noMMU systems 2016-08-25 15:26:51 +02:00
elftosb
elfutils package/elfutils: add host variant 2016-12-14 00:00:25 +01:00
emlog
empty
enchant
enlightenment efl: do not force dependency on libudev by making eeze a config option. 2017-02-06 17:12:34 +01:00
enscript
erlang erlang: set ERL_TOP to avoid using user's version 2017-02-19 23:20:43 +01:00
erlang-goldrush
erlang-lager
erlang-p1-cache-tab
erlang-p1-iconv
erlang-p1-sip
erlang-p1-stringprep
erlang-p1-stun
erlang-p1-tls
erlang-p1-utils
erlang-p1-xml
erlang-p1-yaml
erlang-p1-zlib
erlang-rebar erlang-rebar: bump to version 2.6.4 2016-09-08 19:50:19 +02:00
espeak package/espeak: fix build issue with gcc6 2017-01-16 13:42:49 +01:00
ethtool ethtool: bump to version 4.8 2016-10-05 22:54:09 +02:00
eudev package: update comments for reverse dependencies of util-linux 2017-01-28 21:03:04 +13:00
ev3dev-linux-drivers linux: add ev3dev extension 2016-11-02 17:52:24 +01:00
evemu evemu: bump version to 2.5.0 2016-09-21 22:25:21 +02:00
eventlog
evtest package: remove the default value of the $(PKG)_SOURCE variable 2017-01-25 16:46:29 +13:00
exfat
exfat-utils
exim exim: security bump to 4.87.1 2016-12-27 10:34:36 +01:00
exiv2
expat
expect
expedite package/expedite: bump to lastest commit 2016-09-06 21:49:27 +02:00
explorercanvas
ezxml ezxml: disable mmap code for nommu 2016-12-09 18:27:36 +01:00
f2fs-tools package: update comments for reverse dependencies of util-linux 2017-01-28 21:03:04 +13:00
faad2
faifa
fakedate fakedate: new package 2017-02-07 22:29:59 +01:00
fakeroot Revert "package/fakeroot: remove" 2016-11-27 21:12:24 +01:00
faketime
fan-ctrl
fastd
fb-test-app
fbdump
fbgrab
fbset
fbterm package/fbterm: Fix building against libiconv 2017-01-29 14:25:16 +01:00
fbtft
fbv
fcgiwrap fcgiwrap: Add a patch to link with libsystemd, not libsystemd-daemon. 2016-07-18 23:20:09 +02:00
fconfig
fdk-aac fdk-aac: refactor architecture dependency as a blind option 2016-11-06 23:04:47 +01:00
feh feh: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:20 +02:00
fetchmail
ffmpeg package/ffmpeg: bump version to 3.2.3 2017-02-06 22:16:29 +01:00
fftw
ficl
file packages: improve license type lists 2017-02-20 22:16:01 +01:00
filemq package: fix reverse dependencies of util-linux 2017-01-28 21:02:51 +13:00
findutils
fio fio: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
fis
flac flac: fix benchmark linking issue with older glibc versions 2017-01-10 14:02:25 +01:00
flann
flannel flannel: pass -extldflags '-static' on when BR2_STATIC_LIBS=y 2016-07-24 21:59:24 +02:00
flashbench
flashrom
flex flex: add security patch 2016-08-10 14:24:39 +02:00
flickcurl
flite
flot
fltk
fluxbox
fmc fmc: bump to fsl-sdk-v2.0 2016-07-27 21:31:48 +02:00
fmlib fmlib: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-29 15:54:30 +02:00
fmtools
font-awesome
fontconfig fontconfig: security bump to version 2.12.1 2016-08-10 14:17:28 +02:00
fping
freeradius-client
freerdp package/freerdp: fix typo in x11 libs check 2016-09-06 22:26:49 +02:00
freescale-imx firmware-imx: remove Makefile from target 2017-01-04 17:46:09 +01:00
freeswitch package: update comments for reverse dependencies of util-linux 2017-01-28 21:03:04 +13:00
freetype freetype: bump to version 2.7.1 2017-01-03 16:24:02 +01:00
fswebcam
ftop
fwts fwts: bump to version V16.11.00 2016-12-03 00:00:24 +01:00
fwup fwup: add dependency on host-pkgconf 2016-10-16 17:49:50 +02:00
fxload
gadgetfs-test gadgetfs-test: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:22 +02:00
gamin gamin: improve PTHREAD_MUTEX_RECURSIVE_NP patch to fix build issue 2016-07-21 13:53:07 +02:00
gauche arch: remove support for sh64 2016-09-08 22:15:15 +02:00
gawk gawk: bump to version 4.1.4 2016-08-26 22:53:46 +02:00
gcc gcc: add patches for or1k specific gcc version 2017-02-20 23:43:22 +01:00
gcr
gd gd: security bump to version 2.2.4 2017-01-19 15:09:12 +01:00
gdb package/gdb: backport upstream fix for simulator build issue with bfin 2017-02-12 15:02:10 +01:00
gdbm
gdk-pixbuf gdk-pixbuf: bump to version 2.36.4 2017-01-17 14:44:18 +11:00
genext2fs
gengetopt gengetopt: add patch to fix compilation warnings in generated code 2017-02-04 09:25:43 +01:00
genimage genimage: bump to version 9 2016-09-21 23:32:10 +02:00
genpart
genromfs
geoip
gesftpserver
getent
gettext
gflags package/gflags: include TARGET_CXXFLAGS to the overloaded CXXFLAGS 2016-10-22 16:21:04 +02:00
ghostscript-fonts
giblib
giflib
git packages: improve license type lists 2017-02-20 22:16:01 +01:00
git-crypt git-crypt: new package 2017-01-30 15:38:04 +01:00
glib-networking glib-networking: bump to version 2.50.0 2016-09-20 20:07:52 +02:00
glibc glibc: install libanl.so to target 2017-02-24 12:02:25 +01:00
glibmm glibmm: bump to version 2.50.0 2016-09-25 23:17:26 +02:00
glm
glmark2 packages: improve license type lists 2017-02-20 22:16:01 +01:00
glog toolchain: kill ADI Blackfin toolchain 2016-11-25 23:00:01 +01:00
gmock
gmp gmp: bump to version 6.1.2 2016-12-19 00:32:56 +01:00
gmpc
gmrender-resurrect
gnu-efi
gnuchess gnuchess: bump version to 6.2.4 (security) 2016-11-16 16:02:21 +01:00
gnupg gnupg: security bump to version 1.4.21 2016-08-18 10:57:45 +02:00
gnupg2
gnuplot gnuplot: bump version to 5.0.5 2016-12-02 09:19:08 +01:00
gnuradio gnuradio: gr-fec: add missing dependency to gsl 2016-11-22 10:40:23 +01:00
gnutls gnutls: security bump to version 3.5.8 2017-01-09 16:39:50 +01:00
go go: security bump to version 1.7.4 2017-01-23 23:01:27 +01:00
go-bootstrap package/go-bootstrap: bump version to 1.4.3 2016-10-16 12:57:37 +02:00
gob2
google-breakpad package/google-breakpad: really fix the C++11 dependency 2016-12-22 10:36:20 +01:00
google-material-design-icons
googlefontdirectory
gperf Revert "gperf: bump to version 3.1" 2017-01-18 11:31:24 +01:00
gpm package/gpm: indentation cleanup 2016-10-28 14:44:22 +02:00
gpsd gpsd: Fix building with gcc 6.x 2016-11-25 17:45:26 +01:00
gptfdisk package: fix reverse dependencies of util-linux 2017-01-28 21:02:51 +13:00
gqview
gr-osmosdr
granite granite: bump to version 0.4.0.1 2017-01-03 23:53:42 +01:00
grantlee
graphite2 graphite2: bump to version 1.3.9 2017-01-26 21:08:37 +01:00
grep grep: bump to version 2.27 2016-12-09 18:12:01 +01:00
gsettings-desktop-schemas gsettings-desktop-schemas: bump to version 3.22.0 2016-10-15 11:32:14 +02:00
gsl
gssdp gssdp: bump to version 1.0.1 2016-10-29 15:45:33 +02:00
gstreamer gstreamer: fix unaligned detection for or1k 2017-02-18 15:48:02 +01:00
gstreamer1 gst-omx: bump to version 1.10.4 2017-02-23 22:53:48 +01:00
gtest gtest: fix URL in package description 2016-09-11 21:59:07 +02:00
gtk2-engines
gtkmm3 gtkmm3: bump to version 3.22.0 2016-09-25 23:17:32 +02:00
gtkperf
gtksourceview gtksourceview: bump to version 3.22.2 2016-12-09 17:55:19 +01:00
guile package/guile: dont't use -Os for CS 2014.05 ARM toolchain 2016-11-09 22:45:44 +01:00
gupnp package: update comments for reverse dependencies of util-linux 2017-01-28 21:03:04 +13:00
gupnp-av gupnp-av: bump to version 0.12.10 2016-10-29 15:45:34 +02:00
gupnp-dlna gupnp-dlna: new package 2016-07-30 15:36:22 +02:00
gupnp-tools gupnp-tools: bump to version 0.8.13 2016-12-10 21:39:52 +01:00
gutenprint
gvfs gvfs: bump to version 1.30.3 2016-12-17 08:40:36 +01:00
gzip gzip: force shell shebang to /bin/sh 2016-10-16 13:12:29 +02:00
hans hans: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:16:46 +02:00
harfbuzz harfbuzz: bump to version 1.4.2 2017-01-24 15:08:44 +01:00
haserl
haveged
hdparm hdparm: bump to version 9.51 2017-01-21 13:55:43 +01:00
heimdal heimdal: disable parallel make 2017-01-30 21:14:11 +01:00
heirloom-mailx
hiawatha hiawatha: bump to version 10.5 2017-01-27 21:32:42 +01:00
hicolor-icon-theme
hidapi package/hidapi: depends on NPTL threads 2016-08-06 23:59:38 +02:00
hiredis package/hiredis: fix makefile code 2017-02-14 21:23:11 +01:00
hostapd package/hostapd: bump to version 2.6 2016-10-13 08:03:37 +02:00
hplip packages: improve license type lists 2017-02-20 22:16:01 +01:00
htop htop: enable unicode if possible 2016-11-15 13:02:04 +01:00
httping httping: bump to version 2.5 2016-09-14 16:46:26 +02:00
hwdata
hwloc
i2c-tools i2c-tools: install binaries to /usr/sbin 2016-08-02 13:08:59 +02:00
i7z
ibrcommon package: remove the default value of the $(PKG)_SOURCE variable 2017-01-25 16:46:29 +13:00
ibrdtn package: remove the default value of the $(PKG)_SOURCE variable 2017-01-25 16:46:29 +13:00
ibrdtn-tools
ibrdtnd package: remove the default value of the $(PKG)_SOURCE variable 2017-01-25 16:46:29 +13:00
icu icu: fix build failure for musl 2016-12-12 22:27:10 +01:00
ifenslave ifenslave: new package 2017-01-08 18:23:13 +01:00
ifplugd
iftop
ifupdown ifupdown: bump to version 0.8.16 2016-10-11 11:22:58 +02:00
igd2-for-linux igd2-for-linux: bump to version 1.2 2016-08-19 12:19:03 +02:00
igh-ethercat
igmpproxy
ijs
imagemagick imagemagick: fix build of png support when jpeg support is disabled 2017-02-06 19:19:32 +01:00
imlib2
imx-usb-loader imx-usb-loader: bump version 2016-10-19 17:55:39 +02:00
inadyn inadyn: bump to version 2.0 2016-10-19 23:31:59 +02:00
inconsolata
initscripts initscripts: show status in S40network 2016-08-02 23:52:56 +02:00
inotify-tools package/inotify-tools: Fix compilation with gcc6 2016-08-06 12:12:05 +02:00
input-event-daemon input-event-daemon: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
input-tools
intel-microcode
intltool package/intltool: remove target variant 2017-01-01 09:17:38 +01:00
iodine iodine: use $(TARGET_CONFIGURE_OPTS) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
iostat
iotop
iozone package/iozone: indentation cleanup 2016-10-13 07:38:55 +02:00
iperf iperf: fix "speed" display in csv report 2016-07-30 14:39:20 +02:00
iperf3 iperf3: bump to version 3.1.5 2017-01-21 13:55:51 +01:00
ipmitool package/ipmitool: bump version to 1.8.18 2016-12-14 10:12:25 +01:00
ipmiutil ipmiutil: bump to version 2.9.9 2016-07-26 21:35:27 +02:00
iproute2 iproute2: bump to version 4.9.0 2016-12-23 00:04:46 +01:00
iprutils
ipsec-tools ipsec-tools: fix typo in variable name 2017-02-07 10:02:14 +01:00
ipset ipset: bump to version 6.30 2016-10-28 14:44:08 +02:00
iptables iptables: bump to version 1.6.1 2017-01-29 14:44:23 +01:00
iptraf-ng
iputils iputils: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:05 +02:00
iqvlinux
irda-utils irda-utils: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:16:48 +02:00
irqbalance
irssi irssi: security bump to 0.8.21 2017-01-06 17:07:11 +01:00
isl
iucode-tool
iw iw: bump to version 4.9 2016-10-20 21:34:26 +02:00
jack2 jack2: fix NGREG build failures 2017-01-25 23:05:20 +13:00
jamvm jamvm: fix build with uClibc on i386/x86_64 2016-11-06 22:21:07 +01:00
jansson jansson: bump to version 2.9 2017-02-04 13:07:14 +01:00
janus-gateway janus-gateway: add dependency of streaming plugin on headers >= 3.9 2017-01-28 21:41:00 +13:00
jasper jasper: disable C++ compiler check 2017-01-16 13:16:14 +01:00
jemalloc jemalloc: add a check for valgrind being configured as well 2016-09-11 22:26:49 +02:00
jhead
jimtcl jimtcl: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
joe
jpeg package/jpeg: better indentation 2016-12-11 21:07:52 +01:00
jpeg-turbo jpeg: rework jpeg-turbo simd support handling 2016-12-11 18:21:53 +01:00
jq
jquery
jquery-datetimepicker
jquery-keyboard
jquery-mobile
jquery-sidebar
jquery-sparkline
jquery-ui
jquery-ui-themes
jquery-validation
jsmin
jsmn package/cbootimage: enable target variant 2017-01-28 23:21:30 +13:00
json-c
json-glib json-glib: bump to version 1.2.2 2016-10-29 15:44:41 +02:00
json-javascript
jsoncpp package/jsoncpp: bump to version 1.7.7 2016-10-13 08:03:15 +02:00
kbd
kexec kexec: bump to 2.0.14 2016-12-23 15:00:04 +01:00
kexec-lite kexec-lite: add KEXEC_LITE_LICENSE_FILES 2017-01-10 14:02:36 +01:00
keyutils keyutils: use $(TARGET_CONFIGURE_OPTS) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
kismet package/kismet: remove kernel header 2016-08-20 14:53:53 +02:00
kmod kmod: workaround for microblaze ld bug 2017-02-19 22:27:14 +01:00
kmsxx kmsxx: fix build error for m68k/coldfire 2017-02-14 20:38:49 +01:00
knock
kodi kodi: allow enablement of libamcodec as codec if selected 2016-11-09 22:50:12 +01:00
kodi-adsp-basic
kodi-adsp-freesurround
kodi-audiodecoder-modplug
kodi-audiodecoder-nosefart
kodi-audiodecoder-opus
kodi-audiodecoder-sidplay
kodi-audiodecoder-snesapu
kodi-audiodecoder-stsound
kodi-audiodecoder-timidity
kodi-audiodecoder-vgmstream
kodi-audioencoder-flac
kodi-audioencoder-lame
kodi-audioencoder-vorbis
kodi-audioencoder-wav
kodi-platform
kodi-pvr-argustv
kodi-pvr-dvblink
kodi-pvr-dvbviewer
kodi-pvr-filmon
kodi-pvr-hdhomerun
kodi-pvr-hts
kodi-pvr-iptvsimple
kodi-pvr-mediaportal-tvserver
kodi-pvr-mythtv
kodi-pvr-nextpvr
kodi-pvr-njoy
kodi-pvr-pctv
kodi-pvr-stalker
kodi-pvr-vbox
kodi-pvr-vdr-vnsi
kodi-pvr-vuplus
kodi-pvr-wmc
kodi-screensaver-asteroids
kodi-screensaver-asterwave
kodi-screensaver-biogenesis
kodi-screensaver-cpblobs
kodi-screensaver-crystalmorph
kodi-screensaver-greynetic
kodi-screensaver-matrixtrails
kodi-screensaver-pingpong
kodi-screensaver-planestate
kodi-screensaver-pyro
kodi-screensaver-rsxs
kodi-screensaver-stars
kodi-visualisation-fishbmc
kodi-visualisation-fountain
kodi-visualisation-goom
kodi-visualisation-shadertoy
kodi-visualisation-spectrum
kodi-visualisation-waveforhue
kodi-visualisation-waveform
kompexsqlite
ktap
kvm-unit-tests kvm-unit-tests: only enable for ARM on Cortex-A{7,12,15,17} 2016-11-20 15:48:10 +01:00
kvmtool package/kvmtool: fix a musl build issue on ARM 2016-11-11 21:28:36 +01:00
kyua
lame
lapack
latencytop latencytop: use $(TARGET_CONFIGURE_OPTS) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
lbase64
lbreakout2
lcdapi lcdapi: fix build error for m68k/coldfire 2017-02-14 20:38:43 +01:00
lcdproc
lcms2 lcms2: add upstream security fix for CVE-2016-10165 2017-01-30 21:16:05 +01:00
leafnode2 package/leafnode2: fix SITE url 2016-10-30 16:29:21 +01:00
leafpad
less
lesstif
leveldb leveldb: fix staging and target installation 2016-09-08 22:36:12 +02:00
lft lft: bump to version 3.77 2016-10-27 21:53:01 +02:00
lftp lftp: bump version to 4.7.4 2016-11-16 22:15:09 +01:00
libaacs
libaio libaio: allow building on static-only configurations 2016-08-29 23:24:50 +02:00
libamcodec libamcodec: bump version to 296f39bc6fc47ddf5d88b9fd3cfb82a5b39048ca 2017-02-05 15:53:32 +01:00
libao
libarchive libarchive: add selection of bsdcat 2016-07-27 21:29:07 +02:00
libargtable2
libart
libasplib libasplib: add url to gcc bug report 2017-02-14 20:38:46 +01:00
libass package/libass: bump version to 0.13.4 2016-12-10 21:40:48 +01:00
libassuan
libatasmart
libatomic_ops libatomic_ops: bump version to 7.4.4 2016-11-25 22:53:31 +01:00
libbdplus
libbluray
libbroadvoice
libbsd
libcap
libcap-ng libcap-ng: annotate licenses with components 2016-09-16 18:46:08 +02:00
libcdaudio
libcddb
libcdio package/libcdio: bump version to 0.94 2016-12-22 10:26:20 +01:00
libcec libcec: remove LIBCEC_AUTORECONF variable 2017-02-07 07:40:46 +01:00
libcgi
libcgicc
libcgroup
libcli
libcoap
libcodec2
libcofi libcofi: disable for static-only builds 2016-08-07 22:58:26 +02:00
libconfig
libconfuse libconfuse: add optional dependency on gettext 2016-08-18 23:30:50 +02:00
libcroco
libcrossguid package: fix reverse dependencies of util-linux 2017-01-28 21:02:51 +13:00
libcue
libcuefile
libcurl libcurl: security bump to version 7.53.0 2017-02-23 21:35:11 +01:00
libdaemon
libdcadec
libdmtx
libdnet
libdri2
libdrm package/libdrm: bump version to 2.4.75 2017-01-28 22:54:40 +13:00
libdvbcsa package/libdvbcsa: fix altivec problems on powerpc64 2016-11-30 22:58:34 +01:00
libdvbpsi
libdvbsi
libdvdcss
libdvdnav libdvdnav: fix nios2 cross-compile 2016-08-04 22:47:18 +02:00
libdvdread package/libdvdread: needs host-pkgconf 2016-08-05 09:13:18 +02:00
libebml
libebur128 package/libebur128: new package 2016-07-24 21:53:20 +02:00
libedit
libee
libenca libenca: bump to version 1.19 2016-09-06 21:30:55 +02:00
libepoxy package/libepoxy: needs host-pkgconf 2017-02-24 11:57:08 +01:00
liberation
libesmtp
libestr
libev
libevdev libevdev: bump version to 1.5.6 2017-01-17 00:37:59 +01:00
libevent libevent: drop openssl static linking workaround 2017-02-09 15:02:12 +01:00
libexif
libeXosip2
libfastjson libfastjson: bump version to 0.99.4 2016-10-22 14:56:57 +02:00
libfcgi
libffi libffi: fix m68k coldfire compile 2016-08-20 11:45:41 +02:00
libfm libfm: add optional support for gtk3 2016-07-23 17:00:41 +02:00
libfm-extra libfm-extra: bump to version 1.2.4 2016-07-23 15:55:05 +02:00
libfreefare
libfreeglut
libfreeimage libfreeimage: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:37 +02:00
libfribidi libfribi: fix 'usptream' typo in comment 2016-11-20 23:34:21 +01:00
libftdi libftdi: fix typo in variable name 2017-02-07 09:55:27 +01:00
libftdi1
libfuse
libg7221
libgcrypt package/libgcrypt: bump to version 1.7.6 2017-01-27 13:10:06 +01:00
libgdiplus
libgee libgee: bump to version 0.18.1 2016-10-12 22:28:22 +02:00
libgeotiff
libglade
libglew package/libglew: bump to version 2.0.0 2016-10-02 20:53:51 +02:00
libglfw
libglib2 libglib2: bump to version 2.50.2 2016-12-09 18:11:46 +01:00
libglob package/libglob: fix license typo 2016-10-28 15:17:43 +02:00
libglu
libgpg-error package/libgpg-error: bump to version 1.26 2017-01-27 13:12:31 +01:00
libgpgme libgpgme: bump to version 1.7.1 2016-10-20 21:34:22 +02:00
libgpiod package/libgpiod: bump version to 0.1.3 2017-02-14 22:44:17 +01:00
libgsasl
libgsm package/libgsm: new package 2017-01-28 08:34:28 +13:00
libgtk2 libgtk2: bump version to 2.24.31 2016-11-21 23:18:33 +01:00
libgtk3 libgtk3: bump to version 3.22.7 2017-01-17 14:44:19 +11:00
libgudev libgudev: remove incorrect Config.in help text information 2016-07-15 20:32:48 +02:00
libhdhomerun
libhid
libhttpparser
libical libical: use system time zone info 2016-08-11 00:02:31 +02:00
libiconv
libid3tag
libidn libidn: security bump to version 1.33 2016-07-23 15:06:43 +02:00
libiio libiio: Bump to version 0.9 2017-02-06 19:51:01 +01:00
libilbc
libimxvpuapi libimxvpuapi: bump to version 0.10.3 2017-02-23 21:46:09 +01:00
libinput libinput: bump version to 1.6.0 2017-01-23 20:43:15 +01:00
libiqrf
libiscsi libiscsi: bump version to 1.18.0 2016-10-16 13:07:08 +02:00
libite libite: new package 2016-10-16 18:04:11 +02:00
libjpeg package/jpeg: properly declare providers 2016-09-04 15:39:32 +02:00
libjson
libksba libksba: bump to version 1.3.5 2016-08-23 17:56:32 +02:00
libldns
liblinear
libllcp
liblo
liblockfile packages: improve license type lists 2017-02-20 22:16:01 +01:00
liblog4c-localtime
liblogging
libmad libmad: disable ASO support for thumb-only ARM cores 2017-01-08 09:27:08 +01:00
libmatroska
libmbim libmbim: bump to version 1.14.0 2016-07-26 21:30:52 +02:00
libmbus
libmcrypt
libmemcached toolchain: add hidden symbol for PIE support 2016-07-24 21:44:22 +02:00
libmhash
libmicrohttpd libmicrohttpd: bump version to 0.9.52 2017-02-04 17:14:16 +01:00
libminiupnpc
libmms
libmng
libmnl libmnl: bump to version 1.0.4 2016-08-20 11:46:45 +02:00
libmodbus
libmodplug
libmpd
libmpdclient
libmpeg2 libmpeg2: add patch to fix build on ARMv7-M 2016-11-07 23:06:44 +01:00
libnatpmp
libndp
libnet package/libnet: enable on musl configurations 2016-11-15 00:01:39 +01:00
libnetfilter_acct libnetfilter_acct: remove autoreconf 2016-08-24 18:52:32 +02:00
libnetfilter_conntrack libnetfilter_conntrack: bump to version 1.0.6 2016-08-23 17:55:51 +02:00
libnetfilter_cthelper
libnetfilter_cttimeout
libnetfilter_log
libnetfilter_queue
libnfc
libnfnetlink
libnfs
libnftnl libnftnl: bump to version 1.0.7 2016-12-21 17:14:38 +01:00
libnice libnice: bump to version 0.1.13 2017-01-06 14:44:51 +01:00
libnl
libnspr libnspr: bump to version 4.13.1 2017-01-09 17:17:59 +01:00
libnss libnss: workaround for microblaze ld bug 2017-02-19 22:23:21 +01:00
liboauth
libogg
libopenh264 libopenh264: bump to version 1.6.0 2017-01-04 17:01:35 +01:00
liboping
libosip2
libpam-radius-auth
libpam-tacplus
libpcap libpcap: bump to version 1.8.1 2016-10-26 21:51:33 +02:00
libpciaccess
libpfm4 libpfm4: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
libphidget
libpjsip libpjsip: bump to version 2.6 2017-01-28 15:28:39 +13:00
libplatform package/libplatform: bump version to 2.1.0 2017-02-06 14:13:25 +01:00
libplayer
libplist
libpng libpng: bump to version 1.6.28 2017-01-06 17:07:38 +01:00
libpqxx libpqxx: new package 2016-07-30 15:42:30 +02:00
libpthread-stubs
libpthsem
libqmi libqmi: bump to version 1.16.0 2016-07-26 21:30:57 +02:00
libqrencode
libraw libraw: fix build with old glibc versions 2017-02-16 09:26:43 +01:00
libraw1394
libreplaygain
libroxml
librsvg
librsync
librtas librtas: use $(TARGET_CONFIGURE_OPTS) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
librtlsdr
libsamplerate
libseccomp libseccomp: bump version to 2.3.1 2016-08-02 21:38:52 +02:00
libsecret
libselinux libselinux: bump version to 2.6 2017-01-25 23:25:26 +13:00
libsemanage libsemanage: bump version to 2.6 2017-01-25 23:25:26 +13:00
libsepol libsepol: bump version to 2.6 2017-01-25 23:25:26 +13:00
libserial
libserialport libserialport: Fix detection of OS when compiling for ucLinux 2016-08-29 13:30:26 +02:00
libsexy
libsha1
libshairplay
libshout libshout: add optional openssl support 2016-09-01 00:18:27 +02:00
libsidplay2 package/libsidplay2: Fix build with gcc6 2016-08-17 00:02:53 +02:00
libsigc libsigc: bump gcc version requirement to 4.8 2016-10-13 07:46:21 +02:00
libsigrok
libsigrokdecode libsigrokdecode: bump to version 0.4.1 2016-12-28 11:18:18 +01:00
libsigsegv libsigsegv: make the architecture dependencies more robust 2016-08-09 15:50:04 +02:00
libsilk
libsndfile libsndfile: disable external library dependencies 2017-01-20 13:22:14 +11:00
libsoc
libsocketcan
libsodium libsodium: bump to version 1.0.11 2017-01-30 21:15:32 +01:00
libsoil
libsoundtouch
libsoup libsoup: bump to version 2.56.0 2016-09-20 20:07:55 +02:00
libsoxr
libsquish
libsrtp
libssh package/libssh: fix dependency on libgcrypt 2016-09-11 22:48:56 +02:00
libssh2 package/libssh2: fix dependency on libgcrypt 2016-09-11 22:49:04 +02:00
libstrophe
libsvg
libsvg-cairo
libsvgtiny
libsysfs
libtasn1 package/libtasn1: Fix GNU Mirror Path 2017-02-06 18:59:18 +01:00
libtheora
libtirpc
libtomcrypt libtomcrypt: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
libtommath libtommath: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:50 +02:00
libtool
libtorrent
libtpl
libubox libubox: update legal info 2016-09-16 18:38:34 +02:00
libuci
libucl
libuecc
libuio package/libuio: select gettext when BR2_NEEDS_GETTEXT_IF_LOCALE is set 2016-08-05 21:06:56 +02:00
libump
libunistring libunistring: bump to version 0.9.7 2016-12-09 17:55:43 +01:00
libunwind arch: remove support for sh64 2016-09-08 22:15:15 +02:00
libupnp libupnp: bump to version 1.6.21 2016-12-22 10:33:23 +01:00
libupnpp package/libupnpp: bump to version 0.15.1 2016-10-12 13:57:52 +02:00
liburcu packages: improve license type lists 2017-02-20 22:16:01 +01:00
liburiparser
libusb package/libusb: bump version to 1.0.20, switch to Github 2016-09-11 21:47:11 +02:00
libusb-compat
libusbgx
libuv package/libuv: bump to version 0.11.0 2017-02-05 15:16:40 +01:00
libv4l libv4l/ir-ctl: fix musl compile 2017-02-14 22:34:14 +01:00
libva package/libva: bump version to 1.7.3 2016-11-11 21:29:26 +01:00
libva-intel-driver package/libva-intel-driver: bump version to 1.7.3 2016-11-11 21:29:30 +01:00
libvdpau
libvips
libvncserver libvncserver: security bump to version 0.9.11 2017-01-06 17:07:23 +01:00
libvorbis
libvpx package/libvpx: disable on blackfin 2017-01-09 13:56:33 +01:00
libwebsock
libwebsockets libwebsockets: bump to version 2.1.0 2016-10-18 12:00:33 +02:00
libxkbcommon libxkbcommon: bump to version 0.7.1 2017-01-30 15:16:34 +01:00
libxml2 libxml2: add upstream security fixes 2016-11-05 23:31:23 +01:00
libxml-parser-perl package/libxml-parser-perl: bump version to 2.44 2016-12-02 09:32:56 +01:00
libxmlpp
libxmlrpc package/libxmlrpc: bump to version 1.39.12 2017-01-16 11:53:13 +01:00
libxslt libxslt: add upstream security fix 2016-11-09 21:15:31 +01:00
libyaml
libyuv
libzip
lightning package/lightning: Fix GNU Mirror Path 2017-02-06 18:59:02 +01:00
lighttpd lighttpd: bump version to 1.4.45 2017-01-16 15:29:05 +01:00
linenoise
linknx linknx: add additional upstream URL 2016-08-20 12:21:52 +02:00
links links: security bump to version 2.14 2016-12-09 18:13:35 +01:00
linphone
linux-backports linux-backports: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
linux-firmware linux-firmware: bump to version 6d3bc8886517d171068fd1263176b8b5c51df204 2017-02-06 15:11:23 +01:00
linux-fusion
linux-headers linux-headers: bump 4.{4, 9}.x and 3.2.x series 2017-02-23 21:32:38 +01:00
linux-pam linux-pam: adjust login pam file for SELinux 2017-01-25 23:05:20 +13:00
linux-syscall-support package/google-breakpad: bump to the latest version 2016-12-17 16:27:55 +01:00
linux-tools package/linux-tools: add iio 2016-10-05 22:57:54 +02:00
linux-zigbee linux-zigbee: fix build on musl 2016-08-09 15:49:52 +02:00
liquid-dsp package/liquid-dsp: fix build failure on powerpc64le 2016-12-05 21:59:38 +01:00
lirc-tools lirc-tools: bump to version 0.9.4b 2016-10-18 22:21:03 +02:00
lite
live555 live555: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:39 +02:00
ljlinenoise
ljsyscall
lksctp-tools
lldpd package/lldpd: disable use of libbsd 2016-08-24 19:07:05 +02:00
lm-sensors packages: improve license type lists 2017-02-20 22:16:01 +01:00
lmbench lmbench: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:30 +02:00
localedef
lockdev
lockfile-progs
log4cplus
log4cpp package: remove the default value of the $(PKG)_SOURCE variable 2017-01-25 16:46:29 +13:00
log4cxx log4cxx: fix build issue with gcc6+ on architectures with signed char 2017-01-31 23:37:27 +01:00
logrotate logrotate: enable selinux support 2017-02-07 17:40:15 +01:00
logsurfer
lpc3250loader
lpeg
lpty
lrandom
lrzsz lrzsz: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
lshw lshw: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
lsof lsof: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:16:22 +02:00
lsqlite3 lsqlite3: fix hash 2016-12-04 16:11:59 +01:00
lsuio
ltp-testsuite package/ltp-testsuite: update configure flags 2017-01-20 14:09:23 +11:00
ltrace
ltris
lttng-babeltrace package: update comments for reverse dependencies of util-linux 2017-01-28 21:03:04 +13:00
lttng-libust package: update comments for reverse dependencies of util-linux 2017-01-28 21:03:04 +13:00
lttng-modules lttng-modules: bump version to 2.9.0 2016-11-30 22:04:26 +01:00
lttng-tools package: fix reverse dependencies of util-linux 2017-01-28 21:02:51 +13:00
lua lua: bump to version 5.3.4 2017-01-30 13:32:56 +01:00
lua-cjson
lua-coat
lua-coatpersistent
lua-csnappy lua-csnappy: bump to version 0.1.4 2016-10-23 14:39:48 +02:00
lua-ev
lua-iconv
lua-messagepack lua-messagepack: bump version to 0.4.0 2017-01-09 17:18:19 +01:00
lua-msgpack-native
lua-periphery
lua-testmore
luabitop
luacrypto
luaexpat
luaexpatutils
luafilesystem luafilesystem: add license file 2016-12-28 23:28:51 +01:00
luainterpreter
luajit luajit: use $(HOST_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
luajson
lualogging
luaposix
luarocks luarocks: fix target-finalize hook processing 2016-12-28 23:55:11 +01:00
luasec
luasocket
luasql-sqlite3
lunit
lutok
luv libuv: needs NPTL 2016-11-21 21:24:23 +01:00
luvi libuv: needs NPTL 2016-11-21 21:24:23 +01:00
lvm2 lvm2: ensured TARGET_AR is used during build 2016-12-17 16:05:17 +01:00
lxc lxc: bump to version 2.0.7 2017-02-09 23:24:59 +01:00
lz4 lz4: use $(HOST_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
lzip lzip: bump to version 1.18 2017-02-09 21:35:55 +01:00
lzlib lzlib: depends on lua 2016-12-21 22:18:39 +01:00
lzma
lzo
lzop lzop: unbreak powerpc build with GCC >= 5 2016-09-30 10:06:01 +02:00
m4 m4: bump to version 1.4.18 2017-01-03 16:25:22 +01:00
macchanger
madplay madplay: fix build on noMMU platforms 2016-12-07 23:24:07 +01:00
make
makedevs Merge branch 'next' 2016-12-01 22:29:56 +01:00
mali-t76x
mariadb package: remove the default value of the $(PKG)_SOURCE variable 2017-01-25 16:46:29 +13:00
matchbox
matchbox-common
matchbox-desktop
matchbox-fakekey
matchbox-keyboard
matchbox-lib package/matchbox-lib: fix xlib libcomposite and libxpm symbols 2016-12-10 21:41:28 +01:00
matchbox-panel
matchbox-startup-monitor
mbedtls package/mbedtls: make compression support a config option 2017-02-06 22:20:32 +01:00
mc mc: bump version to 4.8.18 2016-10-03 13:11:03 +02:00
mcelog
mcrypt
mdadm
mediastreamer package/mediastreamer: fix build by bumping to version 2.14.0 2017-01-25 22:25:31 +01:00
memcached memcached: bump to version 1.4.34 2017-01-09 12:58:30 +01:00
memstat memstat: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
memtest86
memtester memtester: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
menu-cache menu-cache: bump to version 1.0.1 2016-07-23 15:55:45 +02:00
mesa3d package/{mesa3d, mesa3d-headers}: bump version to 13.0.4 2017-02-01 21:38:04 +01:00
mesa3d-demos
mesa3d-headers mesa3d-headers: remove installation of OpenVG headers 2017-02-15 21:27:01 +01:00
metacity
mfgtools mfgtools: add gcc version dependency 2016-10-29 15:43:26 +02:00
micropython micropython: bump version to v1.8.7 2017-01-24 17:28:15 +01:00
micropython-lib micropython-lib: Indicate that pcre is a runtime dependency 2017-01-25 22:38:30 +01:00
midori
mii-diag mii-diag: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
mimic package/mimic: indentation cleanup 2016-12-21 11:13:03 +01:00
minicom
minidlna
minissdpd minissdpd: new package 2016-07-30 17:00:25 +02:00
minizip
miraclecast
mjpegtools
mjpg-streamer
mke2img
mkpasswd mkpasswd: remove dash from "host mkpasswd" to match other host tools 2017-01-13 16:09:22 +01:00
mkpimage mkpimage: bump to latest barebox version 2017-02-09 23:33:34 +01:00
mksh mksh: update to R54 2016-12-04 21:54:30 +01:00
mmc-utils mmc-utils: bump version to 2cb6695 2016-10-28 14:42:50 +02:00
moarvm moarvm: bump to version 2017.01 2017-01-30 14:13:40 +01:00
mobile-broadband-provider-info mobile-broadband-provider-info: bump to version 20151214 2016-10-29 15:44:46 +02:00
modem-manager modem-manager: bump to version 1.6.2 2016-10-03 13:14:55 +02:00
modplugtools
mongodb
mongoose mongoose: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:34 +02:00
mongrel2 package: fix reverse dependencies of util-linux 2017-01-28 21:02:51 +13:00
monit package/monit: security bump to version 5.20.0 2016-12-21 17:15:34 +01:00
monkey
mono package/mono: bump to version 4.6.2.16 2017-01-17 14:45:53 +11:00
mono-gtksharp3
monolite package/monolite: bump to version 149 2016-10-15 11:16:03 +02:00
mosh mosh: bump to version 1.2.6 2016-08-23 17:59:06 +02:00
mosquitto package/mosquito: needs sync_4 2017-02-19 22:49:33 +01:00
motion motion: disable autotools host optimization 2017-02-11 15:18:33 +01:00
mp4v2
mpc
mpd package/mpd: use proper BR2_PACKAGE_MPD_VERSION_0_19 symbol 2017-02-16 22:31:02 +01:00
mpd-mpc mpd-mpc: bump to version 0.28 2016-09-06 21:30:55 +02:00
mpdecimal
mpfr mpfr: Fix obsolete ARC asm constraints 2016-11-21 21:16:06 +01:00
mpg123 mpg123: security bump to version 1.23.8 2016-09-27 16:59:40 +02:00
mplayer mplayer: disable for FLAT 2016-11-21 21:46:00 +01:00
mpv package/mpv: fixup fix build on powerpc64 w/ altivec 2017-02-19 22:44:30 +01:00
mraa
mrouted mrouted: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
msgpack
msmtp
msr-tools
mtd package: fix reverse dependencies of util-linux 2017-01-28 21:02:51 +13:00
mtdev
mtdev2tuio mtdev2tuio: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:44 +02:00
mtools
mtr
multicat
musepack
musl musl: no SSP on i386 and PowerPC 2017-02-15 13:10:14 +01:00
musl-compat-headers package/musl-compat-headers: provide compatibility headers not in musl 2016-08-19 11:29:12 +02:00
mutt mutt: bump version to 1.7.1 2016-10-13 08:02:50 +02:00
mxml mxml: bump to version 2.10 2016-10-13 08:06:42 +02:00
mxsldr
mysql mysql: propagate common dependencies to toplevel config 2017-01-09 13:44:12 +01:00
nano nano: bump version to 2.7.4 2017-01-10 15:51:17 +01:00
nanocom nanocom: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
nasm
nbd
ncdu package/ncdu: needs MMU 2016-08-06 12:12:55 +02:00
ncftp ncftp: bump version to 3.2.6 2016-11-30 22:16:06 +01:00
ncmpc ncmpc: bump to version 0.25 2016-09-06 21:30:55 +02:00
ncurses ncurses: use $(HOST_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
ndisc6
ne10
neard
neardal
neon neon: bump to version 0.30.2 2016-10-02 16:19:47 +02:00
net-tools net-tools: fix field with incomplete type error 2016-11-07 22:18:30 +01:00
netatalk
netcat
netcat-openbsd
netperf
netplug netplug: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
netsniff-ng package/netsniff-ng: allow to build with musl 2016-11-15 11:24:32 +01:00
netsnmp netsnmp: handle libnl dependency properly 2016-12-14 10:13:13 +01:00
netstat-nat
netsurf-buildsystem
nettle nettle: bump to version 3.3 2016-10-02 16:21:31 +02:00
network-manager network-manager: remove bogus --mandir option 2016-10-29 15:03:58 +02:00
newt newt: bump to version 0.52.19 2016-09-28 15:45:21 +02:00
nfacct nfacct: remove autoreconf 2016-08-24 18:52:33 +02:00
nfs-utils
nftables nftables: bump to version 0.7 2016-12-21 17:14:51 +01:00
nginx nginx: bump version to 1.10.3 2017-02-04 17:15:39 +01:00
nginx-dav-ext nginx-dav-ext: depends on BR2_PACKAGE_NGINX_HTTP_DAV_MODULE 2016-12-05 21:33:43 +01:00
nginx-naxsi nginx-naxsi: bump to version 0.55.2 2017-02-06 15:24:21 +01:00
nginx-upload nginx-upload: depends on BR2_PACKAGE_NGINX_HTTP 2016-07-19 23:17:29 +02:00
ngircd
ngrep ngrep: don't use pcap_restart 2016-10-27 10:41:53 +02:00
ninja
nload
nmap nmap: bump to version 7.40 2016-12-21 15:13:21 +01:00
nmon nmon: not available on uclibc/musl 2017-01-09 13:46:51 +01:00
nodejs nodejs: unbreak 0.10.x host build 2017-01-23 19:07:04 +11:00
nodm linux-pam: uses fork(), needs MMU 2016-08-19 11:47:59 +02:00
noip
norm package/norm: make it a waf-package 2016-12-02 22:38:22 +01:00
nss-mdns
nss-pam-ldapd
ntfs-3g ntfs-3g: add security fix for CVE-2017-0358 2017-02-14 11:18:38 +01:00
ntp ntp: security bump to verserion 4.2.8p9 2017-02-07 15:26:22 +01:00
numactl
nut package/nut: bump version 2017-01-04 17:10:15 +01:00
nuttcp
nvidia-driver package/nvidia-driver: bump version to 375.20 2016-12-04 16:09:39 +01:00
nvidia-tegra23
nvme
obsidian-cursors
ocf-linux package/cryptodev: properly declare providers 2016-09-04 15:38:59 +02:00
ocrad ocrad: use generic extract command 2017-02-15 22:11:12 +01:00
odhcp6c
odhcploc odhcploc: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:52 +02:00
odroid-mali odroid-mali: add support for x11 egl implementation 2016-12-18 15:03:46 +01:00
odroid-scripts odroid-scripts: bump version to cfd289b1d69136b8bfd725d90cd648da4654f2bd 2016-11-25 22:02:08 +01:00
ofono ofono: bump to version 1.18 2016-10-03 13:15:22 +02:00
ola package: fix reverse dependencies of util-linux 2017-01-28 21:02:51 +13:00
olsr olsr: fix package name display 2016-11-19 10:57:43 +01:00
omap-u-boot-utils omap-u-boot-utils: use $(HOST_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
omniorb omniorb: add patch to fix musl build 2016-07-24 16:30:00 +02:00
omxplayer
on2-8170-libs on2-8170-libs: fix typo in variable name 2017-02-07 09:51:23 +01:00
on2-8170-modules
open2300 open2300: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:07 +02:00
open-plc-utils
openal openal: Disable build also for examples and tests 2016-09-17 14:27:38 +02:00
openblas openblas: disable OpenMP 2016-11-21 21:44:58 +01:00
openbox
opencore-amr
opencv package/opencv: convert diff patch to git patch 2016-11-01 14:54:52 +01:00
opencv3 package/opencv3: fix CMAKE_CXX_FLAGS 2016-10-22 16:22:10 +02:00
opengl package/libegl: add option for wayland extensions 2016-08-23 22:00:33 +02:00
openipmi Merge branch 'next' 2016-09-02 16:20:33 +02:00
openjpeg openjpeg: refresh patches 2016-11-14 23:47:38 +01:00
openldap
openmpi openmpi: disallow on sparc 2016-08-19 11:41:32 +02:00
openntpd openntpd: fix Config.in comment dependency 2017-02-06 19:22:08 +01:00
openobex
openocd
openpgm
openpowerlink package/openpowerlink: fix build with Linux kernel 4.7+ 2016-12-04 23:57:31 +01:00
openssh packages: improve license type lists 2017-02-20 22:16:01 +01:00
openssl openssl: security bump to version 1.0.2k 2017-01-26 22:34:36 +01:00
openswan openswan: fix autobuild failures with uClibc-ng 2017-02-14 12:11:59 +01:00
opentyrian opentyrian: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:09 +02:00
opentyrian-data
openvmtools openvmtools: bump version to 5a9033ddfa95786d867e4d02bbb9a29bac8fb64f 2017-02-04 17:20:15 +01:00
openvpn openvpn: bump version to 2.4.0 2017-01-24 23:24:46 +13:00
openzwave openzwave: fix compilation of MinOZW 2016-10-24 17:51:02 +02:00
opkg
opkg-utils opkg-utils: new package 2017-02-06 16:07:33 +01:00
oprofile oprofile: Include operf command 2017-01-27 21:55:06 +13:00
opus opus: security bump to 1.1.4 2017-01-22 17:52:28 +11:00
opus-tools
opusfile
oracle-mysql package/oracle-mysql: fix path to systemd service file 2017-02-25 16:46:09 +01:00
orbit
orc orc: bump to version 0.4.26 2016-10-01 10:00:17 +02:00
ortp package/ortp: bump version to 0.27.0 2017-01-24 22:37:58 +13:00
owfs owfs: install python bindings in the correct location 2016-11-03 22:16:35 +01:00
owl-linux
p7zip p7zip: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
p11-kit
p910nd p910nd: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:16:35 +02:00
paho-mqtt-c paho-mqtt-c: new package 2016-10-07 15:49:59 +02:00
pango pango: bump to version 1.40.3 2016-09-14 21:46:04 +02:00
pangomm pangomm: bump to version 2.40.1 2016-08-20 11:46:43 +02:00
parted
patch
patchelf patchelf: use .tar.bz2 archive 2016-11-10 10:39:38 +01:00
pax-utils
pciutils pciutils: bump to version 3.5.2 2016-10-04 14:43:34 +02:00
pcmanfm pcmanfm: add optional support for gtk3 2016-07-23 17:00:58 +02:00
pcre pcre: bump to version 8.40 2017-01-13 16:06:45 +01:00
pcsc-lite
pdbg package/pdbg: new package 2016-07-26 17:59:11 +02:00
perl perl: bump to version 5.24.1 2017-01-23 14:03:15 +01:00
perl-crypt-openssl-random
perl-crypt-openssl-rsa
perl-datetime-tiny perl-datetime-tiny: bump to version 1.06 2016-07-23 14:46:56 +02:00
perl-digest-hmac
perl-digest-sha1
perl-encode-detect
perl-encode-locale
perl-file-listing
perl-file-util
perl-gd perl-gd: bump to version 2.56 2017-01-29 14:57:04 +01:00
perl-gdgraph perl-gdgraph: bump to version 1.54 2017-01-29 14:57:40 +01:00
perl-gdtextutil
perl-html-parser perl-html-parser: bump to version 3.72 2016-07-23 14:46:53 +02:00
perl-html-tagset
perl-http-cookies
perl-http-daemon
perl-http-date
perl-http-message
perl-http-negotiate
perl-io-html
perl-io-socket-ssl
perl-json-tiny perl-json-tiny: bump to version 0.56 2017-01-20 20:27:55 +01:00
perl-libwww-perl perl-libwww-perl: bump to version 6.16 2017-01-20 20:31:47 +01:00
perl-lwp-mediatypes
perl-mail-dkim
perl-mailtools perl-mailtools: bump to version 2.18 2017-01-20 20:30:15 +01:00
perl-mime-base64
perl-module-build perl-module-build: bump to version 0.4220 2017-01-20 20:34:44 +01:00
perl-mojolicious perl-mojolicious: bump to version 7.20 2017-01-20 20:30:08 +01:00
perl-net-dns perl-net-dns: bump to version 1.07 2017-01-20 20:31:08 +01:00
perl-net-http perl-net-http: bump to version 6.12 2017-01-20 20:33:09 +01:00
perl-net-ssleay
perl-netaddr-ip perl-netaddr-ip: bump to version 4.079 2017-01-20 20:31:28 +01:00
perl-path-tiny perl-path-tiny: bump to version 0.100 2017-01-20 20:28:04 +01:00
perl-time-hires
perl-timedate
perl-try-tiny perl-try-tiny: bump to version 0.28 2017-01-20 20:29:49 +01:00
perl-uri
perl-www-robotrules
perl-xml-libxml perl-xml-libxml: bump to version 2.0128 2017-01-20 20:31:39 +01:00
perl-xml-namespacesupport
perl-xml-sax
perl-xml-sax-base
phidgetwebservice
php php: bump version to 7.1.1 2017-01-23 20:43:56 +01:00
php-amqp toolchain: kill ADI Blackfin toolchain 2016-11-25 23:00:01 +01:00
php-geoip
php-gnupg
php-imagick php-imagick: bump version to 3.4.3RC1 2017-01-10 21:02:20 +01:00
php-memcached
php-ssh2 package/php-ssh2: fix kconfig circular deps after libssh2 fix 2016-09-12 09:48:17 +02:00
php-yaml
php-zmq package: fix reverse dependencies of util-linux 2017-01-28 21:02:51 +13:00
picocom
pifmrds pifmrds: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:16:44 +02:00
pinentry pinentry: fix build issue with gcc 5.x 2016-08-20 22:40:17 +02:00
pixman pixman: properly enable/disable ARM optimizations 2016-08-27 14:44:05 +02:00
pkgconf package/pkgconf: variable pkgdatadir also needs sysroot prefixing, wayland patch III 2017-01-29 23:06:33 +01:00
poco poco: doesn't support openrisc 2017-02-23 21:42:34 +01:00
polarssl MIPS: replace every BR2_mips_* with the new MIPS CPU options 2016-10-15 13:22:17 +02:00
policycoreutils policycoreutils: bump version to 2.6 2017-01-25 23:25:26 +13:00
polkit
poppler poppler: qt5 support needs c++11 (since Qt5.7) 2017-02-11 15:19:57 +01:00
popt
portaudio portaudio: bump to version 190600_20161030 2017-02-04 17:23:07 +01:00
portmap
postgresql postgresql: disable spinlocks on openrisc 2017-02-15 22:34:44 +01:00
pound
powerpc-utils
powertop
powervr
pppd pppd: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
pps-tools pps-tools: bump to version 97eaef2ab82a46d13ea5e00270712d6475fbe42b 2017-02-06 15:49:36 +01:00
pptp-linux pptp-linux: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:40 +02:00
prboom
privoxy privoxy: needs thread support 2016-11-06 15:00:43 +01:00
procps-ng packages: improve license type lists 2017-02-20 22:16:01 +01:00
procrank_linux
proftpd package: remove the default value of the $(PKG)_SOURCE variable 2017-01-25 16:46:29 +13:00
protobuf protobuf: add a comment about python-protobuf 2016-10-22 16:00:19 +02:00
protobuf-c
proxychains-ng proxychains-ng: use $(TARGET_CONFIGURE_OPTS) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
pru-software-support pru-software-support: fix legal info again 2016-12-07 22:22:20 +01:00
pseudo Revert "package/pseudo: add a legacy symlink to emulate fakeroot" 2016-11-27 21:12:24 +01:00
psmisc
psplash
ptpd
ptpd2 ptpd2: fix bfin compile by avoiding gcc bug 2016-11-21 21:54:51 +01:00
pugixml package/pugixml: Fix CMakelists.txt cxx_long_long_type bug. 2016-09-12 11:18:41 +02:00
pulseaudio
pulseview
pure-ftpd pure-ftpd: Added pure-ftpd quotas config option 2017-01-24 22:20:46 +13:00
putty package: remove the default value of the $(PKG)_SOURCE variable 2017-01-25 16:46:29 +13:00
pv
pwgen
python package/python: apply unicode config to host build 2017-02-23 23:03:19 +01:00
python3 python3: do not use the system OpenSSL in the host variant 2016-11-25 23:13:00 +01:00
python-alsaaudio
python-argh package/python-argh: bump version to 0.26.2 2016-10-05 23:00:24 +02:00
python-arrow python-arrow: new package 2017-01-08 21:34:10 +01:00
python-attrs python-attrs: new package 2017-02-06 17:15:35 +01:00
python-autobahn package/python-autobahn: bump version to 0.16.0 2016-10-05 23:00:25 +02:00
python-babel python-babel: new package 2017-01-25 14:11:10 +13:00
python-backports-abc
python-beautifulsoup4 package/python-beautifulsoup4: bump version to 4.5.1 2016-10-05 23:00:26 +02:00
python-bitstring python-bitstring: new package 2017-02-06 17:17:35 +01:00
python-bottle python-bottle: bump version to 0.12.13 2017-01-16 13:24:05 +01:00
python-can
python-cbor python-cbor: bump to version 1.0.0 2017-02-07 14:24:34 +01:00
python-certifi package/python-certifi: bump version to 2016.9.26 2016-10-05 23:00:29 +02:00
python-cffi python-cffi: bump to version 1.8.3 2016-09-20 12:06:29 +02:00
python-characteristic
python-chardet python-chardet: new package 2017-01-08 21:31:56 +01:00
python-cheetah
python-cherrypy
python-click
python-coherence
python-configobj package/python-configobj: bump version to 5.0.6 2016-10-05 23:00:30 +02:00
python-configshell-fb package/python-configshell-fb: update URL to the open-iscsi organization 2016-10-09 13:56:51 +02:00
python-constantly python-constantly: new package 2016-12-19 22:26:00 +01:00
python-couchdb package/python-couchdb: new package 2016-10-09 22:51:04 +02:00
python-crc16
python-crcmod python-crcmod: new package 2016-08-26 16:16:59 +02:00
python-crossbar python-psutil: not available on musl 2016-09-21 17:09:13 +02:00
python-cryptography python-cryptography: bump to version 1.7.1 2016-12-20 19:26:29 +01:00
python-cssselect
python-cssutils package/python-cssutils: new package 2016-10-09 23:00:49 +02:00
python-daemon python-daemon: add missing dependencies 2016-09-21 20:51:38 +02:00
python-dataproperty python-dataproperty: bump to version 0.16.2 2017-01-24 22:49:04 +13:00
python-dateutil package: remove the default value of the $(PKG)_SOURCE variable 2017-01-25 16:46:29 +13:00
python-dialog
python-dialog3
python-dicttoxml python-dicttoxml: new package 2016-07-23 14:57:17 +02:00
python-django package/python-django: bump version to 1.10.2 2016-10-05 23:00:34 +02:00
python-docopt
python-docutils python-docutils: new package 2016-09-21 20:48:05 +02:00
python-dominate python-dominate: bump to version 2.3.1 2016-12-17 15:05:34 +01:00
python-dpkt
python-ecdsa
python-engineio package: remove the default value of the $(PKG)_SOURCE variable 2017-01-25 16:46:29 +13:00
python-enum
python-enum34
python-flask python-flask: bump to version 0.12 2017-01-27 20:39:44 +13:00
python-flask-babel python-flask-babel: new package 2017-01-25 14:13:10 +13:00
python-flask-jsonrpc package/python-flask-jsonrpc: bump version to 0.3.1 2016-10-05 23:00:35 +02:00
python-flask-login
python-flup
python-futures package/python-futures: new package 2016-10-09 22:51:41 +02:00
python-gobject
python-gunicorn python-gunicorn: fix build issue with python2 2017-02-06 22:49:44 +01:00
python-html5lib package/python-html5lib: bump version to 1.0b10 2016-10-05 23:00:38 +02:00
python-httplib2
python-humanize
python-id3
python-idna
python-incremental python-incremental: new package 2016-12-17 15:17:43 +01:00
python-iniparse
python-iowait
python-ipaddr
python-ipaddress package/python-ipaddress: bump version to 1.0.17 2016-10-05 23:00:39 +02:00
python-ipy package/python-ipy: bump version to 0.83, switch upstream to python.org 2016-10-05 23:00:40 +02:00
python-ipython
python-itsdangerous
python-jinja2 python-jinja2: bump to version 2.9.4 2017-01-25 22:37:22 +01:00
python-json-schema-validator package/python-json-schema-validator: bump version to 2.4.1 2016-10-05 23:00:41 +02:00
python-jsonschema python-jsonschema: new package 2017-01-24 22:55:41 +13:00
python-keyring
python-libconfig
python-lmdb
python-logbook python-logbook: new package 2017-01-24 22:42:08 +13:00
python-lxml python-lxml: bump to version 3.7.2 2017-01-13 16:08:16 +01:00
python-mad
python-mako
python-markdown package/python-markdown: bump version to 2.6.7 2016-10-05 23:00:43 +02:00
python-markdown2 python-markdown2: new package 2017-01-24 22:46:38 +13:00
python-markupsafe
python-mbstrdecoder python-mbstrdecoder: new package 2016-12-17 15:04:57 +01:00
python-meld3 python-meld3: fix setup type 2016-08-25 15:21:32 +02:00
python-mistune package/python-mistune: bump version to 0.7.3 2016-10-05 23:00:44 +02:00
python-msgpack
python-mutagen python-mutagen: new package 2017-01-26 21:06:19 +13:00
python-mwclient package/python-mwclient: new package 2016-10-09 22:55:59 +02:00
python-mwscrape package/python-mwscrape: new package 2016-10-09 22:58:49 +02:00
python-mwscrape2slob package/python-mwscrape2slob: new package 2016-10-09 23:09:15 +02:00
python-netaddr
python-netifaces python-netifaces: bump to version 0.10.5 2016-09-20 12:06:20 +02:00
python-networkmanager package: remove the default value of the $(PKG)_SOURCE variable 2017-01-25 16:46:29 +13:00
python-nfc
python-numpy
python-paho-mqtt package/python-paho-mqtt: bump version to 1.2 2016-10-05 23:00:45 +02:00
python-pam linux-pam: uses fork(), needs MMU 2016-08-19 11:47:59 +02:00
python-paramiko python-paramiko: bump to version 2.1.1 2016-12-20 19:26:42 +01:00
python-pathpy python-pathpy: new package 2017-01-24 22:53:23 +13:00
python-pathtools
python-pathvalidate python-pathvalidate: bump to version 0.13.0 2017-01-24 22:48:59 +13:00
python-pexpect package/python-pexpect: bump version to 4.2.1 2016-10-07 14:48:32 +02:00
python-pillow package/python-pillow: bump to version 4.0.0 2017-01-16 14:05:18 +01:00
python-posix-ipc package/python-posix-ipc: bump version to 1.0.0 2016-10-05 23:00:49 +02:00
python-prompt-toolkit package/python-prompt-toolkit: bump version to 1.0.7 2016-10-05 23:00:50 +02:00
python-protobuf protobuf: bump to version 3.0.0 2016-10-22 15:58:48 +02:00
python-psutil circus, python-psutil: fix syntax in Config.in 2016-09-21 20:28:19 +02:00
python-ptyprocess
python-pudb python-pudb: new package 2017-01-06 13:11:08 +01:00
python-pyasn
python-pyasn-modules
python-pycli
python-pycparser
python-pycrypto
python-pydal package/python-pydal: bump version to 16.9 2016-10-07 14:48:35 +02:00
python-pyelftools python-pyelftools: new package 2016-10-15 12:07:36 +02:00
python-pyftpdlib
python-pygame
python-pygments package/python-pygments: bump version to 2.1.3 2016-10-05 23:00:51 +02:00
python-pyicu python-pyicu: bump to version 1.9.5 2016-12-13 19:36:11 +01:00
python-pyinotify
python-pylru package/python-pylru: new package 2016-10-09 22:53:17 +02:00
python-pymysql package/python-pymysql: bump version to 0.7.9 2016-10-05 23:00:52 +02:00
python-pynacl
python-pyopenssl python-pyopenssl: bump to version 16.2.0 2017-02-07 14:25:14 +01:00
python-pyparsing package/python-pyparsing: bump version to 2.1.9 2016-10-05 23:00:54 +02:00
python-pyparted
python-pypcap
python-pyqrcode python-pyqrcode: new package 2017-01-27 21:05:28 +13:00
python-pyqt python-pyqt: use 'depends on' rather than 'select' for Qt 2017-02-07 17:46:48 +01:00
python-pyqt5 python-pyqt5: use 'depends on' rather than 'select' for Qt5 2017-02-07 17:46:48 +01:00
python-pyratemp
python-pyrex
python-pyro
python-pyroute2 package/python-pyroute2: bump version to 0.4.8 2016-10-05 23:00:55 +02:00
python-pysendfile
python-pysmb
python-pysnmp package/python-pysnmp: bump version to 4.3.2 2016-10-07 14:48:40 +02:00
python-pysnmp-apps package/python-pysnmp-apps: fix LICENSE_FILES 2016-10-06 17:43:10 +02:00
python-pysnmp-mibs package/python-pysnmp-mibs: bump version to 0.1.6 2016-10-07 14:48:37 +02:00
python-pysocks
python-pytablereader python-pytablereader: new package 2017-01-24 22:56:30 +13:00
python-pytablewriter python-pytablewriter: bump to version 0.17.1 2017-01-24 22:57:16 +13:00
python-pytrie
python-pytz python-pytz: bump to version 2016.10 2016-12-17 15:05:29 +01:00
python-pyudev
python-pyusb python-pyusb: bump to version 1.0.0 2016-09-14 21:49:51 +02:00
python-pyxb package/python-pyxb: bump version to 1.2.5 2016-10-07 15:15:19 +02:00
python-pyyaml python-pyyaml: bump to version 3.12 2017-02-07 20:39:18 +01:00
python-pyzmq python-pyzmq: bump to version 16.0.2 2017-02-01 22:11:58 +01:00
python-requests package/python-requests: bump version to 2.11.1 2016-10-05 23:00:57 +02:00
python-requests-toolbelt python-requests-toolbelt: new package 2016-08-19 15:53:18 +02:00
python-rpi-gpio package/python-rpi-gpio: bump version to 0.6.2 2016-10-07 15:15:19 +02:00
python-rtslib-fb package/python-rtslib-fb: update URL to the open-iscsi organization 2016-10-09 13:56:46 +02:00
python-scapy3k
python-sdnotify
python-serial
python-service-identity python-service-identity: bump version to 16.0.0 2017-02-07 14:25:23 +01:00
python-setproctitle
python-setuptools
python-setuptools-scm python-setuptools-scm: new package 2017-01-24 22:49:17 +13:00
python-sh python-sh: new package 2016-12-17 15:09:15 +01:00
python-shutilwhich
python-simpleaudio python-simpleaudio: new package 2016-09-23 08:32:51 +02:00
python-simplejson package/python-simplejson: bump version to 3.8.2 2016-10-07 15:15:19 +02:00
python-singledispatch
python-sip python-sip: allow package to be built using Qt5 2016-08-19 15:58:10 +02:00
python-six
python-slob package/python-slob: new package 2016-10-09 23:04:44 +02:00
python-smbus-cffi
python-socketio package: remove the default value of the $(PKG)_SOURCE variable 2017-01-25 16:46:29 +13:00
python-spidev package/python-spidev: bump version to 3.2 2016-10-07 15:15:20 +02:00
python-thrift package/python-thrift: bump version to 0.9.3 2016-10-07 15:15:20 +02:00
python-tomako
python-toml python-toml: new package 2017-01-20 13:18:55 +11:00
python-tornado package/python-tornado: bump version to 4.4.2 2016-10-07 15:15:20 +02:00
python-treq
python-twisted python-twisted: bump to version 16.6.0 2016-12-19 22:26:26 +01:00
python-txaio
python-u-msgpack python-u-msgpack: bump to version 2.2 2016-09-26 21:30:50 +02:00
python-ubjson python-ubjson: bump to version 0.8.5 2017-02-07 14:25:17 +01:00
python-ujson
python-urllib3 package/python-urllib3: bump version to 1.18 2016-10-07 15:15:20 +02:00
python-urwid python-urwid: bump to version 1.3.1 2017-01-13 16:08:01 +01:00
python-vcversioner python-vcversioner: new package 2017-01-24 22:54:37 +13:00
python-versiontools
python-watchdog
python-wcwidth
python-web2py
python-webpy
python-werkzeug package/python-werkzeug: bump version to 0.11.11 2016-10-07 15:15:20 +02:00
python-whoosh python-whoosh: new package 2017-01-08 21:31:25 +01:00
python-ws4py package/python-ws4py: bump version to 0.3.5 2016-10-07 15:15:20 +02:00
python-wsaccel
python-xlrd
python-xlsxwriter python-xlsxwriter: bump to version 0.9.4 2016-12-19 13:41:48 +01:00
python-xlutils
python-xlwt
python-zope-interface python-zope-interface: bump to version 4.3.3 2016-12-19 22:26:16 +01:00
qdecoder
qemu package/qemu: separate user and system arch on powerpc64le 2016-12-10 15:25:13 +01:00
qextserialport qextserialport: really disable target (and not staging) install for static builds 2017-01-09 09:54:01 +01:00
qhull
qjson package/qjson: upgrade to upstream 0.9.0, update CMakeLists.txt patch to properly apply 2016-12-02 23:59:08 +01:00
qlibc package/qlibc: drop a musl-compatibility patch 2016-08-19 11:34:27 +02:00
qpdf
qpid-proton package: fix reverse dependencies of util-linux 2017-01-28 21:02:51 +13:00
qt Revert "tslib: needs kernel headers 3.12" 2017-02-09 09:32:09 +01:00
qt5 qt5webkit: disable for MIPS soft-float 2017-02-23 22:01:41 +01:00
qt5cinex
qt-webkit-kiosk qt5webkit: disable for MIPS soft-float 2017-02-23 22:01:41 +01:00
qtuio qtuio: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
quagga quagga: security bump to version 1.1.1 2017-02-09 14:51:09 +01:00
quazip
quota quota: fix build on musl 2016-11-13 18:03:57 +01:00
qwt qwt: fix qt5 opengl support 2016-11-19 10:50:19 +01:00
rabbitmq-c toolchain: kill ADI Blackfin toolchain 2016-11-25 23:00:01 +01:00
rabbitmq-server rabbitmq-server: security bump to version 3.6.6 2017-01-16 11:53:47 +01:00
racehound
radvd
ramsmp
ramspeed
ranger
rapidjson rapidjson: bump to 1.1.0 2016-12-17 15:31:45 +01:00
rapidxml rapidxml: add patch to fix usage with gcc 4.7+ 2016-10-15 23:07:22 +02:00
raptor
raspberrypi-usbboot raspberrypi-usbboot: new package 2016-12-06 11:24:14 +01:00
rdesktop
read-edid
readline readline: bump version to 7.0 2016-11-30 12:00:46 +01:00
redis redis: bump to version 3.2.8 2017-02-15 21:26:04 +01:00
rfkill
riemann-c-client riemann-c-client: disable parallel make 2017-02-13 18:01:46 +01:00
rings
rng-tools rng-tools: Fix disabling package on non-x86 architectures. 2017-01-24 23:20:09 +13:00
rp-pppoe rp-pppoe: pass the appropriate path for various tools 2016-10-24 23:42:09 +02:00
rpcbind package/rpcbind: fix musl build 2016-08-19 11:33:44 +02:00
rpi-firmware rpi-firmware: remove mkknlimg 2017-01-26 22:35:38 +01:00
rpi-userland rpi-userland: bump version 2017-01-23 22:59:50 +01:00
rpm rpm: disable static build support 2017-01-24 23:34:39 +13:00
rrdtool rrdtool: bump version to 1.6.0 2016-07-18 22:51:59 +02:00
rs485conf rs485conf: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
rsh-redone linux-pam: uses fork(), needs MMU 2016-08-19 11:47:59 +02:00
rsync
rsyslog rsyslog: enable journal plugins when using systemd 2016-12-20 10:10:05 +01:00
rt-tests rt-tests: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
rtai
rtl8188eu rtl8188eu: Move the post install target hook before the infras 2017-01-27 21:53:59 +13:00
rtl8723bs rtl8723bs: new package 2017-01-29 16:19:58 +01:00
rtl8821au package/rtl8821au: switch to abperiasamy fork 2016-07-24 14:49:51 +02:00
rtmpdump rtmpdump: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:03 +02:00
rtorrent
rtptools
rubix
ruby ruby: assume we always have finite, isinf and isnan for uClibc 2017-02-07 11:46:52 +01:00
runc runc: security bump to fix CVE-2016-9962 2017-01-23 19:07:48 +11:00
sam-ba sam-ba: correct license 2016-09-19 19:28:14 +02:00
samba4 samba4: requires NPTL 2017-02-18 10:38:12 +01:00
sane-backends sane-backends: disable static configuration 2016-11-30 22:48:47 +01:00
sbc
sconeserver package/sconeserver: needs shared libs 2016-08-29 09:43:36 +02:00
scons
screen screen: bump version to 4.5.0 2017-01-19 15:00:01 +01:00
scrub
scrypt
sdl
sdl2 sdl2: X11 support depends on MMU (fork) 2017-01-20 13:25:48 +11:00
sdl2_gfx sdl2_{gfx,image,ttf}: use lower-case package prompt in Config.in 2016-07-15 16:39:30 +02:00
sdl2_image sdl2_{gfx,image,ttf}: use lower-case package prompt in Config.in 2016-07-15 16:39:30 +02:00
sdl2_ttf package/sdl2_ttf: fix detection of OpenGL 2017-01-28 23:31:34 +13:00
sdl_gfx
sdl_image package/sdl_image: remove trailing \ from the last item of {, HOST_}SDL_IMAGE_CONF_OPTS 2016-08-05 09:14:24 +02:00
sdl_mixer sdl_mixer: fix static linking issue 2016-12-10 16:00:09 +01:00
sdl_net
sdl_sound
sdl_ttf
sdparm
sed
sepolgen sepolgen: bump to version 2.6 2017-02-01 22:19:16 +01:00
ser2net ser2net: bump version to 3.3 2017-01-09 21:14:08 +01:00
setools
setserial
sg3_utils package/sg3_utils: fix uclinux build 2016-08-16 17:19:39 +02:00
shairport-sync package/shairport-sync: bump version to 2.8.6 2016-12-06 19:40:07 +01:00
shapelib shapelib: use $(TARGET_CONFIGURE_OPTS) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
shared-mime-info shared-mime-info: bump to version 1.8 2017-01-30 15:16:58 +01:00
shellinabox shellinabox: add dependency on !BR2_STATIC_LIBS 2016-08-04 22:38:19 +02:00
sigrok-cli
simicsfs
sispmctl
skalibs skalibs: make ld use dummy file when configuring 2017-01-01 09:34:59 +01:00
skeleton system: do not set hostname and issue for custom skeleton 2016-07-18 23:45:49 +02:00
sl
slang
slirp packages: improve license type lists 2017-02-20 22:16:01 +01:00
smack
smartmontools
smcroute smcroute: bump to version 2.1.1 2016-09-09 17:01:29 +02:00
smstools3 smstools3: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:01 +02:00
snappy package/snappy: bump version 2016-10-02 21:22:27 +02:00
sngrep package/sngrep: fix static linking against libpcap 2017-02-06 14:00:30 +01:00
snmppp snmppp: bump version to 3.3.9 2017-01-17 14:54:44 +01:00
socat package/socat: fix build issue 2016-09-20 21:04:52 +02:00
socketcand
sofia-sip
softether softether: use $(HOST_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
sound-theme-borealis
sound-theme-freedesktop
sox
sp-oops-extract
spawn-fcgi
speex
sphinxbase
spi-tools
spice
spice-protocol
spidev_test spidev_test: fix musl build 2016-08-17 00:01:05 +02:00
sqlcipher
sqlite sqlite: bump to version 3.16.2 2017-01-09 15:07:24 +01:00
squashfs squashfs: bump to fix RHEL 5 compilation error 2017-02-04 09:18:55 +01:00
squeezelite squeezelite: needs NPTL 2016-08-18 23:51:29 +02:00
squid squid: security bump to version 3.5.24 2017-01-30 14:13:49 +01:00
sredird
sshfs
sshpass sshpass: bump version to 1.06 2016-11-02 17:25:09 +01:00
sslh package/sslh: fix a patch, drop the other 2017-02-23 22:52:00 +01:00
start-stop-daemon start-stop-daemon: bump to version 1.8.10 2016-10-11 11:23:00 +02:00
startup-notification
statserial statserial: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:11 +02:00
stella stella: fix bug when compiling with PPC altivec vectorization 2016-12-02 21:51:33 +01:00
stm32flash
strace strace: bump to version 4.15 2016-12-18 21:27:56 +01:00
stress
stress-ng package/stress-ng: bump to 0.06.15 2016-09-07 23:01:46 +02:00
strongswan
stunnel stunnel: fix static link 2016-12-27 11:14:39 +01:00
subversion subversion: bump version to 1.9.5 2016-12-02 09:16:35 +01:00
sudo packages: improve license type lists 2017-02-20 22:16:01 +01:00
sunxi-boards
sunxi-cedarx
sunxi-mali package/sunxi-mali: reorder select/depends 2017-02-20 22:47:47 +01:00
sunxi-tools sunxi-tools: fix license file 2016-11-10 13:56:18 +01:00
supertuxkart supertuxkart: Constrain to x86 architecture 2016-09-20 14:28:34 +02:00
supervisor
swig
swupdate swupdate: replace BR2_PREFER_STATIC_LIB with BR2_STATIC_LIBS 2016-12-10 09:10:14 +01:00
sylpheed
synergy synergy: Fix build with gcc 6 2017-02-26 14:14:30 +01:00
sysdig
sysklogd sysklogd: fix build on musl 2016-12-06 11:28:43 +01:00
syslog-ng syslog-ng: Bump version to v3.9.1 2017-01-30 13:34:32 +01:00
sysprof
sysstat sysstat: bump version to 11.4.3 2017-01-16 15:30:04 +01:00
systemd systemd: add missing dhcp.network file 2017-02-06 20:00:23 +01:00
systemd-bootchart package/systemd-bootchart: bump version 2017-01-01 09:02:59 +01:00
sysvinit system: sysvinit needs MMU 2016-08-14 16:11:46 +02:00
szip
taglib package/taglib: bump version to 1.11.1 2016-12-10 21:40:52 +01:00
tar
targetcli-fb package/targetcli-fb: update URL to the open-iscsi organization 2016-10-09 13:56:57 +02:00
taskd package: update comments for reverse dependencies of util-linux 2017-01-28 21:03:04 +13:00
tcl tcl: bump version to 8.6.6 2016-07-28 22:00:52 +02:00
tclap
tcllib
tcpdump tcpdump: security bump to version 4.9.0 2017-02-03 14:14:49 +01:00
tcping tcping: fix upstream location 2017-02-15 22:48:25 +01:00
tcpreplay tcpreplay: bump to version 4.1.2 2016-12-15 13:52:41 +01:00
tegrarcm
tekui tekui: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
terminology package/terminology: bump to version 1.0.0 2017-01-24 22:59:57 +13:00
tftpd tftpd: disallow on nios with pre-6.x toolchains 2016-08-29 17:58:32 +02:00
thrift thrift: fix m68k uclinux compile 2016-08-08 23:47:46 +02:00
thttpd
ti-cgt-pru ti-cgt-pru: fix typo in comment 2016-12-05 08:54:51 +01:00
ti-gfx ti-gfx: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
ti-sgx-demos package/ti-sgx-demos: new package 2016-07-24 16:10:18 +02:00
ti-sgx-km package/ti-sgx-km: indentation cleanup 2016-10-26 12:23:35 +02:00
ti-sgx-um ti-sgx-um: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
ti-uim
ti-utils ti-utils: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:13 +02:00
tidsp-binaries tidsp-binaries: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
tiff tiff: bump version to 4.0.7 (security) 2016-11-21 21:16:48 +01:00
time
tinc package/tinc: upgrade to upstream version 1.0.30 2016-12-02 23:59:48 +01:00
tinyalsa tinyalsa: add license files 2016-12-15 13:55:48 +01:00
tinycbor tinycbor: disable parallel build 2016-12-17 14:19:56 +01:00
tinydtls package/tinydtls: indentation cleanup 2016-10-13 07:39:28 +02:00
tinyhttpd tinyhttpd: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
tinymembench tinymembench: add patch to fix build on Cortex-M 2016-11-13 12:54:20 +01:00
tinyxml
tinyxml2
tmux package/tmux: fix build 2017-02-05 21:59:26 +01:00
tn5250
tor package/tor: bump version to 0.2.9.9 2017-01-26 21:09:00 +01:00
tovid
tpm-tools trousers: disable on ARC 2017-02-16 15:23:57 +01:00
trace-cmd package/trace-cmd: fix build without ptrace 2016-08-21 22:22:39 +02:00
transmission package/transmission: fix SITE url 2016-11-01 16:24:06 +01:00
tree
tremor package/tremor: fix build with Thumb only ARM archs 2016-11-15 23:29:27 +01:00
triggerhappy triggerhappy: unbreak build against 4.7+ kernel headers 2016-07-31 20:22:20 +02:00
trinity trinity: fix Config.in depends on logic 2016-10-30 16:42:16 +01:00
trousers trousers: update ARC comment 2017-02-23 22:08:39 +01:00
ts4900-fpga package/ts4900-fpga: remove the default value of the _INSTALL_{IMAGES, TARGET} variables 2016-10-24 23:34:53 +02:00
tslib tslib: bump to 1.5 2017-02-09 15:01:40 +01:00
tstools tstools: requires dynamic library support 2016-08-21 22:22:18 +02:00
tunctl package: remove the default value of the $(PKG)_SOURCE variable 2017-01-25 16:46:29 +13:00
turbolua turbolua: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
tvheadend package/tvheadend: bump version 2017-01-22 23:34:53 +01:00
twolame
tz
tzdata package/tzdata: bump version to 2016j 2016-12-04 16:30:24 +01:00
tzdump
uboot-tools uboot-tools: bump to version 2017.01 2017-01-09 21:14:30 +01:00
ubus
ucl ucl: Use -std=iso9899:1990 instead of -std=c90 2017-01-26 20:58:41 +13:00
uclibc uclibc: add fix for ARM specific static linking issues 2017-02-20 13:21:46 +01:00
uclibc-ng-test uclibc-ng-test: pass LDFLAGS while building 2017-02-22 21:32:45 +01:00
udev
udisks package/udisks: fix daemon path in systemd service file 2016-11-19 11:00:34 +01:00
udpcast
udpxy udpxy: new package 2017-01-25 23:44:03 +13:00
uemacs
uhttpd uhttpd: add patch to remove -Werror 2016-12-07 22:50:14 +01:00
ulogd ulogd: fix build with musl 2016-08-18 16:23:45 +02:00
unionfs
unixodbc package/unixodbc: add optional dependency to libtool 2017-02-04 23:55:20 +01:00
unrar unrar: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:42 +02:00
unscd
unzip
upmpdcli package/upmpdcli: bump to version 1.2.12 2017-01-30 14:12:18 +01:00
upower package/upower: new package 2017-01-08 21:46:54 +01:00
upx
urg package/urg: fix build with gcc-6 2016-10-15 12:23:39 +02:00
usb_modeswitch usb_modeswitch: bump to version 2.4.0 2016-12-12 21:18:26 +01:00
usb_modeswitch_data
usbmount
usbredir usbredir: improve license description 2016-10-19 23:28:31 +02:00
usbutils
ushare ushare: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:17:46 +02:00
ussp-push
ustr package/ustr: fix ldconfig for host build 2017-01-10 21:09:22 +01:00
ustream-ssl ustream-ssl: new package 2016-11-05 13:54:41 +01:00
util-linux util-linux: re-add <pkg>_AUTORECONF = YES 2017-02-24 12:00:02 +01:00
ux500-firmware ux500-firmware: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
v4l2grab
vala vala: bump to version 0.34.4 2016-12-09 18:11:28 +01:00
valgrind packages: improve license type lists 2017-02-20 22:16:01 +01:00
valijson
vboot-utils
vde2 package/vde2: indentation cleanup 2016-10-13 07:38:49 +02:00
vdr package/vdr: bump version to 2.3.2 2016-12-27 18:01:39 +01:00
vdr-plugin-vnsiserver package/vdr-plugin-vnsiserver: new package 2016-10-25 22:40:05 +02:00
vim vim: security bump to version 8.0.0329 2017-02-14 11:18:04 +01:00
vlc vlc: disable on ARC 2017-02-23 22:05:39 +01:00
vnstat
vo-aacenc vo-aacenc: disable arm optimizations on thumb2-only variants 2016-10-02 21:53:13 +02:00
vorbis-tools
vpnc
vsftpd vsftpd: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
vtun
w_scan
waf package/waf: new host package 2016-12-02 22:02:29 +01:00
wavemon package/wavemon: bump to version 0.8.1 2017-01-22 23:35:41 +01:00
wavpack wavpack: properly wrap help text 2017-02-19 23:05:10 +01:00
wayland wayland: bump to version 1.12.0 2016-09-25 23:16:48 +02:00
wayland-protocols wayland-protocols: bump to version 1.7 2016-09-25 23:16:43 +02:00
webkitgtk webkitgtk: add upstream patch for failed gcc6 builds 2016-10-11 12:14:36 +02:00
webp webp: bump to version 0.5.2 2017-01-25 21:04:44 +13:00
webrtc-audio-processing webrtc-audio-processing: refactor architecture dependency as a blind option 2016-11-06 23:19:48 +01:00
weston package/weston: fix build with musl 2017-01-24 18:27:46 +13:00
wf111 wf111: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:16:32 +02:00
wget wget: bump to 1.19.1 to fix build issue 2017-02-13 22:13:09 +01:00
whetstone
which
whois whois: bump to version 5.2.14 2016-12-30 21:10:43 +01:00
wilc1000-firmware
wine wine: Bump to version 2.0 2017-01-27 21:04:00 +13:00
wipe
wireless_tools wireless_tools: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:16:42 +02:00
wireless-regdb
wireshark wireshark: security bump to version 2.2.4 2017-01-24 14:02:01 +01:00
wiringpi wiringpi: fix static linking 2017-02-12 15:03:02 +01:00
wmctrl
wpa_supplicant wpa_supplicant: add mesh support (IEEE 80211s) 2016-11-07 22:55:49 +01:00
wpan-tools
wsapi
x11r7 package/x11r7/xserver_xorg-server: Add patch to fix v1.19.1 with SIGIO 2017-02-15 21:26:22 +01:00
x11vnc
x264 x264: bump to version 97eaef2ab82a46d13ea5e00270712d6475fbe42b 2017-02-06 15:49:25 +01:00
x265 package/x265: Disable -march selection from CMakeLists.txt 2017-01-24 18:21:10 +13:00
xavante
xdotool
xen package: update comments for reverse dependencies of util-linux 2017-01-28 21:03:04 +13:00
xenomai packages: improve license type lists 2017-02-20 22:16:01 +01:00
xerces
xfsprogs xfsprogs: needs thread support 2017-02-13 21:26:20 +01:00
xinetd
xl2tp xl2tp: bump to version 1.3.8 2016-12-18 21:32:17 +01:00
xmlstarlet Merge branch 'next' 2016-12-01 22:29:56 +01:00
xorriso
xscreensaver packages: improve license type lists 2017-02-20 22:16:01 +01:00
xtables-addons xtables-addons: bump to version 2.12 2017-01-17 14:44:18 +11:00
xterm xterm: depend on libXinerama if appropriate 2016-11-30 23:40:51 +01:00
xutil_util-macros package/xutil_util-macros: bump version to 1.19.1 2017-02-01 21:39:36 +01:00
xvisor xvisor: needs gcc >= 4.9 2016-09-25 21:58:07 +02:00
xvkbd xvkbd: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:16:50 +02:00
xxhash
xz xz: bump to version 5.2.3 2017-01-03 16:24:18 +01:00
yad
yaffs2utils
yajl
yaml-cpp
yasm yasm: add license 2016-07-31 20:16:45 +02:00
yavta
ympd
zbar package/zbar: fix zbar build 2016-10-20 22:58:58 +02:00
zd1211-firmware
zeromq package: fix reverse dependencies of util-linux 2017-01-28 21:02:51 +13:00
zic package/zic: bump version to 2016j 2016-12-04 16:30:12 +01:00
zip zip: use $(HOST_MAKE_ENV) when calling $(MAKE) 2016-10-22 15:19:24 +02:00
zlib zlib: bump to version 1.2.11 2017-01-16 15:30:23 +01:00
zlog zlog: use $(TARGET_MAKE_ENV) when calling $(MAKE) 2016-10-15 14:16:38 +02:00
zmqpp package: fix reverse dependencies of util-linux 2017-01-28 21:02:51 +13:00
znc package/znc: bump version to 1.6.4 2016-12-27 23:36:16 +01:00
zsh zsh: bump to version 5.3 2016-12-12 17:16:34 +01:00
zxing-cpp
zynq-boot-bin
zyre package: fix reverse dependencies of util-linux 2017-01-28 21:02:51 +13:00
Config.in ddrescue: new package 2017-02-09 19:41:15 +01:00
Config.in.host opkg-utils: new package 2017-02-06 16:07:33 +01:00
doc-asciidoc.mk doc/asciidoc: add possibility to define document dependencies 2016-08-27 21:57:12 +02:00
Makefile.in core infra: make sure apply-patches is called with correct tar 2017-02-01 22:10:44 +01:00
pkg-autotools.mk pkg-autotools: search in the entire source directory for ltmain.sh 2016-12-07 20:03:48 +01:00
pkg-cmake.mk package/pkg-cmake.mk: move CMAKE_BUILD_TYPE definition into toolchainfile.cmake 2016-10-22 16:15:32 +02:00
pkg-download.mk pkg-download: fix fetching URLs with ? from PRIMARY/BACKUP 2016-10-23 14:51:16 +02:00
pkg-generic.mk package: refactor listing of extractor dependencies 2017-02-15 22:11:11 +01:00
pkg-kconfig.mk pkg-kconfig: support alternative .config location 2016-09-17 14:44:10 +02:00
pkg-kernel-module.mk
pkg-luarocks.mk
pkg-perl.mk pkg-perl: add PREFER_INSTALLER variable 2017-01-29 14:54:08 +01:00
pkg-python.mk
pkg-rebar.mk
pkg-utils.mk package: add generic support for lz archives 2017-02-15 22:11:11 +01:00
pkg-virtual.mk
pkg-waf.mk pkg-waf: add a common variable for each step 2016-12-11 15:26:26 +01:00