Commit graph

31473 commits

Author SHA1 Message Date
Pavol Rusnak 90f7338112
treewide: stdenv.lib -> lib 2021-01-24 01:49:49 +01:00
markuskowa 2f34b4b883
Merge pull request #108983 from markuskowa/dev-mpi
Use mpi attribute consistently to provide a default MPI implementation
2021-01-23 22:51:09 +01:00
Sandro 705f26563b
Merge pull request #110600 from dotlambda/abcmidi-2021.01.21
abcmidi: 2020.12.10 -> 2021.01.21
2021-01-23 21:14:50 +01:00
Sandro 44837a9d6a
Merge pull request #110604 from dotlambda/eschalot-1.2.0.20191006
eschalot: 2018-01-19 -> 1.2.0.20191006
2021-01-23 21:13:17 +01:00
Robert Schütz fcef64cc39
esphome: 1.15.2 -> 1.15.3 (#110609) 2021-01-23 20:18:58 +01:00
Robert Schütz b816ee9a0f eschalot: 2018-01-19 -> 1.2.0.20191006 2021-01-23 17:08:05 +01:00
Guillaume Girol c3bb176525
Merge pull request #99418 from woffs/stenc-1.0.8
stenc: 1.0.7 -> 1.0.8
2021-01-23 15:02:24 +00:00
Robert Schütz 4070fb501b abcmidi: 2020.12.10 -> 2021.01.21 2021-01-23 15:35:19 +01:00
Jörg Thalheim 38833ce603
Merge pull request #99386 from mohe2015/smaller-system
grub2: Properly disable zfs by default
2021-01-23 11:22:19 +00: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 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
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
Mario Rodas 4766c5e8be
Merge pull request #110510 from r-ryantm/auto-update/nfpm
nfpm: 2.2.2 -> 2.2.3
2021-01-22 19:57:34 -05:00
Mario Rodas d65c354710
Merge pull request #110528 from r-ryantm/auto-update/pgmetrics
pgmetrics: 1.10.3 -> 1.10.5
2021-01-22 19:57:04 -05:00
Maximilian Bosch cf3130641a
Merge pull request #110097 from r-ryantm/auto-update/mdbook
mdbook: 0.4.5 -> 0.4.6
2021-01-22 23:15:03 +01:00
Maximilian Bosch 932d8850c8
Merge pull request #110372 from bbigras/httplz
httplz: dropping maintainership
2021-01-22 22:09:10 +01:00
Jörg Thalheim fa521222a4
Merge pull request #110511 from r-ryantm/auto-update/nix-direnv
nix-direnv: 1.2 -> 1.2.1
2021-01-22 20:17:31 +00:00
R. RyanTM da96664623 pgmetrics: 1.10.3 -> 1.10.5 2021-01-22 19:04:36 +00:00
R. RyanTM e58c59c3dc nix-direnv: 1.2 -> 1.2.1 2021-01-22 16:49:58 +00:00
R. RyanTM 52187ee4e5 nfpm: 2.2.2 -> 2.2.3 2021-01-22 16:39:59 +00:00
Sandro 070c76d434
Merge pull request #110480 from AndersonTorres/new-rcm
rcm: 1.1.3 -> 1.3.4
2021-01-22 16:44:35 +01:00
Eelco Dolstra b60a6af8ed
Merge pull request #110493 from hackworthltd/nix-big-sur
nix: add Security to build inputs.
2021-01-22 16:16:12 +01:00
Drew Hess 90888626ba
nix: add Security to build inputs.
For some reason, this is required to build nix on Big Sur, even though
it's not needed on earlier macOS versions.
2021-01-22 14:50:16 +00:00
zowoq b929be75dc fuse-overlayfs: 1.3.0 -> 1.4.0
https://github.com/containers/fuse-overlayfs/releases/tag/v1.4.0
2021-01-23 00:49:50 +10:00
Ryan Mulligan 3e733c2ae0
Merge pull request #110351 from r-ryantm/auto-update/exoscale-cli
exoscale-cli: 1.22.2 -> 1.23.0
2021-01-22 06:35:22 -08:00
AndersonTorres 3e61deb190 rcm: 1.1.3 -> 1.3.4 2021-01-22 10:27:48 -03:00
Sandro a252b7e7a5
Merge pull request #109426 from poscat0x04/fcitx-update-script 2021-01-22 14:16:42 +01:00
Sandro 505681300b
Merge pull request #107717 from freezeboy/update-burpsuite
burpsuite: ease src override
2021-01-22 13:05:15 +01:00
Michael Weiss 588643a13d
lprof: Mark as broken
The Hydra build fails since 2020-07-28:
x86_64-linux:  https://hydra.nixos.org/build/135234622

The patch was broken by eb627de968 but since there is no maintainer it
seems best to simply mark it as broken and eventually remove it.
2021-01-22 11:57:14 +01:00
Daniël de Kok 07dd1e81bb
Merge pull request #110371 from r-ryantm/auto-update/1password
_1password-gui: 0.9.8 -> 0.9.9-3
2021-01-22 09:48:46 +01:00
Matthias Beyer e3b4a6c2d8
sfeed: init at 0.9.20 (#107173)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-22 09:33:43 +01:00
Sandro 9a92886922
Merge pull request #110395 from zowoq/gemset 2021-01-22 09:31:07 +01:00
Poscat bdf7a8aa8e
fcitx5-lua: remove unnecessary interpolation 2021-01-22 11:58:27 +08:00
Bruno Bigras 754d6347b6 tab-rs: 0.5.5 -> 0.5.6 2021-01-21 21:17:58 -05: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
Frank Doepper 5dd1286cfa stenc: 1.0.7 -> 1.0.8 2021-01-21 20:49:15 +01:00
R. RyanTM 635154a7ac
assh: 2.10.0 -> 2.11.0 (#109724) 2021-01-21 10:08:38 -08:00
R. RyanTM 03a0224f4a
pbgopy: 0.2.0 -> 0.3.0 (#110192) 2021-01-21 09:55:25 -08:00
Bruno Bigras d888b4d235 httplz: dropping maintainership 2021-01-21 12:53:46 -05:00
R. RyanTM 6c0a48f3bc
frp: 0.34.3 -> 0.35.0 (#110358) 2021-01-21 09:53:10 -08:00
R. RyanTM 938ad4b145
bettercap: 2.28 -> 2.29 (#110327) 2021-01-21 09:52:27 -08:00
R. RyanTM ff40196b4c _1password-gui: 0.9.8 -> 0.9.9-3 2021-01-21 17:45:57 +00:00
mohe2015 d44c6219b8
grub2: Properly disable zfs by default 2021-01-21 18:28:35 +01:00
Ryan Mulligan 515fcfe4a8
Merge pull request #110354 from r-ryantm/auto-update/fend
fend: 0.1.11 -> 0.1.13
2021-01-21 09:27:24 -08:00
Sandro 84229678d2
Merge pull request #110268 from marsam/update-vale
vale: 2.6.8 -> 2.8.1
2021-01-21 17:21:30 +01:00
R. RyanTM d35953fc3c fend: 0.1.11 -> 0.1.13 2021-01-21 15:15:25 +00:00
Florian Klink 126fb3c888
Merge pull request #68680 from arianvp/afterburn
afterburn: init at 4.6.0
2021-01-21 16:06:19 +01:00
R. RyanTM 35aac20463 exoscale-cli: 1.22.2 -> 1.23.0 2021-01-21 15:01:56 +00:00
Ryan Mulligan 215d637b86
Merge pull request #109867 from r-ryantm/auto-update/ior
ior: 3.2.1 -> 3.3.0
2021-01-21 06:55:34 -08:00