Commit Graph

62149 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
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
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
Thiago Kenji Okada
f68c5bb998 picom-allusive: remove 2024-02-13 21:07:46 +00:00
Aidan Gauland
0540536e0b
semver-cpp: remove 2024-02-14 08:13:49 +13:00
Aidan Gauland
c10bfe2876
fancypp: remove 2024-02-14 08:11:35 +13:00
Aidan Gauland
b163695855
soundux: remove 2024-02-14 08:11:35 +13:00
Yt
971fbfd00a
Merge pull request #276468 from onny/opensnitch-update4
opensnitch: 1.6.4 -> 1.6.5, opensnitch-ui: 1.6.4 -> 1.6.5
2024-02-13 10:46:01 +00:00
Sandro
33c650314a
Merge pull request #278394 from SuperSandro2000/python-modules-buildPythonPackage
python311Packages.yasi: use buildPythonPackage,  fypp: move python application out of python-modules
2024-02-12 22:34:37 +01:00
Robert Scott
9e30176ced
Merge pull request #287885 from LeSuisse/ansible-2.15.9
ansible_2_15: 2.15.5 -> 2.15.9
2024-02-12 21:21:08 +00:00
Sandro
308f28af26
Merge pull request #287376 from kirillrdy/agg
agg: fix darwin build
2024-02-12 20:11:43 +01:00
Jonas Heinrich
31b9a9d18c opensnitch: 1.6.4 -> 1.6.5, opensnitch-ui: 1.6.4 -> 1.6.5.1 2024-02-12 11:58:44 +01:00
Maciej Krüger
4a9a73c626
Merge pull request #284046 from mkg20001/oils-for-linux
oil: rename to oil-python, oil: init at 0.20.0
2024-02-12 11:08:07 +01:00
lassulus
a9ec8d4aa3
Merge pull request #287862 from D3vil0p3r/patch-12
wifite2: 2.6.0 -> 2.7.0
2024-02-12 16:21:13 +07:00
Sandro
4b96fcd46b
Merge pull request #279656 from risicle/ris-degate-2.0.0
degate: init at 2.0.0
2024-02-11 23:39:17 +01:00
Franz Pletz
ff46dbb7af
Merge pull request #270691 from atorres1985-contrib/mpv 2024-02-11 21:35:24 +01:00
Yt
290f078866
Merge pull request #287492 from 0x4A6F/master-atuin
atuin: 17.2.1 -> 18.0.0
2024-02-11 18:31:02 +00:00
Weijia Wang
d8eab17aa9
Merge pull request #285888 from fin444/onlyoffice-8.0.0
onlyoffice-bin_latest: 7.5.1 -> 8.0.0
2024-02-11 19:08:20 +01:00
Nick Cao
6f49991ae3
Merge pull request #287835 from onny/poopcorn
popcorntime: 0.4.9 -> 0.5.0
2024-02-11 12:50:15 -05:00
Tobias Mayer
01a39263ff
arrow-cpp: move to by-name 2024-02-11 17:44:54 +01:00
Thomas Gerbet
7a08630b92
Merge pull request #287841 from risicle/ris-libgit2-1.6.5
libgit2_1_6: 1.6.4 -> 1.6.5
2024-02-11 15:22:50 +01:00
Robert Scott
5e8daf8461
Merge pull request #287081 from risicle/ris-c-blosc-2.13.2
c-blosc2: init at 2.13.2, python3Packages.blosc2: 2.3.2 -> 2.5.1
2024-02-11 13:30:26 +00:00
maxine
9002908215
Merge pull request #285047 from Aleksanaa/tootle
tootle: remove
2024-02-11 12:15:33 +01:00