Commit graph

10860 commits

Author SHA1 Message Date
github-actions[bot] b94e7d766f
Merge master into staging-next 2021-09-30 18:01:02 +00:00
Sandro a6bf86b21c
Merge pull request #140056 from Ma27/bump-diffoscope 2021-09-30 18:35:56 +02:00
Maximilian Bosch 589e03f109
diffoscope: 183 -> 185
ChangeLog: https://diffoscope.org/news/diffoscope-184-released/
ChangeLog: https://diffoscope.org/news/diffoscope-185-released/
2021-09-30 18:00:08 +02:00
0x4A6F 963773eafa
zellij: 0.18.0 -> 0.18.1 2021-09-30 15:06:08 +02:00
github-actions[bot] 1994a3055b
Merge master into staging-next 2021-09-30 00:01:51 +00:00
Sandro a02f62ae55
Merge pull request #139956 from 0x4A6F/master-zellij 2021-09-29 23:49:07 +02:00
0x4A6F 97ff96c846
zellij: 0.17.0 -> 0.18.0 2021-09-29 21:50:50 +02:00
figsoda 005c60cbfd
Merge pull request #139933 from marsam/bash-completions-pspg
pspg: install bash completions
2021-09-29 14:08:37 -04:00
github-actions[bot] 19e8f1b28f
Merge master into staging-next 2021-09-29 18:01:07 +00:00
Jan Tojnar 3d5fb8d473
Merge pull request #138963 from jtojnar/sharedown
sharedown: init at 2.0.0
2021-09-29 18:44:21 +02:00
Mario Rodas a6cbe8893c pspg: install bash completions 2021-09-29 10:57:04 -05:00
Ryan Horiguchi 636a411069
neofetch: apply patch to fix neofetch returning wrong icon theme 2021-09-29 14:08:24 +02:00
github-actions[bot] 7b44c44972
Merge master into staging-next 2021-09-28 18:01:02 +00:00
Sandro ad2fec7cc0
Merge pull request #139740 from mweinelt/esphome 2021-09-28 14:14:21 +02:00
figsoda 7affc06dae
Merge pull request #137833 from j-hui/viddy
viddy: init at 0.2.1
2021-09-28 08:02:25 -04:00
Martin Weinelt afe7bbe071
esphome: 2021.9.1 -> 2021.9.2 2021-09-28 12:54:23 +02:00
j-hui 50e10fe084 viddy: init at 0.3.1 2021-09-27 22:59:24 -04:00
github-actions[bot] a70629a8e5
Merge master into staging-next 2021-09-27 18:01:07 +00:00
Profpatsch 843dca38b8 fdtools: pin to older skalibs version
fdtools hasn’t caught up with skalibs yet.

We also add a revdep test that alerts us in the future if a skalibs
bumb breaks fdtools again.
2021-09-27 14:28:43 +02: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
github-actions[bot] 7bb1bfbf29
Merge master into staging-next 2021-09-27 06:01:12 +00:00
Harsh Shandilya 5bd537ccef
fclones: 0.15.0 -> 0.16.0 2021-09-27 04:10:00 +05:30
Vladimír Čunát a641e599a8
Merge branch 'staging-next' into staging 2021-09-26 15:03:03 +02:00
Robert Schütz e6cc081a42 github-backup: 0.40.0 -> 0.40.1 2021-09-25 12:43:43 -07:00
github-actions[bot] 5dd6e3a959
Merge staging-next into staging 2021-09-25 18:01:44 +00:00
R. RyanTM 99b632b220 python38Packages.yt-dlp: 2021.9.2 -> 2021.9.25 2021-09-25 15:49:57 +00:00
sterni a5dd5aaf9d
Merge pull request #138560 from sternenseemann/mandoc-1.14.6
mandoc: 1.14.5 -> 1.14.6
2021-09-24 18:53:53 +02:00
Ryan Burns 40299257cc Merge branch 'master' into staging-next 2021-09-23 18:43:00 -07:00
Martin Weinelt ab485b4d98
Merge pull request #138640 from mweinelt/esphome 2021-09-23 23:54:22 +02:00
sternenseemann 03480209d9 mandoc: set SBINDIR instead of relying on fixupPhase 2021-09-23 21:24:10 +02:00
sternenseemann c138683757 mandoc: use symlinks for executables and man pages
Symlinks are quite heavily used in nixpkgs and easier to reason about
than hardlinks, so using them seems good for consistency.
2021-09-23 21:24:10 +02:00
sternenseemann ad02b5c89e mandoc: set MANPATH_BASE additionally to MANPATH_DEFAULT
MANPATH_BASE is used by mandoc -T lint to check if man pages that are
referenced exist on the system. While this feature is a bit problematic
for us (e. g. it will never work correctly in the nix sandbox), it
hasn't even worked in an impure context before since MANPATH_BASE
defaults to /usr/share/man:/usr/X11R6/man.
2021-09-23 21:24:10 +02:00
sternenseemann a43f48b710 mandoc: support cross as far as possible
mandoc can't be cross compiled easily since all configure checks rely on
executing a binary built using $CC. We can however still do “native”
cross compilation like pkgsStatic and pkgsLLVM. To facilitate this, the
following changes are required:

* Set the correct AR to use in configure.local

* Inform users that cross compilation will fail via a throw if the build
  platform can't execute the host platform's binaries.
2021-09-23 21:24:10 +02:00
sternenseemann 35e8d91d92 mandoc: fix UTF-8-support detection and make more robust at runtime
locale(1) is not available in pkgsMusl.stdenv, but it is also not really
necessary. We just need to tell mandoc about *any* UTF-8 locale that is
also available at runtime.

For macOS C.UTF-8 is not available sadly, so we need to use
en_US.UTF-8. Using locale(1) for this is out of the question as NetBSD's
locale(1) depends on mandoc.
2021-09-23 21:24:10 +02:00
sternenseemann 342cabea95 mandoc: run regression test suite 2021-09-23 21:24:10 +02:00
Sandro 0dd7492ca0
Merge pull request #138080 from abathur/resholve_0.6.0 2021-09-23 21:09:25 +02:00
sternenseemann a0a2b5f788 mandoc: use printf instead of echo for writing configure.local
This should be a bit more robust and portable.
2021-09-23 20:55:22 +02:00
sternenseemann 71fae710cc mandoc: add myself as maintainer 2021-09-23 20:55:22 +02:00
sternenseemann 02abcd6b3b mandoc: 1.14.5 -> 1.14.6 2021-09-23 20:55:20 +02:00
Sandro 29d3066ca1
Merge pull request #136751 from zakame/contrib/ruby-taoup
taoup: init at 1.1.14
2021-09-23 13:07:52 +02:00
github-actions[bot] 796a5df129
Merge master into staging-next 2021-09-23 00:01:50 +00:00
Jan Tojnar 63c3676fcf sharedown: init at 2.0.0 2021-09-23 00:31:02 +02:00
Finn Behrens 5d6761be60 kalker: use system gmp to fix aarch64-darwin
Signed-off-by: Finn Behrens <me@kloenk.dev>
2021-09-22 21:25:52 +02:00
github-actions[bot] 09a7436fcc
Merge master into staging-next 2021-09-22 18:01:01 +00:00
Travis A. Everett 08b791a01b resholve: 0.5.1 -> 0.6.0, refactor, +binlore
A bit going on here.
- Updating resholve from 0.5.1 -> 0.6.0
  - adding a depdendency, `binlore`, to supply ~intel on executables
    that supports new functionality in resholve
  - adding a package, `yallback`, which provides rule-based callbacks
    for YARA rule matches (depdency of `binlore`).
  - automatically generating "lore" for each `input` to a solution in
    `resholvePackage`.
  - update README
- restructuring some nix components to better support
  my local dev and CI workflows.
  - moved package tests into passthru/tests.nix (cuts `bats` out of
    resholve's immediate dependencies, makes it possible to add my
    existing Nix API test).
  - move my oil-dev patches out of resholve into a separate repo (no
    oil rebuild every time resholve's source changes). Also moving
    oil-dev into its own Nix file here, to ~track the default.nix in
    its own repo.
2021-09-22 09:54:04 -05:00
figsoda 59a43b900a
Merge pull request #138905 from r-ryantm/auto-update/svtplay-dl
svtplay-dl: 4.3 -> 4.5
2021-09-22 08:12:12 -04:00
figsoda 8fbc60ded9
Merge pull request #138896 from r-ryantm/auto-update/du-dust
du-dust: 0.6.2 -> 0.7.5
2021-09-22 08:08:14 -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
R. RyanTM 137a4f7b43 svtplay-dl: 4.3 -> 4.5 2021-09-22 06:04:54 +00:00
R. RyanTM add1980208 du-dust: 0.6.2 -> 0.7.5 2021-09-22 05:18:53 +00:00