kumquat-buildroot/package
Thomas Petazzoni 0e2be4db8a package/pkg-generic: make file list logic parallel build compatible
The current solution used to collect the list of files installed by
packages does not work for top-level parallel build. Indeed, we rely
on a file created after the installation of the previous package to
build the list of files installed by the current package.

This works well when packages are built sequentially, but badly fails
when using top-level parallel build.

More specifically, top-level parallel build can fail with:

comm: /home/thomas/buildroot/output/build/.files-list-host.new: No such file or directory

Because that file has been removed concurrently by the build process
of another package.

This commit reworks the logic in a very straight-forward way. Before
the installation of each package, we store the list of files that are
already installed and store it in the package build directory. After
the installation of each package, we store again that list of files,
calculate the difference with the before file, and store that as the
list of files installed by that package, still in the package build
directory.

At the end of the build, in target-finalize we collect all the
collected information into the global package file lists, that
continue to be installed in the same location as before, with the same
name.

There are however some differences:

 (1) The files are no longer ordered in build order, but by alphabetic
     ordering of packages. Indeed, "build order" no longer makes any
     sense in the context of top-level parallel build.

 (2) Some files which were incorrectly tracked are no longer
     tracked. For example, the toolchain package is a target package,
     but it installs files in $(HOST_DIR). In the previous logic, the
     files installed by the toolchain package in $(HOST_DIR) were
     incorrectly affected to the next host package that was installed
     after the toolchain package. With our new logic, those files are
     no longer tracked at all. To fix this, we would have to change
     the logic to scan HOST_DIR/TARGET_DIR/STAGING_DIR for all
     installation steps, not just for the install-host, install-target
     and install-staging steps respecitively. But the result was
     already incorrect anyway, and therefore this should be fixed
     separately.

Note that the check_bin_arch hook needs to be adjusted: it was using
the global package-file-list.txt file, but this file is now created
only at the very end of the build. So instead, we use the current
package .file-list.txt file to know which packages have been installed
by the current package in $(TARGET_DIR).

Fixes:

  http://autobuild.buildroot.net/results/4e60fa31b1cd08bc7fdf9c5dd3a3f4941e029ba3/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2020-02-27 22:46:20 +01:00
..
4th package/4th: add hash for license file 2020-01-22 23:20:25 +01:00
18xx-ti-utils
a10disp
abootimg
acl
acpica
acpid
acpitool package/acpitool: add hash for license file 2020-01-22 23:28:53 +01:00
acsccid
adwaita-icon-theme package/a*: add license file hashes 2020-02-03 14:44:52 +01:00
aer-inject package/a*: add license file hashes 2020-02-03 14:44:52 +01:00
aespipe
agentpp
aircrack-ng package/aircrack-ng: bump to version 1.6 2020-01-28 23:21:13 +01:00
alsa-lib
alsa-utils
alsamixergui package/a*: add license file hashes 2020-02-03 14:44:52 +01:00
alure package/alure: add hash for license file 2020-01-22 23:20:50 +01:00
am33x-cm3 package/a*: add license file hashes 2020-02-03 14:44:52 +01:00
am335x-pru-package package/a*: add license file hashes 2020-02-03 14:44:52 +01:00
amd-catalyst
android-tools package/a*: add license file hashes 2020-02-03 14:44:52 +01:00
angular-websocket package/angular-websocket: add hash for license file 2020-01-22 23:30:15 +01:00
angularjs
aoetools
apache package/apache: fix build with per-package directory support 2020-02-18 23:16:15 +01:00
apitrace
apr
apr-util package/apr-util: fix build with per-package directories 2020-02-18 23:16:15 +01:00
argp-standalone
argparse
argus
armadillo package/armadillo: fix license 2020-02-25 23:24:34 +01:00
armbian-firmware
arp-scan package/arp-scan: bump version to 1.9.7 2020-02-01 11:29:39 +01:00
arptables
ascii-invaders
assimp
asterisk package/bluez_utils: drop package 2020-02-03 22:55:08 +01:00
at package/at: fix parallel build failure 2020-02-23 09:45:10 +01:00
at-spi2-atk
at-spi2-core
atest remove the hook for creating the m4 directory 2020-02-04 14:11:39 +01:00
atf package/atf: add hash for license file 2020-01-22 23:22:12 +01:00
atftp
atk
atkmm package/a*: add license file hashes 2020-02-03 14:44:52 +01:00
atop
attr
aubio
audiofile package/audiofile: annotate _IGNORE_CVES for the included security patches 2020-02-20 13:13:23 +01:00
audit
aufs package/aufs: add support for linux 5.x 2020-02-26 20:51:45 +01:00
aufs-util
augeas
aumix package/aumix: add hash for license file 2020-01-22 23:25:49 +01:00
autoconf autotools: do not overwrite first include path 2020-02-04 14:02:38 +01:00
autoconf-archive package/autoconf-archive: add hash for license file 2020-01-24 20:23:45 +01:00
autofs package/autofs: bump to version 5.1.6 2020-01-19 23:10:23 +01:00
automake autotools: do not overwrite first include path 2020-02-04 14:02:38 +01:00
autossh
avahi
avrdude package/a*: add license file hashes 2020-02-03 14:44:52 +01:00
avro-c
axel package/axel: bump to version 2.17.7 2020-01-28 23:20:40 +01:00
axfsutils package/a*: add license file hashes 2020-02-03 14:44:52 +01:00
azmq
azure-iot-sdk-c
b43-firmware
b43-fwcutter
babeld
bandwidthd
bash package/bash: fix build on uclibc 2020-02-22 19:39:50 +01:00
bash-completion package/bash-completion: bump to version 2.10 2020-01-11 22:38:56 +01:00
batctl
batman-adv
bats-core
bayer2rgb-neon remove the hook for creating the m4 directory 2020-02-04 14:11:39 +01:00
bc
bcache-tools package/bcache-tools: add hash for license file 2020-01-22 23:23:42 +01:00
bcg729
bcm2835
bctoolbox package/b*: add license file hashes 2020-02-03 14:44:52 +01:00
bcusdk package/b*: add license file hashes 2020-02-03 14:44:52 +01:00
bdwgc
beecrypt package/b*: add license file hashes 2020-02-03 14:44:52 +01:00
bellagio
benejson package/b*: add license file hashes 2020-02-03 14:44:52 +01:00
berkeleydb
bind
binutils package/b*: add license file hashes 2020-02-03 14:44:52 +01:00
biosdevname
bird
bison
bitcoin package/bitcoin: bump to version 0.19.0.1 2020-02-02 09:06:16 +01:00
bitstream
bitstream-vera package/b*: add license file hashes 2020-02-03 14:44:52 +01:00
blktrace
bluez5_utils package/bluez_utils: drop package 2020-02-03 22:55:08 +01:00
bluez5_utils-headers
bluez-alsa package/bluez-alsa: fix location of alsa config files 2020-02-04 22:48:22 +01:00
bluez-tools package/bluez_utils: drop package 2020-02-03 22:55:08 +01:00
bmon package/bmon: add hash for license file 2020-01-22 23:24:17 +01:00
boa package/b*: add license file hashes 2020-02-03 14:44:52 +01:00
boinc
bonnie package/b*: add license file hashes 2020-02-03 14:44:52 +01:00
boost
bootstrap package/bootstrap: security bump to version 4.3.1 2020-02-13 22:03:36 +01:00
botan
brcm-patchram-plus
brickd
bridge-utils package/bridge-utils: add hash for license file 2020-01-22 23:24:43 +01:00
brltty package/brltty: use host pkg-config when building host tools 2020-02-26 22:17:09 +01:00
brotli
bsdiff package/b*: add license file hashes 2020-02-03 14:44:52 +01:00
btrfs-progs
bubblewrap
bullet
bustle
busybox package/busybox: fix individual binaries installation 2020-02-23 13:04:26 +01:00
bwm-ng
bzip2
c-ares
c-capnproto
c-icap
c-icap-modules
c-periphery package/c-periphery: bump version to 2.1.0 2020-01-10 22:39:29 +01:00
ca-certificates
cache-calibrator
cairo
cairomm
can-utils package/can-utils: bump to version 2020.02.0 2020-02-04 13:44:57 +01:00
canfestival
cannelloni package/c*: add license file hashes 2020-02-03 14:44:52 +01:00
cantarell package/c*: add license file hashes 2020-02-03 14:44:52 +01:00
capnproto
caps
cargo
cargo-bin
cbootimage
cc-tool
ccache
ccid
ccrypt
cctz
cdrkit package/c*: add license file hashes 2020-02-03 14:44:52 +01:00
cegui06
cereal
cgic package/cgic: add hash for license file 2020-01-22 23:25:01 +01:00
cgilua
cgroupfs-mount package/c*: add license file hashes 2020-02-03 14:44:52 +01:00
check
checkpolicy
checksec
chipmunk
chocolate-doom
chrony
cifs-utils
circus
civetweb
cjson
clamav package/clamav: security bump version to 0.102.2 2020-02-06 21:01:56 +01:00
clang
clapack
classpath package/classpath: drop gstreamer 0.10.x support 2020-02-08 22:42:39 +01:00
clinfo
cloop
cmake
cmocka
cog package/cog: add patch fixing cog segfault 2020-02-18 18:39:44 +01:00
collectd package/collectd: add config option for lua 2020-02-02 23:46:37 +01:00
collectl
comix-cursors
connman
connman-gtk
conntrack-tools
copas
coreutils
corkscrew
coxpcall
cpio
cppcms
cppdb package/c*: add license file hashes 2020-02-03 14:44:52 +01:00
cppunit package/cppunit: bump to version 1.15.1 2020-01-26 09:06:14 +01:00
cppzmq package/cppzmq: bump to version 4.6.0 2020-01-18 13:44:24 +01:00
cpuburn-arm
cpuload package/cpuload: add hash for license file 2020-01-22 23:26:14 +01:00
cracklib
cramfs package/c*: add license file hashes 2020-02-03 14:44:52 +01:00
crda package/c*: add license file hashes 2020-02-03 14:44:52 +01:00
crudini package/crudini: bump to version 0.9.3 2020-02-05 16:23:42 +01:00
cryptodev
cryptodev-linux
cryptopp
cryptsetup package/cryptsetup: update to version 2.2.2 2020-01-10 23:00:44 +01:00
ctorrent package/ctorrent: add hash for license file 2020-01-22 23:26:31 +01:00
cunit
cups package: use variables defined by autoconf.mk 2020-02-04 14:27:28 +01:00
cups-filters
curlftpfs package/curlftpfs: add hash for license file 2020-01-22 23:26:47 +01:00
curlpp
cutelyst
cvs
cwiid package/cwiid: add all blue5_utils dependencies 2020-02-04 22:33:48 +01:00
cxxtest
czmq package/czmq: fix typo for LICNESE hash 2020-01-22 21:21:19 +01:00
dacapo
dado
daemon package/daemon: add hash for license file 2020-01-22 21:22:56 +01:00
dahdi-linux
dahdi-tools
dante
daq
darkhttpd
dash
dav1d
davfs2
davici remove the hook for creating the m4 directory 2020-02-04 14:11:39 +01:00
dawgdic package/d*: add license file hashes 2020-02-03 14:44:52 +01:00
dbus
dbus-cpp package/dbus-cpp: add hash for license file 2020-01-22 23:27:05 +01:00
dbus-glib
dbus-python
dbus-triggerd package/d*: add license file hashes 2020-02-03 14:44:52 +01:00
dc3dd package/d*: add license file hashes 2020-02-03 14:44:52 +01:00
dcron
ddrescue
debianutils
dehydrated package/libcurl: rename curl binary config symbol 2020-02-16 11:20:23 +01:00
dejavu package/d*: add license file hashes 2020-02-03 14:44:52 +01:00
dfu-util
dhcp
dhcpcd
dhcpdump package/dhcpdump: add hash for license file 2020-01-22 23:27:20 +01:00
dhrystone
dialog
dieharder package/dieharder: add hash for license file 2020-01-22 23:28:05 +01:00
diffutils
dillo package/d*: add license file hashes 2020-02-03 14:44:52 +01:00
ding-libs
directfb package/d*: add license file hashes 2020-02-03 14:44:52 +01:00
directfb-examples package/d*: add license file hashes 2020-02-03 14:44:52 +01:00
dmalloc package/d*: add license file hashes 2020-02-03 14:44:52 +01:00
dmidecode
dmraid package/d*: add license file hashes 2020-02-03 14:44:52 +01:00
dnsmasq
docker package/d*: add license file hashes 2020-02-03 14:44:52 +01:00
docker-cli
docker-compose package/docker-compose: update patch to allow all pyyaml 5.x versions 2020-02-27 08:56:51 +01:00
docker-containerd package/docker-containerd: security bump to 1.2.12 2020-02-05 13:50:54 +01:00
docker-engine
docker-proxy
domoticz
doom-wad
dos2unix
dosfstools
dovecot package/dovecot: security bump to version 2.3.9.3 2020-02-15 11:50:40 +01:00
dovecot-pigeonhole
doxygen package/doxygen: needs host gcc >= 4.9 2020-02-13 18:12:55 +01:00
drbd-utils
dropbear
dropwatch remove the hook for creating the m4 directory 2020-02-04 14:11:39 +01:00
dstat package/d*: add license file hashes 2020-02-03 14:44:52 +01:00
dt
dt-utils
dtach package/d*: add license file hashes 2020-02-03 14:44:52 +01:00
dtc
dtv-scan-tables
duktape
duma package/d*: add license file hashes 2020-02-03 14:44:52 +01:00
dump1090
dvb-apps
dvblast
dvbsnoop package/d*: add license file hashes 2020-02-03 14:44:52 +01:00
dvdauthor package/d*: add license file hashes 2020-02-03 14:44:52 +01:00
dvdrw-tools package/d*: add license file hashes 2020-02-03 14:44:52 +01:00
e2fsprogs package/e2fsprogs: security bump to version 1.45.5 2020-02-05 20:33:34 +01:00
e2tools
easy-rsa
easydbus
ebtables
ecryptfs-utils
ed
edid-decode package/e*: add license file hashes 2020-02-03 14:44:52 +01:00
efibootmgr
efivar
efl package/libinput: remove dependency on BR2_ENABLE_LOCALE 2020-02-03 09:58:50 +01:00
eigen
ejabberd
elf2flt package/e*: add license file hashes 2020-02-03 14:44:52 +01:00
elftosb package/e*: add license file hashes 2020-02-03 14:44:52 +01:00
elfutils
elixir package/elixir: new package 2020-02-05 15:37:51 +01:00
ell
emlog
empty package/e*: add license file hashes 2020-02-03 14:44:52 +01:00
enchant package/e*: add license file hashes 2020-02-03 14:44:52 +01:00
enet
enlightenment
enscript
erlang package/erlang: patch the tarball 2020-02-19 20:56:01 +01:00
erlang-base64url
erlang-eimp
erlang-goldrush
erlang-idna
erlang-jiffy
erlang-jose
erlang-lager
erlang-p1-acme
erlang-p1-cache-tab
erlang-p1-mqtree
erlang-p1-oauth2
erlang-p1-pkix
erlang-p1-sip
erlang-p1-stringprep
erlang-p1-stun
erlang-p1-tls
erlang-p1-utils
erlang-p1-xml
erlang-p1-xmpp package/erlang-p1-xmpp: fix host build 2020-02-02 09:54:37 +01:00
erlang-p1-yaml
erlang-p1-yconf
erlang-p1-zlib
erlang-rebar
espeak package/e*: add license file hashes 2020-02-03 14:44:52 +01:00
ethtool package/ethtool: bump to version 5.4 2020-01-13 21:19:56 +01:00
eudev package/eudev: Fix monitor starting for kernels w/o CONFIG_SHMEM 2020-02-13 23:13:17 +01:00
ev3dev-linux-drivers
evemu package/e*: add license file hashes 2020-02-03 14:44:52 +01:00
evtest
execline
exempi
exfat
exfat-utils
exim package/exim: fix build error during install step 2020-02-11 23:30:20 +01:00
exiv2
expat
expect
explorercanvas package/e*: add license file hashes 2020-02-03 14:44:52 +01:00
ezxml package/e*: add license file hashes 2020-02-03 14:44:52 +01:00
f2fs-tools
faad2 package/faad2: bump to version 2.9.1 2020-01-13 08:29:10 +01:00
faifa package/f*: add license file hashes 2020-02-03 14:44:52 +01:00
fail2ban package/fail2ban: The (host-python3) 2to3 utility needs to be present 2020-02-26 16:35:43 +01:00
fakedate
fakeroot
faketime
fan-ctrl
fastd package/f*: add license file hashes 2020-02-03 14:44:52 +01:00
fatcat
fb-test-app package/f*: add license file hashes 2020-02-03 14:44:52 +01:00
fbdump
fbgrab package/f*: add license file hashes 2020-02-03 14:44:52 +01:00
fbset
fbterm package/f*: add license file hashes 2020-02-03 14:44:52 +01:00
fbtft
fbv package/f*: add license file hashes 2020-02-03 14:44:52 +01:00
fcgiwrap package/f*: add license file hashes 2020-02-03 14:44:52 +01:00
fconfig package/f*: add license file hashes 2020-02-03 14:44:52 +01:00
fdk-aac
feh
fetchmail
ffmpeg
fftw
ficl package/f*: add license file hashes 2020-02-03 14:44:52 +01:00
file package/file: zlib is optional, not mandatory 2020-02-01 12:36:48 +01:00
filemq package/f*: add license file hashes 2020-02-03 14:44:52 +01:00
findutils
fio package/fio: bump to version 3.17 2020-01-11 22:39:56 +01:00
flac
flann package/f*: add license file hashes 2020-02-03 14:44:52 +01:00
flannel
flare-engine
flare-game
flashbench package/f*: add license file hashes 2020-02-03 14:44:52 +01:00
flashrom
flatbuffers
flatcc
flex
flickcurl
flite
flot
fltk
fluid-soundfont
fluidsynth package/fluidsynth: bump to version 2.1.1 2020-02-24 22:26:15 +01:00
fluxbox package/f*: add license file hashes 2020-02-03 14:44:52 +01:00
fmc package/f*: add license file hashes 2020-02-03 14:44:52 +01:00
fmlib package/f*: add license file hashes 2020-02-03 14:44:52 +01:00
fmt package/fmt: bump to version 6.1.2 2020-01-13 21:16:14 +01:00
fmtools package/f*: add license file hashes 2020-02-03 14:44:52 +01:00
font-awesome
fontconfig
fping
freeradius-client package/f*: add license file hashes 2020-02-03 14:44:52 +01:00
freerdp package/freerdp: drop gstreamer 0.10.x support 2020-02-08 22:42:56 +01:00
freescale-imx package/freescale-imx/imx-sc-firmware: bump to version 1.1 to support i.MX8 2020-02-05 12:25:29 +01:00
freeswitch package/freeswitch: fix libvpx build 2020-01-18 17:10:46 +01:00
freeswitch-mod-bcg729
freetype
fscryptctl
fstrcmp
fswebcam package/f*: add license file hashes 2020-02-03 14:44:52 +01:00
ftop
fwts
fwup
fxload package/f*: add license file hashes 2020-02-03 14:44:52 +01:00
gamin package/g*: add license file hashes 2020-02-03 14:44:53 +01:00
gauche
gawk
gcc package/gcc: remove gcc 5.5 or1k fork 2020-02-04 21:18:42 +01:00
gcnano-binaries
gconf
gcr
gd
gdb package/toolchain: bumb ARC tools to arc-2019.09 release 2020-01-17 21:34:05 +01:00
gdbm
gdk-pixbuf
genext2fs package/g*: add license file hashes 2020-02-03 14:44:53 +01:00
gengetopt
genimage package/genimage: bump to version 12 2020-02-01 12:06:23 +01:00
genpart
genromfs package/g*: add license file hashes 2020-02-03 14:44:53 +01:00
gensio package/gensio: bump to version 1.5.1 2020-02-16 15:22:26 +01:00
geoip
gerbera package/gerbera: fix static linking with libmagic 2020-02-01 11:30:40 +01:00
gesftpserver
getent
gettext
gettext-gnu package/g*: add license file hashes 2020-02-03 14:44:53 +01:00
gettext-tiny package/gettext-tiny: bump version to latest 2020-01-20 22:47:49 +01:00
gflags
ghostscript
ghostscript-fonts
giblib package/g*: add license file hashes 2020-02-03 14:44:53 +01:00
giflib
git package/git: make _BUG_ condition more clear 2020-02-27 22:12:40 +01:00
git-crypt
gli
glib-networking
glibc package/glibc/riscv32: update LICENSE file hash 2020-02-03 15:49:53 +01:00
glibmm
glm
glmark2 package/g*: add license file hashes 2020-02-03 14:44:53 +01:00
glog
glorytun
glslsandbox-player package/glslsandbox-player: remove 'v' prefix 2020-02-16 17:16:00 +01:00
gmp
gmpc package/g*: add license file hashes 2020-02-03 14:44:53 +01:00
gmrender-resurrect
gnu-efi
gnuchess
gnupg package/g*: add license file hashes 2020-02-03 14:44:53 +01:00
gnupg2
gnuplot package/g*: add license file hashes 2020-02-03 14:44:53 +01:00
gnuradio package/gnuradio: backport build fixes with less use of Boost 2020-02-09 11:35:31 +01:00
gnutls
go package/go: bump version to 1.13.8 2020-02-15 11:53:19 +01:00
go-bootstrap package/g*: add license file hashes 2020-02-03 14:44:53 +01:00
gob2
google-breakpad package/g*: add license file hashes 2020-02-03 14:44:53 +01:00
google-material-design-icons
googlefontdirectory
gperf
gpm package/g*: add license file hashes 2020-02-03 14:44:53 +01:00
gpsd package/bluez_utils: drop package 2020-02-03 22:55:08 +01:00
gptfdisk
gqrx package/gqrx: bump to version 2.12.1 2020-02-11 23:28:26 +01:00
gqview package/g*: add license file hashes 2020-02-03 14:44:53 +01:00
gr-osmosdr package/gr-osmosdr: fix dependencies 2020-02-05 17:10:44 +01:00
granite package/g*: add license file hashes 2020-02-03 14:44:53 +01:00
grantlee
graphite2 package/g*: add license file hashes 2020-02-03 14:44:53 +01:00
grep package/grep: fix egrep/fgrep shebang 2020-02-04 15:53:24 +01:00
grpc
gsettings-desktop-schemas
gsl
gssdp
gstreamer1 package/gstreamer1/gst1-imx: allow to build with Waf on Python3 2020-02-05 16:46:54 +01:00
gtest
gtk2-engines package/g*: add license file hashes 2020-02-03 14:44:53 +01:00
gtkmm3 package/g*: add license file hashes 2020-02-03 14:44:53 +01:00
gtkperf
gtksourceview
guile package/g*: add license file hashes 2020-02-03 14:44:53 +01:00
gupnp
gupnp-av
gupnp-dlna package/gupnp-dlna: drop gstreamer 0.10.x support 2020-02-08 22:42:41 +01:00
gupnp-tools
gutenprint package/gutenprint: add back the hook for creating the m4local directory 2020-02-18 01:11:44 +01:00
gvfs
gzip
hackrf
hans package/h*: add license file hashes 2020-02-03 14:44:53 +01:00
haproxy package/haproxy: bump to version 2.1.2 2020-02-03 22:42:58 +01:00
harfbuzz
haserl
haveged
hdparm
heimdal
heirloom-mailx package/h*: add license file hashes 2020-02-03 14:44:53 +01:00
hiawatha
hicolor-icon-theme package/h*: add license file hashes 2020-02-03 14:44:53 +01:00
hidapi
hiredis
hostapd
hplip package/h*: add license file hashes 2020-02-03 14:44:53 +01:00
htop
httping
hwdata
hwloc
i2c-tools
i2pd
i7z package/i*: add license file hashes 2020-02-03 14:44:53 +01:00
ibrcommon
ibrdtn package/i*: add license file hashes 2020-02-03 14:44:53 +01:00
ibrdtn-tools package/i*: add license file hashes 2020-02-03 14:44:53 +01:00
ibrdtnd package/i*: add license file hashes 2020-02-03 14:44:53 +01:00
icu package/icu: bump to version 65-1 2020-01-19 10:01:11 +01:00
ifenslave package/i*: add license file hashes 2020-02-03 14:44:53 +01:00
ifmetric
ifplugd package/i*: add license file hashes 2020-02-03 14:44:53 +01:00
iftop package/i*: add license file hashes 2020-02-03 14:44:53 +01:00
ifupdown package/i*: add license file hashes 2020-02-03 14:44:53 +01:00
ifupdown-scripts
igd2-for-linux
igh-ethercat package/i*: add license file hashes 2020-02-03 14:44:53 +01:00
igmpproxy
ijs
ima-evm-utils
imagemagick package/imagemagick: fix configure error with --disable-opencl in setups without libltdl 2020-02-04 22:53:22 +01:00
imlib2
imx-mkimage
imx-usb-loader package/i*: add license file hashes 2020-02-03 14:44:53 +01:00
inadyn
inconsolata package/i*: add license file hashes 2020-02-03 14:44:53 +01:00
initscripts
inotify-tools
input-event-daemon package/i*: add license file hashes 2020-02-03 14:44:53 +01:00
intel-gmmlib
intel-mediadriver
intel-mediasdk
intel-microcode
intltool
iodine package/i*: add license file hashes 2020-02-03 14:44:53 +01:00
iostat
iotop package/i*: add license file hashes 2020-02-03 14:44:53 +01:00
iozone package/iozone: bump to version 3_489 2020-02-12 00:06:02 +01:00
iperf
iperf3
ipmitool package/i*: add license file hashes 2020-02-03 14:44:53 +01:00
ipmiutil
iproute2 package/iproute2: bump to version v5.5.0 2020-02-03 21:18:58 +01:00
iprutils
ipsec-tools package/ipsec-tools: annotate _IGNORE_CVES for the included security patches 2020-02-20 13:16:58 +01:00
ipset package/ipset: bump to version 7.5 2020-01-13 21:19:46 +01:00
iptables
iptraf-ng package/i*: add license file hashes 2020-02-03 14:44:53 +01:00
iputils
irda-utils package/i*: add license file hashes 2020-02-03 14:44:53 +01:00
irqbalance remove the hook for creating the m4 directory 2020-02-04 14:11:39 +01:00
irrlicht package/i*: add license file hashes 2020-02-03 14:44:53 +01:00
irssi
isl
iucode-tool
iw
iwd
jack1
jack2 package/jack2: drop dependency on host-python 2020-02-04 13:54:13 +01:00
jailhouse
jamvm remove the hook for creating the m4 directory 2020-02-04 14:11:39 +01:00
jansson
janus-gateway package/janus-gateway: bump version to 0.8.1 2020-02-16 22:15:59 +01:00
jasper
jemalloc
jhead
jimtcl
jitterentropy-library
jo
joe
jose
jpeg
jpeg-turbo package/jpeg-turbo: force fPIC for shared libraries 2020-02-22 19:31:45 +01:00
jq
jquery
jquery-datetimepicker package/j*: add license file hashes 2020-02-03 14:44:53 +01:00
jquery-keyboard package/j*: add license file hashes 2020-02-03 14:44:53 +01:00
jquery-mobile
jquery-sidebar package/j*: add license file hashes 2020-02-03 14:44:53 +01:00
jquery-sparkline
jquery-ui package/j*: add license file hashes 2020-02-03 14:44:53 +01:00
jquery-ui-themes package/j*: add license file hashes 2020-02-03 14:44:53 +01:00
jquery-validation package/j*: add license file hashes 2020-02-03 14:44:53 +01:00
jsmin
jsmn
json-c
json-for-modern-cpp
json-glib
json-javascript package/j*: add license file hashes 2020-02-03 14:44:53 +01:00
jsoncpp
kbd package/k*: add license file hashes 2020-02-03 14:45:35 +01:00
keepalived
kexec
kexec-lite package/k*: add license file hashes 2020-02-03 14:45:35 +01:00
keyutils
kf5
kismet package/k*: add license file hashes 2020-02-03 14:45:35 +01:00
kmod
kmscube
kmsxx package/k*: add license file hashes 2020-02-03 14:45:35 +01:00
knock package/k*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi package/bluez_utils: drop package 2020-02-03 22:55:08 +01:00
kodi-audiodecoder-modplug package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-audiodecoder-nosefart package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-audiodecoder-sidplay package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-audiodecoder-snesapu package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-audiodecoder-stsound package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-audiodecoder-timidity package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-audiodecoder-vgmstream package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-audioencoder-flac package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-audioencoder-lame package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-audioencoder-vorbis package/kodi-audioencoder-vorbis: add license file hash 2020-02-04 09:55:13 +01:00
kodi-audioencoder-wav package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-inputstream-adaptive package/kodi-inputstream-adaptive: update LICENSE_FILES 2020-02-26 21:38:10 +01:00
kodi-inputstream-rtmp package/kodi-inputstream-rtmp: bump version to 2.0.8-Leia 2020-02-13 23:05:02 +01:00
kodi-jsonschemabuilder package/kodi: bump to version 18.5-Leia 2020-01-23 00:59:19 +01:00
kodi-peripheral-joystick package/kodi-peripheral-joystick: bump version to 1.4.9-Leia 2020-02-13 23:05:11 +01:00
kodi-peripheral-steamcontroller package/kodi-peripheral-steamcontroller: bump version 2020-02-13 23:05:46 +01:00
kodi-peripheral-xarcade package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-platform package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-pvr-argustv package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-pvr-dvblink package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-pvr-dvbviewer package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-pvr-filmon package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-pvr-hdhomerun package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-pvr-hts package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-pvr-iptvsimple package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-pvr-mediaportal-tvserver package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-pvr-mythtv package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-pvr-nextpvr package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-pvr-njoy package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-pvr-pctv package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-pvr-stalker package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-pvr-vbox package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-pvr-vdr-vnsi package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-pvr-vuplus package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-pvr-wmc package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-screensaver-asteroids package/kodi-screensaver-asteroids: bump version to 2.3.2 2020-02-13 23:05:53 +01:00
kodi-screensaver-asterwave package/kodi-screensaver-*: mass version bump 2020-01-23 01:04:02 +01:00
kodi-screensaver-biogenesis package/kodi-screensaver-biogenesis: add license file hash 2020-02-04 09:56:52 +01:00
kodi-screensaver-cpblobs package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-screensaver-crystalmorph package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-screensaver-greynetic package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-screensaver-matrixtrails package/kodi-screensaver-matrixtrails: add license file hash 2020-02-04 09:56:15 +01:00
kodi-screensaver-pingpong package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-screensaver-pyro package/kodi-screensaver-pyro: add license file hash 2020-02-04 09:57:31 +01:00
kodi-screensaver-rsxs package/kodi-screensaver-rsxs: bump version 2020-01-23 01:04:02 +01:00
kodi-screensaver-stars package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-skin-confluence package/kodi-skin-confluence: bump version 2020-01-23 01:04:02 +01:00
kodi-texturepacker package/kodi: bump to version 18.5-Leia 2020-01-23 00:59:19 +01:00
kodi-vfs-rar
kodi-vfs-sftp package/kodi-vfs-sftp: bump version 2020-01-23 01:04:03 +01:00
kodi-visualisation-fishbmc package/kodi-visualisation-fishbmc: bump version to 5.1.2-Leia 2020-01-23 01:04:03 +01:00
kodi-visualisation-goom package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-visualisation-shadertoy package/kodi*: add license file hashes 2020-02-03 14:45:35 +01:00
kodi-visualisation-spectrum package/kodi-visualisation-spectrum: bump version to 3.0.2-Leia 2020-01-23 01:04:03 +01:00
kodi-visualisation-waveform package/kodi-visualisation-waveform: bump version to 3.1.1-Leia 2020-01-23 01:04:03 +01:00
kompexsqlite
ktap
kvazaar
kvm-unit-tests package/kvm-unit-tests: fix build with SSP 2020-02-25 17:32:33 +01:00
kvmtool package/k*: add license file hashes 2020-02-03 14:45:35 +01:00
kyua
lame
lapack package/lapack: avoid selecting lapack and clapack 2020-02-05 16:15:41 +01:00
latencytop package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
lbase64 package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
lbreakout2 package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
lcdapi remove the hook for creating the m4 directory 2020-02-04 14:11:39 +01:00
lcdproc package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
lcms2
leafnode2 package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
leafpad package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
lensfun package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
leptonica
less
lesstif package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
let-me-create package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
leveldb
lft
lftp package/lftp: bump to version 4.9.1 2020-01-18 13:44:19 +01:00
libaacs
libaio
libao
libarchive
libargon2
libargtable2
libart
libasplib
libass
libassuan
libatasmart
libatomic_ops
libavl
libb64
libbdplus
libbluray
libbroadvoice
libbsd
libbson
libcamera
libcap
libcap-ng
libcdaudio
libcddb
libcdio
libcdio-paranoia
libcec
libcgi
libcgicc
libcgroup
libclc
libcli
libcoap
libcodec2 package/libcodec2: bump version to 0.9.2 2020-02-04 00:02:48 +01:00
libcofi package/lib*: add license file hashes 2020-02-03 14:45:35 +01:00
libconfig
libconfuse
libcorrect
libcpprestsdk
libcroco
libcrossguid package/lib*: add license file hashes 2020-02-03 14:45:35 +01:00
libcsv
libcue
libcuefile
libcurl package/libcurl: rename curl binary config symbol 2020-02-16 11:20:23 +01:00
libdaemon
libdcadec
libdmtx remove the hook for creating the m4 directory 2020-02-04 14:11:39 +01:00
libdnet
libdri2
libdrm
libdvbcsa
libdvbpsi
libdvbsi
libdvdcss
libdvdnav
libdvdread
libeastl
libebml
libebur128
libedit
libee
libenca
libepoxy
liberation
libesmtp
libestr
libev
libevdev
libevent package/libevent: do not drop python script with python 3 2020-02-02 09:51:50 +01:00
libexif package/libexif: add post-0.6.21 upstream security fixes 2020-02-09 12:33:05 +01:00
libeXosip2
libfastjson
libfcgi
libffi
libfm
libfm-extra
libfreefare
libfreeglut
libfreeimage
libfribidi
libftdi
libftdi1 package/libftdi1: fix unresolved symbol issue 2020-02-23 11:11:50 +01:00
libfuse
libg7221
libgcrypt
libgdiplus
libgee
libgeotiff
libgit2
libglade
libglew
libglfw
libglib2
libglob
libglu
libgpg-error package/libgpg-error: bump to version 1.37 2020-02-16 15:26:31 +01:00
libgpgme
libgphoto2
libgpiod
libgsasl
libgsm
libgta
libgtk2
libgtk3
libgudev
libhdhomerun
libhid
libhtp package/libhtp: bump to version 0.5.32 2020-02-01 15:59:46 +01:00
libhttpparser package/libhttpparser: bump to version 2.9.3 2020-02-15 11:53:57 +01:00
libhttpserver
libical
libiconv package/libiconv: enable extra encodings 2020-02-03 17:36:55 +01:00
libid3tag
libidn
libidn2
libiio
libilbc
libimxvpuapi package/libimxvpuapi: use external waf 2020-02-05 16:47:37 +01:00
libinput package/libinput: bump version to 1.15.2 2020-02-23 22:07:51 +01:00
libiqrf
libiscsi remove the hook for creating the m4 directory 2020-02-04 14:11:39 +01:00
libite
libjpeg package/libjpeg: security bump to version 9d 2020-01-22 20:51:01 +01:00
libjson
libkcapi
libkrb5
libksba
libldns
liblinear
libllcp
liblo
liblockfile package/lib*: add license file hashes 2020-02-03 14:45:35 +01:00
liblog4c-localtime
liblogging
libloki
libmad
libmatroska
libmaxminddb
libmbim
libmbus
libmcrypt
libmediaart
libmemcached
libmhash
libmicrohttpd package/libmicrohttpd: bump to version 0.9.70 2020-02-15 11:57:22 +01:00
libminiupnpc
libmms
libmng
libmnl
libmodbus
libmodplug
libmodsecurity package/libmodsecurity: needs threads 2020-02-03 14:06:35 +01:00
libmpd
libmpdclient package/libmpdclient: bump to version 2.18 2020-02-03 21:19:05 +01:00
libmpeg2
libmspack
libnatpmp
libndp
libnet package/lib*: add license file hashes 2020-02-03 14:45:35 +01:00
libnetconf2
libnetfilter_acct
libnetfilter_conntrack
libnetfilter_cthelper
libnetfilter_cttimeout
libnetfilter_log
libnetfilter_queue
libnfc
libnfnetlink
libnfs
libnftnl package/libnftnl: bump version to 1.1.5 2020-01-22 20:32:45 +01:00
libnice package/libnice: drop gstreamer 0.10.x support 2020-02-08 22:42:43 +01:00
libnl
libnpth
libnspr package/libnspr: bump version to 4.25 2020-02-01 17:16:08 +01:00
libnss package/libnss: fix powerpc altivec build failure 2020-02-08 20:46:53 +01:00
liboauth
libogg
libolm
libopenh264
libopenssl
liboping
libopusenc
libosip2
libostree
libp11
libpagekite
libpam-nfc remove the hook for creating the m4 directory 2020-02-04 14:11:39 +01:00
libpam-radius-auth
libpam-tacplus package/libpam-tacplus: add openssl optional dependency 2020-02-02 09:07:14 +01:00
libpcap
libpciaccess
libpfm4
libphidget
libpjsip package/libpjsip: add portaudio optional dependency 2020-02-05 15:15:26 +01:00
libplatform
libplist package/lib*: add license file hashes 2020-02-03 14:45:35 +01:00
libpng
libpqxx
libpri
libpthread-stubs
libpthsem package/lib*: add license file hashes 2020-02-03 14:45:35 +01:00
libpwquality
libqmi package/libqmi: bump to version 1.24.4 2020-01-30 23:48:10 +01:00
libqrencode
libraw
libraw1394
libreplaygain package/lib*: add license file hashes 2020-02-03 14:45:35 +01:00
libressl
libroxml
librsvg package/lib*: add license file hashes 2020-02-03 14:45:35 +01:00
librsync
librtas
librtlsdr
libsamplerate
libscrypt
libseccomp
libsecret
libselinux
libsemanage
libsepol package/libsepol: set default policy version 2020-02-03 16:49:33 +01:00
libserial
libserialport package/lib*: add license file hashes 2020-02-03 14:45:35 +01:00
libsexy package/lib*: add license file hashes 2020-02-03 14:45:35 +01:00
libsha1
libshairplay package/lib*: add license file hashes 2020-02-03 14:45:35 +01:00
libshout
libsidplay2 package/lib*: add license file hashes 2020-02-03 14:45:35 +01:00
libsigc
libsigrok package/libsigrok: explain why host-doxygen is needed 2020-02-18 23:16:15 +01:00
libsigrokdecode
libsigsegv
libsilk
libsndfile package/libsndfile: annotate _IGNORE_CVES for the included security patches 2020-02-20 13:15:22 +01:00
libsoc package/lib*: add license file hashes 2020-02-03 14:45:35 +01:00
libsocketcan
libsodium
libsoil package/lib*: add license file hashes 2020-02-03 14:45:35 +01:00
libsoundtouch remove the hook for creating the m4 directory 2020-02-04 14:11:39 +01:00
libsoup
libsoxr
libspatialindex
libsquish
libsrtp
libss7
libssh package/libssh: add support for mbedtls crypto backend 2020-02-02 20:37:01 +01:00
libssh2
libstrophe
libsvg package/lib*: add license file hashes 2020-02-03 14:45:35 +01:00
libsvg-cairo package/lib*: add license file hashes 2020-02-03 14:45:35 +01:00
libsvgtiny package/libsvgtiny: fix parallel build 2020-02-23 08:48:01 +01:00
libsysfs
libtasn1
libtelnet
libtheora
libtirpc
libtomcrypt package/libtomcrypt: annotate _IGNORE_CVES for the included security patches 2020-02-20 13:16:50 +01:00
libtommath
libtool
libtorrent
libtorrent-rasterbar package/libtorrent-rasterbar: bump to version 1.2.4 2020-02-16 15:22:07 +01:00
libtpl package/lib*: add license file hashes 2020-02-03 14:45:35 +01:00
libubootenv package/libubootenv: bump to version 879c073 2020-01-30 11:21:09 +01:00
libubox
libuci
libucl
libuecc package/lib*: add license file hashes 2020-02-03 14:45:35 +01:00
libuio package/lib*: add license file hashes 2020-02-03 14:45:35 +01:00
libunistring
libunwind
libupnp
libupnp18
libupnpp package/libupnpp: remove unneeded static workaround 2020-02-19 00:37:05 +01:00
liburcu
liburiparser
libusb
libusb-compat
libusbgx
libuv package/libuv: bump to version 1.34.1 2020-01-20 20:02:23 +01:00
libv4l
libva package/libva: bump version to 2.6.1 2020-02-01 23:45:33 +01:00
libva-intel-driver
libva-utils remove the hook for creating the m4 directory 2020-02-04 14:11:39 +01:00
libvdpau
libvips
libvncserver
libvorbis
libvpx
libwebsock
libwebsockets package/libwebsockets: fix back static build with openssl 2020-02-02 23:57:52 +01:00
libwpe
libxkbcommon
libxml2 package/libxml2: properly set LIBXML2_IGNORE_CVES 2020-02-19 08:22:25 +01:00
libxml-parser-perl package/libxml-parser-perl: bump to version 2.46 2020-02-12 00:15:05 +01:00
libxmlpp package/libxmlpp: bump to version 3.2.0 2020-02-13 18:09:24 +01:00
libxmlrpc package: use variables defined by autoconf.mk 2020-02-04 14:27:28 +01:00
libxslt
libyaml
libyang
libyuv
libzip
libzlib
lightning
lighttpd package/lighttpd: bump to version 1.4.55 2020-02-02 00:09:29 +01:00
linenoise package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
linknx
links
linphone package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
linux-backports package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
linux-firmware
linux-fusion package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
linux-headers {linux, linux-headers}: bump 4.19.x / 5.4.x series 2020-02-25 23:27:38 +01:00
linux-pam package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
linux-serial-test
linux-syscall-support package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
linux-tools package/linux-tools: filter debugging symbols for hyperv 2020-02-26 16:16:39 +01:00
linux-zigbee
linuxconsoletools
linuxptp
liquid-dsp
lirc-tools package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
lite package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
live555
ljlinenoise
ljsyscall
lksctp-tools package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
lld package/lld: bump to version 9.0.1 2020-02-03 14:21:06 +01:00
lldpd
llvm
lm-sensors
lmbench package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
localedef package/localedef: relax required toolchain version 2020-02-08 19:56:12 +01:00
lockdev package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
lockfile-progs
log4cplus
log4cpp
log4cxx package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
logrotate
logsurfer
lpc3250loader package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
lpeg
lpty
lrandom
lrzip
lrzsz package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
lshw package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
lsof
lsqlite3
lsscsi
lsuio package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
ltp-testsuite package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
ltrace remove the hook for creating the m4 directory 2020-02-04 14:11:39 +01:00
ltris
lttng-babeltrace
lttng-libust
lttng-modules
lttng-tools
lua package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
lua-basexx
lua-binaryheap
lua-bit32
lua-cjson
lua-coat
lua-coatpersistent
lua-codegen
lua-compat53
lua-cqueues
lua-csnappy
lua-curl
lua-datafile
lua-ev package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
lua-fifo
lua-flu
lua-gd
lua-http
lua-iconv
lua-livr package/lua-livr: new package 2020-02-02 15:12:05 +01:00
lua-livr-extra package/lua-livr-extra: new package 2020-02-02 15:12:05 +01:00
lua-lpeg-patterns
lua-lunitx
lua-markdown
lua-messagepack
lua-msgpack-native package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
lua-periphery
lua-resty-http
lua-rotas package/lua-rotas: new package 2020-01-12 22:51:08 +01:00
lua-sailor
lua-sdl2 package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
lua-silva package/lua-silva: new package 2020-01-12 22:51:57 +01:00
lua-std-debug
lua-std-normalize
lua-stdlib
lua-testmore
lua-utf8
lua-valua
luabitop package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
luadbi
luadbi-sqlite3
luaexpat
luaexpatutils
luafilesystem
luainterpreter
luajit
luajson
lualogging
luaossl
luaposix package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
luarocks package/luarocks: fix buildroot addon vs 3.3.x 2020-02-08 19:54:01 +01:00
luasec
luasocket
luasql-sqlite3
luasyslog
lugaru package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
luksmeta
lutok package/l*: add license file hashes 2020-02-03 14:45:35 +01:00
luv package/luv: fix build with gcc 4.8 2020-02-23 09:26:10 +01:00
luvi
lvm2 package/lvm2: add upstream patch to fix udev unsupported option warning 2020-02-04 17:45:10 +01:00
lxc
lynx
lz4
lzip
lzlib
lzma
lzo
lzop
m4
macchanger package/m*: add license file hashes 2020-02-03 14:45:35 +01:00
madplay
make package/m*: add license file hashes 2020-02-03 14:45:35 +01:00
makedevs
mali-t76x
mariadb package/mariadb: security bump to 10.3.22 2020-02-04 22:31:15 +01:00
matchbox
matchbox-common package/m*: add license file hashes 2020-02-03 14:45:35 +01:00
matchbox-desktop package/m*: add license file hashes 2020-02-03 14:45:35 +01:00
matchbox-fakekey package/m*: add license file hashes 2020-02-03 14:45:35 +01:00
matchbox-keyboard package/m*: add license file hashes 2020-02-03 14:45:35 +01:00
matchbox-lib package/m*: add license file hashes 2020-02-03 14:45:35 +01:00
matchbox-panel package/m*: add license file hashes 2020-02-03 14:45:35 +01:00
matchbox-startup-monitor package/m*: add license file hashes 2020-02-03 14:45:35 +01:00
mbedtls package/mbedtls: security bump to version 2.16.5 2020-02-23 09:27:49 +01:00
mc
mcelog
mcrypt package/m*: add license file hashes 2020-02-03 14:45:35 +01:00
mdadm
mdevd
mediastreamer
memcached
memstat package/m*: add license file hashes 2020-02-03 14:45:35 +01:00
memtest86 package/m*: add license file hashes 2020-02-03 14:45:35 +01:00
memtester package/m*: add license file hashes 2020-02-03 14:45:35 +01:00
memtool
mender
mender-artifact
mender-grubenv
menu-cache
mesa3d package/mesa3d: gbm needs a DRI driver or a Gallium driver w/ EGL 2020-02-22 20:00:07 +01:00
mesa3d-demos
mesa3d-headers package/{mesa3d, mesa3d-headers}: bump version to 19.3.4 2020-02-15 12:06:45 +01:00
meson package/pkg-meson.mk: explicitly specify pkg-config settings 2020-02-05 16:56:43 +01:00
metacity package/m*: add license file hashes 2020-02-03 14:45:35 +01:00
mfgtools package/mfgtools: fix build issue related to __time64_t 2020-02-16 11:17:24 +01:00
mfoc remove the hook for creating the m4 directory 2020-02-04 14:11:39 +01:00
micropython package/micropython: add hash for license file 2020-01-19 09:55:48 +01:00
micropython-lib package/m*: add license file hashes 2020-02-03 14:45:35 +01:00
midori package/m*: add license file hashes 2020-02-03 14:45:35 +01:00
mii-diag package/mii-diag: add license file hash 2020-02-04 09:57:40 +01:00
mimic package/m*: add license file hashes 2020-02-03 14:45:35 +01:00
minetest
minetest-game
mini-snmpd
minicom package/minicom: fix static linking with ncurses 2020-02-26 15:54:15 +01:00
minidlna package/m*: add license file hashes 2020-02-03 14:45:35 +01:00
minimodem
minissdpd
minizip package/minizip: bump to version 2.9.1 2020-02-03 21:16:57 +01:00
miraclecast package/m*: add license file hashes 2020-02-03 14:45:35 +01:00
mjpegtools
mjpg-streamer
mkpasswd
mkpimage
mksh package/m*: add license file hashes 2020-02-03 14:45:35 +01:00
mmc-utils
moarvm package/moarvm: bump to version 2020.01.1 2020-01-25 11:20:35 +01:00
mobile-broadband-provider-info
modem-manager package/modem-manager: bump to version 1.12.6 2020-02-13 18:10:07 +01:00
modplugtools package/m*: add license file hashes 2020-02-03 14:45:35 +01:00
mongodb
mongoose package/mongoose: security bump to version 6.17 2020-02-13 18:08:21 +01:00
mongrel2 package/m*: add license file hashes 2020-02-03 14:45:35 +01:00
monit
monkey
mono package/mono: fix build with powerpc 2020-02-15 12:04:49 +01:00
mono-gtksharp3 package/m*: add license file hashes 2020-02-03 14:45:35 +01:00
monolite package/mono: bump to version 6.0.0.313 2020-01-18 13:53:35 +01:00
mosh
mosquitto
most
motion
mp4v2 package/m*: add license file hashes 2020-02-03 14:45:35 +01:00
mpc
mpd package/mpd: bump version to 0.21.19 2020-01-20 20:04:12 +01:00
mpd-mpc
mpdecimal
mpfr
mpg123
mpir package/m*: add license file hashes 2020-02-03 14:45:35 +01:00
mpv package/mpv: add libv4l support 2020-01-19 23:10:05 +01:00
mraa package/m*: add license file hashes 2020-02-03 14:45:35 +01:00
mrouted
msgpack
msmtp
msr-tools package/m*: add license file hashes 2020-02-03 14:45:35 +01:00
mtd
mtdev
mtdev2tuio package/m*: add license file hashes 2020-02-03 14:45:35 +01:00
mtools
mtr
multicat
murata-cyw-fw
musepack package/m*: add license file hashes 2020-02-03 14:45:35 +01:00
musl package/musl: move riscv64 register index constant definitions 2020-02-11 23:31:54 +01:00
musl-compat-headers
musl-fts remove the hook for creating the m4 directory 2020-02-04 14:11:39 +01:00
mutt package/mutt: fix build without makedoc 2020-02-03 22:18:09 +01:00
mxml
mxsldr
mysql
nano
nanocom package/n*: add license file hashes 2020-02-03 14:45:36 +01:00
nanomsg
nasm
nbd
ncdu package/ncdu: bump to version 1.14.2 2020-02-15 11:58:38 +01:00
ncftp package: use variables defined by autoconf.mk 2020-02-04 14:27:28 +01:00
ncmpc package/ncmpc: bump to version 0.37 2020-02-03 21:17:54 +01:00
ncurses package/ncurses: add upstream (security) patches up to 20200118 2020-02-05 17:17:15 +01:00
ndisc6
ne10 package/n*: add license file hashes 2020-02-03 14:45:36 +01:00
neard package/n*: add license file hashes 2020-02-03 14:45:36 +01:00
neardal
neon
net-tools package/n*: add license file hashes 2020-02-03 14:45:36 +01:00
netatalk package/n*: add license file hashes 2020-02-03 14:45:36 +01:00
netcat package/netcat: add hash for license file 2020-01-22 22:52:18 +01:00
netcat-openbsd
netifrc
netperf package/n*: add license file hashes 2020-02-03 14:45:36 +01:00
netplug package/n*: add license file hashes 2020-02-03 14:45:36 +01:00
netsniff-ng package/n*: add license file hashes 2020-02-03 14:45:36 +01:00
netsnmp
netstat-nat package/n*: add license file hashes 2020-02-03 14:45:36 +01:00
netsurf
netsurf-buildsystem package/n*: add license file hashes 2020-02-03 14:45:36 +01:00
nettle
network-manager
network-manager-openvpn package/network-manager-openvpn: new package 2020-02-04 13:26:45 +01:00
newt
nfacct package/n*: add license file hashes 2020-02-03 14:45:36 +01:00
nfs-utils package.nfs-utils: drop extra empty line 2020-02-17 09:39:02 +01:00
nftables package/nftables: bump version to 0.9.3 2020-01-22 20:32:52 +01:00
nghttp2
nginx package/nginx-modsecurity: new package 2020-01-30 11:26:53 +01:00
nginx-dav-ext
nginx-modsecurity package/libmodsecurity: needs threads 2020-02-03 14:06:35 +01:00
nginx-naxsi
nginx-upload package/n*: add license file hashes 2020-02-03 14:45:36 +01:00
ngircd
ngrep
nilfs-utils
ninja package/ninja: fix build for cmake 3.10 2020-02-07 15:59:07 +01:00
nload package/n*: add license file hashes 2020-02-03 14:45:36 +01:00
nmap
nmon
nodejs package/nodejs: security bump to version 12.16.0 2020-02-18 03:51:37 +01:00
nodm package/n*: add license file hashes 2020-02-03 14:45:36 +01:00
noip package/n*: add license file hashes 2020-02-03 14:45:36 +01:00
norm package/norm: make wscript Python3 compatible 2020-02-05 17:43:51 +01:00
nss-mdns
nss-myhostname
nss-pam-ldapd
ntfs-3g package/ntfs-3g: add upstream security fix for CVE-2019-9755 2020-02-04 23:13:07 +01:00
ntp
numactl package/numactl: bump to version 2.0.13 2020-01-18 13:40:58 +01:00
nut package/n*: add license file hashes 2020-02-03 14:45:36 +01:00
nuttcp package/n*: add license file hashes 2020-02-03 14:45:36 +01:00
nvidia-driver
nvidia-tegra23 package/nvidia-tegra23-binaries: drop gstreamer 0.10.x support 2020-02-08 22:42:59 +01:00
nvme
obsidian-cursors
ocf-linux
ocrad
odhcp6c
odhcploc package/o*: add license file hashes 2020-02-03 14:45:36 +01:00
ofono package/bluez_utils: drop package 2020-02-03 22:55:08 +01:00
ogre package/ogre: link with libatomic when needed 2020-02-11 23:42:27 +01:00
olsr package/olsr: needs -fPIC to avoid build failure 2020-02-03 11:24:26 +01:00
omap-u-boot-utils package/o*: add license file hashes 2020-02-03 14:45:36 +01:00
omniorb
omxplayer
on2-8170-libs
on2-8170-modules
oniguruma
open2300
open-lldp remove the hook for creating the m4 directory 2020-02-04 14:11:39 +01:00
open-plc-utils package/o*: add license file hashes 2020-02-03 14:45:36 +01:00
openal
openblas
openbox package/o*: add license file hashes 2020-02-03 14:45:36 +01:00
opencore-amr
opencv package/opencv: drop gstreamer 0.10.x support 2020-02-08 22:42:51 +01:00
opencv3 package/opencv3: drop gstreamer 0.10.x support 2020-02-08 22:42:54 +01:00
opengl
openipmi
openjdk package/{openjdk,openjdk-bin}: bump version to 13.0.2+8 2020-02-03 14:12:30 +01:00
openjdk-bin package/{openjdk,openjdk-bin}: bump version to 13.0.2+8 2020-02-03 14:12:30 +01:00
openjpeg
openlayers
openldap
openmpi
openntpd
openobex package/bluez_utils: drop package 2020-02-03 22:55:08 +01:00
openocd
openpgm remove the hook for creating the m4 directory 2020-02-04 14:11:39 +01:00
openpowerlink package/o*: add license file hashes 2020-02-03 14:45:36 +01:00
openrc
openresolv
openssh
openssl
openswan package/openswan: security bump to version 2.6.51.5 2020-01-13 21:17:43 +01:00
opentracing-cpp
opentyrian
opentyrian-data
openvmtools package/openvmtools: fix build with NLS 2020-02-23 21:46:22 +01:00
openvpn
openzwave
opkg package/opkg: bump version to 0.4.2 2020-01-28 23:23:53 +01:00
opkg-utils package/opkg-utils: bump to version 0.4.2 2020-01-29 17:16:53 +01:00
oprofile
optee-benchmark
optee-client
optee-examples
optee-test
opus
opus-tools
opusfile
oracle-mysql package/o*: add license file hashes 2020-02-03 14:45:36 +01:00
orbit
orc package/orc: bump to version 0.4.31 2020-02-04 19:36:18 +01:00
ortp package/o*: add license file hashes 2020-02-03 14:45:36 +01:00
owfs package/owfs: fixup Python sysconfigdata for per-package directories 2020-02-18 23:16:15 +01:00
owl-linux package/o*: add license file hashes 2020-02-03 14:45:36 +01:00
p7zip package/p*: add license file hashes 2020-02-03 14:45:36 +01:00
p11-kit
p910nd package/p*: add license file hashes 2020-02-03 14:45:36 +01:00
paho-mqtt-c
paho-mqtt-cpp
pamtester
pango
pangomm package/p*: add license file hashes 2020-02-03 14:45:36 +01:00
parted package/parted: disable on uclibc 2020-02-14 09:13:07 +01:00
patch
patchelf
pax-utils package/p*: add license file hashes 2020-02-03 14:45:36 +01:00
paxtest package/p*: add license file hashes 2020-02-03 14:45:36 +01:00
pciutils
pcm-tools
pcmanfm
pcre
pcre2
pcsc-lite
pdbg remove the hook for creating the m4 directory 2020-02-04 14:11:39 +01:00
pdmenu
perl
perl-apache-logformat-compiler
perl-appconfig
perl-astro-suntime
perl-class-inspector
perl-class-load
perl-class-method-modifiers
perl-class-std
perl-class-std-fast
perl-convert-asn1
perl-cookie-baker
perl-crypt-blowfish
perl-crypt-cbc
perl-crypt-openssl-aes
perl-crypt-openssl-guess
perl-crypt-openssl-random
perl-crypt-openssl-rsa
perl-data-dump
perl-data-optlist
perl-data-uuid
perl-date-manip
perl-datetime-tiny
perl-dbd-mysql
perl-dbi
perl-devel-globaldestruction
perl-devel-stacktrace
perl-devel-stacktrace-ashtml
perl-device-serialport
perl-digest-hmac
perl-digest-sha1
perl-dist-checkconflicts
perl-encode-detect
perl-encode-locale
perl-exporter-tiny
perl-extutils-config
perl-extutils-helpers
perl-extutils-installpaths
perl-file-listing
perl-file-sharedir
perl-file-sharedir-install
perl-file-slurp
perl-file-util
perl-filesys-notify-simple package/perl-filesys-notify-simple: bump to version 0.14 2020-01-24 20:11:15 +01:00
perl-gd
perl-gdgraph
perl-gdtextutil
perl-hash-multivalue
perl-html-parser
perl-html-tagset
perl-http-cookies
perl-http-daemon
perl-http-date
perl-http-entity-parser
perl-http-headers-fast
perl-http-message
perl-http-multipartparser
perl-http-negotiate
perl-io-html
perl-io-interface
perl-io-socket-multicast
perl-io-socket-ssl
perl-json-maybexs
perl-json-tiny
perl-libwww-perl
perl-lwp-mediatypes
perl-mail-dkim
perl-mailtools
perl-math-prime-util
perl-mime-base64-urlsafe
perl-mime-tools
perl-module-build
perl-module-build-tiny
perl-module-implementation
perl-module-runtime
perl-mojolicious package/perl-mojolicious: bump to version 8.32 2020-01-24 20:11:24 +01:00
perl-mojolicious-plugin-authentication
perl-moo
perl-net-dns
perl-net-http
perl-net-snmp
perl-net-ssh2
perl-net-ssleay
perl-net-telnet
perl-netaddr-ip
perl-number-bytes-human
perl-package-stash
perl-params-util
perl-path-tiny package/perl-path-tiny: bump to version 0.110 2020-01-24 20:11:34 +01:00
perl-plack
perl-posix-strftime-compiler
perl-role-tiny
perl-stream-buffered
perl-sub-exporter-progressive
perl-sub-install
perl-sub-quote
perl-sys-cpu package/p*: add license file hashes 2020-02-03 14:45:36 +01:00
perl-sys-meminfo
perl-sys-mmap
perl-time-parsedate
perl-timedate package/perl-timedate: bump to version 2.31 2020-01-24 20:14:38 +01:00
perl-try-tiny
perl-type-tiny package/perl-type-tiny: bump to version 1.008003 2020-01-24 20:15:00 +01:00
perl-uri
perl-www-form-urlencoded
perl-www-robotrules
perl-x10
perl-xml-libxml
perl-xml-namespacesupport
perl-xml-sax
perl-xml-sax-base
phidgetwebservice
php package/php: security bump version to 7.4.3 2020-02-21 09:41:49 +01:00
php-amqp package/php-*: fix autoconf variables 2020-02-10 09:00:10 +01:00
php-geoip package/php-*: fix autoconf variables 2020-02-10 09:00:10 +01:00
php-gnupg package/php-*: fix autoconf variables 2020-02-10 09:00:10 +01:00
php-imagick package/php-*: fix autoconf variables 2020-02-10 09:00:10 +01:00
php-memcached package/php-*: fix autoconf variables 2020-02-10 09:00:10 +01:00
php-ssh2 package/php-*: fix autoconf variables 2020-02-10 09:00:10 +01:00
php-yaml package/php-*: fix autoconf variables 2020-02-10 09:00:10 +01:00
php-zmq package/php-*: fix autoconf variables 2020-02-10 09:00:10 +01:00
physfs
phytool package/phytool: add hash for license file 2020-01-22 22:52:33 +01:00
picocom
pifmrds package/p*: add license file hashes 2020-02-03 14:45:36 +01:00
piglit
pigpio package/pigpio: Bump to version 7301 2020-01-28 15:27:45 +01:00
pigz
pimd
pinentry
pipewire
pixiewps
pixman
pixz package/p*: add license file hashes 2020-02-03 14:45:36 +01:00
pkgconf pkgconf: always keep system libs 2020-01-14 17:14:46 +01:00
pngquant
poco package/poco: bump to version 1.9.4 2020-01-19 10:01:09 +01:00
policycoreutils
polkit
poppler package/poppler: bump to version 0.84.0 2020-01-11 15:34:08 +01:00
popt
portaudio package/p*: add license file hashes 2020-02-03 14:45:36 +01:00
postgresql package/postgresql: security bump to version 12.2 2020-02-15 12:02:10 +01:00
pound
powerpc-utils
powertop
powervr
pppd package/pppd: bump to version 2.4.8 2020-01-13 08:27:53 +01:00
pps-tools package/p*: add license file hashes 2020-02-03 14:45:36 +01:00
pptp-linux
prboom package/p*: add license file hashes 2020-02-03 14:45:36 +01:00
privoxy package/p*: add license file hashes 2020-02-03 14:45:36 +01:00
procps-ng
procrank_linux package/p*: add license file hashes 2020-02-03 14:45:36 +01:00
proftpd package/proftpd: security bump to version 1.3.6c 2020-02-27 18:26:04 +01:00
proj package/proj: bump to version 6.3.0 2020-01-12 22:11:27 +01:00
prosody package/prosody: bump to version 0.11.4 2020-01-21 21:09:36 +01:00
protobuf
protobuf-c
proxychains-ng package/p*: add license file hashes 2020-02-03 14:45:36 +01:00
pru-software-support pru-software-support: bump to latest version 5.6.0 2020-02-03 22:15:22 +01:00
psmisc
psplash
ptm2human package/ptm2human: bump version to d0b8b6be98 2020-02-03 21:17:05 +01:00
ptpd package/p*: add license file hashes 2020-02-03 14:45:36 +01:00
ptpd2 package/p*: add license file hashes 2020-02-03 14:45:36 +01:00
pugixml
pulseaudio
pulseview package/pulseview: depends on host gcc >= 4.9 2020-02-18 18:32:49 +01:00
pure-ftpd
putty
pv
pwgen
python package/pkg-python: fix for per-package directories 2020-02-18 23:16:15 +01:00
python3 package/python3: bump to version 3.8.2 2020-02-27 22:13:21 +01:00
python3-mako
python3-setuptools
python-aenum package/python-aenum: new package 2020-01-31 00:04:23 +01:00
python-aioblescan package/python-aioblescan: Bump to version 0.2.6 2020-02-04 10:09:42 +01:00
python-aiocoap
python-aioconsole
python-aiodns
python-aiohttp
python-aiohttp-cors
python-aiohttp-debugtoolbar package/python-aiohttp-debugtoolbar: bump to version 0.6.0 2020-01-29 20:47:22 +01:00
python-aiohttp-jinja2
python-aiohttp-mako
python-aiohttp-remotes
python-aiohttp-security
python-aiohttp-session
python-aiohttp-sse
python-aiojobs
python-aiologstash
python-aiomonitor
python-aioredis
python-aiorwlock
python-aiosignal
python-aiozipkin
python-alsaaudio
python-argh package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-arrow
python-asgiref
python-asn1crypto
python-async-lru
python-async-timeout
python-attrs
python-autobahn
python-automat
python-avro
python-babel
python-backcall
python-backports-abc package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-backports-functools-lru-cache
python-backports-shutil-get-terminal-size package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-backports-ssl-match-hostname
python-bcrypt
python-beautifulsoup4
python-bitstring
python-bluezero
python-bottle
python-brotli
python-bunch
python-cached-property
python-can package/python-can: add missing dependency 2020-01-31 08:01:37 +01:00
python-cbor
python-cchardet
python-certifi
python-cffi
python-channels
python-channels-redis
python-characteristic package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-chardet package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-cheetah
python-cheroot
python-cherrypy
python-click
python-coherence package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-colorama
python-colorlog
python-configobj
python-configshell-fb package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-constantly package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-couchdb
python-crc16 package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-crcmod package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-crontab
python-crossbar
python-cryptography package/python-cryptography: bump to version 2.8 2020-02-16 15:21:23 +01:00
python-cssselect
python-cssutils
python-cycler
python-cython package/python-cython: bump to version 0.29.15 2020-02-16 15:25:43 +01:00
python-daemon
python-daemonize
python-daphne
python-dataproperty
python-dateutil
python-decorator
python-dialog
python-dialog3 package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-dicttoxml package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-django package/python-django: security bump to version 3.0.3 2020-02-03 12:31:22 +01:00
python-django-enumfields
python-dnspython
python-docker
python-docker-pycreds
python-dockerpty
python-docopt package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-docutils
python-dominate
python-dpkt
python-ecdsa
python-engineio
python-entrypoints package/python-entrypoints: new package 2020-02-02 20:45:30 +01:00
python-enum
python-enum34 package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-esptool
python-falcon
python-fastentrypoints
python-fire
python-flask
python-flask-babel
python-flask-cors
python-flask-jsonrpc package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-flask-login
python-flask-sqlalchemy
python-flup
python-frozenlist
python-functools32
python-future
python-futures
python-gitdb2
python-gobject package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-gunicorn
python-h2
python-hiredis
python-hpack package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-html5lib
python-httplib2
python-huepy
python-humanize package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-hyperframe
python-hyperlink
python-ibmiotf
python-id3 package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-idna
python-ifaddr
python-incremental
python-inflection
python-influxdb
python-iniparse package/python-iniparse: bump to version 0.5 2020-02-05 15:48:22 +01:00
python-iowait
python-ipaddr
python-ipaddress
python-iptables
python-ipy
python-ipython
python-ipython-genutils package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-iso8601
python-itsdangerous
python-janus
python-jaraco-classes
python-jaraco-functools
python-jedi
python-jinja2
python-json-schema-validator
python-jsonmodels
python-jsonschema package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-keyring
python-kiwisolver
python-libconfig package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-libusb1
python-lmdb
python-lockfile
python-logbook
python-logstash
python-lxml
python-m2r
python-mad package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-mako
python-markdown
python-markdown2
python-markupsafe
python-matplotlib
python-mbstrdecoder
python-meld3
python-mimeparse
python-mistune
python-more-itertools
python-msgfy
python-msgpack
python-multidict package/python-multidict: bump to version 4.7.4 2020-01-19 23:27:24 +01:00
python-mutagen
python-mwclient
python-mwscrape package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-mwscrape2slob
python-nested-dict
python-netaddr package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-netifaces
python-networkmanager package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-networkx
python-nfc
python-numpy
python-oauthlib
python-paho-mqtt
python-pam package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-paramiko
python-parso
python-passlib
python-pathlib2
python-pathpy
python-pathtools package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-pathvalidate
python-pbr
python-periphery package/python-periphery: bump to version 2.0.1 2020-01-12 21:21:02 +01:00
python-pexpect
python-pickleshare
python-pigpio package/python-pigpio: Bump to version 1.45 2020-01-28 15:28:14 +01:00
python-pillow package/python-pillow: bump to version 7.0.0 2020-01-18 13:48:20 +01:00
python-pip
python-ply
python-portend
python-posix-ipc
python-priority package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-prompt-toolkit
python-protobuf
python-psutil
python-psycopg2
python-ptyprocess
python-pudb
python-py
python-pyaes
python-pyasn
python-pyasn1
python-pyasn1-modules
python-pyasn-modules package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-pycairo
python-pycares package/python-pycares: bump to version 3.1.1 2020-01-19 23:27:17 +01:00
python-pycli package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-pycparser
python-pycrypto package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-pycryptodomex
python-pydal
python-pydantic package/python-pydantic: new package 2020-02-04 19:25:52 +01:00
python-pyelftools
python-pyftpdlib
python-pygame package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-pygments
python-pyhamcrest
python-pyicu package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-pyinotify package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-pyjwt
python-pylibftdi
python-pylru
python-pymodbus
python-pymysql
python-pynacl
python-pyopenssl package/python-pyopenssl: bump to version 19.1.0 2020-02-16 15:23:17 +01:00
python-pyparsing
python-pyparted package/parted: disable on uclibc 2020-02-14 09:13:07 +01:00
python-pypcap package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-pyqrcode package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-pyqt5 package/python-pyqt5: select BR2_PACKAGE_QT5BASE_GUI 2020-01-23 23:36:29 +01:00
python-pyratemp package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-pyrex package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-pyro package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-pyroute2
python-pysendfile package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-pysmb package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-pysmi
python-pysnmp
python-pysnmp-mibs package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-pysocks
python-pytablereader
python-pytablewriter
python-pytrie
python-pytz
python-pyudev package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-pyusb package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-pyxb
python-pyyaml package/python-pyyaml: bump to version 5.3 2020-02-16 15:23:35 +01:00
python-pyzmq
python-raven
python-redis package/python-redis: Bump to version 3.4.1 2020-02-04 10:09:42 +01:00
python-reentry
python-remi
python-request-id
python-requests
python-requests-oauthlib
python-requests-toolbelt
python-rpi-gpio package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-rpi-ws281x package/python-rpi-ws281x: Bump to version 4.2.3 2020-01-29 17:17:41 +01:00
python-rtslib-fb package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-scandir
python-scapy
python-schedule
python-sdnotify
python-secretstorage
python-see
python-semver
python-sentry-sdk
python-serial
python-serial-asyncio
python-service-identity
python-setproctitle package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-setuptools
python-setuptools-scm
python-setuptools-scm-git-archive
python-sh package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-shutilwhich
python-simpleaudio
python-simplegeneric
python-simplejson package/python-simplejson: bump to version 3.17.0 2020-02-16 15:23:50 +01:00
python-simplelogging
python-simplesqlite
python-singledispatch package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-sip
python-six package/python-six: bump to version 1.14.0 2020-02-16 15:21:44 +01:00
python-slob package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-smbus-cffi package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-smmap2
python-socketio
python-sockjs
python-sortedcontainers
python-soupsieve
python-spidev
python-sqlalchemy
python-sqliteschema
python-sqlparse
python-subprocess32
python-systemd package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-tabledata
python-tempora
python-termcolor
python-terminaltables
python-texttable
python-thrift
python-tinyrpc
python-tomako package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-toml
python-tornado
python-tqdm
python-traitlets
python-treq
python-twisted
python-txaio
python-txdbus
python-txtorcon
python-typepy package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-typing
python-u-msgpack
python-ubjson
python-ujson
python-urllib3
python-urwid
python-uvloop
python-validators package/python-validators: bump version to 0.14.2 2020-02-03 21:25:49 +01:00
python-vcversioner
python-versiontools
python-visitor
python-watchdog
python-wcwidth package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-web2py
python-webencodings
python-webob
python-webpy
python-websocket-client package/python-websocket-client: bump to version 0.57.0 2020-01-13 12:31:52 +01:00
python-websockets
python-werkzeug
python-whoosh package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-wrapt
python-ws4py
python-wsaccel
python-wtforms
python-xlib
python-xlrd
python-xlsxwriter
python-xlutils package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-xlwt package/python*: add license file hashes 2020-02-03 14:45:36 +01:00
python-xmltodict
python-yarl
python-yieldfrom
python-zc-lockfile package/python-zc-lockfile: new package 2020-02-04 10:54:46 +01:00
python-zeroconf
python-zope-interface
qdecoder
qemu package/qemu: Bump to version 4.2.0 2020-02-16 20:16:13 +01:00
qextserialport package/q*: add license file hashes 2020-02-03 14:45:36 +01:00
qhull package/qhull: bump to version 7.3.2 2020-01-12 22:13:10 +01:00
qjson package/q*: add license file hashes 2020-02-03 14:45:36 +01:00
qlibc
qpdf package/qpdf: fix build with gcc 4.8 2020-02-18 03:51:01 +01:00
qpid-proton package/q*: add license file hashes 2020-02-03 14:45:36 +01:00
qt5 package/qt5: drop 5.6 support 2020-02-26 16:19:34 +01:00
qt5cinex package/q*: add license file hashes 2020-02-03 14:45:36 +01:00
qt-webkit-kiosk package/q*: add license file hashes 2020-02-03 14:45:36 +01:00
quagga
quazip
quota
quotatool
qwt package/qwt: add missing qt5svg dependency 2020-02-19 20:15:47 +01:00
rabbitmq-c
rabbitmq-server package/r*: add license file hashes 2020-02-03 14:45:36 +01:00
racehound package/r*: add license file hashes 2020-02-03 14:45:36 +01:00
radvd package/radvd: disable by default in systemd preset-all 2020-02-22 19:11:40 +01:00
ramsmp package/r*: add license file hashes 2020-02-03 14:45:36 +01:00
ramspeed package/r*: add license file hashes 2020-02-03 14:45:36 +01:00
ranger package/r*: add license file hashes 2020-02-03 14:45:36 +01:00
rapidjson
rapidxml package/r*: add license file hashes 2020-02-03 14:45:36 +01:00
raptor package/r*: add license file hashes 2020-02-03 14:45:36 +01:00
raspberrypi-usbboot
raspi-gpio
ratpoison package/r*: add license file hashes 2020-02-03 14:45:36 +01:00
rauc
rcw package/rcw: allow not having custom rcwi files 2020-02-23 22:16:19 +01:00
rdesktop
read-edid package/r*: add license file hashes 2020-02-03 14:45:36 +01:00
readline
reaver
redis
refpolicy package/busybox: change how its SELinux support is enabled 2020-02-03 16:49:43 +01:00
restclient-cpp
restorecond
rhash
riemann-c-client package/riemann-c-client: bump to version 1.10.4 2020-01-10 22:58:51 +01:00
rings
ripgrep
rng-tools package/rng-tools: bump version to 6.9 2020-02-11 23:56:33 +01:00
rocksdb package/rocksdb: add gflags optional dependency 2020-02-15 12:06:13 +01:00
rp-pppoe package/r*: add license file hashes 2020-02-03 14:45:36 +01:00
rpcbind
rpi-bt-firmware
rpi-firmware package/rpi-firmware: bump version to 01ecfd2 2020-01-27 17:48:12 +01:00
rpi-userland package/rpi-userland: bump version to 06bc6da 2020-01-27 17:48:16 +01:00
rpi-wifi-firmware
rpm package/rpm: bump to version 4.15.1 2020-02-04 22:55:41 +01:00
rrdtool
rs485conf
rsh-redone package/r*: add license file hashes 2020-02-03 14:45:36 +01:00
rsync
rsyslog
rt-tests package/rt-tests: simplify PYLIB logic 2020-02-03 11:10:48 +01:00
rtai
rtc-tools
rtl8188eu package/r*: add license file hashes 2020-02-03 14:45:36 +01:00
rtl8189fs
rtl8723bs
rtl8723bu
rtl8821au package/r*: add license file hashes 2020-02-03 14:45:36 +01:00
rtmpdump
rtorrent
rtptools
rubix
ruby
runc package/runc: security bump to version 1.0.0-rc10 2020-02-05 16:40:34 +01:00
rust
rust-bin
rustc
rygel
s6
s6-dns
s6-linux-init
s6-linux-utils
s6-networking
s6-portable-utils
s6-rc
safeclib
sam-ba
samba4 package/samba4: bump version to 4.11.6 2020-01-29 20:49:43 +01:00
sane-backends
sbc
sconeserver package/sconeserver: add all blue5_utils dependencies 2020-02-04 22:36:02 +01:00
scons package/scons: fix hash of license file 2020-01-12 09:51:11 +01:00
screen package/screen: bump version to 4.8.0 2020-02-15 12:01:50 +01:00
scrub
scrypt package/s*: add license file hashes 2020-02-03 14:45:36 +01:00
sdbusplus package/sdbusplus: fix indentation 2020-02-20 22:54:53 +01:00
sdl
sdl2 package/sdl2: fix build without threads 2020-02-13 23:20:21 +01:00
sdl2_gfx package/s*: add license file hashes 2020-02-03 14:45:36 +01:00
sdl2_image
sdl2_mixer package/sdl2_mixer: bump to version 2.0.4 2020-02-12 00:05:11 +01:00
sdl2_net package/s*: add license file hashes 2020-02-03 14:45:36 +01:00
sdl2_ttf package/s*: add license file hashes 2020-02-03 14:45:36 +01:00
sdl_gfx package/s*: add license file hashes 2020-02-03 14:45:36 +01:00
sdl_image package/s*: add license file hashes 2020-02-03 14:45:36 +01:00
sdl_mixer package/sdl_mixer: fix build after aclocal include revamp 2020-02-08 20:01:10 +01:00
sdl_net package/s*: add license file hashes 2020-02-03 14:45:36 +01:00
sdl_sound package/s*: add license file hashes 2020-02-03 14:45:36 +01:00
sdl_ttf package/s*: add license file hashes 2020-02-03 14:45:36 +01:00
sdparm package/s*: add license file hashes 2020-02-03 14:45:36 +01:00
sed
sedutil
selinux-python
semodule-utils
ser2net package/ser2net: bump to version 4.1.1 2020-01-27 18:03:27 +01:00
setools
setserial
sg3_utils
shadowsocks-libev
shairport-sync
shapelib
shared-mime-info
shellinabox
sigrok-cli package/s*: add license file hashes 2020-02-03 14:45:36 +01:00
sispmctl
skalibs
skeleton
skeleton-custom
skeleton-init-common
skeleton-init-none
skeleton-init-openrc package/skeleton-init-openrc: fix root filesystem ro/rw remount 2020-02-24 18:37:32 +01:00
skeleton-init-systemd
skeleton-init-sysv package/skeleton-init-sysv: conditionally enable swapon/swapoff in inittab 2020-02-08 20:17:57 +01:00
sl package/s*: add license file hashes 2020-02-03 14:45:36 +01:00
slang
slirp
smack package/s*: add license file hashes 2020-02-03 14:45:36 +01:00
smartmontools Revert "package/smartmontools: fix build without stack-protector" 2020-02-23 19:21:39 +01:00
smcroute
smstools3 package/s*: add license file hashes 2020-02-03 14:45:36 +01:00
snappy
sngrep
snmpclitools
snmppp
snort package/snort: bump version to 2.9.15.1 2020-01-11 15:51:24 +01:00
socat package: use variables defined by autoconf.mk 2020-02-04 14:27:28 +01:00
socketcand package/s*: add license file hashes 2020-02-03 14:45:36 +01:00
sofia-sip package/s*: add license file hashes 2020-02-03 14:45:36 +01:00
softether
solarus
sound-theme-borealis
sound-theme-freedesktop
sox package/s*: add license file hashes 2020-02-03 14:45:36 +01:00
sp-oops-extract package/s*: add license file hashes 2020-02-03 14:45:36 +01:00
spandsp
spawn-fcgi package/s*: add license file hashes 2020-02-03 14:45:36 +01:00
spdlog package/spdlog: bump to version 1.5.0 2020-01-14 23:00:26 +01:00
speex
speexdsp remove the hook for creating the m4 directory 2020-02-04 14:11:39 +01:00
sphinxbase package/s*: add license file hashes 2020-02-03 14:45:36 +01:00
spi-tools
spice package/celt051: drop package 2020-01-26 12:40:48 +01:00
spice-protocol
spidermonkey
spidev_test
sqlcipher package/sqlcipher: enable back libressl 2020-02-13 22:07:31 +01:00
sqlite
squashfs package/squashfs: update homepage link 2020-02-13 22:02:42 +01:00
squeezelite
squid
sredird package/s*: add license file hashes 2020-02-03 14:45:36 +01:00
sshfs package/s*: add license file hashes 2020-02-03 14:45:36 +01:00
sshguard
sshpass package/s*: add license file hashes 2020-02-03 14:45:36 +01:00
sslh
start-stop-daemon package/s*: add license file hashes 2020-02-03 14:45:36 +01:00
startup-notification package/s*: add license file hashes 2020-02-03 14:45:36 +01:00
statserial package/s*: add license file hashes 2020-02-03 14:45:36 +01:00
stella
stellarium
stm32flash
strace package/strace: bump to version 5.4 2020-01-13 21:20:47 +01:00
stress package/s*: add license file hashes 2020-02-03 14:45:36 +01:00
stress-ng
strongswan
stunnel
subversion
sudo package/sudo: bump version to 1.8.31 2020-02-02 00:07:26 +01:00
sunwait
sunxi-boards
sunxi-cedarx
sunxi-mali-mainline
sunxi-mali-mainline-driver
sunxi-tools package/s*: add license file hashes 2020-02-03 14:45:36 +01:00
supertux package/s*: add license file hashes 2020-02-03 14:45:36 +01:00
supertuxkart package/supertuxkart: bump to version v1.1 2020-01-11 15:24:39 +01:00
supervisor
suricata package/suricata: fix lzma dependency 2020-02-01 16:02:01 +01:00
swig package/swig: create a legacy symlink for swig3.0 2020-02-27 22:02:04 +01:00
swupdate
sylpheed
synergy
sysdig
sysklogd
syslog-ng
sysprof remove the hook for creating the m4 directory 2020-02-04 14:11:39 +01:00
sysrepo
sysstat
systemd package/systemd: bump version to 244.3 2020-02-26 16:34:18 +01:00
systemd-bootchart package/s*: add license file hashes 2020-02-03 14:45:36 +01:00
sysvinit Revert "system: don't attempt swapon/swapoff in inittab if not available" 2020-02-08 20:13:07 +01:00
szip
taglib
tar package/tar: bump target version to 1.32 (host is kept at 1.29) 2020-01-18 13:32:17 +01:00
targetcli-fb package/t*: add license file hashes 2020-02-03 14:45:36 +01:00
taskd package/t*: add license file hashes 2020-02-03 14:45:36 +01:00
tcf-agent
tcl
tclap
tcllib
tcpdump
tcping
tcpreplay
tegrarcm
tekui package/t*: add license file hashes 2020-02-03 14:45:36 +01:00
terminology
tesseract-ocr remove the hook for creating the m4 directory 2020-02-04 14:11:39 +01:00
tftpd
thermald package/thermald: fix build with NLS 2020-02-03 11:11:38 +01:00
thrift
thttpd
ti-cgt-pru ti-cgt-pru: bump to latest version 2.3.3 2020-02-03 22:15:22 +01:00
ti-gfx package/t*: add license file hashes 2020-02-03 14:45:36 +01:00
ti-sgx-demos
ti-sgx-km
ti-sgx-libgbm
ti-sgx-um
ti-uim package/t*: add license file hashes 2020-02-03 14:45:36 +01:00
ti-utils package/t*: add license file hashes 2020-02-03 14:45:36 +01:00
tiff
time
tinc
tini
tinyalsa package/t*: add license file hashes 2020-02-03 14:45:36 +01:00
tinycbor
tinydtls
tinyhttpd package/t*: add license file hashes 2020-02-03 14:45:36 +01:00
tinymembench
tinyssh
tinyxml
tinyxml2
tio
tk
tmux
tor package/tor: bump version to 0.4.2.6 2020-02-01 17:18:52 +01:00
tovid
tpm2-abrmd
tpm2-tools package/tpm2-tools: bump version to 4.1.1 2020-02-01 11:38:19 +01:00
tpm2-totp package/tpm2-totp: bump version to 0.2.1 2020-01-13 12:31:44 +01:00
tpm2-tss package/tpm2-tss: bump to version 2.3.3 2020-02-23 09:38:06 +01:00
tpm-tools
trace-cmd
traceroute
transmission
tree
tremor
triggerhappy package/t*: add license file hashes 2020-02-03 14:45:36 +01:00
trinity
trousers
ts4900-fpga
tslib
tstools
tunctl package/t*: add license file hashes 2020-02-03 14:45:36 +01:00
turbolua
tvheadend
twolame
tz
tzdata
tzdump
uacme package/uacme: bump version to 1.0.21 2020-01-12 22:22:17 +01:00
uboot-tools package/uboot-tools: needs make >= 4.0 2020-02-03 21:28:41 +01:00
ubus package/u*: add license file hashes 2020-02-03 14:45:36 +01:00
uccp420wlan package/u*: add license file hashes 2020-02-03 14:45:36 +01:00
ucl package/u*: add license file hashes 2020-02-03 14:45:36 +01:00
uclibc package/uclibc: restore __isctype_l definition 2020-02-09 22:32:42 +01:00
uclibc-ng-test
udev
udftools package/udftools: bump to version 2.2 2020-01-14 22:55:27 +01:00
udisks package/parted: disable on uclibc 2020-02-14 09:13:07 +01:00
udpcast package/u*: add license file hashes 2020-02-03 14:45:36 +01:00
udpxy package/u*: add license file hashes 2020-02-03 14:45:36 +01:00
uemacs
uftp
uhttpd package/u*: add license file hashes 2020-02-03 14:45:36 +01:00
uhubctl
ulogd
umtprd
unionfs package/u*: add license file hashes 2020-02-03 14:45:36 +01:00
unixodbc
unrar
unscd
unzip package/u*: add license file hashes 2020-02-03 14:45:36 +01:00
upmpdcli
upower
upx package/u*: add license file hashes 2020-02-03 14:45:36 +01:00
urg
usb_modeswitch
usb_modeswitch_data
usbmount package/u*: add license file hashes 2020-02-03 14:45:36 +01:00
usbredir
usbutils
ushare package/u*: add license file hashes 2020-02-03 14:45:36 +01:00
ussp-push package/ussp-push: add all blue5_utils dependencies 2020-02-04 22:33:23 +01:00
ustream-ssl
utf8proc
util-linux package/util-linux: disable systemd for host build 2020-02-26 22:35:43 +01:00
utp_com
uvw package/uvw: bump to version 2.3.1_libuv-v1.34 2020-01-20 20:02:43 +01:00
ux500-firmware package/u*: add license file hashes 2020-02-03 14:45:36 +01:00
v4l2grab package/v*: add license file hashes 2020-02-03 14:45:36 +01:00
v4l2loopback package/v4l2loopback: bump to version 0.12.3 2020-01-21 21:03:00 +01:00
vala package/v*: add license file hashes 2020-02-03 14:45:36 +01:00
valgrind
valijson
vboot-utils package/v*: add license file hashes 2020-02-03 14:45:36 +01:00
vde2
vdr
vdr-plugin-vnsiserver
vim package/v*: add license file hashes 2020-02-03 14:45:36 +01:00
vlc package/vlc: add fluidsynth optional dependency 2020-01-11 15:46:31 +01:00
vmtouch
vnstat
vo-aacenc package/v*: add license file hashes 2020-02-03 14:45:36 +01:00
vorbis-tools package/vorbis-tools: annotate _IGNORE_CVES for the included security patches 2020-02-20 13:16:52 +01:00
vpnc package/v*: add license file hashes 2020-02-03 14:45:36 +01:00
vsftpd package/v*: add license file hashes 2020-02-03 14:45:36 +01:00
vte
vtun
w_scan package/w*: add license file hashes 2020-02-03 14:45:36 +01:00
waf package/waf: bump to version 2.0.19 2020-02-03 15:29:52 +01:00
waffle
wampcc
wavemon
wavpack
wayland
wayland-protocols package/wayland-protocols: bump to version 1.18 2020-02-03 11:26:36 +01:00
waylandpp
webkitgtk package/webkitgtk: security bump to version 2.26.4 2020-02-16 12:54:41 +01:00
webp package/webp: bump to version 1.1.0 2020-01-19 23:07:17 +01:00
webrtc-audio-processing
websocketpp
weston package/weston: update patches with upstream backports 2020-02-09 09:51:59 +01:00
weston-imx package/weston-imx: add license file hash 2020-02-04 09:58:17 +01:00
wf111
wget
whetstone
which package/w*: add license file hashes 2020-02-03 14:45:36 +01:00
whois package/whois: add host-pkgconf mandatory dependency 2020-02-04 22:32:05 +01:00
wilc1000-firmware
wilink-bt-firmware
wine
wipe package/w*: add license file hashes 2020-02-03 14:45:36 +01:00
wireguard-linux-compat package/wireguard-linux-compat: bump version to 0.0.20200215 2020-02-16 15:26:58 +01:00
wireguard-tools package/wireguard-tools: bump to version 1.0-20200206 2020-02-07 15:54:59 +01:00
wireless_tools
wireless-regdb
wireshark package/wireshark: security bump to version 3.2.1 2020-02-05 20:33:36 +01:00
wiringpi package/w*: add license file hashes 2020-02-03 14:45:36 +01:00
wmctrl package/w*: add license file hashes 2020-02-03 14:45:36 +01:00
woff2
wolfssl
wpa_supplicant
wpan-tools
wpebackend-fdo package/wpebackend-fdo: bump to version 1.4.1 2020-02-07 15:54:10 +01:00
wpewebkit package/wpewebkit: security bump to version 2.26.4 2020-02-16 12:54:51 +01:00
wsapi
wsapi-fcgi
wsapi-xavante
x11r7 package/xfont*: add license file hashes 2020-02-03 14:45:37 +01:00
x11vnc
x264
x265
xapian
xavante
xdg-dbus-proxy
xdotool
xen package/xen: fix hash of license file 2020-02-05 20:28:33 +01:00
xenomai package/x*: add license file hashes 2020-02-03 14:45:36 +01:00
xerces
xfsprogs
xinetd
xl2tp
xmlstarlet package/x*: add license file hashes 2020-02-03 14:45:36 +01:00
xorriso
xr819-xradio
xscreensaver
xtables-addons package/xtables-addons: bump version to 3.7 2020-01-26 22:03:54 +01:00
xterm
xutil_util-macros
xvisor
xvkbd
xxhash
xz
yad
yaffs2utils package/y*: add license file hashes 2020-02-03 14:45:37 +01:00
yajl package/y*: add license file hashes 2020-02-03 14:45:37 +01:00
yaml-cpp
yasm package/y*: add license file hashes 2020-02-03 14:45:37 +01:00
yavta
ympd
ytree
zbar
zd1211-firmware package/z*: add license file hashes 2020-02-03 14:45:37 +01:00
zeromq package/zeromq: add -latomic to libzmq.pc 2020-01-12 22:09:49 +01:00
zic
zip
zisofs-tools
zlib
zlib-ng
zlog
zmqpp
znc
zsh
zstd
zxing-cpp
zynq-boot-bin
zyre package/z*: add license file hashes 2020-02-03 14:45:37 +01:00
zziplib
Config.in package/Config.in: fix make failure by removing gstreamer/Config.in 2020-02-09 09:45:37 +01:00
Config.in.host package/doxygen: needs host gcc >= 4.9 2020-02-13 18:12:55 +01:00
doc-asciidoc.mk
Makefile.in
pkg-autotools.mk
pkg-cmake.mk
pkg-download.mk
pkg-generic.mk package/pkg-generic: make file list logic parallel build compatible 2020-02-27 22:46:20 +01:00
pkg-golang.mk
pkg-kconfig.mk
pkg-kernel-module.mk
pkg-luarocks.mk
pkg-meson.mk package/pkg-meson.mk: explicitly specify pkg-config settings 2020-02-05 16:56:43 +01:00
pkg-perl.mk
pkg-python.mk package/pkg-python: fix for per-package directories 2020-02-18 23:16:15 +01:00
pkg-rebar.mk
pkg-utils.mk
pkg-virtual.mk
pkg-waf.mk