Commit Graph

584632 Commits

Author SHA1 Message Date
Mario Rodas
c7d04041b6
Merge pull request #287256 from datafoo/mqttx
mqttx: 1.9.8 -> 1.9.9
2024-02-14 17:40:04 -05:00
Mario Rodas
350c7b317e
Merge pull request #288853 from r-ryantm/auto-update/cockpit
cockpit: 310.2 -> 311
2024-02-14 17:38:59 -05:00
Robert Hensing
dcf985388c
Merge pull request #271976 from r-k-b/fix-dockerTools-includeStorePaths
nixos/dockerTools: fix includeStorePaths when enableFakechroot
2024-02-14 23:38:44 +01:00
Mario Rodas
8affaaf9ae
Merge pull request #288845 from marsam/update-nodejs_18
nodejs: 18.19.0 -> 18.19.1, 20.11.0 -> 20.11.1, 21.6.1 -> 21.6.2
2024-02-14 17:37:38 -05:00
Felix Bühler
c0a130d16b
Merge pull request #287587 from jtbx/tilix-1.9.6
tilix: 1.9.5 -> 1.9.6
2024-02-14 23:32:28 +01:00
Emily
087f43a1fa
Merge pull request #288696 from networkException/update-chromium
{ungoogled-,}chromium: 121.0.6167.160 -> 121.0.6167.184
2024-02-14 23:27:58 +01:00
Sergei Trofimovich
56b61a15e6 btrfs-progs: 6.7 -> 6.7.1
Changes: https://github.com/kdave/btrfs-progs/releases/tag/v6.7.1
2024-02-14 22:22:48 +00:00
Fabian Affolter
50438a5c54 python311Packages.pyrisco: 0.5.8 -> 0.5.9
Diff: https://github.com/OnFreund/pyrisco/compare/refs/tags/v0.5.8...v0.5.9

Changelog: https://github.com/OnFreund/pyrisco/releases/tag/v0.5.9
2024-02-14 23:22:25 +01:00
Fabian Affolter
ba55780212 python311Packages.pyrisco: refactor 2024-02-14 23:21:56 +01:00
Christopher Bayliss
1e221fd362 kitty: 0.32.1 -> 0.32.2 2024-02-15 09:18:13 +11:00
Fabian Affolter
f9e013aa6f python311Packages.publicsuffixlist: 0.10.0.20240210 -> 0.10.0.20240214 2024-02-14 23:16:08 +01:00
Fabian Affolter
c3d62a3650 python311Packages.hishel: 0.0.22 -> 0.0.24
Changelog: https://github.com/karpetrosyan/hishel/blob/0.0.24/CHANGELOG.md
2024-02-14 23:06:37 +01:00
Thomas Gerbet
f9d389e193
Merge pull request #288792 from helsinki-systems/upd/pdns
pdns-recursor: 4.9.2 -> 4.9.3
2024-02-14 23:02:17 +01:00
Sandro
04095c766c
Merge pull request #288698 from adamcstephens/zoxide/0.9.3
zoxide: unstable-2023-11-20 -> 0.9.3
2024-02-14 22:53:41 +01:00
Thomas Gerbet
6afc4c0c22 xpdf: 4.04 -> 4.05
Fixes a bunch of CVEs (but not all of them apparently).

Changes:
https://forum.xpdfreader.com/viewtopic.php?t=43343

```
4.05 (2024-feb-08)
------------------
Added the '-overwrite' option to pdftohtml.
Added the 'ignoreWrongSizeToUnicode' xpdfrc setting.
Added the loadSession and saveSession commands, and the 'Load last
  session' menu item.
Added code to automatically save and restore the xpdf session under
  control of a session manager.  This has not been thoroughly tested
  yet.
Added the zoomScaleFactor xpdfrc setting.
Added the zoomValues xpdfrc setting.
Added a 'smart case' option for search in xpdf.
Added the '-custom' flag to pdfinfo.
Added a color/gray/mono switch to the 'save image' dialog.
Added the separateRotatedText xpdfrc setting.
Added the '-meta' flag to pdftohtml.
Added the allowLinksToChangeZoom xpdfrc setting.
Added the 'uses JavaScript' output to pdfinfo.
Implemented pattern stroking of text.  Also fixed the various
  combinations of filling/stroking with color/pattern + clipping, some
  of which weren't being handled correctly.
Pdftops now (re)compresses any uncompressed or RLE-compressed images.
On an out-of-memory error, the command line tools now exit with an
  "out of memory" message, rather than an exception message.
Add code to pdfimages to extract images from tiling patterns.
Pdftops can now embed external 8-bit OpenType CFF fonts.
Fixed a corner case in the text extractor related to characters drawn
  at extremely large coordinates.  [Thanks to elvadisas for the bug
  report.]
Fixed an integer overflow in the transparency group code.  [Thanks to
  elvadisas for the bug report.]
Modify Annots::Annots() to skip annotations that have been turned into
  AcroFormFields -- invalid Widget-type annots will now be rendered as
  annots.
Added a missing integer overflow check in the JBIG2 decoder.  [Thanks
  to sangjun for the bug report.]
Added some sanity checks to the JBIG2 decoder.  [Thanks to sangjun and
  ycdxsb for the bug reports.]
Tiling patterns that use non-Normal blend modes can't be cached.
Fixed a bitmap size sanity check in the JBIG2 decoder.  [Thanks to Han
  Zheng (NCNIPC of China, Hexhive), for the bug report.]
Fixed a missing bounds check in FoFiType1C::convertToOpenType (used in
  pdftohtml).  [Thanks to cyth for the bug report.]
Fixed a use-after-free bug in pdftohtml.  [Thanks to FeRDNYC for the
  bug report.]
Merged aconf2.h into aconf.h; corrected the cmake config settings for
  paths; added the BASE14_FONT_DIR config option.  [Thanks to FeRDNYC
  for the suggestions.]
Fixed a missing check for a zero-length index in the CFF (Type1C) font
  parser.  [Thanks to Yuhang Huang (NCNIPC of China), Han Zheng

  (NCNIPC of China, Hexhive), Wanying Cao, Jiayu Zhao (NCNIPC of
  China) for the bug report.]
Add an object loop check to Catalog::countPageTree().
The DCT decoder wasn't checking for an SOF before the first SOS.
  [Thanks to cyth for the bug report.]
The inline image decoder was skipping to end-of-stream in the wrong
  stream object.  [Thanks to cyth for the bug report.]
Fixed a bug in the JPEG 2000 decoder when nLayers > 1 and the
  'termination on each coding pass' flag is set.
Removed the #pragma interface/implementation stuff (which is outdated
  and useless at this point).
Fixed a bug in the ICCBased color space parser that was allowing the
  number of components to be zero.  (CVE-2023-2662)  [Thanks to
  huckleberry for the bug report.]
Added checks for PDF object loops in AcroForm::scanField()
  (CVE-2018-7453, CVE-2018-16369, CVE-2022-36561, CVE-2022-41844),
  Catalog::readPageLabelTree2() (CVE-2023-2663), and
  Catalog::readEmbeddedFileTree() (CVE-2023-2664).
The zero-width character problem can also happen if the page size is
  very large -- that needs to be limited too, the same way as
  character position coordinates.  (CVE-2023-3044) [Thanks to jlinliu
  for the bug report.]
Add some missing bounds check code in DCTStream.  [Thanks to Jiahao
  Liu for the bug report.]
Fix a deadlock when an object stream's length field is contained in
  another object stream.  (CVE-2023-3436) [Thanks to Jiahao Liu for
  the bug report.]
Correctly handle tiling patterns with negative step values.
Ignore overprint in soft masks (to match Adobe's behavior).
```
2024-02-14 22:48:47 +01:00
Yt
b9b2eb52d6
Merge pull request #288831 from r-ryantm/auto-update/meilisearch
meilisearch: 1.6.1 -> 1.6.2
2024-02-14 21:46:37 +00:00
Felix Bühler
ec7fe75a39
Merge pull request #288461 from aidalgol/heroic-2.13
heroic: 2.12.1 -> 2.13.0
2024-02-14 22:44:52 +01:00
Yt
f13f90978a
Merge pull request #288638 from ThyMYthOS/update-stalwart
stalwart-mail: fix default configuration and test
2024-02-14 21:42:46 +00:00
Fabian Affolter
71a06d6afb python311Packages.growattserver: 1.4.0 -> 1.5.0
Diff: https://github.com/indykoning/PyPi_GrowattServer/compare/refs/tags/1.4.0...1.5.0

Changelog: https://github.com/indykoning/PyPi_GrowattServer/releases/tag/1.5.0
2024-02-14 22:42:44 +01:00
Felix Bühler
35703929a9
Merge pull request #288386 from NickCao/edk2-pytool-library
python311Packages.edk2-pytool-library: 0.21.2 -> 0.21.3
2024-02-14 22:42:22 +01:00
Fabian Affolter
d3514edb27 python311Packages.growattserver: refactor 2024-02-14 22:42:18 +01:00
Fabian Affolter
51e0677d8b python311Packages.boschshcpy: 0.2.89 -> 0.2.90
Diff: https://github.com/tschamm/boschshcpy/compare/refs/tags/0.2.89...0.2.90
2024-02-14 22:39:19 +01:00
Fabián Heredia Montiel
c55eea6ba5
Merge pull request #287002 from keirlawson/metals-121
metals: 1.2.0 -> 1.2.1
2024-02-14 15:36:56 -06:00
Pol Dellaiera
f7b91d9207
Merge pull request #288337 from Janik-Haag/alicelg
birdwatcher: 2.2.4 -> 2.2.5 and alice-lg: 6.0.0 -> 6.1.0
2024-02-14 22:35:29 +01:00
Pol Dellaiera
1ed4fc5d60
Merge pull request #287243 from GaetanLepage/elegant-sddm
elegant-sddm: init at unstable-2024-02-08
2024-02-14 22:34:29 +01:00
Gaetan Lepage
bc010914b0 elegant-sddm: init at unstable-2024-02-08 2024-02-14 22:31:52 +01:00
Pol Dellaiera
d71fa884ec
Merge pull request #288862 from LeSuisse/robo-4.0.6
robo: 4.0.4 -> 4.0.6
2024-02-14 22:21:01 +01:00
Thomas Gerbet
d0d9d482fc robo: 4.0.4 -> 4.0.6
It also fixes the build.

Changes:
https://github.com/consolidation/robo/compare/4.0.4...4.0.6
2024-02-14 22:19:28 +01:00
Pol Dellaiera
591b7a98ae
Merge pull request #288864 from LeSuisse/phpdocumentor-3.4.3
phpdocumentor: 3.4.1 -> 3.4.3, fix the build
2024-02-14 22:17:39 +01:00
Pol Dellaiera
eba1ed6580
Merge pull request #288858 from LeSuisse/composer-CVE-2024-24821
phpPackages.composer: apply patch for CVE-2024-24821
2024-02-14 22:16:09 +01:00
R. Ryantm
80feb21628 trufflehog: 3.67.5 -> 3.67.6 2024-02-14 21:07:40 +00:00
IogaMaster
5a83ec1711
niri: init at 0.1.1
https://github.com/YaLTeR/niri
2024-02-14 13:52:17 -07:00
Thomas Gerbet
ac35d418f4 phpdocumentor: 3.4.1 -> 3.4.3, fix the build
Changes:
https://github.com/phpDocumentor/phpDocumentor/releases/tag/v3.4.2
https://github.com/phpDocumentor/phpDocumentor/releases/tag/v3.4.3
2024-02-14 21:32:51 +01:00
Kira Bruneau
c6312707b8 linuxPackages.xpadneo: add updateScript 2024-02-14 15:09:20 -05:00
Julie B.
0194efaf82
maintainers: rename lourkeur -> bbjubjub, update details 2024-02-14 20:58:18 +01:00
Thomas Gerbet
2ed28e8f2d phpPackages.composer: apply patch for CVE-2024-24821
Upgrade to the 2.7.x branch needs some work (see #288574), let's patch
the security issue in the meantime.
2024-02-14 20:46:32 +01:00
Artturi
f7e8132dac
Merge pull request #287300 from seanybaggins/add-mingw32-support-libtheora
Add mingw32 support libtheora
2024-02-14 21:32:55 +02:00
R. Ryantm
943a0a26d2 cockpit: 310.2 -> 311 2024-02-14 19:16:16 +00:00
Adam Stephens
fa9b05bc79
zoxide: unstable-2023-11-20 -> 0.9.3
Diff: 3022cf3686...v0.9.3

Changelog: https://github.com/ajeetdsouza/zoxide/blob/v0.9.3/CHANGELOG.md
2024-02-14 14:03:35 -05:00
kirillrdy
c2507ad16b
Merge pull request #288481 from trofi/avoid-gcc13Stdenv
hyprland, vesktop, gtkclipblock: avoid gcc13 stdenv
2024-02-15 06:02:40 +11:00
hacker1024
ac6c0ae75d python3Packages.lttng: Explain use of PYTHON environment variable 2024-02-14 19:54:14 +01:00
hacker1024
9d897b2643 python3Packages.lttng: init at 2.13.11
A new attribute overriding lttng-tools is created, rather than enabling
Python support in lttng-tools itself, in order to reduce the closure
size and leave lttng-tools Python-version-agnostic.
2024-02-14 19:54:14 +01:00
7c6f434c
2e6d175eb6
Merge pull request #288708 from 7c6f434c/dmtx-utils-switch-to-git
dmtx-utils: 0.7.6 -> 0.7.6-unstable-2023-09-21
2024-02-14 18:42:46 +00:00
K900
f6bb8a922f maintainers: Qt team takeover 2024-02-14 21:42:18 +03:00
Mynacol
e788ecf5bd kodi: add native pipewire sound output 2024-02-14 19:30:16 +01:00
Mario Rodas
b46cd6cfe0
Merge pull request #288828 from marsam/update-hyperledger-fabric
hyperledger-fabric: 2.5.1 -> 2.5.5
2024-02-14 13:30:14 -05:00
Diego Pontoriero
022f67c44b
graphite-cli: add diegs as a maintainer 2024-02-14 10:29:36 -08:00
Diego Pontoriero
d9414a70d8
maintainers: add diegs 2024-02-14 10:29:32 -08:00
R. Ryantm
c92140986f lilypond-unstable: 2.25.12 -> 2.25.13 2024-02-14 12:19:24 -06:00
Izorkin
b4c120b65f
nginxMainline: 1.25.3 -> 1.25.4 2024-02-14 21:02:38 +03:00