buildroot/package
Thomas Petazzoni 50ee7ce814 package/gcc: fix build with BR2_TIME_BITS_64=y
On the architectures that supports libsanitizer (part of gcc), the
build is currently failing with BR2_TIME_BITS_64=y. This is because
some code in libsanitizer unsets _FILE_OFFSET_BITS, but building code
with _FILE_OFFSET_BITS unset, but _TIME_BITS set isn't legal.

To fix this, this commit backports two changes:

- One change to also unset _TIME_BITS in
  sanitizer_platform_limits_posix.cpp. This change is upstream in
  LLVM, and already part of GCC 14.x, so we only bringing it to GCC
  12.x and GCC 13.x.

- A second change doing the same modification, but in
  sanitizer_procmaps_solaris.cpp, which as crazy as it might sound,
  also gets compiled on Linux platforms (but to basically an empty
  file). This change has been submitted upstream to both LLVM and gcc.

Notes:

 - the special PowerPC SPE version of GCC cannot be affected, as only
   uClibc-ng is used for this architecture, and uClibc-ng doesn't use
   _TIME_BITS=64 (but now default to 64-bit time_t on 32-bit
   architectures, like musl does).

 - the special ARC version doesn't need patching because libsanitizer
   doesn't support the ARC architecture, so it doesn't get built

Fixes:

  http://autobuild.buildroot.net/results/ff2dbfdabf0bb6a0d82ea8a80122ab97fd75bd3f/
  https://gitlab.com/buildroot.org/buildroot/-/issues/16

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 81a4b6e7b8)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2024-09-02 13:11:52 +02:00
..
4th
18xx-ti-utils
a10disp
abootimg {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
ace
acl
acpica package/acpica: bump to version 20240321 2024-05-01 22:06:36 +02:00
acpid
acpitool
acsccid
adwaita-icon-theme
aer-inject {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
aespipe
agent-proxy
agentpp package/agentpp: bump to version 4.6.1 2024-05-08 18:31:44 +02:00
aircrack-ng
alchemy
alfred
alsa-lib
alsa-plugins
alsa-utils
alsamixergui
altera-stapl
alure
am33x-cm3 {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
am335x-pru-package package/am335x-pru-package: fix download issue 2024-08-31 18:17:42 +02:00
amlogic-boot-fip
android-tools package/android-tools: add patches to fix build with GCC 14.x 2024-08-12 17:59:12 +02:00
angular-websocket
angularjs
aoetools
apache package/apache: security bump version to 2.4.62 2024-08-31 23:43:25 +02:00
apcupsd package/apcupsd: set ac_cv_path_SHUTDOWN 2024-05-01 21:35:17 +02:00
apg package/apg: add optional dependency to libxcrypt 2024-04-03 21:54:21 +02:00
apitrace
apparmor package/libapparmor: bump to version 3.1.7 2024-05-09 18:25:21 +02:00
apr package/apr: fix musl build 2024-08-30 15:58:20 +02:00
apr-util package/apr-util: requires DES in openssl 2024-08-29 18:16:13 +02:00
argp-standalone
argparse
argus
arm-gnu-toolchain package/arm-gnu-toolchain: bump version to 13.2-rel1 2024-04-07 10:00:32 +02:00
armadillo
armbian-firmware {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
arp-scan
arptables
ascii-invaders
asn1c
assimp
asterisk package/asterisk: needs libxcrypt with glibc 2024-05-01 18:40:05 +02:00
at
at-spi2-core
atest
atf
atftp package/atftp: fix build with pcre2 >= 10.43 2024-05-24 14:38:32 +02:00
atkmm
atkmm2_28
atop
attr package/attr: add missing libgen.h header 2024-08-20 21:28:51 +02:00
aubio package/aubio: bump version 2024-05-09 18:47:30 +02:00
audit
aufs
aufs-util
augeas package/augeas: bump to version 1.14.1 2024-08-29 08:13:35 +02:00
aumix
autoconf
autoconf-archive
autofs
automake
autossh package/autossh: fix build with gcc >= 14 2024-08-29 08:06:49 +02:00
avahi
avocado
avrdude
avro-c package/avro-c: fix build with gcc 14 2024-07-05 21:21:26 +02:00
axel package/axel: bump version to 2.17.14 2024-04-28 20:05:23 +02:00
axfsutils
azmq
azure-iot-sdk-c {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
b43-firmware
b43-fwcutter
babeld
babeltrace2
balena-engine {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
bandwidthd package/bandwidthd: fix build with gcc >= 14 2024-08-31 13:36:15 +02:00
bash package/bash: bump to version 5.2.21 2024-03-23 14:29:51 +01:00
bash-completion
basu package/basu: new package 2024-05-13 21:28:41 +02:00
bat package: fix filename/hashes of Cargo-fetched packages 2024-05-14 17:33:17 +02:00
batctl package/batctl: update to 2023.1 to match batman-adv 2024-05-07 09:51:03 +02:00
batman-adv
bats-assert package/bats-assert: new package 2024-05-05 11:08:55 +02:00
bats-core package/bats-file: new package 2024-05-05 11:08:56 +02:00
bats-file package/bats-file: new package 2024-05-05 11:08:56 +02:00
bats-support package/bats-support: new package 2024-05-05 11:08:34 +02:00
bayer2rgb-neon {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
bc package/bc: fix build with gcc 14.x 2024-06-06 21:20:38 +02:00
bcache-tools
bcc package/bcc: add missing dependencies to comment 2024-07-31 18:53:46 +02:00
bcg729
bcm2835
bctoolbox
bcusdk
bdwgc
bearssl
beecrypt
belle-sip
belr
benejson
bento4 package/bento4: bump version to 1.6.0-641-Omega 2024-05-09 18:57:55 +02:00
berkeleydb
bind
binutils package/binutils: add local patches to fix Nios2 bug 27597 2024-05-01 21:57:16 +02:00
binutils-bare-metal package/binutils-bare-metal: fix CPE ID 2024-05-10 23:33:48 +02:00
biosdevname
bird
bison
bitcoin package/bitcoin: bump to version 26.2 2024-08-12 09:08:56 +02:00
bitstream
bitstream-vera
bitwise
blktrace
bluez5_utils package/bluez5_utils: disable datafiles 2024-05-09 16:15:28 +02:00
bluez5_utils-headers package/{bluez5_utils, bluez5_utils-headers}: bump to version 5.75 2024-05-01 22:21:16 +02:00
bluez-alsa
bluez-tools
bmap-tools package/bmap-tools: bump to version 3.8.0 2024-04-15 18:06:25 +02:00
bmon
bmx7
boinc
bonnie
boost package/boost: cleanup boost-context/fiber/math 2024-08-20 20:47:38 +02:00
bootgen
bootstrap
botan package/botan: security bump to version 3.3.0 2024-04-07 21:44:51 +02:00
bpftool {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
bpftrace package/bpftrace: new package 2024-04-03 23:09:13 +02:00
brcm-patchram-plus package/brcm-patchram-plus: bump to latest git commit 2024-08-30 15:59:58 +02:00
brcmfmac_sdio-firmware-rpi package/brcmfmac_sdio-firmware-rpi: bump version to 26ff205 2024-04-07 17:10:20 +02:00
brickd {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
bridge-utils
brltty
brotli
bsdiff
btrfs-progs package/btrfs-progs: don't install host udev files 2024-08-31 19:12:38 +02:00
bubblewrap package/bubblewrap: bump to version 0.9.0 2024-05-09 17:43:33 +02:00
bullet
bustle
busybox package/busybox: fix menuconfig with GCC 14 2024-09-01 10:56:59 +02:00
bwm-ng
bzip2
c-ares package/c-ares: update site url 2024-07-28 12:03:25 +02:00
c-capnproto {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
c-icap
c-icap-modules
c-periphery
ca-certificates
cache-calibrator
cage
cairo
cairomm
cairomm1_14
can-utils package/can-utils: fix build with gcc >= 14 2024-08-31 19:15:57 +02:00
cannelloni
cantarell
capnproto
caps
casync
catatonit
catch2 package/catch2: bump to version 3.6.0 2024-05-24 14:36:31 +02:00
cbootimage
cc-tool
ccache package/ccache: always disable developer mode 2024-05-29 08:50:04 +02:00
ccid
ccrypt
cctz package/cctz: bump to version 2.4 2024-03-23 21:33:48 +01:00
cdrkit package/cdrkit: fix build with gcc 14.x 2024-08-09 21:35:01 +02:00
cegui
cereal
cfm
cgic
cgilua
cgroupfs-mount
chartjs
check package/check: fix build on noMMU configurations 2024-08-07 10:58:38 +02:00
checkpolicy package/checkpolicy: bump version to 3.6 2024-05-10 13:48:13 +02:00
checksec
chipmunk
chocolate-doom
chrony
cifs-utils
circus
civetweb
cjson package/cjson: security bump to version 1.7.18 2024-05-14 23:01:04 +02:00
clamav package/clamav: bump version to 1.0.6 2024-05-10 13:22:09 +02:00
cli11
clinfo
cloop
clpeak
cmake package/cmake: add BR2_HOST_CMAKE_AT_LEAST_3_28 2024-05-02 00:15:47 +02:00
cmocka package/cmocka/Config.in: bool argument needs quotation marks 2024-05-06 20:59:30 +02:00
cni-plugins {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
cog package/cog: bump to version 0.18.4 2024-05-30 21:18:04 +02:00
collectd package/nut: needs threads 2024-06-24 11:15:28 +02:00
collectl
comix-cursors
composer package/composer: fix improperly scoped variable 2024-06-07 15:12:34 +02:00
conmon
connman
connman-gtk
conntrack-tools
containerd package/containerd: bump version to v1.7.18 2024-07-23 09:23:24 +02:00
copas
coremark
coremark-pro
coreutils package/coreutils: fix glibc build with gcc >= 14 2024-08-31 18:46:19 +02:00
corkscrew
coxpcall
cpio
cppcms
cppdb
cppunit
cppzmq
cpuburn-arm
cpulimit
cpuload package/cpuload: fix build with gcc >= 14 2024-08-29 08:05:59 +02:00
cracklib
cramfs
crda
criu
crucible {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
crudini
crun
cryptodev-linux package/cryptodev-linux: fix build with kernel >= 6.7 2024-05-25 18:33:55 +02:00
cryptopp
cryptsetup package/cryptsetup: bump version to 2.7.1 2024-03-14 19:36:02 +01:00
ctorrent
cukinia
cunit
cups package/cups: add libxcrypt optional dependency 2024-04-07 17:34:33 +02:00
cups-filters
cups-pk-helper
curlftpfs
curlpp
cutekeyboard
cutelyst
cvs package/cvs: use appropriate TAR 2024-06-05 23:31:19 +02:00
cwiid
cxxtest
czmq
dacapo
dado
daemon
dahdi-linux package/dahdi-linux: fix build with kernel >= 6.8 2024-04-07 21:37:51 +02:00
dahdi-tools
dante package/dante: add libxcrypt optional dependency 2024-04-07 10:51:36 +02:00
daq package/daq: workaround for upstream changing the archive 2024-07-10 23:59:44 +02:00
daq3
darkhttpd
dash package/dash: bump to version 0.5.12 2024-05-10 23:27:26 +02:00
datatables
datatables-buttons
datatables-fixedcolumns
datatables-responsive
dav1d package/dav1d: bump version to 1.4.3 2024-07-08 22:29:16 +02:00
davfs2 package/davfs2: fix build with neon 0.33 2024-04-01 10:18:07 +02:00
davici
dawgdic
dbus
dbus-broker
dbus-cpp
dbus-cxx
dbus-glib
dbus-python
dbus-triggerd {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
dc3dd
dcron
ddrescue
debianutils
dehydrated
dejavu
delve {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
depot-tools {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
desktop-file-utils
dfu-programmer
dfu-util
dhcp
dhcpcd package/dhcpcd: bump to version 10.0.8 2024-05-25 18:35:15 +02:00
dhcpdump
dhrystone package/dhrystone: fix build with GCC 14.x 2024-08-20 22:05:15 +02:00
dht
dialog
dieharder
diffutils
dillo
ding-libs
directfb package/directfb: enable on riscv32 again 2024-08-12 15:01:26 +02:00
directfb-examples
dmalloc
dmenu-wayland package/dmenu-wayland: fix uclibc build 2024-04-07 18:25:27 +02:00
dmidecode
dmraid package/dmraid: set -fPIC 2024-05-12 09:09:16 +02:00
dnsmasq package/dnsmasq: Fix init script restart command 2024-06-01 22:12:21 +02:00
docker
docker-cli {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
docker-compose package/docker-compose: bump to 2.27.1 for bug fixes 2024-06-05 22:39:32 +02:00
docker-engine {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
docopt-cpp
domoticz package/domoticz: bump to version 2024.4 2024-03-27 23:02:00 +01:00
doom-wad package/doom-wad: drop reference to ftp.idsoftware.com 2024-06-03 10:51:31 +02:00
dos2unix
dosfstools
dotconf package/dotconf: bump version to 1.4.1 2024-05-09 17:57:48 +02:00
double-conversion
dovecot package/dovecot/Config.in: source argument needs quotation marks 2024-05-06 20:59:34 +02:00
dovecot-pigeonhole
doxygen
dracut
drbd-utils
dropbear package/dropbear: bump to version 2024.85 2024-05-01 22:49:45 +02:00
dropwatch
dstat
dt
dt-utils
dtach
dtbocfg
dtc
dtv-scan-tables {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
duktape
duma package/duma: set HOST_CFLAGS 2024-05-13 21:48:47 +02:00
dump1090 package/dump1090: fix build with GCC 14 2024-07-31 18:53:14 +02:00
dust package: fix filename/hashes of Cargo-fetched packages 2024-05-14 17:33:17 +02:00
dvb-apps package/dvb-apps: fix build with gcc >= 14 2024-08-31 18:58:16 +02:00
dvblast
dvbsnoop
dvdauthor
dvdrw-tools
e2fsprogs
e2tools
earlyoom
easy-rsa
easydbus
easyframes
ebtables package/ebtables: switch to https:// 2024-06-03 10:54:57 +02:00
ecryptfs-utils
ed package/ed: bump to version 1.20.2 2024-07-28 12:23:41 +02:00
edid-decode {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
edk2-non-osi
edk2-platforms
efibootmgr
efivar
efl
eigen
ejabberd
elf2flt package/elf2flt: update to 2024.02 2024-05-11 22:08:30 +02:00
elftosb
elfutils package/elfutils: fix build on microblaze 2024-09-01 10:46:53 +02:00
ell package/ell: bump to version 0.65 2024-05-06 21:14:00 +02:00
embiggen-disk {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
emlog
empty
enchant
enet
enlightenment
enscript
environment-setup
erlang
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
erlang-p1-yaml
erlang-p1-yconf
erlang-p1-zlib
erlang-rebar
erofs-utils
esp-hosted package/esp-hosted: fix build failure on Linux 6.8.12+ 2024-06-04 08:11:06 +02:00
espeak
ethtool package/ethtool: bump to version 6.7 2024-03-24 16:01:03 +01:00
eudev
ev3dev-linux-drivers
evemu package/evemu: add staging installation 2024-05-09 18:42:43 +02:00
evtest
execline
exempi
exfat
exfat-utils
exfatprogs
exim package/exim: security bump version to 4.98 2024-07-23 16:51:37 +02:00
exiv2
expat package/expat: security bump to version 2.6.2 2024-03-14 19:29:03 +01:00
expect
explorercanvas
eza package: fix filename/hashes of Cargo-fetched packages 2024-05-14 17:33:17 +02:00
f2fs-tools
faad2
faifa package/faifa: bump to latest git commit 2024-08-31 13:40:54 +02:00
fail2ban package/fail2ban: fix data_files installation path 2024-08-01 12:48:39 +02:00
fakedate
fakeroot package/fakeroot: bump to version 1.34 2024-04-03 22:07:05 +02:00
faketime
falcosecurity-libs
fan-ctrl
fastd
fatcat
fb-test-app
fbdump
fbgrab
fbset
fbterm
fbtft
fbv
fcft
fcgiwrap
fconfig
fdk-aac package/fdk-aac: enable on s390x 2024-03-24 16:03:31 +01:00
feh
fetchmail package/fetchmail: bump version to 6.4.39 2024-08-31 23:46:46 +02:00
ffmpeg package/ffmpeg: add optional support for libvpl 2024-05-09 18:56:57 +02:00
fft-eval package/fft-eval: bump version to 777749c 2024-05-09 17:57:53 +02:00
fftw
ficl
file package/file: use https:// _SITE 2024-06-03 11:02:54 +02:00
filemq
findutils
fio
firewalld
firmware-utils {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
flac
flann
flannel package/flannel: Bump to version 0.25.2 2024-05-30 20:17:47 +02:00
flare-engine
flare-game
flashbench {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
flashrom
flatbuffers
flatcc
flex
flite
flot
fltk
fluent-bit package/fluent-bit: renumber patch 2024-08-31 18:48:59 +02:00
fluid-soundfont
fluidsynth package/fluidsynth: bump to version 2.3.5 2024-05-01 21:18:52 +02:00
flutter-engine package/flutter-engine: use appropriate TAR 2024-06-05 23:31:22 +02:00
flutter-packages package/flutter-packages: bump version to ab1630b9b9bd1130b4d5d1ac18a588b690fd0fa3 2024-05-13 23:24:04 +02:00
flutter-pi {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
flutter-sdk-bin package/flutter-sdk-bin: bump version to 3.19.5 2024-04-10 23:34:05 +02:00
fluxbox
fmc package/fmc: enable also for aarch64 QorIQ processors 2024-04-07 18:25:31 +02:00
fmlib package/fmc: enable also for aarch64 QorIQ processors 2024-04-07 18:25:31 +02:00
fmt
fmtools
font-awesome
fontconfig
foot
forge
fping
freeipmi package/freeipmi: bump to version 1.6.14 2024-04-03 21:45:04 +02:00
freeradius-client package/freeradius-client: use https:// _SITE 2024-06-03 11:03:34 +02:00
freeradius-server package/freeradius-server: use https:// _SITE 2024-06-03 11:03:36 +02:00
freerdp package/freerdp: security bump to version 2.11.6 2024-04-25 19:21:08 +02:00
freescale-imx {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
freeswitch package/freeswitch: fix build with ffmpeg 6.0 2024-05-09 18:48:17 +02:00
freeswitch-mod-bcg729
freetype
frotz package/frotz: fix build with gcc 14 2024-08-07 00:15:33 +02:00
frr package/frr: add libxcrypt optional dependency 2024-04-07 17:34:23 +02:00
fscryptctl
fstrcmp
fswebcam
ftop
fuse-overlayfs package/fuse-overlayfs: bump version to v1.13 2024-04-01 15:12:10 +02:00
fwts package/fwts: fix build with host make >= 4.4 2024-08-07 22:17:10 +02:00
fwup
fxdiv
fxload
gamin
gauche
gawk
gcc package/gcc: fix build with BR2_TIME_BITS_64=y 2024-09-02 13:11:52 +02:00
gcc-bare-metal package/gcc-bare-metal: bump to gcc 14.1.0 2024-05-13 21:50:21 +02:00
gcnano-binaries
gconf
gcr
gd
gdal package/proj: needs NPTL 2024-05-05 13:14:21 +02:00
gdb package/gdb: move GDB 14.x patches to the right folder 2024-09-01 13:56:23 +02:00
gdbm
gdk-pixbuf
gdk-pixbuf-xlib
genext2fs
gengetopt
genimage
genpart
genromfs
gensio
geoip
gerbera
gesftpserver
getent
gettext
gettext-gnu
gettext-tiny
gflags
ghostscript package/ghostscript: security bump version to 10.03.1 2024-07-11 20:43:59 +02:00
ghostscript-fonts
giblib
giflib package/giflib: fix host build without convert 2024-04-01 15:07:57 +02:00
git package/git: minor bump to 2.45.2 2024-06-06 10:32:00 +02:00
git-crypt
gitlab-runner {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
gkrellm
gli
glib-networking
glibc package/glibc: security bump to 2.39-74 for post-2.39 security fixes 2024-07-05 21:27:56 +02:00
glibmm
glibmm2_66
glm
glmark2
glog package/glog: needs gcc >= 6 2024-05-05 15:20:22 +02:00
gloox
glorytun
glslsandbox-player
gmp package/gmp: fix target build with host gcc 4.9 2024-03-24 16:42:22 +01:00
gmrender-resurrect
gnu-efi package/gnu-efi: enable on RISC-V 64-bit 2024-05-01 23:32:34 +02:00
gnuchess
gnupg
gnupg2 package/gnupg2: bump to version 2.4.5 2024-04-03 22:27:25 +02:00
gnuplot package/gnuplot: fix readline dependency 2024-05-15 08:10:25 +02:00
gnuradio
gnutls
go package/go: security bump version to go1.22.5 2024-08-07 23:10:21 +02:00
go-bootstrap-stage1
go-bootstrap-stage2 package/go-bootstrap-stage2: bump version to go1.19.13 2024-03-25 22:20:50 +01:00
go-bootstrap-stage3 package/go-bootstrap-stage3: fix go-bootstrap when parent dir contains invalid .git 2024-05-17 17:36:59 +02:00
gob2
gobject-introspection
gocryptfs {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
google-breakpad {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
googlefontdirectory package/googlefontdirectory: bump to new version 2024-03-26 15:28:38 +01:00
gperf
gpm package/gpm: fix musl build with gcc 14 2024-08-07 00:12:11 +02:00
gpsd
gptfdisk package/gptfdisk: bump to version 1.0.10 2024-05-05 17:28:36 +02:00
gqrx
gr-osmosdr package/gr-osmosdr: fix python build 2024-05-17 22:07:07 +02:00
granite
grantlee
graphicsmagick
graphite2
grep
grpc
gsettings-desktop-schemas
gsl
gssdp
gstreamer1 package/zxing-cpp: needs threads 2024-05-10 23:34:47 +02:00
gtest
gtk2-engines
gtkmm3
gtkperf
gtksourceview
guile toolchain: drop codesourcery arm/aarch64 toolchains 2024-03-14 19:47:51 +01:00
gumbo-parser
gupnp
gupnp-av
gupnp-dlna
gupnp-tools
gutenprint
gvfs
gzip
hackrf
hans
haproxy
harfbuzz package/harfbuzz: bump to version 8.4.0 2024-04-10 22:26:12 +02:00
haserl
haveged
hawktracer
hddtemp
hdparm
heimdal
heirloom-mailx
hiawatha package/hiawatha: add libxcrypt optional dependency 2024-04-07 10:51:43 +02:00
hicolor-icon-theme
hidapi package/hidapi: fixup Config.in comment 2024-05-09 22:17:20 +02:00
highway
hiredis
hostapd package/hostapd: drop duplicate host-pkgconf dependency 2024-08-31 16:20:45 +02:00
hplip
htop
htpdate
httping
hwdata
hwloc
hyperfine package: fix filename/hashes of Cargo-fetched packages 2024-05-14 17:33:17 +02:00
i2c-tools
i2pd package/i2pd: bump to version 2.50.2 2024-03-24 15:58:43 +01:00
i7z
ibm-sw-tpm2 package/ibm-sw-tpm2: fix build with openssl 3.3.x 2024-08-29 18:04:45 +02:00
ibrcommon
ibrdtn
ibrdtn-tools
ibrdtnd
icu
ifenslave
ifmetric
ifplugd
iftop
ifupdown
ifupdown-scripts
igd2-for-linux
igh-ethercat
igmpproxy
igt-gpu-tools package/igt-gpu-tools: disable chamelium 2024-05-08 18:32:35 +02:00
ijs
ima-evm-utils
imagemagick package/imagemagick: bump to version 7.1.1-31 2024-05-09 18:31:26 +02:00
imlib2
imx-mkimage
imx-usb-loader
inadyn
inconsolata
inih package/inih: bump to version 58 2024-04-07 21:34:26 +02:00
initscripts
inotify-tools
input-event-daemon
intel-gmmlib package/intel-gmmlib: bump version to 22.3.19 2024-05-02 09:45:19 +02:00
intel-mediadriver package/intel-mediadriver: bump version to 24.2.2 2024-05-24 23:31:04 +02:00
intel-mediasdk
intel-microcode package/intel-microcode: security bump version to 20240531 2024-09-01 16:53:23 +02:00
intltool
iodine
iotop
iozone
ipcalc
iperf package/iperf: bump to version 2.2.0 2024-05-01 22:06:37 +02:00
iperf3 package/iperf3: fix build with libatomic 2024-04-01 22:10:22 +02:00
ipmitool
ipmiutil
iproute2 package/iproute2: bump to version 6.10 2024-08-29 18:03:08 +02:00
iprutils
ipset
iptables package/iptables: bump version to 1.8.10 2024-03-23 14:45:58 +01:00
iptraf-ng
iputils
irda-utils
irqbalance
irrlicht
irssi
isl
iucode-tool
ivi-homescreen package/ivi-homescreen: needs gcc >= 8 2024-05-21 06:57:48 +02:00
iw
iwd package/iwd: bump to version 2.17 2024-05-06 21:14:03 +02:00
jack1
jack2
jailhouse
janet
jansson
janus-gateway package/janus-gateway: add staging installation 2024-05-10 21:55:27 +02:00
jasper
jbig2dec
jemalloc
jh71xx-tools
jhead
jimtcl
jitterentropy-library
jo
joe
jose
jpeg
jpeg-turbo
jq
jquery
jquery-datetimepicker
jquery-keyboard
jquery-mobile
jquery-sidebar
jquery-sparkline
jquery-ui
jquery-ui-themes
jquery-validation
jsmin
jsmn
json-c
json-for-modern-cpp
json-glib
json-javascript
jsoncpp
jszip
kbd
keepalived
kexec package/kexec: fix link error when BR2_OPTIMIZE_0=y 2024-08-07 00:44:01 +02:00
kexec-lite
keyutils
kf5 package/kf5/kf5-kcoreaddons: drop nios2 binutils bug 27597 dependency 2024-05-01 21:57:21 +02:00
kismet
kmemd
kmod package/kmod: fix build with musl 2024-06-04 21:12:42 +02:00
kmscube
kmsxx
knock
kodi package/kodi: explicitly link to libiconv when locales disabled 2024-05-12 23:06:27 +02:00
kodi-audiodecoder-modplug package/kodi-audiodecoder-*: mass version bump to Omega 2024-05-09 19:02:40 +02:00
kodi-audiodecoder-nosefart package/kodi-audiodecoder-*: mass version bump to Omega 2024-05-09 19:02:40 +02:00
kodi-audiodecoder-sidplay package/kodi-audiodecoder-*: mass version bump to Omega 2024-05-09 19:02:40 +02:00
kodi-audiodecoder-snesapu package/kodi-audiodecoder-*: mass version bump to Omega 2024-05-09 19:02:40 +02:00
kodi-audiodecoder-stsound package/kodi-audiodecoder-*: mass version bump to Omega 2024-05-09 19:02:40 +02:00
kodi-audiodecoder-timidity package/kodi-audiodecoder-*: mass version bump to Omega 2024-05-09 19:02:40 +02:00
kodi-audiodecoder-vgmstream package/kodi-audiodecoder-*: mass version bump to Omega 2024-05-09 19:02:40 +02:00
kodi-audioencoder-flac package/kodi-audioencoder-*: mass version bump to Omega 2024-05-09 19:02:49 +02:00
kodi-audioencoder-lame package/kodi-audioencoder-*: mass version bump to Omega 2024-05-09 19:02:49 +02:00
kodi-audioencoder-vorbis package/kodi-audioencoder-*: mass version bump to Omega 2024-05-09 19:02:49 +02:00
kodi-audioencoder-wav package/kodi-audioencoder-*: mass version bump to Omega 2024-05-09 19:02:49 +02:00
kodi-imagedecoder-heif package/kodi-imagedecoder-*: mass version bump to Omega 2024-05-09 19:02:57 +02:00
kodi-imagedecoder-raw package/kodi-imagedecoder-*: mass version bump to Omega 2024-05-09 19:02:57 +02:00
kodi-inputstream-adaptive package/kodi-inputstream-adaptive: bump version to 21.4.7-Omega 2024-05-13 22:10:32 +02:00
kodi-inputstream-ffmpegdirect package/kodi-inputstream-ffmpegdirect: bump version to 21.3.5-Omega 2024-05-09 19:03:18 +02:00
kodi-inputstream-rtmp package/kodi-inputstream-rtmp: bump version to 21.1.0-Omega 2024-05-09 19:03:23 +02:00
kodi-jsonschemabuilder package/kodi: bump version to 21.0-Omega 2024-05-09 19:00:54 +02:00
kodi-peripheral-joystick package/kodi-peripheral-joystick: bump version to 21.1.15-Omega 2024-05-13 22:10:34 +02:00
kodi-peripheral-xarcade package/kodi-peripheral-*: mass version bump to Omega 2024-05-09 19:03:29 +02:00
kodi-pvr-argustv package/kodi-pvr-argustv: bump version to 21.0.1-Omega 2024-05-13 22:10:36 +02:00
kodi-pvr-dvblink package/kodi-pvr-dvblink: bump version to 21.1.1-Omega 2024-05-13 22:10:39 +02:00
kodi-pvr-dvbviewer package/kodi-pvr-dvbviewer: bump version to 21.1.1-Omega 2024-05-13 22:10:41 +02:00
kodi-pvr-filmon package/kodi-pvr-filmon: bump version to 21.0.1-Omega 2024-05-13 22:10:43 +02:00
kodi-pvr-hdhomerun package/kodi-pvr-hdhomerun: bump version to 21.0.1-Omega 2024-05-13 22:10:45 +02:00
kodi-pvr-hts package/kodi-pvr-hts: bump version to 21.2.3-Omega 2024-05-13 22:10:48 +02:00
kodi-pvr-iptvsimple package/kodi-pvr-iptvsimple: bump version to 21.8.4-Omega 2024-05-13 22:10:50 +02:00
kodi-pvr-mediaportal-tvserver package/kodi-pvr-mediaportal-tvserver: bump version to 21.0.2-Omega 2024-05-13 22:10:52 +02:00
kodi-pvr-mythtv package/kodi-pvr-*: mass version bump to Omega 2024-05-09 19:03:40 +02:00
kodi-pvr-nextpvr package/kodi-pvr-nextpvr: bump version to 21.1.0-Omega 2024-05-13 22:10:54 +02:00
kodi-pvr-njoy package/kodi-pvr-njoy: bump version to 21.0.1-Omega 2024-05-13 22:10:56 +02:00
kodi-pvr-octonet package/kodi-pvr-octonet: bump version to 21.0.1-Omega 2024-05-13 22:10:58 +02:00
kodi-pvr-pctv package/kodi-pvr-pctv: bump version to 21.0.1-Omega 2024-05-13 22:11:01 +02:00
kodi-pvr-plutotv package/kodi-pvr-plutotv: bump version to 21.3.0-Omega 2024-05-13 22:11:03 +02:00
kodi-pvr-stalker package/kodi-pvr-stalker: bump version to 21.0.1-Omega 2024-05-13 22:11:05 +02:00
kodi-pvr-vbox package/kodi-pvr-vbox: bump version to 21.1.3-Omega 2024-05-13 22:11:07 +02:00
kodi-pvr-vdr-vnsi package/kodi-pvr-vdr-vnsi: bump version to 21.1.1-Omega 2024-05-13 22:11:10 +02:00
kodi-pvr-vuplus package/kodi-pvr-vuplus: bump version to 21.1.2-Omega 2024-05-13 22:11:12 +02:00
kodi-pvr-waipu package/kodi-pvr-waipu: bump version to 21.6.1-Omega 2024-05-15 08:14:44 +02:00
kodi-pvr-wmc package/kodi-pvr-wmc: bump version to 21.0.1-Omega 2024-05-13 22:11:16 +02:00
kodi-pvr-zattoo package/kodi-pvr-*: mass version bump to Omega 2024-05-09 19:03:40 +02:00
kodi-screensaver-asteroids package/kodi-screensaver-*: mass version bump to Omega 2024-05-09 19:03:46 +02:00
kodi-screensaver-asterwave package/kodi-screensaver-*: mass version bump to Omega 2024-05-09 19:03:46 +02:00
kodi-screensaver-biogenesis package/kodi-screensaver-*: mass version bump to Omega 2024-05-09 19:03:46 +02:00
kodi-screensaver-cpblobs package/kodi-screensaver-*: mass version bump to Omega 2024-05-09 19:03:46 +02:00
kodi-screensaver-greynetic package/kodi-screensaver-*: mass version bump to Omega 2024-05-09 19:03:46 +02:00
kodi-screensaver-matrixtrails package/kodi-screensaver-*: mass version bump to Omega 2024-05-09 19:03:46 +02:00
kodi-screensaver-pingpong package/kodi-screensaver-*: mass version bump to Omega 2024-05-09 19:03:46 +02:00
kodi-screensaver-pyro package/kodi-screensaver-*: mass version bump to Omega 2024-05-09 19:03:46 +02:00
kodi-screensaver-rsxs package/kodi-screensaver-*: mass version bump to Omega 2024-05-09 19:03:46 +02:00
kodi-screensaver-stars package/kodi-screensaver-*: mass version bump to Omega 2024-05-09 19:03:46 +02:00
kodi-skin-confluence package/kodi-skin-confluence: bump version 2024-05-13 22:11:18 +02:00
kodi-texturepacker package/kodi: bump version to 21.0-Omega 2024-05-09 19:00:54 +02:00
kodi-vfs-libarchive package/kodi-vfs-*: mass version bump to Omega 2024-05-09 19:03:55 +02:00
kodi-vfs-rar package/kodi-vfs-*: mass version bump to Omega 2024-05-09 19:03:55 +02:00
kodi-vfs-sftp package/kodi-vfs-*: mass version bump to Omega 2024-05-09 19:03:55 +02:00
kodi-visualisation-fishbmc package/kodi-visualisation-*: mass version bump to Omega 2024-05-09 19:04:01 +02:00
kodi-visualisation-goom package/kodi-visualisation-*: mass version bump to Omega 2024-05-09 19:04:01 +02:00
kodi-visualisation-matrix package/kodi-visualisation-*: mass version bump to Omega 2024-05-09 19:04:01 +02:00
kodi-visualisation-shadertoy package/kodi-visualisation-*: mass version bump to Omega 2024-05-09 19:04:01 +02:00
kodi-visualisation-spectrum package/kodi-visualisation-*: mass version bump to Omega 2024-05-09 19:04:01 +02:00
kodi-visualisation-starburst package/kodi-visualisation-*: mass version bump to Omega 2024-05-09 19:04:01 +02:00
kodi-visualisation-waveform package/kodi-visualisation-*: mass version bump to Omega 2024-05-09 19:04:01 +02:00
kompexsqlite
ksmbd-tools package/ksmbd-tools: bump to version 3.5.2 2024-08-29 12:11:49 +02:00
kvazaar
kvm-unit-tests
kvmtool package/kvmtool: enable build for riscv 2024-05-13 23:13:16 +02:00
kyua
lame
lapack
latencytop
lbase64
lbreakout2
lcdapi
lcdproc
lcms2
leafnode2 package/leafnode2: add optional dependency to libxcrypt 2024-04-03 21:54:27 +02:00
leafpad
ledmon package/ledmon: fix musl build 2024-05-11 08:58:14 +02:00
lensfun
leptonica package/leptonica: bump to version 1.84.1 2024-03-23 14:35:15 +01:00
less
lesstif
let-me-create
leveldb
lft
lftp
libaacs
libabseil-cpp
libaio
libao
libapparmor package/libapparmor: bump to version 3.1.7 2024-05-09 18:25:21 +02:00
libarchive package/libarchive: add bsdunzip option 2024-08-07 10:57:46 +02:00
libargon2
libargtable2
libart
libass
libassuan package/libassuan: bump to version 2.5.7 2024-04-03 22:27:30 +02:00
libatasmart
libatomic_ops
libavl
libb2
libb64
libbacktrace
libbdplus
libblockdev package/libblockdev: bump to version 3.1.1 2024-04-10 23:35:38 +02:00
libbluray
libbpf
libbroadvoice {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
libbsd
libbson
libbytesize
libcamera {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
libcamera-apps
libcanberra
libcap
libcap-ng package/libcap-ng: bump version to 0.8.5 2024-05-02 09:45:28 +02:00
libcdaudio
libcddb
libcdio
libcdio-paranoia
libcec
libcgi
libcgicc
libcgroup
libcli package/libcli: fix build with gcc >= 14 2024-08-29 08:07:52 +02:00
libcoap package/libcoap: enable required libopenssl options 2024-08-29 08:18:25 +02:00
libcodec2
libcofi
libconfig
libconfuse
libcorrect
libcpprestsdk
libcrossguid
libcsv
libcue
libcuefile
libcurl package/libcurl: security bump to version 8.9.0 2024-09-01 16:41:00 +02:00
libcutl
libdaemon
libdbi {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
libdbi-drivers {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
libde265
libdecor
libdeflate package/libdeflate: bump version to 1.20 2024-05-02 09:45:35 +02:00
libdill
libdisplay-info
libdmtx
libdnet
libdri2
libdrm package/libdrm: fix install of test programs 2024-05-10 14:01:53 +02:00
libdvbcsa
libdvbpsi
libdvbsi
libdvdcss
libdvdnav
libdvdread
libeastl
libebml
libebur128
libedit package/libedit: set LIBEDIT_CPE_ID_VALID 2024-05-14 23:26:01 +02:00
libee
libenca
libepoxy
liberation
libesmtp
libest package/libest: Add support for openssl v3 2024-08-22 14:39:38 +02:00
libestr
libev
libevdev
libevent
libexecinfo
libexif
libeXosip2
libfastjson
libfcgi
libffi package/libffi: bump version to 3.4.6 2024-03-28 20:34:20 +01:00
libfm
libfm-extra
libfreefare package/libfreefare: bump to latest git commit 2024-08-31 11:45:31 +02:00
libfreeglut
libfreeimage
libfribidi
libftdi
libftdi1
libfuse
libfuse3
libfutils
libg7221 {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
libgcrypt
libgdiplus
libgee
libgeos package/libgeos: bump version to 3.12.2 2024-07-28 11:54:29 +02:00
libgeotiff package/libgeotiff: bump to version 1.7.3 2024-05-25 18:39:55 +02:00
libgit2 package/libgit2: bump to version 1.8.0 2024-04-10 23:26:21 +02:00
libglade
libglew
libglfw
libglib2 package/libglib2: update atomic patch 2024-05-05 11:53:40 +02:00
libglob
libglu
libglvnd
libgpg-error package/libgpg-error: bump to version 1.48 2024-04-03 22:27:42 +02:00
libgpgme
libgphoto2
libgpiod
libgpiod2 package/libgpiod2: drop host-autoconf-archive dependency 2024-05-07 09:11:40 +02:00
libgsasl
libgsm
libgta
libgtk2
libgtk3 package/libgtk3: security bump to version 3.24.43 2024-08-28 11:10:16 +02:00
libgudev
libhdhomerun
libheif
libhid
libhtp package/libhtp: security bump to version 0.5.48 2024-05-06 21:31:35 +02:00
libhttpparser
libhttpserver
libiberty
libical
libiconv
libid3tag
libidn package/libidn: bump to version 1.42 2024-04-03 21:44:52 +02:00
libidn2 package/libidn2: bump to version 2.3.7 2024-04-03 21:44:58 +02:00
libiec61850
libiio
libilbc {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
libimxvpuapi
libinput package/libinput: bump version to 1.25.0 2024-05-02 09:45:44 +02:00
libiqrf
libiscsi package/libiscsi: bump to version 1.20.0 2024-04-30 20:54:39 +02:00
libite
libjpeg
libjson
libjwt package/libjwt: security bump to version 1.17.0 2024-05-09 16:15:44 +02:00
libjxl package/libjxl: bump to version 0.10.2 2024-04-10 22:19:56 +02:00
libkcapi
libkrb5 package/libkrb5: bump to 1.21.2 2024-05-10 23:29:22 +02:00
libks
libksba package/libksba: bump to version 1.6.6 2024-04-03 22:27:34 +02:00
libldns
liblinear
libllcp
liblo
liblockfile package/liblockfile: drop empty patch tarball 2024-06-05 23:31:07 +02:00
liblog4c-localtime
liblogging
libloki
libmad package/libmad: drop GCC's "-fforce-mem" option 2024-07-09 19:03:15 +02:00
libmanette package/libmanette: bump to version 0.2.7 2024-05-10 22:11:20 +02:00
libmatroska
libmaxminddb package/libmaxminddb: bump to version 1.9.1 2024-04-03 21:45:10 +02:00
libmbim package/libmbim: bump to 1.30.0 2024-03-23 14:38:53 +01:00
libmbus
libmd
libmdbx package/libmdbx: bump version to 0.12.10 2024-05-12 18:29:34 +02:00
libmediaart
libmemcached
libmhash
libmicrohttpd package/libmicrohttpd: bump version to 1.0.1 2024-05-02 09:45:49 +02:00
libminiupnpc package/libminiupnpc: bump version to 2.2.7 2024-05-02 09:46:26 +02:00
libmms
libmng
libmnl package/libmnl: use upstream sha256sum 2024-06-03 11:03:39 +02:00
libmodbus
libmodplug
libmodsecurity
libmpdclient
libmpeg2
libmspack
libnatpmp
libndp
libnet
libnetconf2 package/libnetconf2: add libxcrypt optional dependency 2024-05-01 23:39:12 +02:00
libnetfilter_acct package/libnetfilter_acct: use https:// reference for .hash file 2024-06-03 11:03:42 +02:00
libnetfilter_conntrack
libnetfilter_cthelper
libnetfilter_cttimeout
libnetfilter_log package/libnetfilter_log: use https:// reference for .hash file 2024-06-03 11:03:45 +02:00
libnetfilter_queue
libnfc
libnfnetlink
libnfs package/libnfs: fix build with gcc >= 14 2024-09-01 10:51:01 +02:00
libnftnl
libnice
libnids
libnl
libnpth package/libnpth: fix gnupg2 build with uclibc 2024-05-15 08:13:08 +02:00
libnpupnp
libnspr
libnss package/libnss: bump version to 3.100 2024-05-12 00:23:07 +02:00
libnvme package/libnvme: bump to version 1.8 2024-03-23 14:50:01 +01:00
liboauth
libodb
libodb-boost
libodb-mysql
libodb-pgsql
libogg
libolm package/libolm: bump to version 3.2.16 2024-03-23 14:35:43 +01:00
libopenaptx
libopenh264
libopenssl Revert "package/libopenssl: no-engine" 2024-07-11 12:21:50 +02:00
liboping
libopusenc
libosip2
libosmium
libostree
libp11
libpagekite
libpam-nfc
libpam-radius-auth
libpam-tacplus
libpcap
libpciaccess package/libpciaccess: bump version to 0.18.1 2024-05-02 09:47:17 +02:00
libpeas
libpfm4
libphidget
libpjsip
libplatform
libplist package/libplist: bump version to 2.4.0 2024-05-02 09:47:22 +02:00
libpng package/libpng: bump version to 1.6.43 2024-05-02 09:47:27 +02:00
libpqxx
libpri
libpsl
libpthread-stubs
libpthsem
libpwquality package/libpwquality: fix PAM module path 2024-09-01 10:48:12 +02:00
libqb
libqmi package/libqmi: bump to version 1.34.0 2024-03-23 14:39:19 +01:00
libqrencode
libqrtr-glib
libraw
libraw1394
librelp
libreplaygain
libressl package/libressl: fix powerpc64 build 2024-08-31 19:15:25 +02:00
libroxml
librsvg
librsync
librtas
librtlsdr
libsamplerate
libscrypt
libseccomp
libsecret
libselinux package/libselinux: fix uclibc build 2024-05-11 08:57:31 +02:00
libsemanage package/libsemanage: bump version to 3.6 2024-05-10 13:44:53 +02:00
libsepol package/libsepol: bump to version 3.6 2024-05-10 13:44:49 +02:00
libserial
libserialport
libsexy
libsha1
libshairplay
libshdata
libshout
libsidplay2
libsigc
libsigc2
libsigrok
libsigrokdecode
libsigsegv
libsilk {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
libsndfile
libsoc
libsocketcan
libsodium
libsolv
libsoundtouch
libsoup
libsoup3 package/libsoup3: bump to 3.5.1 2024-05-13 22:01:43 +02:00
libsoxr
libspatialindex
libspdm package/libspdm: bump version to 3.2.0 2024-03-15 20:18:03 +01:00
libsquish
libsrtp package/libsrtp: bump to version 2.6.0 2024-04-30 20:54:44 +02:00
libss7
libssh
libssh2
libstrophe
libsvg
libsvg-cairo
libsvgtiny {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
libsysfs
libtalloc
libtasn1
libteam
libtelnet
libtheora
libtirpc
libtomcrypt
libtommath package/libtommath: bump to version 1.3.0 2024-04-08 22:39:42 +02:00
libtool
libtorrent
libtorrent-rasterbar package/libtorrent-rasterbar: bump to version 1.2.19 2024-03-24 15:59:09 +01:00
libtpl
libtraceevent
libtracefs package/libtracefs: fix musl build 2024-04-07 18:04:38 +02:00
libubootenv
libubox {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
libuci {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
libucl
libucontext
libudfread
libuecc
libuev
libuhttpd package/libuhttpd: disable -Werror 2024-05-10 22:51:28 +02:00
libuio
libunibreak
libunistring package/libunistring: bump to version 1.2 2024-04-30 20:54:48 +02:00
libunwind package/libunwind: bump to version 1.8.1 2024-05-09 16:14:52 +02:00
libupnp package/libupnp: bump to version 1.4.19 2024-08-29 12:09:16 +02:00
libupnpp
liburcu
liburing
liburiparser package/liburiparser: security bump to version 0.9.8 2024-05-06 21:59:21 +02:00
libusb package/libusb: bump version to 1.0.27 2024-03-23 14:46:28 +01:00
libusb-compat
libusbgx package/libusbgx: bump to recent git version 2024-05-07 09:48:16 +02:00
libutempter package/libutempter: do not hardcode PIE 2024-05-06 22:02:31 +02:00
libutp
libuv
libuwsc
libv4l
libva package/libva: bump version to 2.21.0 2024-03-24 15:45:56 +01:00
libva-intel-driver
libva-utils package/libva-utils: bump version to 2.21.0 2024-03-24 15:45:35 +01:00
libvdpau
libvips
libvirt
libvncserver package/libvncserver: correct WITH_THREADS=ON/OFF logic 2024-05-17 16:37:36 +02:00
libvorbis
libvpl package/libvpl: bump version to 2.11.0 2024-05-24 23:31:10 +02:00
libvpx
libwebsock
libwebsockets
libwpe package/libwpe: bump to version 1.16.0 2024-05-28 07:14:28 +02:00
libxcrypt package/libxcrypt: use official tarball 2024-04-07 21:33:33 +02:00
libxkbcommon
libxml2 package/libxml2: bump version to 2.12.6 2024-03-24 15:47:32 +01:00
libxml-parser-perl
libxmlb package/libxmlb: new package 2024-05-09 23:03:33 +02:00
libxmlpp package/libxmlpp: bump to version 5.2.0 2024-05-11 09:01:20 +02:00
libxmlrpc {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
libxslt package/libxslt: bump to version 1.1.42 2024-08-29 12:10:40 +02:00
libyaml
libyang package/libyang: bump version to 2.1.148 2024-05-11 09:11:29 +02:00
libyuv {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
libzenoh-c package/libzenoh-c: add GLIBC and aarch64, x86_64 and arm dependencies 2024-06-05 22:25:37 +02:00
libzenoh-pico package/libzenoh-pico: bump to version 0.11.0.1 2024-05-13 22:08:41 +02:00
libzip
libzlib
lightning package/lightning: fix build on mips64 with n32 ABI 2024-06-05 22:33:28 +02:00
lighttpd package/lighttpd: bump to 1.4.76 2024-05-09 18:20:19 +02:00
lilv
linenoise
linknx
links package/links: bump to version 2.29 2024-04-07 21:47:59 +02:00
linphone
linux-backports
linux-firmware package/linux-firmware: Add additional firmware fo Intel iwlwifi 9xxx 2024-07-05 21:24:58 +02:00
linux-fusion
linux-headers {linux, linux-headers}: bump 4.19.x / 5.{4, 10, 15}.x / 6.{1, 6, 9, 10}.x series 2024-09-01 19:04:13 +02:00
linux-pam package/linux-pam: bump to version 1.6.1 2024-05-01 22:46:39 +02:00
linux-serial-test
linux-syscall-support {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
linux-tools
linux-zigbee
linuxconsoletools
linuxptp
liquid-dsp
lirc-tools
lite
live555
ljlinenoise
ljsyscall
lksctp-tools
lldpd
llvm-project package/llvm-project/llvm: remove overriding the ASM compiler 2024-08-12 13:20:26 +02:00
lm-sensors
lmbench
lmdb package/lmdb: fix CFLAGS handling 2024-05-24 14:51:47 +02:00
localedef package/glibc: security bump to 2.39-74 for post-2.39 security fixes 2024-07-05 21:27:56 +02:00
lockdev
lockfile-progs
log4cplus
log4cpp
log4cxx package/log4cxx: bump to version 1.1.0 2024-03-27 23:02:23 +01:00
log4qt
logrotate
logsurfer
lpc3250loader
lpeg package/lpeg: bump to version 1.1.0 2024-04-25 22:36:46 +02:00
lpty
lrandom
lrzip
lrzsz package/lrzsz: drop unused LRZSZ_POST_CONFIGURE_HOOKS 2024-08-31 19:23:23 +02:00
lshw
lsof
lsqlite3
lsscsi
lsuio
ltp-testsuite
ltrace
ltris
lttng-babeltrace
lttng-libust
lttng-modules
lttng-tools
lua
lua-ansicolors
lua-argon2
lua-argparse
lua-augeas
lua-basexx
lua-binaryheap
lua-bit32
lua-cffi package/lua-cffi: add luajit support 2024-05-25 08:17:46 +02:00
lua-cjson
lua-coat
lua-coatpersistent
lua-codegen
lua-compat53
lua-conciseserialization
lua-cqueues
lua-csnappy
lua-curl
lua-datafile
lua-dkjson package/lua-dkjson: bump to version 2.7 2024-04-25 22:37:06 +02:00
lua-ev
lua-fifo
lua-flu
lua-gd
lua-http
lua-iconv
lua-inotify
lua-lgdbm package/lua-lgdbm: new package 2024-04-03 23:12:16 +02:00
lua-lightningmdb package/lua-lightningmdb: new package 2024-05-10 22:01:48 +02:00
lua-livr
lua-livr-extra
lua-lpeg-patterns
lua-lsdbus package/lua-lsdbus: new package 2024-05-01 20:56:22 +02:00
lua-lunitx
lua-lunix
lua-lyaml
lua-markdown
lua-messagepack
lua-mqtt package/lua-mqtt: bump to version 0.3.2 2024-04-25 22:36:18 +02:00
lua-msgpack-native
lua-periphery
lua-resty-http
lua-rotas
lua-sailor
lua-sdl2
lua-silva package/lua-silva: bump to version 0.2.1 2024-04-25 22:36:32 +02:00
lua-std-debug
lua-std-normalize
lua-stdlib
lua-testmore
lua-ubjson
lua-utf8
lua-valua
lua-zlib
luabitop
luadbi
luadbi-sqlite3
luaexpat
luaexpatutils
luafilesystem
luainterpreter
luajit package/luajit: drop useless post-extract hook 2024-05-09 22:44:50 +02:00
luajson
lualdap
lualogging
luaossl
luaposix package/luaposix: fix build with glibc 2.39 2024-04-02 23:23:45 +02:00
luarocks package/luarocks: bump to version 3.11.1 2024-06-01 21:50:44 +02:00
luasec
luasocket
luasql-sqlite3
luasyslog
lugaru
luksmeta
lutok
luv
luvi
lv2
lvm2 package/lvm2: enable device-mapper in Kernel config 2024-05-09 17:46:19 +02:00
lxc package/lxc: fix m68k build with gcc 12 2024-04-01 14:41:16 +02:00
lynx package/lynx: use https:// _SITE 2024-06-03 11:10:21 +02:00
lz4
lzip
lzlib
lzma
lzma-alone
lzo
lzop
m4
macchanger
madplay
make
makedevs
makedumpfile package/makedumpfile: enable build with musl libc 2024-06-04 15:15:22 +02:00
mali-driver
mali-t76x
mariadb package/mariadb: really use system fmt 2024-05-09 23:19:20 +02:00
matchbox
matchbox-common
matchbox-desktop
matchbox-fakekey
matchbox-keyboard
matchbox-lib
matchbox-panel
matchbox-startup-monitor
matio
mawk
mbedtls package/mbedtls: security bump to version 2.28.8 2024-04-01 14:26:30 +02:00
mbpfan
mbpoll
mbuffer
mbw
mc
mcelog
mdadm package/mdadm: replace PIE workaround 2024-05-08 18:29:49 +02:00
mdevd
mdio-tools
mdnsd
mediastreamer
memcached
memstat
memtest86
memtester
memtool
mender {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
mender-artifact {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
mender-connect {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
mender-grubenv
menu-cache
mesa3d Revert "package/x11r7/xlib_libxshmfence: disable on riscv32" 2024-08-12 15:01:15 +02:00
mesa3d-demos
mesa3d-headers package/{mesa3d, mesa3d-headers}: bump version to 24.0.9 2024-07-08 07:26:37 +02:00
meson
meson-tools
metacity
mfgtools
mfoc
mg
mhz
microchip-hss-payload-generator
micropython package/micropython: adjust name in description 2024-08-29 15:40:34 +02:00
midori
mii-diag
mimic
minetest
minetest-game
mini-snmpd
minicom
minidlna
minimodem
minisign package/minisign: do not strip 2024-05-24 14:33:16 +02:00
minissdpd
minizip
minizip-zlib
miraclecast
mjpegtools
mjpg-streamer
mkpasswd
mkpimage
mksh
mmc-utils {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
moarvm
mobile-broadband-provider-info
moby-buildkit {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
modem-manager package/modem-manager: bump to 1.22.0 2024-03-23 14:39:56 +01:00
modplugtools
modsecurity2
mokutil package/mokutil: select libxcrypt if needed 2024-05-24 14:33:35 +02:00
mongodb
mongoose
mongrel2
monit package/monit: add libxcrypt optional dependency 2024-04-07 17:34:30 +02:00
mono
mono-gtksharp3
monolite
mosh
mosquitto
most
motion
mp4v2
mpc package/mpc: bump to version 1.3.1 2024-03-24 15:48:35 +01:00
mpd package/mpd: update to version 0.23.15 2024-04-07 16:44:33 +02:00
mpd-mpc
mpdecimal
mpfr
mpg123
mpir package/mpir: fix build with host gcc >= 14 2024-08-29 08:04:55 +02:00
mpv
mraa package/mraa: fix build with musl >= 1.2.5 2024-03-20 21:31:28 +01:00
mrouted
mrp
msgpack
msmtp package/msmtp: bump version to 1.8.25 2024-03-24 15:59:28 +01:00
msr-tools
mstpd
mtd package/mtd: switch to https mirror 2024-06-01 21:35:39 +02:00
mtdev
mtools
mtr
multicat
multipath-tools package/multipath-tools: bump version to 0.9.8 2024-05-05 17:34:44 +02:00
mupdf package/mupdf: make X11 support optional 2024-08-12 11:13:48 +02:00
murata-cyw-fw
musepack
musl package/musl: enable on s390x 2024-05-13 23:26:41 +02:00
musl-compat-headers
musl-fts
mutt package/mutt: bump to version 2.2.13 2024-05-24 14:33:54 +02:00
mxml
mxsldr {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
nano
nanocom
nanomsg
nasm package/nasm: bump to version 2.16.02 2024-04-07 21:45:36 +02:00
nbd
ncdu package/ncdu: bump to version 1.20 2024-05-09 18:20:59 +02:00
ncftp package/ncftp: use correct SPDX license code 2024-08-20 19:13:38 +02:00
ncmpc
ncurses
ndisc6
ne10
neard
neardal
neofetch
neon package/neon: drop unrecognized rpath option 2024-03-24 15:49:17 +01:00
neon-2-sse
nerdctl {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
net-tools
netatalk
netcalc
netcat
netcat-openbsd
netdata
netifrc
netopeer2
netperf
netplug
netsniff-ng
netsnmp
netstat-nat
netsurf
netsurf-buildsystem {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
nettle
network-manager package/network-manager: allow building with musl 2024-07-11 10:20:21 +02:00
network-manager-openvpn package/network-manager-openvpn: bump to version 1.11.0 2024-05-13 21:36:58 +02:00
networkd-dispatcher
newlib-bare-metal package/newlib-bare-metal: use https:// _SITE 2024-06-03 11:11:21 +02:00
newt
nfacct package/nfacct: use https:// reference for .hash file 2024-06-03 11:11:23 +02:00
nfs-utils package/nfs-utils: only install fsidd binary and unit file with enabled nfsd 2024-05-12 12:23:01 +02:00
nftables
nghttp2
nginx package/nginx: fix compile error in configure script 2024-06-06 21:34:58 +02:00
nginx-dav-ext
nginx-modsecurity
nginx-naxsi
nginx-upload
ngircd
ngrep
nilfs-utils
ninja
nload
nmap
nmon
nodejs package/nodejs: security bump to v20.15.1 2024-08-28 09:16:19 +02:00
nodm
noip
norm
nss-mdns
nss-myhostname
nss-pam-ldapd
ntfs-3g
ntp package/ntp: bump to version 4.2.8p18 2024-07-06 22:39:05 +02:00
ntpsec package/ntpsec: fix compile issue for some toolchains 2024-08-07 10:50:25 +02:00
numactl
nushell package: fix filename/hashes of Cargo-fetched packages 2024-05-14 17:33:17 +02:00
nut package/nut: needs threads 2024-06-24 11:15:28 +02:00
nuttcp
nvidia-driver
nvidia-modprobe
nvidia-persistenced
nvme
oatpp package/oatpp: disable tests 2024-04-07 17:46:21 +02:00
obsidian-cursors
ocrad package/ocrad: bump to version 0.29 2024-03-23 14:36:06 +01:00
octave package/octave: add optional libsndfile support 2024-08-09 13:38:49 +02:00
odb
odhcp6c {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
odhcploc
odroidc2-firmware
ofono
ogre {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
ola
olsr
omap-u-boot-utils
omniorb
onevpl-intel-gpu package/onevpl-intel-gpu: bump version to 24.2.1 2024-05-10 13:23:56 +02:00
oniguruma
open2300
open62541 {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
open-iscsi package/open-iscsi: open-isns is optional, not mandatory 2024-09-01 16:52:38 +02:00
open-isns
open-lldp
open-plc-utils
openal
openblas package/openblas: fix build 2024-04-07 21:35:31 +02:00
openbox
opencl-clhpp package/opencl-clhpp: bump to version 2023.12.14 2024-03-23 14:36:32 +01:00
opencore-amr
opencsd package/opencsd: bump to version 1.5.2 2024-04-10 21:37:37 +02:00
opencv3 package/ffmpeg: bump version to 6.1.1 2024-05-09 18:56:24 +02:00
opencv4 package/ffmpeg: bump version to 6.1.1 2024-05-09 18:56:24 +02:00
opencv4-contrib package/glog: needs gcc >= 6 2024-05-05 15:20:22 +02:00
openfpgaloader
opengl
openipmi
openjdk
openjdk-bin
openjpeg package/openjpeg: security bump to version 2.5.2 2024-04-25 19:27:21 +02:00
openlayers package/openlayers: bump version to 9.1.0 2024-04-10 23:48:39 +02:00
openldap
openmpi
openntpd
openobex
openocd package/openocd: fix build with libgpiod2 2024-05-07 09:01:53 +02:00
openpgm
openpowerlink
openrc package/openrc: add libxcrypt optional dependency 2024-04-07 17:34:27 +02:00
openresolv
opensc package/opensc: add zlib optional dependency 2024-04-10 21:35:49 +02:00
openssh package/openssh: add CVE ignore for CVE-2024-6387 2024-07-20 10:28:11 +02:00
openssl package/openssl: add and use BR2_PACKAGE_LIBRESSL_ARCH_SUPPORTS 2024-08-09 23:06:23 +02:00
openswan package/openswan: select libxcrypt if needed 2024-08-29 08:16:07 +02:00
opentracing-cpp
opentyrian
opentyrian-data
openvmtools
openvpn package/openvpn: bump version to 2.6.12 2024-08-31 23:45:37 +02:00
openzwave
opkg
opkg-utils {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
oprofile package/oprofile: fix static build with binutils >= 2.40 2024-05-06 21:41:09 +02:00
optee-client package/optee-client: bump to version 4.2.0 2024-05-09 16:09:03 +02:00
optee-examples package/optee-examples: bump to version 4.2.0 2024-05-09 16:08:47 +02:00
optee-test package/optee-test: bump to version 4.2.0 2024-05-09 16:08:50 +02:00
opus
opus-tools
opusfile
orbit
orc
ortp
osm2pgsql package/osm2pgsql: bump version to 1.11.0 2024-05-10 22:29:09 +02:00
owfs package/owfs: add missing slash after the OWFS_PKGDIR variable 2024-03-23 21:23:33 +01:00
owl-linux
p7zip package/p7zip: bump to version v17.05 2024-03-25 21:42:48 +01:00
p11-kit package/p11-kit: fix build with gcc 14 2024-06-06 21:29:55 +02:00
p910nd
paho-mqtt-c
paho-mqtt-cpp package/paho-mqtt-cpp: bump to version 1.3.2 2024-05-10 14:00:04 +02:00
pahole
pamtester
pango package/pango: bump to version 1.52.2 2024-04-08 22:39:33 +02:00
pangomm
pangomm2_46
parprouted
parted
patch
patchelf
pax-utils
paxtest
pciutils
pcm-tools {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
pcmanfm
pcre
pcre2
pcsc-lite package/pcsc-lite: bump version to 2.1.0 2024-05-10 13:20:45 +02:00
pdbg
pdmenu
perftest package/perftest: bump to version 24.04.0-0.41 2024-05-08 18:34:35 +02:00
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-clone
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 package/perl-dbd-mysql: fix runtime issue with MariaDB 2024-05-06 22:16:23 +02:00
perl-dbi
perl-devel-cycle
perl-devel-globaldestruction
perl-devel-size
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-extutils-pkgconfig
perl-file-listing
perl-file-sharedir
perl-file-sharedir-install
perl-file-slurp
perl-file-util
perl-filesys-notify-simple
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-i18n
perl-image-exiftool
perl-io-html
perl-io-interface
perl-io-socket-multicast
perl-io-socket-ssl
perl-json-maybexs
perl-json-tiny
perl-libwww-perl
perl-locale-maketext-lexicon
perl-lwp-mediatypes
perl-lwp-protocol-https
perl-mail-dkim
perl-mailtools
perl-math-int64
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
perl-mojolicious-plugin-authentication
perl-mojolicious-plugin-authorization
perl-mojolicious-plugin-cspheader
perl-mojolicious-plugin-i18n
perl-mojolicious-plugin-securityheader
perl-moo
perl-mozilla-ca
perl-net-dns
perl-net-http
perl-net-snmp
perl-net-ssh2
perl-net-ssleay package/perl-net-ssleay: bump to version 1.94 2024-04-07 21:33:42 +02:00
perl-net-telnet
perl-netaddr-ip
perl-number-bytes-human
perl-package-stash
perl-params-util
perl-parse-yapp
perl-path-class
perl-path-tiny
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
perl-sys-meminfo
perl-sys-mmap
perl-time-parsedate
perl-timedate
perl-try-tiny
perl-type-tiny
perl-uri
perl-www-form-urlencoded
perl-www-robotrules
perl-x10
perl-xml-libxml
perl-xml-namespacesupport
perl-xml-sax
perl-xml-sax-base
petitboot package/petitboot: add libxcrypt optional dependency 2024-05-01 23:36:07 +02:00
phidgetwebservice
php package/php: bump version to 8.3.9 2024-07-11 12:11:33 +02:00
php-amqp
php-apcu
php-geoip
php-gnupg
php-imagick
php-lua
php-memcached
php-pam
php-pecl-dbus
php-ssh2
php-xdebug package/php-xdebug: bump to version 3.3.1 2024-04-10 23:11:07 +02:00
php-yaml
php-zmq
physfs
phytool
picocom
pifmrds
piglit {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
pigpio
pigz
pimd
pinentry
pipewire
pipewire-media-session
pistache package/pistache: drop nios2 binutils bug 27597 dependency 2024-05-01 21:57:29 +02:00
pixiewps
pixman toolchain/toolchain-external: drop external codesourcery niosII toolchain 2024-05-01 21:56:13 +02:00
pixz
pkcs11-helper
pkgconf
ply
pngquant
poco package/poco: needs C++17 2024-03-17 22:38:31 +01:00
poke
policycoreutils package/policycoreutils: bump version to 3.6 2024-05-10 13:48:02 +02:00
polkit package/polkit: add libxcrypt optional dependency 2024-04-07 17:34:22 +02:00
popperjs
poppler
popt
portaudio
postgis package/proj: needs NPTL 2024-05-05 13:14:21 +02:00
postgresql package/postgresql: security bump version to 16.3 2024-05-24 14:30:37 +02:00
pound
powerpc-utils
powertop
powervr
pppd package/pppd: add patch fixing build issue on SPARC/SPARC64 2024-08-07 00:40:52 +02:00
pps-tools
pptp-linux
prboom
prelink-cross {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
privoxy package/privoxy: fix build with root 2024-05-09 23:05:37 +02:00
procps-ng package/procps-ng: security bump to version 4.0.4 2024-08-31 19:01:55 +02:00
procrank_linux
procs package: fix filename/hashes of Cargo-fetched packages 2024-05-14 17:33:17 +02:00
proftpd package/proftpd: download from github 2024-06-03 11:11:31 +02:00
proj package/proj: needs NPTL 2024-05-05 13:14:21 +02:00
prosody
protobuf
protobuf-c
protozero
proxychains-ng
pru-software-support
psmisc
psplash {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
ptm2human
ptpd
ptpd2
pugixml
pulseaudio package/pulseaudio: bump to version 17.0 2024-03-20 20:53:13 +01:00
pulseview
pure-ftpd package/pure-ftpd: add optional dependency to libxcrypt 2024-04-03 21:54:30 +02:00
putty package/putty: security bump to version 0.81 2024-05-24 14:31:25 +02:00
pv
pwgen
python3 package/python3: fix config directory pattern 2024-06-09 21:13:58 +02:00
python-aenum
python-aexpect
python-aioblescan
python-aiocoap
python-aioconsole
python-aiodns
python-aiofiles package/python-aiofiles: migrate to hatchling pep517 build backend 2024-03-27 22:54:32 +01:00
python-aiohttp
python-aiohttp-cors
python-aiohttp-debugtoolbar
python-aiohttp-jinja2
python-aiohttp-mako
python-aiohttp-remotes
python-aiohttp-security
python-aiohttp-session
python-aiohttp-sse
python-aiojobs
python-aiologstash package/python-aiologstash: migrate to flit build backend 2024-03-27 22:55:30 +01:00
python-aiomonitor
python-aioprocessing
python-aioredis
python-aiorwlock
python-aiosignal
python-aiosqlite
python-aiozipkin
python-alembic
python-alsaaudio
python-annotated-types
python-ansicolors
python-anyio
python-apispec
python-appdirs
python-argh
python-argon2-cffi
python-argon2-cffi-bindings
python-arrow
python-asgiref
python-asn1crypto
python-asttokens
python-async-generator
python-async-lru
python-async-timeout
python-asyncssh
python-attrs package/python-attrs: add host variant 2024-03-19 23:21:27 +01:00
python-augeas
python-autobahn
python-automat
python-avro
python-babel
python-backcall
python-bcrypt package/python-*: fix hashes for cargo-vendored python packages 2024-05-20 22:33:54 +02:00
python-beautifulsoup4
python-beniget
python-bidict
python-bitarray
python-bitstring
python-bleak package/python-bleak: use correct pep517 build backend 2024-03-27 22:57:27 +01:00
python-blinker
python-bluezero
python-boto3
python-botocore
python-bottle
python-brotli
python-bsdiff4
python-cached-property
python-cachetools
python-calver
python-can package/python-can/Config.in: sort selects 2024-08-31 18:44:40 +02:00
python-canopen package/python-canopen: add setuptools-scm build dependency 2024-04-01 22:12:37 +02:00
python-cbor
python-cbor2
python-cchardet
python-certifi
python-cffi
python-channels
python-channels-redis
python-characteristic
python-chardet
python-charset-normalizer
python-cheetah
python-cheroot
python-cherrypy
python-click
python-colorama
python-colorlog
python-colorzero
python-configshell-fb package/python-configshell-fb: bump version to 1.1.30 2024-03-15 21:25:27 +01:00
python-constantly
python-construct
python-contourpy
python-couchdb
python-cppy package/python-cppy: add setuptools-scm build dependency 2024-04-01 22:12:47 +02:00
python-crayons
python-crc16
python-crcmod
python-crontab
python-cryptography package/python-*: fix hashes for cargo-vendored python packages 2024-05-20 22:33:54 +02:00
python-cssselect
python-cssselect2
python-cssutils
python-cycler
python-cython
python-daemon
python-daemonize
python-daphne
python-dataproperty
python-dateutil
python-dbus-fast package/python-dbus-fast: migrate to poetry core pep517 build backend 2024-04-01 22:12:38 +02:00
python-dbus-next
python-decorator
python-decouple
python-defusedxml
python-dialog3
python-dicttoxml
python-dicttoxml2
python-distlib
python-distro
python-django
python-django-enumfields
python-dnspython package/python-dnspython: migrate to poetry core pep517 build backend 2024-04-01 22:12:39 +02:00
python-docker
python-docker-pycreds
python-dockerpty
python-docopt
python-docutils
python-dominate
python-dpkt
python-dtschema
python-ecdsa
python-editables
python-email-validator package/python-email-validator: new package 2024-05-12 12:06:13 +02:00
python-engineio
python-entrypoints
python-esptool
python-evdev package/pkg-python.mk: migrate setuptools to pep517 2024-04-01 22:12:57 +02:00
python-executing
python-expandvars package/python-expandvars: new host package 2024-04-01 22:12:43 +02:00
python-falcon
python-fastapi package/python-fastapi: bump to 0.110.0 2024-04-07 16:55:30 +02:00
python-fastapi-sessions
python-fastentrypoints
python-fastui package/python-fastui: new package 2024-05-12 12:10:54 +02:00
python-filelock
python-fire
python-flask
python-flask-babel package/python-flask-babel: migrate to poetry core pep517 build backend 2024-04-01 22:12:40 +02:00
python-flask-cors
python-flask-expects-json
python-flask-jsonrpc
python-flask-login
python-flask-smorest
python-flask-sqlalchemy
python-flask-wtf package/python-flask-wtf: migrate to hatching pep517 build backend 2024-04-01 22:12:41 +02:00
python-flatbuffers
python-flit-core
python-flup
python-fonttools
python-frozenlist package/python-frozenlist: migrate to in-tree pep517 build backend 2024-04-01 22:12:44 +02:00
python-future
python-gast
python-git
python-gitdb2
python-glslang
python-gnupg
python-gobject
python-google-api-core
python-google-auth
python-googleapis-common-protos
python-gpiozero
python-greenlet
python-grpc-requests
python-grpcio
python-grpcio-reflection
python-gunicorn
python-h2
python-h11
python-hatch-fancy-pypi-readme
python-hatch-vcs
python-hatchling package/python-hatchling: bump to version 1.22.4 2024-05-10 23:28:17 +02:00
python-hid package/python-hid: new package 2024-05-09 22:13:38 +02:00
python-hiredis
python-hkdf
python-hpack
python-html5lib
python-httpcore
python-httplib2
python-httpx
python-huepy
python-humanize package/python-humanize: add setuptools-scm build dependency 2024-04-01 22:12:45 +02:00
python-hwdata
python-hyperframe
python-hyperlink
python-ibmiotf
python-idna
python-ifaddr
python-incremental
python-inflection
python-influxdb
python-iniconfig
python-iniparse
python-installer
python-intelhex
python-iowait
python-ipdb
python-iptables
python-ipy
python-ipython
python-ipython-genutils
python-iso8601 package/python-iso8601: migrate to poetry core pep517 build backend 2024-04-01 22:12:46 +02:00
python-itsdangerous
python-iwlib
python-janus
python-jaraco-classes
python-jaraco-functools
python-jc package/python-jc: bump to version 1.25.2 2024-05-10 22:12:15 +02:00
python-jedi
python-jeepney
python-jinja2
python-jmespath
python-json-schema-validator
python-jsonmodels
python-jsonschema package/python-jsonschema: add host variant 2024-03-19 23:21:44 +01:00
python-jsonschema-specifications package/python-jsonschema-specifications: add host variant 2024-03-19 23:21:40 +01:00
python-keyring
python-kflash
python-kiwisolver
python-kmod
python-lark
python-libconf
python-libconfig
python-libevdev
python-libusb1
python-lmdb
python-lockfile
python-logbook
python-logstash
python-lxml package/python-lxml: bump to version 5.2.2 2024-06-05 23:11:39 +02:00
python-m2crypto package/pkg-python.mk: migrate setuptools to pep517 2024-04-01 22:12:57 +02:00
python-magic-wormhole
python-magic-wormhole-mailbox-server
python-magic-wormhole-transit-relay
python-mako
python-markdown
python-markdown2
python-markupsafe
python-marshmallow
python-marshmallow-sqlalchemy
python-matplotlib package/pkg-python.mk: migrate setuptools to pep517 2024-04-01 22:12:57 +02:00
python-matplotlib-inline
python-maturin package/python-*: fix hashes for cargo-vendored python packages 2024-05-20 22:33:54 +02:00
python-mbstrdecoder
python-memory-profiler
python-meson-python
python-midiutil
python-mimeparse
python-minimalmodbus
python-mistune
python-ml-dtypes package/python-ml-dtypes: remove python-pybind from C++ dependency comment 2024-05-22 13:44:24 +02:00
python-modbus-tk
python-more-itertools
python-mpd2
python-mpmath package/python-mpmath: add CPE variables 2024-05-09 23:10:59 +02:00
python-msgfy
python-msgpack package/pkg-python.mk: migrate setuptools to pep517 2024-04-01 22:12:57 +02:00
python-multidict
python-multipart
python-munch
python-mutagen
python-mwclient
python-mwscrape
python-mwscrape2slob
python-mypy-extensions
python-nested-dict
python-netaddr
python-netifaces
python-networkmanager
python-networkx
python-numpy
python-oauthlib
python-opcua-asyncio
python-orjson package/python-*: fix hashes for cargo-vendored python packages 2024-05-20 22:33:54 +02:00
python-outcome
python-packaging package/python-packaging: bump to version 24.0 2024-05-10 22:08:10 +02:00
python-paho-mqtt
python-paramiko
python-parso
python-passlib
python-pathpy
python-pathspec package/python-pathspec: enable target variant 2024-04-12 17:47:02 +02:00
python-pathtools
python-pathvalidate
python-pbr
python-periphery
python-pexpect
python-pickleshare
python-piexif
python-pigpio
python-pillow package/python-pillow: fix legal info 2024-05-01 23:31:53 +02:00
python-pip
python-pluggy package/python-pluggy: bump to version 1.4.0 2024-05-10 22:08:16 +02:00
python-ply
python-poetry-core package/python-poetry-core: new host package 2024-03-27 22:17:16 +01:00
python-portend
python-posix-ipc
python-priority
python-prompt-toolkit
python-protobuf
python-psutil
python-psycopg2 package/pkg-python.mk: migrate setuptools to pep517 2024-04-01 22:12:57 +02:00
python-ptyprocess
python-pudb package/python-pudb: bump to version 2024.1 2024-04-08 23:00:05 +02:00
python-pure-eval
python-py
python-pyaes
python-pyalsa
python-pyasn1
python-pyasn1-modules
python-pybind
python-pycairo
python-pycares
python-pycparser
python-pycrate package/python-pycrate: bump to version 0.7.2 2024-05-01 21:27:16 +02:00
python-pycryptodomex
python-pycups
python-pydal package/python-pydal/Config.in: bool argument needs quotation marks 2024-05-06 20:59:38 +02:00
python-pydantic
python-pydantic-core package/python-*: fix hashes for cargo-vendored python packages 2024-05-20 22:33:54 +02:00
python-pydevmem
python-pydyf
python-pyelftools
python-pyftpdlib
python-pygments
python-pyhamcrest
python-pyicu
python-pyinotify
python-pyjwt
python-pylibfdt
python-pylibftdi package/python-pylibftdi: migrate to poetry core pep517 build backend 2024-04-01 22:12:49 +02:00
python-pylru
python-pymodbus package/python-pymodbus: bump to version 3.6.8 2024-05-09 18:19:09 +02:00
python-pymupdf package/python-pymupdf: drop dependency on X.org 2024-08-12 11:19:39 +02:00
python-pymysql
python-pynacl
python-pyndiff
python-pyopenssl
python-pypa-build
python-pyparsing
python-pyparted
python-pyphen
python-pypng package/python-pypng: add missing python3-zlib dependency 2024-04-11 06:35:30 +02:00
python-pyproject-hooks
python-pyproject-metadata
python-pyqrcode
python-pyqt5
python-pyratemp
python-pyroute2
python-pyrsistent
python-pysendfile
python-pysensors
python-pysftp
python-pysmb
python-pysmi
python-pysnmp
python-pysnmp-mibs
python-pysocks
python-pyspnego
python-pytablereader
python-pytablewriter
python-pytest package/python-pytest: bump to 8.1.1 2024-05-10 22:10:26 +02:00
python-pytest-asyncio package/python-pytest-asyncio: bump to version 0.23.6 2024-05-10 22:10:29 +02:00
python-pythran
python-pytrie
python-pytz package/python-pytz: bump to 2024.1 2024-04-02 21:56:55 +02:00
python-pyudev
python-pyusb
python-pyyaml package/python-pyyaml: add cython for host-python-pyyaml 2024-03-27 22:53:40 +01:00
python-pyzmq package/pkg-python.mk: migrate setuptools to pep517 2024-04-01 22:12:57 +02:00
python-qrcode
python-raven
python-redis
python-reedsolo
python-reentry
python-referencing package/python-referencing: add host variant 2024-03-19 23:21:36 +01:00
python-regex
python-remi
python-request-id
python-requests
python-requests-oauthlib
python-requests-toolbelt
python-rfc3987
python-rpds-py package/python-*: fix hashes for cargo-vendored python packages 2024-05-20 22:33:54 +02:00
python-rpi-gpio
python-rpi-ws281x
python-rsa package/python-rsa: migrate to poetry core pep517 build backend 2024-04-01 22:12:51 +02:00
python-rtoml package/python-*: fix hashes for cargo-vendored python packages 2024-05-20 22:33:54 +02:00
python-rtslib-fb package/python-rtslib-fb: 2.1.76 2024-03-15 21:25:41 +01:00
python-ruamel-yaml package/python-ruamel-yaml: fix comment in hash file 2024-07-28 13:06:48 +02:00
python-s3transfer
python-scandir
python-scapy
python-schedule
python-scipy
python-sdnotify
python-secretstorage
python-see
python-segno package/python-segno: add missing python3-{pyexpat, zlib} dependencies 2024-04-10 23:47:12 +02:00
python-selenium
python-semantic-version
python-semver
python-sentry-sdk
python-serial
python-serial-asyncio
python-service-identity package/python-service-identity: add missing python-cryptography dependency 2024-04-10 23:47:43 +02:00
python-setproctitle
python-setuptools package/python-setuptools: bump to version 69.2.0 2024-04-01 22:12:55 +02:00
python-setuptools-rust package/python-setuptools-rust: add host setuptools-scm dependency 2024-03-27 22:44:44 +01:00
python-setuptools-scm
python-sh package/python-sh: migrate to poetry core pep517 build backend 2024-04-01 22:12:52 +02:00
python-shutilwhich
python-simpleaudio
python-simplegeneric
python-simplejson
python-simplelogging package/python-simplelogging: migrate to poetry core pep517 build backend 2024-04-01 22:12:53 +02:00
python-simplesqlite
python-sip package/python-sip: add missing setuptools dependency 2024-04-01 22:12:50 +02:00
python-six
python-slob
python-smbprotocol
python-smbus-cffi
python-smmap2
python-snappy
python-sniffio
python-socketio
python-sockjs
python-sortedcontainers
python-soupsieve
python-spake2
python-spidev
python-sqlalchemy package/python-sqlalchemy: bump version to 2.0.30 2024-05-13 23:00:36 +02:00
python-sqliteschema
python-sqlparse
python-stack-data
python-starlette
python-sympy package/python-sympy: new package 2024-05-09 22:31:05 +02:00
python-systemd
python-tabledata
python-tcolorpy
python-tempora
python-termcolor
python-terminaltables package/python-terminaltables: use correct pep517 build backend 2024-03-27 22:39:34 +01:00
python-texttable
python-tftpy
python-thrift
python-tinycss2
python-tinyrpc
python-tomako
python-toml
python-tomli
python-tornado
python-tqdm
python-trafaret
python-traitlets
python-treq
python-trio
python-trio-websocket
python-trove-classifiers package/python-trove-classifiers: bump to version 2024.3.3 2024-05-10 22:08:06 +02:00
python-twisted
python-txaio
python-txdbus
python-txtorcon
python-typeguard
python-typepy
python-types-python-dateutil
python-typing-extensions
python-typing-inspect
python-u-msgpack
python-ubjson
python-uhid
python-ujson
python-unittest-xml-reporting
python-urllib3
python-urwid package/python-urwid: bump to version 2.6.10 2024-04-08 22:59:58 +02:00
python-urwid-readline
python-uvicorn package/python-uvicorn: bump to 0.29.0 2024-05-10 22:12:09 +02:00
python-uvloop package/pkg-python.mk: migrate setuptools to pep517 2024-04-01 22:12:57 +02:00
python-validators
python-vcversioner
python-versioneer
python-versiontools
python-visitor
python-watchdog
python-wcwidth
python-weasyprint
python-web2py
python-webargs
python-webencodings
python-webob
python-webpy
python-websocket-client
python-websockets
python-werkzeug
python-wheel
python-whoosh
python-wrapt
python-ws4py
python-wsaccel package/pkg-python.mk: migrate setuptools to pep517 2024-04-01 22:12:57 +02:00
python-wsproto
python-wtforms
python-xlib
python-xlrd
python-xlsxwriter
python-xlutils
python-xlwt
python-xmljson
python-xmltodict
python-xmodem
python-yamllint package/python-yamllint: fix dependencies and SETUP_TYPE 2024-05-09 17:49:47 +02:00
python-yarl
python-yatl
python-zc-lockfile
python-zeroconf
python-zlmdb
python-zope-interface
python-zopfli
qbee-agent package/qbee-agent: new package 2024-05-12 12:02:49 +02:00
qcom-db410c-firmware
qdecoder
qemu package/qemu: fix typo in help text of BR2_PACKAGE_QEMU_TARGET_RISCV32 2024-05-13 22:47:39 +02:00
qextserialport
qhull
qjson
qlibc
qoriq-cadence-dp-firmware
qoriq-fm-ucode
qoriq-rcw
qpdf
qpid-proton
qprint
qt5 package/qt5/qt5webkit: fix WebCore compatibility issue with updated libxml2 2024-07-31 18:31:55 +02:00
qt5cinex
qt6 package/qt6base: avoid enabling both desktop and es2 opengl 2024-06-06 20:54:08 +02:00
qt-webkit-kiosk {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
quagga package/quagga: add libxcrypt optional dependency 2024-04-07 14:17:24 +02:00
quazip
quickjs
quota
quotatool package/quotatool: bump to version 1.6.4 2024-08-31 19:10:55 +02:00
qwt
rabbitmq-c
racehound
radvd
ragel
ramsmp
ramspeed
ranger
rapidjson
rapidxml
raptor
raspberrypi-usbboot package/raspberrypi-usbboot: bump version to 20221215-105525 2024-07-13 12:59:38 +02:00
raspi-gpio
ratpoison
rauc package/rauc: bump version to 1.11.3 2024-03-15 20:16:56 +01:00
rauc-hawkbit-updater package/rauc-hawkbit-updater: add systemd optional dependency 2024-07-23 16:33:46 +02:00
rcw-smarc-sal28
rdesktop
rdma-core package/rdma-core: bump to version v51.0 2024-04-10 21:44:52 +02:00
re2 package/re2: bump to version 2024-04-01 2024-05-09 18:33:00 +02:00
read-edid
readline
reaver
redir
redis package/redis: bump to v7.2.5 2024-07-08 07:33:42 +02:00
redis-plus-plus package/redis-plus-plus: bump to version 1.3.12 2024-05-10 23:11:40 +02:00
refpolicy
reproc
resiprocate
restclient-cpp
restorecond package/restorecond: bump version to 3.6 2024-05-10 13:48:18 +02:00
rhash
riemann-c-client
rings
ripgrep package: fix filename/hashes of Cargo-fetched packages 2024-05-14 17:33:17 +02:00
riscv64-elf-toolchain
riscv-isa-sim
rlwrap
rng-tools package/rng-tools: bump to version 6.17 2024-05-27 16:34:30 +02:00
rockchip-mali
rockchip-rkbin {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
rocksdb
rp-pppoe
rpcbind
rpi-firmware
rpi-rgb-led-matrix
rpi-userland
rpm
rrdtool package/rrdtool: fix build with gcc 14.x 2024-06-06 21:21:24 +02:00
rs485conf
rsh-redone
rsync package/rsync: bump to version 3.3.0 2024-05-05 17:34:42 +02:00
rsyslog package/rsyslog: bump version to 8.2402.0 2024-03-25 22:07:11 +01:00
rt-tests package/rt-tests: bump version to 2.6 2024-03-15 20:16:27 +01:00
rtai
rtc-tools {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
rtl8188eu package/rtl8188eu: bump to 2024-02-06 version on v5.2.2.4 branch 2024-07-28 13:05:28 +02:00
rtl8189es
rtl8189fs package/rtl8189fs: bump to latest git commit 2024-05-10 23:33:01 +02:00
rtl8192eu package/rtl8192eu: bump to 2024-03-25 version 2024-04-10 23:35:34 +02:00
rtl8723bu package/rtl8723bu: bump to 2024-03-03 version 2024-04-07 18:25:28 +02:00
rtl8723ds
rtl8723ds-bt
rtl8812au-aircrack-ng package/rtl8812au-aircrack-ng: bump to version 2024-03-16 on branch v5.6.4.2 2024-03-20 21:28:53 +01:00
rtl8821au package/rtl8821au: bump to version 2024-04-08 branch v5.2.6 2024-04-10 21:43:34 +02:00
rtl8821cu package/rtl8821cu: bump to version 2024-03-25 2024-04-10 23:35:30 +02:00
rtl8822cs
rtl_433
rtmpdump {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
rtorrent
rtptools
rtty package/rtty: add libxcrypt optional dependency 2024-04-07 17:34:14 +02:00
rubix
ruby package/ruby: update to 3.3.4 2024-08-30 14:23:56 +02:00
runc {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
rust
rust-bin
rust-bindgen package: fix filename/hashes of Cargo-fetched packages 2024-05-14 17:33:17 +02:00
rustc
rwmem
rygel
s6
s6-dns
s6-linux-init
s6-linux-utils
s6-networking
s6-portable-utils
s6-rc
s390-tools package/s390-tools: bump version to 2.32.0 2024-05-09 22:31:21 +02:00
safeclib
sam-ba
samba4 package/samba4: bump version to 4.19.6 2024-05-09 17:41:07 +02:00
sane-backends
sbc
sconeserver package/sconeserver: select libxcrypt if needed 2024-08-30 16:00:33 +02:00
scons package/scons: bump to verion 4.7.0 2024-04-03 21:59:29 +02:00
screen package/screen: fix build with glibc 2.39 2024-04-02 23:25:59 +02:00
screenfetch
scrub
scrypt
sdbus-cpp package/sdbus-cpp: fix required gcc version 2024-05-09 23:11:23 +02:00
sdbusplus
sdl
sdl2 package/sdl2: bump version to 2.30.3 2024-05-13 21:35:00 +02:00
sdl2_gfx
sdl2_image
sdl2_mixer
sdl2_net
sdl2_ttf
sdl_gfx
sdl_image
sdl_mixer
sdl_net
sdl_sound
sdl_ttf
sdparm
seatd
sed
sedutil
selinux-python package/selinux-python: bump version to 3.6 2024-05-10 13:48:27 +02:00
semodule-utils package/semodule-utils: bump version to 3.6 2024-05-10 13:48:23 +02:00
sentry-cli package/sentry-cli: needs pkgconf and openssl 2024-06-23 10:56:46 +02:00
sentry-native package/google-breakpad: needs C++17 2024-04-07 17:14:46 +02:00
ser2net
serd
setools package/setools: bump version to 4.4.4 2024-05-10 13:48:36 +02:00
setserial
sexpect
sg3_utils
shadow package/shadow: fix NLS build 2024-05-06 21:27:53 +02:00
shadowsocks-libev
shairport-sync
shapelib
shared-mime-info
shellinabox
signal-estimator {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
sigrok-cli
simple-mail
siproxd
sispmctl
skalibs
skeleton
skeleton-custom
skeleton-init-common
skeleton-init-none
skeleton-init-openrc
skeleton-init-systemd
skeleton-init-sysv package/skeleton-init-sysv: Set sticky bit on /dev/shm 2024-04-11 20:30:29 +02:00
sl
slang
slirp
slirp4netns package/slirp4netns: bump to version 1.2.3 2024-05-13 23:27:37 +02:00
sloci-image
smack
smartmontools
smcroute package/smcroute: bump to version v2.5.7 2024-05-13 21:31:24 +02:00
smstools3
snappy package/snappy: fix compilation error raised by vqtbl1q_u8 instruction 2024-07-28 11:58:24 +02:00
sngrep
snmpclitools
snmppp package/snmppp: bump to version 3.5.1 2024-05-06 22:15:14 +02:00
snort
snort3
socat
socketcand
sofia-sip package/sofia-sip: fix build with gcc 14.x 2024-06-06 21:22:29 +02:00
softether
softhsm2
solarus
sord
sound-theme-borealis
sound-theme-freedesktop
sox {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
sp-oops-extract
spandsp
spawn-fcgi
spdlog package/spdlog: bump to 1.14.1 2024-05-13 22:50:00 +02:00
speechd package/speechd: set CPE_ID_VENDOR (to silence mismatched CVE warning) 2024-04-29 14:06:31 +02:00
speex package/speex: ARM5E needs ARM mode 2024-08-31 18:59:24 +02:00
speexdsp
sphinxbase
spi-tools
spice package/spice: fix libressl build 2024-03-23 13:55:05 +01:00
spice-protocol
spidev_test
spirv-headers
spirv-llvm-translator
spirv-tools
sqlcipher
sqlite package/sqlite: bump version to 3.45.1 2024-03-14 19:36:36 +01:00
squashfs
squeezelite
squid package/squid: bump version to 6.10 2024-08-10 10:47:09 +02:00
sratom
sredird
sscep package/sscep: fix linking error with musl-libc 2024-05-12 09:06:04 +02:00
ssdp-responder
sshfs
sshguard
sshpass
sslh
starfive-spltool package/starfive-spltool: new package 2024-05-01 20:30:31 +02:00
start-stop-daemon
startup-notification
statserial
stb
stella
stellarium
stm32flash
strace package/strace: bump to version 6.8 2024-03-24 16:01:19 +01:00
stress
stress-ng package/stress-ng: fix uclibc-ng build 2024-05-09 16:15:18 +02:00
strongswan
stunnel
subversion
sudo
sunwait
sunxi-boards
sunxi-cedarx
sunxi-mali-utgard
sunxi-mali-utgard-driver
sunxi-tools package/sunxi-tools: sunxi-fel needs dynamic library 2024-08-09 13:39:14 +02:00
supertux
supertuxkart
supervisor
suricata package/suricata: fix static build 2024-05-07 09:01:15 +02:00
sway
swaybg
swig
swugenerator package/swugenerator: bump to version 0.3 2024-04-10 22:41:36 +02:00
swupdate package/swupdate: bump to version 2023.12.1 2024-05-11 09:00:41 +02:00
sylpheed
synergy
sysdig
sysklogd
syslog-ng package/syslog-ng: fix libcurl build without C++ 2024-06-06 21:26:03 +02:00
sysprof
sysrepo package/sysrepo: bump version to 2.2.150 2024-05-11 09:11:35 +02:00
sysstat
system-config-printer
systemd package/systemd: enable required oomd kernel options 2024-08-07 22:14:06 +02:00
systemd-bootchart
sysvinit package/sysvinit: add optional dependency to libxcrypt 2024-04-03 21:54:32 +02:00
szip
taglib
tar package/tar: properly handle autoreconf 2024-08-20 21:56:15 +02:00
targetcli-fb package/targetcli-fb: bump version to 2.1.58 2024-03-15 21:25:18 +01:00
taskd
tbb
tbtools package/tbtools: add hashes 2024-05-12 09:53:08 +02:00
tcf-agent package/tcf-agent: fix uClibc-ng compile on ARM 2024-08-07 10:52:18 +02:00
tcl
tclap
tcllib
tcpdump
tcping
tcpreplay
tealdeer package: fix filename/hashes of Cargo-fetched packages 2024-05-14 17:33:17 +02:00
tegrarcm
tekui
termcolor
terminology
tesseract-ocr package/tesseract-ocr: bump to version 5.3.4 2024-03-23 14:37:22 +01:00
tftpd package/tftpd: bump to latest git commit 2024-08-29 18:06:43 +02:00
thermald package/thermald: bump to version 2.5.6 2024-03-27 23:01:44 +01:00
thrift
thttpd package/thttpd: add libxcrypt optional dependency 2024-04-07 17:34:28 +02:00
ti-cgt-pru
ti-gfx
ti-sgx-demos {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
ti-sgx-km {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
ti-sgx-um {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
ti-uim
ti-utils
tiff package/tiff: explicitly disable jbig support for host and target 2024-04-06 09:42:33 +02:00
time
timescaledb package/timescaledb: bump version to 2.14.2 2024-03-14 19:34:32 +01:00
tinc
tini
tinifier {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
tinyalsa
tinycbor package/tinycbor: override prefix at build time as well 2024-04-25 19:19:56 +02:00
tinycompress package/tinycompress: bump to version 1.2.11 2024-04-02 21:44:06 +02:00
tinydtls
tinyproxy package/tinyproxy: bump version to 1.11.2 2024-05-27 16:37:16 +02:00
tinyssh package/tinyssh: fix static-only build 2024-08-31 23:47:30 +02:00
tinyxml
tinyxml2
tio
tk
tl-expected {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
tllist
tmux
tor package/tor: bump version to 0.4.8.12 2024-07-08 07:27:39 +02:00
tpm2-abrmd package/tpm2-tss: create tss user and group for tpm /dev nodes 2024-06-03 12:18:44 +02:00
tpm2-pkcs11
tpm2-tools
tpm2-totp toolchain: drop codesourcery arm/aarch64 toolchains 2024-03-14 19:47:51 +01:00
tpm2-tss package/tpm2-tss: create tss user and group for tpm /dev nodes 2024-06-03 12:18:44 +02:00
tpm-tools
trace-cmd
traceroute
transmission
tree
tremor {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
triggerhappy
trinity
trousers
ts4900-fpga
tslib
tstools
ttyd package/ttyd: bump to version 1.7.7 2024-04-12 20:41:23 +02:00
tunctl
turbolua
tvheadend package/tvheadend: bump version 2024-03-24 15:46:14 +01:00
twolame
tz
tzdata package/{tzdata, zic}: bump version to 2024a 2024-03-23 14:29:07 +01:00
tzdump
uacme
uboot-bootcount
uboot-tools package/uboot-tools: use https:// _SITE 2024-06-03 11:11:25 +02:00
ubus package/ubus: remove obsolete systemd option 2024-07-28 12:04:59 +02:00
uclibc package/uclibc: add patch for libucontext usage 2024-08-28 11:08:26 +02:00
uclibc-ng-test package/uclibc-ng-test: fix build with the musl C library 2024-09-01 00:00:55 +02:00
udev
udev-gentoo-scripts
udftools
udisks
udpcast
udpxy package/udpxy: bump to version 1.0-25.1 2024-05-11 09:05:24 +02:00
uemacs {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
uftp
uftrace
uhd
uhttpd {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
uhubctl
ulog
ulogd package/ulogd: use https:// reference for .hash file 2024-06-03 11:11:28 +02:00
umtprd
unbound package/unbound: security bump to version 1.20.0 2024-08-29 18:08:55 +02:00
unclutter-xfixes
unifdef
unionfs
unixodbc package/unixodbc: fix build with gcc 14.x 2024-06-06 21:23:01 +02:00
unrar
unscd
unzip
upmpdcli
upower
upx
uqmi {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
urandom-scripts
uredir
urg
usb_modeswitch
usb_modeswitch_data
usbguard
usbmount
usbredir
usbutils
ushare
ussp-push
ustream-ssl {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
ustreamer package/ustreamer: fix uclibc build 2024-05-24 14:56:36 +02:00
utf8proc
util-linux package/util-linux: fix build with uclibc-ng < 1.0.39 2024-07-28 12:50:44 +02:00
utp_com
uuu package/uuu: update upstream link 2024-08-31 18:55:35 +02:00
uvw package/uvw: bump to 3.4.0 2024-08-08 14:01:21 +02:00
ux500-firmware
v4l2grab
v4l2loopback
vala package/vala: bump to version 0.56.17 2024-06-04 15:22:28 +02:00
valgrind
valijson
vboot-utils {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
vde2
vdr package/vdr: bump to version 2.6.5 2024-03-24 15:49:46 +01:00
vdr-plugin-vnsiserver
versal-firmware
vim
vis-network
vlc package/vlc: security bump to version 3.0.21 2024-07-08 22:24:22 +02:00
vmtouch
vnstat
vo-aacenc
volk
vorbis-tools package/vorbis-tools: fix build with gcc >= 14 2024-08-30 14:21:22 +02:00
vpnc
vsftpd package/vsftpd: add libxcrypt optional dependency 2024-04-07 17:34:26 +02:00
vte
vtun
vuejs package/vuejs: bump to version 3.4.21 2024-04-10 23:48:42 +02:00
vuejs-router package/vuejs-router: bump to version 4.3.0 2024-04-10 23:48:45 +02:00
vulkan-headers
vulkan-loader
vulkan-tools
w_scan
waf
waffle
wampcc
watchdog
watchdogd
wavemon
wavpack package/wavpack: bump to version 5.7.0 2024-05-10 23:11:03 +02:00
wayland
wayland-protocols package/wayland-protocols: bump to 1.36 2024-05-09 22:10:22 +02:00
wayland-utils
waylandpp
webkitgtk package/webkitgtk: bump to 2.44.2 2024-08-08 21:30:24 +02:00
webp
webrtc-audio-processing
websocketpp
weston Revert "package/x11r7/xlib_libxshmfence: disable on riscv32" 2024-08-12 15:01:15 +02:00
wf111
wget
whetstone
which
whois package/whois: add libxcrypt optional dependency 2024-04-07 14:17:49 +02:00
wilc-driver
wilc-firmware
wilink-bt-firmware {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
wine
wipe
wireguard-linux-compat
wireguard-tools
wireless_tools
wireless-regdb
wireplumber
wireshark
wlroots Revert "package/x11r7/xlib_libxshmfence: disable on riscv32" 2024-08-12 15:01:15 +02:00
wmctrl
woff2
wolfssl package/wolfssl: security bump to version 5.7.2 2024-08-12 22:18:20 +02:00
wolftpm
wpa_supplicant
wpan-tools
wpebackend-fdo
wpewebkit package/wpewebkit: add backported patch to fix NEON build 2024-07-23 16:42:08 +02:00
wqy-zenhei
wsapi
wsapi-fcgi
wsapi-xavante
wtfutil {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
x11r7 Revert "package/x11r7/xlib_libxshmfence: disable on riscv32" 2024-08-12 15:01:15 +02:00
x11vnc package/x11vnc: drop unrecognized options 2024-05-24 14:37:15 +02:00
x264 {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
x265 package/x265: fix runtime issue on ARMv6, ensure correctness on ARMv7 2024-08-09 21:21:11 +02:00
xapian package/xapian: bump to version 1.4.24 2024-03-23 14:37:52 +01:00
xavante
xdg-dbus-proxy
xdotool
xen
xenomai
xerces
xfsprogs package/xfsprogs: update Kconfig package homepage URL 2024-07-13 13:12:02 +02:00
xinetd
xl2tp
xml-security-c
xmlstarlet
xmrig package/xmrig: bump version to 6.21.3 2024-07-08 22:26:54 +02:00
xorcurses
xorriso
xr819-xradio
xscreensaver
xtables-addons
xterm
xutil_util-macros
xvisor package/xvisor: fix RISC-V hang when BR2_SHARED_LIBS=y 2024-08-07 10:47:42 +02:00
xvkbd
xxhash
xz
yad
yaffs2utils
yajl
yaml-cpp
yasm
yavta {boot, package}: update hashes for generated archives 2024-05-09 22:45:11 +02:00
ympd
ytree
z3 package/z3: bump to version 4.13.0 2024-04-10 22:19:48 +02:00
zabbix
zbar package/zbar: add the optional imagemagick dependency 2024-05-09 22:09:10 +02:00
zchunk
zd1211-firmware
zeek
zerofree
zeromq package/zeromq: disable perf 2024-05-08 18:33:52 +02:00
zfs package/zfs: fix uClibc support 2024-08-31 15:55:20 +02:00
zic package/zic: fix host compile (needs CC/HOST_CONFIGURE_OPTS set) 2024-04-01 14:08:03 +02:00
zip package/zip: download from sourceforge 2024-06-03 11:11:29 +02:00
zisofs-tools
zlib
zlib-ng package/zlib-ng: fix riscv build with uclibc 2024-05-13 22:40:48 +02:00
zlog
zmqpp
znc package/znc: security bump version to 1.9.1 2024-07-11 20:31:22 +02:00
zsh package/zsh: fix build with gcc >= 14 2024-08-29 08:15:12 +02:00
zstd
zxing-cpp package/zxing-cpp: add options for enabling readers and/or writers 2024-05-21 06:58:56 +02:00
zynaddsubfx
zyre
zziplib package/zziplib: bump to version 0.13.74 2024-05-05 17:33:53 +02:00
Config.in package/on2-8170-modules: remove package 2024-06-03 11:11:34 +02:00
Config.in.host package/starfive-spltool: new package 2024-05-01 20:30:31 +02:00
doc-asciidoc.mk package/doc-asciidoc.mk: unbreak docs logic after pkgdir change 2024-03-25 10:11:35 +01:00
Makefile.in support/scripts/apply-patches: use appropriate TAR 2024-06-05 23:47:56 +02:00
pkg-autotools.mk
pkg-cargo.mk
pkg-cmake.mk package/pkg-cmake: remove override of CMAKE_ASM_COMPILER 2024-08-12 13:20:18 +02:00
pkg-download.mk package/pkg-download: export TAR for download backends 2024-06-05 23:31:29 +02:00
pkg-generic.mk package/pkg-generic.mk: remove double colon in .stamp_built 2024-08-07 10:53:46 +02:00
pkg-golang.mk
pkg-kconfig.mk package/pkg-kconfig: cleanup savedefconfig MAKE 2024-09-02 12:17:04 +02:00
pkg-kernel-module.mk
pkg-luarocks.mk
pkg-meson.mk
pkg-perl.mk
pkg-python.mk package/pkg-python: fix pep517 data files installation 2024-08-01 12:48:29 +02:00
pkg-qmake.mk
pkg-rebar.mk
pkg-utils.mk package/pkg-utils: add vendoring mechanism into generated archive filename 2024-05-09 22:44:58 +02:00
pkg-virtual.mk
pkg-waf.mk