Profpatsch
bf3bd5fee1
skawarePackages: support static builds via pkgsStatic
...
Most of the skaware packages already build just fine with pkgsStatic,
however the wrapper scripts for execline and stdnotify-wrapper needed
the `-lskarlib` argument to go at the end.
`utmps` and `nsss` still fail with this error:
```
exec ./tools/install.sh -D -m 600 utmps-utmpd /bin/utmps-utmpd
/build/utmps-0.0.3.1/tools/install.sh: line 48: can't create /bin/utmps-utmpd.tmp.479: Permission denied
make: *** [Makefile:121: /bin/utmps-utmpd] Error 1
```
2020-03-30 01:35:39 +02:00
Profpatsch
49be064fa5
skawarePackages: release 2020-03
...
Hello,
New versions of all the skarnet.org packages are available.
This is mostly a bugfix release (there was an installation bug in
some circumstances with shared libraries) but some packages, notably
execline and s6, have new, useful features.
The new versions are the following:
skalibs-2.9.2.0
nsss-0.0.2.2
utmps-0.0.3.2
execline-2.6.0.0
s6-2.9.1.0
s6-rc-0.5.1.2
s6-linux-init-1.0.4.0
s6-dns-2.3.2.0
s6-networking-2.3.1.2
s6-portable-utils-2.2.2.2
s6-linux-utils-2.5.1.2
mdevd-0.1.1.2
bcnm-0.0.1.0
Here are details for the packages that have more than bugfixes:
* skalibs-2.9.2.0
---------------
- New header: skalibs/bigkv.h. It's a set of functions allowing
efficient lookups in a large set of strings (typically read from the
command line or the environment).
https://skarnet.org/software/skalibs/
git://git.skarnet.org/skalibs
* execline-2.6.0.0
----------------
- It's a major release because an API has been modified: dollarat.
Beforehand, dollarat's -0 option would always prevail over any -d
option. Now, dollarat has its conflicting -0 and -d options handled
in the conventional way, with rightmost priority.
- The runblock program now accepts a command line prefix, which is
given as runblock's own command line. This allows blocks to serve as
arguments to a new command, instead of having to be full command lines
by themselves.
- New binary: posix-umask.
- The former "cd" program is now named "execline-cd" and the former
"umask" program is named "execline-umask". When the=20
--enable-pedantic-posix
option is not given at configure time, "cd" and "umask" are symbolic
links created at installation time and pointing to execline-cd and
execline-umask respectively. When the --enable-pedantic-posix option is
given, the symbolic links point to posix-cd and posix-umask instead.
- With posix-cd and posix-umask (and the changes to wait done in the
previous version), execline is now fully POSIX-compliant when built with
the --enable-pedantic-posix option. This will certainly, without the
slightest hint of a doubt, change distributions' attitudes about it.
https://skarnet.org/software/execline/
git://git.skarnet.org/execline
* s6-2.9.1.0
----------
- A new '?' directive has been added to s6-log. It behaves exactly like
'!', except that it spawns the given processor with /bin/sh as an
interpreter instead of execlineb.
- execline support is now optional: it can be disabled by specifying
--disable-execline at configure time. Some functionality is unavailable
when execline support is disabled:
* s6-log's '!' directive
* s6-notifyoncheck's -c option
* s6-ipcserver-access's support for 'exec' directives in a ruleset
- A new -X option has been added to s6-svscan, to specify a descriptor
that will be passed as stderr to a service spawned by this s6-svscan and
named s6-svscan-log. This is used in the new s6-linux-init, to avoid
needing to hardcode the /dev/console name for the catch-all logger's
standard error.
- On systems that define SIGPWR and SIGWINCH, s6-svscan -s now diverts
those signals. This allows powerfail and kbrequest events to be handled
when s6-svscan runs as process 1.
https://skarnet.org/software/s6/
git://git.skarnet.org/s6
* s6-linux-init-1.0.4.0
---------------------
- New options have been added to s6-linux-init-maker: to support
running s6-linux-init without a catch-all logger, and to support running
it in a container.
- s6-linux-init-maker now adds a SIGPWR handler to the default image:
on receipt of a SIGPWR, the system's shutdown procedure is triggered.
- s6-linux-init now handles kbrequest, which triggers a SIGWINCH in
init when a special, configurable set of keys is pressed. By default,
no SIGWINCH handler is declared in the image, and no set of keys is
bound to kbrequest.
https://skarnet.org/software/s6-linux-init/
git://git.skarnet.org/s6-linux-init
* s6-dns-2.3.2.0
--------------
- New library: libdcache, implementing a clean cache structure
to contain DNS data. It's still not used at the moment.
https://skarnet.org/software/s6-dns/
git://git.skarnet.org/s6-dns
* bcnm-0.0.1.0
------------
- First numbered release, because the Ad=C3=A9lie Linux distribution,
which uses libwpactrl, needs an official release instead of pulling
from git.
- libwpactrl is a set of C functions helping control a wpa_supplicant
process.
- bcnm-waitif is a binary that waits for network interface state
events such as appearance/disappearance, up/down, running/not-running.
It is useful to avoid race conditions during a boot sequence, for
instance.
https://skarnet.org/software/bcnm/
git://git.skarnet.org/bcnm
Enjoy,
Bug-reports welcome.
--
Laurent
2020-03-30 01:23:46 +02:00
zowoq
6d4749dede
ripgrep: 12.0.0 -> 12.0.1
...
https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md#1201-2020-03-29
2020-03-30 09:11:31 +10:00
R. RyanTM
c27b5de084
kdiff3: 1.8.1 -> 1.8.2
2020-03-29 22:56:16 +00:00
R. RyanTM
bf29da08c2
hevea: 2.33 -> 2.34
2020-03-29 20:58:22 +00:00
Jörg Thalheim
10059e4b71
Merge remote-tracking branch 'upstream/master' into HEAD
2020-03-29 14:08:10 +01:00
Jörg Thalheim
d04396da8b
Merge pull request #82852 from Mic92/cross-build-rust-package
...
[WIP] buildRustPackage: enable strictDeps
2020-03-29 14:07:07 +01:00
R. RyanTM
439f083931
bindfs: 1.14.3 -> 1.14.4
2020-03-29 14:37:56 +02:00
Fabian Möller
2346014aae
bgpq3: init at 0.1.35
2020-03-29 14:12:36 +02:00
Jörg Thalheim
5f09258114
sequoia: fix strict deps build
2020-03-29 12:37:27 +01:00
Jörg Thalheim
e1bea9e8b1
vector: fix strict deps build
2020-03-29 12:37:26 +01:00
Jörg Thalheim
965dc7bb24
uutils-coreutils: fix strict deps build
2020-03-29 12:37:26 +01:00
Jörg Thalheim
b684103191
tensorman: fix strict deps build
2020-03-29 12:37:26 +01:00
Jörg Thalheim
dbd8e0e162
ripasso-cursive: fix strict deps build
2020-03-29 12:37:26 +01:00
Jörg Thalheim
0c3759abdf
parallel-rust: remove
...
- package has no maintainer
- upstream is dead
- build is broken
2020-03-29 12:37:25 +01:00
Jörg Thalheim
2e74a9b1bf
vdirsyncer: fix strict deps build
2020-03-29 12:37:25 +01:00
Jörg Thalheim
649eecd631
httplz: fix strict deps build
2020-03-29 12:37:24 +01:00
Jörg Thalheim
49787b63b9
cargo-update: fix strict deps build
2020-03-29 12:37:24 +01:00
R. RyanTM
9fc47b3849
bdf2psf: 1.194 -> 1.195
2020-03-29 10:58:40 +00:00
Mario Rodas
0dccdd6189
fluent-bit: 1.4.0 -> 1.4.1
...
Release notes: https://fluentbit.io/announcements/v1.4.1/
2020-03-29 04:20:00 -05:00
R. RyanTM
3015851788
pspg: 2.6.6 -> 2.7.1
2020-03-29 07:27:43 +00:00
Jan Tojnar
fa4e1bbe07
Merge branch 'master' into staging-next
...
Fix eval of nixos/nginx
2020-03-29 00:35:29 +01:00
Maximilian Bosch
7a7d7b1215
findomain: 1.4.2 -> 1.4.5
2020-03-28 23:37:26 +01:00
worldofpeace
d5cfaf5c39
Merge pull request #83473 from doronbehar/update-connman
...
connman: 1.37 -> 1.38
2020-03-28 18:18:14 -04:00
worldofpeace
fba171669b
Merge pull request #83015 from r-ryantm/auto-update/xz
...
lzma: 5.2.4 -> 5.2.5
2020-03-28 17:37:21 -04:00
Frederik Rietdijk
a36be028f5
Merge staging-next into staging
2020-03-28 21:15:15 +01:00
Atemu
1b0799f48f
dnscrypt-proxy: 2.0.39 -> 2.0.42
2020-03-28 18:21:14 +01:00
Orivej Desh
ce1695ace7
midicsv: init at 1.1
2020-03-28 14:43:03 +00:00
Elis Hirwing
f2baa711d1
Merge pull request #82237 from zaninime/libgen-cli
...
libgen-cli: init at 1.0.5
2020-03-28 14:36:38 +01:00
Elis Hirwing
362a983a45
Merge pull request #82278 from lightdiscord/package-request/pdf-parser
...
pdf-parser: init at 0.7.4
2020-03-28 14:34:02 +01:00
Michael Raskin
05f0934825
Merge pull request #82939 from jluttine/linphone-4.1.1
...
linphone: 3.12.0 -> unstable-2020-03-06
2020-03-28 12:27:16 +00:00
Jörg Thalheim
b4567fb004
Merge pull request #82682 from Mic92/xidlehook
...
xidlehook: 0.8.0 -> 0.8.2
2020-03-28 11:37:44 +00:00
Jaakko Luttinen
86a012b960
trx: 0.4 -> 0.5
2020-03-28 12:49:50 +02:00
Robin Gloster
16c8590aa1
Merge pull request #82691 from Ma27/pass-exts
...
pass: don't rebuild when adding extensions, pass-audit: 0.1 -> 1.0.1
2020-03-28 09:51:28 +00:00
Doron Behar
bffec3d884
nixos/connman: add TODOs regarding connman + network-manager
2020-03-28 12:28:29 +03:00
Jaakko Luttinen
4179075b4d
bcunit: 3.0.2 -> unstable-2019-11-19
2020-03-28 11:25:28 +02:00
Jörg Thalheim
cc9389e76f
xidlehook: 0.8.0 -> 0.8.2
2020-03-28 08:04:39 +00:00
Jörg Thalheim
774ddebd87
Merge pull request #83472 from Mic92/propragate-darwin-go
...
Propragate darwin go
2020-03-28 06:57:59 +00:00
Benjamin Hipple
698ec44e74
treewide: remove torch and related packages
...
See #71888 for details.
2020-03-27 22:32:35 -04:00
Thibault Gagnaux
99a2467722
amazon-ecs-cli: 1.18.0 -> 1.18.1
2020-03-27 13:32:40 -07:00
Peter Simons
a89c564dc0
Merge pull request #83039 from lsix/gnupg-2.2.20
...
gnupg: 2.2.19 -> 2.2.20
2020-03-27 20:22:41 +01:00
Lancelot SIX
087417b34e
Merge pull request #83431 from r-ryantm/auto-update/bibutils
...
bibutils: 6.8 -> 6.10
2020-03-27 19:51:01 +01:00
Michael Weiss
0950324466
scons: Add passthru.py2 for backward compatibility
...
Not all packages build with Python 3, see #75877 . The goal is to get rid
of Python 2 but this approach ensures a smoother transition.
2020-03-27 10:49:52 -07:00
Florian Klink
e1fc1d22f4
google-cloud-sdk: 281.0.0 -> 286.0.0
2020-03-27 18:09:05 +01:00
Michele Guerini Rocco
4a3f9aced7
Merge pull request #82692 from doronbehar/package-sacd
...
sacd: init at 19.7.16.37
2020-03-27 11:43:54 +01:00
Doron Behar
5930c2f02c
sacd: init at 19.7.16.37
2020-03-27 13:40:41 +03:00
Michael Weiss
87f08d070d
ubridge: 0.9.17 -> 0.9.18
2020-03-27 11:09:38 +01:00
Jörg Thalheim
4e4bbe575d
Merge pull request #83465 from r-ryantm/auto-update/LanguageTool
...
languagetool: 4.8 -> 4.9
2020-03-27 09:30:14 +00:00
Doron Behar
b03bf779ae
connman: remove unneeded deps from nativeBuildInputs
2020-03-27 10:43:51 +03:00
Doron Behar
aa44c23c7a
connman: reverse order of build flavors declaration
2020-03-27 10:43:51 +03:00
Doron Behar
22b27dd635
connman: remove import of networkmanager
2020-03-27 10:43:51 +03:00
Doron Behar
a3d2e48a62
connmanMinimal: remove use of lowPrio
2020-03-27 10:43:51 +03:00
Doron Behar
fa5f7b89c4
connman: Switch to postPatch from patchPhase
2020-03-27 10:43:51 +03:00
Doron Behar
3b89674dc3
connman: declare build flavors idiomaticly
...
Use tesseract as a source for inspiration - rename default.nix ->
connman.nix and declare build flavors in default.nix .
2020-03-27 10:43:51 +03:00
Doron Behar
be59cb3be8
connman: Use patchPhase instead of preConfigure
2020-03-27 10:43:51 +03:00
Doron Behar
e59deafc2d
connman: Use global reference to lib.optionals
2020-03-27 10:43:51 +03:00
Doron Behar
cdc20ac30e
connman: Fix comments after @erikarvstedt's comments
2020-03-27 10:43:51 +03:00
Doron Behar
53d8831b62
connman: cleanup build from the groundup
2020-03-27 10:43:51 +03:00
Doron Behar
50ce1e6469
connman: doCheck and split outputs
2020-03-27 10:43:51 +03:00
Doron Behar
a0e966d797
connman: upgrade to readline latest
2020-03-27 10:43:50 +03:00
Doron Behar
e55ad4897d
connman: quote homepage
2020-03-27 10:43:50 +03:00
Doron Behar
e9569a0a03
connman: quote out in configure flag
2020-03-27 10:43:50 +03:00
Doron Behar
184d741292
connman: remove unneeded hooks
2020-03-27 10:43:50 +03:00
Doron Behar
bc4d2abac8
connman: remove unneeded deps
2020-03-27 10:43:50 +03:00
Doron Behar
7cdd874589
connman: 1.37 -> 1.38
2020-03-27 10:43:50 +03:00
Doron Behar
59613f5ca5
connman: format argument lists and inputs
2020-03-27 10:43:50 +03:00
Jörg Thalheim
066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
...
This reverts commit 4e6bf03504
, reversing
changes made to afd997aab6
.
Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
R. RyanTM
250b9c68bb
languagetool: 4.8 -> 4.9
2020-03-27 04:20:20 +00:00
Maximilian Bosch
ebb6e385ea
Revert "nixos-container: use systemd-run instead of nsenter"
...
This reverts commit 7cb100b683
.
See also #83432 .
This appears to break at least the `container`-backend of `nixops`: when
running `switch-to-configuration` within `nixos-container run`, the
running `systemd`-instance gets reloaded which appears to kill the
`systemd-run` command and causes `nixos-container run` to hang.
The full issue is reported in the original PR[1].
[1] https://github.com/NixOS/nixpkgs/pull/67332#issuecomment-604145869
(cherry picked from commit 7f1ba606ac632c50efd33c435aa59e69d4f58acc)
2020-03-26 17:55:12 +01:00
R. RyanTM
73f6510359
bibutils: 6.8 -> 6.10
2020-03-26 16:41:52 +00:00
Edmund Wu
3752bfd219
bcachefs-tools: 2019-10-12 -> 2020-03-25
2020-03-26 12:12:27 -04:00
worldofpeace
4feb4cf707
networkmanager: 1.22.8 -> 1.22.10
2020-03-26 11:13:26 -04:00
Michael Weiss
7cf37cc0be
html-proofer: 3.15.1 -> 3.15.2
2020-03-26 13:46:06 +01:00
Vladyslav M
92dcd5c2bb
Merge pull request #83412 from dywedir/dui
...
dua: 2.3.1 -> 2.3.8
2020-03-26 12:12:46 +02:00
Vladyslav M
8fea62654d
dua: 2.3.1 -> 2.3.8
2020-03-26 10:12:28 +02:00
Jörg Thalheim
461784ffe4
Merge pull request #83373 from bbigras/pixiecore
...
pixiecore: init at 2020-03-25
2020-03-26 08:09:30 +00:00
Benjamin Hipple
e49a624390
sudo: switch download from FTP to HTTPS
...
Many firewalls don't allow FTP traffic through; HTTPS should be preferred when
possible for both availability and performance.
2020-03-26 08:04:30 +01:00
Bruno Bigras
78fbe7dba6
pixiecore: init at 2020-03-25
...
Co-authored-by: raunovv <rauno@oyenetwork.com>
2020-03-26 00:50:29 -04:00
Benjamin Hipple
a0c0ae3af0
Merge pull request #83393 from marsam/update-fluent-bit
...
fluent-bit: 1.3.11 -> 1.4.0
2020-03-26 00:30:19 -04:00
Benjamin Hipple
9898fd0c17
Merge pull request #83405 from r-ryantm/auto-update/tor
...
tor: 0.4.2.6 -> 0.4.2.7
2020-03-26 00:22:21 -04:00
R. RyanTM
21900acf6d
tor: 0.4.2.6 -> 0.4.2.7
2020-03-26 03:32:21 +00:00
Mario Rodas
5ef7469d18
Merge pull request #83338 from marsam/update-lxd
...
lxd: 3.22 -> 3.23
2020-03-25 20:34:48 -05:00
Niklas Hambüchen
69a8835157
Merge pull request #83394 from r-ryantm/auto-update/sudo
...
sudo: 1.8.31 -> 1.8.31p1
2020-03-26 02:33:21 +01:00
Mario Rodas
07771d755b
Merge pull request #83262 from servalcatty/bump/v2ray
...
v2ray: 4.22.1 -> 4.23.0
2020-03-25 20:32:15 -05:00
Benjamin Hipple
7f62b75c79
Merge pull request #83070 from killercup/cargo-edit-0.6.0
...
cargo edit: 0.5.0 -> 0.6.0
2020-03-25 21:31:37 -04:00
Mario Rodas
bc79701a3c
Merge pull request #83333 from marsam/update-wal-g
...
wal-g: 0.2.14 -> 0.2.15
2020-03-25 20:29:49 -05:00
R. RyanTM
eb554b490a
sudo: 1.8.31 -> 1.8.31p1
2020-03-26 01:07:07 +00:00
Orivej Desh
c2f5006735
timidity: fix playing over JACK with -iA -Oj
...
Based on https://bugs.archlinux.org/task/40906#comment124519
2020-03-25 23:01:42 +00:00
Mario Rodas
ad8bd3b430
fluent-bit: 1.3.11 -> 1.4.0
2020-03-25 18:00:00 -05:00
Vladyslav M
3e1b5a3c79
Merge pull request #83346 from dywedir/cargo-outdated
...
cargo-outdated: 0.9.7 -> 0.9.8
2020-03-25 20:48:16 +02:00
Timo Kaufmann
d5c0289982
home-manager: extend platforms to unix
...
To match the upstream default.nix.
2020-03-25 19:26:11 +01:00
Timo Kaufmann
a1a81b3fe7
home-manager: install bash completions
2020-03-25 19:25:55 +01:00
Samuel W. Flint
3fe9ff525a
x11idle: update version, repository ( #35676 )
...
Co-authored-by: Enteee <ducksource@duckpond.ch>
2020-03-25 14:31:06 +00:00
Doron Behar
9c3be05166
beets: Quote homepage url
2020-03-25 15:27:55 +02:00
Vladyslav M
9dd2537d21
cargo-outdated: 0.9.7 -> 0.9.8
2020-03-25 10:39:48 +02:00
zowoq
2d48c2fbcd
croc: 8.0.3 -> 8.0.4
...
https://github.com/schollz/croc/releases/tag/v8.0.4
2020-03-24 19:11:37 -07:00
Mario Rodas
12e7c0ef68
rage: 0.3.0 -> 0.4.0
...
Changelog: https://github.com/str4d/rage/releases/tag/v0.4.0
2020-03-24 19:10:03 -07:00
peelz
c79b04a9a5
rmtrash: init at 1.13
2020-03-24 19:01:31 -07:00
Jonathan Ringer
08616dbcc3
azure-cli: freeze azure-mgmt-cognitiveservices package
2020-03-24 18:19:59 -07:00
Doron Behar
befbb792b9
pythonPackages.beets: add unconditionally deps needed for checks
2020-03-25 00:21:57 +02:00
Marek Mahut
14fcb3e9c6
Merge pull request #83263 from r-ryantm/auto-update/dar
...
dar: 2.6.8 -> 2.6.9
2020-03-24 22:37:11 +01:00
Marek Mahut
faba8e115d
Merge pull request #83311 from romildo/upd.uget
...
uget: 2.2.2 -> 2.2.3-1
2020-03-24 20:35:16 +01:00
Jonathan Ringer
a306a8e3ec
azure-cli: 2.1.0 -> 2.2.0
2020-03-24 12:13:46 -07:00
José Romildo Malaquias
911acc42f2
uget: 2.2.2 -> 2.2.3-1
2020-03-24 16:01:43 -03:00
Michael Weiss
5c73dc4eec
ubridge: 0.9.16 -> 0.9.17
2020-03-24 16:29:20 +01:00
Michael Raskin
5ee77aa47c
Merge pull request #83272 from r-ryantm/auto-update/ipmiutil
...
ipmiutil: 3.1.5 -> 3.1.6
2020-03-24 13:12:25 +00:00
Niklas Hambüchen
d8c1baab73
Merge pull request #83011 from piotr-szegda/keybase-5-3-1-update
...
keybase,kbfs,keybase-gui: 5.3.0 -> 5.3.1
2020-03-24 12:31:31 +01:00
R. RyanTM
83b3cb8b73
ipmiutil: 3.1.5 -> 3.1.6
2020-03-24 09:30:20 +00:00
Mario Rodas
d85b0f745e
lxd: 3.22 -> 3.23
...
Release notes: https://discuss.linuxcontainers.org/t/lxd-3-23-has-been-released/7140
2020-03-24 04:20:00 -05:00
Mario Rodas
237a07a7d5
wal-g: 0.2.14 -> 0.2.15
...
Changelog: https://github.com/wal-g/wal-g/releases/tag/v0.2.15
2020-03-24 04:20:00 -05:00
R. RyanTM
c7ca23e704
dar: 2.6.8 -> 2.6.9
2020-03-24 04:25:18 +00:00
Serval
d45abfa215
v2ray: 4.22.1 -> 4.23.0
2020-03-24 12:17:23 +08:00
zowoq
d6273a5934
youtube-dl: 2020.03.08 -> 2020.03.24
...
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.03.24
2020-03-24 11:51:57 +10:00
Jan Tojnar
986fbf4799
Merge branch 'staging-next' into staging
2020-03-24 01:51:55 +01:00
Maximilian Bosch
0bfd0187da
parallel: 20200222 -> 202003222
...
https://fossies.org/diffs/parallel/20200222_vs_20200322/NEWS-diff.html
2020-03-24 01:27:04 +01:00
worldofpeace
01fc385d4a
Merge pull request #82289 from lovesegfault/passh-2020-03-10
...
passh: init at 2020-03-18
2020-03-23 16:23:14 -04:00
worldofpeace
37c62efad5
Merge pull request #81028 from mkg20001/ssh-import-id
...
ssh-import-id: init at 5.8
2020-03-23 15:50:54 -04:00
LightDiscord
29e6e32ef9
pdf-parser: init at 0.7.4
2020-03-23 20:45:51 +01:00
Mario Rodas
9255c0677a
Merge pull request #83168 from marsam/update-z-lua
...
z-lua: 1.7.4 -> 1.8.4
2020-03-22 20:16:25 -05:00
Orivej Desh
1b89aa3f7a
Merge branch 'master' into staging
2020-03-23 00:53:16 +00:00
Mario Rodas
498a52e270
Merge pull request #83160 from marsam/update-bat
...
bat: 0.12.1 -> 0.13.0
2020-03-22 18:54:17 -05:00
Maximilian Bosch
066e6f79ac
cargo-release: 0.13.1 -> 0.13.3
...
https://github.com/sunng87/cargo-release/releases/tag/v0.13.3
2020-03-22 23:11:46 +01:00
Michael Raskin
32830875e4
Merge pull request #83140 from r-ryantm/auto-update/glusterfs
...
glusterfs: 7.3 -> 7.4
2020-03-22 21:16:31 +00:00
Maximilian Bosch
6c48c7b81f
fd: 7.4.0 -> 7.5.0
...
https://github.com/sharkdp/fd/releases/tag/v7.5.0
2020-03-22 19:52:00 +01:00
R. RyanTM
47c947241e
glusterfs: 7.3 -> 7.4
2020-03-22 14:13:49 +00:00
Mario Rodas
4e6bf03504
Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin
...
treewide: fix buildGoModule packages on darwin
2020-03-22 08:13:37 -05:00
Mario Rodas
0c59458e44
bat: 0.12.1 -> 0.13.0
...
Changelog: https://github.com/sharkdp/bat/releases/tag/v0.13.0
2020-03-22 07:25:00 -05:00
Pascal Hertleif
84ac1d59a8
cargo edit: 0.5.0 -> 0.6.0
...
- Update to new version
- Add myself as maintainer
- Some workspace test failed with a cargo config error, I didn't
investigate too much.
- Add Apache 2.0 license
2020-03-22 11:31:09 +01:00
Mario Rodas
a991be8fde
starship: 0.37.0 -> 0.38.1
2020-03-22 04:20:00 -05:00
Michael Weiss
868f1ceb30
wev: 2019-08-11 -> 1.0.0
2020-03-23 14:50:21 +01:00
José Romildo Malaquias
f0ed641a65
Merge pull request #83001 from romildo/upd.volctl
...
volctl: 0.6.2 -> 0.6.3
2020-03-23 08:22:46 -03:00
Izorkin
d508a2f366
nixos/netdata: fix permissions for perf.plugin
2020-03-23 12:24:49 +03:00
Izorkin
a3c769fef6
nixos/netdata: fix permissions for slabinfo.plugin
2020-03-23 12:24:49 +03:00
Jörg Thalheim
13c1938593
localetime: fix build with strict deps
2020-03-23 08:14:57 +00:00
Jörg Thalheim
4be2b7e826
morph: fix strict deps build
2020-03-23 08:14:54 +00:00
Jörg Thalheim
5b043ed82b
ngrok-1: fix strict deps build
2020-03-23 08:14:52 +00:00
Mario Rodas
6c756e8b15
z-lua: 1.7.4 -> 1.8.4
2020-03-22 04:20:00 -05:00
Izorkin
fd3936ec94
ioping: add support for netdata
...
fixes #82985
2020-03-22 07:51:32 +00:00
Anders Kaseorg
1134b0bc6e
ansible: Use overridePythonAttrs to get the right name attribute ( #83107 )
...
Fixes #83105 .
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-03-22 03:09:42 -04:00
Matthew Bauer
b94300945a
Merge pull request #75940 from davidtwco/wooting-init
...
wooting: init wootility, wooting-udev-rules and module
2020-03-22 02:03:52 -04:00
Matthew Bauer
0127594a93
Merge pull request #80778 from expipiplus1/restic-cross
...
restic: fix cross compilation
2020-03-21 23:18:51 -04:00
Jan Tojnar
cc73796779
Merge pull request #82699 from hedning/libnma
...
libnma: init at 1.8.28
2020-03-22 00:33:35 +01:00
Mario Rodas
c70cc016d7
mynewt-newt: fix build on darwin
2020-03-21 06:19:00 -05:00
Mario Rodas
7c096126c7
termshark: fix build on darwin
2020-03-21 06:18:00 -05:00
Mario Rodas
28a71c8f59
yggdrasil: fix build on darwin
2020-03-21 06:09:00 -05:00
Mario Rodas
2d271bdd4c
sops: fix build on darwin
2020-03-21 06:08:00 -05:00
Mario Rodas
f729bd752f
tendermint: fix build on darwin
2020-03-21 06:07:00 -05:00
Mario Rodas
4340337ea5
saml2aws: fix build on darwin
2020-03-21 06:06:00 -05:00
Mario Rodas
dc68986142
obfs4: fix build on darwin
2020-03-21 06:05:00 -05:00
Mario Rodas
1565aabb5e
nebula: fix build on darwin
2020-03-21 06:04:00 -05:00
Mario Rodas
83b6e5b565
shadowfox: fix build on darwin
2020-03-21 06:03:00 -05:00
Mario Rodas
b11d54582d
pgmetrics: fix build on darwin
2020-03-21 05:58:00 -05:00
Mario Rodas
4bf3a0de2e
pgcenter: fix build on darwin
2020-03-21 05:57:00 -05:00
Mario Rodas
0c25c3fd13
mutagen: fix build on darwin
2020-03-21 05:56:00 -05:00
Mario Rodas
5b83d95f2f
minio-client: fix build on darwin
2020-03-21 05:44:00 -05:00
Mario Rodas
cd50659071
lego: fix build on darwin
2020-03-21 05:37:00 -05:00
Mario Rodas
378de230c1
kepubify: fix build on darwin
2020-03-21 05:34:00 -05:00
Mario Rodas
2f022c86f2
gobuster: fix build on darwin
2020-03-21 05:20:00 -05:00
Mario Rodas
33f90726c3
gotify-cli: fix build on darwin
2020-03-21 05:10:00 -05:00
Mario Rodas
7e4f82ce7f
hey: fix build on darwin
2020-03-21 05:08:00 -05:00
Mario Rodas
a8c36060b7
grpcui: fix build on darwin
2020-03-21 05:06:00 -05:00
Mario Rodas
4f8836ee99
iamy: fix build on darwin
2020-03-21 05:04:00 -05:00
Mario Rodas
b139887056
frp: fix build on darwin
2020-03-21 05:03:00 -05:00
Mario Rodas
da93b5a367
eksctl: fix build on darwin
2020-03-21 05:01:00 -05:00
Mario Rodas
5ea0235ba9
clash: fix build on darwin
2020-03-21 04:49:00 -05:00
Mario Rodas
59bc2841b4
dnsproxy: fix build on darwin
2020-03-21 04:48:00 -05:00
Mario Rodas
5b6342e8af
corerad: fix build on darwin
2020-03-21 04:47:00 -05:00
Mario Rodas
b47c4218bb
clair: fix build on darwin
2020-03-21 04:45:00 -05:00
Mario Rodas
91aacecb69
berglas: fix build on darwin
2020-03-21 04:44:00 -05:00
Mario Rodas
1da05f29db
awsweeper: fix build on darwin
2020-03-21 04:43:00 -05:00
Mario Rodas
a35fcc1000
cassowary: fix build on darwin
2020-03-21 04:42:00 -05:00
Mario Rodas
9fe9b59757
certigo: fix build on darwin
2020-03-21 04:41:00 -05:00
Mario Rodas
86d19c4e32
chezmoi: fix build on darwin
2020-03-21 04:40:00 -05:00
Mario Rodas
798569a534
aws-vault: fix build on darwin
2020-03-21 04:37:00 -05:00
Mario Rodas
203e2ca6f9
docui: fix build on darwin
2020-03-21 04:36:00 -05:00
Mario Rodas
4a5a07a487
croc: fix build on darwin
2020-03-21 04:34:00 -05:00
Mario Rodas
acac27bbef
ctop: fix build on darwin
2020-03-21 04:28:00 -05:00
Mario Rodas
7db5054023
age: fix build on darwin
2020-03-21 04:20:00 -05:00
R. RyanTM
0d8cd0861a
ytcc: 1.8.2 -> 1.8.3
2020-03-20 23:42:43 -07:00
R. RyanTM
06b4333891
xpra: 3.0.6 -> 3.0.7
2020-03-20 23:41:31 -07:00
R. RyanTM
9280913df4
mdbook: 0.3.5 -> 0.3.6
2020-03-20 23:38:32 -07:00
Tor Hedin Brønner
f9f5ab3c88
networkmanager-l2tp: use libnma
2020-03-21 04:44:06 +01:00
Tor Hedin Brønner
59c82bceca
networkmanager-fortisslvpn: use libnma
2020-03-21 04:44:06 +01:00
Tor Hedin Brønner
f8000839df
networkmanager-vpnc: use libnma
2020-03-21 04:44:05 +01:00
Tor Hedin Brønner
e2affc51a0
networkmanager_strongswan: use libnma
2020-03-21 04:44:05 +01:00
Tor Hedin Brønner
5e19d8a4bb
networkmanager-iodine: use libnma
2020-03-21 04:44:04 +01:00
Tor Hedin Brønner
dd48e9b58c
networkmanager-openvpn: use libnma
2020-03-21 04:41:14 +01:00
Tor Hedin Brønner
50438bd5b1
networkmanagerapplet: 1.8.24 -> 1.16.0
...
No longer carries libnma, so we can drop a bunch of dependencies and
simplify a bit.
2020-03-21 04:41:13 +01:00
Tor Hedin Brønner
f07bad3201
networkmanagerapplet: format
2020-03-21 04:41:13 +01:00
Tor Hedin Brønner
2b77be7cd7
libnma: init at 1.8.28
...
Upstream have pulled out libnma from networkmanagerapplet.
2020-03-21 04:41:13 +01:00
Lancelot SIX
24e38aab9c
gnupg: 2.2.19 -> 2.2.20
...
See https://lists.gnu.org/archive/html/info-gnu/2020-03/msg00008.html
for release information.
2020-03-21 00:03:43 +01:00
R. RyanTM
18482042bb
lzma: 5.2.4 -> 5.2.5
2020-03-20 18:07:45 +00:00
Piotr Szegda
4fa3bd1770
keybase,kbfs,keybase-gui: 5.3.0 -> 5.3.1
2020-03-20 18:02:14 +01:00
José Romildo Malaquias
5071f0b93a
volctl: 0.6.2 -> 0.6.3
2020-03-20 12:20:00 -03:00
Mario Rodas
0badbdff21
Merge pull request #82841 from r-ryantm/auto-update/pyznap
...
pyznap: 1.4.3 -> 1.5.0
2020-03-20 06:20:00 -05:00
Mario Rodas
8dd186e0d0
Merge pull request #82969 from marsam/update-fluent-bit
...
fluent-bit: 1.3.9 -> 1.3.11
2020-03-20 06:07:54 -05:00
Domen Kožar
091bd1e65a
Update pkgs/tools/security/hashdeep/default.nix
2020-03-20 11:53:34 +01:00
Domen Kožar
a28e401fd5
Merge branch 'master' into add/hashdeep-package
2020-03-20 11:51:25 +01:00
Mario Rodas
8e63168be0
Merge pull request #82961 from cole-h/zoxide
...
zoxide: 0.2.1 -> 0.2.2
2020-03-19 19:16:06 -05:00
Mario Rodas
535665d64f
Merge pull request #82931 from r-ryantm/auto-update/miller
...
miller: 5.6.2 -> 5.7.0
2020-03-19 18:57:04 -05:00
Maximilian Bosch
19ceeb6de0
wireguard-tools: 1.0.20200206 -> 1.0.20200319
...
https://lists.zx2c4.com/pipermail/wireguard/2020-March/005191.html
2020-03-20 00:53:49 +01:00
Florian Klink
d07af374c1
Merge pull request #81200 from flokli/edid-generator
...
edid-generator: init at unstable-2018-03-15
2020-03-19 22:48:44 +01:00
Maximilian Bosch
b51d4e588d
thefuck: 3.29 -> 3.30
...
https://github.com/nvbn/thefuck/releases/tag/3.30
2020-03-19 21:24:26 +01:00
Cole Helbling
9ac94c36d4
zoxide: 0.2.1 -> 0.2.2
2020-03-19 13:21:46 -07:00
Izorkin
5440025016
netdata: fix load go.d.plugin
2020-03-19 19:13:01 +03:00
R. RyanTM
85d9b5b083
miller: 5.6.2 -> 5.7.0
2020-03-19 10:01:16 +00:00
Mario Rodas
a97b3677e3
fluent-bit: 1.3.9 -> 1.3.11
2020-03-19 04:20:00 -05:00
Bernardo Meurer
68775b63f1
passh: init at 2020-03-18
2020-03-18 21:01:04 -07:00
Dmitry Kalinkin
9a7f11e361
Merge pull request #82821 from veprbl/pr/lmmath_cleanup
...
cleanup duplicate Latin Modern fonts
2020-03-18 23:55:18 -04:00
zowoq
0e886b69ab
fd: use installShellFiles
2020-03-18 20:07:38 -07:00
zowoq
b4cf1c96fa
slirp4netns: 0.4.3 -> 0.4.4
...
https://github.com/rootless-containers/slirp4netns/releases/tag/v0.4.4
2020-03-18 20:02:44 -07:00
Mario Rodas
eb3e75e788
Merge pull request #82854 from r-ryantm/auto-update/amass
...
amass: 3.4.4 -> 3.5.0
2020-03-18 21:14:13 -05:00
R. RyanTM
a36056d068
opensm: 3.3.22 -> 3.3.23
2020-03-18 16:13:02 -07:00
Ryan Mulligan
166c9ef85e
Merge pull request #82829 from r-ryantm/auto-update/ipscan
...
ipscan: 3.6.2 -> 3.7.0
2020-03-18 15:16:25 -07:00
Jonathan Ringer
9c8565f731
azure-cli: use pythonNamespaces
2020-03-18 12:20:51 -07:00
Kyle Sferrazza
e1913326c0
ipscan: use 'any' deb
2020-03-18 13:27:09 -04:00
Mario Rodas
5966be5e22
amass: 3.5.0 -> 3.5.1
2020-03-18 09:32:01 -05:00
Mario Rodas
692b890004
amass: enable on darwin
2020-03-18 09:31:01 -05:00
R. RyanTM
92f08e07af
amass: 3.4.4 -> 3.5.0
2020-03-18 14:31:01 +00:00
R. RyanTM
40b9ba1f96
pyznap: 1.4.3 -> 1.5.0
2020-03-18 10:46:36 +00:00
Jörg Thalheim
705000267d
Merge pull request #82836 from Mic92/bsld
...
blsd: marked as broken
2020-03-18 10:30:30 +00:00
Jörg Thalheim
97ac11f6a3
blsd: marked as broken
...
no longer compatible without libgit version.
Also seems unmaintained since 3 years.
2020-03-18 09:21:08 +00:00
Dmitry Kalinkin
cdde596745
satysfi: use packaged Latin Modern fonts
2020-03-18 03:24:56 -04:00
R. RyanTM
50d26d1fda
ipscan: 3.6.2 -> 3.7.0
2020-03-18 07:20:53 +00:00
Mario Rodas
3c03f8d029
Merge pull request #82812 from zowoq/fuse-overlayfs
...
fuse-overlayfs: 0.7.7 -> 0.7.8
2020-03-17 22:36:41 -05:00
Niklas Hambüchen
dd4da93298
Merge pull request #82740 from piotr-szegda/keybase-5-3-0-update
...
keybase,kbfs,keybase-gui: 5.2.1 -> 5.3.0
2020-03-18 02:42:53 +01:00
Dmitry Kalinkin
c0f2b7e289
gnuplot_qt: fix on darwin
2020-03-17 19:30:23 -04:00
Maximilian Bosch
e808d11c43
peep: init at 0.1.4
2020-03-17 23:25:51 +01:00
zowoq
12bcd78652
fuse-overlayfs: 0.7.7 -> 0.7.8
...
https://github.com/containers/fuse-overlayfs/releases/tag/v0.7.8
2020-03-18 08:18:26 +10:00
Michael Weiss
b6a5079800
inxi: 3.0.37-1 -> 3.0.38-1
2020-03-17 19:45:19 +01:00
Christian Lütke-Stetzkamp
403a4b1ced
http2tcp: init at 0.5
2020-03-17 11:44:17 -07:00
Robert Helgesson
0bce142b1e
jwt-cli: 2.5.2 -> 3.0.1
2020-03-17 19:43:53 +01:00
Domen Kožar
cefe9b2dac
add openapi-generator-cli-unstable
2020-03-17 17:12:16 +01:00
Mario Rodas
29f90a198d
Merge pull request #82588 from r-ryantm/auto-update/berglas
...
berglas: 0.5.0 -> 0.5.1
2020-03-17 08:30:13 -05:00
Mario Rodas
988de96ad1
Merge pull request #80833 from r-ryantm/auto-update/inadyn
...
inadyn: 2.5 -> 2.6
2020-03-17 08:29:32 -05:00
Mario Rodas
e51f529621
Merge pull request #82716 from r-ryantm/auto-update/simg2img
...
simg2img: 1.1.3 -> 1.1.4
2020-03-17 08:14:33 -05:00
Mario Rodas
8b488f2c58
Merge pull request #82539 from r-ryantm/auto-update/frp
...
frp: 0.31.2 -> 0.32.0
2020-03-17 08:12:18 -05:00
Mario Rodas
6536311315
Merge pull request #82731 from r-ryantm/auto-update/zabbix-cli
...
zabbix-cli: 2.1.1 -> 2.2.1
2020-03-17 08:07:21 -05:00
Mario Rodas
353b143329
Merge pull request #82735 from Izorkin/lego
...
lego: 3.4.0 -> 3.5.0
2020-03-16 22:26:27 -05:00
Léo Gaspard
a0307bad46
Merge pull request #79120 from symphorien/iodine
...
Iodine: ipv6 support, updates, hardening, nixos test....
2020-03-16 23:42:12 +01:00
Daniel Fullmer
d467d6ce4a
zerotierone: enable package test ( #82738 )
2020-03-16 19:43:35 +00:00
zimbatm
70519e57af
Merge pull request #82733 from misuzu/zerotierone-armv7l-fix
...
zerotierone: fix build on armv7l via gcc9
2020-03-16 20:41:22 +01:00
Maximilian Bosch
656e96b4bc
Merge pull request #82591 from r-ryantm/auto-update/bitwarden_rs
...
bitwarden_rs: 1.13.1 -> 1.14
2020-03-16 20:04:56 +01:00
Matthew Bauer
67b0ddf3f3
Merge remote-tracking branch 'origin/staging' into mb-cross-fixes-march-2020
2020-03-16 14:34:03 -04:00
Matthew Bauer
c6b320a679
bubblewrap: put docbook_xsl, libxslt in nativeBuildInputs
...
Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
2020-03-16 14:24:09 -04:00
Piotr Szegda
10e5a43b03
keybase,kbfs,keybase-gui: 5.2.1 -> 5.3.0
2020-03-16 18:50:43 +01:00
Izorkin
fd0c7cc4ec
lego: 3.4.0 -> 3.5.0
2020-03-16 20:12:10 +03:00
Timo Kaufmann
04a0ff8cc5
Merge pull request #82347 from timokau/home-manager-2020-03-07
...
home-manager: 2020-01-04 -> 2020-03-07
2020-03-16 16:36:10 +00:00
misuzu
795dcf8908
zerotierone: it supports all platforms
2020-03-16 18:17:18 +02:00
misuzu
8efac4fc98
zerotierone: fix build on armv7l via gcc9
2020-03-16 18:16:43 +02:00