Commit graph

378720 commits

Author SHA1 Message Date
Mario Rodas 343bf7864c
Merge pull request #173191 from marsam/update-fsspec
python310Packages.fsspec: 2022.01.0 -> 2022.3.0
2022-05-17 05:56:22 -05:00
Vladimír Čunát cf560f4b86
Merge #172729: staging-next 2022-05-12 2022-05-17 12:42:30 +02:00
Fabian Affolter dc2afb16f1
Merge pull request #173356 from r-ryantm/auto-update/python3.10-bugsnag
python310Packages.bugsnag: 4.2.0 -> 4.2.1
2022-05-17 12:40:41 +02:00
Fabian Affolter d365c7e9fc
Merge pull request #173360 from r-ryantm/auto-update/python3.10-azure-multiapi-storage
python310Packages.azure-multiapi-storage: 0.8.0 -> 0.9.0
2022-05-17 12:39:36 +02:00
Fabian Affolter 83524394dd
Merge pull request #173367 from r-ryantm/auto-update/python3.10-azure-mgmt-recoveryservicesbackup
python310Packages.azure-mgmt-recoveryservicesbackup: 4.2.0 -> 5.0.0
2022-05-17 12:36:09 +02:00
Sergei Trofimovich de3d4f4369 lrs: 7.0 -> 7.2
Among other things fixes build for gcc-10.
2022-05-17 11:33:20 +01:00
Fabian Affolter 960e437185 python310Packages.pg8000: 1.27.1 -> 1.28.0 2022-05-17 12:31:47 +02:00
Fabian Affolter fd61626130
Merge pull request #173354 from fabaff/pg8000-bump
python310Packages.pg8000: 1.26.1 -> 1.27.1
2022-05-17 12:29:36 +02:00
Alexander Bantyev b3f385f338
Merge pull request #173329 from cab404/cab/update-git-sync
git-sync: unstable-2021-07-14 -> unstable-2022-03-20
2022-05-17 13:23:10 +03:00
Sergei Trofimovich d78f677173 liquidwar5: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: random.o:(.bss+0x0): multiple definition of `LW_RANDOM_ON'; game.o:(.bss+0x4): first defined here
2022-05-17 11:18:18 +01:00
Sergei Trofimovich 2ab133d488 libprom: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: CMakeFiles/prom.dir/src/prom_process_stat.c.o:(.bss+0x0): multiple definition of
      `prom_process_start_time_seconds'; CMakeFiles/prom.dir/src/prom_collector.c.o:(.bss+0x0): first defined here
2022-05-17 11:13:11 +01:00
Sergei Trofimovich 83ebd8c52e libnih: remove
libnih is a niche low-level library. It was used for lxc and cgmanager.
Reverse dependencies were removed of transitioned from libnih a few years ago.

Nowadays libnih does not build against upstream gcc-10. Let's remove it.
2022-05-17 10:56:45 +01:00
06kellyjac 429ab766c3 nerdctl: 0.19.0 -> 0.20.0 2022-05-17 10:52:23 +01:00
Vladimír Čunát e11568dd9c
Revert "Merge #171177: go-modules/packages: Improve checkFlags handling"
This reverts commit 361139c574, reversing
changes made to 77ee91f1d3.

This broke tests in some go packages, and at this point I don't want
further delays from figuring out what's wrong.  This probably won't
make it to 22.05.  Example failures:
  https://hydra.nixos.org/build/176551928
  https://hydra.nixos.org/build/176546993
but I think there were more among
  https://hydra.nixos.org/eval/1762178?compare=1762151#tabs-now-fail
2022-05-17 11:50:29 +02:00
Jeremy Wall 92f4c6ed82
lua: fix on darwin by using makeBinaryWrapper (#172749) 2022-05-17 09:45:38 +00:00
Jörg Thalheim cc60c24909
openssl: disable ct feature in static mode (#173288)
For static binaries to be relocatable, they can't depend on data files.

Co-authored-by: zimbatm <zimbatm@zimbatm.com>
2022-05-17 11:42:46 +02:00
Sergei Trofimovich 6fd83b70a9 libfpx: pull upstream fix for -fno-common toolchains
Without the change build fails on upstream gcc-10 as:

    ld: ri_image/.libs/libRiImage.a(cp_jpeg.o):/build/libfpx-1.3.1-7/ri_image/../jpeg/ejpeg.h:35:
      multiple definition of `No_JPEG_Header_Flag'; jpeg/.libs/libJpeg.a(enctile.o):/build/libfpx-1.3.1-7/jpeg/ejpeg.h:35: first defined here
2022-05-17 10:41:47 +01:00
Florian Klink 0d3a0ff97a
Merge pull request #173355 from r3dl3g/submit/jameica-2.10.2
jameica 2.10.1 -> 2.10.2
2022-05-17 11:30:06 +02:00
Sergei Trofimovich 2cdca0320d hubicfuse: pull upstream fix for -fno-common tollchains
Without the change build fails on upstream gcc-10 as:

    ld: /build/ccadKet8.o:/build/source/cloudfsapi.h:73: multiple definition of
      `public_container'; /build/ccoYHN4x.o:/build/source/cloudfsapi.h:73: first defined here
2022-05-17 10:16:27 +01:00
Sergei Trofimovich 47fabead80 light: pull upstream fix for -fno-common toolchains
Without the change ubuild fails on gcc-10 as:

    ld: impl/light-razer.o:/build/source/src/helpers.h:24: multiple definition of
      `light_loglevel'; light-main.o:/build/source/src/helpers.h:24: first defined here
2022-05-17 10:12:24 +01:00
R. Ryantm d9d59c3ec6 python310Packages.azure-mgmt-recoveryservicesbackup: 4.2.0 -> 5.0.0 2022-05-17 08:56:55 +00:00
7c6f434c 2e3b5ae74e
Merge pull request #173028 from SFrijters/remove-icu-compiler-overrides
icu: remove compiler overrides, remove old versions
2022-05-17 08:39:53 +00:00
Bobby Rong 20e77c1e64
Merge pull request #172760 from trofi/workaround-fno-common-for-cgminer
cgminer: add -fcommon workaround
2022-05-17 16:35:50 +08:00
7c6f434c 18d43dd8c4
Merge pull request #173164 from AndersonTorres/new-j
j: 902-release-b -> 904-beta-c
2022-05-17 08:35:31 +00:00
06kellyjac 3d115ff0e9 syft: 0.45.1 -> 0.46.1 2022-05-17 09:23:21 +01:00
Bobby Rong f893d1e499
Merge pull request #167888 from aaronjheng/terraform-inventory
terraform-inventory: 0.7-pre -> 0.10
2022-05-17 16:18:59 +08:00
Bobby Rong 91e2f18eff
Merge pull request #169165 from r-ryantm/auto-update/mpris-scrobbler
mpris-scrobbler: 0.4.90 -> 0.4.95
2022-05-17 16:04:56 +08:00
Malo Bourgon 73fe05a563 nodePackages: add meta.mainProgram to packages with multiple executables
where none of the executables match the package's `name` or `pname`, and
one of the executables is the obvious `mainProgram`.
2022-05-17 00:12:13 -07:00
R. Ryantm 5d483e4d3b python310Packages.azure-multiapi-storage: 0.8.0 -> 0.9.0 2022-05-17 07:09:45 +00:00
Vincent Laporte 4b0da1885f ocamlPackages.easy-format: 1.3.2 → 1.3.3 2022-05-17 08:55:12 +02:00
R. Ryantm c4d5cc1e73 python310Packages.bugsnag: 4.2.0 -> 4.2.1 2022-05-17 06:24:06 +00:00
Sergei Trofimovich b4fe25d161
Merge pull request #173345 from McSinyx/discount-2.2.7b
discount: 2.2.7 -> 2.2.7b
2022-05-17 06:17:23 +00:00
Fabian Affolter c5901505ee
Merge pull request #173331 from r-ryantm/auto-update/python3.10-types-requests
python310Packages.types-requests: 2.27.25 -> 2.27.26
2022-05-17 08:06:56 +02:00
Fabian Affolter cc9317c349
Merge pull request #173347 from r-ryantm/auto-update/python3.10-hatchling
python310Packages.hatchling: 0.24.0 -> 0.25.0
2022-05-17 08:06:28 +02:00
Fabian Affolter 61e69683f3
Merge pull request #173343 from r-ryantm/auto-update/python3.10-fastcore
python310Packages.fastcore: 1.4.2 -> 1.4.3
2022-05-17 08:05:49 +02:00
github-actions[bot] 74783b72bc
Merge master into staging-next 2022-05-17 06:01:12 +00:00
Fabian Affolter 9cdd4e03ae python310Packages.pg8000: 1.26.1 -> 1.27.1 2022-05-17 07:57:11 +02:00
Jan Tojnar 365be2abe0
pulseeffects-legacy: drop myself from maintainers 2022-05-17 07:54:40 +02:00
Nguyễn Gia Phong 7d85b91eba
discount: 2.2.7 -> 2.2.7b
Also install man pages and sample programs
2022-05-17 14:52:18 +09:00
Malo Bourgon 14661c38b2 signalbackup-tools: 20220430 -> 20220517 2022-05-16 22:50:49 -07:00
Jan Tojnar 434f417e2c xdg-dbus-proxy: 0.1.3 → 0.1.4
https://github.com/flatpak/xdg-dbus-proxy/releases/tag/0.1.4
2022-05-17 07:48:29 +02:00
Jan Tojnar 7bd68b1df6 link-grammar: 5.10.2 → 5.10.4
https://github.com/opencog/link-grammar/compare/link-grammar-5.10.2...link-grammar-5.10.3
https://github.com/opencog/link-grammar/compare/link-grammar-5.10.3...link-grammar-5.10.4
2022-05-17 07:48:13 +02:00
Jan Tojnar 277f39afc9 gnomeExtensions.dash-to-dock: 71+date=2022-02-23 → 72
Supports GNOME 42.

https://github.com/micheleg/dash-to-dock/compare/extensions.gnome.org-v71...extensions.gnome.org-v72
2022-05-17 07:47:33 +02:00
Zane van Iperen 9a312725c1
protoc-gen-go-vtproto: 0.2.0 -> 0.3.0 2022-05-17 15:07:04 +10:00
R. Ryantm 55f38ee6ab python310Packages.hatchling: 0.24.0 -> 0.25.0 2022-05-17 04:52:13 +00:00
Mario Rodas 0f2efa91a6 nodejs-17_x: drop
Node.js 17 reaches End-of-Life on 2022-06-01.
2022-05-17 04:20:00 +00:00
Mario Rodas 0fb4d8c4b2 nodejs-18_x: 18.1.0 -> 18.2.0
https://github.com/nodejs/node/releases/tag/v18.2.0
2022-05-17 04:20:00 +00:00
Mario Rodas a5f35137c8 nodejs-14_x: 14.19.2 -> 14.19.3
https://github.com/nodejs/node/releases/tag/v14.19.3
2022-05-17 04:20:00 +00:00
Brian Leung 4571db9a88
sumneko-lua-language-server: disable cwd support only on x86-darwin
No reason that we shouldn't have it on aarch64-darwin.
2022-05-16 21:14:39 -07:00
Brian Leung 8cd45ee35f
sumneko-lua-language-server: 3.2.1 -> 3.2.3 2022-05-16 20:58:07 -07:00