Commit Graph

62210 Commits

Author SHA1 Message Date
github-actions[bot]
8bc9edd60d
Merge staging-next into staging 2024-02-17 18:01:24 +00:00
Maciej Krüger
f0871558ad
Merge pull request #289534 from FlafyDev/feat/flutter-3-19-0
flutter: 3.16.7 -> 3.19.0
2024-02-17 16:46:31 +01:00
FlafyDev
fcaebf4a40 flutter: 3.16.7 -> 3.19.0 2024-02-17 15:34:33 +02:00
Mario Rodas
752e25614f
Merge pull request #289058 from aaronjheng/conform
conform: 0.1.0-alpha.27 -> 0.1.0-alpha.28
2024-02-17 07:14:14 -05:00
Mario Rodas
a1b7913c40
Merge pull request #289327 from 06kellyjac/doc2go
doc2go: 0.5.0 -> 0.8.1
2024-02-17 07:05:34 -05:00
github-actions[bot]
e662338182
Merge staging-next into staging 2024-02-17 12:01:31 +00:00
adisbladis
4e62dd9ade
Merge pull request #267129 from adisbladis/fetchpypilegacy-take-2
fetchPypiLegacy: init PyPi legacy API fetcher
2024-02-17 21:52:25 +13:00
Mario Rodas
ad7cb7fbd5
Merge pull request #288997 from linsui/jami
restinio_0_6: init at 0.6.19
2024-02-17 01:27:10 -05:00
adisbladis
d52b3a7cc0 fetchPypiLegacy: init PyPi legacy API fetcher
This fetcher is to be used with PyPi mirrors exposing the "legacy" API, such as devpi.

A variant of this fetcher has been used in poetry2nix for years and
has served us well there to support private PyPi mirrors and Devpi.

Example usage:
``` nix
fetchPypiLegacy {
  file = "urllib3-1.26.2.tar.gz";
  hash = "sha256:19188f96923873c92ccb987120ec4acaa12f0461fa9ce5d3d0772bc965a39e08";
  pname = "urllib3";
  url = "https://pypi.org/simple";
}
```

cc @lewo who wrote the this originally
cc contributors @rskew @gmacon @jperras @Smaug123
2024-02-17 17:11:59 +13:00
github-actions[bot]
6d90f72388
Merge staging-next into staging 2024-02-16 18:01:48 +00:00
06kellyjac
2ff5135bb5 doc2go: 0.5.0 -> 0.8.1
Use go1.22 as required by the go.mod toolchain directive
Ignore the integration tests because it's its own module

Diff: https://github.com/abhinav/doc2go/compare/v0.5.0...v0.8.1

Changelog: https://github.com/abhinav/doc2go/blob/v0.8.1/CHANGELOG.md
2024-02-16 16:34:47 +00:00
Thiago Kenji Okada
1fe7393b79
Merge pull request #287346 from atorres1985-contrib/waf
waf: remove vrthra from maintainers
2024-02-16 16:00:51 +00:00
Nick Cao
f069869cd6
Merge pull request #288969 from wegank/librecad-boost
librecad: unpin boost175
2024-02-16 09:48:29 -05:00
Pol Dellaiera
87cb7a4314
Merge pull request #289228 from mfrw/mfrw/tailscale-1.60.0
tailscale: 1.58.2 -> 1.60.0
2024-02-16 13:45:22 +01:00
github-actions[bot]
2c4c233475
Merge staging-next into staging 2024-02-16 12:01:48 +00:00
Maximilian Bosch
8e777f08ee
Merge pull request #289145 from risicle/ris-graylog-5.0-remove
graylog-5_0: remove
2024-02-16 10:01:42 +01:00
Muhammad Falak R Wani
0adbce5f2a tailscale: 1.58.2 -> 1.60.0
Diff: https://github.com/tailscale/tailscale/compare/v1.58.2...v1.60.0
Changelog: https://github.com/tailscale/tailscale/releases/tag/v1.60.0
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-02-16 13:14:01 +05:30
github-actions[bot]
0de22f6645
Merge staging-next into staging 2024-02-16 06:01:33 +00:00
Mario Rodas
526f603818
Merge pull request #289144 from marsam/update-crunchy-cli
crunchy-cli: 3.0.0-dev.10 -> 3.2.5
2024-02-15 19:30:27 -05:00
github-actions[bot]
b84d283f08
Merge staging-next into staging 2024-02-16 00:02:45 +00:00
Pol Dellaiera
d3b2368887
Merge pull request #288805 from patka-123/drop-adtool
adtool: drop
2024-02-15 23:00:00 +01:00
Robert Scott
1d286d588b graylog-5_0: remove 2024-02-15 21:14:21 +00:00
Weijia Wang
b2b6f1febe
Merge pull request #289011 from wegank/spike-gcc-13
spike: unpin gcc12
2024-02-15 20:42:40 +01:00
github-actions[bot]
2035b66b68
Merge staging-next into staging 2024-02-15 18:01:39 +00:00
Aaron Jheng
1003472ac8
conform: 0.1.0-alpha.27 -> 0.1.0-alpha.28 2024-02-15 22:23:27 +08:00
Nikolay Korotkiy
799f854a11
Merge pull request #288080 from LeSuisse/xpdf-4.0.5
xpdf: 4.04 -> 4.05
2024-02-15 17:10:46 +04:00
github-actions[bot]
14262b89f6
Merge staging-next into staging 2024-02-15 12:01:37 +00:00
Weijia Wang
b8fe174660 spike: unpin gcc12 2024-02-15 11:42:21 +01:00
Thiago Kenji Okada
0ce6cd66d3
Merge pull request #288667 from thiagokokada/cleanup-picom
picom-{allusive,jonaburg}: remove; picom-next: alias to picom;  picom: migrate to by-name
2024-02-15 10:31:16 +00:00
linsui
46283b29a4 restinio_0_6: init at 0.6.19 2024-02-15 18:17:06 +08:00
a-n-n-a-l-e-e
e28c9013f9
Merge pull request #288959 from a-n-n-a-l-e-e/terra-unpin-llvm11
terra: llvmPackages_11 -> llvmPackages
2024-02-14 23:32:29 -08:00
Weijia Wang
279fc1552d librecad: unpin boost175 2024-02-15 07:42:00 +01:00
annalee
bb208b22ab
terra: llvmPackages_11 -> llvmPackages
remove reference to llvmPackages_11 in preparation to drop LLVM11
Disable on linux aarch64 as it can not use llvm above 11
2024-02-15 05:00:43 +00:00
github-actions[bot]
604991674d
Merge staging-next into staging 2024-02-15 00:02:51 +00: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
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
Gaetan Lepage
bc010914b0 elegant-sddm: init at unstable-2024-02-08 2024-02-14 22:31:52 +01: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
github-actions[bot]
fc96101774
Merge staging-next into staging 2024-02-14 18:01:42 +00:00
Patka
2490f5f886
adtool: drop 2024-02-14 16:20:47 +01:00
Mario Rodas
b018a19eaf
Merge pull request #288076 from tobim/pkgs/arrow-cpp-cleanups
arrow-cpp: various improvements

Fixes #284878
2024-02-14 08:06:35 -05:00
Sandro
9095162646
Merge pull request #283439 from aidalgol/soundux-removal 2024-02-14 13:15:00 +01:00
Mario Rodas
77acdf56b6 crunchy-cli: migrate to by-name 2024-02-14 04:20:00 +00:00
github-actions[bot]
8bbfcea60e
Merge staging-next into staging 2024-02-14 00:02:43 +00:00
Mario Rodas
3891b2df99
Merge pull request #285231 from tobim/pkgs/restinio-0.7.1
restinio: 0.6.19 -> 0.7.1, refactor, adopt
2024-02-13 16:41:24 -05:00
Sergei Trofimovich
95d4a838c8 gtkclipblock: use stdenv instead of gcc13Stdenv
`gcc-13` as a default now. Let's switch to use it to ease migration to
future migration to `gcc-14`.
2024-02-13 21:29:44 +00:00
Sergei Trofimovich
fc63f763d4 hyprland: use stdenv instead of gcc13Stdenv
`gcc-13` as a default now. Let's switch to use it to ease migration to
future migration to `gcc-14`.
2024-02-13 21:29:43 +00:00
Thiago Kenji Okada
51aca4dadd picom: migrate to by-name 2024-02-13 21:09:05 +00:00
Thiago Kenji Okada
e084adaf44 picom-next: alias to picom
Since picom v11 there is no more reason to keep a separate picom
derivation that tracks the `next` branch from upstream since the current
release is basically the `next` branch.

Also, picom-next right now is pointing to an old commit, so it is clear
that nobody is maintaining it updated.

If there is a necessity later, we can bring back the picom-next again.
2024-02-13 21:07:46 +00:00
Thiago Kenji Okada
03ddd6654e picom-jonaburg: remove 2024-02-13 21:07:46 +00:00