kumquat-buildroot/package
Yann E. MORIN 7a6cf0485c package/rpi-firmware: add DT-aware marking script
The Raspberry Pi can boot a kernel with device tree support. But at the
same time, the RPi folks wante to keep the old-fashioned, ATAG-based way
of booting (don't ask...).

So, the bootloader needs to know whether the kernel it is loading has DT
support or not. For that, it looks at the end of the kernel image for a
magic footer. If found, it loads a device tree and sets the registers
appropriately so that the kernel finds the DTB. If not found, it loads
the kernel with the traditional ATAGS.

Where it becomes a bit tricky, is that the DTB is different for models
A/B and A+/B+ (that is A and B use the same DTB, while the A+ and B+ use
a second DTB). The bootloader is capable to load the correct DTB from a
specially named file. That is:
  - on A/B, it loads bcm2708-rpi-b.dtb
  - on A+/B+, it loads bcm2708-rpi-b-plus.dtb

If the DTB is differently named, the bootloader won't find it, will not
load any DTB at all, and revert to booting with ATAGS.

It is possible to specify what DTB to load, by adding an new config
option 'device_tree=file.dtb' in config.txt, but then the firmware on
the SDcard is no longer bootable on both the original models and the
Plus models.

So, add a script that appends the appropriate footer to the kernel
image. The script is vampirised from the RPi's tools repository, but a
new package is *not* added just for that script: the whole repository is
300+ MiB, and a checkout is 600+ MiB; it is not pertinent to add this as
a new package for a script that weights a few KiB...

Install that script as a host utility, too.

Notes: lots of information is available in this thread on the RPi forums:
    http://www.raspberrypi.org/forums/viewtopic.php?f=29&t=93015

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-01-10 12:19:25 +01:00
..
a10disp
acl acl: add hash file 2014-10-19 17:35:54 +02:00
acpid package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
adwaita-icon-theme adwaita-icon-theme: depends on host-libgtk3 2014-11-04 00:01:32 +01:00
aespipe package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
agentpp Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
aiccu Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
aircrack-ng Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
alsa-lib Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
alsa-utils alsa-utils: add error handling to for loop 2014-12-01 23:25:08 +01:00
alsamixergui package: indentation cleanup 2014-12-30 11:17:03 +01:00
am33x-cm3
am335x-pru-package Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
apitrace
apr apr: add hash file 2014-12-16 23:47:53 +01:00
apr-util apr-util: add hash file 2014-12-16 23:48:04 +01:00
argp-standalone
argus
armadillo package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
arptables arptables: re-enable for static 2014-11-08 17:34:10 +01:00
at at: use <pkg>_INSTALL_INIT_SYSV mechanism 2014-12-01 23:06:51 +01:00
atftp .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
atk package: indentation cleanup 2014-12-30 11:17:03 +01:00
attr attr: add hash file 2014-10-19 17:36:01 +02:00
audiofile packages/*.mk: Remove duplicate options 2014-10-19 11:42:36 +02:00
aumix
autoconf package: indentation cleanup 2014-12-30 11:17:03 +01:00
automake automake: bump version to 1.15 2015-01-07 22:11:05 +01:00
autossh
avahi package: indentation cleanup 2014-12-30 11:17:03 +01:00
avrdude Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
axel .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
b43-firmware
b43-fwcutter
bandwidthd bandwidthd: Version bump to handle indirect deps properly 2014-10-19 13:22:46 +02:00
bash Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
bc
bcache-tools
bcusdk package: cleanup whitespace of assignments 2014-12-18 22:58:28 +01:00
bdwgc bdwgc: add patch automatically detecting for NO_GETCONTEXT need 2014-12-26 13:45:42 +01:00
beecrypt package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
bellagio package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
berkeleydb package/berkeleydb: fix shared-only build 2014-12-13 10:36:02 +01:00
bind package: indentation cleanup 2014-12-30 11:17:03 +01:00
binutils binutils: Also install libopcodes in staging 2015-01-02 17:24:38 +01:00
biosdevname biosdevname: new package 2014-10-12 12:22:31 +02:00
bison
blackbox package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
blktrace blktrace: really fix parallel build issue 2014-12-14 21:56:14 +01:00
bluez5_utils bluez5_utils: fix O_CLOEXEC build failure 2015-01-01 22:36:33 +01:00
bluez_utils Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
bmon Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
boa boa: add a hash file 2014-12-13 22:40:22 +01:00
bonnie
boost boost: bump to version 1.57.0 2014-12-18 22:56:41 +01:00
bootstrap bootstrap: new package 2015-01-10 12:08:04 +01:00
bootutils package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
botan Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
bridge-utils bridge-utils: add hash file 2014-10-19 17:36:05 +02:00
bsdiff
btrfs-progs btrfs-progs: bump to version 3.18.1 2015-01-10 12:00:53 +01:00
bustle Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
busybox package/busybox: Add facility for DHCP hooks 2015-01-02 19:24:57 +01:00
bwm-ng bwm-ng: add a hash file 2014-12-10 21:22:21 +01:00
bzip2 Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
c-ares
ca-certificates package/ca-certificates: bump to 20141019, update snapshot date & hash 2014-10-25 11:26:30 +02:00
cache-calibrator
cairo package: indentation cleanup 2014-12-30 11:17:03 +01:00
can-utils
canfestival Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
ccache .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
ccid Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
ccrypt package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
cdrkit package/libcap: needs headers >= 3.0 2014-11-16 23:10:53 +01:00
cegui06 package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
celt051 package: indentation cleanup 2014-10-25 01:11:26 +02:00
cgilua
checkpolicy checkpolicy: new package 2015-01-08 22:58:52 +01:00
chrony chrony: bump version 2014-12-29 15:55:17 +01:00
cifs-utils Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
civetweb civetweb: bump version 2014-10-27 01:08:31 +01:00
cjson Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
clamav package/clamav: fix static build 2014-11-25 22:35:43 +01:00
clapack package/clapack: cleanup configure options 2014-10-26 17:03:06 +01:00
classpath
cloog
cloop
cmake
collectd package: indentation cleanup 2014-12-30 11:17:03 +01:00
connman Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
conntrack-tools
copas .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
coreutils coreutils: add error handling to for loop 2014-12-01 23:29:03 +01:00
cosmo
coxpcall .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
cppcms package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
cppdb Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
cppunit Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
cppzmq cppzmq: bump version 2014-10-27 01:09:30 +01:00
cpuload
cramfs package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
crda Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
cryptodev
cryptodev-linux
cryptsetup Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
ctorrent
cups package: indentation cleanup 2014-12-24 11:41:05 +01:00
curlftpfs package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
cvs package/*: move download URLs to snapshot.debian.org 2014-10-25 11:25:23 +02:00
cwiid Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
czmq Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
dado
dash package/*: move download URLs to snapshot.debian.org 2014-10-25 11:25:23 +02:00
dbus dbus: security bump to version 1.8.14 2015-01-06 21:14:30 +01:00
dbus-cpp package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
dbus-glib package: indentation cleanup 2014-12-30 11:17:03 +01:00
dbus-python dbus-python: add python3 support 2014-11-22 19:15:11 +01:00
dbus-triggerd
dcron
debianutils debianutils: new package 2014-11-18 23:27:50 +01:00
dejavu package/dejavu: add hashes from project site 2014-12-03 09:22:45 +01:00
devmem2
dfu-util
dhcp package/dhcp: Only install the relevant unit file 2014-12-07 21:55:08 +01:00
dhcpcd dhcpcd: blacklist Sourcery PowerPC toolchains 2014-12-31 15:12:34 +01:00
dhcpdump Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
dhrystone
dialog dialog: bump to version 1.2-20140911 2014-12-02 12:59:33 +01:00
diffutils
dillo dillo: zlib is a mandatory dependency 2015-01-08 21:15:34 +01:00
ding-libs ding-libs: fix Config.in dependency logic 2014-12-31 18:01:44 +01:00
directfb package: indentation cleanup 2014-12-22 09:27:37 +01:00
directfb-examples
distcc
divine
dmalloc dmalloc: bump version to 5.5.2 2015-01-07 22:56:54 +01:00
dmidecode .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
dmraid Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
dnsmasq dnsmasq: install DBus configuration file 2014-12-31 15:11:36 +01:00
docker
doom-wad
dos2unix
dosfstools
dovecot package/dovecot: Fix symbol conflict in static build with MySQL enabled 2014-11-21 21:45:21 +01:00
dovecot-pigeonhole package/dovecot-pigeonhole: bump version to 0.4.6 2014-11-02 23:53:56 +01:00
dropbear package: indentation cleanup 2014-12-30 11:17:03 +01:00
dropwatch binutils: now depends on wchar 2014-10-29 22:13:13 +01:00
dsp-tools
dstat dstat: propagate python dependencies 2014-11-01 14:53:34 +01:00
dtach package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
dtc Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
dtv-scan-tables
duma package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
dvb-apps package/dvb-app: handle static/shared only build 2015-01-07 21:48:41 +01:00
dvbsnoop package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
e2fsprogs Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
e2tools
ebtables ebtables: add hash file 2014-12-13 22:14:47 +01:00
ecryptfs-utils Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
ed package: indentation cleanup 2014-12-24 11:41:05 +01:00
eeprog
efl package: indentation cleanup 2014-12-30 11:17:03 +01:00
eigen .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
elf2flt
elftosb
elfutils elfutils: bump version to 0.161 2015-01-06 22:01:46 +01:00
empty package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
enchant
enlightenment
enscript
erlang erlang: fix comment dependencies 2015-01-04 21:28:21 +01:00
erlang-rebar package/erlang-rebar: new host package 2014-12-22 15:00:54 +01:00
espeak package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
ethtool ethtool: bump to version 3.18 2014-12-15 21:39:36 +01:00
eudev Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
evemu evemu: add hash 2014-11-19 13:53:18 +01:00
evtest
exfat Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
exfat-utils
exim Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
exiv2 Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
expat package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
expect package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
explorercanvas unzip: Use the "-q" option to silence unzipping of source files 2014-11-02 22:48:50 +01:00
ezxml package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
f2fs-tools package/f2fs-tools: furthe endianness fixes 2014-12-26 15:14:37 +01:00
faad2 package/faad2: add hash 2014-12-14 19:45:39 +01:00
faifa Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
fakeroot package/fakeroot: bump to 1.18.4, update snapshot.debian.org date 2014-10-25 11:26:19 +02:00
fan-ctrl fan-ctrl: add hash file 2014-10-06 09:36:04 +02:00
fb-test-app fb-test-app: bump version 2014-10-27 01:11:53 +01:00
fbdump
fbgrab
fbset
fbterm
fbv Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
fconfig fconfig: add hash file 2014-12-07 21:23:18 +01:00
fdk-aac package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
feh
fetchmail package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
ffmpeg package/ffmpeg: update hash 2014-12-27 19:59:29 +01:00
fftw
file file: bump to version 5.22 2015-01-03 21:35:10 +01:00
filemq filemq: bump version 2014-10-27 01:12:38 +01:00
findutils package: indentation cleanup 2014-12-30 11:17:03 +01:00
fio
fis
flac package/flac: fix patch file extension 2014-12-03 09:23:06 +01:00
flann Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
flashbench
flashrom
flex package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
flickcurl
flite
flot flot: add error handling to for loop 2014-12-01 23:30:37 +01:00
fltk
fluxbox fluxbox: bump version to 1.3.6 2015-01-06 22:05:55 +01:00
fmc
fmlib
fmtools
fontconfig package: indentation cleanup 2014-12-24 11:41:05 +01:00
foomatic-filters
fping
freerdp freerdp: pass appropriate ARM ABI flags 2014-12-29 16:00:37 +01:00
freescale-imx gpu-viv-bin-mx6q: fix GLESv2 support 2014-12-27 21:33:18 +01:00
freetype freetype: bump to version 2.5.5 2014-12-31 15:10:28 +01:00
fswebcam Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
ftop
fxload package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
gadgetfs-test
gamin infra: Move --enable/--disable-debug to package/Makefile.in 2014-10-19 17:07:14 +02:00
gawk Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
gcc gcc: bump 4.8.x series to version 4.8.4 2014-12-19 21:42:51 +01:00
gd package/gd: fix build when libiconv is enabled 2014-11-30 23:31:01 +01:00
gdb gdb: bump to 7.8.1 2014-12-29 15:58:28 +01:00
gdbm
gdk-pixbuf gdk-pixbuf: use <pkg>_INSTALL_INIT_SYSV mechanism 2014-12-01 22:48:35 +01:00
genext2fs package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
gengetopt gengetopt: new package 2015-01-01 15:04:32 +01:00
genimage .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
genpart .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
genromfs package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
geoip geoip: bump version 2014-10-27 01:17:06 +01:00
gesftpserver
getent getent: look for glibc's getent in more places 2014-10-16 11:01:45 +02:00
gettext gettext: bump to version 0.19.4 2014-12-24 14:58:51 +01:00
giblib Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
git package/git: fix dependency against curl 2015-01-07 22:36:44 +01:00
glib-networking
glibc (e)glibc: add security patches for CVE-2014-9402 2015-01-08 23:04:50 +01:00
glibmm
glm
gmp gmp: add hash file 2014-10-19 19:25:21 +02:00
gmpc
gnu-efi package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
gnuchess
gnupg gnupg: don't bother removing a man page 2014-12-01 23:22:34 +01:00
gnupg2 gnupg2: add hash file 2014-10-07 12:30:34 +02:00
gnuplot package: indentation cleanup 2014-12-24 11:41:05 +01:00
gnutls gnutls: bump to version 3.2.21 2014-12-11 19:49:38 +01:00
gob2
google-breakpad
googlefontdirectory googlefontdirectory: add error handling to for loop 2014-12-01 23:30:59 +01:00
gperf
gpm Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
gpsd package/gpsd: remove duplicate dependency 2014-12-15 22:10:31 +01:00
gptfdisk package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
gqview package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
grantlee Merge branch 'next' 2014-12-01 11:16:42 +01:00
grep grep: bump to version 2.21 2014-11-25 13:43:29 +01:00
gsl package: indentation cleanup 2014-10-26 05:47:05 +01:00
gstreamer package: indentation cleanup 2014-12-22 09:27:37 +01:00
gstreamer1 gst1-libav: bump version 2014-12-29 15:21:00 +01:00
gtest unzip: Use the "-q" option to silence unzipping of source files 2014-11-02 22:48:50 +01:00
gtk2-engines package: indentation cleanup 2014-12-22 09:27:37 +01:00
gtk2-themes
gtkperf package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
guile guile: needs autorecof 2015-01-08 19:14:08 +01:00
gutenprint package: indentation cleanup 2014-12-30 11:17:03 +01:00
gvfs
gzip gzip: fix installation path 2015-01-06 21:17:19 +01:00
harfbuzz
haserl package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
haveged sysv init scripts: fix == bashism 2014-11-11 23:08:46 +01:00
hdparm
heimdal
heirloom-mailx Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
hiawatha
hicolor-icon-theme hicolor-icon-theme: new package 2014-10-14 17:27:47 +02:00
hostapd package/hostapd: use correct include path for libnl-3.0 2014-12-20 16:11:53 +01:00
hplip package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
htop
httping
hwdata package/hwdata: bump to 0.267, move download URL to snapshot.debian.org 2014-10-25 11:25:59 +02:00
i2c-tools package: indentation cleanup 2014-10-23 22:13:29 +02:00
icu package: indentation cleanup 2014-12-24 11:41:05 +01:00
ifplugd ifplugd: remove spurious newline escape 2014-12-02 09:39:14 +01:00
iftop Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
igh-ethercat .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
igmpproxy package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
imagemagick imagemagick: security bump to version 6.9.0-3 2015-01-06 21:12:33 +01:00
imlib2 package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
inadyn Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
infozip
inotify-tools inotify-tools: Bump version 2014-10-12 17:37:45 +02:00
input-event-daemon input-event-daemon: install configuration file unconditionally 2014-12-02 00:27:39 +01:00
input-tools package/*: move download URLs to snapshot.debian.org 2014-10-25 11:25:23 +02:00
intel-microcode package/intel-microcode: bump version 2014-12-21 20:04:11 +01:00
intltool intltool: fix build issues 2014-10-23 21:58:28 +02:00
iostat iostat: remove legacy code 2014-12-01 23:17:20 +01:00
iozone
iperf package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
iperf3 iperf3: new package 2014-12-21 20:04:50 +01:00
ipkg
ipmitool package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
iproute2 iproute2: bump to version 3.18.0 2014-12-28 10:25:31 +01:00
iprutils package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
ipsec-tools Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
ipset ipset: bump to version 6.24 2014-12-11 09:59:16 +01:00
iptables Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
iptraf-ng
iputils iputils: fix hang issue with ping -f 2014-11-18 13:24:18 +01:00
irda-utils package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
irqbalance irqbalance: new package 2015-01-08 21:46:33 +01:00
isl
iucode-tool package/iucode-tool: bump version 2014-12-21 20:04:24 +01:00
iw Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
jack2
jamvm package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
jansson jansson: bump to 2.7 2014-10-08 20:05:25 +02:00
janus-gateway janus-gateway: add a patch to use -Wunused-but-set-variable only when available 2015-01-05 19:15:40 +01:00
jasper jasper: add patches to fix CVE-2014-8137 and CVE-2014-8138 2014-12-19 21:41:17 +01:00
jhead
jimtcl Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
joe package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
jpeg
jpeg-turbo jpeg-turbo: bump version 2015-01-09 22:52:22 +01:00
jq
jquery jquery: bump to version 1.11.2 2014-12-18 22:53:44 +01:00
jquery-keyboard jquery-keyboard: bump version 2014-10-27 01:18:05 +01:00
jquery-mobile unzip: Use the "-q" option to silence unzipping of source files 2014-11-02 22:48:50 +01:00
jquery-sparkline
jquery-ui unzip: Use the "-q" option to silence unzipping of source files 2014-11-02 22:48:50 +01:00
jquery-ui-themes package: indentation cleanup 2014-11-02 23:27:01 +01:00
jquery-validation unzip: Use the "-q" option to silence unzipping of source files 2014-11-02 22:48:50 +01:00
jsmin jsmin: bump version 2014-10-27 01:19:35 +01:00
json-c json-c: change upstream location to Github 2014-12-20 15:59:01 +01:00
json-glib
json-javascript json-javascript: bump version 2014-10-27 01:18:51 +01:00
kbd
kexec fix minor typo in kexec description 2014-10-29 21:38:54 +01:00
kexec-lite Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
keyutils package/keyutils: disable static library for shared only build 2015-01-02 12:39:18 +01:00
kismet kismet: Fix static build 2014-12-27 11:29:13 +01:00
kmod Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
knock Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
kobs-ng
kodi package/kodi: Needs BR2_PACKAGE_FFMPEG_SWSCALE 2015-01-07 21:24:19 +01:00
kodi-addon-xvdr package/kodi-addon-xvdr: Bump version for Helix-compatibility 2014-12-27 19:58:29 +01:00
kodi-audioencoder-flac package/kodi-audioencoder-flac: New package 2014-12-27 19:58:29 +01:00
kodi-audioencoder-lame package/kodi-audioencoder-lame: New package 2014-12-27 19:58:29 +01:00
kodi-audioencoder-vorbis package/kodi-audioencoder-vorbis: bump version 2015-01-04 18:28:43 +01:00
kodi-audioencoder-wav package/kodi-audioencoder-wav: New package 2014-12-27 19:58:29 +01:00
kodi-pvr-addons package/kodi-pvr-addons: bump version 2015-01-04 18:28:43 +01:00
ktap ktap: bump version 2014-11-01 19:06:23 +01:00
lame package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
latencytop
lbase64 .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
lbreakout2 package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
lcdapi
lcdproc package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
lcms2 lcms2: install to staging 2015-01-01 16:56:10 +01:00
leafnode2 package/leafnode2: fix news user check 2014-12-27 17:11:26 +01:00
leafpad
less
lesstif package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
lftp lftp: bump version to 4.6.1 2015-01-06 21:50:36 +01:00
libaio package/*: update snapshot.debian.org snapshot dates 2014-10-25 11:25:33 +02:00
libao package: indentation cleanup 2014-12-24 11:41:05 +01:00
libarchive Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libargtable2 package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
libart
libass
libassuan libassuan: bump version to 2.1.3 2014-12-07 22:48:57 +01:00
libatasmart .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
libatomic_ops libatomic_ops: Add host-libatomic_ops 2014-11-26 21:51:41 +01:00
libbluray package/libbluray: bump version to 0.6.2 2014-12-19 21:50:04 +01:00
libbsd libbsd: enable package on ARM 2014-10-05 23:08:19 +02:00
libcap Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libcap-ng
libcdaudio package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
libcdio libcdio: bump to version 0.93 2014-10-14 17:27:46 +02:00
libcec package/libcec: Bump to version 2.2.0 2014-12-23 20:52:43 +01:00
libcgi package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
libcgicc libcgicc: bump to version 3.2.16 2014-12-09 12:31:39 +01:00
libcgroup package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
libcofi package: indentation cleanup 2014-10-25 10:38:25 +02:00
libconfig
libconfuse libconfuse: bump version 2014-11-01 19:58:59 +01:00
libcue package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
libcuefile
libcurl libcurl: security bump to version 7.40.0 2015-01-08 19:19:15 +01:00
libdaemon
libdmtx package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
libdnet package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
libdrm libdrm: fix support for xserver with Vivante drivers 2014-12-27 21:48:06 +01:00
libdvbcsa package/libdvbcsa: Update SITE url 2014-12-20 15:52:26 +01:00
libdvbsi
libdvdnav Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libdvdread Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libebml Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libedit
libee
libenca package: indentation cleanup 2014-12-30 11:17:03 +01:00
liberation
libesmtp Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libestr
libev
libevdev libevdev: bump version to 1.3.2 2014-12-07 21:26:08 +01:00
libevent libevent: security bump to version 2.0.22 2015-01-07 15:51:18 +01:00
libexif package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
libeXosip2
libfcgi
libffi .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
libfreefare Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libfribidi libfribidi: adjust libtool comment 2014-12-21 13:22:34 +01:00
libfslcodec libfslcodec: Use self-extractible helper 2014-11-27 22:00:17 +01:00
libfslparser libfslparser: Use self-extractible helper 2014-11-27 22:00:17 +01:00
libfslvpuwrap libfslvpuwrap: Use self-extractible helper 2014-11-27 22:00:17 +01:00
libftdi
libfuse package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
libgail
libgc
libgcrypt libgcrypt: link to a more informative homepage 2014-11-18 13:53:20 +01:00
libgeotiff libgeotiff: add hash file 2014-10-10 08:41:33 +02:00
libglade package: indentation cleanup 2014-11-02 23:27:01 +01:00
libglew package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
libglib2 package: indentation cleanup 2014-12-22 09:27:37 +01:00
libglu
libgpg-error
libgpgme libgpgme: bump to version 1.5.3 2014-12-15 21:40:16 +01:00
libgsasl
libgtk2 package: indentation cleanup 2014-12-30 11:17:03 +01:00
libgtk3 libgtk3: bump version to 3.14.5 2014-11-11 15:39:06 +01:00
libhid package/libhid: Fix build with BR2_ENABLE_DEBUG=yes 2014-10-26 22:08:06 +01:00
libical package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
libiconv
libid3tag package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
libidn libidn: add hash file 2014-10-19 17:35:22 +02:00
libiio libiio: Drop requirement of threading support in the toolchain 2015-01-08 19:21:17 +01:00
libinput libinput: add hash 2014-12-08 21:04:58 +01:00
libiqrf
libiscsi libiscsi: only build the test tool and ld-iscsi if we have shared libs 2014-11-08 22:15:07 +01:00
libjpeg
libjson package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
libksba libksba: security bump to version 1.3.2 2014-11-26 00:07:54 +01:00
liblinear liblinear: fix shared library build when -fPIC is required 2014-12-23 11:32:59 +01:00
libllcp libllcp: needs host-pkgconf 2014-11-22 14:37:42 +01:00
liblo liblo: add hash file 2014-12-13 22:31:57 +01:00
liblockfile package/*: move download URLs to snapshot.debian.org 2014-10-25 11:25:23 +02:00
liblog4c-localtime liblog4c-localtime: update patches that have been submitted upstream 2014-10-26 12:33:54 +01:00
liblogging
libmad package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
libmatroska Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libmbim libmbim: bump to 1.10.2 2015-01-08 21:35:43 +01:00
libmbus
libmcrypt package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
libmemcached libmemcached: fix build failure with automake 1.15+ 2015-01-06 21:16:30 +01:00
libmhash package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
libmicrohttpd libmicrohttpd: bump to version 0.9.38 2014-10-08 19:37:10 +02:00
libmms package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
libmnl
libmodbus
libmodplug package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
libmpd
libmpdclient
libmpeg2 package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
libndp infra: Move --enable/--disable-debug to package/Makefile.in 2014-10-19 17:07:14 +02:00
libnetfilter_acct
libnetfilter_conntrack
libnetfilter_cthelper
libnetfilter_cttimeout
libnetfilter_log
libnetfilter_queue
libnfc
libnfnetlink
libnfs package/libnfs: bump to version 1.9.5 2014-10-16 19:08:35 +02:00
libnftnl libnftnl: add patch to fix libnftnl.pc for static linking 2014-12-30 11:14:27 +01:00
libnice libnice: new package 2014-12-31 17:02:19 +01:00
libnl Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libnspr package/libnspr: disable static library for shared only build 2015-01-01 17:42:19 +01:00
libnss package: indentation cleanup 2014-12-30 11:17:03 +01:00
liboauth package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
libogg package/libogg: add hash file 2014-10-17 16:23:50 +02:00
liboping liboping: bump to version 1.8.0 2014-11-26 16:13:59 +01:00
libosip2
libpcap package: indentation cleanup 2014-12-30 11:17:03 +01:00
libpciaccess package/libpciaccess: Add optional support for zlib 2014-10-19 16:26:20 +02:00
libpfm4 package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
libphidget Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libplayer libplayer: use BR2_ARM_CPU_ARM* option 2014-11-06 23:40:27 +01:00
libplist package/libplist: Bump version to 1.12 2014-10-19 11:41:52 +02:00
libpng libpng: security bump to version 1.6.16 2014-12-24 14:59:02 +01:00
libpthread-stubs Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libpthsem
libqmi libqmi: bump to 1.10.6 2015-01-08 21:36:55 +01:00
libqrencode
libraw package: indentation cleanup 2014-12-30 11:17:03 +01:00
libraw1394
libreplaygain .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
libroxml
librsvg
librsync package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
librtlsdr package/librtlsdr: fix build failure 2014-12-14 20:56:43 +01:00
libsamplerate
libseccomp package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
libsecret libsecret: bump to version 0.18 2015-01-03 22:08:59 +01:00
libselinux libselinux: needs shared library support 2015-01-02 21:09:40 +01:00
libsemanage libselinux: needs shared library support 2015-01-02 21:09:40 +01:00
libsepol libsepol: change to github location 2015-01-02 12:06:21 +01:00
libserial package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
libsexy
libsha1
libshairplay Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libshout libshout: fix typo 2014-10-18 09:30:29 +02:00
libsigc
libsigsegv libsigsegv: add support for Nios II 2014-12-31 00:40:01 +01:00
libsndfile
libsoc infra: Move --enable/--disable-debug to package/Makefile.in 2014-10-19 17:07:14 +02:00
libsocketcan
libsoup libsoup: bump version 2014-11-19 17:39:32 +01:00
libsoxr libsoxr: add a hash file 2014-12-09 12:34:23 +01:00
libsrtp libsrtp: add missing patch 2015-01-01 12:33:38 +01:00
libssh2 libssh2: fix static linking issue with libgcrypt 2014-11-18 15:31:33 +01:00
libstrophe libstrophe: bump version 2014-11-01 20:00:25 +01:00
libsvg .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
libsvg-cairo .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
libsvgtiny package/libsvgtiny: enable shared library build 2015-01-02 12:23:25 +01:00
libsysfs package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
libtasn1
libtheora package: indentation cleanup 2014-12-22 09:27:37 +01:00
libtirpc package/libtirpc: add hash file 2014-12-13 22:38:21 +01:00
libtool libtool: fix help2man related failure 2014-12-21 20:01:51 +01:00
libtorrent
libtpl
libubox Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libuci Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
libungif package: indentation cleanup 2014-12-30 11:17:03 +01:00
libunistring libunistring: add wchar dependency 2014-11-26 21:51:41 +01:00
libunwind libunwind: fix comment dependencies 2014-11-17 00:22:47 +01:00
libupnp package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
libupnpp libupnp: mark as broken on Nios II, infamous _gp issue 2014-12-31 00:42:03 +01:00
liburcu .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
liburiparser package/liburiparser: New package 2014-11-26 22:45:00 +01:00
libusb package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
libusb-compat package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
libuv package/libuv: bump to version 1.0.2 2014-12-11 09:56:47 +01:00
libv4l libv4l: bump to version 1.6.2 2014-12-07 21:29:12 +01:00
libva package/libva: bump version to 1.5.0 2015-01-04 18:28:43 +01:00
libva-intel-driver package/libva-intel-driver: bump version to 1.5.0 2015-01-04 18:28:43 +01:00
libvncserver libvncserver: OpenSSL support needs NPTL thread support 2014-12-31 15:13:43 +01:00
libvorbis package/libvorbis: add hash file 2014-10-17 16:24:35 +02:00
libvpx
libwebsock package/libwebsock: allow building without SSL 2015-01-04 21:33:21 +01:00
libwebsockets package/libwebsockets: fix static build 2014-11-30 23:48:13 +01:00
libxkbcommon package/libxkbcommon: fix builds with/without X11 2014-12-27 17:28:19 +01:00
libxml2 package/libxml2: fix libxml2-config.cmake 2014-12-30 11:19:00 +01:00
libxml-parser-perl package: indentation cleanup 2014-10-23 22:13:29 +02:00
libxmlpp
libxmlrpc package/libxmlrpc: fix shared libraries build for uClibc 2015-01-02 12:47:04 +01:00
libxslt package: indentation cleanup 2014-12-24 11:41:05 +01:00
libyaml libyaml: add security patch for CVE-2014-9130 2014-12-15 22:03:06 +01:00
lightning lightning: new package 2015-01-02 19:10:52 +01:00
lighttpd Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
linenoise linenoise: bump version and license 2014-11-01 21:34:34 +01:00
linknx package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
links links: bump to version 2.9 2014-12-30 23:35:19 +01:00
linphone
linux-firmware package: indentation cleanup 2014-12-30 11:17:03 +01:00
linux-fusion package: linux-fusion: use install instead of cp 2014-11-18 23:58:42 +01:00
linux-headers linux-headers: bump 3.{18, 17, 14, 10}.x series 2015-01-09 13:26:05 +01:00
linux-pam linux-pam: add security patches 2014-12-18 22:55:00 +01:00
linux-zigbee
lite
live555 Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
ljlinenoise .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
ljsyscall
lm-sensors package/lm-sensors: disable static library for shared-only build 2014-12-28 22:20:09 +01:00
lmbench package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
localedef .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
lockdev package/lockdev: use LOCKDEV_MAJOR to create symbolic links 2015-01-07 21:54:00 +01:00
lockfile-progs lockfile-progs: add error handling to for loop 2014-12-01 23:32:50 +01:00
log4cplus package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
log4cxx Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
logrotate logrotate: install configuration file unconditionally 2014-12-02 00:31:09 +01:00
logsurfer package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
lpc3250loader
lpeg lpeg: bump to version 0.12.1 2014-12-24 12:00:51 +01:00
lpty .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
lrandom .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
lrzsz
lshw
lsof lsof: bump to version 4.88 2015-01-02 14:37:13 +01:00
lsqlite3 .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
lsuio
ltp-testsuite package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
ltrace Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
ltris package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
lttng-babeltrace lttng-babeltrace: Remove dependency on lttng-tools 2014-11-26 22:32:15 +01:00
lttng-libust lttng-libust: bump version 2014-10-28 22:13:02 +01:00
lttng-modules lttng-modules: bump version 2014-10-28 22:13:20 +01:00
lttng-tools lttng-tools: bump version 2014-11-08 22:47:26 +01:00
lua lua: add a upstream patch 2015-01-10 11:39:53 +01:00
lua-cjson
lua-coat lua-coat: bump to version 0.9.1 2014-12-24 12:00:51 +01:00
lua-coatpersistent lua-coatpersistent: bump to version 0.2.1 2014-12-24 12:00:51 +01:00
lua-csnappy lua-csnappy: bump to version 0.1.2 2014-12-24 12:00:51 +01:00
lua-ev
lua-messagepack .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
lua-msgpack-native lua-msgpack-native: bump version 2014-11-01 21:42:17 +01:00
lua-testmore .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
luabitop .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
luacrypto
luaexpat
luaexpatutils
luafilesystem luafilesystem: rename patch to the new convention 2014-12-24 12:00:51 +01:00
luainterpreter
luajit Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
luajson .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
lualogging .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
luaposix luaposix: bump to version 33.0.0 2014-12-24 12:00:51 +01:00
luarocks .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
luasec .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
luasocket .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
luasql-sqlite3 .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
lunit .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
lvm2 Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
lxc package: indentation cleanup 2014-12-20 21:48:26 +01:00
lz4 Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
lzip
lzlib .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
lzma infra: Move --enable/--disable-debug to package/Makefile.in 2014-10-19 17:07:14 +02:00
lzo lzo: adjust libtool comment 2014-12-21 13:22:27 +01:00
lzop
m4
macchanger
madplay package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
make make: bump to version 4.1 2014-10-14 17:27:46 +02:00
makedevs makedevs: Rework README 2014-11-08 23:10:40 +01:00
matchbox package: matchbox-keyboard: use install instead of cp 2014-11-22 19:47:06 +01:00
mcelog mcelog: new package 2014-11-22 18:43:01 +01:00
mcrypt package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
mdadm mdadm: add hash file 2014-10-19 17:36:09 +02:00
media-ctl
mediastreamer
memcached memcached: bump to version 1.4.22 2015-01-02 12:07:24 +01:00
memstat package/*: move download URLs to snapshot.debian.org 2014-10-25 11:25:23 +02:00
memtester
mesa3d package/mesa3d: bump version to 10.4.1 2015-01-04 18:28:43 +01:00
mesa3d-demos package/mesa3d-demos: Fix build error 2014-11-20 23:11:58 +01:00
metacity package: indentation cleanup 2014-12-24 11:41:05 +01:00
midori package: indentation cleanup 2014-10-26 05:47:05 +01:00
mii-diag package/*: move download URLs to snapshot.debian.org 2014-10-25 11:25:23 +02:00
minicom
minidlna package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
mke2img package/mke2img: "/bin/bash" => "/usr/bin/env bash" shebang 2015-01-08 21:35:08 +01:00
mkpasswd
mmc-utils .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
mobile-broadband-provider-info
modem-manager
modplugtools package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
mongoose mongoose: use <pkg>_INSTALL_INIT_SYSV mechanism 2014-12-01 22:54:50 +01:00
mongrel2 mongrel2: Add comments to avoid use of github call 2014-10-30 22:49:59 +01:00
monit
mono package/mono: fixing shared/static handling 2014-12-14 10:57:24 +01:00
monolite package/monolite: new package 2014-10-25 10:48:35 +02:00
mp4v2 mp4v2: fix help2man-related build failure 2014-10-31 16:01:01 +01:00
mpc mpc: add hash file 2014-10-19 19:25:26 +02:00
mpd mpd: bump to version 0.19.7 2014-12-18 22:56:08 +01:00
mpd-mpc mpd-mpc: new package 2015-01-02 17:05:31 +01:00
mpdecimal mpdecimal: bump to 2.4.1 and add hash file 2015-01-03 21:50:29 +01:00
mpfr mpfr: security bump to patchlevel 11 2015-01-08 21:16:14 +01:00
mpg123 mpg123: needs host-pkgconf 2014-11-28 10:43:43 +01:00
mplayer live555: use upstream install target for staging installation 2014-11-18 23:08:04 +01:00
mrouted mrouted: bump to version 3.9.7 2015-01-02 14:37:12 +01:00
msgpack package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
msmtp msmtp: bump to version 1.6.1 2015-01-06 21:19:11 +01:00
mtd package: indentation cleanup 2014-10-23 22:13:29 +02:00
mtdev
mtdev2tuio
mtools
mtr mtr: bump to version 0.86 and use github call 2014-12-10 21:49:48 +01:00
musepack .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
musl package/musl: remove obsolete setting of prefix 2014-12-09 14:29:52 +01:00
mutt package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
mxml mxml: bump to 2.9 2014-10-29 21:45:46 +01:00
mysql package/mysql: do not force a static build for internal programs 2014-12-22 09:25:30 +01:00
nano
nanocom package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
nasm
nbd package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
ncdu
ncftp package: indentation cleanup 2014-10-26 05:47:05 +01:00
ncmpc
ncurses package/ncurses: fix builds with both shared and static libs 2014-12-21 22:01:44 +01:00
ndisc6 ndisc6: remove man page related code 2014-12-01 23:13:44 +01:00
ne10 Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
neard
neardal
neon
net-tools
netatalk netatalk: bump to version 3.1.7 2014-12-03 23:01:11 +01:00
netcat package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
netcat-openbsd package: indentation cleanup 2014-10-26 05:47:05 +01:00
netperf
netplug
netsnmp package: indentation cleanup 2014-12-24 11:41:05 +01:00
netstat-nat
nettle package/nettle: fix shared-only build 2014-12-13 09:59:33 +01:00
network-manager package: indentation cleanup 2014-12-22 09:27:37 +01:00
newt newt: cleanup patches 2015-01-10 11:58:36 +01:00
nfacct
nfs-utils package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
nftables package/nftables: do not build docs 2014-12-27 15:54:46 +01:00
nginx package/nginx: disallow AIO support on arc 2014-12-07 21:27:49 +01:00
ngircd
ngrep package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
nmap package/nmap: fix shared-only build 2014-12-14 17:55:41 +01:00
nodejs package/nodejs: add hash file 2015-01-06 21:52:42 +01:00
noip
nss-mdns package: indentation cleanup 2014-11-02 23:27:01 +01:00
ntfs-3g
ntp ntp: fix hash file 2014-12-31 00:19:14 +01:00
numactl package: indentation cleanup 2014-11-02 23:27:01 +01:00
nut
nuttcp nuttcp: add tarball hash 2014-10-31 14:22:34 +01:00
ocf-linux package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
ocrad
odhcploc package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
ofono
ola ola: bump to 0.9.3 2014-12-08 21:44:46 +01:00
olsr olsr: use <pkg>_INSTALL_INIT_SYSV mechanism 2014-12-01 22:59:40 +01:00
omap-u-boot-utils omap-u-boot-utils: bump version 2014-11-01 21:48:34 +01:00
omniorb Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
on2-8170-libs
on2-8170-modules .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
open2300 package: indentation cleanup 2014-12-30 11:17:03 +01:00
opencore-amr package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
opencv opencv: superres - Fix return value VideoFrameSource_GPU 2014-11-08 22:43:13 +01:00
opengl
openntpd sysv init scripts: fix == bashism 2014-11-11 23:08:46 +01:00
openobex Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
openocd package/openocd: disable aice programmer on non-MMU architecture 2015-01-03 21:28:51 +01:00
openpgm package: indentation cleanup 2014-12-30 11:17:03 +01:00
openpowerlink package: indentation cleanup 2014-12-30 11:17:03 +01:00
openssh package: indentation cleanup 2014-12-24 11:41:05 +01:00
openssl openssl: security bump to version 1.0.1k 2015-01-08 21:16:53 +01:00
openswan openswan: bump to version 2.6.42 2014-10-22 18:07:35 +02:00
opentyrian package: indentation cleanup 2014-10-26 05:47:05 +01:00
opentyrian-data unzip: Use the "-q" option to silence unzipping of source files 2014-11-02 22:48:50 +01:00
openvmtools Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
openvpn Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
opkg opkg: bump to 0.2.4 and fix build failure 2014-12-22 09:49:15 +01:00
oprofile oprofile: cleanup the style of the OPROFILE_BINARIES definition 2014-12-31 00:25:28 +01:00
opus packages/*.mk: Remove duplicate options 2014-10-19 11:42:36 +02:00
opus-tools
orbit .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
orc orc: bump version 2014-12-20 00:37:06 +01:00
ortp ortp: do not use libsrtp 2015-01-01 17:04:02 +01:00
owl-linux
p11-kit Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
p910nd package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
pango package: indentation cleanup 2014-12-30 11:17:03 +01:00
parted Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
patch
patchelf
pax-utils
pciutils Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
pcmanfm package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
pcre pcre: add a patch fixing CVE-2014-8964 2014-12-13 22:13:09 +01:00
pcsc-lite Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
perf perf: fix typo and syntax error 2014-10-14 17:27:46 +02:00
perl Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
perl-datetime-tiny
perl-gd package/perl-gd: Add a new option to set the path to gdlib-config 2014-12-24 12:12:09 +01:00
perl-gdgraph Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
perl-gdtextutil
perl-io-socket-ssl Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
perl-json-tiny perl-json-tiny: bump to version 0.50 2014-10-26 13:57:41 +01:00
perl-module-build perl-module-build: bump to version 0.4210 2014-10-26 13:56:01 +01:00
perl-mojolicious perl-mojolicious: bump to version 5.54 2014-10-26 13:57:41 +01:00
perl-net-ssleay Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
perl-path-tiny perl-path-tiny: bump to version 0.059 2014-10-26 13:57:41 +01:00
perl-try-tiny
perl-xml-libxml Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
perl-xml-namespacesupport
perl-xml-sax
perl-xml-sax-base
phidgetwebservice Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
php package: indentation cleanup 2014-12-24 11:41:05 +01:00
php-geoip
php-gnupg
php-imagick imagemagick: needs thread support 2015-01-01 17:36:23 +01:00
php-memcached
php-ssh2
php-yaml
php-zmq
picocom .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
pifmrds
pinentry pinentry: remove non-existent configure options for Qt3 and GTK+1 2014-12-21 23:49:13 +01:00
pixman pixman: unbreak on nios codesourcery 2014.05 2014-10-31 11:13:39 +01:00
pkgconf Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
poco package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
polarssl polarssl: disable assembly for more scenarios 2014-10-27 17:49:13 +01:00
polkit
poppler poppler: security bump to version 0.24.5 2015-01-06 21:13:47 +01:00
popt
portaudio
portmap portmap: improve installation of binaries 2014-12-01 22:44:35 +01:00
postgresql
powerpc-utils
powervr
pppd package: indentation cleanup 2014-12-30 11:17:03 +01:00
pps-tools pps-tools: new package 2014-10-19 17:22:37 +02:00
pptp-linux pptp-linux: don't install man page 2014-12-01 23:17:53 +01:00
prboom package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
procps-ng procps-ng: bump to version 3.3.10 2014-10-08 19:32:14 +02:00
proftpd package: indentation cleanup 2014-12-24 11:41:05 +01:00
protobuf Revert "protobuf: bump version to 2.6.0" 2014-10-06 09:22:54 +02:00
protobuf-c
proxychains-ng package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
psmisc package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
psplash
ptpd package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
ptpd2 package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
pulseaudio package: indentation cleanup 2014-11-02 23:27:01 +01:00
pure-ftpd Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
pv
pwgen pwgen: bump to version 2.07 2014-11-07 08:52:41 +01:00
python python: rename patches to the new convention 2015-01-02 19:30:25 +01:00
python3 python3: rename patches to the new convention 2015-01-02 19:30:17 +01:00
python-alsaaudio python-alsaaudio: needs pcm and mixer support in alsa 2014-12-08 12:42:31 +01:00
python-bottle package/python-*: drop redundant python || python3 dependencies 2014-11-19 14:21:05 +01:00
python-certifi python-certifi: add new package 2014-11-23 22:13:26 +01:00
python-cffi package/python-*: drop redundant python || python3 dependencies 2014-11-19 14:21:05 +01:00
python-cheetah python-cheetah: new package 2014-12-21 21:58:48 +01:00
python-configobj
python-configshell-fb package/python-*: drop redundant python || python3 dependencies 2014-11-19 14:21:05 +01:00
python-crc16
python-daemon
python-dialog package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
python-django python-django: be more specific about the license 2015-01-04 22:08:44 +01:00
python-docopt python-docopt: new package 2014-12-09 19:17:00 +01:00
python-dpkt
python-enum python-enum: new package 2014-12-20 21:56:48 +01:00
python-enum34 package: cleanup whitespace of assignments 2014-12-18 22:58:28 +01:00
python-flask python-flask: fix s/flash/flask/ _DEPENDENCIES typo 2014-12-02 23:58:23 +01:00
python-flup
python-gobject package: add python-gobject 2014-12-03 23:02:49 +01:00
python-httplib2 package: add python-httplib2 2014-11-25 20:22:49 +01:00
python-id3 package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
python-ipaddr package: indentation cleanup 2014-12-20 21:48:26 +01:00
python-ipy python-ipy: bump version 2014-10-29 23:22:18 +01:00
python-ipython package/python-*: drop redundant python || python3 dependencies 2014-11-19 14:21:05 +01:00
python-itsdangerous python-itsdangerous: needs python zlib support 2014-11-18 07:18:45 +01:00
python-jinja2 python-jinja2: needs markupsafe at runtime 2014-11-17 16:55:47 +01:00
python-json-schema-validator
python-keyring unzip: Use the "-q" option to silence unzipping of source files 2014-11-02 22:48:50 +01:00
python-libconfig package/python-*: drop redundant python || python3 dependencies 2014-11-19 14:21:05 +01:00
python-m2crypto
python-mad .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
python-markdown python-markdown: new package 2014-12-21 21:56:36 +01:00
python-markupsafe package: add python-markupsafe 2014-11-17 16:49:38 +01:00
python-meld3
python-msgpack
python-netifaces python-netifaces: enable on Python 3 2014-11-22 19:06:27 +01:00
python-networkmanager package: add python-networkmanager 2014-11-26 22:18:41 +01:00
python-nfc
python-numpy package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
python-pam Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
python-posix-ipc
python-protobuf .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
python-psutil python-psutil: new package 2014-12-07 23:12:14 +01:00
python-pyasn package/python-*: drop redundant python || python3 dependencies 2014-11-19 14:21:05 +01:00
python-pycrypto package: indentation cleanup 2014-12-30 11:17:03 +01:00
python-pygame
python-pyparsing package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
python-pypcap
python-pyrex
python-pyro .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
python-pysnmp package/python-*: drop redundant python || python3 dependencies 2014-11-19 14:21:05 +01:00
python-pysnmp-apps package/python-*: drop redundant python || python3 dependencies 2014-11-19 14:21:05 +01:00
python-pysnmp-mibs package/python-*: drop redundant python || python3 dependencies 2014-11-19 14:21:05 +01:00
python-pyusb python-pyusb: bump version 2014-10-29 23:22:27 +01:00
python-pyzmq
python-requests package: add python-requests 2014-11-17 17:54:28 +01:00
python-rtslib-fb package/python-*: drop redundant python || python3 dependencies 2014-11-19 14:21:05 +01:00
python-serial package/python-*: drop redundant python || python3 dependencies 2014-11-19 14:21:05 +01:00
python-setuptools
python-simplejson
python-thrift python-thrift: bump to version 0.9.2 2014-12-08 23:03:28 +01:00
python-tornado python-tornado: bump to 4.0.2 2015-01-08 21:39:19 +01:00
python-urwid package/python-*: drop redundant python || python3 dependencies 2014-11-19 14:21:05 +01:00
python-versiontools
python-webpy python-webpy: depend on Python 2.x only 2014-12-07 22:03:39 +01:00
python-werkzeug python-werkzeug: needs python zlib support 2014-11-17 15:18:29 +01:00
qdecoder Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
qemu qemu: add host/target Linux version check 2014-12-23 12:09:29 +01:00
qextserialport qextserialport: allow building with Qt5 2014-11-03 23:06:23 +01:00
qhull Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
qjson qjson: allow building with Qt5 2014-11-03 23:06:12 +01:00
qlibc Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
qt Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
qt5 qt5: remove hash file of the non-existing package 2014-12-26 15:16:35 +01:00
qt5cinex qt5cinex: Add new Qt5CinematicExperience package. 2015-01-07 21:37:55 +01:00
qtuio qtuio: add error handling to for loop 2014-12-07 21:53:57 +01:00
quagga
quota quota: fix static linking 2014-11-09 21:45:55 +01:00
qwt package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
radvd radvd: bump to version 2.9 2015-01-02 14:37:12 +01:00
ramsmp
ramspeed
rapidjson rapidjson: simplify install commands 2014-11-18 23:34:03 +01:00
rdesktop rdesktop: bump to version 1.8.3 2014-11-01 14:45:46 +01:00
read-edid
readline
redis package: indentation cleanup 2014-10-26 05:47:05 +01:00
rings .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
rng-tools rng-tools: bump to version 5 2014-11-26 22:27:18 +01:00
rp-pppoe rp-pppoe: install helper scripts 2014-12-07 21:24:20 +01:00
rpcbind package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
rpi-firmware package/rpi-firmware: add DT-aware marking script 2015-01-10 12:19:25 +01:00
rpi-userland rpi-userland: use start() / stop() in init script like elsewhere 2014-12-12 08:44:26 +01:00
rpm package: indentation cleanup 2014-12-30 11:17:03 +01:00
rrdtool package: indentation cleanup 2014-12-24 11:41:05 +01:00
rsh-redone Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
rsync rsync: add hash file 2014-10-19 17:35:26 +02:00
rsyslog rsyslog: install systemd services links 2014-12-21 23:41:16 +01:00
rt-tests rt-tests: needs MMU 2014-11-21 10:37:30 +01:00
rtai rtai: fix typo in config script fixup 2014-11-25 16:53:34 +01:00
rtmpdump Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
rtorrent
rtptools
rubix
ruby Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
sam-ba unzip: Use the "-q" option to silence unzipping of source files 2014-11-02 22:48:50 +01:00
samba samba: Swap libnss_win*.so* files and symlinks 2014-12-21 23:03:07 +01:00
samba4 samba4: bump to version 4.1.14 2014-12-01 20:07:57 +01:00
sane-backends sane-backends: install to staging 2015-01-01 16:49:54 +01:00
sawman
schifra schifra: mark as broken 2014-11-13 10:04:03 +01:00
sconeserver Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
scons package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
screen screen: install configuration file unconditionally 2014-12-02 00:36:39 +01:00
sdl package: indentation cleanup 2014-12-30 11:17:03 +01:00
sdl_gfx
sdl_image package: indentation cleanup 2014-12-24 11:41:05 +01:00
sdl_mixer
sdl_net package: indentation cleanup 2014-12-22 09:27:37 +01:00
sdl_sound package/sdl_sound: fix constness in debug mode 2014-11-18 08:41:48 +01:00
sdl_ttf package: indentation cleanup 2014-12-24 11:41:05 +01:00
sdparm sdparm: bump to version 1.09 2014-12-28 22:04:17 +01:00
sed package: indentation cleanup 2014-12-24 11:41:05 +01:00
ser2net package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
setserial package/*: update snapshot.debian.org snapshot dates 2014-10-25 11:25:33 +02:00
sg3_utils sg3_utils: bump to version 1.40 2014-11-18 22:59:19 +01:00
shairport-sync package/shairport-sync: bump to version 2.1.15 2015-01-05 15:13:19 +01:00
shared-mime-info
simicsfs package: indentation cleanup 2014-10-26 05:47:05 +01:00
sispmctl package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
slang Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
slirp .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
smack Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
smartmontools package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
smcroute smcroute: bump version 2014-11-01 23:20:34 +01:00
smstools3
snappy package/snappy: add dependency on host-pkgconf 2014-12-18 22:59:57 +01:00
snmppp Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
snowball-hdmiservice Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
snowball-init Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
socat
socketcand
sofia-sip sofia-sip: needs threads 2015-01-06 21:13:12 +01:00
sound-theme-borealis sound-theme-borealis: add error handling to for loop 2014-12-02 00:13:41 +01:00
sound-theme-freedesktop
sox package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
spawn-fcgi
speex speex: use BR2_ARM_CPU_ARM* options 2014-11-06 23:47:24 +01:00
spice Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
spice-protocol .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
spidev_test spidev_test: new package 2014-10-25 10:52:41 +02:00
sqlcipher sqlcipher: fix static linking with openssl 2014-11-25 15:32:04 +01:00
sqlite Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
squashfs package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
squid package: indentation cleanup 2014-12-24 11:41:05 +01:00
sredird package/*: move download URLs to snapshot.debian.org 2014-10-25 11:25:23 +02:00
sshfs package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
sshpass package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
sstrip sstrip: fix source svn repository url 2014-11-24 22:02:51 +01:00
startup-notification
statserial
strace package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
stress Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
strongswan strongswan: security bump to version 5.2.2 2015-01-06 21:19:51 +01:00
stunnel stunnel: bump to version 5.09 2015-01-03 21:39:47 +01:00
subversion subversion: security bump to version 1.7.19 2014-12-21 13:22:18 +01:00
sudo package: indentation cleanup 2014-12-22 09:27:37 +01:00
sunxi-boards sunxi-boards: bump version 2014-11-01 23:28:06 +01:00
sunxi-cedarx sunxi-cedarx: bump version, improve EABI support 2014-10-12 12:57:59 +02:00
sunxi-mali
sunxi-mali-prop sunxi-mali-prop: bump version 2015-01-01 23:00:30 +01:00
sunxi-tools sunxi-tools: bump version 2015-01-01 23:10:33 +01:00
supervisor
swig package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
sylpheed
synergy package: indentation cleanup 2014-12-30 11:17:03 +01:00
sysklogd sysklogd: fix redundant newline escape 2014-12-02 09:43:21 +01:00
sysprof
sysstat sysstat: bump to version 11.0.2 2014-12-02 13:00:18 +01:00
systemd Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
sysvinit sysvinit/inittab: adjust shutdown 2014-11-20 23:09:44 +01:00
szip szip: new package 2015-01-01 22:53:29 +01:00
taglib
tar tar: bump to version 1.28 2014-10-19 17:17:29 +02:00
targetcli-fb targetcli-fb: bump version 2014-11-03 00:08:27 +01:00
tcl package: indentation cleanup 2014-12-22 09:27:37 +01:00
tclap package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
tcllib package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
tcpdump package: indentation cleanup 2014-12-24 11:41:05 +01:00
tcping
tcpreplay tcpreplay: bump to version 4.1.0 2014-12-18 22:55:50 +01:00
texinfo
tftpd tftpd: use <pkg>_INSTALL_INIT_SYSV mechanism 2014-12-01 23:01:19 +01:00
thrift Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
thttpd thttpd: use the <pkg>_INSTALL_INIT_SYSV mechanism 2014-12-01 22:36:57 +01:00
ti-gfx
ti-uim
ti-utils ti-utils: link with pthread to avoid build failure 2014-10-07 22:21:24 +02:00
tidsp-binaries
tiff
time
tinc tinc: new package 2014-12-21 16:39:25 +01:00
tinyalsa Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
tinyhttpd package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
tinymembench
tinyxml
tmux package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
tn5250 package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
torsmo
trace-cmd Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
transmission transmission: use start() / stop() in init script like elsewhere 2014-12-12 08:44:34 +01:00
tree tree: don't install man page 2014-12-01 23:14:25 +01:00
tremor
triggerhappy triggerhappy: new package 2014-12-12 00:07:10 +01:00
trinity trinity: enable only for supported architectures 2014-10-28 18:49:28 +01:00
tslib Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
tstools tstools: rename patch to new convention 2014-11-18 14:08:22 +01:00
tvheadend package/tvheadend: bump version 2015-01-04 18:28:43 +01:00
twolame package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
tz package: indentation cleanup 2014-11-02 23:27:01 +01:00
tzdata package: indentation cleanup 2014-12-30 11:17:03 +01:00
tzdump
uboot-tools .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
ucl
uclibc package: indentation cleanup 2014-12-22 09:27:37 +01:00
udev
udisks Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
udpcast
uemacs uemacs: bump to latest version 2014-12-23 11:33:50 +01:00
ulogd Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
unionfs Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
upmpdcli upmpdcli: add missing comment dependency propagation 2014-12-31 00:58:14 +01:00
upx package/upx: needs zlib 2015-01-03 21:40:54 +01:00
urg package: indentation cleanup 2014-12-30 11:17:03 +01:00
usb_modeswitch usb_modeswitch: adjust help 2014-10-22 22:15:11 +02:00
usb_modeswitch_data
usbmount usbmount: install configuration file unconditionally 2014-12-02 00:38:24 +01:00
usbredir .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
usbutils usbutils: drop double needs from comment 2014-12-10 21:25:35 +01:00
ushare Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
ussp-push Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
ustr ustr: new package 2015-01-01 21:07:28 +01:00
util-linux util-linux: Add an option to compile 'nsenter' binary. 2014-12-26 20:09:34 +01:00
ux500-firmware
vala
valgrind valgrind: bump to version 3.10.1 2014-11-26 16:14:38 +01:00
vde2 package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
vim vim: also install xxd 2015-01-07 15:50:24 +01:00
vlc package/vlc: Update SITE url 2014-12-20 15:53:09 +01:00
vo-aacenc package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
vorbis-tools
vpnc .mk files: bulk aligment and whitespace cleanup of assignments 2014-10-07 15:00:28 +02:00
vsftpd vsftpd: rename patches to the new naming convention 2014-12-01 22:34:31 +01:00
vtun package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
w_scan package/w_scan: needs headers >= 3.7 2014-12-14 19:48:22 +01:00
wavpack
wayland Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
webkit webkit: use BR2_ARM_CPU_ARM* options 2014-11-06 23:52:55 +01:00
webp
webrtc-audio-processing
weston package/weston: do not select rpi-userland 2014-12-20 21:47:00 +01:00
wget wget: add host-pkgconf dependency 2014-12-10 21:25:04 +01:00
whetstone
which
whois whois: bump to version 5.2.3 2014-12-28 22:11:55 +01:00
wipe package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
wireless_tools Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
wireless-regdb wireless-regdb: bump to version 2014.11.18 2014-11-28 21:14:00 +01:00
wireshark wireshark: security bump to version 1.12.3 2015-01-08 19:19:30 +01:00
wmctrl
wpa_supplicant wpa_supplicant: fix indentation and change file permissions 2015-01-01 11:31:14 +01:00
wsapi
wvdial
wvstreams Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
x11r7 package: indentation cleanup 2014-12-30 11:17:03 +01:00
x11vnc package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
x264 Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
xavante
xenomai xenomai: add error handling to for loop 2014-12-02 00:15:00 +01:00
xerces xerces: make sure to use the cross-compiled curl 2014-12-27 18:46:51 +01:00
xfsprogs xfsprogs: fix shared-only build 2014-12-20 21:44:25 +01:00
xinetd xinetd: change download location 2014-11-01 23:16:09 +01:00
xl2tp Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
xmlstarlet package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
xscreensaver
xterm
xvkbd
xz package/xz-utils: does not require threads 2015-01-10 11:33:15 +01:00
yaffs2utils
yajl
yaml-cpp yaml-cpp: new package 2014-10-22 23:03:53 +02:00
yasm
yavta
ympd ympd: fix license typo 2014-12-19 21:56:54 +01:00
zd1211-firmware package: add hashes for SourceForge-hosted packages 2014-12-28 22:21:16 +01:00
zeromq Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
zic
zlib package/zlib: allow shared-only builds 2014-12-20 21:55:23 +01:00
zlog Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS 2014-12-11 22:48:13 +01:00
zmqpp
znc
zsh zsh: security bump to version 5.0.7 2014-10-12 12:48:35 +02:00
zxing unzip: Use the "-q" option to silence unzipping of source files 2014-11-02 22:48:50 +01:00
zyre
Config.in bootstrap: new package 2015-01-10 12:08:04 +01:00
Config.in.host checkpolicy: new package 2015-01-08 22:58:52 +01:00
doc-asciidoc.mk doc/asciidoc: always use UTC 2014-10-12 07:46:28 +02:00
Makefile.in package: indentation cleanup 2014-12-30 11:17:03 +01:00
pkg-autotools.mk support/libtool: add patch for newer versions 2014-12-21 13:21:56 +01:00
pkg-cmake.mk package/pkg-cmake.mk: add ccache support for host packages 2014-12-21 22:50:45 +01:00
pkg-download.mk package/pkg-download: do not hard-code QUIET 2015-01-04 18:40:05 +01:00
pkg-generic.mk Complain loudly if BR2_GLOBAL_PATCH_DIR does not exit 2014-10-25 01:58:12 +02:00
pkg-kconfig.mk infra/pkg-kconfig: fix saving the config file 2014-10-22 22:49:42 +02:00
pkg-luarocks.mk package: indentation cleanup 2014-11-02 23:27:01 +01:00
pkg-perl.mk intltool: fix build issues 2014-10-23 21:58:28 +02:00
pkg-python.mk
pkg-utils.mk pkg-utils: describe the case conversion macros in more detail. 2014-10-16 19:04:18 +02:00
pkg-virtual.mk