kumquat-buildroot/package
Danomi Manchego 9917e48d7e pkg-autotools: fix patching libtool for version 2.4
If the libtool used by the package is 2.4 (i.e. with no patchlevel), we
end up with error messages like this one, seen when building ntp-4.2.8p3:

    /bin/sh: line 0: test: 2.4: integer expression expected

That's because the current sed expression "[0-9].[0-9]." only deletes content
like "2.4.", so it leaves "2.4" (no patch level *and* no second period) intact,
resulting in an ltmain_patchlevel of "2.4", not empty, and not "0".  Then the
shell line goes bad, because the built in shell test -gt operates on integers
only, and fails on floating point numbers (like "2.4").

Additionally, the existing sed lines are problematic in other ways, because the
current expression "[0-9].[0-9]" will match "234" as well as "2.4", as an unescaped
period matches any character, not just a period.  Also, the lack of an asterisk
after the first character may be a problem in the future, if a two digit initial
number is used.

So, this patch changes the sed regex as follows:

* Match a string of digits when searching for a number.  I.e. "[0-9]*"
* Match specifically a period in between two numbers.  I.e. "\."
* When searching for a patch level, make the second period optional.  I.e. "\.*"

Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-07-06 18:12:55 +02:00
..
a10disp a10disp: bump to version v0.6.1 2015-06-21 06:42:57 +02:00
acl acl, attr: fix libdir variable in .la files 2015-05-16 15:36:21 +02:00
acpid
adwaita-icon-theme
aespipe
agentpp agentpp: bump to 4.0.4 2015-06-21 06:49:42 +02:00
aiccu
aircrack-ng
alsa-lib
alsa-utils alsa-utils: amidi option needs seq support in alsa-lib 2015-05-15 00:07:03 +02:00
alsamixergui
am33x-cm3
am335x-pru-package
apache
apitrace
apr package/apr: Add libuuid as optional dependency 2015-05-21 22:47:44 +02:00
apr-util
argp-standalone package/argp-standalone: is useless for (e)glibc toolchains 2015-05-03 19:19:25 +02:00
argus
armadillo armadillo: bump versin to 5.100.2 2015-05-15 00:08:27 +02:00
arptables
at package/at: fix glibcism 2015-05-05 22:42:57 +02:00
atf atf: needs mmu 2015-06-13 14:52:53 +02:00
atftp
atk
attr acl, attr: fix libdir variable in .la files 2015-05-16 15:36:21 +02:00
audiofile
audit audit: new package 2015-06-17 23:34:09 +02:00
aumix
autoconf
autoconf-archive host-autoconf-archive: install to a non-standard location 2015-05-15 00:59:31 +02:00
automake automake: use whenever possible the ACLOCAL_HOST_DIR variable 2015-06-14 23:34:01 +02:00
autossh
avahi packages: remove non-IPv6 enabler patches 2015-04-22 23:00:31 +02:00
avrdude
axel
b43-firmware
b43-fwcutter
bandwidthd postgresql: mark as not available for static linking 2015-05-16 17:24:16 +02:00
bash
batctl
bc bc: patch makeinfo logic 2015-06-13 14:53:01 +02:00
bcache-tools
bcusdk bcusdk: needs argp-standalone on uClibc 2015-05-03 13:33:02 +02:00
bdwgc
beecrypt
bellagio
benejson
berkeleydb berkeleydb: accommodate threads presence/absence 2015-07-06 17:28:48 +02:00
bind
binutils powerpc: disable binutils 2.24 for little endian 2015-07-03 10:33:06 +02:00
biosdevname
bison
bitstream-vera
blackbox
blktrace libaio: introduce a BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS option 2015-06-28 15:26:40 +02:00
bluez5_utils
bluez_utils
bmon
boa
bonnie
boost Merge branch 'next' 2015-06-01 23:52:57 +02:00
bootstrap
bootutils
botan
bridge-utils
bsdiff
btrfs-progs btrfs-progs: drop dependency on acl and attr 2015-07-06 14:02:30 +02:00
bullet
bustle
busybox busybox: PAM support needs thread support 2015-07-04 15:48:04 +02:00
bwm-ng
bzip2
c-ares
c-periphery c-periphery: new package 2015-05-16 23:19:53 +02:00
ca-certificates package/ca-certificates: bump version to 20150426 2015-06-09 22:42:16 +02:00
cache-calibrator
cairo
can-utils
canfestival
cc-tool boost: disable on NIOS 2 with broken toolchains 2015-05-16 09:26:29 +02:00
ccache package/ccache: bump to version 3.2.2 2015-06-04 15:28:22 +02:00
ccid
ccrypt
cdrkit
cegui06
celt051
cgic
cgilua
checkpolicy
chrony
cifs-utils
civetweb
cjson
clamav
clapack
classpath
cloog cloog: bump to version 0.18.3 2015-07-04 14:56:44 +02:00
cloop
cmake
collectd collectd: fix parallel build issues 2015-07-06 15:48:43 +02:00
connman libcap-ng: cannot be built with nios2 CS 2014.05 toolchain 2015-05-15 00:33:25 +02:00
conntrack-tools conntrack-tools: adjust comment to match conditional 2015-05-31 23:12:32 +02:00
copas
coreutils coreutils: bump to version 8.24 2015-07-05 08:55:14 +02:00
cosmo
coxpcall
cppcms
cppdb
cppunit
cppzmq
cpuload
cramfs
crda
cryptodev
cryptodev-linux
cryptsetup cryptsetup: remove e2fsprogs dependency 2015-07-04 14:13:06 +02:00
ctorrent
cups
curlftpfs
cvs
cwiid
czmq czmq: needs host-pkgconf 2015-05-13 09:17:49 +02:00
dado dado: bump to version 1.6.0 2015-06-02 22:46:30 +02:00
dash
dbus
dbus-cpp
dbus-glib
dbus-python
dbus-triggerd
dcron
debianutils
dejavu
devmem2
dfu-util
dhcp
dhcpcd dhcpcd: needs kernel headers >= 3.1 2015-05-13 15:31:23 +02:00
dhcpdump
dhrystone
dialog
diffutils
dillo
ding-libs
directfb directfb: add an option for debugging support 2015-06-21 09:38:04 +02:00
directfb-examples
divine
dmalloc
dmidecode
dmraid
dnsmasq dnsmasq: bump to version 2.73 2015-06-20 15:59:28 +02:00
docker
doom-wad
dos2unix
dosfstools dosfstools: bump to version 3.0.28 2015-06-26 09:44:35 +02:00
dovecot
dovecot-pigeonhole
doxygen
drbd-utils
dropbear
dropwatch
dsp-tools
dstat dstat: propagate python !static dependency 2015-05-06 23:48:51 +02:00
dtach
dtc
dtv-scan-tables
duma duma: not available for static only builds 2015-05-17 20:45:20 +02:00
dvb-apps
dvbsnoop
dvdauthor
dvdrw-tools
e2fsprogs e2fsprogs: bump to version 1.42.13 2015-05-27 13:28:05 +02:00
e2tools
ebtables
ecryptfs-utils keyutils: uses dl*, disable for static build 2015-05-31 14:35:34 +02:00
ed
eeprog
efl package/efl/libelementary: disable on static lib only build 2015-05-25 22:07:57 +02:00
eigen
ejabberd package: indentation cleanup 2015-06-18 23:41:41 +02:00
elf2flt
elftosb
elfutils
empty
enchant
enlightenment package/enlightenment: disable ptrace with xtensa and uClibc-ng 2015-05-17 21:02:29 +02:00
enscript
erlang
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 ethtool: bump to version 4.0 2015-06-01 23:55:12 +02:00
eudev package/eudev: bump version to 3.1.2 2015-07-02 11:04:32 +02:00
evemu
evtest
exfat
exfat-utils
exim package/exim: use libnsl only with glibc 2015-06-30 23:07:15 +02:00
exiv2
expat
expect
explorercanvas
ezxml
f2fs-tools
faad2
faifa
fakeroot
faketime package: add host-faketime 2015-05-13 10:12:17 +02:00
fan-ctrl
fb-test-app
fbdump
fbgrab
fbset
fbterm fbterm: fix linking issue when static linking and a toolchain with threads 2015-05-11 22:26:39 +02:00
fbtft
fbv
fconfig
fdk-aac
feh package/feh: bump to version 2.13.1, add hash file 2015-06-21 09:56:01 +02:00
fetchmail
ffmpeg package/ffmpeg: Fix i586 compilation with gcc5 2015-07-05 14:43:16 +02:00
fftw
file file: bump to version 5.23 2015-06-12 21:28:43 +02:00
filemq
findutils
fio fio: disable for static build 2015-05-26 23:56:43 +02:00
fis
flac
flann
flashbench
flashrom flashrom: add hash file 2015-05-21 23:09:49 +02:00
flex
flickcurl
flite packages/flite: add hash file 2015-05-25 22:22:33 +02:00
flot
fltk
fluxbox fluxbox: explicitly configure optional dependencies 2015-06-21 06:37:08 +02:00
fmc
fmlib
fmtools
fontconfig
foomatic-filters
fping
freeradius-client
freerdp package/freerdp: fix build with gstreamer support 2015-05-20 23:20:53 +02:00
freescale-imx
freetype freetype: bump to version 2.6.0 2015-06-10 23:00:37 +02:00
fswebcam
ftop
fxload
gadgetfs-test libaio: introduce a BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS option 2015-06-28 15:26:40 +02:00
gamin
gawk gawk: bump to version 4.1.3 2015-06-02 22:45:59 +02:00
gcc Disable gcc-4.8.x + binutils-2.25 + MIPS combination 2015-07-03 10:32:41 +02:00
gd
gdb ARC: switch to RC1 of upcoming arc-2015.06 tools 2015-06-28 14:35:15 +02:00
gdbm gdbm: handle optional dependency gettext 2015-06-30 14:15:17 +02:00
gdk-pixbuf gdk-pixbuf: fix static build with libtiff 2015-05-22 07:58:51 +02:00
genext2fs
gengetopt
genimage
genpart
genromfs
geoip
gesftpserver
getent
gettext
gflags gflags: define NO_THREADS if toolchain doesn't support threads 2015-06-11 22:08:35 +02:00
ghostscript-fonts
giblib
giflib giflib: remove from the description the reference to libungif 2015-05-06 22:50:27 +02:00
git git: bump to version 2.4.5 2015-07-02 11:00:29 +02:00
glib-networking
glibc
glibmm
glm
glmark2
glog glog: disable on blackfin external toolchains 2015-06-28 15:34:32 +02:00
gmp
gmpc
gnu-efi
gnuchess package/gnuchess: add hash 2015-05-11 08:59:18 +02:00
gnupg gnupg: add option for AES cipher 2015-07-02 17:30:24 +02:00
gnupg2 gnupg2: bump to version 2.0.28 2015-06-04 15:34:01 +02:00
gnuplot
gnuradio gnuradio: add processing blocks 2015-06-21 06:35:42 +02:00
gnutls gnutls: security bump to version 3.3.15 2015-05-04 14:35:21 +02:00
gob2
google-breakpad google-breakpad: add patch to fix AArch64 build issue 2015-05-13 10:07:13 +02:00
google-material-design-icons google-material-design-icons: new package 2015-07-01 10:11:44 +02:00
googlefontdirectory
gperf
gpm package/gpm: change archive to lzma 2015-06-21 09:47:57 +02:00
gpsd gpsd: fix build with musl 2015-06-23 22:59:23 +02:00
gptfdisk package/gptfdisk: propagate ncurses reverse dependency 2015-05-27 13:40:18 +02:00
gqview
grantlee grantlee: add hash 2015-06-01 23:57:16 +02:00
grep
gsl
gstreamer pulseaudio: needs dynamic library support 2015-05-17 09:22:49 +02:00
gstreamer1 package/gstreamer1/gst1-plugins-bad: disable opencv plugin with opencv-3 2015-06-26 20:41:44 +02:00
gtest
gtk2-engines
gtkperf
guile guile: add patch borrowed from Yocto to fix compiler error 2015-05-07 23:34:11 +02:00
gutenprint
gvfs
gzip
hans
harfbuzz harfbuzz: bump to version 0.9.41 2015-07-04 14:58:36 +02:00
haserl
haveged
hdparm hdparm: bump to 9.48 2015-06-18 22:37:51 +02:00
heimdal heimdal: bump to version 1.6rc2 2015-06-26 09:45:08 +02:00
heirloom-mailx package/heirloom-mailx: fix link issue with getopt 2015-05-16 23:31:07 +02:00
hiawatha
hicolor-icon-theme
hostapd hostapd: apply upstream security patches 2015-05-04 20:51:32 +02:00
hplip
htop
httping
hwdata
hwloc hwloc: fix condition to display comment message in menuconfig 2015-05-19 20:03:42 +02:00
i2c-tools package/i2c-tools: bump to version 3.1.2 2015-06-30 23:29:57 +02:00
icu icu: enable parallel build 2015-06-04 15:36:00 +02:00
ifplugd
iftop
ifupdown
igh-ethercat
igmpproxy
ijs
imagemagick imagemagick: bump to version 6.9.1-7 2015-07-06 11:42:56 +02:00
imlib2
imx-usb-loader imx-usb-loader: cleanup 2015-05-02 13:24:42 +02:00
inadyn
inconsolata
infozip
inotify-tools
input-event-daemon
input-tools
intel-microcode
intltool
iodine
iostat
iotop
iozone
iperf
iperf3
ipkg
ipmitool
ipmiutil package/ipmiutil: really disable lanplus 2015-05-24 23:49:24 +02:00
iproute2 iproute2: tipc support needs 3.18+ headers 2015-06-29 21:59:06 +02:00
iprutils
ipsec-tools
ipset ipset: bump to version 6.25.1 2015-06-26 09:44:49 +02:00
iptables
iptraf-ng
iputils
irda-utils
irqbalance
isl isl: bump to version 0.14.1 2015-07-04 14:57:17 +02:00
iucode-tool
iw iw: bump to version 4.1 2015-06-01 23:54:37 +02:00
jack2 jack2: not available for static only builds 2015-05-21 23:41:13 +02:00
jamvm
jansson
janus-gateway janus-gateway: disable for static build 2015-05-26 23:58:42 +02:00
jasper jasper: Disable debugging when building for xtensa 2015-05-19 21:36:18 +02:00
jhead
jimtcl
joe
jpeg
jpeg-turbo
jq
jquery
jquery-keyboard
jquery-mobile
jquery-sparkline
jquery-ui
jquery-ui-themes
jquery-validation
jsmin
json-c
json-glib
json-javascript
jsoncpp package: kill pointless text justification 2015-04-23 09:47:08 +02:00
kbd
kexec
kexec-lite
keyutils keyutils: uses dl*, disable for static build 2015-05-31 14:35:34 +02:00
kismet
kmod Revert "kmod: disable --gc-sections ld option when building for xtensa" 2015-05-16 18:28:06 +02:00
knock package/knock: add hash file 2015-05-25 22:18:10 +02:00
kobs-ng
kodi package/kodi: Fix egl/gles compilation with mesa3d and disabled X.org 2015-07-04 12:42:39 +02:00
kodi-addon-xvdr
kodi-audioencoder-flac
kodi-audioencoder-lame
kodi-audioencoder-vorbis
kodi-audioencoder-wav
kodi-pvr-addons
ktap
kvmtool kvmtool: new package 2015-07-04 16:13:26 +02:00
kyua kyua: new package 2015-06-12 21:59:03 +02:00
lame lame: Remove --enable-debug workaround. 2015-06-05 16:25:06 +02:00
latencytop
lbase64
lbreakout2 lbreakout2: add LBREAKOUT2_VERSION_MAJOR variable 2015-06-09 22:52:19 +02:00
lcdapi
lcdproc lcdproc: needs dynamic library support 2015-05-15 00:18:24 +02:00
lcms2
leafnode2 package/leafnode2: Update upstream URL 2015-05-21 12:08:29 +02:00
leafpad
less
lesstif
leveldb
lftp lftp: bump to version 4.6.3a 2015-06-19 20:19:43 +02:00
libaio libaio: introduce a BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS option 2015-06-28 15:26:40 +02:00
libao
libarchive libarchive: add hash and enable lzma support 2015-06-26 21:26:47 +02:00
libargtable2
libart
libass
libassuan libassuan: bump to version 2.2.1 2015-06-04 15:34:23 +02:00
libatasmart
libatomic_ops package/libatomic_ops: bump version to 7.4.2 2015-05-03 19:31:39 +02:00
libbluray
libbsd
libcap
libcap-ng libcap-ng: cannot be built with nios2 CS 2014.05 toolchain 2015-05-15 00:33:25 +02:00
libcdaudio
libcdio
libcec
libcgi
libcgicc
libcgroup
libcli
libcofi
libconfig libconfig: bump to 1.5 2015-06-26 09:38:21 +02:00
libconfuse
libcue
libcuefile
libcurl libcurl: bump to version 7.43.0 2015-06-18 22:41:32 +02:00
libdaemon package/libdaemon: add hash file 2015-06-07 22:42:32 +02:00
libdcadec
libdmtx
libdnet
libdri2
libdrm package/libdrm: fix building if GCC's C standard is not gnu99 2015-07-04 14:14:01 +02:00
libdvbcsa
libdvbsi
libdvdnav
libdvdread
libebml
libedit
libee
libenca
liberation
libesmtp
libestr
libev
libevdev
libevent
libexif
libeXosip2
libfcgi
libffi
libfreefare
libfreeimage libfreeimage: disable on ARC and Blackfin 2015-05-03 19:33:52 +02:00
libfribidi
libfslcodec
libfslparser
libfslvpuwrap
libftdi
libftdi1 libftdi1: fix typos in config options and comments 2015-05-16 09:29:28 +02:00
libfuse libfuse: security bump to version 2.9.4 2015-06-02 00:00:35 +02:00
libgail
libgcrypt libgcrypt: allow optimization 2015-05-31 10:22:28 +02:00
libgeotiff
libglade
libglew
libglib2
libglu
libgpg-error package/libgpg-error: Fix compilation with gcc5 2015-06-14 23:07:56 +02:00
libgpgme libgpgme: bump to version 1.5.5 2015-06-09 22:42:52 +02:00
libgsasl package/libgsasl: fix typo in variable name 2015-05-24 23:34:21 +02:00
libgtk2 libgtk2: bump to version 2.24.28 2015-06-04 15:51:11 +02:00
libgtk3 libgtk3: bump to version 3.14.13 2015-06-04 15:51:20 +02:00
libhid
libical
libiconv
libid3tag
libidn
libiio
libinput
libiqrf
libiscsi
libjpeg package/libjpeg: add hash file 2015-05-25 22:20:48 +02:00
libjson
libksba
liblinear
libllcp
liblo
liblockfile
liblog4c-localtime
liblogging
libmad
libmatroska libmatroska: add host-pkgconf dependency 2015-05-16 17:24:05 +02:00
libmbim
libmbus
libmcrypt
libmemcached libmemcached: don't use -fPIE and -pie when linking statically 2015-05-12 16:28:15 +02:00
libmhash
libmicrohttpd libmicrohttpd: bump to version 0.9.42 2015-06-02 22:45:21 +02:00
libmms
libmnl
libmodbus libmodbus: add hash 2015-05-13 10:08:15 +02:00
libmodplug
libmpd
libmpdclient
libmpeg2
libndp
libnetfilter_acct
libnetfilter_conntrack
libnetfilter_cthelper
libnetfilter_cttimeout
libnetfilter_log
libnetfilter_queue
libnfc
libnfnetlink
libnfs
libnftnl libnftnl: needs kernel headers >= 3.1 2015-05-13 15:31:59 +02:00
libnice
libnl
libnspr libnspr: needs dynamic library support 2015-06-23 13:08:26 +02:00
libnss
liboauth
libogg
liboping
libosip2
libpcap libpcap: fix noMMU build 2015-06-02 22:59:54 +02:00
libpciaccess
libpfm4
libphidget
libplayer
libplist
libpng libpng: rebase ignore-symbol-prefix patch to apply cleanly 2015-06-28 23:05:36 +02:00
libpthread-stubs package/libpthread-stubs: add hash file 2015-06-12 23:06:10 +02:00
libpthsem package/libpthsem: remove argp-standalone dependency 2015-05-02 14:46:24 +02:00
libqmi
libqrencode
libraw
libraw1394
libreplaygain
libroxml
librsvg
librsync
librtlsdr
libsamplerate
libseccomp
libsecret
libselinux
libsemanage libsemanage: cleanup python use and license definition 2015-06-30 16:38:36 +02:00
libsepol
libserial
libserialport
libsexy
libsha1
libshairplay
libshout
libsidplay2
libsigc
libsigrok libsigrok: bump commit hash 2015-06-30 14:26:42 +02:00
libsigrokdecode
libsigsegv
libsndfile
libsoc libsoc: bump to 0.6.4 2015-06-15 23:12:10 +02:00
libsocketcan
libsoup
libsoxr
libsrtp
libssh2
libstrophe libstrophe: install into target 2015-05-27 12:35:52 +02:00
libsvg package/libsvg: add hash file 2015-06-07 22:46:55 +02:00
libsvg-cairo package/libsvg-cairo: add hash file 2015-06-07 22:46:31 +02:00
libsvgtiny
libsysfs
libtasn1
libtheora
libtirpc package/libtirpc: bump version 2015-06-15 16:19:01 +02:00
libtool package/libtool: disable makeinfo 2015-07-04 12:43:41 +02:00
libtorrent
libtpl
libubox
libuci
libucl libucl: new package 2015-06-26 20:21:53 +02:00
libump libump: new package 2015-06-28 15:18:04 +02:00
libungif
libunistring
libunwind
libupnp
libupnpp package/libupnpp: bump to version 0.11.0 2015-06-14 23:10:39 +02:00
liburcu
liburiparser
libusb
libusb-compat
libuv package/libuv: bump to version 1.6.1 2015-06-14 23:10:32 +02:00
libv4l libv4l: fix uclibc-ng configure/compile 2015-07-04 12:36:26 +02:00
libva package/libva: bump version to 1.6.0 2015-07-02 11:02:54 +02:00
libva-intel-driver package/libva-intel-driver: bump version to 1.6.0 2015-07-02 11:03:06 +02:00
libvips package: indentation cleanup 2015-06-22 23:05:06 +02:00
libvncserver
libvorbis
libvpx
libwebsock
libwebsockets
libxkbcommon
libxml2
libxml-parser-perl package/libxml-parser-perl: add hash file 2015-05-18 11:48:51 +02:00
libxmlpp
libxmlrpc package: indentation cleanup 2015-06-18 23:41:41 +02:00
libxslt
libyaml
libzip
lightning
lighttpd
linenoise linenoise: bump to version 1.0 2015-06-02 22:47:08 +02:00
linknx linknx: needs argp-standalone on uClibc 2015-05-03 23:15:05 +02:00
links
linphone
linux-firmware linux-firmware: bump version 2015-06-15 23:14:26 +02:00
linux-fusion package/linux-fusion: fix build for Linux >= 4.0 2015-06-11 22:14:20 +02:00
linux-headers linux-headers: bump 3.{10,14}.x series 2015-07-04 16:29:25 +02:00
linux-pam
linux-zigbee
lirc-tools lirc-tools: fix static library build caused by 'loglevel' redefinition 2015-05-17 20:45:37 +02:00
lite
live555 live555: bump to version 2015.06.25 2015-06-29 21:59:34 +02:00
ljlinenoise
ljsyscall
lm-sensors
lmbench
localedef
lockdev
lockfile-progs
log4cplus
log4cxx
logrotate
logsurfer
lpc3250loader
lpeg
lpty
lrandom
lrzsz
lshw
lsof
lsqlite3
lsuio
ltp-testsuite
ltrace ltrace: enable for mips/mipsel 2015-07-04 14:31:21 +02:00
ltris
lttng-babeltrace
lttng-libust lttng-libust: requires dynamic library support 2015-05-30 18:05:44 +02:00
lttng-modules
lttng-tools
lua lua: bump to version 5.3.1 2015-06-18 23:36:00 +02:00
lua-cjson
lua-coat
lua-coatpersistent
lua-csnappy lua-csnappy: bump to version 0.1.3 2015-06-02 22:48:14 +02:00
lua-ev
lua-messagepack lua-messagepack: bump to version 0.3.3 2015-06-02 22:48:23 +02:00
lua-msgpack-native
lua-periphery lua-periphery: depend on c-periphery instead of cloning it 2015-05-16 23:27:23 +02:00
lua-testmore
luabitop
luacrypto
luaexpat
luaexpatutils
luafilesystem
luainterpreter
luajit luajit: clean fuzz/offset in patches 2015-06-02 22:48:35 +02:00
luajson
lualogging
luaposix
luarocks pkg-luarocks: fix top-level parallel makefile support 2015-07-04 15:21:33 +02:00
luasec
luasocket
luasql-sqlite3
lunit
lutok lutok: new package 2015-06-12 21:41:41 +02:00
lvm2 lvm2: bump to version 2.02.124 2015-07-06 17:46:09 +02:00
lxc package/lxc: bump version to 1.1.2 2015-06-11 09:59:21 +02:00
lz4
lzip
lzlib
lzma
lzo lzo: bump version 2015-06-02 23:12:07 +02:00
lzop package/lzop: add hash file 2015-06-02 23:04:50 +02:00
m4
macchanger
madplay
make
makedevs
matchbox package/matchbox: xlib_libXfixes is an optional dependency 2015-06-09 23:09:20 +02:00
matchbox-common package/matchbox-common: explicitly disable PDA folders when not selected 2015-06-09 23:07:12 +02:00
matchbox-desktop package/matchbox: add missing dependencies to matchbox-lib 2015-06-09 23:03:06 +02:00
matchbox-fakekey package/matchbox: finally add prompts to all sub-packages 2015-06-09 23:05:16 +02:00
matchbox-keyboard package/matchbox: wrap long lines 2015-06-09 23:07:27 +02:00
matchbox-lib package/matchbox: wrap long lines 2015-06-09 23:07:27 +02:00
matchbox-panel package/matchbox-panel: fix WiFi monitoring 2015-06-09 23:10:40 +02:00
matchbox-startup-monitor package/matchbox-startup-monitor: invert dependency chain 2015-06-09 23:05:25 +02:00
mc mc: remove extra white space 2015-06-09 21:38:28 +02:00
mcelog
mcrypt
mdadm
media-ctl
mediastreamer
memcached
memstat
memtest86
memtester
mesa3d package/{mesa3d, mesa3d-headers}: bump version to 10.6.1 2015-07-02 11:02:48 +02:00
mesa3d-demos
mesa3d-headers package/{mesa3d, mesa3d-headers}: bump version to 10.6.1 2015-07-02 11:02:48 +02:00
metacity
midori
mii-diag
minicom
minidlna
mjpegtools
mjpg-streamer
mke2img
mkpasswd
mmc-utils package/mmc-utils: bump to latest commit 2015-05-13 10:10:40 +02:00
moarvm moarvm: new package 2015-06-09 23:37:46 +02:00
mobile-broadband-provider-info
modem-manager package/modem-manager: init script for systemV-like init systems 2015-07-02 11:32:18 +02:00
modplugtools
mongoose mongoose: fix static build issue 2015-05-15 00:52:10 +02:00
mongrel2
monit
monkey monkey: fix building with debugging symbols 2015-06-30 14:26:49 +02:00
mono package/mono: fix install with parallel builds 2015-05-16 23:28:18 +02:00
monolite package/monolite: adding hash file 2015-05-11 09:04:24 +02:00
mosquitto Merge branch 'next' 2015-06-01 23:52:57 +02:00
mp4v2 mp4v2: Remove --disable-debug workaround. 2015-06-05 16:25:44 +02:00
mpc
mpd mpd: bump to version 0.19.10 2015-06-26 09:39:52 +02:00
mpd-mpc mpd-mpc: bump to version 0.27 2015-06-26 09:40:22 +02:00
mpdecimal
mpfr mpfr: bump to version 3.1.3 2015-06-20 15:59:15 +02:00
mpg123 mpg123: bump to version 1.22.2 2015-06-02 22:45:02 +02:00
mplayer
mrouted
msgpack
msmtp
mtd mtd: Add xattr support 2015-07-06 12:34:11 +02:00
mtdev
mtdev2tuio
mtools
mtr
musepack
musl package/musl: bump to version 1.1.10 2015-06-14 14:49:45 +02:00
mutt
mxml mxml: add hash file 2015-06-15 16:25:46 +02:00
mysql
nano nano: bump to version 2.4.2 2015-07-06 17:46:23 +02:00
nanocom
nasm
nbd nbd: security bump to version 3.11 2015-05-27 13:03:12 +02:00
ncdu
ncftp
ncmpc
ncurses package/ncurses: Fix GCC 5.x preprocessor failure 2015-05-31 22:32:23 +02:00
ndisc6
ne10
neard package/neard: needs shared libs 2015-05-05 17:12:15 +02:00
neardal neardal: properly quote output of pkg-config 2015-05-22 00:04:32 +02:00
neon
net-tools
netatalk
netcat
netcat-openbsd netcat-openbsd: fix license typo 2015-06-02 23:32:19 +02:00
netperf
netplug
netsnmp
netstat-nat
netsurf-buildsystem
nettle
network-manager package/network-manager: add patches to build with kernel headers 3.2 2015-06-30 23:09:30 +02:00
newt newt: not available for static only builds 2015-05-22 00:32:31 +02:00
nfacct
nfs-utils
nftables
nginx nginx: bump to 1.8.0 (latest stable version) 2015-06-28 23:02:21 +02:00
ngircd
ngrep
nmap package/nmap: Fix static linking 2015-05-31 15:21:23 +02:00
nodejs package/nodejs: security bump 2015-07-06 11:50:00 +02:00
noip
nss-mdns
ntfs-3g ntfs-3g: uses dlopen(), not available on static builds 2015-06-04 14:26:09 +02:00
ntp ntp: drop unused POST_PATCH_HOOKS handling 2015-07-06 14:20:30 +02:00
numactl
nut
nuttcp
nvidia-driver
nvidia-tegra23
ocf-linux
ocrad
odhcp6c package: indentation cleanup 2015-06-18 23:41:41 +02:00
odhcploc
ofono ofono: needs dynamic library support 2015-06-07 23:58:49 +02:00
ola ola: Bump to version 0.9.6 2015-07-06 11:50:00 +02:00
olsr olsr: needs dynamic library support 2015-06-09 21:37:26 +02:00
omap-u-boot-utils
omniorb
on2-8170-libs
on2-8170-modules
open2300
open-plc-utils
opencore-amr
opencv package/opencv: add opengl support 2015-07-06 11:50:00 +02:00
opengl
openjpeg package: indentation cleanup 2015-06-22 23:05:06 +02:00
openldap openldap: bump to version 2.4.41 2015-07-02 11:01:19 +02:00
openntpd
openobex
openocd
openpgm
openpowerlink
openssh openssh: bump to version 6.9p1 2015-07-02 10:59:22 +02:00
openssl openssl: always build apps 2015-07-06 17:09:45 +02:00
openswan openswan: bump to version 2.6.43 2015-06-26 09:44:12 +02:00
opentyrian
opentyrian-data
openvmtools package/openvmtools: bump to version 9.10.2 2015-07-04 14:14:37 +02:00
openvpn openvpn: bump to version 2.3.7 2015-06-09 22:43:34 +02:00
opkg opkg: gpg support needs libgpg-error 2015-06-06 15:38:56 +02:00
oprofile
opus
opus-tools
opusfile
orbit
orc orc: bump version 2015-06-26 10:14:12 +02:00
ortp
owl-linux
p11-kit
p910nd
pango
parted
patch
patchelf
pax-utils
pciutils
pcmanfm
pcre
pcsc-lite
perf
perl perl-cross: bump to version 0.9.7 2015-06-29 21:59:57 +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.10 2015-06-12 21:28:33 +02:00
php-geoip
php-gnupg
php-imagick
php-memcached
php-ssh2
php-yaml
php-zmq
picocom
pifmrds
pinentry pinentry: add patch to fix ncursesw include path 2015-06-23 18:59:05 +02:00
pixman
pkgconf
poco
polarssl polarssl: security bump to version 1.2.14 2015-07-04 14:58:49 +02:00
polkit
poppler package/poppler: autoconf options take two dashes 2015-05-06 21:35:32 +02:00
popt
portaudio
portmap
postgresql postgresql: bump to version 9.4.4 2015-06-21 06:39:19 +02:00
powerpc-utils
powertop
powervr
pppd package/pppd: install pon, poff scripts 2015-06-11 22:35:00 +02:00
pps-tools
pptp-linux
prboom
procps-ng
proftpd
protobuf package/protobuf: autoreconf is now needed 2015-05-22 07:30:54 +02:00
protobuf-c
proxychains-ng
psmisc
psplash
ptpd
ptpd2
pulseaudio pulseaudio: needs dynamic library support 2015-05-17 09:22:49 +02:00
pulseview pulseview: bump commit hash 2015-06-30 14:26:46 +02:00
pure-ftpd pure-ftpd: fix hash and use .bz2 tarball 2015-06-30 12:25:50 +02:00
pv
pwgen
python python: bump to 2.7.10 2015-06-22 23:13:46 +02:00
python3 python3: add patch to fix logic to get gcc paths 2015-05-31 21:45:04 +02:00
python-alsaaudio
python-bottle
python-can package/python-can: new package 2015-06-09 23:58:02 +02:00
python-certifi
python-cffi
python-cheetah
python-cherrypy
python-coherence
python-configobj
python-configshell-fb
python-crc16
python-daemon
python-dialog
python-django
python-docopt
python-dpkt
python-enum
python-enum34
python-flask
python-flup
python-gobject
python-httplib2
python-id3
python-ipaddr
python-ipy
python-ipython
python-itsdangerous
python-jinja2
python-json-schema-validator
python-keyring
python-libconfig boost: disable on NIOS 2 with broken toolchains 2015-05-16 09:26:29 +02:00
python-lxml python-lxml: bump to 3.4.4 2015-06-21 06:51:33 +02:00
python-m2crypto
python-mad
python-mako
python-markdown
python-markupsafe
python-meld3
python-msgpack
python-netifaces python-netifaces: add hash file 2015-06-18 22:38:13 +02:00
python-networkmanager python-networkmanager: bump to version 0.9.13 2015-07-03 09:04:46 +02:00
python-nfc
python-numpy
python-pam
python-posix-ipc
python-protobuf
python-psutil
python-pyasn
python-pycrypto
python-pyftpdlib
python-pygame
python-pyinotify python-pyinotify: bump to 0.9.6 2015-06-18 23:41:28 +02:00
python-pyparsing
python-pypcap
python-pyqt python-pyqt: fix install 2015-05-17 00:08:35 +02:00
python-pyrex
python-pyro
python-pysendfile
python-pysnmp
python-pysnmp-apps
python-pysnmp-mibs
python-pyusb
python-pyxb
python-pyxml python-pyxml: add PYTHON_PYXML_VERSION variable to url address 2015-06-12 21:31:19 +02:00
python-pyzmq
python-requests
python-rtslib-fb
python-serial
python-setuptools
python-simplejson
python-sip
python-six
python-spidev
python-thrift
python-tornado python-tornado: bump to 4.2 2015-06-18 23:25:08 +02:00
python-twisted
python-urwid
python-versiontools
python-webpy
python-werkzeug
python-ws4py
python-zope-interface
qdecoder
qemu qemu: enable for aarch64 2015-06-29 22:01:41 +02:00
qextserialport
qhull
qjson
qlibc
qpdf
qt package: indentation cleanup 2015-06-22 23:05:06 +02:00
qt5 qt5base: remove never set QT5BASE_CONFIGURE_ENV 2015-05-20 23:28:29 +02:00
qt5cinex qt5cinex: fix license typo 2015-06-02 23:32:28 +02:00
qt-webkit-kiosk package: indentation cleanup 2015-06-22 23:05:06 +02:00
qtuio
quagga
quota
qwt
radvd
ramsmp
ramspeed
rapidjson rapidjson: update site URL in package description 2015-07-02 23:44:04 +02:00
rdesktop
read-edid
readline
redis
rings
rng-tools
rp-pppoe
rpcbind
rpi-firmware package/rpi-firmware: add option to install vcdbg 2015-07-02 11:01:55 +02:00
rpi-userland package/rpi-userland: bump version 2015-06-29 22:16:45 +02:00
rpm
rrdtool rrdtool: add hash 2015-06-26 09:32:55 +02:00
rsh-redone
rsync
rsyslog rsyslog: drop autoreconf 2015-05-14 11:01:49 +02:00
rt-tests
rtai
rtmpdump
rtorrent
rtptools
rubix
ruby
sam-ba
samba
samba4 samba4: install systemd files 2015-07-05 16:10:52 +02:00
sane-backends sane-backends: unbreak on toolchains without threads support 2015-05-04 19:11:09 +02:00
sawman
schifra
sconeserver package/sconeserver: fix static link with openssl 2015-05-31 10:36:35 +02:00
scons package/scons: reduce output when being silent 2015-06-04 15:33:46 +02:00
screen
sdl
sdl_gfx
sdl_image
sdl_mixer
sdl_net
sdl_sound sdl_sound: add patch to remove -Werror when --enable-debug is passed 2015-05-02 20:09:52 +02:00
sdl_ttf
sdparm
sed
sepolgen sepolgen: new package 2015-05-21 23:12:06 +02:00
ser2net
setools package: indentation cleanup 2015-06-22 23:05:06 +02:00
setserial
sg3_utils
shairport-sync package/shairport-sync: bump to version 2.2.4 2015-06-14 14:47:23 +02:00
shared-mime-info
sigrok-cli
simicsfs
sispmctl
sl
slang
slirp
smack
smartmontools
smcroute
smstools3
snappy
snmppp snmppp: bump to 3.3.5 2015-06-21 06:49:24 +02:00
snowball-hdmiservice
snowball-init
socat
socketcand
sofia-sip
softether
sound-theme-borealis
sound-theme-freedesktop
sox
spawn-fcgi
speex
spice
spice-protocol
spidev_test
sqlcipher
sqlite sqlite: Add host build support 2015-06-17 22:55:54 +02:00
squashfs
squid squid: explicitly disable openssl support when BR2_PACKAGE_OPENSSL != y 2015-07-06 17:57:37 +02:00
sredird
sshfs
sshpass
sstrip
start-stop-daemon
startup-notification
statserial
strace
stress stress: add hash file 2015-06-09 21:35:19 +02:00
strongswan strongswan: security bump to version 5.3.2 2015-06-09 22:44:07 +02:00
stunnel stunnel: bump to version 5.18 2015-06-12 21:28:39 +02:00
subversion
sudo sudo: add optional pam support 2015-06-23 22:57:44 +02:00
sunxi-boards sunxi-boards: bump to version a6a4e94066f4ec6b26fc7060dc453a6bcf26a504 2015-06-21 06:42:04 +02:00
sunxi-cedarx
sunxi-mali sunxi-mali: fix linking of malitest 2015-06-30 18:55:59 +02:00
sunxi-mali-prop
sunxi-tools
supervisor
swig
sylpheed
synergy
sysdig package:sysdig: bump to version 0.1.100 2015-07-06 14:30:40 +02:00
sysklogd
sysprof
sysstat sysstat: fix hash 2015-06-13 14:52:57 +02:00
systemd systemd: fix license according to README file 2015-06-30 23:01:55 +02:00
sysvinit
szip
taglib
tar
targetcli-fb
tcl
tclap
tcllib
tcpdump tcpdump: bump to version 4.7.4 2015-06-01 23:56:17 +02:00
tcping
tcpreplay
texinfo
tftpd
thrift boost: disable on NIOS 2 with broken toolchains 2015-05-16 09:26:29 +02:00
thttpd
ti-gfx
ti-uim
ti-utils
tidsp-binaries
tiff tiff: security bump to version 4.0.4 2015-06-22 22:14:09 +02:00
time
tinc
tinyalsa
tinyhttpd
tinymembench
tinyxml
tinyxml2 tinyxml2: fix line-endings of patches 2015-05-16 18:28:11 +02:00
tmux tmux: bump to 2.0 2015-06-18 23:18:44 +02:00
tn5250
tor tor: needs NPTL threads 2015-07-04 15:36:04 +02:00
torsmo
tovid
trace-cmd
transmission
tree
tremor
triggerhappy
trinity
tslib
tstools
tvheadend package/tvheadend: bump version 2015-06-21 06:33:51 +02:00
twolame
tz
tzdata package/tzdata: bump version to 2015e 2015-06-14 23:08:29 +02:00
tzdump
uboot-tools uboot-tools: fix dynamic linking against OpenSSL 2015-05-16 18:37:05 +02:00
ucl
uclibc uclibc-ng: fix parallel build issue for arm/xtensa when LOCALE support is enabled 2015-06-30 12:28:11 +02:00
udev
udisks
udpcast package/udpcast: add hash file 2015-05-25 22:16:26 +02:00
uemacs
ulogd ulogd: bump to version 2.0.5 2015-06-25 00:50:05 +02:00
unionfs package/unionfs: add hash file 2015-05-20 23:30:29 +02:00
unixodbc
upmpdcli upmpdcli: use relative path for systemd service symlink 2015-07-05 16:08:46 +02:00
upx
urg
usb_modeswitch
usb_modeswitch_data
usbmount
usbredir package/usbredir: add hash file 2015-05-20 23:30:26 +02:00
usbutils
ushare package/ushare: add hash file 2015-05-20 23:30:22 +02:00
ussp-push
ustr
util-linux libcap-ng: cannot be built with nios2 CS 2014.05 toolchain 2015-05-15 00:33:25 +02:00
ux500-firmware package/ux500-firmware: add hash file 2015-05-20 23:30:19 +02:00
vala
valgrind valgrind: install to staging 2015-07-02 23:42:28 +02:00
vde2
vim vim: selinux support 2015-07-01 10:19:11 +02:00
vlc package/vlc: Fix SSE support with gcc5 2015-07-06 17:50:57 +02:00
vnstat
vo-aacenc
vorbis-tools
vpnc package/vpnc: add hash file 2015-05-20 23:30:17 +02:00
vsftpd vsftpd: correct openssl linking after 1d046a5c (vsftpd: use pkg-config to get OpenSSL link flags) 2015-05-13 14:10:44 +02:00
vtun
w_scan
wavpack package/wavpack: add hash file 2015-05-20 23:30:00 +02:00
wayland wayland: bump to version 1.8.1 2015-06-21 06:40:42 +02:00
webkit
webp
webrtc-audio-processing
weston weston: bump to version 1.8.0 2015-06-21 06:40:51 +02:00
wf111
wget
whetstone
which
whois whois: bump to version 5.2.9 2015-06-10 09:38:53 +02:00
wine wine: fix sane related build failure 2015-07-05 17:16:40 +02:00
wipe
wireless_tools package/wireless_tools: add hash file 2015-05-18 11:49:53 +02:00
wireless-regdb wireless-regdb: bump to version 2015.06.05 2015-06-10 09:39:10 +02:00
wireshark wireshark: bump to version 1.12.6 2015-06-18 22:43:05 +02:00
wmctrl wmctrl/Config.in: update site URL 2015-07-02 10:58:35 +02:00
wpa_supplicant wpa_supplicant: apply upstream security patches 2015-05-04 20:51:41 +02:00
wsapi package/wsapi: add hash file 2015-05-20 23:30:13 +02:00
wvdial wvstreams: not available for static only builds 2015-05-18 08:42:23 +02:00
wvstreams wvstreams: not available for static only builds 2015-05-18 08:42:23 +02:00
x11r7 package/x11r7/xdiver_xf86-input-tslib: update download url and add hash file 2015-06-30 16:43:00 +02:00
x11vnc
x264 x264: bump to version 20150223-2245-stable 2015-06-25 00:51:20 +02:00
xavante
xenomai package/xenomai: add hash file 2015-05-02 15:11:01 +02:00
xerces
xfsprogs package/xfsprogs: add hash file 2015-06-07 22:56:09 +02:00
xinetd
xl2tp
xmlstarlet xmlstarlet: fix static linking 2015-05-16 21:16:25 +02:00
xorriso
xscreensaver xscreensaver: bump version 2015-06-07 23:58:18 +02:00
xtables-addons
xterm
xvkbd packages/xvkbd: add hash file 2015-06-07 22:48:39 +02:00
xz
yaffs2utils
yajl
yaml-cpp boost: disable on NIOS 2 with broken toolchains 2015-05-16 09:26:29 +02:00
yasm
yavta
ympd
zd1211-firmware
zeromq zeromq: fix pkg-config file for static linking 2015-05-13 09:15:21 +02:00
zic package/zic: bump version to 2015e 2015-06-14 23:08:59 +02:00
zlib
zlog
zmqpp zmqpp: fix compilation with some toolchains 2015-05-16 14:17:38 +02:00
znc
zsh
zxing
zyre
Config.in kvmtool: new package 2015-07-04 16:13:26 +02:00
Config.in.host package: add host-faketime 2015-05-13 10:12:17 +02:00
doc-asciidoc.mk
Makefile.in packages: fix and improve support for top-level parallel make 2015-07-04 15:05:24 +02:00
pkg-autotools.mk pkg-autotools: fix patching libtool for version 2.4 2015-07-06 18:12:55 +02:00
pkg-cmake.mk
pkg-download.mk support/download: relocate the git clone comment 2015-05-31 11:56:56 +02:00
pkg-generic.mk core/pkg-generic: sanitise FOO_OVERRIDE_SRCDIR 2015-07-04 15:30:25 +02:00
pkg-kconfig.mk core/pkg-kconfig: allow saving config to a non-existing custom config file 2015-06-28 14:29:26 +02:00
pkg-luarocks.mk pkg-luarocks: fix top-level parallel makefile support 2015-07-04 15:21:33 +02:00
pkg-perl.mk
pkg-python.mk
pkg-rebar.mk
pkg-utils.mk pkg-generic: support for lzma archives 2015-06-21 09:47:12 +02:00
pkg-virtual.mk