Commit Graph

40024 Commits

Author SHA1 Message Date
Artturin
5ae3ae8e16 wshowkeys: switch to a working fork 2021-09-28 18:59:49 +03:00
figsoda
0390b44d1a
Merge pull request #139626 from figsoda/hck-update
hck: 0.6.5 -> 0.6.6
2021-09-28 10:08:16 -04:00
Bobby Rong
8464f3765c
Merge pull request #138908 from r-ryantm/auto-update/stress-ng
stress-ng: 0.13.01 -> 0.13.03
2021-09-28 20:39:51 +08:00
Sandro
ad2fec7cc0
Merge pull request #139740 from mweinelt/esphome 2021-09-28 14:14:21 +02:00
Sandro
715a686624
Merge pull request #138750 from humancalico/cve-bin-tool 2021-09-28 14:09:43 +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
Michael Adler
52d2792162 btop: 1.0.5 -> 1.0.9 2021-09-28 11:28:35 +02:00
Robert Schütz
80db552f62
Merge pull request #139587 from r-ryantm/auto-update/getmail6
getmail6: 6.18.3 -> 6.18.4
2021-09-27 23:33:30 -07:00
Johannes Schleifenbaum
786e36dcd2
dnsviz: 0.9.3 -> 0.9.4 2021-09-28 08:32:44 +02:00
Ivan Malison
6ae789833f quill: 0.2.5 -> 0.2.7 2021-09-28 00:06:26 -06:00
j-hui
50e10fe084 viddy: init at 0.3.1 2021-09-27 22:59:24 -04:00
figsoda
1d51acdbef
Merge pull request #139585 from r-ryantm/auto-update/catcli
catcli: 0.7.2 -> 0.7.3
2021-09-27 22:08:28 -04:00
Martin Weinelt
ed6c2fa9b4 ceph: 16.2.5 -> 16.2.6 2021-09-28 03:15:11 +02:00
Fabian Affolter
67910a8106 kubescape: 1.0.85 -> 1.0.88 2021-09-27 22:44:41 +02:00
figsoda
df3b026cc9 hck: 0.6.5 -> 0.6.6 2021-09-27 08:57:49 -04: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
Fabian Affolter
d3a174415c httpie: 2.4.0 -> 2.5.0 2021-09-27 12:40:29 +02:00
Bobby Rong
5086684ead
Merge pull request #139583 from Vonfry/update/fcitx5
fcitx5{-rime}: 5.0.8 -> 5.0.9
2021-09-27 17:13:11 +08:00
Fabian Affolter
d945486428 wpscan: 3.8.18 -> 3.8.19 2021-09-27 10:31:33 +02:00
Fabian Affolter
0fac60d759 metasploit: 6.0.56 -> 6.1.7 2021-09-27 10:28:20 +02:00
R. RyanTM
db9d0731ba getmail6: 6.18.3 -> 6.18.4 2021-09-27 01:19:45 +00:00
R. RyanTM
365413e22f catcli: 0.7.2 -> 0.7.3 2021-09-27 00:26:30 +00:00
Artturi
59b728ba70
Merge pull request #139443 from Luflosi/update/apfsprogs
apfsprogs: unstable-2021-05-07 -> unstable-2021-08-24
2021-09-27 03:23:13 +03:00
Vonfry
5d5170c5d7
fcitx5-rime: 5.0.6 -> 5.0.7 2021-09-27 08:18:33 +08:00
Vonfry
3ef60d4ee4
fcitx5: 5.0.8 -> 5.0.9 2021-09-27 08:18:20 +08:00
Artturi
82f73ef13d
Merge pull request #139578 from msfjarvis/hs/2021-09-27/update-fclones
fclones: 0.15.0 -> 0.16.0
2021-09-27 03:09:21 +03:00
Artturi
9ce9796bd9
Merge pull request #139531 from r-ryantm/auto-update/ytcc
ytcc: 2.3.0 -> 2.4.1
2021-09-27 03:08:11 +03:00
Harsh Shandilya
5bd537ccef
fclones: 0.15.0 -> 0.16.0 2021-09-27 04:10:00 +05:30
R. RyanTM
e7d2416831 ytcc: 2.3.0 -> 2.4.1 2021-09-26 12:02:38 +00:00
github-actions[bot]
181ac797ac
Merge master into staging-next 2021-09-26 12:01:19 +00:00
Domen Kožar
ce4cf2b68b
Merge pull request #139456 from zimbatm/foreman-more-platform
foreman: add more platform support
2021-09-26 13:58:40 +03:00
Fabian Affolter
1db5fc18fe
Merge pull request #139512 from fabaff/bump-exploitdb
exploitdb: 2021-09-22 -> 2021-09-25
2021-09-26 12:07:14 +02:00
Bobby Rong
e1450655d4
Merge pull request #135236 from r-ryantm/auto-update/openapi-generator-cli
openapi-generator-cli: 5.2.0 -> 5.2.1
2021-09-26 17:18:56 +08:00
Fabian Affolter
4e27609642 exploitdb: 2021-09-22 -> 2021-09-25 2021-09-26 10:18:05 +02:00
github-actions[bot]
66715dd11f
Merge master into staging-next 2021-09-26 06:01:27 +00:00
Sergei Trofimovich
8d77e899e8
sasquatch: drop blanket -Werror (fix gcc-11 build) (#139350)
Noticed build failure on gcc-11:

    $ nix-build -E 'with import ./.{}; sasquatch.override { stdenv = gcc11Stdenv; }'
    unsquashfs.c:1908:5:
      error: this 'if' clause does not guard... [-Werror=misleading-indentation]
     1908 |     if(swap)
          |     ^~

Let's defer warning squashing and code fixes to upstream.
2021-09-26 00:46:57 -04:00
Robert Schütz
e6cc081a42 github-backup: 0.40.0 -> 0.40.1 2021-09-25 12:43:43 -07:00
Luke Granger-Brown
6ad44fc9df
Merge pull request #139458 from vcunat/p/cpio-patches
cpio: add two subsequent upstream patches
2021-09-25 19:32:52 +01:00
zimbatm
cda1e49784
foreman: add more platform support
See
https://www.moncefbelyamani.com/understanding-the-gemfile-lock-file/

Apparently you now have to manually add all the platforms that a gem is
supported on.
2021-09-25 19:11:55 +02:00
Vladimír Čunát
c3330fa752
cpio: clean up the nix expression 2021-09-25 18:40:56 +02:00
Vladimír Čunát
3194ce025c
cpio: add two subsequent upstream patches
They fix bugs in the first patch.
2021-09-25 18:39:29 +02:00
Maciej Krüger
e9540c5f12
Merge pull request #139448 from r-ryantm/auto-update/python38Packages.yt-dlp 2021-09-25 18:19:53 +02:00
R. RyanTM
99b632b220 python38Packages.yt-dlp: 2021.9.2 -> 2021.9.25 2021-09-25 15:49:57 +00:00
Maximilian Bosch
b9fd2fcad5
Merge pull request #138623 from Ma27/bump-nixunstable
nixUnstable: 2.4pre20210908_3c56f62 -> 2.4pre20210922_bcd73eb
2021-09-25 17:28:39 +02:00
Luflosi
10a0b29d21
apfsprogs: unstable-2021-05-07 -> unstable-2021-08-24 2021-09-25 16:16:15 +02:00
Lassulus
699939fdcc
Merge pull request #139387 from dan4ik605743/wifite-update
wifite2: add pixiewps dependency
2021-09-25 14:12:12 +02:00
maralorn
af9aafe101
Merge pull request #139336 from maralorn/nom
nix-output-monitor: 1.0.3.2 -> 1.0.3.3
2021-09-25 13:30:44 +02:00
dan4ik
88cdb0a3c0 wifite2: add pixiewps dependency 2021-09-25 17:54:14 +07:00
Fabian Affolter
984778c3cb
Merge pull request #139355 from fabaff/bump-gdu
gdu: 5.8.0 -> 5.8.1
2021-09-25 09:30:01 +02:00
figsoda
4621d72abc
Merge pull request #139299 from junjihashimoto/fix/kaldi
kaldi: fix build
2021-09-24 22:17:52 -04:00
figsoda
a1fe966e82
Merge pull request #139368 from figsoda/fix-supertag
supertag: fix build caused by outdated lexical-core
2021-09-24 21:39:08 -04:00
figsoda
aec2482639 supertag: fix build caused by outdated lexical-core 2021-09-24 21:02:14 -04:00
Fabian Affolter
a79439501f gdu: 5.8.0 -> 5.8.1 2021-09-25 00:01:15 +02:00
figsoda
708ef218d7
Merge pull request #139109 from r-ryantm/auto-update/playerctl
playerctl: 2.3.1 -> 2.4.1
2021-09-24 16:08:05 -04:00
Malte Brandy
f779a0ff03
nix-output-monitor: 1.0.3.2 -> 1.0.3.3 2021-09-24 18:20:19 +02:00
gfrascadorio
447e08c3da sleuthkit: add build for JNI libraries
Enhance sleuthkit package so it builds the optional JNI libraries that
allow clients like autopsy to use sleuthkit.
2021-09-24 09:09:53 -06:00
figsoda
a3ca7b225d
Merge pull request #139320 from figsoda/tv-update
tv: 0.6.0 -> 0.7.0
2021-09-24 09:13:18 -04:00
figsoda
39b5332bd1
Merge pull request #137893 from hrhino/align
align: init at 1.1.3
2021-09-24 08:39:08 -04:00
Jörg Thalheim
1a6a4817e8
Merge pull request #136098 from Mic92/ssh-to-age
ssh-to-age: init at 1.0.1
2021-09-24 13:15:15 +01:00
Harrison Houghton
7b6eb91961 align: init at 1.1.3
This is a nice package for viewing CSV files and such, where differing
field widths can make it hard to understand the data.

Co-authored-by: figsoda <figsoda@pm.me>
2021-09-24 08:10:21 -04:00
figsoda
c415f70996 tv: 0.6.0 -> 0.7.0 2021-09-24 07:57:35 -04:00
junji hashimoto
c1d2660765
Update pkgs/tools/audio/kaldi/default.nix
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2021-09-24 20:13:36 +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
Vincenzo Mantova
4f8b48e432
texlive.bin.core: remove format -> engine links (#136293) 2021-09-24 05:23:45 -04:00
Junji Hashimoto
e1ce3b2eec kaldi: fix build 2021-09-24 09:07:42 +00:00
github-actions[bot]
213597c007
Merge master into staging-next 2021-09-24 06:01:02 +00:00
Ryan Burns
77c55739cc
Merge pull request #138920 from trofi/fix-upx-werror
upx: disable blanket -Werror (fix gcc-11 build)
2021-09-23 21:39:54 -07: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
figsoda
860ca9fe49
Merge pull request #139221 from figsoda/auto-cpufreq-version
auto-cpufreq: fix version output
2021-09-23 17:54:14 -04:00
figsoda
e33b541858
Merge pull request #139185 from fabaff/bump-gdu
gdu: 5.7.0 -> 5.8.0
2021-09-23 16:10:45 -04:00
figsoda
2169cfd852 auto-cpufreq: fix version output 2021-09-23 15:54:42 -04:00
figsoda
e77de1ec57
Merge pull request #139082 from r-ryantm/auto-update/auto-cpufreq
auto-cpufreq: 1.6.4 -> 1.6.9
2021-09-23 15:39:04 -04:00
Sandro
0dd7492ca0
Merge pull request #138080 from abathur/resholve_0.6.0 2021-09-23 21:09:25 +02:00
Fabian Affolter
c1bdd547f7 gdu: 5.7.0 -> 5.8.0 2021-09-23 18:05:31 +02:00
figsoda
d7556d195c
Merge pull request #139018 from rmcgibbo/btop
btop: init at 1.0.5
2021-09-23 09:32:23 -04:00
Sandro
310ee04ff5
Merge pull request #139155 from SuperSandro2000/cleanup-nix-index 2021-09-23 15:23:25 +02:00
Sandro
cb0af69727
Merge pull request #138980 from ptrhlm/illum-0.5
illum: 0.4 -> 0.5
2021-09-23 14:56:26 +02:00
Sandro
05b0520c69
Merge pull request #139085 from r-ryantm/auto-update/boundary 2021-09-23 14:53:29 +02:00
Akshat Agarwal
0c5c9f42f7 cve-bin-tool: unstable-2021-04-15 -> 2.2.1
* move cve-bin-tool from development/python-modules to tools/security

Co-authored-by: r-burns <52847440+r-burns@users.noreply.github.com>
2021-09-23 18:08:46 +05:30
Robert T. McGibbon
9f08c2d4b9 btop: init at 1.0.5 2021-09-23 08:38:36 -04:00
Sandro Jäckel
3bfbe11864
nix-index: remove null check, build on hydra 2021-09-23 14:36:23 +02:00
Naïm Favier
f616e094fa nix-index: wrap in a separate derivation 2021-09-23 14:21:46 +02:00
Stig
30b26cd63b
Merge pull request #139120 from r-ryantm/auto-update/proxmark3-rrg
proxmark3-rrg: 4.13441 -> 4.14434
2021-09-23 13:40:41 +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
R. RyanTM
0b86e289a5 proxmark3-rrg: 4.13441 -> 4.14434 2021-09-23 08:19:46 +00:00
Fabian Affolter
68165909cd
Merge pull request #139065 from r-ryantm/auto-update/kubesec
kubesec: 2.11.3 -> 2.11.4
2021-09-23 09:52:48 +02:00
Fabian Affolter
9395cc2658
Merge pull request #139079 from r-ryantm/auto-update/metabigor
metabigor: 1.9 -> 1.10
2021-09-23 09:47:12 +02:00
R. RyanTM
b01290e0ec playerctl: 2.3.1 -> 2.4.1 2021-09-23 07:30:23 +00:00
Daniel Fullmer
62207eec01 zerotierone: 1.6.5 -> 1.6.6 2021-09-23 08:55:44 +02:00
Fabian Affolter
de5a07b1df
Merge pull request #139036 from r-ryantm/auto-update/htop
htop: 3.0.5 -> 3.1.0
2021-09-23 08:03:22 +02:00
Piotr Halama
4735d5bec2 illum: 0.4 -> 0.5 2021-09-23 07:59:40 +02:00
R. RyanTM
276322039a boundary: 0.6.0 -> 0.6.1 2021-09-23 04:29:19 +00:00
R. RyanTM
e35d881ac3 auto-cpufreq: 1.6.4 -> 1.6.9 2021-09-23 04:13:49 +00:00
R. RyanTM
d2349615d9 metabigor: 1.9 -> 1.10 2021-09-23 03:53:38 +00:00
R. RyanTM
b1ad7a530d kubesec: 2.11.3 -> 2.11.4 2021-09-23 02:03:56 +00:00
github-actions[bot]
796a5df129
Merge master into staging-next 2021-09-23 00:01:50 +00:00
R. RyanTM
c1313e30fb htop: 3.0.5 -> 3.1.0 2021-09-22 23:40:03 +00:00