kumquat-buildroot/package
Thomas Petazzoni 476f5fc8f6 python3: bump to 3.5.1
The major changes in terms of Buildroot packaging are:

 - Due to PEP488, Python no longer generates .pyc (unoptimized) and
   .pyo (optimized) byte-code files. Instead, it generates <foo>.pyc,
   <foo>.opt-1.pyc and <foo>.opt-2.pyc. Therefore, we removed the
   --disable-pyo-build option and kept only the --disable-pyc-build
   option, which completely disables building all .pyc files. In
   addition, since the optimized .opt-X.pyc files don't work if the
   corresponding un-optimized .pyc file is not present, we are for the
   moment unconditionally removing the optimized ones (keeping both
   the unoptimized and optimized ones doubles the required filesystem
   size!). So basically we preserve the behavior we had before this
   commit:

     BR2_PACKAGE_PYTHON3_PY_ONLY -> only *.py
     BR2_PACKAGE_PYTHON3_PYC_ONLY -> only non-optimized *.pyc
     BR2_PACKAGE_PYTHON3_PY_PYC -> both the *.py and non-optimized *.pyc

   To achieve this, the TARGET_FINALIZE_HOOKS are reworked:

    PYTHON3_REMOVE_PY_FILES is responsible for removing *.py files in
    the BR2_PACKAGE_PYTHON3_PYC_ONLY case.

    PYTHON3_REMOVE_PYC_FILES is responsible for removing *.pyc files
    in the BR2_PACKAGE_PYTHON3_PY_ONLY case.

    PYTHON3_REMOVE_OPTIMIZED_PYC_FILES is responsible for removing the
    optimized *.opt-1.pyc and *.opt-2.pyc files, which is done
    unconditionally.

 - The PEP3147 disabling patch had to be significantly reworked due to
   the code having changed heavily. The code was moved into a
   _bootstrap_external.py, which is a "frozen" Python module, i.e a
   module generated into a .h file at compile time using the
   _freeze_importlib program.

 - Due to the above, we now need to regenerate importlib.h at build
   time. Unfortunately, for the target Python _freeze_importlib is
   built for the target, so we can't run it on the build machine. To
   fix this, we copy the _freeze_importlib program from the
   host-python in $(HOST_DIR), and then patch the target python to use
   it. Since the same solution can be used for 'pgen', we do it, and
   avoid having to touch the graminit.{c,h} files.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Reviewed-by: Samuel Martin <s.martin49@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-05-17 22:46:17 +02:00
..
a10disp a10disp: add a hash file 2016-03-18 21:31:12 +01:00
acl
acpid acpid: bump to version 2.0.27 2016-03-22 23:09:01 +01:00
acsccid
adwaita-icon-theme adwaita-icon-theme: bump to version 3.20 2016-03-24 22:53:44 +01:00
aer-inject aer-inject: new package 2016-03-30 18:24:08 +02:00
aespipe
agentpp
aiccu package: remove _gp issue workaround for Codesourcery nios2 toolchain 2016-03-05 19:11:29 +01:00
aircrack-ng
alsa-lib alsa-lib: bump to version 1.1.1 2016-04-01 03:57:54 +02:00
alsa-utils alsa-utils: bump to version 1.1.1 2016-04-01 03:57:54 +02:00
alsamixergui
am33x-cm3
am335x-pru-package
android-tools android-tools: add new package 2016-04-30 19:04:10 +02:00
angularjs
apache apache: bump to version 2.4.20 2016-04-13 21:36:43 +02:00
apitrace
apr
apr-util
argp-standalone
argus
armadillo
arptables
assimp
at
atf
atftp
atk atk: bump to version 2.20.0 2016-03-24 22:53:28 +01:00
atkmm
attr attr: disable gettext for host variant 2016-03-03 15:05:36 +01:00
audiofile
audit package/audit: Remove redundant mkdir 2016-05-12 13:26:48 +02:00
aumix
autoconf
autoconf-archive
autofs
automake
autossh
avahi Merge branch 'next' 2016-03-02 21:25:00 +01:00
avrdude
axel
axfsutils
b43-firmware
b43-fwcutter
bandwidthd
bash bash re-enable parallel builds 2016-03-12 23:55:06 +01:00
batctl
bc
bcache-tools
bcm2835
bcusdk
bdwgc
beecrypt
bellagio
benejson
berkeleydb
bind bind: security bump to version 9.10.4 2016-05-04 22:47:43 +02:00
binutils binutils: remove support for version 2.23 2016-05-17 08:52:02 +02:00
biosdevname
bison
bitstream
bitstream-vera
blktrace
bluez5_utils bluez5_utils: start systemd service on boot 2016-05-07 14:29:13 +02:00
bluez_utils
bmon
boa
bonnie
boost boost: remove BR2_PACKAGE_BOOST_ARCH_SUPPORTS option 2016-05-17 15:25:18 +02:00
bootstrap
bootutils
botan
bridge-utils
bsdiff
btrfs-progs
bullet
bustle
busybox move busybox-minimal.config to be used by other noMMU targets 2016-04-30 15:28:32 +02:00
bwm-ng
bzip2
c-ares c-ares: bump to version 1.11.0 2016-03-22 10:01:50 +01:00
c-icap c-icap: avoid host library search path 2016-04-26 22:01:09 +02:00
c-icap-modules c-icap-modules: bump to version 0.4.2 2016-04-26 22:00:55 +02:00
c-periphery
ca-certificates package/ca-certificates: depend on host-python or host-python3 2016-05-05 15:42:17 +02:00
cache-calibrator
cairo cairo: enable opengl for cairo-gl 2016-03-26 21:35:44 +01:00
cairomm
can-utils
canfestival
cannelloni cannelloni: make SCTP support optional 2016-04-18 13:34:35 +02:00
cantarell cantarell: bump to version 0.0.24 2016-03-02 22:57:15 +01:00
cbootimage cbootimage: new package 2016-04-19 22:33:08 +02:00
cc-tool boost: remove BR2_PACKAGE_BOOST_ARCH_SUPPORTS option 2016-05-17 15:25:18 +02:00
ccache ccache: bump to version 3.2.5 2016-04-19 21:16:58 +02:00
ccid
ccrypt
cdrkit libcap, cdrkit, dvdrw-tools, fastd, squid: remove headers >= 3.0 dependency 2016-03-16 23:20:46 +01:00
cegui06
celt051
cgic
cgilua
cgroupfs-mount cgroupfs-mount: new package 2016-03-20 23:53:50 +01:00
check
checkpolicy
chocolate-doom chocolate-doom: add patch to fix static linking 2016-03-06 15:59:29 +01:00
chrony chrony: bump version 2016-04-28 14:12:21 +02:00
cifs-utils cifs-utils: bump to version 6.5 2016-03-09 13:14:21 +01:00
civetweb
cjson
clamav package/clamav: bump version to 0.99.2 2016-05-09 22:26:56 +02:00
clapack
classpath
cloog
cloop
cmake package/cmake: bump version to 3.5.2 2016-04-17 16:45:05 +02:00
collectd collectd: indentation cleanup 2016-03-08 23:59:35 +01:00
comix-cursors
connman connman: bump to version 1.32 2016-04-19 21:18:44 +02:00
connman-gtk connman-gtk: bump to version 1.1.1 2016-03-22 23:08:34 +01:00
conntrack-tools
copas copas: bump to version 2.0.1 2016-03-06 15:43:52 +01:00
coreutils
cosmo
coxpcall
cpio cpio: add security patch to fix CVE-2016-2037 2016-03-03 15:05:59 +01:00
cppcms
cppdb
cppunit
cppzmq
cpuload
cramfs
crda crda: fix build with GCC 6 2016-05-01 22:35:42 +02:00
crudini
cryptodev
cryptodev-linux
cryptopp package/cryptopp: Backport gcc compatibility patch 2016-04-28 13:50:03 +02:00
cryptsetup package: remove _gp issue workaround for Codesourcery nios2 toolchain 2016-03-05 19:11:29 +01:00
ctorrent
cups
curlftpfs
cvs
cwiid
cxxtest
czmq package/czmq: fix static linking 2016-03-06 15:59:46 +01:00
dado
dash
dawgdic
dbus dbus: bump to version 1.10.8 2016-03-08 21:00:46 +01:00
dbus-cpp
dbus-glib
dbus-python
dbus-triggerd
dcron dcron: indentation cleanup 2016-03-09 23:01:13 +01:00
debianutils
dejavu
devmem2
dfu-util dfu-util: Bump version to 0.9 2016-03-22 09:59:07 +01:00
dhcp
dhcpcd
dhcpdump
dhrystone
dialog
diffutils
dillo
ding-libs
directfb
directfb-examples
dmalloc
dmidecode
dmraid package: remove _gp issue workaround for Codesourcery nios2 toolchain 2016-03-05 19:11:29 +01:00
dnsmasq dnsmasq: re-enable parallel builds 2016-03-12 23:56:00 +01:00
docker
doom-wad
dos2unix
dosfstools
dovecot package/dovecot: bump version to 2.2.24 2016-04-27 22:15:59 +02:00
dovecot-pigeonhole package/dovecot-pigeonhole: bump version to 0.4.14 2016-04-27 22:15:59 +02:00
doxygen
drbd-utils
dropbear dropbear: bump to version 2016.73 2016-03-20 14:52:44 +01:00
dropwatch
dsp-tools
dstat
dt dt: add patch to fix failures on newer toolchains 2016-03-22 09:54:41 +01:00
dtach
dtc
dtv-scan-tables package/dtv-scan-tables: bump version 2016-03-29 03:10:36 +02:00
duma
dvb-apps
dvblast
dvbsnoop
dvdauthor
dvdrw-tools libcap, cdrkit, dvdrw-tools, fastd, squid: remove headers >= 3.0 dependency 2016-03-16 23:20:46 +01:00
e2fsprogs
e2tools
ebtables
ecryptfs-utils
ed
edid-decode
eeprog
efl
eigen
ejabberd
elementary
elf2flt elf2flt: Update version to fix buffer overflow in output_relocs() 2016-04-22 15:02:26 +02:00
elftosb
elfutils
emlog
empty
enchant
enlightenment
enscript
erlang erlang: bump to version 18.3 2016-03-22 20:19:19 +01:00
erlang-goldrush
erlang-lager
erlang-p1-cache-tab
erlang-p1-iconv
erlang-p1-sip
erlang-p1-stringprep erlang-p1-stringprep: add missing dependency on erlang-p1-utils 2016-03-08 10:57:22 +01:00
erlang-p1-stun
erlang-p1-tls
erlang-p1-utils
erlang-p1-xml
erlang-p1-yaml
erlang-p1-zlib
erlang-rebar Merge branch 'next' 2016-03-02 21:25:00 +01:00
espeak
ethtool ethtool: bump to version 4.5 2016-03-14 13:12:57 +01:00
eudev
evemu evemu: bump version to 2.4.0 2016-04-07 23:49:25 +02:00
eventlog
evtest
exfat
exfat-utils
exim package/exim: bump version to 4.87 2016-04-08 22:09:03 +02:00
exiv2
expat expat: bump to version 2.1.1 2016-03-14 08:48:43 +01:00
expect
expedite
explorercanvas
ezxml
f2fs-tools
faad2
faifa
fakeroot
faketime
fan-ctrl
fastd fastd: bump to v18 2016-04-02 16:47:00 +02:00
fb-test-app
fbdump
fbgrab
fbset
fbterm
fbtft
fbv
fcgiwrap
fconfig
fdk-aac fdk-aac: fix build with GCC 6 2016-05-01 22:34:56 +02:00
feh feh: bump to version 2.14.2 2016-04-05 21:31:05 +02:00
fetchmail
ffmpeg package/ffmpeg: bump version to 2.8.7 2016-05-09 22:55:05 +02:00
fftw
file file: bump to version 5.27 2016-05-15 21:39:23 +02:00
filemq
findutils
fio fio: add optional dependency on libaio 2016-04-19 23:38:41 +02:00
fis
flac
flann
flannel flannel: new package 2016-04-20 22:55:49 +02:00
flashbench
flashrom
flex
flickcurl
flite
flot
fltk
fluxbox
fmc fmc: bump to SDK 1.8 2016-05-17 22:26:13 +02:00
fmlib fmlib: bump to SDK 1.8 2016-05-17 22:26:18 +02:00
fmtools
font-awesome font-awesome: indentation cleanup 2016-03-08 23:59:31 +01:00
fontconfig
fping
freeradius-client
freerdp Revert "package/freerdp: bump version" 2016-03-29 23:57:59 +02:00
freescale-imx imx-uuc: new package 2016-04-17 22:48:44 +02:00
freeswitch package/freeswitch: Fix added license 2016-05-09 14:56:31 +02:00
freetype
fswebcam
ftop
fxload
gadgetfs-test gadgetfs-test: add a hash file 2016-04-17 10:56:57 +02:00
gamin gamin: fix build with musl 2016-03-30 00:02:28 +02:00
gauche
gawk
gcc package/gcc: 4.8.x to 5.x: backport a fix for building gcc with gcc-6 2016-05-17 22:27:29 +02:00
gcr gcr: bump to version 3.20.0 2016-03-25 21:42:39 +01:00
gd
gdb gdb: specify hashes for the ARC and Microblaze versions 2016-05-17 08:47:07 +02:00
gdbm
gdk-pixbuf gdk-pixbuf: use host loaders to update the cache 2016-04-15 20:24:09 +02:00
genext2fs
gengetopt
genimage
genpart
genromfs
geoip
gesftpserver
getent
gettext
gflags
ghostscript-fonts
giblib
giflib
git git: bump version to 2.8.2 2016-05-04 22:45:26 +02:00
glib-networking glib-networking: bump to version 2.48.2 2016-05-09 22:51:13 +02:00
glibc toolchain: remove eglibc support 2016-05-17 08:48:23 +02:00
glibmm glibmm: bump to version 2.48.1 2016-03-31 21:15:28 +02:00
glm
glmark2 package/glmark2: remove unneeded comment 2016-04-25 21:17:13 +02:00
glog
gmock
gmp
gmpc
gmrender-resurrect gmrender-resurrect: new package 2016-03-06 23:41:30 +01:00
gnu-efi
gnuchess
gnupg
gnupg2 gnupg2: bump to version 2.0.30 2016-03-31 21:02:35 +02:00
gnuplot
gnuradio boost: remove BR2_PACKAGE_BOOST_ARCH_SUPPORTS option 2016-05-17 15:25:18 +02:00
gnutls gnutls: bump to version 3.4.11 2016-04-13 21:40:08 +02:00
go package/go: bump version to 1.6.2 2016-05-07 14:31:04 +02:00
go-bootstrap go-bootstrap: new host package 2016-04-20 22:28:43 +02:00
gob2
google-breakpad
google-material-design-icons
googlefontdirectory googlefontdirectory: add hash file 2016-04-13 21:42:38 +02:00
gperf
gpm
gpsd
gptfdisk gptfdisk: indentation cleanup 2016-03-15 22:49:15 +01:00
gqview
gr-osmosdr
granite granite: new package 2016-03-22 23:33:47 +01:00
grantlee toolchain-external: CodeSourcery NiosII 2015.11 affected by PR19405 2016-04-20 23:20:58 +02:00
graphite2 graphite2: bump to version 1.3.8 2016-04-08 23:26:19 +02:00
grep grep: bump to version 2.25 2016-04-22 21:52:28 +02:00
gsl
gssdp
gstreamer freescale-imx: add BR2_PACKAGE_FREESCALE_IMX_HAS_VPU config 2016-03-29 16:24:18 +02:00
gstreamer1 gst1-plugins-bad: add rtmp support 2016-05-05 08:30:47 +02:00
gtest
gtk2-engines
gtkmm3 gtkmm3: bump to version 3.20.1 2016-04-15 20:15:16 +02:00
gtkperf
guile
gupnp
gupnp-av
gutenprint gutenprint: add optional libusb support 2016-04-17 21:35:38 +02:00
gvfs gvfs: bump to version 1.28.2 2016-05-09 22:23:17 +02:00
gzip gzip: bump version to 1.8 2016-04-27 22:29:34 +02:00
hans
harfbuzz harfbuzz: bump to version 1.2.7 2016-05-02 17:51:52 +02:00
haserl
haveged
hdparm
heimdal
heirloom-mailx heirloom-mailx: disable SSLv2 support 2016-03-01 20:53:29 +01:00
hiawatha hiawatha: bump to version 10.1 2016-03-09 07:26:05 +01:00
hicolor-icon-theme
hidapi
hostapd hostapd: add security fix 2016-05-03 09:30:47 +02:00
hplip
htop
httping
hwdata
hwloc
i2c-tools
i7z i7z: new package 2016-04-27 22:08:11 +02:00
ibrcommon
ibrdtn
ibrdtn-tools
ibrdtnd
icu icu: bump to version 57.1 2016-03-24 22:51:46 +01:00
ifplugd
iftop
ifupdown
igh-ethercat
igmpproxy
ijs
imagemagick imagemagick: security bump to version 6.9.4-1 2016-05-10 21:44:50 +02:00
imlib2 imlib2: security bump to version 1.4.9 2016-05-01 22:34:30 +02:00
imx-usb-loader
inadyn
inconsolata
initscripts
inotify-tools
input-event-daemon
input-tools
intel-microcode
intltool
iodine
iostat
iotop
iozone
iperf
iperf3 iperf3: bump to version 3.1.2 2016-04-20 13:41:47 +02:00
ipkg
ipmitool ipmitool: add an option to enable/disable ipmishell 2016-04-26 22:37:35 +02:00
ipmiutil
iproute2 iproute2: bump to version 4.5.0 2016-04-08 18:23:35 +02:00
iprutils
ipsec-tools
ipset
iptables
iptraf-ng
iputils iputils: really remove patch 2016-03-02 23:48:57 +01:00
iqvlinux
irda-utils
irqbalance
irssi irssi: bump to version 0.8.18 2016-03-08 21:17:06 +01:00
isl
iucode-tool
iw
jack2 package/jack2: Fix build on nios2 2016-04-19 21:03:13 +02:00
jamvm jamvm: needs dynamic library support 2016-03-16 09:18:26 +01:00
jansson
janus-gateway package: remove _gp issue workaround for Codesourcery nios2 toolchain 2016-03-05 19:11:29 +01:00
jasper
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
json-c
json-glib json-glib: bump to version 1.2.0 2016-03-23 00:03:25 +01:00
json-javascript
jsoncpp package/jsoncpp: Do not treat conversion warning as error 2016-04-27 12:16:12 +02:00
kbd kbd: fix install to target 2016-03-13 21:17:12 +01:00
kexec Merge branch 'next' 2016-03-02 21:25:00 +01:00
kexec-lite
keyutils
kismet
kmod
knock
kodi boost: remove BR2_PACKAGE_BOOST_ARCH_SUPPORTS option 2016-05-17 15:25:18 +02:00
kodi-addon-xvdr package/kodi-addon-xvdr: mark as deprecated 2016-04-24 23:25:22 +02:00
kodi-adsp-basic package/kodi-adsp-basic: new package 2016-03-05 16:04:41 +01:00
kodi-adsp-freesurround package/kodi-adsp-freesurround: new package 2016-03-05 16:01:01 +01:00
kodi-audiodecoder-modplug package/kodi-audio??coder-*: mass version bump, add hashes 2016-03-02 23:54:54 +01:00
kodi-audiodecoder-nosefart package/kodi-audio??coder-*: mass version bump, add hashes 2016-03-02 23:54:54 +01:00
kodi-audiodecoder-opus package/kodi-audiodecoder-opus: new package 2016-03-05 15:58:10 +01:00
kodi-audiodecoder-sidplay package/kodi-audio??coder-*: mass version bump, add hashes 2016-03-02 23:54:54 +01:00
kodi-audiodecoder-snesapu package/kodi-audio??coder-*: mass version bump, add hashes 2016-03-02 23:54:54 +01:00
kodi-audiodecoder-stsound package/kodi-audio??coder-*: mass version bump, add hashes 2016-03-02 23:54:54 +01:00
kodi-audiodecoder-timidity package/kodi-audio??coder-*: mass version bump, add hashes 2016-03-02 23:54:54 +01:00
kodi-audiodecoder-vgmstream package/kodi-audio??coder-*: mass version bump, add hashes 2016-03-02 23:54:54 +01:00
kodi-audioencoder-flac package/kodi-audio??coder-*: mass version bump, add hashes 2016-03-02 23:54:54 +01:00
kodi-audioencoder-lame package/kodi-audio??coder-*: mass version bump, add hashes 2016-03-02 23:54:54 +01:00
kodi-audioencoder-vorbis package/kodi-audio??coder-*: mass version bump, add hashes 2016-03-02 23:54:54 +01:00
kodi-audioencoder-wav package/kodi-audio??coder-*: mass version bump, add hashes 2016-03-02 23:54:54 +01:00
kodi-platform
kodi-pvr-argustv package/kodi-pvr-argustv: bump version 2016-03-05 21:29:24 +01:00
kodi-pvr-dvblink package/kodi-pvr-dvblink: bump version 2016-03-05 21:29:26 +01:00
kodi-pvr-dvbviewer package/kodi-pvr-dvbviewer: bump version 2016-03-05 21:29:28 +01:00
kodi-pvr-filmon package/kodi-pvr-filmon: bump version 2016-03-05 21:29:30 +01:00
kodi-pvr-hdhomerun package/kodi-pvr-hdhomerun: bump version 2016-03-05 21:29:31 +01:00
kodi-pvr-hts package/kodi-pvr-hts: bump version 2016-03-05 21:29:32 +01:00
kodi-pvr-iptvsimple package/kodi-pvr-iptvsimple: bump version 2016-03-05 21:29:33 +01:00
kodi-pvr-mediaportal-tvserver package/kodi-pvr-mediaportal-tvserver: bump version 2016-03-05 21:29:34 +01:00
kodi-pvr-mythtv package/kodi-pvr-mythtv: bump version 2016-03-05 21:29:36 +01:00
kodi-pvr-nextpvr package/kodi-pvr-nextpvr: bump version 2016-03-05 21:29:37 +01:00
kodi-pvr-njoy package/kodi-pvr-*: mass version bump, add hashes 2016-03-02 23:54:54 +01:00
kodi-pvr-pctv package/kodi-pvr-pctv: bump version 2016-03-05 21:29:38 +01:00
kodi-pvr-stalker package/kodi-pvr-stalker: bump version 2016-03-05 21:29:40 +01:00
kodi-pvr-vbox package/kodi-pvr-vbox: bump version 2016-03-05 21:29:41 +01:00
kodi-pvr-vdr-vnsi package/kodi-pvr-vdr-vnsi: bump version 2016-03-05 21:29:42 +01:00
kodi-pvr-vuplus package/kodi-pvr-vuplus: bump version 2016-03-05 21:29:43 +01:00
kodi-pvr-wmc package/kodi-pvr-wmc: bump version 2016-03-05 21:29:45 +01:00
kodi-screensaver-asteroids package/kodi-screensaver/visualisation-*: mass version bump, add hashes 2016-03-02 23:55:00 +01:00
kodi-screensaver-asterwave package/kodi-screensaver-asterwave: new package 2016-03-05 15:34:40 +01:00
kodi-screensaver-biogenesis package/kodi-screensaver/visualisation-*: mass version bump, add hashes 2016-03-02 23:55:00 +01:00
kodi-screensaver-cpblobs package/kodi-screensaver-cpblobs: new package 2016-03-05 15:46:23 +01:00
kodi-screensaver-crystalmorph package/kodi-screensaver-crystalmorph: add hash 2016-03-05 15:33:31 +01:00
kodi-screensaver-greynetic package/kodi-screensaver/visualisation-*: mass version bump, add hashes 2016-03-02 23:55:00 +01:00
kodi-screensaver-matrixtrails package/kodi-screensaver-matrixtrails: new package 2016-03-06 14:37:10 +01:00
kodi-screensaver-pingpong package/kodi-screensaver/visualisation-*: mass version bump, add hashes 2016-03-02 23:55:00 +01:00
kodi-screensaver-planestate package/kodi-screensaver-planestate: new package 2016-03-05 15:46:31 +01:00
kodi-screensaver-pyro package/kodi-screensaver/visualisation-*: mass version bump, add hashes 2016-03-02 23:55:00 +01:00
kodi-screensaver-rsxs
kodi-screensaver-stars package/kodi-screensaver/visualisation-*: mass version bump, add hashes 2016-03-02 23:55:00 +01:00
kodi-visualisation-fishbmc package/kodi-visualisation-fishbmc: new package 2016-03-05 15:48:48 +01:00
kodi-visualisation-fountain package/kodi-visualisation-fountain: new package 2016-03-05 15:50:12 +01:00
kodi-visualisation-goom
kodi-visualisation-shadertoy package/kodi-visualisation-shadertoy: bump version, add hash 2016-03-02 23:55:36 +01:00
kodi-visualisation-spectrum package/kodi-screensaver/visualisation-*: mass version bump, add hashes 2016-03-02 23:55:00 +01:00
kodi-visualisation-waveforhue package/kodi-visualisation-waveforhue: add hash 2016-03-05 15:33:36 +01:00
kodi-visualisation-waveform package/kodi-screensaver/visualisation-*: mass version bump, add hashes 2016-03-02 23:55:00 +01:00
kompexsqlite
ktap
kvmtool
kyua
lame
latencytop
lbase64
lbreakout2
lcdapi
lcdproc
lcms2
leafnode2
leafpad
less
lesstif
leveldb
lft lft: new package 2016-05-13 23:31:48 +02:00
lftp
libaio
libao
libarchive
libargtable2
libart
libasplib
libass package/libass: bump version to 0.13.2 2016-03-29 23:55:21 +02:00
libassuan
libatasmart
libatomic_ops
libbluray package/libbluray: bump version to 0.9.2 2016-03-13 21:19:24 +01:00
libbroadvoice
libbsd
libcap libcap, cdrkit, dvdrw-tools, fastd, squid: remove headers >= 3.0 dependency 2016-03-16 23:20:46 +01:00
libcap-ng package/libcap-ng: enable for CodeSourcery nios2 2015.11 toolchain 2016-03-05 19:11:15 +01:00
libcdaudio
libcddb
libcdio
libcec
libcgi
libcgicc
libcgroup
libcli
libcodec2
libcofi
libconfig
libconfuse
libcroco
libcrossguid package/libcrossguid: Fix typo in Config.in 2016-03-13 21:15:22 +01:00
libcue
libcuefile
libcurl libcurl: bump to version 7.48.0 2016-03-25 20:54:27 +01:00
libdaemon
libdcadec package/libdcadec: bump version to v0.2.0 2016-03-29 03:03:56 +02:00
libdmtx
libdnet
libdri2
libdrm package/libdrm: bump version to 2.4.68 2016-04-28 20:15:08 +02:00
libdvbcsa
libdvbpsi
libdvbsi
libdvdnav
libdvdread
libebml libebml: update version 2016-03-05 15:03:19 +01:00
libedit
libee
libenca
libepoxy libepoxy: move outside x11r7 scope 2016-03-20 18:34:10 +01:00
liberation
libesmtp
libestr
libev
libevas-generic-loaders
libevdev libevdev: bump version to 1.5.1 2016-05-16 22:41:45 +02:00
libevent
libexif
libeXosip2 libeXosip2: add a hash file 2016-04-17 10:56:33 +02:00
libfcgi
libffi
libfm
libfm-extra
libfreefare
libfreeglut
libfreeimage
libfribidi
libfslcodec libfslcodec: bump to version 4.0.8 2016-03-18 22:52:49 +01:00
libfslparser libfslparser: bump to version 4.0.8 2016-03-18 22:53:21 +01:00
libfslvpuwrap freescale-imx: add BR2_PACKAGE_FREESCALE_IMX_HAS_VPU config 2016-03-29 16:24:18 +02:00
libftdi boost: remove BR2_PACKAGE_BOOST_ARCH_SUPPORTS option 2016-05-17 15:25:18 +02:00
libftdi1 boost: remove BR2_PACKAGE_BOOST_ARCH_SUPPORTS option 2016-05-17 15:25:18 +02:00
libfuse libfuse: bump to version 2.9.6 2016-04-25 21:15:53 +02:00
libg7221
libgail
libgcrypt
libgdiplus
libgee libgee: new package 2016-03-22 23:30:20 +01:00
libgeotiff
libglade
libglew
libglfw
libglib2 libglib2: bump to version 2.48.1 2016-05-10 15:46:18 +02:00
libglu
libgpg-error
libgpgme
libgsasl
libgtk2 libgtk2: point to the proper cups-config 2016-03-26 21:35:18 +01:00
libgtk3 libgtk3: bump to version 3.20.4 2016-05-10 15:46:12 +02:00
libgudev
libhdhomerun
libhid
libhttpparser
libical
libiconv
libid3tag
libidn
libiio
libilbc
libimxvpuapi freescale-imx: add BR2_PACKAGE_FREESCALE_IMX_HAS_VPU config 2016-03-29 16:24:18 +02:00
libinput libinput: remove unneeded patch 2016-05-13 21:49:05 +02:00
libiqrf
libiscsi
libjpeg
libjson
libksba libksba: security bump to version 1.3.4 2016-05-10 15:46:22 +02:00
libldns libldns: Fix build error with perl 5.10 2016-03-29 17:16:12 +02:00
liblinear
libllcp
liblo
liblockfile
liblog4c-localtime
liblogging
libmad
libmatroska libmatroska: update version 2016-03-05 15:04:10 +01:00
libmbim libmbim: bump to version 1.12.4 2016-03-16 22:40:42 +01:00
libmbus
libmcrypt
libmemcached
libmhash
libmicrohttpd package: remove _gp issue workaround for Codesourcery nios2 toolchain 2016-03-05 19:11:29 +01:00
libmms
libmng
libmnl
libmodbus
libmodplug
libmpd
libmpdclient
libmpeg2
libndp
libnet
libnetfilter_acct
libnetfilter_conntrack
libnetfilter_cthelper
libnetfilter_cttimeout
libnetfilter_log
libnetfilter_queue
libnfc
libnfnetlink
libnfs
libnftnl
libnice
libnl
libnspr
libnss nss: security bump to version 3.23 2016-03-31 03:43:58 +02:00
liboauth
libogg
libopenh264
liboping
libosip2
libpam-radius-auth
libpam-tacplus
libpcap
libpciaccess
libpfm4
libphidget
libpjsip libpjsip: disable all bundled third party libraries 2016-03-17 14:30:04 +01:00
libplatform
libplayer
libplist
libpng
libpthread-stubs
libpthsem
libqmi libqmi: bump to version 1.14.2 2016-04-08 18:21:52 +02:00
libqrencode
libraw
libraw1394
libreplaygain
libroxml
librsvg librsvg: bump to version 2.40.15 2016-04-05 21:31:55 +02:00
librsync
librtas
librtlsdr
libsamplerate
libseccomp
libsecret libsecret: bump to version 0.18.5 2016-03-25 21:42:20 +01:00
libselinux
libsemanage
libsepol
libserial boost: remove BR2_PACKAGE_BOOST_ARCH_SUPPORTS option 2016-05-17 15:25:18 +02:00
libserialport
libsexy
libsha1
libshairplay
libshout package/libshout: bump version to 2.4.1 2016-04-05 21:37:02 +02:00
libsidplay2
libsigc libsigc: bump to version 2.8.0 2016-03-18 21:40:03 +01:00
libsigrok
libsigrokdecode
libsigsegv
libsilk
libsndfile
libsoc
libsocketcan
libsodium
libsoil
libsoundtouch
libsoup libsoup: bump to version 2.54.1 2016-04-26 21:55:37 +02:00
libsoxr
libsquish
libsrtp libsrtp: fix SHA1 functions conflicts with downstream packages 2016-04-22 15:12:03 +02:00
libssh
libssh2 package: remove _gp issue workaround for Codesourcery nios2 toolchain 2016-03-05 19:11:29 +01:00
libstrophe
libsvg
libsvg-cairo
libsvgtiny
libsysfs
libtasn1 libtasn1: bump to version 4.8 2016-04-13 21:40:02 +02:00
libtheora
libtirpc
libtomcrypt libtomcrypt: new package 2016-04-28 19:41:27 +02:00
libtommath libtommath: build with -fPIC 2016-04-30 14:54:41 +02:00
libtool
libtorrent
libtpl
libubox
libuci
libucl
libuecc libuecc: bump to v7 2016-04-02 16:46:51 +02:00
libump
libunistring
libunwind
libupnp
libupnpp package: remove _gp issue workaround for Codesourcery nios2 toolchain 2016-03-05 19:11:29 +01:00
liburcu
liburiparser
libusb
libusb-compat
libusbgx libusbgx: new package 2016-04-27 22:40:13 +02:00
libuv libuv: bump to version 1.9.0 2016-04-13 21:39:09 +02:00
libv4l
libva package/libva: bump version to 1.7.0 2016-03-20 14:56:55 +01:00
libva-intel-driver package/libva-intel-driver: bump version to 1.7.0 2016-03-20 14:56:59 +01:00
libvips
libvncserver
libvorbis
libvpx
libwebsock
libwebsockets libwebsockets: bump to version 1.7.5 2016-04-13 22:45:16 +02:00
libxkbcommon libxkbcommon: bump to version 0.6.1 2016-04-28 22:40:46 +02:00
libxml2
libxml-parser-perl
libxmlpp
libxmlrpc
libxslt package/libxslt: fix static build 2016-03-29 02:57:41 +02:00
libyaml
libyuv
libzip
lightning
lighttpd
linenoise
linknx linknx: select libcurl to fix autoreconf 2016-03-29 15:04:05 +02:00
links links: fix static link with directfb 2016-04-12 23:22:13 +02:00
linphone package/linphone: alsa support in mediastreamer needs alsa_lib_mixer 2016-03-30 16:09:21 +02:00
linux-backports
linux-firmware linux-firmware: add support for intel iwlwifi 6000g2b 2016-04-24 23:41:38 +02:00
linux-fusion
linux-headers linux-headers: add 4.6.x series 2016-05-16 21:18:02 +02:00
linux-pam linux-pam: add optional libselinux and audit dependencies 2016-04-19 23:22:32 +02:00
linux-zigbee
liquid-dsp toolchain-external: remove Sourcery PowerPC toolchains 2016-05-01 15:05:34 +02:00
lirc-tools lirc-tools: needs a C++ toolchain 2016-04-13 10:17:44 +02:00
lite
live555 package/live555: bump version to 2016.03.16 2016-03-29 03:11:06 +02:00
ljlinenoise
ljsyscall
lksctp-tools lksctp-tools: bump to version 1.0.17 2016-05-10 15:46:17 +02:00
lldpd
lm-sensors
lmbench
localedef
lockdev
lockfile-progs
log4cplus
log4cxx
logrotate
logsurfer
lpc3250loader
lpeg
lpty
lrandom
lrzsz
lshw
lsof
lsqlite3
lsuio
ltp-testsuite ltp-testsuite: build kernel modules when appropriate 2016-04-18 21:40:11 +02:00
ltrace
ltris
lttng-babeltrace
lttng-libust
lttng-modules
lttng-tools lttng-tools: fix musl build 2016-03-08 21:00:08 +01:00
lua
lua-cjson
lua-coat
lua-coatpersistent
lua-csnappy
lua-ev
lua-iconv
lua-messagepack lua-messagepack: bump to version 0.3.4 2016-03-06 15:44:00 +01:00
lua-msgpack-native
lua-periphery
lua-testmore
luabitop
luacrypto
luaexpat
luaexpatutils
luafilesystem
luainterpreter
luajit luajit: fix host installation 2016-05-01 23:29:56 +02:00
luajson
lualogging
luaposix luaposix: bump to version 33.4.0 2016-03-06 15:48:20 +01:00
luarocks
luasec
luasocket
luasql-sqlite3
lunit
lutok
luv luv: bump to version 1.9.0-1 2016-04-14 14:37:51 +02:00
luvi luvi: bump to version 2.7.0 2016-04-15 09:42:56 +02:00
lvm2 lvm2: bump version to 2.02.154 2016-05-16 21:20:01 +02:00
lxc lxc: update comment about the headers >= 3.0 dependency 2016-03-18 22:25:23 +01:00
lz4 lz4: fix legal info 2016-03-02 22:57:52 +01:00
lzip
lzlib lzlib: fix Lua dependency 2016-03-10 23:51:48 +01:00
lzma
lzo
lzop
m4
macchanger macchanger: add patch to fix musl build 2016-05-06 15:34:43 +02:00
madplay
make
makedevs
mali-t76x
matchbox
matchbox-common
matchbox-desktop
matchbox-fakekey
matchbox-keyboard
matchbox-lib
matchbox-panel
matchbox-startup-monitor
mbedtls
mc mc: bump version to 4.8.17 2016-05-09 14:05:32 +02:00
mcelog
mcrypt
mdadm
mediastreamer package/mediastreamer: bump version to 2.12.1 2016-03-29 03:04:33 +02:00
memcached memcached: fix musl build 2016-04-15 09:36:07 +02:00
memstat
memtest86
memtester
menu-cache
mesa3d package/{mesa3d, mesa3d-headers}: bump version to 11.2.2 2016-05-09 22:23:36 +02:00
mesa3d-demos
mesa3d-headers package/{mesa3d, mesa3d-headers}: bump version to 11.2.2 2016-05-09 22:23:36 +02:00
metacity
micropython
micropython-lib
midori midori: bump to version 0.5.11 2016-04-30 19:10:07 +02:00
mii-diag
minicom
minidlna package/minidlna: unavailable for static builds 2016-03-20 15:35:13 +01:00
minizip
miraclecast
mjpegtools
mjpg-streamer
mke2img
mkpasswd
mkpimage mkpimage: new host package 2016-03-22 23:41:40 +01:00
mmc-utils
moarvm moarvm: use libtommath 2016-04-28 22:44:55 +02:00
mobile-broadband-provider-info
modem-manager modem-manager: bump to version 1.4.14 2016-03-16 22:41:06 +01:00
modplugtools
mongodb mongodb: bump to version 3.3.4 2016-04-12 23:21:37 +02:00
mongoose
mongrel2
monit package/monit: bump to version 5.17 2016-03-05 19:12:55 +01:00
monkey
mono package/mono: bump to version 4.2.3.4 2016-04-24 17:21:38 +02:00
mono-gtksharp3
monolite
mosh mosh: requires wchar 2016-04-05 21:36:43 +02:00
mosquitto package: remove _gp issue workaround for Codesourcery nios2 toolchain 2016-03-05 19:11:29 +01:00
mp4v2
mpc
mpd boost: remove BR2_PACKAGE_BOOST_ARCH_SUPPORTS option 2016-05-17 15:25:18 +02:00
mpd-mpc
mpdecimal
mpfr mpfr: bump to version 3.1.4 2016-03-08 21:16:43 +01:00
mpg123 mpg123: bump to version 1.23.4 2016-05-15 21:39:22 +02:00
mplayer mplayer: switch it to samba4 2016-03-15 22:42:12 +01:00
mpv mpv: jack/sdl/sdl2 require 64-bit sync intrinsics 2016-05-05 22:56:35 +02:00
mraa
mrouted
msgpack
msmtp
msr-tools
mtd mtd: install header files to staging directory 2016-05-01 22:36:29 +02:00
mtdev
mtdev2tuio
mtools
mtr
multicat package/multicat: fix HAVE_CLOCK_NANOSLEEP with uClibc 2016-03-20 21:39:39 +01:00
musepack
musl musl: build broken on Thumb, use ARM mode 2016-04-08 12:08:33 +02:00
mutt mutt: bump version to 1.6.1 2016-05-04 22:45:55 +02:00
mxml
mysql
nano
nanocom
nasm nasm: bump to version 2.12.01 2016-03-18 21:39:41 +01:00
nbd
ncdu
ncftp
ncmpc
ncurses
ndisc6
ne10
neard
neardal
neon
net-tools
netatalk
netbsd-queue
netcat
netcat-openbsd
netperf
netplug
netsniff-ng netsniff-ng: bump to version 0.6.1 2016-04-13 21:06:34 +02:00
netsnmp netsnmp: ensure lm-sensors is available if enabled 2016-04-18 23:19:25 +02:00
netstat-nat
netsurf-buildsystem
nettle
network-manager network-manager: bump version to 1.0.12 2016-04-05 22:21:02 +02:00
newt
nfacct
nfs-utils
nftables
nginx package/nginx: add debug logging support 2016-05-05 22:44:19 +02:00
ngircd
ngrep
nload nload: new package 2016-03-31 21:17:41 +02:00
nmap nmap: bump to version 7.12 2016-03-30 21:04:21 +02:00
nodejs package/nodejs: bump version to 0.10.45 2016-05-09 22:54:48 +02:00
noip
norm norm: fix build failure with old headers 2016-03-31 18:15:46 +02:00
nss-mdns
nss-pam-ldapd
ntfs-3g ntfs-3g: bump version to 2016.2.22 2016-03-22 09:59:58 +01:00
ntp ntp: security bump to version 4.2.8p7 2016-05-02 17:24:10 +02:00
numactl
nut
nuttcp
nvidia-driver nvidia-driver: indentation cleanup 2016-03-09 23:00:14 +01:00
nvidia-tegra23
nvme nvme: add optional udev support 2016-04-19 09:33:18 +02:00
obsidian-cursors
ocf-linux
ocrad
odhcp6c
odhcploc
ofono package/libcap-ng: enable for CodeSourcery nios2 2015.11 toolchain 2016-03-05 19:11:15 +01:00
ola
olsr
omap-u-boot-utils
omniorb omniorb: remove autoreconf 2016-03-06 13:19:42 +01:00
on2-8170-libs
on2-8170-modules
open2300
open-plc-utils
openal
openbox
opencore-amr
opencv opencv: fix compile issues 2016-05-01 23:50:13 +02:00
opencv3 toolchain-external: CodeSourcery NiosII 2015.11 affected by PR19405 2016-04-20 23:20:58 +02:00
opengl
openipmi
openjpeg
openldap
openntpd
openobex
openocd
openpgm openpgm: depends on sync2/sync4 2016-03-18 22:10:39 +01:00
openpowerlink
openssh openssh: security bump to version 7.2p2 2016-03-10 20:49:57 +01:00
openssl openssl: security bump to version 1.0.2h 2016-05-04 22:44:51 +02:00
openswan
opentyrian
opentyrian-data opentyrian-data: add hash file 2016-04-13 21:42:34 +02:00
openvmtools
openvpn
opkg opkg: add missing dependency on libarchive 2016-04-30 14:55:29 +02:00
oprofile
opus
opus-tools
opusfile
orbit
orc orc: bump to version 0.4.25 2016-03-15 21:01:59 +01:00
ortp package/ortp: bump version to 0.25.0 2016-03-29 03:04:15 +02:00
owfs owfs: add sysv init scripts 2016-03-27 00:53:16 +01:00
owl-linux
p11-kit
p910nd
pango pango: bump to version 1.40.1 2016-04-13 21:41:16 +02:00
pangomm pangomm: bump to version 2.40.0 2016-03-28 22:29:27 +02:00
parted
patch
patchelf
pax-utils package/pax-utils: switch to autotools 2016-03-20 22:09:41 +01:00
pciutils
pcmanfm
pcre pcre: enable unicode properties for host variant 2016-03-22 23:03:27 +01:00
pcsc-lite pcsc-lite: add hash file 2016-04-13 21:42:29 +02:00
perl perl: bump to version 5.22.2 2016-04-30 14:53:37 +02:00
perl-crypt-openssl-random
perl-crypt-openssl-rsa
perl-datetime-tiny
perl-db-file
perl-digest-hmac
perl-digest-sha1
perl-encode-detect
perl-encode-locale
perl-file-listing
perl-file-util
perl-gd
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 5.6.21 2016-04-29 08:49:22 +02:00
php-geoip php-geoip: fix legal info 2016-05-10 15:46:25 +02:00
php-gnupg
php-imagick php-imagick: bump version to 3.4.1 2016-05-01 23:02:06 +02:00
php-memcached
php-ssh2 package: remove _gp issue workaround for Codesourcery nios2 toolchain 2016-03-05 19:11:29 +01:00
php-yaml
php-zmq php-zmq: bump version to 1.1.3 2016-05-01 23:02:12 +02:00
picocom
pifmrds
pinentry toolchain-external: CodeSourcery NiosII 2015.11 affected by PR19405 2016-04-20 23:20:58 +02:00
pixman toolchain-external: remove Sourcery PowerPC toolchains 2016-05-01 15:05:34 +02:00
pkgconf
poco poco: add patch to fix musl build 2016-04-13 23:49:01 +02:00
polarssl
polkit
poppler toolchain-external: CodeSourcery NiosII 2015.11 affected by PR19405 2016-04-20 23:20:58 +02:00
popt
portaudio
portmap
postgresql postgresql: bump version to 9.5.3 2016-05-13 21:48:38 +02:00
pound
powerpc-utils powerpc-utils: bump to v1.3.1, change upstream location and license 2016-03-30 16:38:01 +02:00
powertop
powervr
pppd
pps-tools
pptp-linux
prboom package/prboom: fix typo in help text 2016-03-22 10:00:57 +01:00
privoxy
procps-ng package/procps-ng: install libprocps.pc in staging/usr/lib/pkgconfig/ 2016-03-26 18:53:55 +01:00
procrank_linux procrank_linux: new package 2016-03-06 16:12:03 +01:00
proftpd proftpd: bump to version 1.3.5b 2016-03-13 23:16:17 +01:00
protobuf protobuf: fix detection of __atomic_*() built-ins 2016-03-20 23:43:31 +01:00
protobuf-c
proxychains-ng
psmisc
psplash psplash: indentation cleanup 2016-03-10 23:49:04 +01:00
ptpd
ptpd2
pulseaudio
pulseview boost: remove BR2_PACKAGE_BOOST_ARCH_SUPPORTS option 2016-05-17 15:25:18 +02:00
pure-ftpd
putty putty: add new package 2016-03-14 23:36:32 +01:00
pv
pwgen
python
python3 python3: bump to 3.5.1 2016-05-17 22:46:17 +02:00
python-alsaaudio
python-autobahn
python-backports-abc
python-beautifulsoup4
python-bottle
python-can
python-cbor
python-certifi python-certifi: bump to version 2016.2.28 2016-04-20 13:40:02 +02:00
python-cffi python-cffi: bump to version 1.6.0 2016-05-06 15:29:07 +02:00
python-characteristic
python-cheetah
python-cherrypy
python-click python-click: bump to version 6.6 2016-04-13 21:59:03 +02:00
python-coherence
python-configobj
python-configshell-fb
python-crc16
python-crossbar python-crossbar: propagate missing dependencies 2016-03-10 22:29:46 +01:00
python-cryptography python-cryptography: bump to version 1.3.1 2016-03-24 22:32:59 +01:00
python-cssselect
python-daemon
python-dialog
python-django
python-docopt
python-dpkt
python-ecdsa
python-enum
python-enum34
python-flask
python-flask-jsonrpc python-flask-jsonrpc: new package 2016-05-13 22:34:22 +02:00
python-flup
python-gobject
python-html5lib
python-httplib2
python-id3
python-idna python-idna: bump to version 2.1 2016-03-24 22:32:48 +01:00
python-iniparse
python-iowait python-iowait: new package 2016-04-25 00:00:04 +02:00
python-ipaddr
python-ipaddress
python-ipy
python-ipython
python-itsdangerous
python-jinja2
python-json-schema-validator
python-keyring
python-libconfig boost: remove BR2_PACKAGE_BOOST_ARCH_SUPPORTS option 2016-05-17 15:25:18 +02:00
python-lmdb
python-lxml python-lxml: bump to version 3.6.0 2016-04-13 21:59:02 +02:00
python-mad
python-mako
python-markdown
python-markupsafe
python-meld3
python-mistune python-mistune: bump to version 0.7.2 2016-03-16 22:39:09 +01:00
python-msgpack python-msgpack: remove useless 'depends on' in comment 2016-03-10 22:30:05 +01:00
python-netaddr
python-netifaces
python-networkmanager
python-nfc
python-numpy
python-paho-mqtt
python-pam
python-paramiko
python-pexpect python-pexpect: new package 2016-04-15 22:45:48 +02:00
python-posix-ipc
python-protobuf
python-psutil
python-ptyprocess python-ptyprocess: new package 2016-04-15 22:41:30 +02:00
python-pyasn
python-pyasn-modules
python-pycli
python-pycparser
python-pycrypto python-pycrypto: bump to version 2.6.1 2016-03-30 17:45:54 +02:00
python-pydal
python-pyftpdlib
python-pygame
python-pygments
python-pyinotify
python-pymysql python-pymysql: new package 2016-04-13 22:18:28 +02:00
python-pynacl
python-pyopenssl python-pyopenssl: bump to version 16.0.0 2016-03-24 22:33:08 +01:00
python-pyparsing
python-pyparted
python-pypcap
python-pyqt
python-pyratemp
python-pyrex
python-pyro
python-pyroute2 python-pyroute2: bump to version 0.3.20 2016-04-13 21:59:09 +02:00
python-pysendfile
python-pysmb python-pysmb: bump to version 1.1.18 2016-04-13 21:59:13 +02:00
python-pysnmp
python-pysnmp-apps
python-pysnmp-mibs
python-pysocks python-pysocks: new package 2016-04-15 22:25:32 +02:00
python-pytrie
python-pyudev
python-pyusb
python-pyxb
python-pyyaml
python-pyzmq
python-requests
python-rpi-gpio python-rpi-gpio: fix typo 2016-03-07 11:04:28 +01:00
python-rtslib-fb
python-serial
python-service-identity
python-setproctitle python-setproctitle: bump to version 1.1.10 2016-05-12 13:25:39 +02:00
python-setuptools
python-shutilwhich
python-simplejson
python-singledispatch python-singledispatch: add missing runtime dependency 2016-05-05 22:55:32 +02:00
python-sip
python-six
python-smbus-cffi
python-spidev
python-thrift
python-tornado
python-treq
python-twisted python-twisted: bump to version 16.1.1 2016-05-06 15:29:06 +02:00
python-txaio
python-ujson
python-urllib3
python-urwid
python-versiontools
python-web2py
python-webpy
python-werkzeug
python-ws4py
python-wsaccel
python-zope-interface
qdecoder
qemu qemu: bump version to 2.5.1.1 2016-05-10 15:46:20 +02:00
qextserialport
qhull
qjson
qlibc
qpdf
qpid-proton
qt toolchain-external: CodeSourcery NiosII 2015.11 affected by PR19405 2016-04-20 23:20:58 +02:00
qt5 qt5base: fix sparc glibc libatomic link problem 2016-04-24 23:42:37 +02:00
qt5cinex
qt-webkit-kiosk
qtuio
quagga quagga: bump to version 1.0.20160315 2016-03-18 22:02:50 +01:00
quazip quazip: bump to version 0.7.2 2016-04-15 09:42:37 +02:00
quota package/quota: renumber patches 2016-03-22 21:41:46 +01:00
qwt toolchain-external: CodeSourcery NiosII 2015.11 affected by PR19405 2016-04-20 23:20:58 +02:00
rabbitmq-c rabbitmq-c: bump to version 0.8.0 2016-04-13 21:07:21 +02:00
racehound package/racehound: bump and fix dependencies 2016-04-13 22:34:40 +02:00
radvd
ramsmp
ramspeed
ranger
rapidjson
rapidxml
raptor raptor: new package 2016-03-26 19:14:16 +01:00
rdesktop
read-edid
readline
redis redis: use BR2_TOOLCHAIN_HAS_LIBATOMIC 2016-03-28 22:41:02 +02:00
rfkill
rings
rng-tools
rp-pppoe rp-pppoe: select pppd 2016-04-18 21:21:58 +02:00
rpcbind
rpi-firmware package/rpi-firmware: bump version for rpi0 2016-05-08 15:53:57 +02:00
rpi-userland rpi-userland: bump version 2016-04-23 21:27:17 +02:00
rpm
rrdtool rrdtool: bump to version 1.5.6 2016-04-19 21:19:26 +02:00
rsh-redone
rsync
rsyslog
rt-tests
rtai
rtl8188eu
rtl8821au rtl8821au: bump to 4c298b 2016-05-01 14:44:18 +02:00
rtmpdump
rtorrent
rtptools package/rtptools: fix build for toolchains missinf SUN RPC headers 2016-04-17 23:07:28 +02:00
rubix
ruby ruby: bump to version 2.3.1 2016-04-27 22:15:30 +02:00
sam-ba
samba4 samba4: bump to version 4.4.3 2016-05-02 17:19:19 +02:00
sane-backends
sbc
sconeserver
scons
screen screen: re-eneable parallel builds 2016-03-12 23:55:28 +01:00
scrub package/scrub: new package 2016-03-08 21:08:43 +01:00
scrypt
sdl sdl: disable rpath via configure option 2016-03-17 10:14:58 +01:00
sdl2
sdl_gfx
sdl_image
sdl_mixer sdl_mixer: add patch to fix SDL_mixer.pc for static linking 2016-03-06 15:59:25 +01:00
sdl_net
sdl_sound
sdl_ttf
sdparm
sed
sepolgen
ser2net
setools setools: fix build on SPARC64 2016-03-26 18:49:41 +01:00
setserial setserial: indentation cleanup 2016-03-09 23:00:20 +01:00
sg3_utils sg3_utils: bump to version 1.42 2016-03-02 23:00:34 +01:00
shairport-sync shairport-sync: bump to version 2.8.3 2016-04-29 08:49:33 +02:00
shared-mime-info shared-mime-info: add patch to fix parallel installation issue 2016-04-23 11:37:57 +02:00
sigrok-cli
simicsfs
sispmctl
skeleton
sl
slang slang: make install-static do install-pkgconfig 2016-03-14 08:49:06 +01:00
slirp
smack
smartmontools smartmontools: bump to version 6.5 2016-05-10 15:46:16 +02:00
smcroute
smstools3
snappy
snmppp
snowball-hdmiservice
snowball-init
socat
socketcand
sofia-sip
softether
sound-theme-borealis
sound-theme-freedesktop
sox
sp-oops-extract
spawn-fcgi
speex
spi-tools
spice
spice-protocol
spidev_test
sqlcipher
sqlite sqlite: bump version to 3120200 2016-04-20 08:55:20 +02:00
squashfs
squeezelite package/squeezelite: fix compilation with ffmpeg >= 2.9 2016-03-29 03:08:42 +02:00
squid squid: bump to version 3.5.19 2016-05-10 15:46:14 +02:00
sredird
sshfs sshfs: bump to version 2.7 2016-04-28 22:39:51 +02:00
sshpass
sstrip
start-stop-daemon
startup-notification
statserial
stm32flash
strace
stress
stress-ng
strongswan strongswan: disable iptables support 2016-04-13 23:55:56 +02:00
stunnel stunnel: bump to version 5.31 2016-03-03 15:08:18 +01:00
subversion subversion: security bump to version 1.9.4 2016-04-28 21:14:06 +02:00
sudo
sunxi-boards
sunxi-cedarx
sunxi-mali
sunxi-mali-prop
sunxi-tools
supervisor
swig
swupdate swupdate: bump to version 2016.04 2016-05-07 09:11:20 +02:00
sylpheed
synergy
sysdig
sysklogd
syslog-ng
sysprof
sysstat sysstat: bump to version 11.2.3 2016-04-13 21:41:09 +02:00
systemd package/systemd: Respect BR2_TARGET_GENERIC_GETTY_BAUDRATE 2016-03-31 04:02:49 +02:00
sysvinit
szip
taglib
tar tar: bump to version 1.29 2016-05-17 08:53:37 +02:00
targetcli-fb
taskd taskd: add patch to fix musl build issue 2016-05-07 09:17:00 +02:00
tcl tcl: enable postgresql support 2016-03-30 19:28:59 +02:00
tclap
tcllib
tcpdump
tcping
tcpreplay tcpreplay: fix static link with libpcap 2016-03-29 20:26:28 +02:00
tegrarcm tegrarcm: new package 2016-04-19 22:20:22 +02:00
tftpd
thrift boost: remove BR2_PACKAGE_BOOST_ARCH_SUPPORTS option 2016-05-17 15:25:18 +02:00
thttpd
ti-gfx package/ti-gfx: needs ia32 libraries 2016-03-28 15:39:43 +02:00
ti-uim
ti-utils
tidsp-binaries
tiff tiff: update homepage link 2016-05-05 08:11:18 +02:00
time
tinc
tinyalsa
tinyhttpd
tinymembench
tinyxml
tinyxml2
tmux
tn5250 tn5250: don't reference SSLv2/v3 functions if openssl is built without them 2016-03-01 19:52:49 +01:00
tor tor: disable unit-tests 2016-03-08 21:16:11 +01:00
torsmo
tovid
tpm-tools
trace-cmd
transmission package/transmission: bump version to 2.92 2016-03-13 21:45:18 +01:00
tree tree: bump to version 1.7.0 2016-03-24 22:31:25 +01:00
tremor
triggerhappy
trinity
trousers
tslib
tstools
turbolua package/turbolua: new package 2016-04-17 23:07:43 +02:00
tvheadend package/tvheadend: revert minimum required ffmpeg version numbers 2016-04-18 21:44:12 +02:00
twolame
tz
tzdata tzdata: reorder zone list to avoid missing links 2016-04-19 23:11:49 +02:00
tzdump
uboot-tools uboot-tools: bump to version 2016.05 2016-05-16 22:38:22 +02:00
ubus ubus: indentation cleanup 2016-03-08 23:59:46 +01:00
ucl
uclibc uclibc: enable debug build option 2016-05-17 22:32:31 +02:00
udev
udisks
udpcast
uemacs
ulogd
unionfs
unixodbc
unrar
unscd
unzip
upmpdcli package/upmpdcli: bump to version 1.1.3 2016-03-18 22:03:31 +01:00
upx
urg
usb_modeswitch
usb_modeswitch_data
usbmount
usbredir
usbutils
ushare
ussp-push
ustr
util-linux util-linux: bump to version 2.28 2016-04-18 21:22:12 +02:00
ux500-firmware
v4l2grab
vala vala: add vala/valac wrapper 2016-03-22 23:29:39 +01:00
valgrind
valijson boost: remove BR2_PACKAGE_BOOST_ARCH_SUPPORTS option 2016-05-17 15:25:18 +02:00
vboot-utils
vde2
vim
vlc vlc: bump version to 2.2.3 2016-05-04 22:46:12 +02:00
vnstat vnstat: needs host-pkgconf 2016-04-13 21:37:14 +02:00
vo-aacenc
vorbis-tools
vpnc vpnc: simplify patch 0001 2016-04-20 23:11:37 +02:00
vsftpd
vtun
w_scan
wavpack
wayland wayland: bump to version 1.10.0 2016-03-20 18:47:43 +01:00
wayland-protocols wayland-protocols: new package 2016-03-20 18:48:09 +01:00
webkit
webkitgtk webkitgtk: new package 2016-04-30 19:08:14 +02:00
webkitgtk24 webkitgtk24: mark as deprecated 2016-04-30 21:07:27 +02:00
webp
webrtc-audio-processing
weston weston: disable v4l simple dmabuf for headers < 3.8 2016-04-21 23:26:00 +02:00
wf111 wf111: bump to 5.2.2-r2 2016-04-25 23:50:30 +02:00
wget
whetstone
which
whois whois: bump to version 5.2.12 2016-03-30 21:04:28 +02:00
wilc1000-firmware wilc1000-firmware: new package 2016-04-02 17:18:32 +02:00
wine wine: Bump to version 1.8.2 2016-04-12 23:21:11 +02:00
wipe
wireless_tools
wireless-regdb wireless-regdb: bump to version 2016.05.02 2016-05-04 22:49:05 +02:00
wireshark wireshark: security bump to version 2.0.3 2016-04-25 21:15:24 +02:00
wmctrl
wpa_supplicant wpa_supplicant: add security fixes 2016-05-03 09:31:05 +02:00
wpan-tools
wsapi
wvdial
wvstreams
x11r7 xserver_xorg-server: use -O2 build optimization level 2016-05-06 15:50:02 +02:00
x11vnc
x264 x264: needs madvise(), disable for bfin external toolchain 2016-05-02 21:51:24 +02:00
x265 package/x265: bump version to 1.9 2016-03-29 03:10:26 +02:00
xavante
xdotool
xenomai xenomai: update download site 2016-04-23 21:37:23 +02:00
xerces Merge branch 'next' 2016-03-02 21:25:00 +01:00
xfsprogs xfsprogs: bump version to 4.5.0 2016-03-18 21:40:45 +01:00
xinetd
xl2tp
xmlstarlet
xorriso xorriso: Unify help description 2016-04-08 22:09:49 +02:00
xscreensaver
xtables-addons
xterm xterm: bump to version 324 2016-04-28 22:41:47 +02:00
xutil_util-macros
xvkbd
xxhash
xz
yad
yaffs2utils
yajl yajl: remove obsolete patch 2016-04-27 22:49:55 +02:00
yaml-cpp boost: remove BR2_PACKAGE_BOOST_ARCH_SUPPORTS option 2016-05-17 15:25:18 +02:00
yasm yasm: style and whitespace cleanup 2016-03-09 22:09:39 +01:00
yavta
ympd
zbar
zd1211-firmware
zeromq zeromq: add explicit --without-pgm when pgm is disabled 2016-03-20 23:05:37 +01:00
zic package/zic: bump version to 2016d 2016-04-19 21:20:00 +02:00
zip
zlib
zlog
zmqpp boost: remove BR2_PACKAGE_BOOST_ARCH_SUPPORTS option 2016-05-17 15:25:18 +02:00
znc package/znc: bump version to 1.6.3 2016-03-05 14:50:42 +01:00
zsh zsh: don't use host pcre-config 2016-03-06 21:38:04 +01:00
zxing-cpp
zynq-boot-bin
zyre
Config.in lft: new package 2016-05-13 23:31:48 +02:00
Config.in.host android-tools: add new package 2016-04-30 19:04:10 +02:00
doc-asciidoc.mk
Makefile.in package/Makefile.in: adjust LDFLAGS for elf2flt 2016-04-08 14:27:59 +02:00
pkg-autotools.mk
pkg-cmake.mk
pkg-download.mk core/pkg-download: ignore hashes from mirror for VCS downloads 2016-04-20 23:37:19 +02:00
pkg-generic.mk core/legal-info: install source archives in their own sub-dir 2016-05-11 23:39:37 +02:00
pkg-kconfig.mk core/pkg-kconfig: Use olddefconfig when available 2016-05-05 08:13:39 +02:00
pkg-kernel-module.mk
pkg-luarocks.mk
pkg-perl.mk
pkg-python.mk
pkg-rebar.mk
pkg-utils.mk
pkg-virtual.mk