1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 11:40:45 +00:00
Commit graph

16436 commits

Author SHA1 Message Date
TredwellGit c4ea02fc5c linux/hardened/patches/5.10: 5.10.68-hardened1 -> 5.10.69-hardened1 2021-09-27 20:00:39 +00:00
TredwellGit 9e78068b04 linux/hardened/patches/4.19: 4.19.207-hardened1 -> 4.19.208-hardened1 2021-09-27 20:00:38 +00:00
TredwellGit 1e05c4eae9 linux/hardened/patches/4.14: 4.14.247-hardened1 -> 4.14.248-hardened1 2021-09-27 20:00:37 +00:00
Profpatsch bf33c0e62e skawarePackages: Fall 2021 release
Maintainers Notes below.

~~~

 Hello,

 New versions of all the skarnet.org packages are available.

 skalibs has undergone a major update, with a few APIs having disappeared,
and others having changed. Compatibility with previous versions is  *not*
assured.
 Consequently, all the rest of the skarnet.org software has undergone
at least a release bump, in order to build with the new skalibs. But
some packages also have new functionality added (hence, a minor bump),
and others also have their own incompatible changes (hence, a major bump).

 The new versions are the following:

skalibs-2.11.0.0          (major)
nsss-0.2.0.0              (major)
utmps-0.1.0.3             (release)
execline-2.8.1.0          (minor)
s6-2.11.0.0               (major)
s6-rc-0.5.2.3             (release)
s6-portable-utils-2.2.3.3 (release)
s6-linux-utils-2.5.1.6    (release)
s6-linux-init-1.0.6.4     (release)
s6-dns-2.3.5.2            (release)
s6-networking-2.5.0.0     (major)
mdevd-0.1.5.0             (minor)
bcnm-0.0.1.4              (release)
dnsfunnel-0.0.1.2         (release)

Additionally, a new package has been released:
smtpd-starttls-proxy-0.0.1.0

 Dependencies have all been updated to the latest versions. They are,
this time, partially strict: libraries and binaries may build with older
releases of their dependencies, but not across major version bumps. The
safest approach is to upgrade everything at the same time.

 You do not need to recompile your s6-rc service databases or recreate
your s6-linux-init run-images.
 You should restart your supervision tree after upgrading skalibs and s6,
as soon as is convenient for you.

 Details of major and minor package changes follow.

* skalibs-2.11.0.0
  ----------------

 - A lot of obsolete or useless functionality has been removed:
libbiguint, rc4, md5, iobuffer, skasigaction, environ.h and
getpeereid.h headers, various functions that have not proven their
value in a while.
 - Some functions changed signatures or changed names, or both.
 - All custom types ending in _t have been renamed, to avoid treading on
POSIX  namespace. (The same change has not been done yet in other
packages,  but skalibs was the biggest offender by far.)
 - Signal functions have been deeply reworked.
 - cdb has been reworked, the API is now more user-friendly.
 - New functions have been added.

 The deletion of significant portions of code has made skalibs leaner.
libskarnet.so has dropped under 190 kB on x86_64.
 The cdb rewrite on its own has helped reduce an important amount of
boilerplate in cdb-using code.
 All in all, code linked against the new  skalibs should be slightly
smaller and use a tiny bit less RAM.

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

* nsss-0.2.0.0
  ------------

 - Bugfixes.
 - nsss-switch wire protocol slightly modified, which is enough to
warrant a major version bump.
 - _r functions are now entirely thread-safe.
 - Spawned nsssd programs are now persistent and only expire after a
timeout on non-enumeration queries. This saves a lot of forking with
applications that can call  primitives such as getpwnam() repeatedly, as
e.g. mdevd does when  initially parsing its configuration file.
 - New nsssd-switch program, implementing real nsswitch functionality
by dispatching queries to various backends according to a script.
It does not dlopen a single library or read a single config file.

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

* execline-2.8.1.0
  ----------------

 - Bugfixes.
 - New binary: case. It compares a value against a series of regular
expressions, executing into another command line on the first match.

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

* s6-2.11.0.0
  -----------

 - Bugfixes.
 - Some libs6 header names have been simplified.
 - s6-svwait now accepts -r and -R options.
 - s6-supervise now reads an optional lock-fd file in the service
directory; if it finds one, the first action of the service is to take
a blocking lock. This prevents confusion when a controller process dies
while still leaving workers holding resources; it also prevents log
spamming on user mistakes (autobackgrounding services, notably).
 - New binaries: s6-socklog, s6-svlink, s6-svunlink. The former is a
rewrite of smarden.org's socklog program, in order to implement a fully
functional syslogd with only s6 programs. The latter are tools that start
and stop services by symlinking/unlinking service directories from a
scan directory, in order to make it easier to integrate s6-style services
in boot scripts for sequential service managers such as OpenRC.

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

* s6-networking-2.5.0.0
  ---------------------

 - Bugfixes.
 - minidentd has been removed. It was an old and somehow still buggy
piece of  code that was only hanging around for nostalgia reasons.
 - Full support for client certificates. Details of the client
certificate are transmitted to the application via environment
variables (or via an environment string in the case of opportunistic
TLS).
 - Full SNI support, including server-side. (That involved a deep dive
into the bearssl internals, which is why it took so long.) The filenames
containing secret keys and certificates for <domain> are read in the
environment variables KEYFILE:<domain> and CERTFILE:<domain>.

 Complete client certificate and SNI support now make the TLS part of
s6-networking a fully viable replacement of stunnel and other similar
TLS tunneling tools. This is most interesting when s6-networking is
built against bearssl, which uses about 1/9 of the resources that OpenSSL
needs.

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

* mdevd-0.1.5.0
  -------------

 - A new option to mdevd is available: -O <nlgroups>.
This option makes mdevd rebroadcast uevents to a netlink group (or set
of netlink groups) once they have been handled. This allows applications
to read uevents from a netlink group *after* the device manager is done
with them. This is useful, for instance, when pairing mdevd with
libudev-zero for full udev emulation.
 - The * and & directives, which previously were only triggered by
"add" and "remove" actions, are now triggered by *all* action types.
This gives users full scripting access to any event, which can be
used to implement complex rules similar to udev ones.

 These two changes make it possible to now build a full-featured desktop
system based on mdevd + libudev-zero, without running systemd-udevd or
eudev.

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

* smtpd-starttls-proxy-0.0.1.0
  ----------------------------

 This new package, in conjunction with the latest s6-networking,
implements the STARTTLS functionality for inetd-like mail servers that
do not already support it. (Currently only tested with qmail-smtpd.)
If you have noticed that sending mail to skarnet.org supports STARTTLS
now, it is thanks to this little piece of software.

 https://skarnet.org/software/smtpd-starttls-proxy/
 git://git.skarnet.org/smtpd-starttls-proxy

 Enjoy,
 Bug-reports welcome.

 Laurent
2021-09-27 14:28:43 +02:00
Mikael Voss d08244d50e sydbox: init at 2.2.0 2021-09-27 08:15:44 +02:00
Bernardo Meurer 8b78e1c821
Merge pull request #139551 from TredwellGit/linux 2021-09-27 02:40:07 +00:00
Bernardo Meurer a3fa65e48f
linuxKernel.kernels.linux_xanmod: 5.14.7 -> 5.14.8 2021-09-26 14:27:09 -07:00
TredwellGit bb21f231cf linux/hardened/patches/5.4: 5.4.147-hardened1 -> 5.4.148-hardened1 2021-09-26 17:03:30 +00:00
TredwellGit 5b71d92f9a linux/hardened/patches/5.14: 5.14.6-hardened1 -> 5.14.7-hardened1 2021-09-26 17:03:29 +00:00
TredwellGit 34fe5d827c linux/hardened/patches/5.10: 5.10.67-hardened1 -> 5.10.68-hardened1 2021-09-26 17:03:28 +00:00
TredwellGit b754a3c355 linux/hardened/patches/4.19: 4.19.206-hardened1 -> 4.19.207-hardened1 2021-09-26 17:03:27 +00:00
TredwellGit 7b29a72e54 linux/hardened/patches/4.14: 4.14.246-hardened1 -> 4.14.247-hardened1 2021-09-26 17:03:26 +00:00
TredwellGit fa3a710526 linux: 5.4.148 -> 5.4.149 2021-09-26 17:02:51 +00:00
TredwellGit 10fee833c9 linux: 5.14.7 -> 5.14.8 2021-09-26 17:02:44 +00:00
TredwellGit bba95d3763 linux: 5.10.68 -> 5.10.69 2021-09-26 17:02:36 +00:00
TredwellGit bb9a54d5ee linux: 4.9.283 -> 4.9.284 2021-09-26 17:02:30 +00:00
TredwellGit bae26c4e05 linux: 4.4.284 -> 4.4.285 2021-09-26 17:02:23 +00:00
TredwellGit 7fad98993c linux: 4.19.207 -> 4.19.208 2021-09-26 17:02:19 +00:00
TredwellGit b0f3a99f00 linux: 4.14.247 -> 4.14.248 2021-09-26 17:02:15 +00:00
Ryan Mulligan a11b2cdb2a
Merge pull request #135171 from r-ryantm/auto-update/system76-power
linuxPackages_5_13.system76-power: 1.1.16 -> 1.1.17
2021-09-25 11:15:56 -07:00
Andrew Childs e456e9b1ae sigtool: 0.1.0 -> 0.1.2
Fixes build on x86_64-darwin
2021-09-25 10:38:35 +09:00
Luke Granger-Brown a78925d568
Merge pull request #138268 from NixOS/staging-next
Staging next 2021-09-17
2021-09-24 12:07:12 +01:00
Michael Weiss 61a7f5f90d
iproute_mptcp: Fix the build
My last iproute2 update (247aed0528) broke the build due to the new
patch [0].

Reported-by: Sergei Trofimovich <slyich@gmail.com>

[0]: https://github.com/NixOS/nixpkgs/pull/136701#issuecomment-924920542
2021-09-24 12:28:51 +02:00
Ryan Mulligan fa63a97416
Merge pull request #139048 from r-ryantm/auto-update/iotop-c
iotop-c: 1.18 -> 1.19
2021-09-23 23:58:52 -07:00
Ryan Burns 40299257cc Merge branch 'master' into staging-next 2021-09-23 18:43:00 -07:00
Jan Tojnar cc239d848f Merge commit 'ab24cfb0d3d43d0e8c21604993007dd66a4694ea' 2021-09-24 02:00:38 +02:00
Sandro 078c3bfb54
Merge pull request #139066 from lovesegfault/linux_xanmod-5.14.7 2021-09-23 17:31:48 +02:00
Michael Stone 470466fdbd
sigtool: 4a3719b4 -> 2a13539d (#138453)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-23 17:14:07 +02:00
Sandro e04c24ca02
Merge pull request #138534 from Stunkymonkey/os-specific-github 2021-09-23 11:22:12 +02:00
Bernardo Meurer 0785430a5e
linuxKernel.kernels.linux_xanmod: 5.14.6 -> 5.14.7 2021-09-22 19:13:04 -07:00
Luke Granger-Brown 759c4c9da1
Merge pull request #139046 from r-burns/nbcompat-take-two
[staging-next] netbsd.compat: fix libs by using cctools strip as objcopy
2021-09-23 02:14:37 +01:00
R. RyanTM a74a864b0f iotop-c: 1.18 -> 1.19 2021-09-23 00:52:50 +00:00
Ryan Burns 9eb591df10 netbsd.compat: fix libs by using cctools strip as objcopy
Reverts d43df749ac

NetBSD makefiles strip local symbols from libs using `OBJCOPY?=objcopy`,
which is missing on macOS. GNU objcopy appears to succeed but produces
broken .a libs which do not link into dependers.

(As this issue does not fail the netbsd.compat build,
downstream netbsd.install is added to passthru.tests.)

Since `OBJCOPY` is only used for stripping, we can:
* skip stripping with the hacky `OBJCOPY=echo`
* use cctools strip, which is invoked in the same way

The latter is obviously preferable if it works.
Indeed, locals are stripped, although it doesn't affect size much.
Comparison:

`OBJCOPY=echo`:
```
$ du -b result/lib/*.a
347784	result/lib/libnbcompat.a
357120	result/lib/libnbcompat_p.a
```

`OBJCOPY=${cctools}/bin/strip`:
```
$ du -b result/lib/*.a
347008	result/lib/libnbcompat.a
357120	result/lib/libnbcompat_p.a
```
2021-09-22 17:42:12 -07:00
Luke Granger-Brown 7002c15677 linuxKernel.kernels.linux_5_13_hardened: fix build
BTF cannot be enabled at the same time as the RANDSTRUCT GCC plugin, so
we need to mark it as optional. Alas.
2021-09-22 22:26:36 +00:00
github-actions[bot] 09a7436fcc
Merge master into staging-next 2021-09-22 18:01:01 +00:00
TredwellGit 3cd2a4032b linux: 5.4.147 -> 5.4.148 2021-09-22 09:57:22 -04:00
TredwellGit 6e1498613f linux: 5.14.6 -> 5.14.7 2021-09-22 09:57:22 -04:00
TredwellGit afc93c11bb linux: 5.10.67 -> 5.10.68 2021-09-22 09:57:22 -04:00
TredwellGit 217af32349 linux: 4.9.282 -> 4.9.283 2021-09-22 09:57:22 -04:00
TredwellGit 0931ea2be7 linux: 4.4.283 -> 4.4.284 2021-09-22 09:57:22 -04:00
TredwellGit 9eddcf0c15 linux: 4.19.206 -> 4.19.207 2021-09-22 09:57:22 -04:00
TredwellGit 1e54b5a2fc linux: 4.14.246 -> 4.14.247 2021-09-22 09:57:22 -04:00
Alyssa Ross b898e958da
Merge remote-tracking branch 'nixpkgs/master' into staging-next
Conflicts:
	pkgs/os-specific/linux/libfabric/default.nix
	pkgs/tools/filesystems/btrfs-progs/default.nix
2021-09-22 10:07:27 +00:00
Bernardo Meurer c4f9df268a
Merge pull request #138564 from lovesegfault/linux_xanmod-5.14.6 2021-09-22 04:02:28 +00:00
Sandro 7ecc0a0181
Merge pull request #138632 from Atemu/update/linux_lqx 2021-09-21 21:07:08 +02:00
Shamrock Lee c95fcfc6b3
libfabric: meta.platforms = lib.platforms.all and 1.13.0 -> 1.13.1 (#138780) 2021-09-21 21:06:24 +02:00
github-actions[bot] fd3d37414d
Merge master into staging-next 2021-09-21 12:01:29 +00:00
Kevin Cox c8fb668abb
Merge pull request #138773 from LibreCybernetics/update-nvidia
nvidia_x11: 470.63.01 → 470.74
2021-09-21 07:23:09 -04:00
Maximilian Bosch a616d83b06
Merge pull request #138481 from TredwellGit/linux
Kernels 2021-09-18
2021-09-21 12:48:44 +02:00
r-burns d6b683c052
Merge pull request #138740 from trofi/fix-libpsm2-gcc-11
libpsm2: disable blanket -Werror (gcc-11 fix)
2021-09-21 00:38:40 -07:00