buildroot/package
Arnout Vandecappelle 919c06c282 gcc: use toolchain wrapper
We have a toolchain wrapper for external toolchain, but it is also
beneficial for internal toolchains, for the following reasons:

1. It can make sure that BR2_TARGET_OPTIMIZATION is passed to the
   compiler even if a package's build system doesn't honor CFLAGS.
2. It allows us to do the unsafe path check (i.e. -I/usr/include)
   without patching gcc.
3. It makes it simpler to implement building each package with a
   separate staging directory (per-package staging).
4. It makes it simpler to implement a compiler hash check for ccache.

The wrapper is reused from the external toolchain. A third CROSS_PATH_
option is added to the wrapper: in this case, the real executable is in
the same directory, with the extension .real.

The creation of the simple symlinks is merged with the creation of the
wrapper symlinks, otherwise part of the -gcc-ar handling logic would
have to be repeated.

The complex case-condition could be refactored with the one for the
external toolchain, but then it becomes even more complex because
they each have special corner cases. For example, the internal
toolchain has to handle *.real to avoid creating an extra indirection
after host-gcc-{final,initial}-rebuild.

Instead of creating the .real files, it would also have been possible
to install the internal toolchain in $(HOST_DIR)/opt, similar to what
we do for the external toolchain. However, then we would also have to
copy things to the sysroot and do more of the magic that the external
toolchain is doing. So keeping it in $(HOST_DIR)/usr/bin is much
simpler.

Note that gcc-initial has to be wrapped as well, because it is used for
building libc and we want to apply the same magic when building libc.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Cc: Fabio Porcedda <fabio.porcedda@gmail.com>
Cc: Jérôme Oufella <jerome.oufella@savoirfairelinux.com>
Reviewed-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2015-10-04 18:22:20 +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 package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
adwaita-icon-theme adwaita-icon-theme: also available for libgtk2 2015-04-08 22:49:11 +02:00
aespipe
agentpp agentpp: bump to 4.0.4 2015-06-21 06:49:42 +02:00
aiccu aiccu: remove redundant --static flag to pkg-config 2015-07-26 23:44:20 +02:00
aircrack-ng package/aircrack-ng: fix musl build 2015-07-29 22:19:04 +02:00
alsa-lib alsa-lib: bump to version 1.0.29 2015-03-03 08:00:32 +01:00
alsa-utils alsa-utils: amidi option needs seq support in alsa-lib 2015-05-15 00:07:03 +02:00
alsamixergui alsamixergui: Add hash file 2015-03-12 23:50:08 +01:00
am33x-cm3
am335x-pru-package
angularjs package: Remove trailing slash from all package site URLs 2015-09-30 12:46:42 +02:00
apache package/apache: security bump to version 2.4.16 2015-07-16 23:39:44 +02:00
apitrace apitrace: needs gcc 4.6 or later 2015-09-30 10:16:40 +02:00
apr package/apr: Add libuuid as optional dependency 2015-05-21 22:47:44 +02:00
apr-util package/apr-util: add support for unixodbc 2015-04-05 16:12:23 +02:00
argp-standalone package/argp-standalone: is useless for (e)glibc toolchains 2015-05-03 19:19:25 +02:00
argus argus: use pkg-config for libtirpc flags 2015-07-26 21:49:57 +02:00
armadillo package/clapack: fix comments 2015-09-04 11:58:56 +02:00
arptables package/arptables: fix musl compilation issues 2015-08-03 11:19:19 +02:00
at package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
atf atf: needs mmu 2015-06-13 14:52:53 +02:00
atftp atftp: fix build with gcc5 2015-07-13 22:33:24 +02:00
atk atk: bump to version 2.16 2015-04-01 20:04:29 +02:00
attr acl, attr: fix libdir variable in .la files 2015-05-16 15:36:21 +02:00
audiofile audiofile: Add hash file 2015-03-12 23:45:36 +01:00
audit package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
aumix aumix: Add hash file 2015-03-12 23:43:16 +01:00
autoconf autoconf: Add hash file 2015-03-12 23:50:44 +01:00
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 autossh: bump to version 1.4e 2015-02-15 21:45:20 +01:00
avahi avahi: fix systemd service file install path 2015-07-13 23:18:34 +02:00
avrdude package/elfutils: fix dependency on C library 2015-08-09 11:22:08 +02:00
axel axel: Add hash file 2015-03-12 23:44:25 +01:00
b43-firmware package/b43-firmware: add missing hash for pre 3.2 kernel archive 2015-04-21 13:30:12 +02:00
b43-fwcutter b43-fwcutter: add hash file 2015-07-28 22:37:13 +02:00
bandwidthd postgresql: mark as not available for static linking 2015-05-16 17:24:16 +02:00
bash package/bash: indicate getcwd is malloc-supported 2015-09-04 16:45:42 +02:00
batctl package/batctl: bump to version 2015.1 2015-08-18 11:10:55 +02:00
bc bc: patch makeinfo logic 2015-06-13 14:53:01 +02:00
bcache-tools packages: remove (non-)lfs dependencies and tweaks 2015-04-01 22:47:22 +02:00
bcusdk bcusdk: make it build with the musl C library 2015-08-08 17:50:55 +02:00
bdwgc package/bdwgc: musl build failure 2015-08-06 09:08:15 +02:00
beecrypt package/beecrypt: fix C++ support 2015-08-17 22:45:25 +02:00
bellagio
benejson
berkeleydb berkeleydb: accommodate threads presence/absence 2015-07-06 17:28:48 +02:00
bind package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
binutils binutils: remove unnecessary host-texinfo dependency 2015-09-20 14:57:02 +02:00
biosdevname package: kill pointless text justification 2015-04-23 09:47:08 +02:00
bison
bitstream-vera bitstream-vera: new package 2015-04-11 15:17:15 +02:00
blktrace libaio: introduce a BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS option 2015-06-28 15:26:40 +02:00
bluez5_utils bluez5_utils: add ability to build sixaxis plugin 2015-07-18 22:53:37 +02:00
bluez_utils package/bluez_utils: fix musl compilation issue 2015-10-03 14:23:56 +02:00
bmon bmon: bump to version 3.7 2015-07-14 16:15:25 +02:00
boa boa: add patch to fix musl build issue 2015-05-02 09:42:19 +02:00
bonnie bonnie: Add hash file 2015-03-15 14:13:50 +01:00
boost boost: fix build on ARC 2015-08-19 23:06:59 +02:00
bootstrap
bootutils package/bootutils: fix musl compilation issue 2015-08-31 00:39:44 +02:00
botan botan: pass --prefix=/usr to fix .pc file 2015-04-10 22:55:00 +02:00
bridge-utils
bsdiff package/bsdiff: add patch to fix missing header for u_char 2015-05-01 10:03:40 +02:00
btrfs-progs package/btrfs-progs: fix build issues under musl 2015-07-30 23:26:25 +02:00
bullet package/bullet: new package 2015-04-25 11:09:41 +02:00
bustle packages: use backtick instead of $(shell ...) make function 2015-07-15 00:42:01 +02:00
busybox package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
bwm-ng package/bwm-ng: fix build failures with gcc-5 2015-08-18 11:15:35 +02:00
bzip2
c-ares package/c-ares: add hash 2015-04-21 09:03:54 +02:00
c-icap package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
c-icap-modules package: Remove trailing slash from all package site URLs 2015-09-30 12:46:42 +02:00
c-periphery c-periphery: fix SPARC build issue 2015-08-08 22:59:06 +02:00
ca-certificates package/ca-certificates: bump version to 20150426 2015-06-09 22:42:16 +02:00
cache-calibrator package/cache-calibrator: add hash 2015-04-21 09:05:16 +02:00
cairo cairo: add host variant 2015-04-19 14:40:22 +02:00
can-utils can-utils: bump version 2015-07-26 15:48:14 +02:00
canfestival package/canfestival: don't build in parallel 2015-08-25 20:53:44 +02:00
cc-tool package/cc-tool: fix gcc 5 issue 2015-07-28 23:08:46 +02:00
ccache package/ccache: bump to version 3.2.2 2015-06-04 15:28:22 +02:00
ccid package/ccid: add hash 2015-04-19 13:43:45 +02:00
ccrypt
cdrkit package/cdrkit: fix musl build 2015-08-09 11:21:39 +02:00
cegui06
celt051 package/celt051: Add patch to fix musl build 2015-05-01 10:16:17 +02:00
cgic
cgilua cgilua: add hash file 2015-07-27 22:26:26 +02:00
check check: new package 2015-09-19 15:07:33 +02:00
checkpolicy
chrony package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
cifs-utils package/cifs-utils: add upstream patch to fix musl build 2015-08-17 22:53:58 +02:00
civetweb civetweb: use TARGET_CONFIGURE_OPTS 2015-04-27 22:35:57 +02:00
cjson
clamav package/clamav: bump version to 0.98.7, enable ipv6 support 2015-04-29 23:27:12 +02:00
clapack package/clapack: fix comments 2015-09-04 11:58:56 +02:00
classpath packages: remove non-IPv6 dependencies and tweaks 2015-04-22 23:06:35 +02:00
cloog cloog: bump to version 0.18.3 2015-07-04 14:56:44 +02:00
cloop package/cloop: add hash 2015-04-19 13:43:45 +02:00
cmake cmake: bump to version 3.3.2 2015-09-19 15:17:47 +02:00
collectd collectd: fix parallel build issues 2015-07-06 15:48:43 +02:00
connman package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
conntrack-tools conntrack-tools: bump to version 1.4.3 2015-09-13 12:32:53 +02:00
copas copas: add hash file 2015-07-27 22:26:26 +02:00
coreutils coreutils: bump to version 8.24 2015-07-05 08:55:14 +02:00
cosmo
coxpcall coxpcall: add hash file 2015-07-27 22:26:26 +02:00
cpio cpio: install to /bin and after busybox 2015-10-02 16:33:07 +02:00
cppcms package/cppcms: bump to 1.0.5 2015-08-29 10:34:49 +02:00
cppdb
cppunit package: kill pointless text justification 2015-04-23 09:47:08 +02:00
cppzmq packages: remove non-IPv6 dependencies and tweaks 2015-04-22 23:06:35 +02:00
cpuload
cramfs package/cramfs: fix missing type 2015-08-06 08:30:41 +02:00
crda crda: remove static library handling 2015-03-07 14:48:12 +01:00
cryptodev
cryptodev-linux package/cryptodev-linux: use the kernel-module helper 2015-07-12 11:56:18 +02:00
cryptsetup cryptsetup: bump to version 1.6.8 2015-10-02 21:49:21 +02:00
ctorrent package/ctorrent: fix compilation under musl. 2015-07-29 22:20:05 +02:00
cups packages: indentation cleanup 2015-03-31 13:57:41 +02:00
curlftpfs curlftpfs: fix musl build 2015-08-29 11:11:43 +02:00
cvs package/cvs: add hash 2015-04-19 14:25:10 +02:00
cwiid cwiid: add hash file 2015-07-28 22:37:14 +02:00
czmq package/czmq: bump version 2015-08-08 12:40:22 +02:00
dado dado: add hash file 2015-07-27 22:26:26 +02:00
dash
dawgdic dawgdic: enable with gcc 4.6 2015-08-08 17:10:12 +02:00
dbus package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
dbus-cpp packages: indentation cleanup 2015-03-31 13:57:41 +02:00
dbus-glib dbus-glib: bump version 0.104 2015-03-16 13:35:07 +01:00
dbus-python dbus-python: add hash file 2015-07-28 22:32:55 +02:00
dbus-triggerd
dcron package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
debianutils package/debianutils: improve help text 2015-07-22 00:00:16 +02:00
dejavu dejavu: bump to version 2.35 2015-07-14 16:03:25 +02:00
devmem2
dfu-util package/dfu-util: bump version to 0.8, add hash, fix SITE url 2015-04-19 14:24:50 +02:00
dhcp package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
dhcpcd blackfin: 2012R2 toolchain is gone, remove kludges 2015-10-04 16:11:32 +01:00
dhcpdump dhcpdump: fix build with musl 2015-08-25 11:49:29 +02:00
dhrystone dhrystone: pass HZ=100 to fix build issue on musl 2015-09-13 23:13:20 +02:00
dialog package: kill pointless text justification 2015-04-23 09:47:08 +02:00
diffutils diffutils: add hash file 2015-04-27 23:18:16 +02:00
dillo packages: indentation cleanup 2015-03-31 13:57:41 +02:00
ding-libs ding-libs: fix build with !locale 2015-02-27 09:21:32 +01:00
directfb directfb: add new TIFF option 2015-09-10 13:55:58 +02:00
directfb-examples directfb-examples: bump to 1.7.0 2015-09-10 14:06:51 +02:00
dmalloc package/dmalloc: add hash 2015-04-20 19:51:00 +02:00
dmidecode dmidecode: add hash file 2015-07-28 22:37:14 +02:00
dmraid package/dmraid: fix compilation under musl 2015-09-01 22:05:28 +02:00
dnsmasq package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
docker docker: add hash file 2015-07-28 22:37:14 +02:00
doom-wad
dos2unix dos2unix: needs host-gettext 2015-09-30 00:20:30 +02:00
dosfstools package/dosfstools: fix build with musl 2015-08-17 22:23:20 +02:00
dovecot dovecot: bump to version 2.2.19 2015-10-03 23:20:52 +02:00
dovecot-pigeonhole package/dovecot-pigeonhole: bump version to 0.4.8 2015-07-11 15:03:29 +02:00
doxygen package: Remove trailing slash from all package site URLs 2015-09-30 12:46:42 +02:00
drbd-utils package: Remove trailing slash from all package site URLs 2015-09-30 12:46:42 +02:00
dropbear package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
dropwatch packages: all salute the passing of avr32 2015-02-14 17:43:11 +01:00
dsp-tools
dstat dstat: propagate python !static dependency 2015-05-06 23:48:51 +02:00
dtach
dtc
dtv-scan-tables package/dtv-scan-tables: bump version 2015-04-09 21:40:06 +02:00
duma duma: not available for static only builds 2015-05-17 20:45:20 +02:00
dvb-apps packages: remove (non-)lfs dependencies and tweaks 2015-04-01 22:47:22 +02:00
dvbsnoop packages: remove (non-)lfs dependencies and tweaks 2015-04-01 22:47:22 +02:00
dvdauthor packages: remove (non-)lfs dependencies and tweaks 2015-04-01 22:47:22 +02:00
dvdrw-tools package/dvdrw-tools: needs host-m4 2015-04-27 23:33:22 +02:00
e2fsprogs e2fsprogs: disable e4defrag in host variant 2015-07-29 22:20:52 +02:00
e2tools package: kill pointless text justification 2015-04-23 09:47:08 +02:00
ebtables package: Remove trailing slash from all package site URLs 2015-09-30 12:46:42 +02:00
ecryptfs-utils keyutils: uses dl*, disable for static build 2015-05-31 14:35:34 +02:00
ed package: kill pointless text justification 2015-04-23 09:47:08 +02:00
eeprog eeprog: add hash file 2015-07-28 22:32:55 +02:00
efl package/efl/libelementary: disable on static lib only build 2015-05-25 22:07:57 +02:00
eigen eigen: use mercurial tag 2015-08-29 11:40:39 +02:00
ejabberd package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
elf2flt elf2flt: fix build when LTO is enabled 2015-09-20 15:33:58 +02:00
elftosb package/elftosb: add hash 2015-04-19 19:24:58 +02:00
elfutils package/elfutils: fix dependency on C library 2015-08-09 11:22:08 +02:00
empty empty: fix compile with toolchain w/o threads 2015-08-08 12:45:51 +02:00
enchant enchant: add hash file 2015-04-07 22:06:41 +02:00
enlightenment enlightment: xtensa workaround no longer required 2015-07-10 20:31:47 +02:00
enscript enscript: add hash file 2015-07-28 22:32:55 +02:00
erlang erlang: bump version to 17.5 2015-04-09 21:39:22 +02:00
erlang-goldrush
erlang-lager
erlang-p1-cache-tab erlang-p1-cache-tab: bump to version f7ea12b 2015-07-11 12:27:03 +02:00
erlang-p1-iconv
erlang-p1-sip erlang-p1-sip: bump to version fd3e461 2015-07-11 12:27:20 +02:00
erlang-p1-stringprep erlang-p1-stringprep: bump to version 3c64023 2015-07-11 12:27:11 +02:00
erlang-p1-stun erlang-p1-stun: bump to version a3dce07 2015-07-11 12:27:17 +02:00
erlang-p1-tls erlang-p1-tls: add missing dependency to openssl 2015-08-25 20:51:26 +02:00
erlang-p1-utils erlang-p1-utils: bump to version 1bf99f9 2015-07-11 12:26:53 +02:00
erlang-p1-xml erlang-p1-xml: bump to version 2c61083 2015-07-11 12:27:14 +02:00
erlang-p1-yaml erlang-p1-yaml: bump to version e1f081e 2015-07-11 12:27:24 +02:00
erlang-p1-zlib
erlang-rebar
espeak espeak: fix legal info 2015-04-07 22:04:26 +02:00
ethtool ethtool: bump to version 4.0 2015-06-01 23:55:12 +02:00
eudev package/eudev: fix install command 2015-09-01 22:06:26 +02:00
evemu evemu: bump version to 2.2.0 2015-08-18 14:24:42 +02:00
evtest evtest: bump version to 1.33 2015-07-27 22:19:19 +02:00
exfat exfat: fix build with musl 2015-08-31 22:25:07 +02:00
exfat-utils exfat-utils: indicate upstream status of the musl patch 2015-07-27 23:13:05 +02:00
exim package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
exiv2 packages: remove (non-)lfs dependencies and tweaks 2015-04-01 22:47:22 +02:00
expat expat: add security patch for CVE-2015-1283 2015-09-01 21:56:34 +02:00
expect expect: bump to version 5.45.3 2015-07-10 11:09:40 +02:00
explorercanvas explorercanvas: Bump version and change site 2015-07-26 23:09:59 +02:00
ezxml
f2fs-tools packages: remove (non-)lfs dependencies and tweaks 2015-04-01 22:47:22 +02:00
faad2
faifa faifa: fix musl build issue 2015-09-15 08:09:34 +02:00
fakeroot package/fakeroot: add hash 2015-04-19 19:25:10 +02:00
faketime package: add host-faketime 2015-05-13 10:12:17 +02:00
fan-ctrl fan-ctrl: re-enable package 2015-08-08 12:12:58 +02:00
fb-test-app
fbdump fbdump: add hash file 2015-07-28 22:32:55 +02:00
fbgrab fbgrab: add hash file 2015-07-28 22:32:55 +02:00
fbset fbset: add hash file 2015-07-16 22:36:36 +02:00
fbterm fbterm: fix linking issue when static linking and a toolchain with threads 2015-05-11 22:26:39 +02:00
fbtft
fbv fbv: add hash file 2015-07-28 22:32:55 +02:00
fcgiwrap fcgiwrap: new package 2015-07-11 00:25:09 +02:00
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 ffmpeg: bump to version 2.8 2015-09-09 23:07:53 +02:00
fftw package: kill pointless text justification 2015-04-23 09:47:08 +02:00
file file: bump to version 5.25 2015-09-19 13:58:11 +02:00
filemq package/filemq: bump version 2015-08-08 12:40:32 +02:00
findutils findutils: add hash file 2015-07-16 22:36:36 +02:00
fio fio: disable for static build 2015-05-26 23:56:43 +02:00
fis
flac package/flac: Fix musl compile 2015-04-11 15:31:45 +02:00
flann
flashbench packages: remove (non-)lfs dependencies and tweaks 2015-04-01 22:47:22 +02:00
flashrom flashrom: fix static build 2015-09-30 22:56:41 +02:00
flex package: kill pointless text justification 2015-04-23 09:47:08 +02:00
flickcurl flickcurl: add hash file 2015-07-28 22:32:55 +02:00
flite flite: fix <pkg>_LICENSE_FILES 2015-07-13 00:40:28 +02:00
flot flot: add hash file 2015-07-28 22:32:55 +02:00
fltk Merge branch 'next' 2015-03-02 23:26:20 +01:00
fluxbox fluxbox: explicitly configure optional dependencies 2015-06-21 06:37:08 +02:00
fmc
fmlib packages: indentation cleanup 2015-03-31 13:57:41 +02:00
fmtools fmtools: add hash file 2015-07-28 22:32:55 +02:00
fontconfig fontconfig: add hash file 2015-03-18 17:59:21 +01:00
foomatic-filters cups: deprecate package due to security issues 2015-03-16 22:26:30 +01:00
fping fping: add hash file 2015-07-16 22:36:36 +02:00
freeradius-client Remove trailing slash from all package site URLs 2015-03-10 20:40:08 +01:00
freerdp package/freerdp: needs C++ 2015-10-04 14:16:27 +02:00
freescale-imx imx-vpu: bump to version 5.4.31 2015-10-02 20:08:03 +01:00
freetype freetype: bump to version 2.6.0 2015-06-10 23:00:37 +02:00
fswebcam fswebcam: add hash file 2015-07-28 22:32:56 +02:00
ftop package/ftop: add hash 2015-04-19 23:10:27 +02:00
fxload
gadgetfs-test libaio: introduce a BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS option 2015-06-28 15:26:40 +02:00
gamin gamin: add hash file 2015-07-16 22:36:36 +02:00
gawk gawk: bump to version 4.1.3 2015-06-02 22:45:59 +02:00
gcc gcc: use toolchain wrapper 2015-10-04 18:22:20 +02:00
gd package/gd: Switch from libvpx to webp 2015-04-10 21:54:40 +02:00
gdb gdb: do not build documentation for bfd and gprof 2015-10-03 23:14:27 +02:00
gdbm gdbm: handle optional dependency gettext 2015-06-30 14:15:17 +02:00
gdk-pixbuf gdk-pixbuf: add security patch for CVE-2015-4491 2015-09-01 21:55:55 +02:00
genext2fs package: kill pointless text justification 2015-04-23 09:47:08 +02:00
gengetopt Remove trailing slash from all package site URLs 2015-03-10 20:40:08 +01:00
genimage package/genimage: bump version to 8 2015-09-27 23:20:08 +02:00
genpart genpart: add hash file 2015-07-28 22:32:56 +02:00
genromfs
geoip geoip: bump to version 1.6.5 2015-04-08 21:22:40 +02:00
gesftpserver gesftpserver: add hash file 2015-07-16 22:36:36 +02:00
getent
gettext gettext: bump version to 0.19.6 2015-09-13 12:36:47 +02:00
gflags gflags: define NO_THREADS if toolchain doesn't support threads 2015-06-11 22:08:35 +02:00
ghostscript-fonts package/ghostscript-fonts: add hash 2015-04-19 23:10:27 +02:00
giblib giblib: add hash file 2015-07-28 22:32:56 +02:00
giflib giflib: remove from the description the reference to libungif 2015-05-06 22:50:27 +02:00
git git: bump to version 2.6.0 2015-09-30 13:52:44 +02:00
glib-networking glib-networking: bump to version 2.44.0 2015-07-14 16:05:22 +02:00
glibc glibc: add version 2.22 2015-08-09 11:43:08 +02:00
glibmm package/glibmm: add hash 2015-04-19 23:10:30 +02:00
glm
glmark2 glmark2: depend on host-python 2015-09-30 12:35:00 +02:00
glog blackfin: 2012R2 toolchain is gone, remove kludges 2015-10-04 16:11:32 +01:00
gmock gmock: new package 2015-10-03 17:11:01 +02:00
gmp
gmpc gmpc: add hash file 2015-07-16 22:36:36 +02:00
gnu-efi package/gnu-efi: fix legal-info 2015-04-06 10:57:10 +02:00
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 version to 2.0.29 2015-09-11 19:49:14 +02:00
gnuplot
gnuradio gnuradio: sys/types.h is needed for mode_t 2015-08-29 23:20:52 +02:00
gnutls gnutls: bump to version 3.3.18 2015-09-13 20:01:22 +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 gperf: add hash file 2015-04-07 22:06:42 +02:00
gpm package/gpm: change archive to lzma 2015-06-21 09:47:57 +02:00
gpsd package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
gptfdisk gptfdisk: bump version 1.0.0 2015-07-18 11:20:14 +02:00
gqview
grantlee grantlee: add hash 2015-06-01 23:57:16 +02:00
graphite2 graphite2: new package 2015-09-27 23:13:52 +02:00
grep
gsl gsl: add hash file 2015-07-28 22:32:56 +02:00
gssdp gssdp: new package 2015-09-16 22:45:53 +02:00
gstreamer gst-fsl-plugins: bump version to 4.0.3 2015-09-19 15:39:39 +02:00
gstreamer1 gst1-imx: bump version to 0.11.1 2015-09-19 15:40:13 +02:00
gtest gmock: new package 2015-10-03 17:11:01 +02:00
gtk2-engines gtk2-engines: add hash file 2015-04-07 22:06:42 +02:00
gtkperf
guile guile: fix static-only build 2015-08-07 12:20:39 +02:00
gupnp gupnp: new package 2015-09-16 22:50:32 +02:00
gupnp-av gupnp-av: new package 2015-09-16 22:52:32 +02:00
gutenprint cups: deprecate package due to security issues 2015-03-16 22:26:30 +01:00
gvfs gvfs: switch smb support to samba4 2015-04-03 14:31:29 +02:00
gzip package: kill pointless text justification 2015-04-23 09:47:08 +02:00
hans hans: new package 2015-02-21 15:26:01 +01:00
harfbuzz harfbuzz: bump to version 1.0.4 2015-10-02 16:32:12 +02:00
haserl packages: indentation cleanup 2015-03-31 13:57:41 +02:00
haveged package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
hdparm hdparm: bump to 9.48 2015-06-18 22:37:51 +02:00
heimdal heimdal: disable parallel build 2015-07-22 17:20:47 +02:00
heirloom-mailx package/heirloom-mailx: fix link issue with getopt 2015-05-16 23:31:07 +02:00
hiawatha hiawatha: add hash file 2015-07-28 22:32:56 +02:00
hicolor-icon-theme hicolor-icon-theme: bump to version 0.15 2015-03-31 14:00:07 +02:00
hostapd hostapd: bump to version 2.5 2015-09-30 00:24:43 +02:00
hplip packages: indentation cleanup 2015-03-31 13:57:41 +02:00
htop package/htop: add hash 2015-04-19 23:10:27 +02:00
httping httping: bump to version 2.4 2015-02-15 21:46:09 +01:00
hwdata package/hwdata: add hash 2015-04-19 23:10:27 +02:00
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
ibrcommon package: Remove trailing slash from all package site URLs 2015-09-30 12:46:42 +02:00
ibrdtn package: Remove trailing slash from all package site URLs 2015-09-30 12:46:42 +02:00
ibrdtn-tools ibrdtn-tools: fix linking problem when building statically 2015-10-04 11:43:21 +02:00
ibrdtnd package: Remove trailing slash from all package site URLs 2015-09-30 12:46:42 +02:00
icu package/icu: icu-uc: provide -lstdc++ flag for static build 2015-07-23 23:30:35 +02:00
ifplugd package/ifplugd: add patch to fix musl build error 2015-08-03 11:21:28 +02:00
iftop iftop: add hash file 2015-07-16 22:36:36 +02:00
ifupdown iproute2: needs headers >= 3.0 2015-07-28 22:56:09 +02:00
igh-ethercat package/igh-ethercat: use kernel-module helper 2015-07-12 11:56:18 +02:00
igmpproxy
ijs package/ijs: New package ijs 0.35 2015-04-04 13:39:00 +02:00
imagemagick imagemagick: bump to version 6.9.2-3 2015-10-02 16:32:35 +02:00
imlib2 package/imlib2: fix musl compilation issue 2015-08-06 08:57:46 +02:00
imx-usb-loader imx-usb-loader: cleanup 2015-05-02 13:24:42 +02:00
inadyn package: Fix source path for systemd's service 2015-07-13 22:27:39 +02:00
inconsolata inconsolata: new package 2015-04-11 15:20:09 +02:00
infozip
initscripts package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
inotify-tools packages: remove (non-)lfs dependencies and tweaks 2015-04-01 22:47:22 +02:00
input-event-daemon package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
input-tools package/input-tools: add hash for joystick_20051019-5.diff.gz 2015-04-25 14:44:57 +02:00
intel-microcode intel-microcode: use <PKG>_STRIP_COMPONENTS 2015-07-12 00:51:19 +02:00
intltool package/intltool: add hash 2015-04-19 23:10:28 +02:00
iodine iodine: new package 2015-02-21 15:49:50 +01:00
iostat iostat: fix build with musl 2015-09-30 22:56:10 +02:00
iotop iotop: add hash file 2015-07-28 22:32:56 +02:00
iozone iozone: add hash file 2015-07-28 22:32:56 +02:00
iperf
iperf3
ipkg ipkg: add patch to fix musl build 2015-08-29 11:33:13 +02:00
ipmitool
ipmiutil package: Remove trailing slash from all package site URLs 2015-09-30 12:46:42 +02:00
iproute2 iproute2: bump to version 4.2.0 2015-09-04 11:57:35 +02:00
iprutils
ipsec-tools ipsec-tools: add hash file 2015-03-18 17:59:22 +01:00
ipset ipset: bump to version 6.25.1 2015-06-26 09:44:49 +02:00
iptables package/iptables: fix build on musl 2015-10-04 12:25:45 +02:00
iptraf-ng packages: remove non-IPv6 dependencies and tweaks 2015-04-22 23:06:35 +02:00
iputils packages: remove non-IPv6 dependencies and tweaks 2015-04-22 23:06:35 +02:00
irda-utils
irqbalance package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
isl isl: bump to version 0.14.1 2015-07-04 14:57:17 +02:00
iucode-tool
iw iw: bump to version 4.3 2015-09-22 16:13:37 +02:00
jack2 jack2: not available for static only builds 2015-05-21 23:41:13 +02:00
jamvm packages: remove non-IPv6 dependencies and tweaks 2015-04-22 23:06:35 +02:00
jansson jansson: add hash file 2015-07-28 22:32:56 +02:00
janus-gateway package/libmicrohttpd: mark as broken on Nios II, infamous _gp issue 2015-08-01 10:16:31 +02:00
jasper jasper: add hash file 2015-07-16 22:36:36 +02:00
jhead jhead: bump to version 3.00 2015-03-20 21:46:24 +01:00
jimtcl package: kill pointless text justification 2015-04-23 09:47:08 +02:00
joe package: kill pointless text justification 2015-04-23 09:47:08 +02:00
jpeg
jpeg-turbo jpeg-turbo: bump version from 1.4.0 to 1.4.1 2015-08-09 12:00:09 +02:00
jq
jquery
jquery-datetimepicker jquery-datetimepicker: new package 2015-07-28 23:18:16 +02:00
jquery-keyboard
jquery-mobile
jquery-sparkline
jquery-ui
jquery-ui-themes
jquery-validation
jsmin
json-c json-c: add patch to make sure the library is linked against libm when needed 2015-05-01 13:02:01 +02:00
json-glib package/json-glib: add hash 2015-04-19 23:10:30 +02:00
json-javascript
jsoncpp package/jsoncpp: bump to version 1.6.5 2015-08-19 11:05:49 +02:00
kbd kbd: add hash file 2015-03-18 17:59:22 +01:00
kexec packages: remove non-lfs enabler patches 2015-04-01 22:53:11 +02:00
kexec-lite package/elfutils: fix dependency on C library 2015-08-09 11:22:08 +02:00
keyutils keyutils: add patch to fix musl build failure 2015-07-12 16:24:04 +02:00
kismet kismet: mark as not available for static builds 2015-07-12 16:14:26 +02:00
kmod kmod: remove unnecessary autoreconf 2015-07-18 11:11:31 +02:00
knock packages: use backtick instead of $(shell ...) make function 2015-07-15 00:42:01 +02:00
kodi kodi: Without native RPC use libtirpc 2015-10-04 16:25:18 +01:00
kodi-addon-xvdr package/kodi-addon-xvdr: bump version 2015-07-30 09:29:24 +02:00
kodi-audiodecoder-modplug package/kodi-audiodecoder-modplug: new package 2015-07-30 09:37:45 +02:00
kodi-audiodecoder-nosefart package/kodi-audiodecoder-nosefart: new package 2015-07-30 09:37:45 +02:00
kodi-audiodecoder-sidplay package/kodi-audiodecoder-sidplay: new package 2015-07-30 09:37:45 +02:00
kodi-audiodecoder-snesapu package/kodi-audiodecoder-snesapu: new package 2015-07-30 09:37:45 +02:00
kodi-audiodecoder-stsound package/kodi-audiodecoder-stsound: new package 2015-07-30 09:37:46 +02:00
kodi-audiodecoder-timidity package/kodi-audiodecoder-timidity: new package 2015-07-30 09:37:46 +02:00
kodi-audiodecoder-vgmstream package/kodi-audiodecoder-vgmstream: new package 2015-07-30 09:37:46 +02:00
kodi-audioencoder-flac kodi-audioencoder-flac: bump version 2015-08-02 19:23:04 +02:00
kodi-audioencoder-lame kodi-audioencoder-lame: bump version 2015-08-02 19:23:08 +02:00
kodi-audioencoder-vorbis kodi-audioencoder-vorbis: use pkg-config 2015-07-30 09:29:24 +02:00
kodi-audioencoder-wav kodi-audioencoder-wav: bump version 2015-08-02 19:23:16 +02:00
kodi-platform package/kodi-platform: new package 2015-07-30 09:37:44 +02:00
kodi-pvr-argustv package/kodi-pvr-argustv: add jsoncpp reverse dependency 2015-10-03 15:19:37 +02:00
kodi-pvr-dvblink package/kodi-pvr-dvblink: bump version 2015-08-01 10:16:13 +02:00
kodi-pvr-dvbviewer package/kodi-pvr-dvbviewer: new package 2015-07-30 09:37:44 +02:00
kodi-pvr-filmon package/kodi-pvr-filmon: add jsoncpp reverse dependency 2015-10-03 15:19:51 +02:00
kodi-pvr-hts package/kodi-pvr-hts: bump version 2015-08-01 10:15:47 +02:00
kodi-pvr-iptvsimple package/kodi-pvr-iptvsimple: new package 2015-07-30 09:37:44 +02:00
kodi-pvr-mediaportal-tvserver package/kodi-pvr-mediaportal-tvserver: new package 2015-07-30 09:37:44 +02:00
kodi-pvr-mythtv package/kodi-pvr-mythtv: new package 2015-07-30 09:37:44 +02:00
kodi-pvr-nextpvr package/kodi-pvr-nextpvr: new package 2015-07-30 09:37:45 +02:00
kodi-pvr-njoy package/kodi-pvr-njoy: new package 2015-07-30 09:37:45 +02:00
kodi-pvr-pctv package/kodi-pvr-pctv: add jsoncpp reverse dependency 2015-10-03 15:20:02 +02:00
kodi-pvr-stalker package/kodi-pvr-stalker: Needs jsoncpp 2015-10-03 15:19:16 +02:00
kodi-pvr-vbox package/kodi-pvr-vbox: new package 2015-07-30 09:37:45 +02:00
kodi-pvr-vdr-vnsi package/kodi-pvr-vdr-vnsi: new package 2015-07-30 09:37:45 +02:00
kodi-pvr-vuplus package/kodi-pvr-vuplus: new package 2015-07-30 09:37:45 +02:00
kodi-pvr-wmc package/kodi-pvr-wmc: new package 2015-07-30 09:37:45 +02:00
kodi-screensaver-asteroids package/kodi-screensaver-asteroids: new package 2015-07-30 09:44:08 +02:00
kodi-screensaver-biogenesis package/kodi-screensaver-biogenesis: new package 2015-07-30 09:49:18 +02:00
kodi-screensaver-crystalmorph package/kodi-screensaver-crystalmorph: new package 2015-07-30 09:49:18 +02:00
kodi-screensaver-greynetic package/kodi-screensaver-greynetic: new package 2015-07-30 09:49:18 +02:00
kodi-screensaver-pingpong package/kodi-screensaver-pingpong: new package 2015-07-30 09:49:19 +02:00
kodi-screensaver-pyro package/kodi-screensaver-pyro: new package 2015-07-30 09:49:19 +02:00
kodi-screensaver-stars package/kodi-screensaver-stars: new package 2015-07-30 09:49:19 +02:00
kodi-visualisation-shadertoy package/kodi-visualisation-shadertoy: new package 2015-07-30 10:23:21 +02:00
kodi-visualisation-spectrum package/kodi-visualisation-spectrum: new package 2015-07-30 10:23:21 +02:00
kodi-visualisation-waveforhue package/kodi-visualisation-waveforhue: bump version 2015-08-28 11:28:25 +02:00
kodi-visualisation-waveform package/kodi-visualisation-waveform: new package 2015-07-30 10:23:21 +02:00
kompexsqlite kompexsqlite: don't overwrite CFLAGS and CXXFLAGS in makefiles 2015-09-25 09:43:05 +02:00
ktap package/ktap: use kernel-module helper 2015-07-12 11:56:18 +02:00
kvmtool kvmtool: new package 2015-07-04 16:13:26 +02:00
kyua package/kyua: add atf reverse dependency 2015-07-26 15:21:31 +02:00
lame package/lame: Fix compile on 32bit Intel 2015-07-11 14:30:18 +02:00
latencytop
lbase64 lbase64: add hash file 2015-07-27 22:26:26 +02:00
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 packages: indentation cleanup 2015-03-31 13:57:41 +02:00
leafnode2 package/leafnode2: Update upstream URL 2015-05-21 12:08:29 +02:00
leafpad leafpad: add hash file 2015-07-28 22:32:56 +02:00
less less: add hash file 2015-07-16 22:36:36 +02:00
lesstif
leveldb leveldb: disable for blackfin 2015-05-01 16:22:55 +02:00
lftp lftp: bump to version 4.6.4 2015-10-02 21:52:16 +02:00
libaio libaio: introduce a BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS option 2015-06-28 15:26:40 +02:00
libao libao: add hash 2015-02-25 19:49:21 +01:00
libarchive libarchive: add hash and enable lzma support 2015-06-26 21:26:47 +02:00
libargtable2
libart package/libart: add hash 2015-04-19 23:10:29 +02:00
libass libass: Bump version and change site 2015-07-26 23:09:46 +02:00
libassuan libassuan: bump to version 2.2.1 2015-06-04 15:34:23 +02:00
libatasmart libatasmart: add hash file 2015-07-28 22:32:56 +02:00
libatomic_ops package/libatomic_ops: fix compilation fail on sparc 2015-08-03 11:20:42 +02:00
libbluray libbluray: explicitly enable optional enabled features 2015-09-30 00:31:45 +02:00
libbroadvoice package/libbroadvoice: new package 2015-08-29 11:48:16 +02:00
libbsd libbsd: add hash file 2015-07-28 22:32:56 +02:00
libcap packages: indentation cleanup 2015-03-31 13:57:41 +02:00
libcap-ng libcap-ng: add hash file 2015-07-16 22:36:36 +02:00
libcdaudio
libcddb package: Remove trailing slash from all package site URLs 2015-09-30 12:46:42 +02:00
libcdio
libcec package/libcec: needs gcc >= 4.7 2015-08-06 08:27:42 +02:00
libcgi
libcgicc
libcgroup package/libcgroup: allow to build cgroup-tools 2015-08-27 20:30:39 +02:00
libcli
libcodec2 package/libcodec2: new package 2015-08-29 12:39:46 +02:00
libcofi
libconfig libconfig: bump to 1.5 2015-06-26 09:38:21 +02:00
libconfuse
libcrossguid package/libcrossguid: new package 2015-10-03 20:38:01 +02:00
libcue
libcuefile libcuefile: add hash file 2015-07-16 22:36:36 +02:00
libcurl libcurl: bump to version 7.44.0 2015-09-04 11:57:05 +02:00
libdaemon package/libdaemon: add hash file 2015-06-07 22:42:32 +02:00
libdcadec package/libdcadec: bump version 2015-09-28 22:14:18 +02:00
libdmtx
libdnet
libdri2 packages: remove (non-)lfs dependencies and tweaks 2015-04-01 22:47:22 +02:00
libdrm package/libdrm: Fix musl build error due to missing include of limits.h 2015-09-28 22:10:54 +02:00
libdvbcsa
libdvbsi package/libdvbsi: remove autoreconf 2015-07-20 22:49:51 +02:00
libdvdnav libdvdnav: add hash file 2015-07-16 22:36:36 +02:00
libdvdread libdvdread: add hash file 2015-07-16 22:36:36 +02:00
libebml libebml: needs wchar support 2015-07-29 16:48:20 +02:00
libedit libedit: add hash file 2015-04-26 19:16:33 +02:00
libee package/libee: add hash 2015-04-19 23:10:30 +02:00
libenca
liberation liberation: bump to version 2.00.1 2015-04-01 23:22:16 +02:00
libesmtp libesmtp: add hash file 2015-07-16 22:36:36 +02:00
libestr
libev libev: add patch to fix build on SPARCv8 2015-08-08 23:47:23 +02:00
libevdev libevdev: bump version to 1.4.3 2015-07-07 08:21:25 +02:00
libevent libevent: fix openssl detection when statically linking 2015-02-27 08:54:33 +01:00
libexif package: kill pointless text justification 2015-04-23 09:47:08 +02:00
libeXosip2 packages: remove non-IPv6 enabler patches 2015-04-22 23:00:31 +02:00
libfcgi libfcgi: add hash file 2015-07-28 22:32:56 +02:00
libffi package/libffi: bump to version 3.2.1 2015-09-20 14:30:21 +02:00
libfm libfm: new package 2015-07-13 02:16:09 +02:00
libfm-extra libfm-extra: new package 2015-07-13 02:16:09 +02:00
libfreefare libfreefare: Bump version and change site 2015-07-26 23:10:29 +02:00
libfreeimage packages/libfreeimage: requires wchar 2015-07-29 13:01:51 +02:00
libfribidi package/libfribidi: add hash 2015-04-19 23:10:30 +02:00
libfslcodec libfslcodec: bump version to 4.0.3 2015-09-19 15:38:51 +02:00
libfslparser libfslparser: bump version to 4.0.3 2015-09-19 15:39:21 +02:00
libfslvpuwrap libfslvpuwrap: bump version to 1.0.58 2015-09-19 15:39:30 +02:00
libftdi package/libftdi: bump to version 0.20 2015-03-16 09:54:00 +01:00
libftdi1 package: Remove trailing slash from all package site URLs 2015-09-30 12:46:42 +02:00
libfuse libfuse: security bump to version 2.9.4 2015-06-02 00:00:35 +02:00
libg7221 package/libg7221: new package 2015-08-29 12:44:06 +02:00
libgail libgail: mark as deprecated 2015-07-30 23:19:25 +02:00
libgcrypt libgcrypt: bump version to 1.6.4 2015-09-11 19:49:04 +02:00
libgeotiff
libglade package/libglade: add hash 2015-04-19 23:10:31 +02:00
libglew package/libglew: bump version to 1.12.0 2015-08-10 16:12:24 +02:00
libglib2 package/libglib2: fix compilation issue on SPARC 2015-07-28 23:11:36 +02:00
libglu
libgpg-error package/libgpg-error: Fix compilation with gcc5 2015-06-14 23:07:56 +02:00
libgpgme package/libgpgme: add argp-standalone dependency with musl 2015-08-08 11:16:44 +02:00
libgsasl libgsasl: add hash file 2015-07-28 22:32:56 +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.15 2015-09-01 13:19:35 +02:00
libgudev libgudev: New package 2015-08-25 16:35:15 +02:00
libhid
libhttpparser package/libhttpparser: New package 2015-08-28 19:18:13 +02:00
libical package/libical: bump version to v1.0.1 and switch to cmake 2015-07-13 12:12:27 +02:00
libiconv libiconv: add hash file 2015-04-07 22:06:41 +02:00
libid3tag
libidn libidn: bump to version 1.32 2015-08-10 20:59:24 +02:00
libiio libiio: test programs require threads 2015-08-18 22:45:48 +02:00
libilbc package/libilbc: new package 2015-08-29 12:53:16 +02:00
libinput package/libinput: bump version to 0.19.0, add locale dependency 2015-07-18 12:24:17 +02:00
libiqrf
libiscsi libiscsi: Force configure to use gcc for LD 2015-07-28 23:06:57 +02:00
libjpeg package/libjpeg: add hash file 2015-05-25 22:20:48 +02:00
libjson
libksba libksba: security bump to version 1.3.3 2015-04-14 10:06:43 +02:00
libldns package/libldns: Fix static build 2015-09-06 11:18:02 +02:00
liblinear package/liblinear: wrap help text to fit 72 columns 2015-09-20 14:29:40 +02:00
libllcp libllcp: Bump version and change site 2015-07-26 23:15:19 +02:00
liblo
liblockfile package/liblockfile: add hash 2015-04-19 23:10:29 +02:00
liblog4c-localtime
liblogging
libmad package: kill pointless text justification 2015-04-23 09:47:08 +02:00
libmatroska libebml: needs wchar support 2015-07-29 16:48:20 +02:00
libmbim package/libmbim: Now needs libgudev under systemd 2015-08-25 16:41:43 +02:00
libmbus libmbus: add hash file 2015-07-28 22:32:56 +02:00
libmcrypt
libmemcached package/libmemcached: disable documentation 2015-07-15 00:52:02 +02:00
libmhash
libmicrohttpd libmicrohttpd: bump to version 0.9.44 2015-10-02 15:35:41 +02:00
libmms
libmng libmng: new package 2015-09-24 23:53:04 +02:00
libmnl packages: remove (non-)lfs dependencies and tweaks 2015-04-01 22:47:22 +02:00
libmodbus libmodbus: add hash 2015-05-13 10:08:15 +02:00
libmodplug
libmpd libmpd: add hash file 2015-07-28 22:32:56 +02:00
libmpdclient package/libmpdclient: add hash file 2015-02-28 08:17:58 +01:00
libmpeg2
libndp packages: remove non-IPv6 dependencies and tweaks 2015-04-22 23:06:35 +02:00
libnetfilter_acct packages: remove (non-)lfs dependencies and tweaks 2015-04-01 22:47:22 +02:00
libnetfilter_conntrack libnetfilter_conntrack: bump to version 1.0.5 2015-09-13 12:13:01 +02:00
libnetfilter_cthelper packages: remove (non-)lfs dependencies and tweaks 2015-04-01 22:47:22 +02:00
libnetfilter_cttimeout packages: remove (non-)lfs dependencies and tweaks 2015-04-01 22:47:22 +02:00
libnetfilter_log libnetfilter_log: add hash file 2015-03-18 17:59:21 +01:00
libnetfilter_queue package/libnetfilter_queue: fix build with musl 2015-08-17 22:34:48 +02:00
libnfc libnfc: Bump version and change site 2015-07-26 23:16:17 +02:00
libnfnetlink libnfnetlink: add patch to fix musl build issue 2015-08-08 23:55:52 +02:00
libnfs libnfs: Without native RPC use libtirpc 2015-10-04 16:11:57 +01:00
libnftnl libnftnl: bump to version 1.0.5 2015-10-02 20:59:04 +02:00
libnice packages: remove non-IPv6 enabler patches 2015-04-22 23:00:31 +02:00
libnl libnl: remove patch to fix bmon breakage 2015-07-14 16:15:31 +02:00
libnspr libnspr: bump to version 4.10.9 2015-10-03 15:14:14 +02:00
libnss libnss: bump to version 3.20 2015-10-03 15:14:32 +02:00
liboauth
libogg
libopenh264 package/libopenh264: new package 2015-08-29 14:48:31 +02:00
liboping packages: remove non-IPv6 dependencies and tweaks 2015-04-22 23:06:35 +02:00
libosip2 libosip2: add hash file 2015-07-28 22:32:56 +02:00
libpam-radius-auth package: Remove trailing slash from all package site URLs 2015-09-30 12:46:42 +02:00
libpam-tacplus libpam-tacplus: new package 2015-08-28 11:22:45 +02:00
libpcap libpcap: bump to version 1.7.4 2015-07-13 17:05:31 +02:00
libpciaccess package/libpciaccess: bump version to 0.13.4 2015-07-13 10:11:33 +02:00
libpfm4 Merge branch 'next' 2015-09-01 09:59:08 +02:00
libphidget Remove trailing slash from all package site URLs 2015-03-10 20:40:08 +01:00
libplatform package/libplatform: new package 2015-07-30 09:29:23 +02:00
libplayer libplayer: add hash file 2015-07-28 22:32:56 +02:00
libplist
libpng libpng: bump to version 1.6.18 2015-10-02 16:02:39 +02:00
libpthread-stubs package/libpthread-stubs: add hash file 2015-06-12 23:06:10 +02:00
libpthsem libpthsem: fix setjmp/longjmp detection 2015-08-19 17:45:51 +02:00
libqmi libqmi: bump to 1.12.6 2015-03-06 23:11:58 +01:00
libqrencode libqrencode: add hash file 2015-07-28 22:32:56 +02:00
libraw libraw: add hash file 2015-07-28 22:32:56 +02:00
libraw1394 libraw1394: add hash file 2015-07-28 22:32:56 +02:00
libreplaygain libreplaygain: add hash file 2015-07-16 22:36:36 +02:00
libroxml libroxml: add hash file 2015-07-28 22:32:56 +02:00
librsvg librsvg: add hash file 2015-04-19 14:40:50 +02:00
librsync
librtas package/librtas: only show comment on supported architectures 2015-08-20 23:58:57 +02:00
librtlsdr
libsamplerate libsamplerate: add hash file 2015-07-16 22:36:36 +02:00
libseccomp package/libseccomp: needs headers >= 3.12 2015-03-31 23:45:07 +02:00
libsecret packages: all salute the passing of avr32 2015-02-14 17:43:11 +01:00
libselinux libselinux: use correct definition of ARCH 2015-09-16 22:19:25 +02:00
libsemanage libselinux: mark as not available on ARC 2015-08-19 23:06:59 +02:00
libsepol package/libsepol: add patch to fix Blackfin build issue 2015-02-14 22:04:48 +01:00
libserial package/libserial: bump to version 0.6.0rc2 2015-08-23 22:53:25 +02:00
libserialport package/libserialport: bump to latest commit 2015-07-30 23:10:02 +02:00
libsexy libsexy: add hash file 2015-07-28 22:32:57 +02:00
libsha1
libshairplay packages: remove non-IPv6 dependencies and tweaks 2015-04-22 23:06:35 +02:00
libshout package: kill pointless text justification 2015-04-23 09:47:08 +02:00
libsidplay2 package/libsidplay2: new package 2015-03-23 22:47:00 +01:00
libsigc libsigc++: add hash file 2015-04-07 22:06:42 +02:00
libsigrok libsigrok: depends on gcc >= 4.7 2015-08-05 12:11:20 +02:00
libsigrokdecode python3: needs dynamic library support 2015-04-28 08:50:04 +02:00
libsigsegv libsigsegv: not available on SuperH with uClibc 2015-08-07 11:08:12 +02:00
libsilk package/libsilk: new package 2015-08-29 10:33:18 +02:00
libsndfile libsndfile: add hash file 2015-07-16 22:36:36 +02:00
libsoc libsoc: bump to 0.6.4 2015-06-15 23:12:10 +02:00
libsocketcan libsocketcan: add hash file 2015-07-28 22:32:57 +02:00
libsodium libsodium: disable PIE on ARC 2015-08-10 15:04:47 +02:00
libsoundtouch package/libsoundtouch: needs c++ 2015-09-06 22:45:25 +02:00
libsoup packages: remove non-IPv6 dependencies and tweaks 2015-04-22 23:06:35 +02:00
libsoxr package/libsoxr: bump to version 0.1.2 2015-09-10 12:56:59 +02:00
libsquish package/libsquish: New package 2015-07-27 22:12:04 +02:00
libsrtp package/libsrtp: bump version to 1.5.2 2015-04-26 19:24:30 +02:00
libssh libssh: bump to version 0.7.2 2015-10-02 16:41:02 +02:00
libssh2 packages: use backtick instead of $(shell ...) make function 2015-07-15 00:42:01 +02:00
libstrophe libstrophe: add a patch to fix static builds 2015-09-28 21:27:48 +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 libtasn1: bump to version 4.6 2015-09-13 12:07:22 +02:00
libtheora package/libtheora: Fix dynamic linking 2015-08-02 19:28:52 +02:00
libtirpc blackfin: 2012R2 toolchain is gone, remove kludges 2015-10-04 16:11:32 +01:00
libtool package/libtool: disable makeinfo 2015-07-04 12:43:41 +02:00
libtorrent
libtpl
libubox libubox: bump version 2015-07-26 15:48:48 +02:00
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 package/libungif: deprecate package 2015-04-08 22:42:48 +02:00
libunistring libunistring: bump to version 0.9.6 2015-07-10 20:24:57 +02:00
libunwind libunwind: add hash file 2015-07-28 22:32:57 +02:00
libupnp packages: remove (non-)lfs dependencies and tweaks 2015-04-01 22:47:22 +02:00
libupnpp package/libupnpp: bump to version 0.12.1 2015-09-07 23:58:41 +02:00
liburcu liburcu: Add support for aarch64 2015-09-15 23:48:10 +02:00
liburiparser
libusb packages: all salute the passing of avr32 2015-02-14 17:43:11 +01:00
libusb-compat
libuv package/libuv: bump to version 1.7.4 2015-09-14 21:33:09 +02:00
libv4l libv4l: update homepage link 2015-08-17 16:24:25 +02:00
libva package/libva: bump to version 1.6.1 2015-09-19 13:57:00 +02:00
libva-intel-driver package/libva-intel-driver: bump to version 1.6.1 2015-09-19 13:57:06 +02:00
libvips package: indentation cleanup 2015-06-22 23:05:06 +02:00
libvncserver packages: remove non-IPv6 dependencies and tweaks 2015-04-22 23:06:35 +02:00
libvorbis libvorbis: bump version 2015-03-03 08:51:40 +01:00
libvpx libvpx: bump version to 1.4.0 2015-04-08 22:50:06 +02:00
libwebsock package/libwebsock: fix incorrect inline function 2015-08-25 12:25:31 +02:00
libwebsockets libwebsockets: add LWS_ prefix to LWS_WITHOUT_TESTAPPS=ON cmake option 2015-04-29 18:57:38 +02:00
libxkbcommon libxkbcommon: add hash file 2015-07-28 22:32:57 +02:00
libxml2 package/libxml2: Fix musl compile 2015-04-11 15:34:11 +02:00
libxml-parser-perl package/libxml-parser-perl: add hash file 2015-05-18 11:48:51 +02:00
libxmlpp package/libxmlpp: add hash 2015-04-19 23:10:31 +02:00
libxmlrpc libxmlrpc: fix static build 2015-07-11 10:50:42 +02:00
libxslt libxslt: add hash file 2015-07-28 22:32:57 +02:00
libyaml libyaml: add hash file 2015-07-28 22:32:57 +02:00
libyuv package/libyuv: Fix aarch64 support 2015-09-13 23:30:55 +02:00
libzip libzip: add hash file 2015-07-28 22:32:57 +02:00
lightning lightning: requires share library support 2015-08-18 11:19:41 +02:00
lighttpd package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
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 links: bump to version 2.12 2015-10-03 15:28:04 +02:00
linphone lite: add hash file 2015-07-28 22:32:57 +02:00
linux-backports package/linux-backports: switch to using the kernel-module infra 2015-07-26 15:41:01 +02:00
linux-firmware linux-firmware: add brcm43143 support 2015-07-22 22:33:49 +02:00
linux-fusion linux-fusion: use a more traditional style to define LINUX_FUSION_MAKE_OPTS 2015-09-10 14:03:20 +02:00
linux-headers linux-headers: bump 4.{1,2}.x series 2015-10-03 23:21:18 +02:00
linux-pam packages/linux-pam: disable when using musl 2015-08-26 15:25:09 +02:00
linux-zigbee
lirc-tools package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
lite lite: add hash file 2015-07-28 22:32:57 +02:00
live555 live555: bump to version 2015.06.25 2015-06-29 21:59:34 +02:00
ljlinenoise ljlinenoise: add hash file 2015-07-27 22:26:26 +02:00
ljsyscall ljsyscall: remove dependency on some architecture 2015-03-23 19:14:39 +01:00
lm-sensors packages/lm-sensors: fix compilation with musl 2015-08-31 22:17:16 +02:00
lmbench packages: use backtick instead of $(shell ...) make function 2015-07-15 00:42:01 +02:00
localedef host-localdef fails under gcc5 2015-10-04 12:16:11 +02:00
lockdev package/lockdev: add hash 2015-04-19 23:10:29 +02:00
lockfile-progs package/lockfile-progs: add hash 2015-04-19 23:10:29 +02:00
log4cplus
log4cxx log4cxx: add hash file 2015-07-28 22:32:57 +02:00
logrotate packages: use backtick instead of $(shell ...) make function 2015-07-15 00:42:01 +02:00
logsurfer
lpc3250loader lpc3250loader: switch to github 2015-03-10 20:08:56 +01:00
lpeg lpeg: bump to version 1.0.0 2015-10-02 12:10:35 +02:00
lpty lpty: add hash file 2015-07-27 22:26:26 +02:00
lrandom lrandom: add hash file 2015-07-27 22:26:26 +02:00
lrzsz lrzsz: mark as not available for static builds 2015-08-07 13:04:58 +02:00
lshw lshw: add hash file 2015-07-28 22:32:57 +02:00
lsof lsof: bump to version 4.89 2015-10-02 16:45:25 +02:00
lsqlite3 lsqlite3: add hash file 2015-07-27 22:29:47 +02:00
lsuio lsuio: add hash file 2015-07-28 22:32:57 +02:00
ltp-testsuite ltp-testsuite: don't link with libtirpc 2015-09-30 13:52:45 +02:00
ltrace package/ltrace: do not enable libunwind support for MIPS 2015-08-25 20:55:55 +02:00
ltris package: kill pointless text justification 2015-04-23 09:47:08 +02:00
lttng-babeltrace packages: remove (non-)lfs dependencies and tweaks 2015-04-01 22:47:22 +02:00
lttng-libust lttng-libust: Enable aarch64 build 2015-09-15 23:48:34 +02:00
lttng-modules package/lttng-modules: use kernel-module helper 2015-07-12 11:56:18 +02:00
lttng-tools lttng-tools: Enable aarch64 build 2015-09-15 23:48:47 +02:00
lua lua: bump to version 5.3.1 2015-06-18 23:36:00 +02:00
lua-cjson lua-cjson: add hash file 2015-07-27 22:29:50 +02:00
lua-coat lua-coat: add hash file 2015-07-27 22:29:50 +02:00
lua-coatpersistent lua-coatpersistent: add hash file 2015-07-27 22:29:50 +02:00
lua-csnappy lua-csnappy: add hash file 2015-07-27 22:29:50 +02:00
lua-ev lua-ev: bump to version 1.4 2015-07-23 22:42:58 +02:00
lua-iconv lua-iconv: add hash file 2015-07-27 22:29:50 +02:00
lua-messagepack lua-messagepack: add hash file 2015-07-27 22:29:50 +02:00
lua-msgpack-native
lua-periphery package/lua-periphery: bump to version 1.0.6 2015-09-19 14:01:58 +02:00
lua-testmore lua-testmore: add hash file 2015-07-27 22:29:50 +02:00
luabitop luabitop: add hash file 2015-07-27 22:29:50 +02:00
luacrypto luacrypto: add hash file 2015-07-27 22:29:50 +02:00
luaexpat luaexpat: add hash file 2015-07-27 22:29:50 +02:00
luaexpatutils
luafilesystem luafilesystem: add hash file 2015-07-27 22:29:50 +02:00
luainterpreter
luajit package/luajit: disable for static build 2015-07-18 21:06:02 +02:00
luajson luajson: add hash file 2015-07-27 22:29:51 +02:00
lualogging lualogging: add hash file 2015-07-27 22:29:51 +02:00
luaposix package/luaposix: add patch to fix musl compatibility 2015-09-19 14:14:16 +02:00
luarocks pkg-luarocks: fix top-level parallel makefile support 2015-07-04 15:21:33 +02:00
luasec luasec: add hash file 2015-07-27 22:29:51 +02:00
luasocket luasocket: add hash file 2015-07-27 22:29:51 +02:00
luasql-sqlite3 luasql-sqlite3: add hash file 2015-07-27 22:29:51 +02:00
lunit lunit: add hash file 2015-07-27 22:29:51 +02:00
lutok lutok: new package 2015-06-12 21:41:41 +02:00
luv luv: new package 2015-09-21 16:03:59 +02:00
lvm2 lvm2: bump to version 2.02.132 2015-09-23 23:12:26 +02:00
lxc lxc: add hash file 2015-07-16 23:40:13 +02:00
lz4 lz4: adjust homepage URL 2015-10-04 12:05:45 +02:00
lzip lzip: add hash file 2015-04-27 23:18:16 +02:00
lzlib lzlib: add hash file 2015-07-27 22:29:51 +02:00
lzma lzma: add hash file 2015-07-28 22:32:57 +02:00
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 m4: add hash file 2015-03-20 20:53:12 +01:00
macchanger macchanger: add hash file 2015-07-28 22:37:06 +02:00
madplay packages: use backtick instead of $(shell ...) make function 2015-07-15 00:42:01 +02:00
make packages: indentation cleanup 2015-03-31 13:57:41 +02:00
makedevs package/makedevs: fixing missing return type 2015-04-13 14:17:53 +02:00
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 package/mcelog: bump version to v111 2015-03-20 21:46:42 +01:00
mcrypt
mdadm mdadm: bump to version 3.3.4 2015-09-13 12:35:46 +02:00
media-ctl
mediastreamer mediastreamer: add hash file 2015-07-28 22:37:09 +02:00
memcached memcached: bump to version 1.4.24 2015-04-27 23:30:41 +02:00
memstat package/memstat: bump version to 1.0, add hash 2015-04-19 23:10:29 +02:00
memtest86 package: normalize separator size to 80 2015-03-20 14:02:00 +01:00
memtester memtester: add hash 2015-04-27 23:21:52 +02:00
menu-cache menu-cache: new package 2015-07-13 02:16:09 +02:00
mesa3d package/mesa3d: bump to version 11.0.2 2015-10-04 11:24:26 +01:00
mesa3d-demos mesa3d-demos: add hash file 2015-07-28 22:37:10 +02:00
mesa3d-headers package/mesa3d: bump to version 11.0.2 2015-10-04 11:24:26 +01:00
metacity package/metacity: add hash 2015-04-19 23:10:31 +02:00
micropython micropython: Bump version to v1.4.6 2015-09-24 09:52:24 +02:00
micropython-lib micropython-lib: new packages 2015-09-17 23:37:45 +02:00
midori midori: depend on x11 backend for gtk3 2015-08-25 20:52:18 +02:00
mii-diag package/mii-diag: add hash 2015-04-19 23:10:29 +02:00
minicom
minidlna package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
mjpegtools package: normalize separator size to 80 2015-03-20 14:02:00 +01:00
mjpg-streamer mjpg-streamer: Fix build with ccache enabled. 2015-03-27 18:09:36 +01:00
mke2img package: update some home page URLs in Config.in.host files 2015-04-18 15:59:34 +02:00
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 package/mobile-broadband-provider-info: add hash 2015-04-19 23:10:31 +02:00
modem-manager package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
modplugtools
mongoose package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
mongrel2 mongrel2: Bump version and change hosting 2015-07-28 09:52:53 +02:00
monit monit: bump to version 3.12.2 2015-04-16 07:49:37 +02:00
monkey package: Remove trailing slash from all package site URLs 2015-09-30 12:46:42 +02:00
mono mono: depend on shared library support 2015-08-19 22:54:45 +02:00
mono-gtksharp3 package: Remove trailing slash from all package site URLs 2015-09-30 12:46:42 +02:00
monolite package/monolite: adding hash file 2015-05-11 09:04:24 +02:00
mosh package: Remove trailing slash from all package site URLs 2015-09-30 12:46:42 +02:00
mosquitto package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
mp4v2 mp4v2: Remove --disable-debug workaround. 2015-06-05 16:25:44 +02:00
mpc mpc: bump to version 1.0.3 2015-02-21 10:11:43 +01:00
mpd mpd: Without native RPC use libtirpc 2015-10-04 16:25:31 +01:00
mpd-mpc mpd-mpc: bump to version 0.27 2015-06-26 09:40:22 +02:00
mpdecimal Remove trailing slash from all package site URLs 2015-03-10 20:40:08 +01:00
mpfr mpfr: bump to version 3.1.3 2015-06-20 15:59:15 +02:00
mpg123 mpg123: bump to version 1.22.4 2015-10-02 21:51:05 +02:00
mplayer mplayer: enable building on ARM64 2015-09-17 23:28:27 +02:00
mrouted
msgpack
msmtp Merge branch 'next' 2015-09-01 09:59:08 +02:00
mtd mtd: fix static build with uuid 2015-09-13 22:43:35 +02:00
mtdev mtdev: add hash file 2015-07-28 22:37:10 +02:00
mtdev2tuio
mtools mtools: add hash file 2015-07-28 22:37:10 +02:00
mtr package/uClibc: RIP, avr32 2015-02-14 17:46:27 +01:00
musepack musepack: add hash file 2015-07-16 22:36:36 +02:00
musl musl: bump to version 1.1.11 2015-09-01 21:57:35 +02:00
mutt mutt: bump to version 1.5.24 2015-10-02 21:50:09 +02:00
mxml mxml: add hash file 2015-06-15 16:25:46 +02:00
mysql package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
nano nano: work around broken syntax highlighting regexes 2015-07-11 09:22:51 +02:00
nanocom nanocom: use <PKG>_STRIP_COMPONENTS 2015-07-12 00:51:24 +02:00
nasm nasm: add hash file 2015-07-16 22:36:36 +02:00
nbd package/nbd: fix static builds 2015-08-18 11:17:43 +02:00
ncdu ncdu: add hash file 2015-07-28 22:37:10 +02:00
ncftp ncftp: add hash file 2015-04-29 23:27:03 +02:00
ncmpc ncmpc: add hash file 2015-03-04 22:54:37 +01:00
ncurses ncurses: fix gcc 5 compile issue for real 2015-07-26 18:46:33 +02:00
ndisc6 ndisc6: add hash file 2015-07-28 22:37:10 +02:00
ne10 ne10: bump to version 1.2.0 2015-03-11 22:08:24 +01:00
neard package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
neardal packages: use backtick instead of $(shell ...) make function 2015-07-15 00:42:01 +02:00
neon neon: add hash file 2015-04-27 23:18:16 +02:00
net-tools packages: remove non-IPv6 dependencies and tweaks 2015-04-22 23:06:35 +02:00
netatalk netatalk: needs dynamic library 2015-08-08 17:31:13 +02:00
netcat
netcat-openbsd netcat-openbsd: fix license typo 2015-06-02 23:32:19 +02:00
netperf netperf: bump to version 2.7.0 2015-07-22 17:23:00 +02:00
netplug package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
netsnmp package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
netstat-nat netstat-nat: add hash file 2015-07-10 11:20:16 +02:00
netsurf-buildsystem
nettle
network-manager package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
newt newt: add hash file 2015-07-28 22:37:10 +02:00
nfacct packages: remove (non-)lfs dependencies and tweaks 2015-04-01 22:47:22 +02:00
nfs-utils package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
nftables nftables: bump to version 0.5 2015-10-02 20:59:41 +02:00
nginx package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
ngircd ngircd: add hash file 2015-07-16 22:36:36 +02:00
ngrep packages: use backtick instead of $(shell ...) make function 2015-07-15 00:42:01 +02:00
nmap nmap: remove redundant --static flag to pkg-config 2015-07-26 23:44:44 +02:00
nodejs package/nodejs/0.10.x: add patch to fix musl build error 2015-08-06 09:00:09 +02:00
noip
nss-mdns nss-mdns: add hash file 2015-07-28 22:37:10 +02:00
ntfs-3g ntfs-3g: fix incorrect comment dependency 2015-07-13 22:38:47 +02:00
ntp package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
numactl packages: remove (non-)lfs dependencies and tweaks 2015-04-01 22:47:22 +02:00
nut nut: add hash file 2015-07-28 22:37:10 +02:00
nuttcp
nvidia-driver packages: ensure linux supports modules even when not using kernel-module 2015-09-04 13:16:58 +02:00
nvidia-tegra23 packages: do not use TAR_STRIP_COMPONENTS, but directly --strip-components 2015-07-12 13:51:59 +02:00
ocf-linux package/ocf-linux: use kernel-module helper 2015-07-12 11:56:19 +02:00
ocrad ocrad: add hash file 2015-07-28 22:37:10 +02:00
odhcp6c package: indentation cleanup 2015-06-18 23:41:41 +02:00
odhcploc
ofono package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
ola package/protobuf: needs dynamic libraries 2015-08-18 21:41:12 +02:00
olsr package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
omap-u-boot-utils
omniorb
on2-8170-libs
on2-8170-modules package/on2-8170-modules: use kernel-module helper 2015-07-12 11:56:19 +02:00
open2300 packages: indentation cleanup 2015-03-31 13:57:41 +02:00
open-plc-utils open-plc-utils: fix build on !uclibc toolchains 2015-04-05 11:43:27 +02:00
opencore-amr
opencv package/opencv: re-introduce opencv for opencv-2.4 2015-08-25 11:56:57 +02:00
opencv3 package/opencv: re-introduce opencv for opencv-2.4 2015-08-25 11:56:57 +02:00
opengl
openipmi package: Remove trailing slash from all package site URLs 2015-09-30 12:46:42 +02:00
openjpeg package: indentation cleanup 2015-06-22 23:05:06 +02:00
openldap packages: use backtick instead of $(shell ...) make function 2015-07-15 00:42:01 +02:00
openntpd package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
openobex packages: remove non-IPv6 dependencies and tweaks 2015-04-22 23:06:35 +02:00
openocd package: update some home page URLs in Config.in.host files 2015-04-18 15:59:34 +02:00
openpgm blackfin: 2012R2 toolchain is gone, remove kludges 2015-10-04 16:11:32 +01:00
openpowerlink
openssh package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
openssl openssl: change sed expression delimiter 2015-09-23 23:27:42 +02:00
openswan openswan: security bump to version 2.6.45 2015-09-04 11:56:49 +02:00
opentyrian opentyrian: switch to bitbucket 2015-04-23 09:45:19 +02:00
opentyrian-data
openvmtools package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
openvpn package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
opkg opkg: gpg support needs libgpg-error 2015-06-06 15:38:56 +02:00
oprofile package/oprofile: fix static linking 2015-08-17 22:28:00 +02:00
opus opus: add hash 2015-02-25 19:48:58 +01:00
opus-tools packages: remove non-lfs enabler patches 2015-04-01 22:53:11 +02:00
opusfile packages: remove (non-)lfs dependencies and tweaks 2015-04-01 22:47:22 +02:00
orbit orbit: add hash file 2015-07-27 22:29:51 +02:00
orc orc: bump version 2015-06-26 10:14:12 +02:00
ortp ortp: add hash file 2015-07-28 22:37:10 +02:00
owl-linux package/owl-linux: use kernel-module helper 2015-07-12 11:56:19 +02:00
p11-kit p11-kit: bump to version 0.20.7 2015-03-10 22:21:50 +01:00
p910nd
pango pango: add host variant 2015-04-19 14:40:29 +02:00
parted parted: add hash file 2015-07-28 22:37:10 +02:00
patch patch: bump to version 2.7.5 2015-03-09 14:05:29 +01:00
patchelf patchelf: add hash file 2015-07-28 22:37:11 +02:00
pax-utils pax-utils: add hash file 2015-07-28 22:37:11 +02:00
pciutils pciutils: bump to version 3.4.0 2015-10-02 21:48:42 +02:00
pcmanfm pcmanfm: bump version to 1.2.3 2015-07-13 02:16:09 +02:00
pcre pcre: bump to version 8.37 2015-04-29 23:02:17 +02:00
pcsc-lite
perl perl: fix static build 2015-09-13 21:17:02 +02:00
perl-crypt-openssl-random pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-crypt-openssl-rsa pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-datetime-tiny pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-db-file pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-digest-hmac pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-digest-sha1 pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-encode-detect pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-encode-locale pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-file-listing pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-file-util pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-gd pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-gdgraph pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-gdtextutil pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-html-parser pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-html-tagset pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-http-cookies pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-http-daemon pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-http-date pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-http-message package/perl-http-message: New package 2015-04-19 13:43:44 +02:00
perl-http-negotiate pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-io-html pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-io-socket-ssl pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-json-tiny pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-libwww-perl pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-lwp-mediatypes pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-mail-dkim pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-mailtools pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-mime-base64 pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-module-build perl-module-build: downgrade to version 0.4208 2015-02-19 22:41:46 +01:00
perl-mojolicious pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-net-dns pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-net-http package/perl-net-http: New package 2015-04-19 13:43:45 +02:00
perl-net-ssleay pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-netaddr-ip pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-path-tiny pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-time-hires pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-timedate pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-try-tiny pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-uri pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-www-robotrules pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-xml-libxml pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-xml-namespacesupport pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-xml-sax pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
perl-xml-sax-base pkg-perl: remove the dependency generated by scancpan 2015-10-02 20:56:52 +01:00
phidgetwebservice Remove trailing slash from all package site URLs 2015-03-10 20:40:08 +01:00
php php: bump to version 5.6.14 2015-10-02 21:00:50 +02:00
php-geoip php-geoip: add hash file 2015-07-28 22:37:11 +02:00
php-gnupg php-gnupg: bump to version 1.3.6 2015-03-20 14:02:54 +01:00
php-imagick php-imagick: add hash file 2015-07-28 22:37:11 +02:00
php-memcached php-memcached: add hash file 2015-07-28 22:37:11 +02:00
php-ssh2 php-ssh2: add hash file 2015-07-28 22:37:11 +02:00
php-yaml php-yaml: add hash file 2015-07-28 22:37:11 +02:00
php-zmq php-zmq: add hash file 2015-07-28 22:37:11 +02:00
picocom
pifmrds packages: remove (non-)lfs dependencies and tweaks 2015-04-01 22:47:22 +02:00
pinentry pinentry: add patch to fix ncursesw include path 2015-06-23 18:59:05 +02:00
pixman package/pixman: bump version to 0.32.8 2015-10-03 23:39:54 +02:00
pkgconf package/pkgconf: add hash 2015-04-20 19:50:54 +02:00
poco Merge branch 'next' 2015-09-01 09:59:08 +02:00
polarssl polarssl: security bump to version 1.2.14 2015-07-04 14:58:49 +02:00
polkit polkit: add hash file 2015-07-28 22:37:11 +02:00
poppler packages: use backtick instead of $(shell ...) make function 2015-07-15 00:42:01 +02:00
popt popt: add hash file 2015-07-10 11:20:35 +02:00
portaudio portaudio: add hash file 2015-07-28 22:37:11 +02:00
portmap package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
postgresql package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
powerpc-utils powerpc-utils: optionally use librtas 2015-07-13 18:40:08 +02:00
powertop package: Remove trailing slash from all package site URLs 2015-09-30 12:46:42 +02:00
powervr
pppd package/pppd: install pon, poff scripts 2015-06-11 22:35:00 +02:00
pps-tools
pptp-linux
prboom packages: use backtick instead of $(shell ...) make function 2015-07-15 00:42:01 +02:00
procps-ng procps-ng: needs gettextize 2015-04-10 21:53:52 +02:00
proftpd package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
protobuf package/protobuf: needs dynamic libraries 2015-08-18 21:41:12 +02:00
protobuf-c package/protobuf-c: threads dependency is a direct dependency 2015-08-18 21:40:28 +02:00
proxychains-ng
psmisc
psplash psplash: move systemd service files to /usr/lib 2015-04-22 22:49:51 +02:00
ptpd package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
ptpd2 package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
pulseaudio package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
pulseview libsigrok: depends on gcc >= 4.7 2015-08-05 12:11:20 +02:00
pure-ftpd pure-ftpd: bump to version 1.0.42 2015-07-28 09:53:32 +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-bottle: add hash file 2015-07-28 22:37:11 +02:00
python-can package: Remove trailing slash from all package site URLs 2015-09-30 12:46:42 +02:00
python-certifi
python-cffi python-cffi: add hash file 2015-07-28 22:37:12 +02:00
python-cheetah python-cheetah: add hash file 2015-07-28 22:37:12 +02:00
python-cherrypy package/python-cherrypy: fix legal-info 2015-04-05 18:53:55 +02:00
python-coherence python-coherence: fix legal-info 2015-04-05 21:28:15 +02:00
python-configobj python-configobj: add hash file 2015-07-28 22:37:12 +02:00
python-configshell-fb python-configshell-fb: bump version 2015-10-03 14:19:18 +02:00
python-crc16 python-pycrc16: Change site 2015-07-26 23:16:56 +02:00
python-daemon
python-dialog dialog: bump to version 1.2-20150125 2015-02-21 14:07:00 +01:00
python-django Remove trailing slash from all package site URLs 2015-03-10 20:40:08 +01:00
python-docopt package: kill pointless text justification 2015-04-23 09:47:08 +02:00
python-dpkt python-dpkt: Bump version and change site 2015-07-26 23:25:36 +02:00
python-enum
python-enum34
python-flask
python-flup python-flup: add hash file 2015-07-28 22:37:12 +02:00
python-gobject packages: use backtick instead of $(shell ...) make function 2015-07-15 00:42:01 +02:00
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 package/python-m2crypto: add hash 2015-04-19 14:25:28 +02:00
python-mad
python-mako package/python-mako: New package 2015-02-21 14:00:39 +01:00
python-markdown python-markdown: add host-package support 2015-03-04 22:46:44 +01:00
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 packages/linux-pam: disable when using musl 2015-08-26 15:25:09 +02:00
python-posix-ipc
python-protobuf
python-psutil
python-pyasn
python-pycli package: Remove trailing slash from all package site URLs 2015-09-30 12:46:42 +02:00
python-pycrypto python-pycrypto: add hash file 2015-07-28 22:37:12 +02:00
python-pydal package/python-pydal: bump to version v15.07 2015-07-26 18:33:43 +02:00
python-pyftpdlib
python-pygame packages: use backtick instead of $(shell ...) make function 2015-07-15 00:42:01 +02:00
python-pyinotify python-pyinotify: bump to 0.9.6 2015-06-18 23:41:28 +02:00
python-pyparsing python-pyparsing: bump version 2015-10-03 14:16:12 +02:00
python-pypcap python-pypcap: Bump version and change site 2015-07-26 23:28:55 +02:00
python-pyqt python-pyqt: fix install 2015-05-17 00:08:35 +02:00
python-pyratemp python-pyratemp: new package 2015-09-15 23:45:19 +02:00
python-pyrex python-pyrex: add hash file 2015-07-28 22:37:12 +02:00
python-pyro
python-pyroute2 python-pyroute2: new package 2015-08-18 23:13:24 +02:00
python-pysendfile
python-pysnmp
python-pysnmp-apps
python-pysnmp-mibs
python-pyusb
python-pyxb
python-pyxml package: Remove trailing slash from all package site URLs 2015-09-30 12:46:42 +02:00
python-pyyaml package: Remove trailing slash from all package site URLs 2015-09-30 12:46:42 +02:00
python-pyzmq packages: remove non-IPv6 dependencies and tweaks 2015-04-22 23:06:35 +02:00
python-requests
python-rtslib-fb python-rtslib-fb: bump version 2015-10-03 14:17:41 +02:00
python-serial
python-setuptools package/python-setuptools: add hash 2015-04-19 14:25:23 +02:00
python-simplejson
python-sip python-sip: fix installation of sip.h header 2015-04-19 19:10:32 +02:00
python-six Remove trailing slash from all package site URLs 2015-03-10 20:40:08 +01:00
python-spidev python-spidev: new package 2015-03-09 14:22:26 +01:00
python-thrift python-thrift: add hash file 2015-07-28 22:37:12 +02:00
python-tornado python-tornado: bump to 4.2 2015-06-18 23:25:08 +02:00
python-twisted Remove trailing slash from all package site URLs 2015-03-10 20:40:08 +01:00
python-urwid python-urwid: bump version and add checksums 2015-10-03 14:14:11 +02:00
python-versiontools
python-web2py package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
python-webpy
python-werkzeug
python-ws4py python-ws4py: new package 2015-04-01 00:05:15 +02:00
python-zope-interface Remove trailing slash from all package site URLs 2015-03-10 20:40:08 +01:00
qdecoder
qemu qemu: bump to version 2.4.0.1 2015-10-02 12:11:50 +02:00
qextserialport qextserialport: change license file 2015-07-27 23:43:19 +02:00
qhull
qjson
qlibc package: kill pointless text justification 2015-04-23 09:47:08 +02:00
qpdf qpdf: unbreak build on uClibc w/o threads 2015-04-24 20:01:27 +02:00
qpid-proton package/qpid-proton: disable languages bindings 2015-07-22 17:22:44 +02:00
qt qt: fix directfb-1.7.7 compile errors 2015-09-10 13:51:55 +02:00
qt5 directfb: mark as available only for gcc >= 4.5 2015-09-10 13:47:00 +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 quagga: disable PIE on ARC 2015-07-09 22:14:19 +02:00
quazip package: Remove trailing slash from all package site URLs 2015-09-30 12:46:42 +02:00
quota quota: fix build with libtirpc 2015-07-29 11:57:30 +02:00
qwt qwt: bump to version 6.1.2 2015-04-25 10:15:43 +02:00
racehound packages: ensure linux supports modules even when not using kernel-module 2015-09-04 13:16:58 +02:00
radvd package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
ramsmp ramsmp: add hash file 2015-07-28 22:37:12 +02:00
ramspeed ramspeed: add hash 2015-04-27 23:22:14 +02:00
rapidjson rapidjson: Add comment for "_INSTALL_TARGET = NO" 2015-08-06 08:43:30 +02:00
rapidxml package: Remove trailing slash from all package site URLs 2015-09-30 12:46:42 +02:00
rdesktop
read-edid read-edid: add hash file 2015-07-28 22:37:12 +02:00
readline readline: add hash file 2015-03-19 13:41:55 +01:00
redis package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
rings rings: add hash file 2015-07-27 22:29:51 +02:00
rng-tools package/rng-tools: needs argp-standalone with musl toolchains 2015-08-08 11:02:07 +02:00
rp-pppoe rp-pppoe: add hash file 2015-07-10 11:20:21 +02:00
rpcbind blackfin: 2012R2 toolchain is gone, remove kludges 2015-10-04 16:11:32 +01:00
rpi-firmware Merge branch 'next' 2015-09-01 09:59:08 +02:00
rpi-userland package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
rpm rpm: add hash file 2015-07-28 22:37:12 +02:00
rrdtool rrdtool: add hash 2015-06-26 09:32:55 +02:00
rsh-redone packages/linux-pam: disable when using musl 2015-08-26 15:25:09 +02:00
rsync packages: indentation cleanup 2015-03-31 13:57:41 +02:00
rsyslog package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
rt-tests
rtai packages: ensure linux supports modules even when not using kernel-module 2015-09-04 13:16:58 +02:00
rtl8188eu rtl8188eu: new package 2015-07-27 23:40:56 +02:00
rtl8821au package/rtl8821au: bump version and remove debugging patch 2015-07-27 23:04:46 +02:00
rtmpdump rtmpdump: use TARGET_LDFLAGS instead of TARGET_CFLAGS for XLDFLAGS 2015-02-14 08:48:37 +01:00
rtorrent
rtptools rtptools: add hash file 2015-07-28 22:37:12 +02:00
rubix
ruby ruby: bump to version 2.2.3 2015-09-01 13:11:57 +02:00
sam-ba package/sam-ba: bump to version 2.15 2015-04-08 22:17:10 +02:00
samba package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
samba4 package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
sane-backends sane-backends: unbreak on toolchains without threads support 2015-05-04 19:11:09 +02:00
sawman sawman: remove package 2015-09-10 13:57:01 +02:00
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 screen: add hash file 2015-04-27 23:18:16 +02:00
scrypt scrypt: commit packaging improvements 2015-08-28 14:59:51 +02:00
sdl sdl: add hash file 2015-07-16 22:36:35 +02:00
sdl_gfx sdl_gfx: add hash file 2015-07-16 22:36:36 +02:00
sdl_image sdl_image: add hash file 2015-07-16 22:36:36 +02:00
sdl_mixer sdl_mixer: add hash file 2015-07-16 22:36:36 +02:00
sdl_net sdl_net: add hash file 2015-07-16 22:36:36 +02:00
sdl_sound sdl_sound: add hash file 2015-07-16 22:36:36 +02:00
sdl_ttf sdl_ttf: add hash file 2015-07-16 22:36:35 +02:00
sdparm
sed sed: add hash file 2015-04-27 23:18:16 +02:00
sepolgen sepolgen: new package 2015-05-21 23:12:06 +02:00
ser2net packages: remove non-IPv6 dependencies and tweaks 2015-04-22 23:06:35 +02:00
setools package: Remove trailing slash from all package site URLs 2015-09-30 12:46:42 +02:00
setserial package/setserial: add hash 2015-04-19 23:10:30 +02:00
sg3_utils packages: remove (non-)lfs dependencies and tweaks 2015-04-01 22:47:22 +02:00
shairport-sync package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
shared-mime-info shared-mime-info: add hash file 2015-07-16 22:36:35 +02:00
sigrok-cli libsigrok: depends on gcc >= 4.7 2015-08-05 12:11:20 +02:00
simicsfs simicsfs: add hash file 2015-07-28 22:37:12 +02:00
sispmctl package: kill pointless text justification 2015-04-23 09:47:08 +02:00
skeleton skeleton: use backtick instead of $(shell ...) make function 2015-07-15 00:43:39 +02:00
sl sl: new package 2015-04-03 16:31:04 +02:00
slang packages: indentation cleanup 2015-03-31 13:57:41 +02:00
slirp
smack
smartmontools smartmontools: bump to version 6.4 2015-10-02 21:52:29 +02:00
smcroute package: kill pointless text justification 2015-04-23 09:47:08 +02:00
smstools3 package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
snappy snappy: disable tests 2015-07-14 13:55:13 +02:00
snmppp snmppp: autoreconf is not needed anymore 2015-07-08 23:45:21 +02:00
snowball-hdmiservice
snowball-init packages: all salute the passing of avr32 2015-02-14 17:43:11 +01:00
socat socat: security bump to version 2.0.0-b8 2015-04-08 21:27:05 +02:00
socketcand socketcand: resolve GCC5 related issue 2015-07-22 22:25:06 +02:00
sofia-sip packages: remove non-IPv6 dependencies and tweaks 2015-04-22 23:06:35 +02:00
softether package/softether: bump version 2015-08-10 16:12:05 +02:00
sound-theme-borealis sound-theme-borealis: add hash file 2015-07-28 22:37:13 +02:00
sound-theme-freedesktop sound-theme-freedesktop: add hash file 2015-07-28 22:37:13 +02:00
sox sox: disable ssp when unavailable 2015-03-17 22:52:37 +01:00
sp-oops-extract package: Remove trailing slash from all package site URLs 2015-09-30 12:46:42 +02:00
spawn-fcgi spawn-fcgi: add hash file 2015-04-27 23:18:16 +02:00
speex packages: indentation cleanup 2015-03-31 13:57:41 +02:00
spice spice: add hash file 2015-07-16 22:36:35 +02:00
spice-protocol spice-protocol: add hash file 2015-07-16 22:36:35 +02:00
spidev_test
sqlcipher package: kill pointless text justification 2015-04-23 09:47:08 +02:00
sqlite sqlite: bump to version 3.8.11.1 2015-07-30 23:25:10 +02:00
squashfs squashfs: Add xattr support 2015-07-11 09:29:17 +02:00
squid package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
sredird
sshfs packages: remove (non-)lfs dependencies and tweaks 2015-04-01 22:47:22 +02:00
sshpass
sstrip
start-stop-daemon
startup-notification startup-notification: add hash file 2015-07-28 22:37:13 +02:00
statserial statserial: add hash file 2015-07-16 22:36:35 +02:00
stm32flash stm32flash: new package 2015-07-08 23:48:13 +02:00
strace package/strace: add missing header for aarch64 2015-04-04 11:48:20 +02:00
stress package/stress: remove autoreconf 2015-07-20 22:49:51 +02:00
stress-ng package: Remove trailing slash from all package site URLs 2015-09-30 12:46:42 +02:00
strongswan strongswan: bump to version 5.3.3 2015-09-07 23:50:17 +02:00
stunnel package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
subversion subversion: bump to version 1.9.2 2015-09-28 22:15:45 +02:00
sudo package/sudo: bump to version 1.8.14p3 2015-08-01 10:14:45 +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 sunxi-tools: bump version 2015-09-09 23:02:18 +02:00
supervisor package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
swig swig: change the name of variable SWIG_MAJOR to SWIG_VERSION_MAJOR 2015-04-06 12:21:13 +02:00
swupdate swupdate: provide sensible error message if no config file is specified 2015-10-03 17:06:46 +02:00
sylpheed sylpheed: add hash file 2015-07-28 22:37:13 +02:00
synergy
sysdig package/sysdig: Fix typo in comment 2015-08-09 16:58:15 +02:00
sysklogd package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
sysprof sysprof: add hash file 2015-07-28 22:37:13 +02:00
sysstat package/systat: fix linking with -lintl 2015-08-18 11:38:09 +02:00
systemd libgudev: New package 2015-08-25 16:35:15 +02:00
sysvinit sysvinit: update website URL 2015-08-28 19:28:51 +02:00
szip package: kill pointless text justification 2015-04-23 09:47:08 +02:00
taglib taglib: add hash file 2015-07-16 22:36:35 +02:00
tar tar: add missing hash for host variant 2015-07-16 23:28:52 +02:00
targetcli-fb package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
tcl packages: remove non-IPv6 dependencies and tweaks 2015-04-22 23:06:35 +02:00
tclap
tcllib
tcpdump tcpdump: drop unneeded security patches 2015-10-02 16:34:25 +02:00
tcping tcping: add hash file 2015-07-16 22:36:35 +02:00
tcpreplay packages: use backtick instead of $(shell ...) make function 2015-07-15 00:42:01 +02:00
tftpd package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
thrift boost: disable on NIOS 2 with broken toolchains 2015-05-16 09:26:29 +02:00
thttpd package/thttpd: add hash 2015-04-19 23:10:30 +02:00
ti-gfx packages: ensure linux supports modules even when not using kernel-module 2015-09-04 13:16:58 +02:00
ti-uim
ti-utils packages: use backtick instead of $(shell ...) make function 2015-07-15 00:42:01 +02:00
tidsp-binaries
tiff tiff: bump to version 4.0.6 2015-10-02 20:44:46 +02:00
time time: add hash file 2015-07-16 22:36:35 +02:00
tinc tinc: disable PIE on ARC 2015-08-10 15:42:25 +02:00
tinyalsa tinyalsa: fix build with gcc 5.x 2015-08-26 09:24:03 +02:00
tinyhttpd package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
tinymembench
tinyxml tinyxml: add hash file 2015-07-28 22:37:13 +02:00
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 tn5250: fix static build with openssl 2015-08-26 13:53:09 +02:00
tor package/tor: bump version to 0.2.6.10 2015-08-10 16:12:16 +02:00
torsmo
tovid packages: remove non-IPv6 dependencies and tweaks 2015-04-22 23:06:35 +02:00
trace-cmd packages: remove (non-)lfs dependencies and tweaks 2015-04-01 22:47:22 +02:00
transmission transmission: improve systemd support 2015-07-27 23:54:41 +02:00
tree tree: add hash file 2015-07-28 22:37:13 +02:00
tremor
triggerhappy package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
trinity packages: remove non-IPv6 dependencies and tweaks 2015-04-22 23:06:35 +02:00
tslib Remove trailing slash from all package site URLs 2015-03-10 20:40:08 +01:00
tstools packages: remove (non-)lfs dependencies and tweaks 2015-04-01 22:47:22 +02:00
tvheadend package/tvheadend: bump version 2015-09-19 13:57:12 +02:00
twolame packages: remove (non-)lfs dependencies and tweaks 2015-04-01 22:47:22 +02:00
tz package/tz: fix incorrect timezone setting for uclibc 2015-08-06 09:12:18 +02:00
tzdata package/tzdata: bump version to 2015f 2015-08-18 14:55:42 +02:00
tzdump
uboot-tools package/uboot-tools: bump to version 2015.07 2015-08-08 13:00:05 +02:00
ucl ucl: add hash file 2015-07-28 22:37:13 +02:00
uclibc uclibc: fix coreutils cut bug, enable needed config symbols 2015-09-06 22:44:47 +02:00
udev
udisks udisks: fix build with newer glibc versions 2015-09-07 23:39:54 +02:00
udpcast package/udpcast: add hash file 2015-05-25 22:16:26 +02:00
uemacs
ulogd package/ulogd: remove autoreconf 2015-07-20 22:49:51 +02:00
unionfs package/unionfs: add hash file 2015-05-20 23:30:29 +02:00
unixodbc package/unixodbc: new package 2015-03-13 21:59:15 +01:00
upmpdcli package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
upx
urg urg: add hash file 2015-07-28 22:37:13 +02:00
usb_modeswitch usb_modeswitch: fix static build failure 2015-07-28 23:15:15 +02:00
usb_modeswitch_data usb_modeswitch_data: bump to version 20150627 2015-07-08 23:51:45 +02:00
usbmount package/usbmount: run-parts directory fix 2015-09-10 14:29:18 +02:00
usbredir package/usbredir: add hash file 2015-05-20 23:30:26 +02:00
usbutils packages: indentation cleanup 2015-03-31 13:57:41 +02:00
ushare package/ushare: add hash file 2015-05-20 23:30:22 +02:00
ussp-push ussp-push: add hash file 2015-07-28 22:37:13 +02:00
ustr packages: remove (non-)lfs dependencies and tweaks 2015-04-01 22:47:22 +02:00
util-linux util-linux: show utilities alphabetically ordered 2015-09-11 19:47:16 +02:00
ux500-firmware package/ux500-firmware: add hash file 2015-05-20 23:30:19 +02:00
vala vala: bump to version 0.28.0 2015-07-14 23:54:51 +02:00
valgrind valgrind: build for the right MIPS ISA revision level 2015-10-03 15:26:21 +02:00
vde2
vim vim: bump to version 7.4.889 2015-10-04 11:25:32 +01:00
vlc vlc: enable to run as root 2015-09-16 22:24:01 +02:00
vnstat
vo-aacenc
vorbis-tools vorbis-tools: add hash 2015-02-25 19:50:02 +01:00
vpnc package/vpnc: add hash file 2015-05-20 23:30:17 +02:00
vsftpd package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
vtun vtun: add license info 2015-10-02 15:50:12 +02:00
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 webkit: mark as deprecated 2015-07-30 23:19:18 +02:00
webkitgtk24 webkitgtk24: fix MIPS64 n64 ABI detection 2015-08-18 21:05:27 +02:00
webp webp: bump to version 0.4.3 2015-04-03 15:22:15 +02:00
webrtc-audio-processing webrtc-audio-processing: add hash file 2015-07-28 22:37:13 +02:00
weston package/weston: restore the freerdp backend 2015-10-02 22:24:36 +02:00
wf111 wf111: new package 2015-02-20 10:06:01 +01:00
wget packages: indentation cleanup 2015-03-31 13:57:41 +02:00
whetstone
which which: bump to version 2.21 2015-03-25 00:55:16 +01:00
whois whois: bump to version 5.2.10 2015-08-09 11:42:50 +02:00
wine wine: fix sane related build failure 2015-07-05 17:16:40 +02:00
wipe package/wipe: remove autoreconf 2015-07-20 22:49:51 +02:00
wireless_tools package/wireless_tools: add hash file 2015-05-18 11:49:53 +02:00
wireless-regdb wireless-regdb: bump to version 2015.07.20 2015-07-29 17:39:31 +02:00
wireshark wireshark: security bump to version 1.12.7 2015-08-18 14:14:42 +02:00
wmctrl wmctrl/Config.in: update site URL 2015-07-02 10:58:35 +02:00
wpa_supplicant wpa_supplicant: bump to version 2.5 2015-09-30 00:28:52 +02:00
wsapi package/wsapi: add hash file 2015-05-20 23:30:13 +02:00
wvdial package/wvstreams: disable for musl toolchains 2015-08-09 11:24:32 +02:00
wvstreams package/wvstreams: disable for musl toolchains 2015-08-09 11:24:32 +02:00
x11r7 package: Replace 'echo -n' by 'printf' 2015-10-04 00:56:41 +02:00
x11vnc packages: remove non-IPv6 dependencies and tweaks 2015-04-22 23:06:35 +02:00
x264 x264: unbreak x86 build after version bump 2015-08-31 09:04:09 +02:00
xavante xavante: add hash file 2015-07-27 22:29:51 +02:00
xenomai package/xenomai: add hash file 2015-05-02 15:11:01 +02:00
xerces xerces: disable build and installation of samples 2015-04-04 21:14:44 +02:00
xfsprogs package/xfsprogs: add hash file 2015-06-07 22:56:09 +02:00
xinetd xinetd: use pkg-config for libtirpc flags 2015-07-26 21:49:48 +02:00
xl2tp packages: use backtick instead of $(shell ...) make function 2015-07-15 00:42:01 +02:00
xmlstarlet xmlstarlet: fix static linking 2015-05-16 21:16:25 +02:00
xorriso packages: remove (non-)lfs dependencies and tweaks 2015-04-01 22:47:22 +02:00
xscreensaver xscreensaver: bump version 2015-06-07 23:58:18 +02:00
xtables-addons xtables-addons: bump to version 2.8 2015-09-09 23:23:26 +02:00
xterm package/xterm: compile with libXft support when it selected 2015-07-27 22:54:22 +02:00
xvkbd packages/xvkbd: add hash file 2015-06-07 22:48:39 +02:00
xxhash xxhash: new package 2015-09-19 15:52:40 +02:00
xz xz: bump to version 5.2.2 2015-09-29 19:36:26 +02:00
yaffs2utils
yajl
yaml-cpp package/yaml-cpp: disable testing and parse tools 2015-07-30 23:08:23 +02:00
yasm package/yasm: add hash 2015-04-19 13:50:44 +02:00
yavta
ympd packages: remove (non-)lfs dependencies and tweaks 2015-04-01 22:47:22 +02:00
zd1211-firmware
zeromq blackfin: 2012R2 toolchain is gone, remove kludges 2015-10-04 16:11:32 +01:00
zic package/zic: bump version to 2015f 2015-08-18 14:55:52 +02:00
zlib package: kill pointless text justification 2015-04-23 09:47:08 +02:00
zlog packages: remove (non-)lfs dependencies and tweaks 2015-04-01 22:47:22 +02:00
zmqpp zmqpp: use more logical way of expressing comment dependencies 2015-08-05 12:11:20 +02:00
znc znc: needs gcc >= 4.7 2015-09-01 21:58:37 +02:00
zsh zsh: bump to version 5.1.1 2015-10-02 21:06:05 +02:00
zxing-cpp zxing: bump upstream version, drop useless patch 2015-10-04 15:19:34 +01:00
zynq-boot-bin host-zynq-boot-bin: new package 2015-07-18 23:02:26 +02:00
zyre blackfin: 2012R2 toolchain is gone, remove kludges 2015-10-04 16:11:32 +01:00
Config.in zxing-cpp: new package, replacing zxing 2015-10-04 15:11:57 +01:00
Config.in.host package: add host-faketime 2015-05-13 10:12:17 +02:00
doc-asciidoc.mk
Makefile.in package-infra: add helper to build kernel modules 2015-07-12 11:56:18 +02:00
pkg-autotools.mk pkg-infra: munging .la files is not limited to autotools packages 2015-07-19 11:53:01 +02:00
pkg-cmake.mk pkg-cmake: change sed expression delimiter 2015-09-22 16:23:23 +02:00
pkg-download.mk support/download: relocate the git clone comment 2015-05-31 11:56:56 +02:00
pkg-generic.mk legal-info: allow to declare the actual sources for binary packages 2015-10-04 16:59:05 +01:00
pkg-kconfig.mk core/pkg-kconfig: fix configurators 2015-08-25 12:59:21 +02:00
pkg-kernel-module.mk core/pkg-kernel-module: drop now-useless check for CONFIG_MODULES 2015-09-04 13:16:42 +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-perl: refactor perl infrastructure 2015-10-02 20:56:52 +01:00
pkg-python.mk skeleton: New package 2015-07-14 18:08:23 +02:00
pkg-rebar.mk skeleton: New package 2015-07-14 18:08:23 +02:00
pkg-utils.mk pkg-generic: support for lzma archives 2015-06-21 09:47:12 +02:00
pkg-virtual.mk skeleton: New package 2015-07-14 18:08:23 +02:00