Commit Graph

96697 Commits

Author SHA1 Message Date
Tobias Mayer
67c0d5b95c
spdlog_1: add support for pkgsStatic 2021-01-23 13:28:36 +01:00
Tobias Mayer
1b7583ee8f
simdjson: 0.7.0 -> 0.8.0 2021-01-23 13:10:18 +01:00
Daniël de Kok
491667c51a python3Packages.wasmer: make cargoHash invariant to the Python version
The package name used the Python version. Since the name is used in
the Cargo vendor directory, the Cargo vendor hash depended on the
Python version. Remove the Python version from the name.
2021-01-23 12:34:33 +01:00
Jörg Thalheim
a8bc079d6a
phonetisaurus: 2020-07-31 -> 0.9.1 2021-01-23 12:16:55 +01:00
Sander van der Burg
9af95960e2 skawarePackages: 2021-01 release
Maintainer notes
-----
The execline exec function interface changed quite drastically, and
backwards-compatibility to the old functions was dropped in-between
the last release and this one. Thus, downstream code might break.
At the end of this commit message is a compatibility interface.

-----
Release notes
-----

 Hello,

 Happy New Year to everyone!
 New versions of the skarnet.org packages are available.

 This is a major release. The skalibs major version number has been
bumped, which means that compatibility with previous versions is not
ensured. Other packages have been updated to build against the new
skalibs. If they only had their patch number increased, that's all
the modifications they had (save for possible bugfixes); but some
packages also received significant changes and underwent either a major
(compatibility not ensured) or minor (simple additions) release.

 Support for the 2.9.* branch of skalibs, and associated versions of
the other packages, is still ensured for a while, but users are always
strongly encouraged to upgrade.

 * General
   -------

 - Some rarely-triggered build bugs have been fixed.
 - -fno-stack-protector is not part of the default CFLAGS anymore;
stack protector policy now defaults to the compiler's settings.

* skalibs-2.10.0.0
  ----------------

 - Bugfixes.
 - Significant code cleanup.
 - New sysdep: chroot.
 - Lots of new functions, mostly to optimize the number of needed
fcntl() calls at open() time. Traces should generally be marginally
shorter than they were before.
 - Removal of the DJBUNIX_FLAG_NB and DJBUNIX_FLAG_COE macros, replaced
by the POSIX O_NONBLOCK and O_CLOEXEC macros wherever they were used.
 - Removal of the skalibs/webipc.h header, and better header separation.
 - Complete revamping of the pathexec functions, now separated into
exec_* (simple execution) and mexec_* (execution with merging of the
environment first). In true skalibs fashion, there is a little code,
and 3 pages of convenience macros (the exec.h header).
 - Complete rewrite of the locking functions, with a change of
underlying mechanisms. The skalibs locking primitives are now named
fd_lock(), fd_unlock() and fd_islocked().
 The Unix locks primitive space is a horror show. flock() is not
POSIX and does not have a way to test for a lock without taking it.
The POSIX lockf() only has exclusive locks, not shared ones. The least
bad option is fcntl(), which has shared and exclusive locks *and* a way
to check for a lock without taking it, but does not allow taking a
shared lock via a O_WRONLY file descriptor. Of all inconveniences this
is the most minor one, so now skalibs uses fcntl().

 https://skarnet.org/software/skalibs/
 git://git.skarnet.org/skalibs

 * nsss-0.1.0.0
   ------------

 - New --enable-libc-includes configure option. Without this option,
the pwd.h, grp.h and shadow.h headers are not installed anymore, so
by default installing nsss on a FHS system does not overwrite the
libc headers.

 https://skarnet.org/software/nsss/
 git://git.skarnet.org/nsss

 * utmps-0.1.0.0
   -------------

 - New --enable-libc-includes configure option. Without this option,
the utmpx.h header is not installed anymore, so by default installing
utmps on a FHS system does not overwrite the libc headers.

 https://skarnet.org/software/utmps/
 git://git.skarnet.org/utmps

 * execline-2.7.0.0
   ----------------

 - Bugfixes.
 - The trap program has changed. The "timeout" directive has been
removed; a "default" directive has been added, to handle all signals
for which a specific directive has not been given. Subprograms are
now run with the SIGNAL environment variable set to the signal number
(in addition to ! always being set to the application's pid).
 - The forstdin program has changed. It now exits 0 if it has read at
least one line, and 1 otherwise.
 - The default list of delimiters for backtick, withstdinas, forstdin
and forbacktickx has been set to "\n", so by default those programs
will read and/or split on lines and only lines.
 - The backtick, withstdinas, forstdin, forbacktickx, forx, getpid
and getcwd programs now have a -E option to activate autoimport.
(This saves the user from manually adding "importas var var" after
every use of these programs.)

 https://skarnet.org/software/execline/
 git://git.skarnet.org/execline

 * s6-2.10.0.0
   -----------

 It is imperative to restart your supervision trees, by rebooting if
necessary, after upgrading s6 to the new version. Otherwise, new s6
binaries interacting with service directories maintained by old
s6-supervise binaries may not work.
 If you are using s6-linux-init, it is necessary to upgrade to the
latest version of s6-linux-init at the same time as s6.

 - Bugfixes.
 - Significant code refactoring.
 - The internal locking system of service directories has changed,
allowing for a cleaner permissions model and official support of
relaxed permissions.
 - New binary to implement those relaxed permissions: s6-svperms.
 - The "nosetsid" file is not supported anymore in service directories.
Services are now always started in a new session.
 - s6-supervise now traps SIGINT: before dying, it sends a SIGINT to its
service's process group. This allows correct transmission of ^C when a
supervision tree is running in a terminal, even though every service
runs in its own session.
 - s6-svc -X doesn't exist anymore. s6-supervise now always closes stdin
and stdout on the last execution of the service.
 - The semantics of SIGHUP and SIGQUIT have changed for s6-supervise.
 - The set of commands sent by s6-svscanctl and received by s6-svscan
has been cleaned up and made more logical.
 - When told to exit normally (typically via s6-svscanctl -t), s6-svscan
now first waits for the whole supervision tree to die. The
.s6-svscan/finish script can now assume that all services are completely
down. (s6-svscanctl -b is an exception; it should not be used in normal
circumstances.)
 - The -s and -S options to s6-svscan are not supported anymore. Signal
management in s6-svscan has been streamlined: signals have a default
handler that can be overridden by a corresponding executable
.s6-svscan/SIGfoo file.
 - Default signal handlers for s6-svscan have more intuitive semantics.
 - New binary to help with management of user-owned supervision trees:
s6-usertree-maker.

 https://skarnet.org/software/s6/
 git://git.skarnet.org/s6

s6 now has man pages! Thanks to flexibeast for performing the conversion

work. Please allow some time for the man pages to be updated to reflect
the current HTML documentation. The repository can be found here:

 https://github.com/flexibeast/s6-man-pages

 * s6-linux-init-1.0.6.0
   ---------------------

 It *is necessary* to upgrade s6-linux-init at the same time as s6.
 It *is recommended*, although not strictly necessary, to create your
run-image directory again via a s6-linux-init-maker invocation. Old
images will still boot, as long as you are using an upgraded version
of s6-linux-init; but they may incorrectly handle signals sent to init,
so for instance Ctrl-Alt-Del may not work anymore, until you run
s6-linux-init-maker again.

 - New internal binary: s6-linux-init-nuke. This program is not meant
to be invoked by users directly: it simply removes a dependency to the
'kill' program in a rare case involving containers.

 https://skarnet.org/software/s6-linux-init/
 git://git.skarnet.org/s6-linux-init

 * s6-dns-2.3.4.0
   --------------

 - New library function: s6dns_message_parse_question().

 https://skarnet.org/software/s6-dns/
 git://git.skarnet.org/s6-dns

 * s6-networking-2.4.0.0
   ---------------------

 - Important refactoring of the tls code. The crypto tunnel now runs
as a child of the application, instead of the other way around. It is
now isolated in a s6-tls[cd]-io binary; s6-tlsc is now a simple wrapper
around s6-tlsc-io, and s6-tlsd is a simple wrapper around s6-tlsd-io.
 - New binaries: s6-ucspitlsc and s6-ucspitlsd. Those implement
opportunistic TLS via the UCSPI-TLS protocol.
 - The -K option to the tls binaries has changed semantics: it now
enforces a timeout for the handshake instead of dropping the connection
after some inactivity. Note that this option is only useful with the
bearssl backend: the libtls backend always performs a synchronous
handshake, with no way of interrupting it after a timeout expires.
 - The execline dependency is now optional. Disabling execline, however,
changes the behaviour of s6-tcpserver-access (which cannot support
exec files without it).

 https://skarnet.org/software/s6-networking/
 git://git.skarnet.org/s6-networking

 It is now possible to build the s6-networking package against OpenSSL
instead of LibreSSL, thanks to the libretls project:
 https://git.causal.agency/libretls/about/

 * mdevd-0.1.3.0
   -------------

 - New -C option to the mdevd program. This option makes mdevd
automatically spawn a mdevd-coldplug program when it's ready, allowing
mdevd to be used as a drop-in mdev -d replacement. (Note that the
coldplug is also performed if mdevd restarts after being killed, so
this feature should not be used in place of a proper service startup
sequence with a mdevd-coldplug oneshot depending on the mdevd longrun.
It has only been added for convenience.)

 https://skarnet.org/software/mdevd/
 git://git.skarnet.org/mdevd

 * Other packages
   --------------

 The following packages have received an update so they build with the

latest version of skalibs and other dependencies, but nothing has changed

except possibly some bugfixes, and hopefully not too many bug additions.

 - s6-rc-0.5.2.1. (It is not necessary to recompile your service
database. However, it is necessary to upgrade s6-rc along with s6, and
to reboot the system ASAP after upgrading.)
 - s6-portable-utils-2.2.3.1
 - s6-linux-utils-2.5.1.4
 - bcnm-0.0.1.2

 Enjoy,
 Bug-reports welcome.

--
 Laurent

-----
execline compat interface
-----

    /* Compatibility */

    #define pathexec_run(file, argv, envp) exec_ae(file, argv, envp)
    #define pathexec0_run(file, argv, envp) exec0_ae(file, argv, envp)
    #define xpathexec_run(file, argv, envp) xexec_ae(file, argv, envp)
    #define xpathexec0_run(file, argv, envp) xexec0_ae(file, argv, envp)

    #define pathexec_env(key, value) env_mexec(key, value)
    #define pathexec_fromenv(argv, envp, envlen) mexec_f(argv, envp, envlen)
    #define pathexec(argv) mexec(argv)
    #define pathexec0(argv) mexec0(argv)
    #define xpathexec_fromenv(argv, envp, envlen) xmexec_f(argv, envp, envlen)
    #define xpathexec(argv) xmexec(argv)
    #define xpathexec0(argv) xmexec0(argv)

    #define pathexec_r_name(file, argv, envp, envlen, modif, modiflen) mexec_afm(file, argv, envp, envlen, modif, modiflen)
    #define pathexec_r(argv, envp, envlen, modif, modiflen) mexec_fm(argv, envp, envlen, modif, modiflen)
    #define xpathexec_r_name(file, argv, envp, envlen, modif, modiflen) xmexec_afm(file, argv, envp, envlen, modif, modiflen)
    #define xpathexec_r(argv, envp, envlen, modif, modiflen) xmexec_fm(argv, envp, envlen, modif, modiflen)

    #endif

copied from 18e4356557 (diff-69efbe5d997280a1430a6af2fa38e3f5105e706076a26fc751885c505ca598c6R140)
2021-01-23 12:16:41 +01:00
Markus Kowalewski
b6a09f8887
scalapack: fix building with mpich 2021-01-23 12:15:18 +01:00
Markus Kowalewski
6dba41fbcb
mpi: use mpi attribute consistently as the default MPI implementations
Use the attribute mpi to provide a system wide default MPI
implementation. The default is openmpi (as before).
This now allows for overriding the MPI implentation by using
the overlay mechanism. Build all packages with mpich instead
of the default openmpi can now be achived like this:
self: super:
 {
   mpi = super.mpich;
 }

All derivations that have been using "mpi ? null" to provide optional
building with MPI have been change in the following way to allow for
optional builds with MPI:
{ ...
, mpi
, useMpi ? false
}
2021-01-23 12:15:13 +01:00
Pavol Rusnak
a6f6f739c8
Merge pull request #109655 from prusnak/stdenv-lib-mobile
pkgs/development/mobile: stdenv.lib -> lib
2021-01-23 12:11:03 +01:00
TredwellGit
c81247f204 electron_11: 11.2.0 -> 11.2.1
https://github.com/electron/electron/releases/tag/v11.2.1
2021-01-23 10:46:09 +00:00
Daniël de Kok
cca0b0117b python3Packages.tokenizers: 0.9.4 -> 0.10.0
Changelog:
https://github.com/huggingface/tokenizers/releases/tag/python-v0.10.0
2021-01-23 11:22:34 +01:00
Jörg Thalheim
f6a583eeec
Merge pull request #110465 from siraben/development-compilers-stdenv-lib
pkgs/development/compilers: stdenv.lib -> lib
2021-01-23 10:07:31 +00:00
Fabian Affolter
002b6599da python3Packages.amcrest: init at 1.7.2 2021-01-23 09:52:45 +01:00
Doron Behar
f9c6e07c67 treewide: Remove usages of stdenv.lib by @doronbehar
Per: https://github.com/NixOS/nixpkgs/issues/108938
2021-01-23 10:52:19 +02:00
Frederik Rietdijk
4affc40a50 sqlite: test sqlalchemy when updating
This is an important Python package that should keep functioning on an
upgrade.
2021-01-23 08:35:54 +01:00
Jörg Thalheim
103dfe655e
Merge pull request #109722 from euank/libvirt-ebtables-iptables
libvirt: don't use iptables-nftables
2021-01-23 07:29:31 +00:00
David Birks
bd680be132
kind: 0.9.0 -> 0.10.0 2021-01-22 22:54:10 -05:00
Stig
b8c3cd1318
Merge pull request #110321 from stigtsp/package/perl-5.33.6
perldevel: 5.33.5 -> 5.33.6, perl-cross: b444794 -> 4c55233
2021-01-23 03:17:03 +01:00
Stig
63333a977f
Merge pull request #110298 from stigtsp/perl/remove-parallel-building-patch
perl: remove obsolete parallel building patch
2021-01-23 03:02:49 +01:00
Ben Siraphob
acc5f7b18a pkgs/development/compilers: stdenv.lib -> lib 2021-01-23 08:57:37 +07:00
Matthieu Coudron
b20b9f98b8 luarocks-update-packages: pass "lib" in arguments 2021-01-23 00:39:01 +01:00
Peter Woodman
858eebe1f9 cpython: fix extensions when using a musl toolchain 2021-01-22 23:56:19 +01:00
Euan Kemp
f0b1cdb189 libvirt: don't use iptables-nftables
Per a comment on the PR that made this change, it turns out to cause
issues in some cases: https://github.com/NixOS/nixpkgs/pull/109332#issuecomment-762005163

For now, let's revert back. Presumably the issues derive from the system
iptables not matching libvirt's iptables.

In the future, #81172 should move us back into the future, and I'm
perfectly fine waiting for that PR to handle this separately.
2021-01-22 22:44:20 +00:00
Robert Schütz
c173f673ed pythonPackages.hbmqtt: disable on Python 3.9
See https://github.com/beerfactory/hbmqtt/issues/223.
2021-01-22 14:11:34 -08:00
Robert Schütz
8c1ce4ec70 pythonPackages.transitions: 0.8.5 -> 0.8.6 2021-01-22 14:11:34 -08:00
Jonathan Ringer
0bc275e634
Revert "lib: Clean up how linux and gcc config is specified"
This is a stdenv-rebuild, and should not be merged
into master

This reverts commit 8929989614.
2021-01-22 14:07:06 -08:00
Maximilian Bosch
2e5475381b
Merge pull request #110049 from r-ryantm/auto-update/libfilezilla
libfilezilla: 0.25.0 -> 0.26.0
2021-01-22 23:06:28 +01:00
Matthieu Coudron
2db2a966ea luarocks-nix: update 20190907 -> 20210122
rebased on top of luarocks 3.5
2021-01-22 22:47:26 +01:00
Maximilian Bosch
e47aca4524
Merge pull request #110373 from r-ryantm/auto-update/bingrep
bingrep: 0.8.2 -> 0.8.5
2021-01-22 22:14:39 +01:00
Thomas Gerbet
b989a9802f libredwg: 0.10.1.3707 -> 0.12
Fix CVE-2020-15807
2021-01-22 21:58:46 +01:00
Martin Weinelt
c245e9d2ff
Merge pull request #110530 from mweinelt/python-mpd
python3Packages.mpd2: 3.0.2 -> 3.0.3
2021-01-22 21:37:49 +01:00
Ryan Mulligan
406a590802
Merge pull request #110503 from r-ryantm/auto-update/mlkit
mlkit: 4.5.2 -> 4.5.6
2021-01-22 12:34:56 -08:00
John Ericson
d95aebbe0e
Merge pull request #107214 from Ericson2314/linux-config-cleanup
lib: Clean up how linux and gcc config is specified
2021-01-22 15:15:58 -05:00
Martin Weinelt
b4f60bfcac
python3Packages.mpd2: add hexa to maintainers 2021-01-22 21:14:54 +01:00
R. RyanTM
d9d8d9e8c2 precice: 2.1.1 -> 2.2.0 2021-01-22 19:52:54 +00:00
Malte Brandy
952ebcf65f haskellPackages.haskell-language-server: Fixing build
by pinning apply-refact
2021-01-22 20:34:28 +01:00
Peter Simons
d07ff60c02 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.16.0-9-ga573266 from Hackage revision
61c759fc79.
2021-01-22 20:34:22 +01:00
Peter Simons
c3792f6cdd Consistently use 'lib' instead of 'stdenv.lib' in the Haskell infrastructure.
Part of https://github.com/NixOS/nixpkgs/issues/108938.
2021-01-22 20:34:21 +01:00
Malte Brandy
71e660bb8d haskellPackages.universe-dependent-sum: Remove broken flag 2021-01-22 20:34:21 +01:00
Peter Simons
4a8f6f4230 hnix-store-core: add missing test dependency by way of override
See https://github.com/haskell-nix/hnix-store/issues/127.
2021-01-22 20:34:21 +01:00
Peter Simons
de00ad9932 hnix-store-core: update overrides for the latest version 2021-01-22 20:34:21 +01:00
Malte Brandy
7ef37f8806 haskellPackages.pandoc: Temporarily disable tests 2021-01-22 20:34:21 +01:00
Peter Simons
8482fb4efd hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.6 from Hackage revision
8c276aee32.
2021-01-22 20:34:15 +01:00
Peter Simons
2cc5f7b1a5 hackage2nix: update list of broken builds to fix evaluation errors on Hydra 2021-01-22 20:34:14 +01:00
Rasmus Précenth
fd215e57cb haskellPackages.glicko: unbreak
I'm the author of the package and fixed the dependencies upstream,
now builds correctly and can be unmarked as broken.
2021-01-22 20:34:14 +01:00
Peter Simons
ecb42c13ba Stackage Nightly 2021-01-20 2021-01-22 20:34:08 +01:00
Martin Weinelt
dc62266a1c
python3Packages.mpd2: 3.0.2 -> 3.0.3
Fixes early disconnects when using the async MPDClient.
2021-01-22 20:18:10 +01:00
Sandro
27a42b9ef8
Merge pull request #110502 from rb2k/fix_libsmartcols
libsmartcols: Add gtk-doc to fix build.
2021-01-22 19:02:14 +01:00
R. RyanTM
4aaa445477
certbot: 1.10.1 -> 1.11.0 (#109746) 2021-01-22 18:18:48 +01:00
Shaw Vrana
723e9102c9 go-minimock: include version in build flags
minimock includes the version in the mocks it generates so not having it
set properly annoys co-workers.
2021-01-22 08:03:08 -08:00
R. RyanTM
962f751627 mod: 0.4.0 -> 0.4.1 2021-01-22 16:02:45 +00:00
R. RyanTM
adf23ffca7 mlkit: 4.5.2 -> 4.5.6 2021-01-22 15:54:29 +00:00
Marc Seeger
01528b62a8 libsmartcols: Add gtk-doc to fix build. 2021-01-22 07:54:06 -08:00
R. RyanTM
f2c88014c8 python37Packages.bitarray: 1.6.1 -> 1.6.3 2021-01-22 07:51:33 -08:00
R. RyanTM
d92570f52c python37Packages.azure-storage-file-share: 12.4.0 -> 12.4.1 2021-01-22 07:48:17 -08:00
R. RyanTM
7981dff255 python37Packages.breathe: 4.26.0 -> 4.26.1 2021-01-22 07:47:55 -08:00
R. RyanTM
2fa6fdea12 python37Packages.APScheduler: 3.6.3 -> 3.7.0 2021-01-22 07:45:52 -08:00
R. RyanTM
64e991542e python37Packages.azure-storage-blob: 12.7.0 -> 12.7.1 2021-01-22 07:45:18 -08:00
R. RyanTM
a10f2c3f42 python37Packages.amqp: 5.0.2 -> 5.0.3 2021-01-22 07:44:54 -08:00
R. RyanTM
9a94b02519 python37Packages.alerta-server: 8.2.0 -> 8.3.3 2021-01-22 07:44:16 -08:00
R. RyanTM
67c7662d27 postman: 7.36.0 -> 7.36.1 2021-01-22 07:43:04 -08:00
R. RyanTM
416bdfbc38 python37Packages.mautrix: 0.8.6 -> 0.8.9 2021-01-22 07:40:16 -08:00
Fabian Affolter
01cb602043 python3Packages.hass-nabucasa: update test part 2021-01-22 07:39:44 -08:00
Fabian Affolter
82f32abe7d python3Packages.hass-nabucasa: 0.39.0 -> 0.41.0 2021-01-22 07:39:44 -08:00
Fabian Affolter
32b2eb6730 python3Packages.pycognito: use pytestCheckHook 2021-01-22 07:39:44 -08:00
Fabian Affolter
6759a781c7 python3Packages.pycognito: 0.1.4 -> 0.1.5 2021-01-22 07:39:44 -08:00
Robert Schütz
cefafeefbb pythonPackages.fuse: add pythonImportsCheck 2021-01-22 07:37:47 -08:00
R. RyanTM
1bafaad6e7 python37Packages.fuse: 1.0.0 -> 1.0.1 2021-01-22 07:37:47 -08:00
Fabian Affolter
766fb6a513 python3Packages.aioshelly: 0.5.3 -> 0.5.4 2021-01-22 07:36:14 -08:00
Jonathan Ringer
0389d5b148 python310: 3.10.0a3 -> 3.10.0a4 2021-01-22 07:27:21 -08:00
Sandro
2b56a69386
Merge pull request #110453 from fabaff/bsblan 2021-01-22 16:21:43 +01:00
Sandro
15e6801eb3
Merge pull request #110456 from fabaff/sendgrid 2021-01-22 16:08:33 +01:00
Ryan Mulligan
64b79a2767
Merge pull request #110153 from r-ryantm/auto-update/nexus
nexus: 3.29.0-02 -> 3.29.2-02
2021-01-22 06:36:30 -08:00
R. RyanTM
9a3c824736 libamqpcpp: 4.3.10 -> 4.3.11 2021-01-22 14:18:51 +00:00
Scriptkiddi
acae9b0336
shadered: init at 1.4.1 2021-01-22 15:10:43 +01:00
R. RyanTM
59e507806e k6: 0.29.0 -> 0.30.0 2021-01-22 13:44:58 +00:00
R. RyanTM
aa9adb6a00 janet: 1.13.1 -> 1.14.1 2021-01-22 13:26:38 +00:00
Frederik Rietdijk
6edf1bed78 python3.pkgs.scikitlearn: 0.23.2 -> 0.24.1 2021-01-22 14:22:47 +01:00
Sandro
a252b7e7a5
Merge pull request #109426 from poscat0x04/fcitx-update-script 2021-01-22 14:16:42 +01:00
Sandro
8bb551bdde
Merge pull request #110231 from LeSuisse/libexosip-5.2.0
libexosip: 4.1.0 -> 5.2.0
2021-01-22 14:16:17 +01:00
Jan Tojnar
b91b91c03b
Merge pull request #108890 from B4dM4n/vulkan-loader-include
vulkan-loader: fix pkg-config include directory
2021-01-22 13:56:54 +01:00
Frederik Rietdijk
e986624620 python3.pkgs.dask: 2.25.0 -> 2021.01.0 2021-01-22 13:28:04 +01:00
Fabian Affolter
534e9cc6ca
python3Packages.tmb: 0.1.0 -> 0.1.1 (#110469) 2021-01-22 13:13:12 +01:00
R. RyanTM
2d390cdbc3 folly: 2021.01.18.00 -> 2021.01.18.01 2021-01-22 11:53:16 +00:00
Mario Rodas
2f74de9c8f
Merge pull request #110437 from marsam/node-platforms
buildNodePackage: by default use Node.js' platforms
2021-01-22 06:49:13 -05:00
Fabian Möller
0fe70e7fd4
vulkan-loader: fix pkg-config include directory
With the last update the pkg-config file was changed to cmake variables,
which made substituteInPlace ineffective.

Fixes #108766
2021-01-22 12:25:17 +01:00
R. RyanTM
9ccac6cac8 doctl: 1.54.1 -> 1.55.0 2021-01-22 11:07:04 +00:00
Thomas Gerbet
fdafac8b00 libexosip: 4.1.0 -> 5.2.0
Fix CVE-2014-10375.

sipwitch is marked as broken as it does compile with libexosip > 5.0.0
and the upstream project appears to be stalled/abandoned.
2021-01-22 11:58:00 +01:00
Frederik Rietdijk
59863dc3d7 geant4: fix eval
Regression from 66e44425c6
2021-01-22 11:47:09 +01:00
Oleksii Filonenko
65a6c52178
Merge pull request #110377 from r-ryantm/auto-update/cargo-cache
cargo-cache: 0.5.1 -> 0.6.0
2021-01-22 12:23:26 +02:00
Philipp
194d6a65e1
mtxclient: Remove unneeded dependencies, add myself as maintainer. 2021-01-22 10:53:17 +01:00
Fabian Affolter
dc2f2bebce python3Packages.sendgrid: init at 6.5.0 2021-01-22 10:50:25 +01:00
Fabian Affolter
8e8e759c72 python3Packages.python-http-client: init at 3.3.1 2021-01-22 10:50:06 +01:00
Fabian Affolter
cc4c7328ee python3Packages.starkbank-ecdsa: init at 1.1.0 2021-01-22 10:49:51 +01:00
Sandro
3d6df9e8be
Merge pull request #109637 from rycee/liquibase-psql 2021-01-22 10:11:22 +01:00
Fabian Affolter
7581c22616 python3Packages.bsblan: init at 0.4.1 2021-01-22 09:41:59 +01:00
Sandro
2d00719e46
Merge pull request #110400 from fabaff/bump-awesomeversion
python3Packages.awesomeversion: 20.12.5 -> 21.1.3
2021-01-22 09:35:37 +01:00
Fabian Affolter
038ab72940 python3Packages.cattrs: init at 1.1.2 2021-01-22 09:33:10 +01:00
Sandro
9a92886922
Merge pull request #110395 from zowoq/gemset 2021-01-22 09:31:07 +01:00
sternenseemann
b424ecd84e ocamlPackages.emile: init at 1.1 2021-01-22 09:26:17 +01:00
sternenseemann
47818a1ff3 ocamlPackages.pecu: init at 0.5 2021-01-22 09:26:17 +01:00
Jules Aguillon
bf010dac66
ocamlformat: Add versions 0.15.1 and 0.16.0 2021-01-22 09:10:02 +01:00
Jules Aguillon
be14c2084d
ocamlPackages.ppxlib: Add version 0.18.0
The default version is still 0.15.0 to avoid breaking other packages.
2021-01-22 09:10:02 +01:00
Michael Raskin
f89e4d7d8c
Merge pull request #110052 from r-ryantm/auto-update/libewf
libewf: 20201129 -> 20201210
2021-01-22 08:00:51 +00:00
Fabian Affolter
40021798b8 python3Packages.hatasmota: 0.2.5 -> 0.2.6 2021-01-21 23:59:46 -08:00
Fabian Affolter
3a43bbbc7c python3Packages.atenpdu: init at 0.3.1 2021-01-21 23:58:49 -08:00
sternenseemann
0f864eb45b ocamlPackages.hxd: init at 0.2.0 2021-01-22 08:39:58 +01:00
R. RyanTM
1e3e562cdc python37Packages.ROPGadget: 6.4 -> 6.5 2021-01-21 23:39:37 -08:00
R. RyanTM
f82325b55a python37Packages.aiolifx: 0.6.8 -> 0.6.9 2021-01-21 23:39:20 -08:00
Emery Hemingway
93e31f2a78
ocamlPackages.wodan: init unstable-2020-11-20 2021-01-22 08:34:26 +01:00
John Ericson
8929989614 lib: Clean up how linux and gcc config is specified
The `platform` field is pointless nesting: it's just stuff that happens
to be defined together, and that should be an implementation detail.

This instead makes `linux-kernel` and `gcc` top level fields in platform
configs. They join `rustc` there [all are optional], which was put there
and not in `platform` in anticipation of a change like this.

`linux-kernel.arch` in particular also becomes `linuxArch`, to match the
other `*Arch`es.

The next step after is this to combine the *specific* machines from
`lib.systems.platforms` with `lib.systems.examples`, keeping just the
"multiplatform" ones for defaulting.
2021-01-21 22:44:09 -05:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Mario Rodas
046d24424e
Merge pull request #110324 from marsam/update-libvmaf
libvmaf: 2.1.0 -> 2.1.1
2021-01-21 21:27:06 -05:00
Mario Rodas
09c607f0be
Merge pull request #110356 from r-ryantm/auto-update/flow
flow: 0.142.0 -> 0.143.0
2021-01-21 21:26:19 -05:00
Sandro
d78f0383c2
Merge pull request #110383 from ck3d/fix-rust-bindgen
rust-bindgen: Resolve "/usr/bin/env bash" to fix usage in Nix build
2021-01-22 02:16:08 +01:00
Dmitry Kalinkin
55e8a35caf
Merge pull request #109422 from veprbl/pr/binutils_use_gold_darwin_cross
binutils: enable gold when cross compiling on darwin
2021-01-21 18:47:25 -05:00
Fabian Affolter
1c5456573c python3Packages.awesomeversion: 20.12.5 -> 21.1.3 2021-01-21 23:38:58 +01:00
Robert Helgesson
0e4faa73d2
liquibase: support PostgreSQL JDBC driver 2021-01-21 23:13:24 +01:00
Robert Helgesson
62acc9aa8f
liquibase: cleaning up 2021-01-21 23:12:43 +01:00
zowoq
2ab13ca162 treewide: add final newline 2021-01-22 07:40:43 +10:00
zowoq
59b83c43e0 treewide: add final newline 2021-01-22 07:18:04 +10:00
zowoq
0ebfeaeca1 bundix: add final newline patch 2021-01-22 07:18:04 +10:00
John Ericson
e61a96d70a
Merge pull request #110312 from obsidiansystems/prometheus-cpp-pkgconfig
[Draft] prometheus-cpp: add pkgconfig data
2021-01-21 16:02:20 -05:00
Antonio Nuno Monteiro
29954335b7 ocamlPackages_4_12.ocaml: alpha3 -> beta1 2021-01-21 21:59:09 +01:00
sternenseemann
80b13365e9 ocamlPackages.mirage-crypto*: 0.8.8 -> 0.8.10
ocamlPackages.x509: fix tests for mirage-crypto >= 0.8.9
2021-01-21 21:41:18 +01:00
Pavol Rusnak
c3bbfb77ad
pkgs/development/mobile: stdenv.lib -> lib 2021-01-21 20:45:23 +01:00
R. RyanTM
0dc4c17647 twitterBootstrap: 4.5.3 -> 4.6.0 2021-01-21 19:18:00 +00:00
Christian Kögler
23b0a88572 rust-bindgen: Resolve "/usr/bin/env bash" to fix usage in Nix build 2021-01-21 20:16:58 +01:00
Sandro
39b25bbbb5
Merge pull request #110368 from fabaff/python-wink 2021-01-21 19:49:34 +01:00
R. RyanTM
4f3e9c9ca8 cargo-cache: 0.5.1 -> 0.6.0 2021-01-21 18:34:21 +00:00
R. RyanTM
360f24168f bingrep: 0.8.2 -> 0.8.5 2021-01-21 18:10:56 +00:00
R. RyanTM
f590e4246e
azure-storage-azcopy: 10.7.0 -> 10.8.0 (#109730) 2021-01-21 10:08:11 -08:00
R. RyanTM
d0f642806f
bazel-kazel: 0.1.3 -> 0.2.0 (#109731) 2021-01-21 10:07:41 -08:00
R. RyanTM
34926a73f8
golangci-lint: 1.35.0 -> 1.35.2 (#109843) 2021-01-21 10:05:40 -08:00
R. RyanTM
4670172927
gore: 0.5.0 -> 0.5.2 (#109844) 2021-01-21 10:04:57 -08:00
R. RyanTM
76a80a2616
mage: 1.10.0 -> 1.11.0 (#110090) 2021-01-21 09:58:34 -08:00
Michael Weiss
f202f96425
libxkbcommon: Add myself as maintainer
From the Git log it seems that this package currently lacks an active
maintainer. I'll try to help out for now.
2021-01-21 18:51:54 +01:00
R. RyanTM
afc9f15172
circleci-cli: 0.1.11756 -> 0.1.11924 (#110333) 2021-01-21 09:49:57 -08:00
R. RyanTM
97b17404fa
go-swagger: 0.25.0 -> 0.26.0 (#110361) 2021-01-21 09:48:25 -08:00
Elis Hirwing
956967a671
Merge pull request #110254 from r-ryantm/auto-update/php-igbinary
php73Extensions.igbinary: 3.1.6 -> 3.2.1
2021-01-21 18:35:41 +01:00
Elis Hirwing
1b66ae0acd
Merge pull request #110250 from r-ryantm/auto-update/php-maxminddb
php73Extensions.maxminddb: 1.8.0 -> 1.9.0
2021-01-21 18:35:18 +01:00
Elis Hirwing
526acc0f32
Merge pull request #110230 from r-ryantm/auto-update/php-rdkafka
php73Extensions.rdkafka: 4.1.1 -> 5.0.0
2021-01-21 18:34:44 +01:00
Fabian Affolter
4afb4968cd python3Packages.python-wink: init at 1.10.5 2021-01-21 18:12:27 +01:00
Sandro
d5d2206b95
Merge pull request #110309 from zimbatm/python3Packages.bash_kernel
python3Packages.bash_kernel: 0.7.1 -> 0.7.2
2021-01-21 18:05:45 +01:00
Sandro
4825212f16
Merge pull request #110363 from fabaff/vsure 2021-01-21 18:05:06 +01:00
Fabian Affolter
5cca230726 python3Packages.vsure: init at 1.6.1 2021-01-21 17:39:35 +01:00
Sandro
d158fe4930
Merge pull request #110269 from maralorn/nheko 2021-01-21 17:22:04 +01:00
R. RyanTM
dea5338c45 python37Packages.databricks-connect: 7.3.6 -> 7.3.7 2021-01-21 08:18:29 -08:00
R. RyanTM
9334bd4a30 python37Packages.google-cloud-secret-manager: 2.1.0 -> 2.2.0 2021-01-21 08:17:36 -08:00
Malte Brandy
53465a02c0
mtxclient: 0.3.1 -> 0.4.0 2021-01-21 16:58:38 +01:00
Théo Zimmermann
33fc9b1c6d coqPackages.math-classes: 8.11.0 -> 8.12.0 2021-01-21 16:39:59 +01:00