1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
Commit graph

379959 commits

Author SHA1 Message Date
Robert Scott dc706dddd0
Merge pull request #174042 from risicle/ris-chipsec-x86
chipsec: restrict to x86-only
2022-05-22 21:38:35 +01:00
Robert Schütz efd3568e02 python3Packages.lektor: does not depend on pytest-pylint 2022-05-22 20:37:36 +00:00
Robert Schütz e381b64026 python3Packages.pytile: does not depend on pylint 2022-05-22 20:33:25 +00:00
Rick van Schijndel 74c9fd99fd
Merge pull request #173037 from LeSuisse/pe-parse-drop-no-sign-conversion
pe-parse: drop `no-sign-conversion` compile flag
2022-05-22 22:27:29 +02:00
R. RyanTM ab17708c10
python310Packages.python-glanceclient: 3.6.0 -> 4.0.0
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2022-05-22 20:27:11 +00:00
Robert Schütz f1a5ae8f8d deltachat-cursed: 0.3.1 -> 0.4.1
https://github.com/adbenitez/deltachat-cursed/blob/v0.4.1/CHANGELOG.md
2022-05-22 13:24:33 -07:00
R. Ryantm 11ba416a65 python310Packages.pyglet: 1.5.24 -> 1.5.26 2022-05-22 13:23:49 -07:00
Pascal Wittmann 13b6e21c20
Merge pull request #174034 from risicle/ris-falcon-gcc-10
falcon: use gcc10Stdenv
2022-05-22 22:23:02 +02:00
Robert Scott d40419c241 chipsec: restrict to x86-only
package is unlikely to support other platforms in the near
future - see https://github.com/chipsec/chipsec/issues/461
2022-05-22 21:11:45 +01:00
Rick van Schijndel cfa6435564
Merge pull request #169105 from Izorkin/init-tests-curl
nixos/tests: nginx-http3 test
2022-05-22 22:10:08 +02:00
Felix Bühler 10510dcfdd
Merge pull request #174031 from Stunkymonkey/nautilus-open-any-terminal-0.3.0
nautilus-open-any-terminal: 0.2.16 -> 0.3.0
2022-05-22 22:06:36 +02:00
Ben Siraphob 26d8941696
Merge pull request #108539 from jonringer/crystal-parallel 2022-05-22 13:00:39 -07:00
Robert Scott db2fa42b53
Merge pull request #174026 from sikmir/rasterio
python3Packages.rasterio: fix on darwin
2022-05-22 20:56:51 +01:00
Naïm Favier 1cc6f08cdd
makeBinaryWrapper: fix codesign on aarch64-darwin
Reverts 8b79ef2c on aarch64-darwin, no-op on other platforms.
2022-05-22 21:46:06 +02:00
Artturin d6d211b445 buildCrystalPackage: enableParallelBuilding 2022-05-22 22:30:45 +03:00
Janne Heß a64623111e
Merge pull request #173980 from helsinki-systems/upd/mariadb
mariadb: updates
2022-05-22 21:20:54 +02:00
Elis Hirwing 8f81fe3dc9
Merge pull request #173517 from shyim/add-grpc
phpExtensions.grpc: init at 1.45.0
2022-05-22 20:50:08 +02:00
Ben Siraphob e11b61dc42
Merge pull request #173975 from trofi/workaround-fno-common-for-miranda 2022-05-22 11:29:19 -07:00
Robert Scott 3465bfc902
Merge pull request #173880 from azahi/hammer
hammer: bump revision and fix build
2022-05-22 19:23:35 +01:00
Artturin 5a6a31e54d fetchzip: extraPostFetch -> postFetch && tests 2022-05-22 21:18:52 +03:00
Robert Scott 7eac04d593
Merge pull request #174006 from risicle/ris-difftastic-mimalloc-darwin-fix
difftastic: patch bundled mimalloc source to build on older macos
2022-05-22 19:10:44 +01:00
Robert Scott 254ffa6f53 falcon: use gcc10Stdenv
build fails with gcc 11
2022-05-22 19:03:46 +01:00
github-actions[bot] 107b6041bc
Merge master into staging-next 2022-05-22 18:01:20 +00:00
Artturi 749c2d5b72
Merge pull request #172207 from willcohen/emscripten-fix
emscriptenStdenv: create writable cache directory
2022-05-22 20:49:47 +03:00
Thomas Gerbet 6322d6be3a cifs-utils: 6.14 -> 6.15
https://lists.samba.org/archive/samba-technical/2022-April/137335.html
2022-05-22 19:21:22 +02:00
Nikolay Korotkiy 5b020adcf6
python3Packages.rasterio: fix on darwin 2022-05-22 20:13:19 +03:00
Sergei Trofimovich 5c26b9f376 oonf-olsrd2: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: CMakeFiles/oonf_dlep_proxy.dir/router/dlep_router_session.c.o:(.bss+0x0):
      multiple definition of `LOG_DLEP_ROUTER'; CMakeFiles/oonf_dlep_proxy.dir/router/dlep_router.c.o:(.bss+0x0): first defined here
2022-05-22 18:08:01 +01:00
Felix Buehler 8875168bb2 nautilus-open-any-terminal: 0.2.16 -> 0.3.0 2022-05-22 18:59:01 +02:00
Thomas Gerbet f33ccd6ec9 nbd: 3.21 -> 3.24
Fixes CVE-2022-26495 and CVE-2022-26496.

https://sourceforge.net/projects/nbd/files/nbd/3.24/relnotes.txt/download
https://sourceforge.net/projects/nbd/files/nbd/3.23/changelog.txt/download
https://sourceforge.net/projects/nbd/files/nbd/3.22/relnotes.txt/download
2022-05-22 18:34:39 +02:00
Izorkin 6e8e1faabe
nixos/tests: add nginx-http3 test 2022-05-22 19:29:12 +03:00
Azat Bahawi 00dab1a9a9
hammer: e7aa734 -> nightly_20220416
This commit also changes the source repository from
github.com/UpstandingHackers/hammer to
gitlab.special-circumstanc.es/hammer/hammer.
2022-05-22 19:24:30 +03:00
Mario Rodas 88d05579ad
Merge pull request #173985 from r-ryantm/auto-update/python3.10-pdm-pep517
python310Packages.pdm-pep517: 0.12.3 -> 0.12.5
2022-05-22 11:22:44 -05:00
sternenseemann 3f27f8ea10
Merge pull request #172755 from sternenseemann/rure-regex-1.5.5
rure: update used dependencies
2022-05-22 18:15:36 +02:00
Matthieu Coudron d887e16488 pgadmin: set mainProgram 2022-05-22 18:11:24 +02:00
Shane Sveller 61e1418f8a
sqlx-cli: 0.5.11 -> 0.5.13
https://github.com/launchbadge/sqlx/blob/v0.5.13/CHANGELOG.md#0513---2022-04-15
2022-05-22 11:07:21 -05:00
Jörg Thalheim 3f39d66c9e
Merge pull request #168480 from NixOS/drop/go116
go1.16: remove
2022-05-22 17:05:18 +01:00
Martin Weinelt 4b6af00b8d
python3Packages.ldap: fix linking with openldap 2.5+ 2022-05-22 17:38:49 +02:00
Mario Rodas 3e7f627268
Merge pull request #173694 from marsam/ledger-python
ledger: separate python output
2022-05-22 10:37:38 -05:00
Mario Rodas 944735b5c9
Merge pull request #174001 from r-ryantm/auto-update/flexget
flexget: 3.3.10 -> 3.3.11
2022-05-22 10:36:15 -05:00
Jörg Thalheim 3217850d04
mob: build against newer go version 2022-05-22 15:26:04 +00:00
ajs124 b7a56be514
go_1_16: remove 2022-05-22 15:22:11 +00:00
ajs124 dab5668f6b
nomad_1_1: drop 2022-05-22 15:22:11 +00:00
ajs124 235dd7235f
gvisor: mark as broken 2022-05-22 15:22:11 +00:00
mdarocha 737bce9b59 github-runner: update dependencies 2022-05-22 17:12:19 +02:00
mdarocha 2454cb06ec omnisharp-roslyn: update dependencies 2022-05-22 17:12:19 +02:00
mdarocha 1458666fa1 dotnet-sdk: 6.0.202 -> 6.0.300 2022-05-22 17:12:13 +02:00
mdarocha 6206aff28a maintainers: add mdarocha as maintainer 2022-05-22 17:10:38 +02:00
Martin Weinelt 05232d19b6
Merge pull request #163220 from fleaz/init-r53_ddns 2022-05-22 17:08:55 +02:00
Anderson Torres 3d4e586313
Merge pull request #173935 from bryanasdev000/irpf-2022-1-5
irpf: 2022-1.4 -> 2022-1.5
2022-05-22 11:52:18 -03:00
R. Ryantm dedeed7420 flexget: 3.3.10 -> 3.3.11 2022-05-22 14:47:55 +00:00