kumquat-buildroot/package
Thomas Petazzoni 7fd4596d39 libfastjson: indicate explicitly which gcc -std option to use
This commit fixes the following build issue of libfastjson with old
enough compilers (4.8) and wchar disabled:

json_object.c: In function 'fjson_object_object_delete':
json_object.c:385:3: error: 'for' loop initial declarations are only allowed in C99 mode
   for (int i = 0 ; i < FJSON_OBJECT_CHLD_PG_SIZE ; ++i) {
   ^

The code of libfastjson requires C99. If your compiler is recent
enough (gcc 5.x), then no problem, it is C99 by default, no additional
flags are needed.

If your compiler is older (for example gcc 4.8), then -std=c99 or
-std=gnu99 is explicitly needed to tell the compiler to accept C99
constructs. Testing the compiler for the availability of such flags is
done by libfastjson configure script. However, the test program used
by the configure script uses some wchar_t types, and therefore the
test checking for C99 availability fails on toolchains with wchar
disabled. From config.log:

configure:3928: checking for /home/test/buildroot/output/host/usr/bin/i586-buildroot-linux-uclibc-gcc option to accept ISO C99
[...]
configure:4077: /home/test/buildroot/output/host/usr/bin/i586-buildroot-linux-uclibc-gcc -std=gnu99 -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64  -Os  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 conftest.c >&5
conftest.c:54:3: error: unknown type name 'wchar_t'
   const wchar_t *name;
   ^

So, just like we did in libv4l in commit
f01396a158 ("libv4l: fix uclibc-ng
configure/compile"), let's hint directly the configure script that it
should use -std=gnu99. This fixes the build of libfastjson with old
compilers and wchar disabled.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 90430237cc)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2017-11-27 10:34:58 +01:00
..
4th
a10disp
acl acl: add host variant 2017-03-31 00:04:30 +02:00
acpica
acpid
acpitool
acsccid
adwaita-icon-theme
aer-inject
aespipe package/aespipe: fix host compile 2017-07-26 00:09:36 +02:00
agentpp
aiccu
aircrack-ng
alljoyn
alljoyn-base
alljoyn-tcl
alljoyn-tcl-base
alsa-lib
alsa-utils ncurses: remove BR2_PACKAGE_NCURSES_TARGET_{FORM, MENU, PANEL} options 2017-02-26 17:00:12 +01:00
alsamixergui
am33x-cm3
am335x-pru-package
amd-catalyst
android-tools
angular-websocket
angularjs
apache package/apache: add patch to fix CVE-2017-9798 2017-09-21 17:02:40 +02:00
apitrace
apr apr: security bump to version 1.6.3 2017-11-26 09:18:49 +01:00
apr-util apr-util: security bump to version 1.6.1 2017-11-26 09:19:39 +01:00
argp-standalone argp-standalone: fix build with gcc 7.x 2017-11-26 10:16:29 +01:00
argparse
argus
armadillo package/armadillo: fix download URL 2017-06-01 16:30:02 +02:00
arptables
assimp assimp: fix gcc version condition 2017-02-27 22:53:24 +01:00
at
atf
atftp
atk
atkmm
atop
attr
aubio
audiofile package/audiofile: Fix static linking with libsndfile 2017-06-01 16:20:51 +02:00
audit
aufs
aufs-util
aumix
autoconf
autoconf-archive
autofs
automake automake: fix unescaped left brace warning patch 2017-07-03 14:58:51 +02:00
autossh
avahi
avrdude
axel
axfsutils
b43-firmware
b43-fwcutter
babeld
bandwidthd
bash bash: disable bash malloc by default 2017-06-01 16:43:59 +02:00
batctl
batman-adv
bc
bcache-tools
bcm2835
bctoolbox bctoolbox: remove redundant mbedtls dependency 2017-02-23 22:24:39 +01:00
bcusdk bcusdk: eibd: drop local clock_gettime in USB backends 2017-09-06 13:17:24 +02:00
bdwgc
beecrypt
bellagio
benejson
berkeleydb berkeleydb: workaround m68k/coldfire issue 2017-02-22 21:33:21 +01:00
bind bind: use http:// instead of ftp:// for site 2017-09-23 10:29:35 +02:00
binutils package/binutils: fix crash caused by buggy xtensa overlay 2017-09-06 14:57:07 +02:00
biosdevname
bison
bitstream
bitstream-vera
blktrace
bluez5_utils bluez5_utils: add upstream security fix for CVE-2017-1000250 2017-09-21 16:23:37 +02:00
bluez_utils package/bluez_utils: select BR2_PACKAGE_CHECK 2017-05-15 14:50:14 +02:00
bmon
boa
bonnie
boost
bootstrap
bootutils
botan package/botan: security bump to version 1.10.16 2017-09-07 16:49:21 +02:00
bridge-utils
bsdiff
btrfs-progs btrfs-progs: don't use <execinfo.h> with uClibc 2017-02-23 22:34:55 +01:00
bullet
bustle
busybox busybox: add upstream post-1.26.2 fixes 2017-10-21 23:15:10 +02:00
bwm-ng
bzip2 bzip2: fix passing of TARGET_MAKE_ENV to make 2017-10-15 23:08:35 +02:00
c-ares c-ares: security bump to version 1.13.0 2017-06-26 10:00:18 +02:00
c-icap
c-icap-modules
c-periphery
ca-certificates
cache-calibrator
cairo package/cairo: update license information 2017-03-18 00:21:09 +01:00
cairomm
can-utils
canfestival
cannelloni cannelloni: fix build failure caused by missing include 2017-02-15 21:30:03 +01:00
cantarell
cbootimage cbootimage: disable on musl 2017-02-14 22:13:42 +01:00
cc-tool
ccache ccache: make default host-ccache cache dir fit for multi-user setups 2017-07-20 00:03:23 +02:00
ccid
ccrypt
cdrkit
cegui06
celt051
cgic
cgilua
cgroupfs-mount
check
checkpolicy
chocolate-doom
chrony
cifs-utils
circus
civetweb
cjson
clamav
clapack
classpath classpath: only allow on supported architectures 2017-02-28 10:00:30 +01:00
cloog
cloop
cmake cmake: explicitly disable openssl support for host-cmake 2017-09-21 16:51:28 +02:00
collectd package/collectd: Specify FP layout based on endianness 2017-11-26 22:25:30 +01:00
comix-cursors
connman connman: security bump to version 1.35 2017-09-06 13:12:34 +02:00
connman-gtk
conntrack-tools
copas
coreutils
cosmo
coxpcall
cpio
cppcms cppcms: fix build on machines with libgpg-error installed 2017-06-01 15:59:35 +02:00
cppdb
cppunit
cppzmq
cpuload
cramfs
crda
crudini
cryptodev
cryptodev-linux package/cryptodev-linux: fix build with recent kernels 2017-02-09 21:54:59 +01:00
cryptopp
cryptsetup
ctorrent
cups packages: improve license type lists 2017-02-20 22:16:01 +01:00
curlftpfs
cvs
cwiid
cxxtest
czmq
dado
dante
darkhttpd
dash
dawgdic
dbus dbus: add upstream patch to fix startup hang with with expat >= 2.2.1 2017-09-05 23:12:15 +02:00
dbus-cpp package/dbus-cpp: fix cross-compilation 2017-03-31 00:32:41 +02:00
dbus-glib dbus-glib: fix legal info 2017-03-31 09:07:08 +02:00
dbus-python
dbus-triggerd dbus-triggerd: add license file 2017-03-31 09:08:12 +02:00
dcron
ddrescue ddrescue: use generic extract command 2017-02-15 22:11:11 +01:00
debianutils
dejavu
devmem2
dfu-util
dhcp package/dhcp: dhcp server: select systemd tmpfile support when systemd is used 2017-06-26 22:23:43 +02:00
dhcpcd
dhcpdump
dhrystone
dialog package/dialog: fix upstream source URL 2017-09-06 12:33:19 +02:00
diffutils
dillo
ding-libs
directfb package/directfb: disable for static builds 2017-02-26 21:45:22 +01:00
directfb-examples
dmalloc
dmidecode
dmraid
dnsmasq dnsmasq: security bump to version 2.78 2017-10-03 10:08:59 +02:00
docker
docker-containerd
docker-engine
domoticz domoticz: fix build on powerpc64le 2017-03-14 00:13:53 +01:00
doom-wad
dos2unix
dosfstools
dovecot dovecot: bump version to 2.2.29.1 (security) 2017-04-24 15:44:34 +02:00
dovecot-pigeonhole
doxygen
drbd-utils
dropbear dropbear: security bump to version 2017.75 2017-06-01 16:03:50 +02:00
dropwatch
dsp-tools
dstat
dt
dtach
dtc
dtv-scan-tables
duma packages: improve license type lists 2017-02-20 22:16:01 +01:00
dvb-apps
dvblast
dvbsnoop
dvdauthor
dvdrw-tools
e2fsprogs e2fsprogs: add patch for recent glibc 2017-09-06 00:30:40 +02:00
e2tools
easydbus
ebtables
ecryptfs-utils
ed ed: use generic extract command 2017-02-15 22:11:11 +01:00
edid-decode
eeprog
efibootmgr efibootmgr: fix build with gcc 7.x 2017-07-26 00:09:23 +02:00
efivar efivar: fix build with gcc 7 2017-07-20 00:04:30 +02:00
efl package/efl: fix unmet dependencies 2017-05-15 14:00:01 +02:00
eigen
ejabberd
elf2flt
elftosb
elfutils elfutils: security bump to version 0.169 2017-06-01 16:34:09 +02:00
emlog
empty
enchant
enlightenment
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
espeak
ethtool
eudev
ev3dev-linux-drivers
evemu
eventlog
evtest
exfat
exfat-utils
exim
exiv2
expat expat: fix build on and for kernel older than 3.17 2017-07-20 07:35:09 +02:00
expect
expedite
explorercanvas
ezxml
f2fs-tools
faad2 faad2: fix build with musl libc 2017-09-06 12:07:01 +02:00
faifa
fakedate
fakeroot package/fakeroot: fix highly parallel uses 2017-09-06 11:06:40 +02:00
faketime package/faketime: fix build with gcc >= 6 2017-05-17 22:35:31 +02:00
fan-ctrl
fastd
fb-test-app
fbdump
fbgrab fbgrab: explicitly build fbgrab target to workaround gzip issue 2017-05-17 22:46:06 +02:00
fbset
fbterm
fbtft
fbv
fcgiwrap fcgiwrap: disable -Werror in CFLAGS 2017-06-26 00:29:35 +02:00
fconfig
fdk-aac
feh
fetchmail
ffmpeg package/ffmpeg: security bump to version 3.2.8 2017-09-21 23:24:51 +02:00
fftw
ficl
file file: security bump to version 5.32 2017-09-06 23:47:41 +02:00
filemq filemq: correct license 2017-03-31 00:17:04 +02:00
findutils
fio
fis
flac
flann
flannel
flashbench
flashrom flashrom: fix static build with uClibc 2017-09-22 08:53:14 +02:00
flex
flickcurl
flite
flot
fltk
fluxbox
fmc fmc: correct hash file 2017-03-31 08:43:48 +02:00
fmlib
fmtools
font-awesome
fontconfig
fping
freeradius-client
freerdp
freescale-imx imx-uuc: fix start-stop-daemon stop failure 2017-06-06 23:27:46 +02:00
freeswitch
freetype freetype: add upstream security fixes for CVE-2017-8105 and CVE-2017-8287 2017-05-01 09:20:14 +02:00
fswebcam
ftop package/ftop: Fix broken download URL 2017-06-01 16:30:40 +02:00
fwts
fwup
fxload
gadgetfs-test
gamin
gauche
gawk
gcc package/gcc: fix ICE on xtensa, PR target/82181 2017-09-12 23:59:07 +02:00
gcr
gd gd: security bump to version 2.2.5 2017-09-18 09:43:36 +02:00
gdb gdb: add fix for gdb 7.12 and gdb 8.0 build on noMMU platforms 2017-09-05 23:43:12 +02:00
gdbm
gdk-pixbuf gdk-pixbuf: security bump to version 2.36.10 2017-09-22 09:00:35 +02:00
genext2fs
gengetopt
genimage genimage: Fix typo in description 2017-02-28 15:54:18 +01:00
genpart
genromfs
geoip
gesftpserver package/gesftpserver: security bump to version 0.2.2 2017-06-06 13:47:44 +02:00
getent
gettext
gflags
ghostscript ghostscript: add upstream security fixes for CVE-2017-8291 2017-05-01 08:38:47 +02:00
ghostscript-fonts
giblib
giflib
git git: security bump to version 2.12.5 2017-09-29 09:54:16 +02:00
git-crypt
glib-networking
glibc glibc: add upstream security patches fixing CVE-2017-1000366 (stack clash) 2017-07-02 16:44:43 +02:00
glibmm
glm
glmark2 packages: improve license type lists 2017-02-20 22:16:01 +01:00
glog
gmock
gmp
gmpc
gmrender-resurrect
gnu-efi
gnuchess
gnupg gnupg: security bump to version 1.4.22 2017-09-06 13:25:10 +02:00
gnupg2
gnuplot
gnuradio
gnutls gnutls: switch to https download location 2017-06-14 21:40:08 +02:00
go package/go: fix cross-compilation settings 2017-10-25 09:31:08 +02:00
go-bootstrap
gob2
google-breakpad package/google-breakpad: use PRE_CONFIGURE hooks to copy linux_syscall_support.h 2017-06-01 16:31:24 +02:00
google-material-design-icons
googlefontdirectory
gperf
gpm
gpsd gpsd: fix build for microblaze architecture 2017-09-06 00:47:38 +02:00
gptfdisk
gqview
gr-osmosdr
granite granite: fix md5 hash 2017-04-24 15:58:39 +02:00
grantlee
graphite2
grep
gsettings-desktop-schemas
gsl
gssdp
gstreamer gstreamer: needs dynamic libraries 2017-11-26 22:00:17 +01:00
gstreamer1 gst1-plugins-bad: fix build against openjpeg 2.2 2017-09-24 16:46:53 +02:00
gtest
gtk2-engines
gtkmm3
gtkperf
gtksourceview
guile
gupnp
gupnp-av
gupnp-dlna
gupnp-tools
gutenprint
gvfs
gzip
hans package/hans: fix build failures with high 'make -j' values 2017-06-01 16:43:00 +02:00
harfbuzz harfbuzz: security bump to version 1.4.4 2017-03-07 16:09:46 +01:00
haserl
haveged
hdparm
heimdal package/heimdal: security bump to version 7.4.0 2017-07-26 00:09:43 +02:00
heirloom-mailx
hiawatha
hicolor-icon-theme
hidapi
hiredis package/hiredis: fix install step for static build only 2017-04-24 16:25:59 +02:00
hostapd hostapd: add upstream security fixes 2017-10-19 16:56:50 +02:00
hplip packages: improve license type lists 2017-02-20 22:16:01 +01:00
htop htop: use correct ncurses config script name 2017-03-31 09:03:11 +02:00
httping
hwdata
hwloc
i2c-tools
i7z
ibrcommon
ibrdtn
ibrdtn-tools
ibrdtnd
icu icu: add upstream security fix for utf-8 handling 2017-04-28 14:32:34 +02:00
ifenslave
ifplugd
iftop
ifupdown
igd2-for-linux
igh-ethercat
igmpproxy
ijs
imagemagick package/imagemagick: security bump to version 7.0.7-10 2017-11-26 22:31:25 +01:00
imlib2
imx-usb-loader
inadyn
inconsolata
initscripts
inotify-tools
input-event-daemon
input-tools
intel-microcode
intltool intltool: add patch to fix compatibility with Perl 5.26 2017-06-13 23:13:36 +02:00
iodine
iostat package/iostat: fix upstream source URL 2017-09-06 12:34:30 +02:00
iotop
iozone
iperf iperf: fix tarball hashes changed upstream 2017-06-26 10:01:20 +02:00
iperf3
ipmitool
ipmiutil
iproute2 iproute2: correct license 2017-07-20 07:39:02 +02:00
iprutils ncurses: remove BR2_PACKAGE_NCURSES_TARGET_{FORM, MENU, PANEL} options 2017-02-26 17:00:12 +01:00
ipsec-tools package/ipsec-tools: add security patch to fix CVE-2015-4047 2017-06-06 14:04:18 +02:00
ipset
iptables
iptraf-ng ncurses: remove BR2_PACKAGE_NCURSES_TARGET_{FORM, MENU, PANEL} options 2017-02-26 17:00:12 +01:00
iputils
iqvlinux
irda-utils
irqbalance
irssi irssi: security bump to version 1.0.5 2017-10-26 15:14:45 +02:00
isl
iucode-tool package/iucode-tool: security bump to version 2.2 2017-10-14 22:22:24 +02:00
iw
jack2 package/jack2: backport two build fixes 2017-09-05 23:24:04 +02:00
jamvm classpath: only allow on supported architectures 2017-02-28 10:00:30 +01:00
jansson
janus-gateway
jasper jasper: add upstream security fix 2017-03-18 00:19:35 +01:00
jemalloc
jhead
jimtcl
joe
jpeg
jpeg-turbo
jq
jquery
jquery-datetimepicker
jquery-keyboard
jquery-mobile
jquery-sidebar
jquery-sparkline
jquery-ui
jquery-ui-themes
jquery-validation
jsmin
jsmn
json-c
json-glib
json-javascript
jsoncpp
kbd
kexec
kexec-lite
keyutils
kismet ncurses: remove BR2_PACKAGE_NCURSES_TARGET_{FORM, MENU, PANEL} options 2017-02-26 17:00:12 +01: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-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: fix build on x86-64 with specific gcc versions 2017-05-15 14:03:22 +02:00
kvmtool
kyua package/kyua: fix unmet dependencies 2017-05-15 11:41:57 +02:00
lame lame: security bump to version 3.100 2017-10-25 09:32:15 +02:00
lapack
latencytop
lbase64
lbreakout2
lcdapi lcdapi: fix build error for m68k/coldfire 2017-02-14 20:38:43 +01:00
lcdproc
lcms2
leafnode2
leafpad
less
lesstif
leveldb
lft
lftp
libaacs
libaio
libamcodec
libao
libarchive libarchive: security bump to version 3.3.2 2017-09-21 12:04:04 +02:00
libargtable2
libart
libasplib libasplib: add url to gcc bug report 2017-02-14 20:38:46 +01:00
libass
libassuan
libatasmart
libatomic_ops
libbdplus
libbluray
libbroadvoice
libbsd
libcap
libcap-ng
libcdaudio
libcddb
libcdio
libcec Revert "package/libcec: bump version to 4.0.2" 2017-03-07 13:25:26 +01:00
libcgi
libcgicc
libcgroup
libcli
libcoap
libcodec2
libcofi
libconfig
libconfuse
libcroco libcroco: add upstream security fixes 2017-04-28 14:27:01 +02:00
libcrossguid
libcue
libcuefile
libcurl libcurl: security bump to version 7.56.1 2017-10-26 15:15:24 +02:00
libdaemon
libdcadec
libdmtx
libdnet
libdri2
libdrm
libdvbcsa
libdvbpsi
libdvbsi
libdvdcss
libdvdnav
libdvdread
libebml
libebur128
libedit
libee
libenca
libepoxy package/libepoxy: needs host-pkgconf 2017-02-24 11:57:08 +01:00
liberation
libesmtp
libestr
libev package/libev: fix download URL 2017-06-01 16:29:17 +02:00
libevdev
libevent libevent: drop openssl static linking workaround 2017-02-09 15:02:12 +01:00
libexif
libeXosip2
libfastjson libfastjson: indicate explicitly which gcc -std option to use 2017-11-27 10:34:58 +01:00
libfcgi
libffi libffi: add patch to fix MIPS support 2017-10-25 09:33:51 +02:00
libfm
libfm-extra
libfreefare
libfreeglut
libfreeimage
libfribidi
libftdi
libftdi1
libfuse
libg7221
libgcrypt libgcrypt: security bump to version 1.7.9 2017-09-06 13:26:06 +02:00
libgdiplus
libgee
libgeotiff
libglade
libglew
libglfw
libglib2 libglib2: needs autoreconf 2017-11-26 21:37:04 +01:00
libglob
libglu
libgpg-error
libgpgme
libgpiod package/libgpiod: bump version to 0.1.3 2017-02-14 22:44:17 +01:00
libgsasl
libgsm
libgtk2
libgtk3
libgudev
libhdhomerun
libhid
libhttpparser
libical
libiconv
libid3tag
libidn libidn: fix build without makeinfo 2017-09-24 21:36:27 +02:00
libiio libiio: explicitly disable matlab bindings 2017-03-15 00:22:00 +01:00
libilbc
libimxvpuapi libimxvpuapi: bump to version 0.10.3 2017-02-23 21:46:09 +01:00
libinput
libiqrf
libiscsi
libite
libjpeg
libjson
libksba
libldns
liblinear
libllcp
liblo
liblockfile packages: improve license type lists 2017-02-20 22:16:01 +01:00
liblog4c-localtime
liblogging
libmad libmad: add security patch from debian 2017-07-04 17:50:34 +02:00
libmatroska
libmbim
libmbus
libmcrypt
libmemcached libmemcached: fix build with gcc 7.x 2017-07-26 00:08:41 +02:00
libmhash
libmicrohttpd package/libmicrohttpd: security bump version to 0.9.55 2017-06-01 16:27:13 +02:00
libminiupnpc libminiupnpc: add upstream security fix for CVE-2017-8798 2017-06-01 16:07:26 +02:00
libmms
libmng
libmnl
libmodbus
libmodplug
libmpd
libmpdclient
libmpeg2
libnatpmp
libndp
libnet
libnetfilter_acct
libnetfilter_conntrack
libnetfilter_cthelper
libnetfilter_cttimeout
libnetfilter_log
libnetfilter_queue
libnfc
libnfnetlink
libnfs
libnftnl
libnice
libnl libnl: don't download patch from Github 2017-07-03 00:30:42 +02:00
libnspr libnspr: bump version to 4.17 2017-10-15 23:02:14 +02:00
libnss libnss: security bump to version 3.33 2017-10-15 23:03:45 +02:00
liboauth
libogg
libopenh264
liboping
libosip2 libosip2: add upstream security fix 2017-07-20 07:34:10 +02:00
libpam-radius-auth
libpam-tacplus
libpcap libpcap: sparc needs -fPIC as sparc64/microblaze 2017-02-26 14:26:52 +01:00
libpciaccess
libpfm4
libphidget package/libphidget: fix upstream source URL 2017-09-06 12:36:03 +02:00
libpjsip libpjsip: fix ssl support 2017-11-26 23:13:50 +01:00
libplatform Revert "package/libplatform: bump version to 2.1.0" 2017-03-07 13:25:03 +01:00
libplayer gstreamer: needs dynamic libraries 2017-11-26 22:00:17 +01:00
libplist package/libplist: needs threads 2017-11-26 21:27:18 +01:00
libpng
libpqxx
libpthread-stubs
libpthsem
libqmi
libqrencode
libraw libraw: fix build with old glibc versions 2017-02-16 09:26:43 +01:00
libraw1394
libreplaygain
libroxml
librsvg librsvg: security bump to version 2.40.18 2017-09-04 22:51:31 +02:00
librsync package/librsync: security bump to version 2.0.0 2017-09-21 14:36:29 +02:00
librtas
librtlsdr
libsamplerate libsamplerate: security bump to version 0.1.9 2017-04-25 23:11:57 +02:00
libseccomp
libsecret
libselinux libselinux: query for python site-packages dir directly 2017-04-04 23:47:49 +02:00
libsemanage
libsepol
libserial
libserialport
libsexy
libsha1
libshairplay
libshout
libsidplay2 libsidplay2: fix build on ppc64le by not autoreconfiguring 2017-03-02 18:00:07 +01:00
libsigc
libsigrok
libsigrokdecode
libsigsegv
libsilk
libsndfile libsndfile: security bump to version 1.0.28 2017-04-28 14:31:24 +02:00
libsoc libsoc: add host-pkgconf dependency 2017-04-04 23:44:32 +02:00
libsocketcan
libsodium
libsoil
libsoundtouch
libsoup libsoup: security bump to version 2.56.1 2017-09-18 09:44:31 +02:00
libsoxr
libsquish
libsrtp
libssh
libssh2
libstrophe
libsvg
libsvg-cairo
libsvgtiny
libsysfs
libtasn1 libtasn1: security bump to version 4.12 2017-06-01 16:35:46 +02:00
libtheora
libtirpc package/libtirpc: security bump to version 1.0.2 2017-07-26 00:08:55 +02:00
libtomcrypt
libtommath
libtool
libtorrent
libtpl
libubox package/libubox: fix lua module install path 2017-05-15 11:44:54 +02:00
libuci
libucl
libuecc
libuio
libump
libunistring
libunwind package/libunwind: disable for x86 with uClibc toolchain 2017-04-24 17:45:11 +02:00
libupnp
libupnpp
liburcu packages: improve license type lists 2017-02-20 22:16:01 +01:00
liburiparser
libusb
libusb-compat
libusbgx
libuv libuv: add dependency on BR2_TOOLCHAIN_HAS_SYNC_4 2017-02-26 22:58:02 +01:00
libv4l libv4l/ir-ctl: fix musl compile 2017-02-14 22:34:14 +01:00
libva
libva-intel-driver
libvdpau
libvips
libvncserver
libvorbis
libvpx
libwebsock
libwebsockets libwebsockets: cherry-pick upstream patch for v2.1.1 2017-03-07 16:24:24 +01:00
libxkbcommon libxkbcommon: disable wayland support 2017-03-31 00:24:53 +02:00
libxml2 libxml2: security bump to version 2.9.5 2017-09-06 14:42:51 +02:00
libxml-parser-perl libxml-parser-perl: add LICENSE_FILES 2017-07-20 00:16:09 +02:00
libxmlpp
libxmlrpc
libxslt
libyaml
libyuv
libzip
lightning
lighttpd
linenoise
linknx
links
linphone
linux-backports
linux-firmware linux-firmware: correct hash 2017-03-31 08:52:25 +02:00
linux-fusion linux-fusion: fix build issue with Linux >= 4.7 2017-07-19 23:57:57 +02:00
linux-headers linux-headers: bump 4.{4, 9, 13}.x series 2017-11-26 22:42:29 +01:00
linux-pam
linux-syscall-support
linux-tools package/linux-tools: gpio does not build in parallel 2017-09-06 13:27:23 +02:00
linux-zigbee linux-zigbee: fix build with gcc 7 2017-07-26 00:07:16 +02:00
liquid-dsp
lirc-tools
lite
live555
ljlinenoise
ljsyscall
lksctp-tools
lldpd
lm-sensors packages: improve license type lists 2017-02-20 22:16:01 +01:00
lmbench
localedef
lockdev
lockfile-progs
log4cplus
log4cpp
log4cxx
logrotate package/logrotate: update upstream site in Config.in help 2017-03-14 00:01:28 +01:00
logsurfer
lpc3250loader
lpeg
lpty
lrandom
lrzsz
lshw
lsof
lsqlite3
lsuio
ltp-testsuite package/ltp-testsuite: needs threads NPTL 2017-05-15 11:46:43 +02:00
ltrace
ltris
lttng-babeltrace
lttng-libust lttng-libust: fix build on musl 2017-03-07 16:45:27 +01:00
lttng-modules
lttng-tools
lua lua: ensure pkgconfig directory exists before installing files 2017-09-06 00:26:35 +02:00
lua-cjson
lua-coat
lua-coatpersistent
lua-csnappy
lua-ev
lua-iconv
lua-messagepack
lua-msgpack-native
lua-periphery
lua-testmore
luabitop
luacrypto
luaexpat
luaexpatutils
luafilesystem
luainterpreter
luajit luajit: only available on x86(-64) hosts 2017-11-26 21:20:27 +01:00
luajson
lualogging
luaposix
luarocks
luasec
luasocket
luasql-sqlite3
lunit
lutok
luv libuv: add dependency on BR2_TOOLCHAIN_HAS_SYNC_4 2017-02-26 22:58:02 +01:00
luvi libuv: add dependency on BR2_TOOLCHAIN_HAS_SYNC_4 2017-02-26 22:58:02 +01:00
lvm2
lxc lxc: bump to version 2.0.7 2017-02-09 23:24:59 +01:00
lz4
lzip lzip: bump to version 1.18 2017-02-09 21:35:55 +01:00
lzlib
lzma
lzo
lzop
m4
macchanger
madplay package/madplay: add custom libtool patch 2017-06-01 16:38:47 +02:00
make
makedevs
mali-t76x
mariadb mariadb: security bump version to 10.1.26 2017-09-04 08:43:29 +02:00
matchbox
matchbox-common
matchbox-desktop
matchbox-fakekey
matchbox-keyboard
matchbox-lib
matchbox-panel
matchbox-startup-monitor
mbedtls mbedtls: security bump to version 2.6.0 2017-09-07 15:14:49 +02:00
mc
mcelog
mcrypt
mdadm
mediastreamer mediastreamer: add dependency on host-vim 2017-09-06 12:26:54 +02:00
memcached memcached: bump version to 1.4.36 2017-03-31 00:29:55 +02:00
memstat
memtest86
memtester
menu-cache
mesa3d mesa3d: fix build with BR2_SHARED_STATIC_LIBS 2017-11-26 22:29:12 +01:00
mesa3d-demos
mesa3d-headers mesa3d-headers: remove installation of OpenVG headers 2017-02-15 21:27:01 +01:00
metacity
mfgtools
micropython
micropython-lib
midori webkitgtk: update to version 2.18.0 2017-10-24 08:30:06 +02:00
mii-diag
mimic
minicom minicom: security bump to version 2.7.1 2017-04-28 14:23:24 +02:00
minidlna package/minidlna: Do not mark .service file executable 2017-09-06 12:30:04 +02:00
minissdpd
minizip
miraclecast
mjpegtools
mjpg-streamer
mke2img
mkpasswd
mkpimage mkpimage: bump to latest barebox version 2017-02-09 23:33:34 +01:00
mksh
mmc-utils
moarvm libuv: add dependency on BR2_TOOLCHAIN_HAS_SYNC_4 2017-02-26 22:58:02 +01:00
mobile-broadband-provider-info
modem-manager
modplugtools
mongodb
mongoose
mongrel2
monit
monkey
mono mono: remove copy of host etc files on install 2017-06-01 16:13:46 +02:00
mono-gtksharp3
monolite
mosh
mosquitto mosquitto: add upstream security fix 2017-07-02 15:35:15 +02:00
motion motion: disable autotools host optimization 2017-02-11 15:18:33 +01:00
mp4v2
mpc
mpd mpd: fix build for ARC 2017-03-02 21:44:45 +01:00
mpd-mpc
mpdecimal
mpfr
mpg123 mpg123: security bump to version 1.25.2 2017-07-20 00:11:56 +02:00
mplayer package/mplayer: fix compilation failure with MMX in libmpcodecs/vf_fspp.c 2017-04-24 16:01:02 +02:00
mpv package/mpv: disable cuda support 2017-04-24 17:44:06 +02:00
mraa
mrouted
msgpack
msmtp
msr-tools
mtd
mtdev
mtdev2tuio
mtools
mtr
multicat
musepack
musl Revert "musl: add upstream security fix for CVE-2017-15650" 2017-10-28 20:47:31 +02:00
musl-compat-headers
mutt
mxml package/mxml: fix download URL 2017-06-01 16:28:32 +02:00
mxsldr
mysql
nano
nanocom
nasm
nbd package/nbd: fix utilities locations 2017-03-14 00:19:34 +01:00
ncdu
ncftp ncftp: fix host/target confusion 2017-03-02 17:28:11 +01:00
ncmpc
ncurses ncurses: Copy terminfo for 'screen-256color' terminal 2017-06-06 13:18:41 +02:00
ndisc6
ne10
neard
neardal
neon
net-tools
netatalk
netcat
netcat-openbsd
netperf
netplug package/netplug: init script create needed lock directory 2017-09-06 14:51:59 +02:00
netsniff-ng
netsnmp
netstat-nat
netsurf-buildsystem
nettle
network-manager
newt
nfacct
nfs-utils
nftables
nginx
nginx-dav-ext
nginx-naxsi
nginx-upload
ngircd
ngrep
ninja
nload ncurses: remove BR2_PACKAGE_NCURSES_TARGET_{FORM, MENU, PANEL} options 2017-02-26 17:00:12 +01:00
nmap
nmon
nodejs nodejs: security bump to version 6.11.5 2017-10-26 13:24:57 +02:00
nodm
noip
norm
nss-mdns
nss-pam-ldapd package/nss-pam-ldapd: Do not mark .service file executable 2017-09-06 12:31:25 +02:00
ntfs-3g ntfs-3g: add security fix for CVE-2017-0358 2017-02-14 11:18:38 +01:00
ntp ntp: enable/disable sntp support depending on BR2_PACKAGE_NTP_SNTP 2017-06-26 09:50:38 +02:00
numactl
nut
nuttcp
nvidia-driver package/nvidia-driver: install an egl.pc 2017-09-06 12:41:00 +02:00
nvidia-tegra23
nvme
obsidian-cursors
ocf-linux
ocrad ocrad: use generic extract command 2017-02-15 22:11:12 +01:00
odhcp6c
odhcploc
odroid-mali
odroid-scripts
ofono
ola
olsr
omap-u-boot-utils
omniorb
omxplayer
on2-8170-libs
on2-8170-modules
open2300
open-plc-utils
openal
openblas openblas: SPARC support is for Sparc v9 2017-05-15 14:10:24 +02:00
openbox
opencore-amr
opencv gstreamer: needs dynamic libraries 2017-11-26 22:00:17 +01:00
opencv3
opengl
openipmi
openjpeg openjpeg: fix build without C++ support 2017-09-24 09:01:14 +02:00
openldap
openmpi
openntpd
openobex
openocd openocd: avoid documentation rebuild to fix build issues 2017-02-28 09:51:42 +01:00
openpgm
openpowerlink
openssh openssh: fix getpagesize() related static linking issue 2017-11-26 10:11:48 +01:00
openssl package/openssl: security bump to version 1.0.2m 2017-11-26 20:11:13 +01:00
openswan openswan: fix autobuild failures with uClibc-ng 2017-02-14 12:11:59 +01:00
opentyrian package/tyrian: fixes compilation with static libs 2017-04-04 23:44:51 +02:00
opentyrian-data
openvmtools
openvpn package/openvpn: security bump to version 2.4.4 2017-09-29 09:50:10 +02:00
openzwave
opkg
opkg-utils
oprofile
opus
opus-tools
opusfile
oracle-mysql oracle-mysql: add patch to fix gcc 6.x build issue 2017-06-01 15:58:29 +02:00
orbit
orc orc: update project url 2017-07-26 00:10:06 +02:00
ortp
owfs
owl-linux
p7zip
p11-kit
p910nd
paho-mqtt-c
pango
pangomm
parted
patch
patchelf
pax-utils
pciutils
pcmanfm
pcre package/pcre: security bump to version 8.41 2017-07-20 00:16:37 +02:00
pcsc-lite
pdbg
perl
perl-crypt-openssl-random
perl-crypt-openssl-rsa
perl-datetime-tiny
perl-digest-hmac
perl-digest-sha1
perl-encode-detect
perl-encode-locale
perl-file-listing
perl-file-util
perl-gd perl-gd: fix build of native part 2017-03-02 08:16:48 +01:00
perl-gdgraph
perl-gdtextutil
perl-html-parser
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-libwww-perl
perl-lwp-mediatypes
perl-mail-dkim
perl-mailtools
perl-mime-base64
perl-module-build
perl-mojolicious
perl-net-dns
perl-net-http
perl-net-ssleay
perl-netaddr-ip
perl-path-tiny
perl-time-hires
perl-timedate
perl-try-tiny
perl-uri
perl-www-robotrules
perl-xml-libxml
perl-xml-namespacesupport
perl-xml-sax
perl-xml-sax-base
phidgetwebservice
php php: security bump to version 7.1.7 2017-07-20 00:11:01 +02:00
php-amqp
php-geoip
php-gnupg
php-imagick
php-memcached
php-ssh2
php-yaml
php-zmq
picocom picocom: force target LDFLAGS 2017-05-05 21:35:23 +02:00
pifmrds
pinentry
pixman
pkgconf pkgconf: update upstream URL in Config.in 2017-09-21 17:03:06 +02:00
poco poco: doesn't support openrisc 2017-02-23 21:42:34 +01:00
polarssl
policycoreutils
polkit
poppler poppler: qt5 support needs c++11 (since Qt5.7) 2017-02-11 15:19:57 +01:00
popt package/popt: fix libiconv dependency 2017-06-01 16:18:56 +02:00
portaudio
portmap
postgresql postgresql: security bump to version 9.6.6 2017-11-26 22:23:06 +01:00
pound
powerpc-utils
powertop
powervr
pppd
pps-tools
pptp-linux
prboom
privoxy
procps-ng packages: improve license type lists 2017-02-20 22:16:01 +01:00
procrank_linux
proftpd
protobuf
protobuf-c
proxychains-ng package/proxychains-ng: security bump to version 4.11 2017-09-21 17:01:02 +02:00
pru-software-support
pseudo
psmisc
psplash
ptpd
ptpd2
pugixml
pulseaudio pulseaudio: add optional dependency on bluez5_utils 2017-07-20 07:32:27 +02:00
pulseview package/pulseview: fix a build issue 2017-05-17 22:43:50 +02:00
pure-ftpd
putty
pv
pwgen
python package/python: add optional support for libintl 2017-03-14 00:24:42 +01:00
python3 python-config.sh: don't reassign ${prefix} 2017-11-26 20:56:36 +01:00
python-alsaaudio
python-argh
python-arrow
python-attrs
python-autobahn
python-babel
python-backports-abc
python-beautifulsoup4
python-bitstring
python-bottle
python-can
python-cbor
python-certifi
python-cffi
python-characteristic
python-chardet
python-cheetah
python-cherrypy
python-click
python-coherence
python-configobj
python-configshell-fb
python-constantly
python-couchdb
python-crc16
python-crcmod
python-crossbar
python-cryptography
python-cssselect
python-cssutils
python-daemon
python-dataproperty
python-dateutil
python-dialog
python-dialog3
python-dicttoxml
python-django python-django: security bump to version 1.10.7 2017-04-28 14:53:27 +02:00
python-docopt
python-docutils
python-dominate
python-dpkt
python-ecdsa
python-engineio
python-enum
python-enum34
python-flask
python-flask-babel
python-flask-jsonrpc
python-flask-login
python-flup
python-futures
python-gobject
python-gunicorn
python-html5lib
python-httplib2
python-humanize
python-id3
python-idna
python-incremental
python-iniparse
python-iowait
python-ipaddr
python-ipaddress
python-ipy
python-ipython
python-itsdangerous
python-jinja2
python-json-schema-validator
python-jsonschema
python-keyring
python-libconfig python-libconfig: fix Python3 build 2017-09-04 08:57:52 +02:00
python-lmdb
python-logbook
python-lxml
python-mad
python-mako
python-markdown
python-markdown2
python-markupsafe
python-mbstrdecoder
python-meld3
python-mistune
python-msgpack
python-mutagen
python-mwclient
python-mwscrape
python-mwscrape2slob
python-netaddr
python-netifaces
python-networkmanager
python-nfc
python-numpy
python-paho-mqtt
python-pam
python-paramiko
python-pathpy
python-pathtools
python-pathvalidate
python-pexpect
python-pillow
python-posix-ipc
python-prompt-toolkit
python-protobuf
python-psutil
python-ptyprocess
python-pudb
python-pyasn
python-pyasn-modules
python-pycli
python-pycparser
python-pycrypto
python-pydal
python-pyelftools
python-pyftpdlib
python-pygame
python-pygments
python-pyicu
python-pyinotify
python-pylru
python-pymysql
python-pynacl
python-pyopenssl
python-pyparsing
python-pyparted
python-pypcap
python-pyqrcode
python-pyqt
python-pyqt5 package/python-pyqt5: fix build with Qt 5.6.3 2017-11-26 09:09:45 +01:00
python-pyratemp
python-pyrex
python-pyro
python-pyroute2
python-pysendfile
python-pysmb
python-pysnmp
python-pysnmp-apps
python-pysnmp-mibs
python-pysocks
python-pytablereader
python-pytablewriter
python-pytrie
python-pytz
python-pyudev
python-pyusb
python-pyxb
python-pyyaml python-pyyaml: correct license name 2017-04-24 11:50:04 +02:00
python-pyzmq
python-requests
python-requests-toolbelt
python-rpi-gpio
python-rtslib-fb
python-scapy3k
python-sdnotify
python-serial
python-service-identity package/python-service-identity: the attrs distribution is required 2017-09-04 22:45:25 +02:00
python-setproctitle python-setproctitle: change setup type to setuptools 2017-07-20 00:03:16 +02:00
python-setuptools
python-setuptools-scm
python-sh
python-shutilwhich
python-simpleaudio
python-simplejson
python-singledispatch
python-sip
python-six
python-slob
python-smbus-cffi
python-socketio
python-spidev
python-thrift
python-tomako
python-toml
python-tornado
python-treq
python-twisted
python-txaio
python-u-msgpack
python-ubjson
python-ujson
python-urllib3
python-urwid
python-vcversioner
python-versiontools
python-watchdog
python-wcwidth
python-web2py python-web2py: security bump to version 2.14.6 2017-04-28 14:25:38 +02:00
python-webpy
python-werkzeug
python-whoosh
python-ws4py
python-wsaccel
python-xlrd
python-xlsxwriter
python-xlutils
python-xlwt
python-zope-interface
qdecoder
qemu qemu: change to .tar.xz format 2017-10-14 10:04:20 +02:00
qextserialport
qhull
qjson
qlibc
qpdf
qpid-proton
qt qt: Allow enabling of QtWebKit with GCC 6+ 2017-10-14 08:49:42 +02:00
qt5 qt5webkit: correct download URL and hash for 5.6 variant 2017-11-27 10:31:55 +01:00
qt5cinex
qt-webkit-kiosk qt5webkit: disable for MIPS soft-float 2017-02-23 22:01:41 +01:00
qtuio
quagga quagga: add upstream security fix for CVE-2017-16227 2017-11-26 10:12:54 +01:00
quazip
quota
qwt qwt: fix build when BR2_STATIC_LIBS=y 2017-05-15 13:38:34 +02:00
rabbitmq-c rabbitmq-c: openssl/popt sub-options don't work in static linking 2017-05-17 22:43:07 +02:00
rabbitmq-server
racehound
radvd
ramsmp
ramspeed
ranger
rapidjson
rapidxml
raptor
raspberrypi-usbboot
rdesktop
read-edid
readline
redis redis: bump to version 3.2.11 2017-10-28 19:05:11 +02:00
rfkill
riemann-c-client riemann-c-client: disable parallel make 2017-02-13 18:01:46 +01:00
rings
rng-tools
rp-pppoe
rpcbind package/rpcbind: Do not mark .service and .socket files executable 2017-09-06 12:18:29 +02:00
rpi-firmware package/rpi-firmware: install missing library 2017-07-20 07:32:04 +02:00
rpi-userland package/rpi-userland: don't install file in random location 2017-03-14 00:07:25 +01:00
rpm rpm: bump version to 4.13.0.1 (security) 2017-03-18 00:17:21 +01:00
rrdtool
rs485conf
rsh-redone
rsync
rsyslog
rt-tests
rtai
rtl8188eu
rtl8723bs
rtl8821au package/rtl8821au: fix license file name 2017-07-02 15:30:14 +02:00
rtmpdump rtmpdump: security bump to current HEAD 2017-05-17 22:37:24 +02:00
rtorrent
rtptools
rubix
ruby ruby: security bump to version 2.4.2 2017-11-26 22:32:42 +01:00
runc
sam-ba
samba4 package/samba4: security bump to version 4.5.14 2017-09-21 23:24:59 +02:00
sane-backends
sbc
sconeserver
scons
screen
scrub
scrypt
sdl
sdl2 sdl2: security bump to version 2.0.7 2017-10-28 19:02:42 +02:00
sdl2_gfx
sdl2_image
sdl2_ttf
sdl_gfx
sdl_image
sdl_mixer
sdl_net
sdl_sound
sdl_ttf
sdparm
sed
sepolgen
ser2net
setools
setserial
sg3_utils
shairport-sync
shapelib
shared-mime-info
shellinabox
sigrok-cli
simicsfs
sispmctl
skalibs skalibs: fix endianness detection on x86 2017-03-31 00:16:09 +02:00
skeleton system: do not overwrite /bin/sh Busybox symlink 2017-03-31 09:12:23 +02:00
sl
slang slang: use correct ncurses config script name 2017-03-31 09:02:28 +02:00
slirp packages: improve license type lists 2017-02-20 22:16:01 +01:00
smack
smartmontools
smcroute
smstools3
snappy package/snappy: fix typo 2017-09-04 22:59:00 +02:00
sngrep sngrep: use pkg-config to discover OpenSSL to fix static linking 2017-03-07 16:37:41 +01:00
snmppp snmp++: security bump to v3.3.10 2017-11-26 22:26:55 +01:00
socat package/socat: Fix TABDLY, CSIZE and CRDLY shifts for PowerPC 2017-06-08 22:41:41 +02:00
socketcand
sofia-sip
softether
sound-theme-borealis
sound-theme-freedesktop
sox
sp-oops-extract
spawn-fcgi
speex
sphinxbase
spi-tools
spice spice: add upstream security fixes for CVE-2017-7506 2017-07-20 00:17:38 +02:00
spice-protocol
spidev_test
sqlcipher
sqlite
squashfs squashfs: fix build with gcc 7 2017-09-04 22:55:51 +02:00
squeezelite
squid package/squid: fix typo 2017-09-06 13:14:05 +02:00
sredird
sshfs
sshpass
sslh package/sslh: fix a patch, drop the other 2017-02-23 22:52:00 +01:00
start-stop-daemon
startup-notification
statserial
stella
stm32flash
strace
stress
stress-ng
strongswan strongswan: add upstream security patch 2017-09-18 09:47:13 +02:00
stunnel
subversion subversion: security bump to version 1.9.7 2017-09-06 23:48:12 +02:00
sudo sudo: add upstream security patch for CVE-2017-1000367 2017-06-01 16:42:25 +02:00
sunxi-boards
sunxi-cedarx
sunxi-mali package/sunxi-mali: reorder select/depends 2017-02-20 22:47:47 +01:00
sunxi-tools
supertuxkart
supervisor supervisor: security bump to version 3.1.4 2017-09-21 13:18:27 +02:00
swig
swupdate
sylpheed
synergy synergy: Fix build with gcc 6 2017-02-26 14:14:30 +01:00
sysdig
sysklogd
syslog-ng syslog-ng: Bump version header in conf file to 3.9 2017-03-31 09:11:09 +02:00
sysprof
sysstat
systemd package/systemd: needs timezone info 2017-07-19 23:57:41 +02:00
systemd-bootchart
sysvinit sysvinit: fix compilation error against musl 2017-09-06 00:24:07 +02:00
szip
taglib taglib: fix legal info 2017-03-31 09:08:39 +02:00
tar
targetcli-fb
taskd
tcl
tclap
tcllib
tcpdump tcpdump: security bump to version 4.9.2 2017-09-21 12:05:11 +02:00
tcping tcping: fix upstream location 2017-02-15 22:48:25 +01:00
tcpreplay tcpreplay: patch security issue 2017-03-18 00:20:49 +01:00
tegrarcm
tekui
terminology
tftpd
thrift
thttpd
ti-cgt-pru
ti-gfx ti-gfx: only available on x86(-64) hosts 2017-11-26 21:18:30 +01:00
ti-sgx-demos
ti-sgx-km
ti-sgx-um
ti-uim
ti-utils
tidsp-binaries
tiff tiff: add upstream security fix for CVE-2017-10688 2017-07-20 07:31:54 +02:00
time
tinc
tinyalsa
tinycbor
tinydtls
tinyhttpd
tinymembench
tinyxml
tinyxml2
tmux
tn5250
tor tor: security bump to version 0.2.9.12 2017-09-23 23:10:24 +02:00
tovid
tpm-tools trousers: disable on ARC 2017-02-16 15:23:57 +01:00
trace-cmd
transmission transmission: gtk option needs libgtk3 2017-09-06 13:32:07 +02:00
tree
tremor
triggerhappy
trinity trinity: fix glibc/kernel headers conflict 2017-04-24 16:08:34 +02:00
trousers trousers: update ARC comment 2017-02-23 22:08:39 +01:00
ts4900-fpga
tslib tslib: use SPDX identifiers for licenses in use 2017-07-04 17:37:10 +02:00
tstools
tunctl
turbolua
tvheadend
twolame
tz
tzdata
tzdump
uboot-tools
ubus
ucl
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
udpcast
udpxy
uemacs
uhttpd
ulogd
unionfs
unixodbc
unrar unrar: security bump to version 5.5.8 2017-09-18 09:47:56 +02:00
unscd
unzip
upmpdcli upmpdcli: add user to the audio group 2017-03-31 08:59:57 +02:00
upower
upx
urg
usb_modeswitch
usb_modeswitch_data
usbmount
usbredir
usbutils
ushare
ussp-push
ustr
ustream-ssl
util-linux util-linux: re-add <pkg>_AUTORECONF = YES 2017-02-24 12:00:02 +01:00
ux500-firmware
v4l2grab
vala
valgrind package/valgrind: hide comment when arch is not supported 2017-09-05 23:59:29 +02:00
valijson
vboot-utils vboot-utils: fix ARCH detection 2017-11-26 22:28:17 +01:00
vde2
vdr
vdr-plugin-vnsiserver
vim vim: add host variant 2017-09-06 12:26:43 +02:00
vlc vlc: add upstream security patches fixing CVE-2017-10699 2017-07-04 17:39:48 +02:00
vnstat
vo-aacenc
vorbis-tools
vpnc
vsftpd
vtun
w_scan
waf
wavemon
wavpack wavpack: properly wrap help text 2017-02-19 23:05:10 +01:00
wayland
wayland-protocols
webkitgtk webkitgtk: security bump to version 2.18.3 2017-11-26 22:21:40 +01:00
webp
webrtc-audio-processing
weston
wf111
wget wget: add optional zlib support 2017-10-28 19:47:09 +02:00
whetstone
which which: update homepage URL 2017-04-24 17:44:17 +02:00
whois whois: bump to version 5.2.17 2017-09-06 11:03:09 +02:00
wilc1000-firmware
wine
wipe
wireless_tools
wireless-regdb
wireshark wireshark: bump version to 2.2.10 (security) 2017-11-26 22:09:46 +01:00
wiringpi wiringpi: fix static linking 2017-02-12 15:03:02 +01:00
wmctrl
wpa_supplicant wpa_supplicant: fix upstream URL 2017-10-19 16:59:21 +02:00
wpan-tools
wsapi
x11r7 package/x11r7/xapp_xdriinfo: fix libgl dependency 2017-11-26 22:37:17 +01:00
x11vnc
x264 package/x264: disable optional ffmpeg support 2017-06-26 09:56:14 +02:00
x265 package/x265: disable altivec on ppc64 2017-07-26 00:09:53 +02:00
xavante
xdotool
xen xen: add upstream post-4.7.3 security fix for XSA-245 2017-10-22 15:10:07 +02:00
xenomai packages: improve license type lists 2017-02-20 22:16:01 +01:00
xerces
xfsprogs package/xfsprogs: fix static build 2017-02-26 14:31:58 +01:00
xinetd
xl2tp
xmlstarlet
xorriso
xscreensaver packages: improve license type lists 2017-02-20 22:16:01 +01:00
xtables-addons
xterm xterm: disable with ARC external toolchain 2017-02-28 20:59:23 +01:00
xutil_util-macros
xvisor xvisor: fix bogus check on XVISOR_ARCH 2017-07-20 00:02:38 +02:00
xvkbd
xxhash
xz
yad
yaffs2utils
yajl
yaml-cpp
yasm
yavta
ympd
zbar
zd1211-firmware
zeromq
zic
zip
zlib
zlog
zmqpp package/zmqpp: link with libatomic when needed 2017-09-06 12:17:04 +02:00
znc
zsh
zxing-cpp
zynq-boot-bin
zyre
Config.in ddrescue: new package 2017-02-09 19:41:15 +01:00
Config.in.host
doc-asciidoc.mk
Makefile.in package/Makefile.in: add host-cc-option macro 2017-07-26 00:09:31 +02:00
pkg-autotools.mk
pkg-cmake.mk pkg-cmake.mk: set pkg-config env. vars. in the host configure environment 2017-09-05 23:39:16 +02:00
pkg-download.mk
pkg-generic.mk core/download: fix source check for git method 2017-05-15 14:09:04 +02:00
pkg-kconfig.mk package/pkg-kconfig.mk: fix typo in comment 2017-09-04 08:46:09 +02:00
pkg-kernel-module.mk
pkg-luarocks.mk
pkg-perl.mk
pkg-python.mk pkg-python: ignore user site-packages directory 2017-04-24 11:46:06 +02:00
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