nixpkgs/pkgs/development/libraries
Alyssa Ross fd78240ac8
treewide: use lib.getLib for OpenSSL libraries
At some point, I'd like to make another attempt at
71f1f4884b ("openssl: stop static binaries referencing libs"), which
was reverted in 195c7da07d.  One problem with my previous attempt is
that I moved OpenSSL's libraries to a lib output, but many dependent
packages were hardcoding the out output as the location of the
libraries.  This patch fixes every such case I could find in the tree.
It won't have any effect immediately, but will mean these packages
will automatically use an OpenSSL lib output if it is reintroduced in
future.

This patch should cause very few rebuilds, because it shouldn't make
any change at all to most packages I'm touching.  The few rebuilds
that are introduced come from when I've changed a package builder not
to use variable names like openssl.out in scripts / substitution
patterns, which would be confusing since they don't hardcode the
output any more.

I started by making the following global replacements:

    ${pkgs.openssl.out}/lib -> ${lib.getLib pkgs.openssl}/lib
    ${openssl.out}/lib -> ${lib.getLib openssl}/lib

Then I removed the ".out" suffix when part of the argument to
lib.makeLibraryPath, since that function uses lib.getLib internally.

Then I fixed up cases where openssl was part of the -L flag to the
compiler/linker, since that unambigously is referring to libraries.

Then I manually investigated and fixed the following packages:

 - pycurl
 - citrix-workspace
 - ppp
 - wraith
 - unbound
 - gambit
 - acl2

I'm reasonably confindent in my fixes for all of them.

For acl2, since the openssl library paths are manually provided above
anyway, I don't think openssl is required separately as a build input
at all.  Removing it doesn't make a difference to the output size, the
file list, or the closure.

I've tested evaluation with the OfBorg meta checks, to protect against
introducing evaluation failures.
2022-03-30 15:10:00 +00:00
..
a52dec
aalib
abseil-cpp abseil-cpp: init 20211102.0 2022-02-09 21:05:27 -08:00
accounts-qt
accountsservice accountsservice: 22.07.5 → 22.08.8 2022-03-01 11:37:33 +01:00
ace ace: 7.0.5 -> 7.0.6 2022-02-10 11:48:08 -08:00
acl
ada
adns
adslib
afflib
aften maintainers: update emilytrau 2022-02-11 04:45:03 +00:00
agda
agg
alembic
alglib alglib: init at 3.18.0 2022-03-03 17:51:09 -08:00
alkimia
allegro
alure
alure2
amdvlk amdvlk: 2022.Q1.1 -> 2022.Q1.3 2022-02-23 09:51:31 +00:00
aml
amrnb
amrwb
amtk
AntTweakBar
apache-activemq activemq: 5.16.3 -> 5.16.4 2022-02-15 23:34:30 +00:00
appindicator-sharp
applet-window-buttons
appstream libsForQt5.appstream-qt: fix darwin build 2022-03-02 11:28:29 +08:00
appstream-glib
apr
apr-util treewide: use lib.getLib for OpenSSL libraries 2022-03-30 15:10:00 +00:00
aqbanking treewide: use lib.getLib for OpenSSL libraries 2022-03-30 15:10:00 +00:00
aravis
arb arb: 2.21.1 -> 2.22.1, enable parallel building 2022-02-10 16:40:41 -03:00
argp-standalone
argtable
arguments
aribb25
armadillo armadillo: 10.7.5 -> 10.8.2 2022-02-10 21:10:57 +00:00
arpa2common
arrayfire arrayfire: 3.6.4 -> 3.7.3 2022-01-15 13:38:44 -05:00
arrow-cpp arrow-cpp: libnsl is not necessary for building (#162757) 2022-03-04 11:01:20 -05:00
asio
aspell
assimp assimp: fix include directory with split outputs 2022-01-22 10:40:04 +01:00
at-spi2-atk
at-spi2-core
atk
atkmm
attr
aubio aubio: fix cross compilation 2022-02-26 15:30:25 +08:00
audiality2
audio lv2: add dev output 2022-03-17 08:53:24 -07:00
audiofile
avahi
avro-c avro-c: 1.10.2 -> 1.11.0 2022-02-10 18:57:04 +00:00
avro-c++ avro-cpp: 1.8.2 -> 1.10.2 2022-02-21 10:33:34 +01:00
aws-c-auth aws-c-auth: 0.6.8 -> 0.6.11 2022-02-15 22:49:54 -08:00
aws-c-cal aws-c-cal: 0.5.12 -> 0.5.14 2022-02-15 23:14:33 -08:00
aws-c-common aws-c-common: 0.6.18 -> 0.6.19 2022-02-15 23:02:41 -08:00
aws-c-compression
aws-c-event-stream
aws-c-http
aws-c-io aws-c-io: 0.10.13 -> 0.10.19 2022-02-15 23:05:16 -08:00
aws-c-mqtt aws-c-mqtt: 0.7.9 -> 0.7.10 2022-02-15 22:58:43 -08:00
aws-c-s3 aws-c-s3: 0.1.30 -> 0.1.33 2022-02-15 23:04:35 -08:00
aws-c-sdkutils
aws-checksums
aws-crt-cpp aws-crt-cpp: 0.17.8 -> 0.17.16 2022-02-15 23:16:33 -08:00
aws-sdk-cpp
ayatana-ido
babl babl: 0.1.88 → 0.1.90 2022-02-23 21:09:06 +01:00
backward-cpp
bamf bamf: 0.5.5 -> 0.5.6 2022-02-27 11:34:38 +08:00
bash/bash-preexec
bashup-events
bcg729
bctoolbox bctoolbox: 5.1.10 -> 5.1.12 2022-03-23 04:04:51 +00:00
bearssl
beecrypt
beignet
belcard belcard: 5.0.55 -> 5.1.10 2022-03-17 01:32:48 +00:00
belle-sip
belr belr: 5.0.55 -> 5.1.3 2022-03-05 10:35:43 +00:00
biblesync
blitz python,pythonPackages: make aliases 2022-01-16 18:39:59 +00:00
bobcat
boca boca: 1.0.5 -> 1.0.6a 2022-02-18 00:16:55 +01:00
boehm-gc boehmgc: drop musl flags, per upstream's note (!) (#157625) 2022-02-01 12:18:35 -06:00
boolstuff
boost boost: unbreak build for 1.65 and 1.66 (#163216) 2022-03-23 03:51:12 +01:00
boost-process
bootil
boringssl
botan treewide: remove *.upstream files from updateWalker 2022-01-26 21:46:07 +01:00
box2d
boxfort
brigand
buddy
bullet
bulletml
bwidget
bzrtp bzrtp: 5.0.55 -> 5.1.0 2022-02-12 21:42:42 -08:00
c-ares
c-blosc
caf
cairo
cairomm
capnproto capnproto: regenerate patch with more clear commit message 2022-03-21 08:31:32 -05:00
capstone
catch
catch2 catch2: 2.13.7 -> 2.13.8 2022-01-25 12:21:39 +01:00
ccrtp
cctz
cddlib
cdk
cdo
cegui
celt celt: update homepage 2022-02-06 15:10:54 +01:00
cereal
ceres-solver
CGAL treewide: rename name to pname&version 2022-03-08 13:24:25 +01:00
cglm cglm: 0.8.4 -> 0.8.5 2022-03-21 02:32:52 +00:00
cgreen
cgui
check
chipmunk
chmlib
chromaprint chromaprint: fix build, pin ffmpeg to 4.x 2022-02-03 09:22:03 -08:00
cimg cimg: 3.0.0 -> 3.0.2 2022-03-09 12:05:29 -03:00
civetweb civetweb: use cmake 2022-03-14 12:17:26 -07:00
cjose
cjson
cl
clanlib
classads
clfft
clipp
clipper
cln
cloog
cloog-ppl
clucene-core
clutter
clutter-gst
clutter-gtk
cm256cc
cmark
cmark-gfm cmark-gfm: 0.29.0.gfm.2 -> 0.29.0.gfm.3 2022-03-04 03:33:17 +00:00
cminpack
cmocka
cmrt
codec2
coeurl coeurl: 0.1.1 -> 0.2.0 2022-03-08 03:55:15 +00:00
cogl
coin3d
CoinMP
collada-dom
comedilib
console-bridge
coordgenlibs
cosmopolitan
cpp-hocon
cpp-ipfs-api
cpp-netlib
cpp-utilities cpp-utilities: 5.12.0 -> 5.13.0 2022-02-18 04:24:09 +00:00
cppcms
cppdb
cpptest
cpptoml
cppunit
cpputest
cppzmq
cracklib
crc32c Remove myself from maintainers 2022-01-20 00:24:52 +01:00
crcpp crcpp: 1.1.0.0 -> 1.2.0.0 2022-03-17 22:58:41 +01:00
cre2
criterion
croaring
crypto++ cryptopp: add an option to build with OpenMP 2022-02-06 20:50:03 +01:00
csfml
ctl
ctpl
ctpp2
ctypes_sh
cudd
curlcpp
curlpp
cutee
cutelyst
cwiid
cxx-prettyprint
cxxopts
cxxtest
cxxtools
cyrus-sasl
czmq
dav1d
db
dbus
dbus-cplusplus Fix broken sources.gentoo.org fetch URLs 2022-02-01 22:48:42 -08:00
dbus-glib
dbus-sharp
dbus-sharp-glib
dbxml
dclib
dclxvi
dconf
dee
directfb
discord-rpc
dleyna-connector-dbus
dleyna-core
dleyna-renderer
dleyna-server
dlib dlib: 19.22 -> 19.23 2022-01-28 22:58:16 +01:00
docopt_cpp
doctest
dotconf
dotnetfx35
dotnetfx40
double-conversion double-conversion: 3.1.6 -> 3.2.0 2022-02-11 08:08:58 +00:00
dqlite removing maintainer wucke13 from some packages 2022-02-21 22:58:18 +01:00
draco
drogon drogon: 1.7.4 -> 1.7.5 2022-02-20 11:01:54 +00:00
drumstick libsForQt5.drumstick: 2.4.1 -> 2.5.1 2022-02-23 21:11:37 +01:00
dssi
duckdb duckdb: patch version 2022-02-14 14:13:51 -05:00
dxflib
dyncall
easyloggingpp easyloggingpp: update homepage 2022-02-06 15:10:29 +01:00
eccodes eccodes: 2.24.0 -> 2.24.2 2022-02-12 21:10:13 -08:00
eclib
editline
egl-wayland
eigen treewide: remove *.upstream files from updateWalker 2022-01-26 21:46:07 +01:00
elementary-cmake-modules
elf-header
elfio elfio: 3.9 -> 3.10 2022-02-11 12:52:58 +00:00
elpa elpa: 2021.11.001 -> 2021.11.002 2022-03-13 10:45:01 +00:00
embree embree: 3.13.2 -> 3.13.3 2022-02-12 20:35:31 -08:00
enchant
enet
entt
ethash
eventlog
exempi
exiv2 Merge pull request #153106 from paperdigits/exiv2-bmff 2022-03-19 21:30:01 +02:00
exosip
expat Merge master into staging-next 2022-03-05 00:01:54 +00:00
faac
faad2 faad2: correct license 2022-02-06 18:10:44 +01:00
farbfeld
farstream farstream: 0.2.8 -> 0.2.9, set broken=false 2022-02-10 11:48:22 -08:00
fast-cpp-csv-parser
fastjson
fastpbkdf2
faudio
fcft fcft: 2.5.1 -> 3.0.1 2022-02-05 23:27:01 +01:00
fcgi fcgi: update homepage 2022-02-06 15:10:35 +01:00
fcl
fcppt
fdk-aac
febio febio: init at 3.5.1 2022-03-01 18:23:08 +01:00
fflas-ffpack fflas-ffpack: 2.4.3 -> 2.5.0 2022-01-24 20:54:53 -03:00
ffmpeg Merge master into staging-next 2022-01-25 00:02:13 +00:00
ffmpeg-full Merge remote-tracking branch 'origin/staging-next' into staging 2022-02-03 21:29:24 -08:00
ffmpeg-sixel
ffmpegthumbnailer ffmpegthumbnailer: 2.2.2 -> unstable-2021-09-02 2022-02-07 10:04:52 -08:00
ffms ffms: pin ffmpeg to 4.x 2022-02-04 15:49:08 -08:00
fftw fftw: convert to pname+version, use https for fetching, expose withDoc, remove ? null from inputs 2022-01-13 17:35:06 +01:00
filter-audio
flann flann: update homepage 2022-02-06 15:10:38 +01:00
flatbuffers
flatcc
flatpak flatpak: 1.12.4 → 1.12.6 2022-02-22 21:54:38 +01:00
flint treewide: remove all updateWalker/downloadURLRegexp 2022-01-26 21:46:08 +01:00
flite flite: disable parallelism 2022-02-19 07:51:15 +00:00
fltk
fmt
folks folks: 0.15.3 → 0.15.4 2022-01-30 04:47:01 +01:00
folly folly: 2022.02.21.00 -> 2022.02.28.00 2022-03-01 05:35:04 +00:00
fontconfig
forge
fox
fplll fplll: 5.3.2 -> 5.4.1 2022-01-24 20:54:52 -03:00
frame
freealut
freeglut
freeimage
freenect freenect: fix 2022-01-18 08:49:35 +01:00
freetds freetds: 1.3.8 -> 1.3.9 2022-02-25 12:13:32 -08:00
freetts
freetype
frei0r
fribidi
fstrcmp
fstrm
ftgl
ftxui ftxui: unstable-2021-08-13 -> 2.0.0 2022-03-08 21:20:54 +01:00
funambol
g2o
galario
gamenetworkingsockets
gamin
ganv
garmintools
gbenchmark
gcab
gcc
gcr gcr: pull upstream fix for meson-0.60 2022-03-20 14:40:18 +00:00
gd gd: enable AVIF support (#158698) 2022-02-09 14:29:25 +01:00
gdal gdal: 3.4.1 -> 3.4.2 2022-03-15 06:54:16 +00:00
gdata-sharp
gdbm gdbm: 1.20 -> 1.23 2022-02-05 10:11:29 +00:00
gdcm
gdk-pixbuf gdk-pixbuf-xlib: 2020-06-11-unstable -> 2.40.2 2022-01-13 20:11:35 +01:00
gdl
gdome2
gecode
gegl gegl: 0.4.34 → 0.4.36 2022-02-26 15:30:25 +01:00
geis
genann
gensio gensio: 2.2.9 -> 2.3.6 2022-02-25 11:02:10 -08:00
geoclue
geocode-glib
geoip
geos
getdata
getdns
gettext gettext: fix windows cross compilation 2022-02-01 10:41:36 +01:00
gexiv2
gf2x
gfbgraph
gflags
ggz_base_libs treewide: use lib.getLib for OpenSSL libraries 2022-03-30 15:10:00 +00:00
ghc_filesystem
giflib
gio-sharp
givaro givaro: 4.1.1 -> 4.2.0 2022-01-24 20:54:53 -03:00
gjs gjs: 1.70.0 -> 1.70.1 2022-02-10 11:40:45 -08:00
gl2ps
glbinding
gle
glew
glfw
glib glib: 2.70.2 -> 2.70.3 2022-02-15 14:07:41 +01:00
glib-networking
glib-testing
glibc glibc: 2.33-108 -> 2.33-117 2022-02-04 08:01:11 +00:00
glibmm
glm
globalarrays globalarrays: 5.8 -> 5.8.1 2022-01-24 11:24:39 +00:00
globalplatform
glog
gloox
glpk
glpng
glui
gmime
gmm
gmp
gmtk
gnet
gnome-menus
gnome-online-accounts
gnome-video-effects
gnu-config
gnu-efi
gnutls gnutls: fix IDN support 2022-01-28 12:48:48 -08:00
gnutls-kdh
gobject-introspection gobject-introspection: prepare for meson 0.61 2022-01-15 17:25:08 +08:00
goffice goffice: 0.10.50 -> 0.10.51 2022-01-21 08:35:17 +00:00
gom
goocanvas
goocanvasmm
google-cloud-cpp google-cloud-cpp: 1.32.1 -> 1.38.0 (#163205) 2022-03-08 13:24:57 +01:00
gperftools
gpgme gpgme: fix the qt5 bindings 2022-03-15 09:31:06 +01:00
grail
grantlee
graphene
graphene-hardened-malloc
grilo
grilo-plugins
grpc
gsasl
gsettings-desktop-schemas
gsettings-qt gitUpdater: init 2022-02-21 13:01:49 -03:00
gsignond
gsl
gsm
gsmlib
gsoap
gsound
gspell
gss
gssdp
gstreamer gst_all_1.gst-plugins-bad: fix build on Darwin 2022-02-15 19:46:22 -05:00
gtdialog
gtest
gthree gthree: mark as broken on darwin 2022-01-15 00:29:29 -05:00
gtk gtk4: 4.6.0 -> 4.6.1 2022-02-15 08:31:17 +00:00
gtk-engine-bluecurve
gtk-engine-murrine
gtk-engines
gtk-frdp gtk-frdp: unstable-2021-10-01 -> unstable-2021-10-28 2022-03-12 13:33:45 +01:00
gtk-layer-shell
gtk-mac-integration
gtk-sharp gtk-sharp*: remove old optional Gnome2 dependencies 2022-01-29 18:09:14 +01:00
gtk-sharp-beans
gtkd
gtkdatabox
gtkextra
gtkimageview
gtkmathview
gtkmm gtkmm4: 4.4.0 -> 4.6.0 2022-02-12 22:31:39 -08:00
gtksourceview
gtksourceviewmm
gtkspell
gtkspellmm
gts
gumbo
gupnp gupnp: 1.4.1 -> 1.4.3 2022-01-28 20:12:00 +01:00
gupnp-av
gupnp-dlna
gupnp-igd
gusb
gvfs gvfs: allow building without avahi 2022-02-23 23:41:15 +01:00
gvm-libs gvm-libs: 21.4.3 -> 21.4.4 2022-02-22 06:58:03 +00:00
half
hamlib
harfbuzz harfbuzz: 3.2.0 -> 3.3.2 2022-02-12 09:55:46 +00:00
hawknl
hdf5-blosc
herqq
hidapi
highfive highfive-mpi: remove appendToName to have a consistent package name for repology 2022-02-28 12:45:44 +01:00
hiredis
hiredis-vip
hivex
hotpatch
howard-hinnant-date
hpx
hspell
htmlcxx
http-parser
hunspell
hwloc
hyena
hyperscan
hyphen
icu
id3lib
idnkit idnkit: update homepage 2022-02-06 15:10:54 +01:00
igraph igraph: 0.9.6 -> 0.9.7 2022-03-17 11:32:31 +00:00
ijs
iksemel
ilbc
ilixi
ilmbase
imath imath: 3.1.3 -> 3.1.4 2022-01-24 13:33:39 +00:00
imgui imgui: 1.86 -> 1.87 2022-02-12 20:44:50 -08:00
iml treewide: remove all updateWalker/downloadURLRegexp 2022-01-26 21:46:08 +01:00
imlib
imlib2 imlib2: 1.7.3 -> 1.7.5 2022-01-23 18:06:50 +01:00
impy
inchi
incrtcl
indicator-application
inih
iniparser
intel-gmmlib intel-gmmlib: 22.0.3 -> 22.1.0 2022-03-16 09:25:30 +00:00
intel-media-driver intel-media-driver: 22.1.1 -> 22.2.2 2022-03-11 17:52:21 +01:00
intel-media-sdk intel-media-sdk: 22.1.0 -> 22.2.0 2022-02-25 17:18:07 -08:00
iodash
ip2location-c
iqueue
irrlicht
isa-l
isl
iso-codes
itk
itktcl
jabcode jabcode: mark as broken on darwin 2022-01-19 13:47:39 -05:00
jama
jansson
jasper
java hydraAntLogger: switch to fetchFromGitHub 2022-03-16 00:45:12 +01:00
jbig2dec
jbigkit
jcal maintainers: remove linarcx 2022-02-20 04:20:00 +00:00
jemalloc
jitterentropy jitterentropy: 2.2.0 -> 3.3.1 2022-01-27 16:55:30 +01:00
jose
json-c
json-glib
jsoncpp
jsonrpc-glib
judy judy: fix cross compilation 2022-01-23 19:45:45 +08:00
jxrlib
kcolorpicker
kdb
kddockwidgets
kde-frameworks Merge pull request #160954 from a-m-joseph/kauth-without-polkit 2022-03-24 14:54:35 -05:00
kdiagram
kdsoap
kerberos Merge pull request #111945 from r-ryantm/auto-update/krb5 2022-01-28 20:28:26 +01:00
keybinder
keybinder3
keystone
kf5gpgmepp
khronos-ocl-icd-loader khronos-ocl-icd-loader: 2021.06.30 -> 2022.01.04 2022-01-14 17:02:01 +01:00
kimageannotator
kirigami-addons
kissfft
kmsxx
kpeoplevcard
kpmcore
kproperty
kquickimageedit libsForQt5.kquickimageedit: 0.1.3 -> 0.2.0 2022-02-23 22:18:33 +01:00
kreport
kronosnet
kweathercore
kyotocabinet
l-smash
lame
languagemachines
lasem
lasso
LAStools LAStools: 2.0.0 -> 2.0.1 2022-03-22 22:37:12 -04:00
LASzip
lcms
lcms2 lcms2: 2.12 -> 2.13.1 2022-02-12 20:33:35 -08:00
ldacbt
ldb
ldns
ldutils
leatherman leatherman: 1.12.6 -> 1.12.7 2022-01-31 09:43:16 -08:00
lemon-graph
lensfun
leptonica
lesstif
leveldb
levmar
lib2geom
lib3ds
lib3mf
libaacs libaacs: 0.11.0 -> 0.11.1 2022-03-01 16:32:34 +00:00
libaal
libabigail
libabw
libaccounts-glib
libad9361
libadwaita libadwaita: 1.0.1 -> 1.0.2 2022-02-11 20:23:22 +00:00
libaec
libAfterImage
libagar
libamqpcpp libamqpcpp: 4.3.15 -> 4.3.16 2022-01-31 09:11:37 -08:00
libantlr3c
libao
libaom libaom: 3.2.0 -> 3.3.0 2022-02-18 06:14:35 +00:00
libaosd
libappindicator
libarchive treewide: use lib.getLib for OpenSSL libraries 2022-03-30 15:10:00 +00:00
libarchive-qt libarchive-qt: 2.0.6 -> 2.0.7 2022-03-07 10:04:32 +07:00
libargon2
libargs
libasr
libass treewide: remove meta.repositories 2022-03-24 23:56:14 +02:00
libassuan
libast
libasyncns
libatomic_ops
libaudclient
libaudec
libav
libavc1394
libavif
libayatana-appindicator
libayatana-indicator
libb2
libb64
libbacktrace
libbap ocamlPackages tree-wide: Move buildInputs that should be nativeBuildInputs 2022-02-24 14:39:27 +01:00
libbaseencode
libbde
libbdplus
libbencodetools
libbfd
libbladeRF libbladeRF: 2.2.1 -> 2.4.1 2022-03-08 14:43:27 +00:00
libblockdev
libblocksruntime
libbluedevil
libbluray
libbpkg
libbsd libbsd: 0.11.3 -> 0.11.5 2022-02-18 18:56:43 +01:00
libbson
libbtbb
libburn
libbutl
libbytesize
libcaca
libcacard
libcamera
libcanberra
libcangjie libcangjie: fix src 2022-02-09 21:55:31 -08:00
libcbor
libccd
libcdada
libcdaudio
libcddb
libcdio
libcdio-paranoia
libcdr
libcec treewide: remove meta.repositories 2022-03-24 23:56:14 +02:00
libcef libcef: 96.0.18 -> 98.1.21 2022-02-18 10:03:42 +01:00
libcello
libcerf
libchamplain
libchardet
libchewing
libchop
libcint
libck
libclc
libcli
libcloudproviders
libclthreads
libclxclient
libcmis
libcollectdclient
libcommuni libsForQt5.libcommuni: 3.6.0 -> 3.7.0 2022-02-12 20:14:13 -08:00
libconfig
libconfuse
libcork
libcotp
libcouchbase libcouchbase: 3.2.4 -> 3.2.5 2022-02-25 11:03:59 -08:00
libcrafter
libcredis
libcrossguid
libcryptui
libcsptr
libctb
libctemplate
libctl libctl: init at 4.5.1 2022-03-17 03:46:28 +09:00
libcue
libcutl
libcyaml libcyaml: 1.3.0 -> 1.3.1 2022-02-12 12:42:55 +00:00
libdaemon
libdap
libdatrie
libdazzle
libdbi
libdbi-drivers
libdbusmenu libdbusmenu: rename name to pname&version 2022-02-17 13:57:58 +01:00
libdbusmenu-qt
libdc1394
libde265
libdecor
libdeflate
libdeltachat libdeltachat: 1.75.0 -> 1.76.0 2022-03-03 21:09:44 +00:00
libdevil
libdigidoc
libdigidocpp
libdiscid
libdivecomputer
libdivsufsort
libdmapsharing
libdmtx
libdnet
libdrm libdrm: 2.4.109 -> 2.4.110 2022-02-18 21:31:49 +01:00
libdv
libdvbpsi
libdvdcss
libdvdnav
libdvdread
libdwarf
libdwg
libdynd
libe-book
libe57format
libeatmydata
libeb
libebml
libebur128
libechonest
libedit
libee
libelf
libelf-freebsd
libelfin
libemf2svg
libepc
libepoxy
liberfa
liberio
libesmtp libesmtp: 1.0.6 -> 1.1.0 2022-01-28 08:49:01 +01:00
libestr
libetpan
libev
libevdev
libevdevplus
libevent
libewf
libexecinfo
libexif
libexsid
libextractor
libexttextcat
libf2c libf2c: explicitly disable parallel builds 2022-01-29 12:37:56 +00:00
libfabric
libfakekey
libfaketime
libfann
libff
libffcall
libffi
libfido2
libfilezilla libfilezilla: 0.35.0 -> 0.36.0 2022-02-12 20:09:56 -08:00
libfishsound
libfive
libfixposix
libfm
libfprint libfprint: 1.94.2 -> 1.94.3 2022-02-24 13:58:10 +01:00
libfprint-2-tod1-goodix
libfprint-2-tod1-vfs0090
libfprint-tod libfprint-tod: fix build with meson 0.60 2022-01-22 20:16:34 +01:00
libfpx
libfreeaptx
libfreefare
libfsm
libftdi
libfyaml libfyaml: 0.7.3 -> 0.7.12 2022-01-19 04:20:00 +00:00
libgadu
libgaminggear
libgbinder libgbinder: 1.1.16 -> 1.1.19 2022-03-08 23:55:24 +00:00
libgcrypt treewide: remove meta.repositories 2022-03-24 23:56:14 +02:00
libgda libgda6: fix build 2022-02-28 15:18:35 +01:00
libgdamm
libgdata libgdata: Propagate more dependencies in requires 2022-02-28 15:18:35 +01:00
libgdiplus
libgee libgee: 0.20.4 -> 0.20.5 2022-02-10 14:59:00 -08:00
libgeotiff
libgepub
libgig
libgit2 libgit2: 1.3.0 -> 1.4.0, update meta 2022-02-16 00:16:56 +01:00
libgit2-glib
libglibutil
libglvnd
libgmpris
libgnome-games-support libgnome-games-support: move out of gnome scope 2022-02-28 15:18:35 +01:00
libgnome-keyring
libgnomekbd
libgnt
libgnurl
libgpg-error libgpg-error: fix build of pkgsStatic.libgpg-error on aarch64-linux 2022-03-24 19:11:57 +01:00
libgphoto2 libgphoto2: 2.5.27 -> 2.5.28 2022-01-25 08:28:50 +01:00
libgpiod
libgpod
libgringotts
libgrss
libgsf
libgssglue
libgtop
libgudev
libguestfs libguestfs: 1.44.1 → 1.46.2 2022-02-20 09:57:15 +01:00
libgumath
libgweather
libgxps
libhandy
libhangul
libharu
libhdhomerun libhdhomerun: 20210624 -> 20220303 2022-03-12 19:39:04 +00:00
libheif
libhsts
libhttpseverywhere libhttpseverywhere: fix build with meson 0.60 2022-01-22 20:28:13 +01:00
libhugetlbfs
libhwy
libHX
libiberty
libibmad
libibumad
libical libical: 3.0.10 -> 3.0.11 2022-01-28 20:16:19 +01:00
libicns
libiconv
libid3tag
libidn treewide: remove meta.repositories 2022-03-24 23:56:14 +02:00
libidn2 treewide: remove meta.repositories 2022-03-24 23:56:14 +02:00
libiec61883
libieee1284
libiio
libimagequant
libime
libimobiledevice
libindicator libindicator: rename name to pname&version (#160010) 2022-02-15 14:16:29 +01:00
libinfinity
libinjection
libinklevel
libinotify-kqueue
libinput libinput: fix docs build 2022-01-28 20:07:28 +01:00
libinsane
libint
libiodbc
libipfix
libipt
libiptcdata
libircclient
libirecovery
libiscsi
libisds
libisoburn
libisofs
libite
libivykis
libixp-hg
libjaylink
libjcat libjcat: 0.1.7 → 0.1.10 2022-02-19 10:01:49 +01:00
libjpeg libjpeg_original: 9d -> 9e 2022-02-12 20:40:27 -08:00
libjpeg-turbo
libjreen
libjson
libjson-rpc-cpp
libjwt
libjxl
libkate
libks
libksba
libksi
liblangtag
libLAS
liblastfm treewide: remove meta.repositories 2022-03-24 23:56:14 +02:00
liblastfmSF
liblaxjson
liblcf
libliftoff libliftoff: 0.1.0 -> 0.2.0 2022-02-20 16:04:19 +01:00
liblinear
liblinphone
liblo
liblockfile
liblogging
liblognorm
liblouis liblouis: 3.20.0 -> 3.21.0 2022-03-08 14:07:02 +01:00
liblqr-1
liblscp
libltc
liblxi
libmad
libmanette
libmatchbox
libmatheval
libmatroska
libmaxminddb
libmbim
libmcrypt
libmd
libmediaart
libmediainfo
libmemcached
libmesode
libmhash
libmicrodns
libmicrohttpd
libmikmod
libmilter
libminc
libmkv
libmms
libmng
libmnl
libmodbus libmodbus: 3.1.6 -> 3.1.7 2022-02-12 12:11:44 +01:00
libmodplug
libmodule
libmodulemd libmodulemd: 2.13.0 → 2.14.0 2022-02-23 10:26:02 +01:00
libmongo-client
libmowgli
libmp3splt
libmpack
libmpc
libmpcdec
libmpeg2
libmrss
libmspack
libmtp
libmusicbrainz
libmwaw
libmx
libmypaint
libmysqlconnectorcpp libmysqlconnectorcpp: 8.0.27 -> 8.0.28 2022-02-17 18:20:27 +01:00
libnabo
libnatpmp libnatpmp: fix dyld path on darwin 2022-03-15 11:06:08 +01:00
libnats-c libnats-c: 2.1.0 -> 3.2.0 2022-01-27 22:22:22 +01:00
libnatspec
libnbd libnbd: 1.9.5 -> 1.12.2 2022-03-16 09:06:19 +01:00
libndctl
libndp
libndtypes
libnest2d
libnet
libnetfilter_acct
libnetfilter_conntrack
libnetfilter_cthelper
libnetfilter_cttimeout
libnetfilter_log
libnetfilter_queue
libnfc
libnfnetlink
libnfs libnfs: 4.0.0 -> 5.0.1 2022-02-12 10:51:20 +00:00
libnftnl
libngspice
libnice
libnih
libnixxml
libnotify
libnsl
libnxml
liboauth treewide: remove meta.repositories 2022-03-24 23:56:14 +02:00
libodb
libodb-sqlite
libodfgen
libofa
libofx
libogg
liboggz
liboil
libomxil-bellagio
liboop
libopcodes
libopenaptx
libopenglrecorder
liboping
libopus
libopusenc
libosinfo libosinfo: 1.9.0 → 1.10.0 2022-02-23 20:29:35 +01:00
libosmium Merge pull request #157075 from das-g/libosmium 2022-02-19 15:03:30 +01:00
libosmscout
libossp-uuid
libotr treewide: remove meta.repositories 2022-03-24 23:56:14 +02:00
libow
libowfat
libowlevelzs
libp11
libpam-wrapper
libpaper
libpar2
libpcap
libpeas
libpfm
libpg_query
libpgf
libphonenumber
libpinyin libpinyin: 2.3.0 -> 2.6.1 2022-01-20 12:35:16 +08:00
libpipeline
libplacebo libplacebo: 4.192.0 -> 4.192.1 2022-02-04 23:11:40 +01:00
libplctag libplctag: 2.4.12 -> 2.5.0 2022-02-14 19:22:30 +00:00
libplist
libpng libpng: rename name to pname&version (#160047) 2022-02-14 16:32:50 -05:00
libpointmatcher
libportal
libpostal
libpqxx
libproxy libproxy: upgrade spidermonkey 2022-02-02 18:57:15 +01:00
libpseudo
libpsl
libpst
libptytty libptytty: init at 2.0 2022-01-24 21:46:44 +01:00
libpulsar libpulsar: init at 2.9.1 2022-02-22 12:34:17 -07:00
libpwquality libpwquality: 1.4.2 -> 1.4.4 2022-03-23 08:39:34 +00:00
libqaccessibilityclient
libqalculate libqalculate: 4.0.0 -> 4.1.0 2022-03-20 16:04:47 +08:00
libqb libqb: 2.0.5 -> 2.0.6 2022-03-24 18:07:21 +00:00
libqglviewer
libqmi libqmi: 1.30.2 -> 1.30.4 2022-02-16 02:46:59 +01:00
libqofono
libqrtr-glib
libqtav
libquotient
libr3
libraspberrypi libraspberrypi: unstable-2021-06-23 -> unstable-2021-10-25 2022-02-12 00:04:19 -08:00
libraw
libraw1394
librdf
libre
librealsense
libredwg libredwg: 0.12 -> 0.12.4 2022-01-28 20:17:52 +01:00
librelp
librem
librep librep: mark as broken on darwin 2022-01-23 22:28:54 -05:00
libresample
libressl libressl_3_2: drop, unmaintained 2022-03-15 18:43:02 +01:00
librest librest: build developer docs 2022-02-20 19:59:09 +01:00
librevenge
librevisa
librime
libroxml
librsb librsb: 1.2.0.9 -> 1.2.0.10 2022-02-23 23:51:10 +01:00
librseq
librsvg librsvg: 2.52.5 -> 2.52.6 2022-02-19 10:46:06 +01:00
librsync
librtlsdr librtlsdr: propagate libusb 2022-01-27 14:34:32 +01:00
librtprocess librtprocess: 0.11.0 -> 0.12.0 2022-03-18 10:18:07 +00:00
librttopo
libs3
libsamplerate
libsass
libsbsms
libschrift libschrift: 0.10.0 -> 0.10.1 2022-02-26 15:01:20 +01:00
libsciter libsciter: init at 4.4.8.23-bis 2022-03-03 15:49:40 +01:00
libscrypt libscrypt: 1.21 -> 1.22 2022-02-19 07:01:01 +00:00
libsearpc
libseccomp
libsecret
libserdes libserdes: fix compatibility with Avro master branch 2022-02-21 10:33:34 +01:00
libserialport
libshout
libshumate libshumate: unstable-2021-10-06 → 1.0.0.alpha.1 2022-01-27 21:15:09 +08:00
libsidplayfp
libsieve
libsigcxx libsigcxx: 2.10.7 → 2.10.8 2022-02-28 15:18:35 +01:00
libsignal-protocol-c
libsignon-glib
libsigsegv libsigsegv: 2.13 -> 2.14 2022-02-12 20:12:32 -08:00
libsixel
libskk
libslirp
libsmartcols treewide: rename name to pname&version 2022-02-22 14:19:49 +01:00
libsmi
libsnark treewide: rename name to pname&version 2022-02-22 14:19:49 +01:00
libsndfile
libsodium
libsolv
libsoundio
libsoup
libspatialaudio
libspatialindex
libspatialite
libspectre
libspectrum
libspf2 libspf2: update description and homepage to match upstream 2022-02-21 14:31:43 -08:00
libspiro
libspnav
libspng libspng: 0.7.1 -> 0.7.2 2022-02-12 16:23:26 +01:00
libspotify
libsrs2
libssh
libssh2
libstatgrab
libstemmer
libstroke
libstrophe
libsurvive libsurvive: 0.3 -> 0.4 2022-02-12 10:33:47 +00:00
libsvm
libsystemtap
libtap
libtar
libtasn1
libtcod
libtelnet
libtermkey
libthai
libtheora
libthreadar libthreadar: 1.3.5 -> 1.4.0 2022-03-16 13:16:27 +03:00
libticables2
libticalcs2
libticonv
libtiff libtiff: standardize the patch URLs 2022-02-22 21:12:35 +01:00
libtifiles2
libtiger
libtins libtins: 4.3 -> 4.4 2022-02-18 15:38:33 +00:00
libtomcrypt
libtommath
libtorrent-rasterbar libtorrentRasterbar-1_1_x: mark as broken on darwin 2022-01-28 13:17:01 -05:00
libtoxcore libtoxcore: 0.2.13 -> 0.2.17 2022-03-23 11:33:46 +01:00
libtsm libtsm: 4.0.1 -> 4.0.2 2022-02-19 17:58:34 +00:00
libu2f-host
libu2f-server
libubox
libuchardet
libucl
libudev-zero libudev-zero: 1.0.0 -> 1.0.1 2022-03-22 11:33:59 +00:00
libudfread
libuecc
libui treewide: rename name to pname&version 2022-02-22 14:19:49 +01:00
libuinputplus
libuldaq
libunarr
libunibreak libunibreak: 4.3 -> 5.0 2022-01-28 20:23:18 +01:00
libuninameslist
libunique
libunistring
libunity
libunwind
liburcu
liburing
libusb-compat treewide: remove meta.repositories 2022-03-24 23:56:14 +02:00
libusb1 treewide: remove meta.repositories 2022-03-24 23:56:14 +02:00
libusbgx libusbgx: init at 2021-10-31 2022-01-24 19:47:02 +01:00
libusbmuxd
libutempter
libuv
libuvc
libva
libvarlink
libvdpau
libvdpau-va-gl
libversion
libviper
libvirt treewide: remove meta.repositories 2022-03-24 23:56:14 +02:00
libvirt-glib
libvisio
libvisio2svg
libvisual
libvmaf
libvmi
libvncserver
libvorbis
libvori
libvpx
libvterm
libvterm-neovim
libwacom libwacom: 1.99.1 -> 2.0.0 2022-02-15 13:39:39 +01:00
libwbxml libwbxml: 0.11.7 -> 0.11.8 2022-03-05 10:36:39 +00:00
libwebp
libwebsockets
libwhereami
libwmf
libwnck libwnck: 40.0 → 40.1 2022-02-28 15:18:35 +01:00
libwpd
libwpe libwpe-fdo: 1.10.0 -> 1.12.0 2022-01-28 20:20:50 +01:00
libwpg
libwps
libx86
libx86emu
libxc libxc: 5.2.0 -> 5.2.2 2022-02-03 15:23:02 +01:00
libxcomp
libxcrypt
libxdg-basedir
libxkbcommon libxkbcommon: 1.3.1 -> 1.4.0 2022-02-04 23:19:11 +01:00
libxklavier
libxl
libxls libxls: fix cross-compilation 2022-01-15 16:25:38 +01:00
libxlsxwriter
libxmi
libxml2 libxml2: 2.9.12 → 2.9.13 2022-02-21 14:55:24 +01:00
libxmlb libxmlb: enable darwin build 2022-03-02 11:28:28 +08:00
libxmlxx
libxmp
libxnd
libxslt libxslt: use autoreconfHook 2022-02-22 08:05:37 +01:00
libxsmm
libyaml
libyaml-cpp Remove myself from maintainers 2022-01-20 00:24:52 +01:00
libyang gitUpdater: init 2022-02-21 13:01:49 -03:00
libykclient
libykneomgr
libytnef
libyubikey
libyuv libyuv: init at 1787 2022-03-03 15:49:40 +01:00
libzapojit
libzdb
libzen
libzim libzim: 7.1.0 -> 7.2.0 2022-01-24 17:58:08 +00:00
libzip
libzmf treewide: remove all updateWalker/downloadURLRegexp 2022-01-26 21:46:08 +01:00
libzra
lief
lightning
lightstep-tracer-cpp
lime
linbox linbox: 1.6.3 -> 1.7.0 2022-01-24 20:54:53 -03:00
linenoise
linenoise-ng
liquid-dsp
liquidfun liquidfun: refactor 2022-02-10 11:46:31 -08:00
lirc
live555 treewide: use lib.getLib for OpenSSL libraries 2022-03-30 15:10:00 +00:00
lmdb
lmdbxx
log4cplus
log4cpp
log4cxx
log4shib
loki
loudmouth treewide: remove all updateWalker/downloadURLRegexp 2022-01-26 21:46:08 +01:00
lpcnetfreedv lpcnetfreedv: enable all platforms 2022-03-08 17:19:04 +01:00
lrdf
luabind
lucene++
luksmeta
lyra
lzlib lzlib: 1.12 -> 1.13 2022-01-29 18:14:51 +01:00
lzo
mac
maeparser
mailcore2
malcontent
mapbox-gl-native
mapbox-gl-qml libsForQt5.mapbox-gl-qml: 1.7.6 -> 1.7.7.1 2022-02-01 22:52:06 +00:00
mapnik
marisa
marl
martyr
matio
mauikit libsForQt5.mauikit: 2.1.0 -> 2.1.1 2022-02-12 01:10:03 +00:00
mauikit-filebrowsing libsForQt5.mauikit-filebrowsing: 2.1.0 -> 2.1.1 2022-02-12 01:10:03 +00:00
maxflow
mbedtls mbedtls: 2.26.0 -> 2.28.0 2022-01-30 12:35:26 +01:00
md4c
mdds mdds: 2.0.1 -> 2.0.2 2022-02-19 08:18:54 +00:00
medfile
mediastreamer
memorymapping
memstream
menu-cache
mesa Merge branch 'master' into staging-next 2022-02-26 21:04:25 -03:00
mesa-glu
metal
microsoft_gsl
mimalloc mimalloc: 2.0.2 -> 2.0.5 2022-02-28 19:21:23 -05:00
mimetic
miniball
minixml
minizip minizip: rename name to pname&version 2022-02-14 21:39:49 +01:00
minizip2
mlt gitUpdater: init 2022-02-21 13:01:49 -03:00
mm-common mm-common: 1.0.3 -> 1.0.4 2022-02-19 10:46:19 +01:00
mongoc
mono-addins
motif
movit
mp4v2
mpfi
mpfr
mpich mpich: 4.0 -> 4.0.1 2022-03-01 11:47:50 +01:00
mpir treewide: remove all updateWalker/downloadURLRegexp 2022-01-26 21:46:08 +01:00
mps
msgpack
msgpuck
msilbc
mtdev
mtxclient mtxclient: 0.6.2 -> 0.7.0 2022-03-10 20:23:56 +01:00
multipart-parser-c
muparser
muparserx
mustache-hpp
mutest
mvapich
mygui
mypaint-brushes
mysocketw mysocketw: update meta 2022-03-19 20:52:15 +01:00
mythes
nanodbc nanodbc: init at 2.13.0 2022-02-22 15:15:08 +01:00
nanoflann nanoflann: 1.3.2 -> 1.4.2 2022-02-12 17:53:11 +00:00
nanomsg
nanopb
ncnn ncnn: 20211208 -> 20220216 2022-02-25 11:27:16 -08:00
nco nco: 5.0.4 -> 5.0.6 2022-02-12 18:08:07 +00:00
ncurses ncurses: rename name to pname&version 2022-02-10 13:58:01 +01:00
ndi
ndn-cxx
ndpi ndpi: 4.0 -> 4.2 2022-02-17 18:59:25 +01:00
neardal
neatvnc
nemo-qml-plugin-dbus
neon neon: 0.31.2 -> 0.32.2 2022-02-12 18:03:59 +00:00
netcdf netcdf-mpi:remove appendToName to have a consistent package name for repology 2022-02-28 12:45:43 +01:00
netcdf-cxx4
netcdf-fortran
nettle nettle: rename name to pname&version 2022-02-15 12:16:48 +01:00
networking-ts-cxx
newt
nghttp2 nghttp2: add curl and libsoup as tests 2022-03-07 09:41:38 -08:00
nghttp3 nghttp3: enable darwin build 2022-02-04 01:34:36 +09:00
ngt treewide: fix versions starting with 'v' 2022-02-28 13:05:18 +01:00
ngtcp2 ngtcp2: make jemalloc optional and disable by default 2022-02-04 03:12:40 +09:00
nix-plugins
nlohmann_json
nlopt nlopt: fixup cmake directories 2022-02-28 15:47:55 -05:00
notcurses notcurses: 3.0.6 -> 3.0.7 2022-02-21 11:59:23 -08:00
notify-sharp
npapi-sdk
npth
NSPlist
nspr
nss nss: 3.74 -> 3.75 2022-02-04 00:52:14 +01:00
nss_wrapper
nsss
nsync nsync: apply suggestions from code review 2022-01-16 06:56:15 +10:00
ntbtls
ntdb
ntirpc
ntl
ntrack ntrack: use python3 2022-01-30 18:42:51 +00:00
nuraft
nuspell nuspell: 5.0.0 -> 5.0.1 2022-01-29 13:15:00 +01:00
nv-codec-headers nv-codec-headers-11: 11.1.5.0 -> 11.1.5.1 2022-02-12 18:07:28 +00:00
nvidia-optical-flow-sdk
nvidia-texture-tools
nvidia-vaapi-driver nvidia-vaapi-driver: init at 0.0.5 2022-02-13 13:38:24 +08:00
nvidia-video-sdk
oatpp
ocl-icd
octomap
ode
odpic
ogdf
ogre
ogrepaged
ois
okapi okapi: 1.3.0 -> 1.4.0 2022-02-27 13:24:11 +00:00
olm olm: 3.2.9 -> 3.2.10 2022-02-10 22:10:32 +01:00
oneDNN
oniguruma
opae opae: use python3 2022-01-16 02:36:23 +01:00
openal-soft
openbabel openbabel2: use python3 2022-01-30 07:26:29 +00:00
openbr
openbsm
opencascade
opencascade-occt
opencl-clang
opencl-clhpp
opencl-headers opencl-headers: rename name to pname&version 2022-02-14 20:55:54 +01:00
opencollada
opencolorio
opencore-amr
opencsg
openct
opencv python,pythonPackages: make aliases 2022-01-16 18:39:59 +00:00
opendbx
opendht opendht: 2.3.2 -> 2.3.5 2022-03-12 17:27:07 +00:00
opendkim
opendmarc
openexr
openexrid-unstable
openfec
openfst
openfx
opengrm-ngram
openh264 openh264: 2.1.1 -> 2.2.0 2022-02-12 20:34:56 +00:00
openhmd
openimagedenoise openimagedenoise: 1.4.2 -> 1.4.3 2022-02-16 17:34:50 +00:00
openjpeg
openldap treewide: use lib.getLib for OpenSSL libraries 2022-03-30 15:10:00 +00:00
openmpi
openpa
openpam
opensaml-cpp
openscenegraph
openslide
openslp
openssl openssl_1_1: 1.1.1m -> 1.1.1n 2022-03-15 16:39:33 +01:00
opensubdiv
opentracing-cpp
openvdb
openvino
openwsman
openxr-loader openxr-loader: 1.0.20 -> 1.0.22 2022-02-12 21:06:42 +00:00
openzwave
optparse-bash
oracle-instantclient
orcania orcania: 2.2.1 -> 2.2.2 2022-03-12 18:21:42 +00:00
orocos-kdl
ortp
osip treewide: remove *.upstream files from updateWalker 2022-01-26 21:46:07 +01:00
osm-gps-map
p11-kit p11-kit: 0.24.0 -> 0.24.1 2022-01-22 12:10:25 +01:00
packr
pagmo2 pagmo2: 2.9 -> 2.18.0 2022-02-28 15:47:55 -05:00
pango pango: 1.50.3 -> 1.50.4 2022-02-15 02:48:40 +01:00
pangolin
pangomm
parquet-cpp
partio
pc-ble-driver
pcaudiolib
pcg-c treewide: remove meta.repositories 2022-03-24 23:56:14 +02:00
pcl
pcmsolver python,pythonPackages: make aliases 2022-01-16 18:39:59 +00:00
pcre
pcre2 pcre2: 10.37 -> 10.39 2022-01-20 15:19:04 +01:00
pdal
pdf2xml treewide: rename name to pname&version 2022-02-22 14:19:49 +01:00
pe-parse
phash treewide: remove all updateWalker/downloadURLRegexp 2022-01-26 21:46:08 +01:00
phonetisaurus
phonon libsForQt5.phonon-backend-vlc: 0.11.2 -> 0.11.3 2022-02-24 11:57:16 +01:00
physfs
physics geant4.data: fix evaluation 2022-03-05 09:03:08 +01:00
pico-sdk pico-sdk: 1.2.0 -> 1.3.0 2022-02-11 15:18:31 +01:00
pipewire wireplumber: 0.4.8 → 0.4.9 2022-03-23 09:22:12 +03:00
pixman
pkcs11helper pkcs11helper: 1.27 -> 1.28 2022-02-15 12:25:41 +01:00
pkger
plasma-wayland-protocols plasma-wayland-protocols: 1.5.0 -> 1.6.0 2022-02-15 22:59:28 -03:00
plib
PlistCpp
plplot
pmdk
pmix
png++
pocketsphinx
poco poco: 1.10.1 -> 1.11.1 2022-01-25 11:01:44 +01:00
podofo
polkit polkit: Patch unauthenticated file descriptor leak 2022-02-18 19:49:52 +01:00
polkit-qt-1
poly2tri-c
poppler poppler: 21.06.1 → 22.01.0 2022-01-27 17:49:12 +01:00
popt
portaudio
portmidi portmidi: 2.0.2 -> 2.0.3 2022-02-23 14:16:37 +00:00
ppl
precice
presage
prime-server
prison treewide: rename name to pname&version 2022-02-22 14:19:49 +01:00
proj
proj-datumgrid treewide: rename name to pname&version 2022-02-22 14:19:49 +01:00
prometheus-client-c
prometheus-cpp prometheus-cpp: fix use with CMake and clean up 2022-03-22 13:42:00 -07:00
properties-cpp
protobuf
protobufc
protolock protolock: 0.15.2 -> 0.16.0 2022-03-04 15:53:31 +00:00
prototypejs
protozero protozero: add changelog URLs 2022-01-28 01:05:02 +01:00
pslib
psol
psqlodbc
pstreams
ptex python,pythonPackages: make aliases 2022-01-16 18:39:59 +00:00
pth
pugixml pugixml: 1.12 -> 1.12.1 2022-02-18 22:22:56 +00:00
pulseaudio-qt
pupnp
pxlib
py3c
pyotherside
pystring
python-qt
qca-qt5
qca2
qcoro libsForQt5.qcoro: 0.3.0 -> 0.4.0 2022-01-24 21:51:10 +01:00
qgnomeplatform qgnomeplatform: 0.8.3 -> 0.8.4 2022-01-21 04:00:23 +01:00
qhull
qimageblitz treewide: rename name to pname&version 2022-02-22 14:19:49 +01:00
qjson
qmlbox2d
qmltermwidget
qoauth
qpdf qpdf: 10.6.0 -> 10.6.2 2022-02-21 05:27:20 +00:00
qrcodegen
qrencode
qrupdate
qscintilla qscintilla: 2.13.1 -> 2.13.2 2022-03-22 14:09:39 -04:00
qscintilla-qt4
qt-4.x/4.8 qt48Full: remove appendToName to have a consistent package name for repology 2022-03-01 12:45:09 +01:00
qt-5 treewide: use lib.getLib for OpenSSL libraries 2022-03-30 15:10:00 +00:00
qt-mobility
qtfeedback
qtinstaller
qtkeychain
qtpbfimageplugin
qtscriptgenerator
qtstyleplugin-kvantum qtstyleplugin-kvantum: 1.0.0 -> 1.0.1 2022-02-17 20:56:21 -03:00
qtstyleplugin-kvantum-qt4 qtstyleplugin-kvantum-qt4: 0.20.2 -> 1.0.1 2022-02-25 13:18:06 +01:00
qtstyleplugins
qtutilities
qtwebkit-plugins
quazip
quesoglc
quickder quickder: use python3 2022-01-16 02:36:24 +01:00
quickfix
quictls
qwt
qxmpp
qxt
rabbitmq-c
rabbitmq-java-client python,pythonPackages: make aliases 2022-01-16 18:39:59 +00:00
raft-canonical
randomx
rang treewide: fix versions starting with 'v' 2022-02-28 13:05:18 +01:00
range-v3
rapidcheck
rapidjson
rapidxml
rarian
raylib
rdkafka
re2 re2: 2021-11-01 -> 2022-02-01 2022-03-11 09:21:53 +00:00
readline Merge staging-next into staging 2022-02-21 00:02:41 +00:00
readosm
recastnavigation
relibc
rep-gtk
reproc
resolv_wrapper
restinio
retro-gtk retro-gtk: mark as broken on darwin 2022-03-09 01:09:55 -05:00
rinutils rinutils: 0.8.0 -> 0.10.0 2022-02-11 18:11:06 +01:00
rlog
rlottie
rnnoise
rnnoise-plugin
robin-map
rocclr rocclr: 4.5.2 -> 5.0.2 2022-03-13 16:01:08 +00:00
rocksdb rocksdb: 6.28.2 -> 6.29.3 2022-02-20 01:41:57 +00:00
rocm-comgr llvmPackages_rocm.llvm: don't build shared libs 2022-03-11 11:33:56 -08:00
rocm-device-libs rocm-device-libs: 5.0.0 -> 5.0.2 2022-03-14 12:01:03 +01:00
rocm-opencl-icd
rocm-opencl-runtime rocm-opencl-runtime: 4.5.2 -> 5.0.2 2022-03-14 11:57:01 +01:00
rocm-runtime rocm-runtime: 4.5.2 -> 5.0.1 2022-02-20 11:53:37 +00:00
rocm-thunk rocm-thunk: 4.5.2 -> 5.0.2 2022-03-13 16:14:23 +00:00
rote
rttr
rubberband rubberband: fix cross compilation 2022-02-26 15:20:11 +08:00
rure rure: init at 0.2.1 2022-01-24 12:42:14 +01:00
rustc-demangle
s2geometry
s2n-tls s2n-tls: 1.3.4 -> 1.3.6 2022-02-15 23:14:05 -08:00
safefile safefile: refactor 2022-01-26 21:46:07 +01:00
sbc
sblim-sfcc
schroedinger
science suitesparse-graphblas: 6.2.2 -> 6.2.5 2022-03-20 05:03:15 +01:00
scmccid
scriptaculous
SDL
SDL2 SDL2: add pipewire & libdecor support 2022-02-16 00:38:50 +01:00
SDL2_gfx
SDL2_image
SDL2_mixer
SDL2_net
SDL2_ttf SDL2_ttf_2_0_15: init 2022-02-07 19:09:23 +02:00
SDL_gfx
SDL_gpu
SDL_image
SDL_mixer
SDL_net
SDL_Pango
SDL_sixel
SDL_sound
SDL_stretch
SDL_ttf
seasocks seasocks: use python3 2022-01-16 18:00:59 +00:00
sentencepiece
sentry-native sentry-native: 0.4.14 -> 0.4.15 2022-02-13 05:22:40 +00:00
serd
serf
serialdv
sfml
sfsexp
shapelib
sharness
shhmsg
shhopt
shibboleth-sp
shine shine: init at 3.1.1 2022-03-10 11:45:28 +01:00
signond
silgraphite
simdjson
simgear simgear: 2020.3.11 -> 2020.3.12 2022-02-07 07:54:49 +00:00
simpleitk
skalibs
slang
slib
smarty3 smarty3: 3.1.39 -> 3.1.44 2022-01-28 18:58:31 +01:00
smarty3-i18n
smesh
smooth smooth: 0.9.8 -> 0.9.9 2022-01-27 23:35:11 +01:00
smpeg smpeg: rename name to pname&version 2022-02-14 20:07:38 +01:00
smpeg2
snack python,pythonPackages: make aliases 2022-01-16 18:39:59 +00:00
snap7
snappy
soci soci: pull in fix for backend search path 2022-01-28 21:18:21 +01:00
socket_wrapper
sofia-sip sofia_sip: 1.13.6 -> 1.13.7 2022-01-31 09:27:19 -08:00
soil treewide: rename name to pname&version 2022-02-22 14:19:49 +01:00
sonic
sope sope: 5.5.0 -> 5.5.1 2022-02-06 17:03:55 -08:00
soqt
sord
soundtouch
soxt
spandsp treewide: remove all updateWalker/downloadURLRegexp 2022-01-26 21:46:08 +01:00
sparsehash
spatialite-tools
spdk
spdlog
speech-tools treewide: rename name to pname&version 2022-02-22 14:19:49 +01:00
speechd
speex speex: patch zero division vector in wave header parser 2022-02-10 16:18:03 +01:00
speexdsp
spglib
sphinxbase
spice spice: properly test for existance of python modules 2022-01-23 12:57:56 +01:00
spice-gtk spice-gtk: fix build for withPolkit==false case 2022-03-02 23:48:27 -08:00
spice-protocol spice-protocol: 0.14.3 -> 0.14.4 2022-02-13 18:30:36 +00:00
spirv-headers vulkan: 1.2.189.1 -> 1.2.198.0 2022-01-16 14:57:11 -08:00
sqlcipher sqlcipher: 4.5.0 -> 4.5.1 2022-03-10 21:24:11 +00:00
sqlite sqlite-interactive: remove appendToName to have a consistent package name for repology 2022-02-28 12:46:11 +01:00
sqlitecpp
srt
srtp
stargate-libcds
startup-notification
stb
stfl stfl: don't overwrite buildPhase, potentially make makeFlags working 2022-01-13 17:17:22 +01:00
stlport
StormLib
stxxl
subunit
sundials
svrcore
swiften python,pythonPackages: make aliases 2022-01-16 18:39:59 +00:00
swiftshader
sword
sycl-info
symengine symengine: 0.8.1 -> 0.9.0 2022-02-19 02:11:49 +00:00
szip
t1lib t1lib: ibiblioPubLinux mirror 2022-03-13 21:18:53 -03:00
tachyon tachyon: 0.99b6 -> 0.99.3 2022-03-11 02:29:02 +00:00
taglib treewide: remove meta.repositories 2022-03-24 23:56:14 +02:00
taglib-extras
taglib-sharp
tagparser
talloc
tbb tbb: fix pcTemplate url 2022-01-26 22:30:01 -05:00
tclap
tcllib
tcltls
tclx treewide: rename name to pname&version 2022-02-22 14:19:49 +01:00
tdb tdb: 1.4.5 -> 1.4.6 2022-01-25 18:51:20 +00:00
tdlib tdlib: 1.8.0 -> 1.8.1 2022-02-05 21:19:04 +08:00
tecla
telepathy
template-glib
tepl
termbox
termcolor
tevent
tezos-rust-libs
theft
thrift thrift: 0.15.0 -> 0.16.0 2022-02-20 23:03:52 +00:00
ti-rpc
ticpp
tidyp
tiledb tiledb: use python3 2022-01-16 18:00:59 +00:00
timezonemap
tinycbor
tinycdb
tinyobjloader
tinyxml
tinyxml-2
tix
tk tk: rename name to pname&version 2022-02-15 12:21:02 +01:00
tkrzw
tl-expected
tllist
tnt
tntdb
tntnet
tokyo-cabinet
tokyo-tyrant
totem-pl-parser
tpm2-tss
tracker Merge branch 'staging-next' into staging 2022-01-31 12:57:47 +01:00
tracker-miners tracker-miners: 3.2.1 -> 3.2.2 2022-03-11 13:22:04 +01:00
tre
tremor
trompeloeil
tsocks
tweeny
twolame
ubus
uci
ucl
ucommon
ucx ucx: 1.12.0 -> 1.12.1 2022-03-22 16:25:54 +01:00
udns
udunits
uhttpmock
uid_wrapper
umockdev umockdev: 0.17.6 -> 0.17.7 2022-03-02 18:31:16 +00:00
unibilium
unicap
unicorn
unittest-cpp
unixODBC
unixODBCDrivers treewide: use lib.getLib for OpenSSL libraries 2022-03-30 15:10:00 +00:00
unqlite
urdfdom
urdfdom-headers
uri treewide: rename name to pname&version 2022-02-22 14:19:49 +01:00
uriparser uriparser: Fix cross building 2022-01-17 15:44:22 +01:00
usbredir
usrsctp
ustr
utf8cpp
utf8proc
uthash
uthenticode
utmps
v8
vaapi-intel intel-{gmmlib,media-driver}: Remove myself as maintainer 2022-03-06 17:48:42 +01:00
vaapi-intel-hybrid
vaapi-vdpau
valhalla
vapoursynth
vapoursynth-mvtools
vc
vcdimager
vcg
vid-stab
vigra vigra: use python3 2022-01-16 02:36:24 +01:00
virglrenderer
vmime
vmmlib
vo-aacenc
vo-amrwbenc
volk volk: Comment why we can't update to 2.5.1 2022-02-18 10:53:48 +02:00
volume-key
vrb
vrpn
vsqlite
vte vte: add tested vte-based terminals to passthru.tests 2022-03-20 16:48:06 +13:00
vtk vtk: move headers out of /include/vtk-* 2022-02-13 10:28:11 +02:00
vulkan-headers vulkan-headers: enable support for Darwin 2022-02-16 17:17:06 -05:00
vulkan-loader vulkan-loader: build on all supported UNIX platforms 2022-02-16 19:18:12 -05:00
vxl
waffle
wasilibc wasilibc: 20190712 -> unstable-2021-09-23 2022-03-14 00:17:28 +01:00
wavpack
wayland wayland-protocols: 1.24 -> 1.25 2022-01-29 00:49:36 +01:00
waylandpp waylandpp: 0.2.8 -> 0.2.9 2022-02-04 22:43:49 -08:00
webkit2-sharp
webkitgtk webkitgtk: honor systemdSupport 2022-02-26 15:48:02 -08:00
webrtc-audio-processing webrtc-audio-processing_1: remove i686 platforms 2022-02-09 21:05:27 -08:00
websocket++ Remove myself from maintainers 2022-01-20 00:24:52 +01:00
wiiuse
wildmidi
wiredtiger
wlroots wlroots_0_14: pin ffmpeg to 4.x 2022-02-05 13:02:42 -08:00
wolfssl wolfssl: 5.1.1 -> 5.2.0 2022-02-25 20:58:29 +00:00
wt
wtk
wxsqlite3 wxsqlite3: 4.7.3 -> 4.7.6 2022-02-19 21:36:17 +01:00
wxsqliteplus
wxSVG
wxwidgets wxwidgets: fix building on darwin 2022-03-23 09:08:55 +01:00
x264 x264: correct license 2022-02-06 18:10:57 +01:00
x265 x265: disable tests on aarch64-darwin 2022-02-07 10:04:52 -08:00
xalanc
xapian
xavs
Xaw3d
xbase Fix broken sources.gentoo.org fetch URLs 2022-02-01 22:48:42 -08:00
xcb-imdkit
xcb-util-cursor
xdg-dbus-proxy xdg-dbus-proxy: 0.1.2 -> 0.1.3 2022-02-19 10:02:53 +01:00
xdg-desktop-portal xdg-desktop-portal: make geoclue2 optional 2022-02-23 23:41:15 +01:00
xdg-desktop-portal-gnome
xdg-desktop-portal-gtk xdg-desktop-portal-gtk: 1.10.0 → 1.12.0 2022-02-22 21:54:38 +01:00
xdg-desktop-portal-wlr
xed
xercesc
xgboost xgboost: 1.5.1 -> 1.5.2 2022-01-23 22:03:44 +03:00
xine-lib xine-lib: fix build with latest libcaca and ffmpeg 2022-02-09 22:43:00 +01:00
xlibs-wrapper
xlslib
xml-security-c
xml-tooling-c
xmlrpc-c
xmlsec treewide: remove all updateWalker/downloadURLRegexp 2022-01-26 21:46:08 +01:00
xsd
xsimd
xtensor
xtl
xvidcore
xxHash
xylib
yajl
yascreen
yder yder: 1.4.14 -> 1.4.15 2022-03-15 23:07:59 +08:00
yojimbo
yubico-pam
zchunk zchunk: broken on Darwin 2022-03-09 12:05:30 -03:00
zeitgeist zeitgeist: 1.0.3 → 1.0.4 2022-02-07 09:57:44 +08:00
zeroc-ice
zeromq
zimg
zimlib
zlib zlib: rename name to pname&version (#157751) 2022-02-03 20:05:47 -05:00
zlib-ng
zlog
zmqpp
zookeeper_mt
zxcvbn-c
zxing-cpp zxing-cpp: 1.1.1 -> 1.2.0 2022-01-14 11:34:41 +08:00
zydis
zziplib