Commit graph

293760 commits

Author SHA1 Message Date
Sandro e4793c07d7
Merge pull request #125428 from sikmir/josm
josm: 17833 → 17919
2021-06-03 16:36:39 +02:00
polygon 388bc58b7f
liquidwar: fix build (#125480)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-03 16:36:26 +02:00
Sandro 49b2592284
Merge pull request #125377 from musfay/matcha
matcha-gtk-theme: 2021-05-20 -> 2021-06-02
2021-06-03 16:35:59 +02:00
Sandro a4f52e7ec4
Merge pull request #125462 from r-ryantm/auto-update/jenkins 2021-06-03 16:32:04 +02:00
Alyssa Ross 35b4ca8dd5 nvi: 1.79 -> 1.81.6; unbreak; name -> pname
Most other distributions seem to use Debian as upstream, so let's do
that too.  There doesn't seem to be any extant homepage.
2021-06-03 14:26:26 +00:00
Otavio Salvador 8f166b95c9
gitRepo: Add import to ssl module to avoid runtime error (#125373)
Co-authored-by: Ricardo M. Correia <rcorreia@wizy.org>
2021-06-03 16:24:19 +02:00
Sandro e6e137c197
Merge pull request #125477 from SuperSandro2000/setuptools_scm 2021-06-03 16:21:25 +02:00
Sandro e1d8d46819
Merge pull request #125479 from 0x4A6F/master-routinator
routinator: 0.8.3 -> 0.9.0
2021-06-03 16:15:53 +02:00
Ricardo M. Correia 3915d2fd27 libraspberrypi: fix URL 2021-06-03 16:12:30 +02:00
Alyssa Ross 71c1bf81e2
perldevel: 5.33.8 -> 5.35.0 2021-06-03 13:23:01 +00:00
happysalada af0844c7a2 beam: nixpkgs-fmt 2021-06-03 22:15:31 +09:00
Emery Hemingway bd683bb1ef gnaural: reinit at 20110606
http://gnaural.sourceforge.net/
2021-06-03 14:14:27 +02:00
Martin Weinelt fac761a55a samba4Full: disable glusterfs support
The samba package was marked as broken, when enableGlusterFS is true.

The samba build with glusterfs fails due to API breakage that I am
unable to debug:

[3562/4088] Compiling source3/modules/vfs_virusfilter.c
../../source3/modules/vfs_glusterfs.c: In function ‘vfs_gluster_pread’:
../../source3/modules/vfs_glusterfs.c:856:8: error: too few arguments to function ‘glfs_pread’
  856 |  ret = glfs_pread(glfd, data, n, offset, 0);
      |        ^~~~~~~~~~
In file included from ../../source3/modules/vfs_glusterfs.c:41:
/nix/store/0gzaf6fqgfxfns19zlc07dyjqigj7ak7-glusterfs-9.0/include/glusterfs/api/glfs.h:713:1: note: declared here
  713 | glfs_pread(glfs_fd_t *fd, void *buf, size_t count, off_t offset, int flags,
      | ^~~~~~~~~~
../../source3/modules/vfs_glusterfs.c: In function ‘vfs_gluster_pread_do’:
../../source3/modules/vfs_glusterfs.c:938:16: error: too few arguments to function ‘glfs_pread’
  938 |   state->ret = glfs_pread(state->fd, state->buf, state->count,
      |                ^~~~~~~~~~
In file included from ../../source3/modules/vfs_glusterfs.c:41:
/nix/store/0gzaf6fqgfxfns19zlc07dyjqigj7ak7-glusterfs-9.0/include/glusterfs/api/glfs.h:713:1: note: declared here
  713 | glfs_pread(glfs_fd_t *fd, void *buf, size_t count, off_t offset, int flags,
      | ^~~~~~~~~~
../../source3/modules/vfs_glusterfs.c: In function ‘vfs_gluster_pwrite_do’:
../../source3/modules/vfs_glusterfs.c:1077:16: error: too few arguments to function ‘glfs_pwrite’
 1077 |   state->ret = glfs_pwrite(state->fd, state->buf, state->count,
      |                ^~~~~~~~~~~
In file included from ../../source3/modules/vfs_glusterfs.c:41:
/nix/store/0gzaf6fqgfxfns19zlc07dyjqigj7ak7-glusterfs-9.0/include/glusterfs/api/glfs.h:717:1: note: declared here
  717 | glfs_pwrite(glfs_fd_t *fd, const void *buf, size_t count, off_t offset,
      | ^~~~~~~~~~~
../../source3/modules/vfs_glusterfs.c: In function ‘vfs_gluster_pwrite’:
../../source3/modules/vfs_glusterfs.c:1161:8: error: too few arguments to function ‘glfs_pwrite’
 1161 |  ret = glfs_pwrite(glfd, data, n, offset, 0);
      |        ^~~~~~~~~~~
In file included from ../../source3/modules/vfs_glusterfs.c:41:
/nix/store/0gzaf6fqgfxfns19zlc07dyjqigj7ak7-glusterfs-9.0/include/glusterfs/api/glfs.h:717:1: note: declared here
  717 | glfs_pwrite(glfs_fd_t *fd, const void *buf, size_t count, off_t offset,
      | ^~~~~~~~~~~
../../source3/modules/vfs_glusterfs.c: In function ‘vfs_gluster_fsync_do’:
../../source3/modules/vfs_glusterfs.c:1287:16: error: too few arguments to function ‘glfs_fsync’
 1287 |   state->ret = glfs_fsync(state->fd);
      |                ^~~~~~~~~~
In file included from ../../source3/modules/vfs_glusterfs.c:41:
/nix/store/0gzaf6fqgfxfns19zlc07dyjqigj7ak7-glusterfs-9.0/include/glusterfs/api/glfs.h:790:1: note: declared here
  790 | glfs_fsync(glfs_fd_t *fd, struct glfs_stat *prestat,
      | ^~~~~~~~~~
../../source3/modules/vfs_glusterfs.c: In function ‘vfs_gluster_ftruncate’:
../../source3/modules/vfs_glusterfs.c:1621:8: error: too few arguments to function ‘glfs_ftruncate’
 1621 |  ret = glfs_ftruncate(glfd, offset);
      |        ^~~~~~~~~~~~~~
In file included from ../../source3/modules/vfs_glusterfs.c:41:
/nix/store/0gzaf6fqgfxfns19zlc07dyjqigj7ak7-glusterfs-9.0/include/glusterfs/api/glfs.h:768:1: note: declared here
  768 | glfs_ftruncate(glfs_fd_t *fd, off_t length, struct glfs_stat *prestat,
      | ^~~~~~~~~~~~~~

../../source3/modules/vfs_virusfilter.c: In function ‘quarantine_create_dir’:
../../source3/modules/vfs_virusfilter.c:132:13: warning: implicit declaration of function ‘strlcat’; did you mean ‘strncat’? [-Wimplicit-function-declaration]
  132 |   cat_len = strlcat(new_dir, "/", len + 1);
      |             ^~~~~~~
      |             strncat

Waf: Leaving directory `/build/samba-4.14.4/bin/default'
Build failed
 -> task in 'vfs_glusterfs.objlist' failed with exit status 1 (run with -v to display more information)
2021-06-03 14:12:05 +02:00
Maxine Aubrey b760ab8cfb samba: add missing python dependencies for ldap and domain controller 2021-06-03 14:12:05 +02:00
Mario Rodas 564f9b1da4
Merge pull request #125459 from marsam/update-nodejs-16_x
nodejs-16_x: 16.2.0 -> 16.3.0
2021-06-03 06:59:50 -05:00
Andreas Rammhold 4872d13698
Merge pull request #125434 from andir/aarch64-darwin-py-awscrt
python3Pacakges.awscrt: only pull in GCC on aarch64-linux
2021-06-03 13:47:45 +02:00
markuskowa 3791538f1d
Merge pull request #125238 from sheepforce/i-pi
i-pi: init at 2.4.0
2021-06-03 13:40:12 +02:00
R. RyanTM b00ce50f6d libtpms: 0.8.2 -> 0.8.3 2021-06-03 11:33:39 +00:00
Adam Griffiths 7b6aa2b704
raylib: 3.5.0 -> 3.7.0 (#124244)
* raylib: 3.5.0 -> 3.7.0

* Update pkgs/development/libraries/raylib/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-03 13:22:09 +02:00
Sandro 56c94a004f
Merge pull request #125458 from peterhoeg/u/janet
janet: 1.15.5 -> 1.16.0
2021-06-03 13:21:52 +02:00
Ajeet D'Souza 1f9a83201e nushell: 0.31.0 -> 0.32.0 2021-06-03 16:46:11 +05:30
Michael Raskin 5202c40989
Merge pull request #125452 from mweinelt/glusterfs
glusterfs: 9.0 -> 9.2
2021-06-03 11:08:11 +00:00
Sandro a5baf3fa21
Merge pull request #125443 from marsam/update-zeek
zeek: 4.0.1 -> 4.0.2
2021-06-03 12:51:00 +02:00
Fabian Affolter cf9ba37d43
Merge pull request #125210 from 0xbe7a/master
pferd: init at 3.0.1
2021-06-03 12:50:46 +02:00
Sandro 3f5a4a7d6b
Merge pull request #124722 from timothyklim/nvidia_465.31
nvidia-x11: 465.27 -> 465.31
2021-06-03 12:47:55 +02:00
Sandro Jäckel 89d5f4b3d0
treewide: setuptools_scm -> setuptools-scm 2021-06-03 12:44:33 +02:00
0x4A6F ffae5e3650
routinator: 0.8.3 -> 0.9.0 2021-06-03 12:43:31 +02:00
Sandro 6d0f8c8015
Merge pull request #125473 from fabaff/bump-hstspreload 2021-06-03 12:06:34 +02:00
Sandro 9a5a639608
Merge pull request #125006 from astro/frogatto 2021-06-03 12:03:00 +02:00
Fabian Affolter 856363d6db
Merge pull request #125237 from fabaff/bump-aiosmb
python3Packages.aiosmb: 0.2.41 -> 0.2.44
2021-06-03 12:00:17 +02:00
Domen Kožar f88be6e55c
Merge pull request #125372 from Synthetica9/shell_interact
nixos/tests/test-driver: add shell_interact
2021-06-03 11:46:01 +02:00
Domen Kožar aeb44a891a
Merge pull request #125184 from domenkozar/aarch64-darwin-eval
Aarch64 darwin eval
2021-06-03 11:21:20 +02:00
Patrick Hilhorst fd739c4dee
nixos/tests/test-driver: make it clear when shell is ready
Co-authored-by: Domen Kožar <domen@enlambda.com>
2021-06-03 11:20:26 +02:00
Domen Kožar 9e6417f2a4
fix tarball job evaluation for aarch64-darwin 2021-06-03 10:52:46 +02:00
markuskowa 95222ea780
Merge pull request #125396 from sheepforce/qcelemental
qcelemental: backport upstream patch
2021-06-03 10:44:35 +02:00
Linus Heckemann 19cd7343fd
Merge pull request #125331 from wentasah/fix-mailman-serivce
nixos/mailman: Fix mailman-settings.service configuration
2021-06-03 10:34:45 +02:00
Phillip Seeber 9c162827e7 qcelemental: backport upstream patch
Qcelemental constructs binary search paths wrong and therefore discards intended results silently. See https://github.com/MolSSI/QCElemental/pull/265
qcelemental: use fetchpatch to get patches
2021-06-03 10:19:30 +02:00
Fabian Affolter f914eb78cd python3Packages.hstspreload: 2021.5.24 -> 2021.5.31 2021-06-03 10:02:57 +02:00
zowoq 7e4c4da3df conmon: 2.0.28 -> 2.0.29
https://github.com/containers/conmon/releases/tag/v2.0.29
2021-06-03 17:40:56 +10:00
Fabian Affolter 7b488d2b94
Merge pull request #125384 from r-ryantm/auto-update/grype
grype: 0.12.1 -> 0.13.0
2021-06-03 09:33:25 +02:00
Fabian Affolter f345bf1cc4
Merge pull request #125441 from marsam/update-ncspot
ncspot: 0.7.2 -> 0.7.3
2021-06-03 09:31:03 +02:00
Fabian Affolter 790581291c
Merge pull request #125426 from arcnmx/mechanical-soup-alias
python3Packages.MechanicalSoup: fix alias
2021-06-03 09:18:15 +02:00
Dmitry Kalinkin b42f9c7254
Merge pull request #125442 from jonascarpay/master
blender: 2.92.0 -> 2.93.0
2021-06-03 02:42:12 -04:00
Gabor Greif c7b3272ca9
all-packages.nix: typo in comment (#125464) 2021-06-03 01:56:32 -04:00
Dmitry Kalinkin dca87350f4
blender: fix darwin build 2021-06-03 01:48:22 -04:00
R. RyanTM 14a6aedeea jenkins: 2.277.4 -> 2.289.1 2021-06-03 05:26:14 +00:00
Peter Hoeg 26666f4ab7 janet: 1.15.5 -> 1.16.0 2021-06-03 12:31:13 +08:00
Mario Rodas 83b2b0b48f nnn: 4.0 -> 4.1.1
https://github.com/jarun/nnn/releases/tag/v4.1
https://github.com/jarun/nnn/releases/tag/v4.1.1
2021-06-03 04:20:00 +00:00
Mario Rodas 969eb59f2f nodejs-16_x: 16.2.0 -> 16.3.0
https://github.com/nodejs/node/releases/tag/v16.3.0
2021-06-03 04:20:00 +00:00
zowoq 3cf17240f0 Revert "nixos/containers: add storage.conf"
This file requires some defaults to be set otherwise podman, etc errors.
It also broke the podman nixos tests.

This reverts commit 7a4de9a983.
2021-06-03 13:56:17 +10:00