Commit Graph

26184 Commits

Author SHA1 Message Date
Timo Kaufmann
fe9ea7a88a
Merge pull request #83763 from timokau/home-manager-2020-03-17
home-manager: 2020-03-07 -> 2020-03-17
2020-03-30 14:30:05 +00:00
zowoq
d67539de8a bubblewrap: 0.4.0 -> 0.4.1
https://github.com/containers/bubblewrap/releases/tag/v0.4.1
2020-03-31 00:21:48 +10:00
Peter Hoeg
639041e0f3
Merge pull request #83723 from r-ryantm/auto-update/kdiff3
kdiff3: 1.8.1 -> 1.8.2
2020-03-30 20:24:10 +08:00
Mario Rodas
7fedac34b1
Merge pull request #83729 from marsam/update-fluent-bit
fluent-bit: 1.4.0 -> 1.4.1
2020-03-30 05:52:21 -05:00
Mario Rodas
497849dccb
Merge pull request #83754 from r-ryantm/auto-update/nwipe
nwipe: 0.27 -> 0.28
2020-03-30 05:51:07 -05:00
Doron Behar
98f5d0574f gtk-gnutella: 1.1.14 -> 1.1.15
Remove patches applied between 1.1.14 and 1.1.15 and switch to GitHub
source.
gtk-gnutella: several changes.
Disable internal malloc implementation.
Add @doronbehar as maintainer.
Comment about hardeningDisable regarding next release.
Format arguments and inputs.
Enable to disable GUI.
2020-03-30 13:44:17 +03:00
Timo Kaufmann
3df35ce37e home-manager: 2020-03-07 -> 2020-03-17
Includes https://github.com/rycee/home-manager/pull/1099.
2020-03-30 11:38:51 +02:00
Pascal Wittmann
19fb719cd5
Merge pull request #83710 from r-ryantm/auto-update/hevea
hevea: 2.33 -> 2.34
2020-03-30 11:06:55 +02:00
R. RyanTM
7edd932239 nwipe: 0.27 -> 0.28 2020-03-30 06:55:38 +00:00
Benjamin Hipple
ecfb2b41ce
Merge pull request #80522 from doronbehar/update-brotab
brotab: 1.1.0 -> 1.2.1
2020-03-30 01:25:49 -04:00
Benjamin Hipple
25467c4490
Merge pull request #83735 from cole-h/zoxide
zoxide: 0.2.2 -> 0.3.0
2020-03-29 23:05:04 -04:00
Cole Helbling
dbdae465cb
zoxide: 0.2.2 -> 0.3.0
https://github.com/ajeetdsouza/zoxide/compare/v0.2.2...v0.3.0
2020-03-29 18:54:24 -07:00
Mario Rodas
a105345624
Merge pull request #83650 from r-ryantm/auto-update/pspg
pspg: 2.6.6 -> 2.7.1
2020-03-29 19:29:27 -05:00
Mario Rodas
35afcc33be
Merge pull request #83724 from zowoq/ripgrep
ripgrep: 12.0.0 -> 12.0.1
2020-03-29 19:12:50 -05:00
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
R. RyanTM
22805c0e5f zabbix-cli: 2.1.1 -> 2.2.1 2020-03-16 15:09:49 +00:00
Mario Rodas
6d37699a3d
Merge pull request #82715 from r-ryantm/auto-update/rsyslog
rsyslog: 8.2001.0 -> 8.2002.0
2020-03-16 06:39:05 -05:00
R. RyanTM
21cca85635 simg2img: 1.1.3 -> 1.1.4 2020-03-16 08:51:21 +00:00
R. RyanTM
a95d5aef67 rsyslog: 8.2001.0 -> 8.2002.0 2020-03-16 08:41:20 +00:00
Emery Hemingway
95fa9cd027 aespipe: install the included bz2aespipe wrapper 2020-03-16 10:17:25 +05:30
Pierre Bourdon
d62f76f81d stubby: build with libsystemd support
This was added in v0.3.0 and allows notifying service readiness.
2020-03-16 10:10:45 +05:30
Mario Rodas
fa767ab751
Merge pull request #82704 from zowoq/ripgrep
ripgrep: 11.0.2 -> 12.0.0
2020-03-15 23:22:29 -05:00
Mario Rodas
7b0398c36e
Merge pull request #82271 from r-ryantm/auto-update/dpkg
dpkg: 1.19.7 -> 1.20.0
2020-03-15 23:10:14 -05:00
Jan Tojnar
a077102dfd
Merge pull request #82698 from zowoq/ostree
ostree: 2020.2 -> 2020.3
2020-03-16 04:07:37 +01:00
zowoq
ca0050e806 ripgrep: 11.0.2 -> 12.0.0
https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md#1200-2020-03-15
2020-03-16 12:07:49 +10:00
zowoq
3c10b1c2a7 ostree: 2020.2 -> 2020.3
https://github.com/ostreedev/ostree/releases/tag/v2020.3
2020-03-16 09:29:17 +10:00
Maximilian Bosch
12eef00f70
stress-ng: 0.11.01 -> 0.11.02 2020-03-15 23:54:52 +01:00
Maximilian Bosch
22228d1917
passExtensions.pass-update: 2.0 -> 2.1 2020-03-15 23:54:51 +01:00
R. RyanTM
65e3e0168a saml2aws: 2.19.0 -> 2.24.0 2020-03-15 15:48:02 -07:00
Jonathan Ringer
fbafe7ca64 azure-cli: freeze azure-mgmt-rdms at 1.9.0 2020-03-15 15:15:44 -07:00
Maximilian Bosch
187f3e79ca
pass: allow adding extensions without rebuilding the package
Until now, `pkgs.pass` was rebuilt entirely when adding an extension
using the `pass.withExtensions`-function. This is fixed now by removing the
linking of extensions from the fixupPhase and merge all paths (including
those from pkgs.pass) together in using `pkgs.buildEnv`.
2020-03-15 23:13:04 +01:00
Maximilian Bosch
16001eab7c
passExtensions.pass-audit: 0.1 -> 1.0.1, refactor
Updates to v1.0.1[1] which supports subdirs and zxcvbn[2]-based
complexity checks. Also, the following things changed:

* Add separate output for man-pages
* Enable test-suite (after adding a patch which mocks the
  `pwnedpasswords.com`).
* Added myself as maintainer.

[1] https://github.com/roddhjav/pass-audit/releases/tag/v1.0.1 /
    https://github.com/roddhjav/pass-audit/releases/tag/v1.0

[2] https://pypi.org/project/zxcvbn-python/
2020-03-15 23:13:04 +01:00
Maximilian Bosch
9729f30667
aircrack-ng: 1.5.2 -> 1.6 2020-03-15 22:22:48 +01:00
Daiderd Jordan
134590d0a3
Merge pull request #82675 from cole-h/zoxide
zoxide: 0.2.0 -> 0.2.1
2020-03-15 20:44:00 +01:00
Dmitry Kalinkin
9f44a61f39
texlive: use versioned tarballs
Announced in [1], versioned tarballs allow to make sure that a
specific version is fetched. This does not guarantee that all previous
versions are retained on the main mirrors.

Logically, we would want to first try to download versioned tarballs
from any mirror and only then try the unversioned ones. But right now
we only have two mirrors and only some of the tarballs are versioned
in texlive-2019, so the order is changed to not hammer the weak
tug.org mirror.

[1] https://tug.org/pipermail/tex-live/2019-September/044086.html
2020-03-15 14:56:18 -04:00
Dmitry Kalinkin
9c4212cb9f
texlive/pkgs.nix: add revision 2020-03-15 14:56:17 -04:00
Dmitry Kalinkin
9752593eb0
texlive: 2019 -> 2019-final
The biber package is now at 2.14, but TextBibTeX is still required.

Few changes were needed for newly introduced scripts-extra path. This
broke some of our old tricks which were relying on having writable
script directories. The changes to the script locations made buildEnv
create symlinks to the script directories instead of directories of
symlinks to scripts. The changes to texlinks.sh and texlive/TeXLive
perl path were made because of this.
2020-03-15 14:56:17 -04:00
Dmitry Kalinkin
d9fb53ddd6
texlive: reimplement fixHashes.sh in GNU Awk
The shell script doesn't work very well in non-GNU environments like
darwin. This provides an implementation that uses just a single GNU tool
- gawk, thus reduces number of points of failure.
2020-03-15 14:56:16 -04:00
Cole Helbling
ce8674dc0f
zoxide: 0.2.0 -> 0.2.1
With this release, you can now migrate entries from your `z` database!
2020-03-15 11:54:34 -07:00
Jörg Thalheim
f1b69e4d76
Merge pull request #82040 from gnidorah/phodav
phodav: 2.3 -> 2.4
2020-03-15 18:25:43 +00:00
Jörg Thalheim
0fe49d7051
Merge pull request #82114 from bhipple/remove/staccato
staccato: remove broken and unmaintained package
2020-03-15 18:19:39 +00:00
Sander van der Burg
875bcef98b base16-builder: regenerate with node2nix 1.8.0, add supplement.json with node-pre-gyp to fix build 2020-03-15 16:37:47 +01:00
Silvan Mosberger
779b7ff3d8
Merge pull request #80931 from LEXUGE/master
smartdns: init at 30
2020-03-15 15:36:05 +01:00
Jan Tojnar
fb9b0e7d46
Merge pull request #82400 from B4dM4n/duplicity-update
duplicity: 0.8.10 -> 0.8.11.1596
2020-03-15 13:32:10 +01:00
Pavol Rusnak
d07543a98c
certbot: 1.0.0 -> 1.3.0 2020-03-15 13:12:03 +01:00
Ryan Fitzsimon
ea8efb20a7 ckb-next: Disable built-in updater 2020-03-15 03:17:58 +00:00
Benjamin Hipple
1285836756 rdedup: fix broken build
In the Rust platform builder, the attribute `cargoPatches` must be used if we
want to consistently apply a patch to the `Cargo.lock` in the vendored
`cargoDeps` and to the `Cargo.lock` in the `src` attribute.

This fixes the build by applying that patch consistently, so the coherency
checker in the newer Rust cargo builder passes.
2020-03-14 17:34:18 -07:00
R. RyanTM
41742c85ec clash: 0.17.1 -> 0.18.0 2020-03-14 23:34:23 +00:00
Michiel Leenaars
2410dbb3c7 Unbound: 1.9.5 -> 1.10.0 2020-03-14 23:32:04 +00:00
R. RyanTM
c6dd8929d6 eksctl: 0.13.0 -> 0.15.0 2020-03-14 23:30:49 +00:00
R. RyanTM
8e868a44d5 fio: 3.18 -> 3.19 2020-03-14 15:50:22 -07:00
R. RyanTM
892827c0eb lego: 3.3.0 -> 3.4.0 2020-03-14 21:17:55 +00:00
Ryan Mulligan
94a67e67b8
Merge pull request #82532 from r-ryantm/auto-update/croc
croc: 6.4.10 -> 8.0.3
2020-03-14 12:30:15 -07:00
adisbladis
920187c247
Merge pull request #82574 from r-ryantm/auto-update/rar2fs
rar2fs: 1.28.0 -> 1.29.0
2020-03-14 18:46:44 +00:00
Vladyslav M
9d8580fe4c miniserve: 0.5.0 -> 0.6.0 2020-03-14 18:08:10 +00:00
Mario Rodas
6e2eeba534
Merge pull request #82572 from r-ryantm/auto-update/pgmetrics
pgmetrics: 1.7.1 -> 1.8.1
2020-03-14 12:04:48 -05:00
Pascal Bach
337b35707d minio-client: 2019-01-30 -> 2020-03-06 2020-03-14 16:50:29 +00:00
R. RyanTM
281dd8bd44 ntp: 4.2.8p13 -> 4.2.8p14 2020-03-14 16:26:40 +00:00
R. RyanTM
1abca6627e bitwarden_rs: 1.13.1 -> 1.14 2020-03-14 16:15:12 +00:00
R. RyanTM
98aa4da995
berglas: 0.5.0 -> 0.5.1 2020-03-14 15:54:07 +00:00
Frederik Rietdijk
0c13b0d7d3 Merge staging-next into staging 2020-03-14 14:34:59 +01:00
R. RyanTM
08690436a8 xbps: 0.58 -> 0.59 2020-03-14 14:32:09 +01:00
Ryan Mulligan
f124f11e50
Merge pull request #82535 from r-ryantm/auto-update/docui
docui: 2.0.0 -> 2.0.4
2020-03-14 06:29:44 -07:00
Ryan Mulligan
536540e4b1
Merge pull request #82534 from r-ryantm/auto-update/dnsproxy
dnsproxy: 0.20.0 -> 0.23.7
2020-03-14 06:25:10 -07:00
R. RyanTM
8ed7848e67 rar2fs: 1.28.0 -> 1.29.0 2020-03-14 12:31:35 +00:00
R. RyanTM
f47ec36970
pgmetrics: 1.7.1 -> 1.8.1 2020-03-14 11:48:34 +00:00
Jörg Thalheim
420254586a
Merge pull request #78172 from Izorkin/mc
mc: 4.8.23 -> 4.8.24
2020-03-14 07:33:16 +00:00
Jörg Thalheim
0ad2243c66
mc: quote urls 2020-03-14 07:32:48 +00:00
Jörg Thalheim
841b89cac8
mc: add autoreconfHook instead of /usr/bin/file patch
The error is still there but harmless.
It should be rather fixed in autoconf than in every package that
uses autotools.
2020-03-14 07:32:31 +00:00
gnidorah
41543d88ca phodav: 2.3 -> 2.4 2020-03-14 09:27:10 +03:00
R. RyanTM
7f255ec99d frp: 0.31.2 -> 0.32.0 2020-03-14 05:38:02 +00:00
R. RyanTM
d95db5018a docui: 2.0.0 -> 2.0.4 2020-03-14 04:55:32 +00:00
R. RyanTM
38d8eb2544 dnsproxy: 0.20.0 -> 0.23.7 2020-03-14 04:51:44 +00:00
R. RyanTM
ba957840f6 croc: 6.4.10 -> 8.0.3 2020-03-14 04:34:01 +00:00
Benjamin Hipple
362db40e0b b3sum: remove non-existent attribute
The attribute `verifyCargoDeps` is no longer defined in the rustPlatform helper;
it is now the default and always on as part of the improvements in #79975
2020-03-14 03:57:10 +00:00
Lancelot SIX
10132c6602 ddrescue: 1.24 -> 1.25
See https://lists.gnu.org/archive/html/info-gnu/2020-03/msg00002.html
for release information
2020-03-14 03:28:18 +00:00
Samuel Dionne-Riel
fb594b816a refind: 0.11.5 -> 0.12 2020-03-14 01:25:24 +00:00
Mario Rodas
d580deacec procs: 0.9.18 -> 0.9.20 2020-03-14 01:24:45 +00:00
Mario Rodas
1bb17b50d2 broot: 0.13.2 -> 0.13.4 2020-03-14 00:44:06 +00:00
Mario Rodas
e6e040d573
Merge pull request #82494 from r-ryantm/auto-update/awsweeper
awsweeper: 0.4.1 -> 0.6.0
2020-03-13 18:49:10 -05:00
John Ericson
84497cabd1 Merge remote-tracking branch 'upstream/master' into staging 2020-03-13 17:39:11 -04:00
Lancelot SIX
506be57540 mailutils: 3.8 -> 3.9
This is a bugfix release.

See https://lists.gnu.org/archive/html/info-gnu/2020-03/msg00007.html
for details.
2020-03-13 20:54:36 +00:00
Rick van Schijndel
9d212f5be7
afl: Fix afl-qemu build by applying new patches
These patches are gathered from different sources,
such as https://patchwork.kernel.org/patch/10862231/ for the
`gettid` patch.
Another patch comes from the issue in the AFL repository.
The ultimate goal is to get these patches upstream as well,
so we don't keep these general patches only within nixos.

A PR is created against Google/AFL
https://github.com/google/AFL/pull/79,
but it might take a while before it's landed, considering the history
of the project (there are more PRs open).

ZHF: #80379

Fixes issue #82232
2020-03-13 21:43:51 +01:00
Maximilian Bosch
5c066f9bfb
wireguard-go: 0.0.20191012 -> 0.0.20200121 2020-03-13 20:59:53 +01:00
R. RyanTM
ceee45c346 awsweeper: 0.4.1 -> 0.6.0 2020-03-13 15:13:56 +00:00
Mario Rodas
1743ebfb5e
Merge pull request #82198 from r-ryantm/auto-update/syslog-ng
syslogng: 3.25.1 -> 3.26.1
2020-03-13 08:42:40 -05:00
Mario Rodas
43d1c44e49
Merge pull request #64114 from thefloweringash/yubico-piv-tool-mac
yubico-piv-tool: support Apple PCSC, enable by default
2020-03-13 08:34:05 -05:00
Mario Rodas
cc1f45ba65
Merge pull request #76911 from wucke13/lxd
raft-canonical: 0.9.6 -> 0.9.17, dqlite: 1.0.0 -> 1.4.0, lxd: 3.18 -> 3.22
2020-03-13 08:32:52 -05:00
Mario Rodas
9139701255
Merge pull request #82312 from r-ryantm/auto-update/pcsc-tools
pcsctools: 1.5.5 -> 1.5.6
2020-03-13 08:22:31 -05:00
Mario Rodas
7b756b6536
Merge pull request #82279 from r-ryantm/auto-update/fselect
fselect: 0.6.8 -> 0.6.9
2020-03-13 06:24:39 -05:00
Mario Rodas
efac165c2f
Merge pull request #82124 from bhipple/remove/btrfs-dedupe
btrfs-dedupe: remove broken and abandoned package
2020-03-13 05:32:34 -05:00
wucke13
5d21d99575 lxd: 3.18 -> 3.22 2020-03-13 10:32:30 +01:00
ymeister
a0c9e953c7 maintainers: add ymeister 2020-03-13 13:38:05 +07:00
ymeister
5de1b169ea alsaequal: init at 0.6
Co-Authored-By: Doron Behar <doron.behar@gmail.com>
2020-03-13 13:38:05 +07:00
Erik Arvstedt
7db5d94c36 opentimestamps-client: 0.6.0 -> 0.7.0
The extra git check input and the patch aren't needed anymore.
2020-03-13 04:06:10 +00:00
Sarah Brofeldt
41547d11ec ceph: 14.2.6 -> 14.2.7 2020-03-13 03:25:44 +00:00
Mario Rodas
bf71875060 nfpm: 1.1.10 -> 1.2.0 2020-03-13 03:17:20 +00:00
Mario Rodas
3581e690fb
Merge pull request #82194 from r-ryantm/auto-update/sg3_utils
sg3_utils: 1.44 -> 1.45
2020-03-12 21:35:08 -05:00
zowoq
179aa6ec04 fzf: 0.21.0 -> 0.21.0-1 2020-03-13 10:34:32 +10:00
Martin Milata
18ac6ba903 lz4: 1.9.1 -> 1.9.2
Fixes: https://nvd.nist.gov/vuln/detail/CVE-2019-17543
Release notes: https://github.com/lz4/lz4/releases/tag/v1.9.2
2020-03-12 22:55:06 +00:00
Emery Hemingway
18281a28bd yggdrasil: 0.3.12 -> 0.3.13 2020-03-12 21:39:38 +01:00
Maximilian Bosch
7c078497ce
r10k: 3.2.0 -> 3.4.1 2020-03-12 21:08:44 +01:00
Maximilian Bosch
3fa6cd14ce
blueman: 2.1.1 -> 2.1.2 2020-03-12 21:08:44 +01:00
Maximilian Bosch
98d134b253
cargo-release: 0.13.0 -> 0.13.1 2020-03-12 17:53:10 +01:00
Harry Ying
25300d75be
smartdns: init at 30 2020-03-13 00:13:12 +08:00
R. RyanTM
bea7401be6 bitwarden: 1.16.6 -> 1.17.0 2020-03-12 14:09:48 +00:00
Frederik Rietdijk
73fa45693c bepasty: use correct version of xstatic-bootstrap 2020-03-12 11:20:19 +01:00
R. RyanTM
ed588cb31c librepo: 1.11.2 -> 1.11.3 2020-03-12 11:18:25 +01:00
Mario Rodas
6aae443d0a
fselect: install manpage 2020-03-12 04:20:00 -05:00
zowoq
da13cdb56c fzf: 0.20.0 -> 0.21.0
https://github.com/junegunn/fzf/blob/master/CHANGELOG.md#0210
2020-03-12 06:58:34 +00:00
Alyssa Ross
e95548311e
Merge pull request #82181 from dywedir/hexyl
hexyl: 0.6.0 -> 0.7.0
2020-03-11 23:54:32 +00:00
Yannik Sander
de892c2f07 Remove unnecessary comment
Co-Authored-By: Cole Helbling <cole.e.helbling@outlook.com>
2020-03-11 23:48:47 +00:00
Yannik Sander
130aef631c zoxide: init at 0.2.0 2020-03-11 23:48:47 +00:00
Timo Kaufmann
c3fa56f3b4 home-manager: 2020-01-04 -> 2020-03-07 2020-03-11 23:08:34 +01:00
Maximilian Bosch
c2524362eb
cargo-update: 2.5.0 -> 3.0.0 2020-03-11 22:35:18 +01:00
Maximilian Bosch
a483b787cb
cargo-outdated: 0.9.5 -> 0.9.7 2020-03-11 22:29:29 +01:00
Maximilian Bosch
9f3ae18145
Merge pull request #82281 from bhipple/u/rust-cargo-licensor
licensor: upgrade cargo fetcher and cargoSha256
2020-03-11 19:46:21 +01:00
Fabian Möller
766f89de3a
duplicity: 0.8.10 -> 0.8.11.1596 2020-03-11 12:43:50 +01:00
R. RyanTM
8ec473fbc9 pcsctools: 1.5.5 -> 1.5.6 2020-03-11 10:48:17 +00:00
Aaron Andersen
d2ac2ec412
Merge pull request #81807 from r-ryantm/auto-update/logrotate
logrotate: 3.15.1 -> 3.16.0
2020-03-10 20:35:14 -04:00
Will Dietz
7f1b6576b5
Merge pull request #82262 from equirosa/pfetch
pfetch : 0.4.0 -> 0.5.0
2020-03-10 17:13:59 -05:00
Benjamin Hipple
23f37d2db9 licensor: upgrade cargo fetcher and cargoSha256 2020-03-10 17:07:31 -04:00
R. RyanTM
ac184e3c6b fselect: 0.6.8 -> 0.6.9 2020-03-10 20:45:39 +00:00
Jan Tojnar
9d22d1d6f3
Merge pull request #81931 from andir/ppp
ppp: 2.4.7 -> 2.4.8 & CVE-2020-8597 fix
2020-03-10 21:10:53 +01:00
Jan Tojnar
8515b703cf
Merge pull request #72125 from jtojnar/maintainer-groups
lib: Add lib.maintainer-groups
2020-03-10 21:09:33 +01:00
R. RyanTM
d0f3de4f23 arping: 2.20 -> 2.21 2020-03-10 20:27:42 +01:00
Ryan Mulligan
bfa78684a0
Merge pull request #82215 from r-ryantm/auto-update/you-get
you-get: 0.4.1403 -> 0.4.1410
2020-03-10 12:19:20 -07:00
R. RyanTM
5454317570 dpkg: 1.19.7 -> 1.20.0 2020-03-10 18:56:46 +00:00
Martin Milata
970ce2863f collectd: 5.8.1 -> 5.10.0 2020-03-10 18:05:59 +01:00
Eduardo Quiros
920639ede3
pfetch : 0.4.0 -> 0.5.0 2020-03-10 10:35:24 -06:00
R. RyanTM
8bbae030b3
xob: 0.1.1 -> 0.2 (#82246) 2020-03-10 16:03:10 +01:00
Peter Hoeg
a19708af1b
Merge pull request #81498 from peterhoeg/f/vmfs
vmfs-tools: minor cleanup
2020-03-10 20:54:41 +08:00
Francesco Zanini
bbce0e88b9 libgen-cli: init at 1.0.5 2020-03-10 12:48:16 +01:00
Mario Rodas
109cfe1bc7
Merge pull request #82227 from r-ryantm/auto-update/neofetch
neofetch: 6.1.0 -> 7.0.0
2020-03-10 06:33:29 -05:00
R. RyanTM
3a93ec6f6d neofetch: 6.1.0 -> 7.0.0 2020-03-10 09:09:46 +00:00
Jörg Thalheim
922fd551a4
Merge pull request #82216 from r-ryantm/auto-update/vttest
vttest: 20190710 -> 20200303
2020-03-10 07:41:29 +00:00
Jörg Thalheim
ef89f7180a
Merge pull request #81655 from clkamp/licensor-fix-test
licensor: Fix test in 2020 from upstream
2020-03-10 05:25:25 +00:00
R. RyanTM
3193b639ff vttest: 20190710 -> 20200303 2020-03-10 03:41:13 +00:00
Matt Layher
13964b07ad corerad: 0.2.1 -> 0.2.2 2020-03-09 20:01:51 -07:00
Mario Rodas
65a80c30c4
Merge pull request #82135 from Luis-Hebendanz/rmount
rmount: 1.0.1 -> 1.1.0
2020-03-09 21:59:47 -05:00
R. RyanTM
714dd394c8 you-get: 0.4.1403 -> 0.4.1410 2020-03-10 02:57:43 +00:00
R. RyanTM
ccc502f07a syslogng: 3.25.1 -> 3.26.1 2020-03-09 23:09:45 +00:00
R. RyanTM
0d300d42d0 sg3_utils: 1.44 -> 1.45 2020-03-09 22:39:16 +00:00
Vladyslav M
7483f9fbae
hexyl: 0.6.0 -> 0.7.0 2020-03-09 23:13:11 +02:00
Maximilian Bosch
fcc8660d35
Merge pull request #81967 from Ma27/brutespray
brutespray: init at 1.6.6
2020-03-09 20:47:06 +01:00
R. RyanTM
e04b6ecc64 ocrmypdf: 9.6.0 -> 9.6.1 2020-03-09 19:16:29 +01:00
Mario Rodas
6c9718afbe
Merge pull request #82105 from bhipple/u/rust-cargo-rav1e
rav1e: upgrade cargo fetcher and cargoSha256
2020-03-09 07:59:43 -05:00
Jörg Thalheim
115a8e8d14
Merge pull request #81833 from bignaux/appimage-run
appimage-run: unify appimageTools and appimage-run
2020-03-09 11:18:21 +00:00
Luis Hebendanz
b074365fd4 rmount: 1.0.1 -> 1.1.0 2020-03-09 11:20:57 +01:00
zowoq
134f8cc84d youtube-dl: 2020.03.06 -> 2020.03.08
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.03.08
2020-03-09 15:58:22 +10:00
Benjamin Hipple
27a0a1376b btrfs-dedupe: remove broken and abandoned package
This package was last released in 2017, and no longer compiles with the latest
Rust compiler. It has just 1 commit from someone other than the original author
and appears to be a dead project.
2020-03-09 00:34:39 -04:00
Mario Rodas
3f22f3a044
Merge pull request #82115 from bhipple/u/rust-cargo-vdirsyncer
vdirsyncer: upgrade cargo fetcher and cargoSha256
2020-03-08 23:07:43 -05:00
Benjamin Hipple
d4844a1a49 vdirsyncer: upgrade cargo fetcher and cargoSha256 2020-03-08 23:32:01 -04:00
Mario Rodas
977a5bd038
Merge pull request #82101 from bhipple/u/rust-cargo-httplz
httplz: upgrade cargo fetcher and cargoSha256
2020-03-08 22:31:03 -05:00
Mario Rodas
fe7cb218c0
Merge pull request #82100 from bhipple/u/rust-cargo-gnirehtet
gnirehtet: upgrade cargo fetcher and cargoSha256
2020-03-08 22:30:49 -05:00
Benjamin Hipple
ca015df0c3 staccato: remove broken and unmaintained package
This package was added in 2017, then never updated, and no longer builds.
While upstream does have a newer release at version 0.1.9, this doesn't build
with the latest rustc either, and was last released in 2018:
https://github.com/tshlabs/staccato/releases

Since the upstream package just has 1 contributor, and the package in Nix has no
maintainer and is not building or updated, let's just delete it.
2020-03-08 23:19:51 -04:00
Benjamin Hipple
aa86eb9261 svgbob: upgrade cargo fetcher and cargoSha256 2020-03-08 23:06:26 -04:00
Mario Rodas
451f8ed267
Merge pull request #82103 from bhipple/u/rust-cargo-onefetch
onefetch: upgrade cargo fetcher and cargoSha256
2020-03-08 21:38:09 -05:00
Benjamin Hipple
3dcdededf6 rav1e: upgrade cargo fetcher and cargoSha256 2020-03-08 22:27:42 -04:00
Benjamin Hipple
ab0c847d8c
eva: upgrade cargo fetcher and cargoSha256 (#82093) 2020-03-08 22:16:06 -04:00
Benjamin Hipple
2fd069c4e5 onefetch: upgrade cargo fetcher and cargoSha256 2020-03-08 22:10:27 -04:00
Benjamin Hipple
5c6081efdf httplz: upgrade cargo fetcher and cargoSha256 2020-03-08 22:04:15 -04:00
Mario Rodas
791a24da1b
Merge pull request #82058 from helsinki-systems/fix/bitwarden_rs-vault
bitwarden_rs-vault: fix directory structure
2020-03-08 20:26:45 -05:00
Benjamin Hipple
053e735b3c gnirehtet: upgrade cargo fetcher and cargoSha256 2020-03-08 21:25:21 -04:00
Mario Rodas
e54d71c96f
Merge pull request #82017 from bhipple/u/heatseeker
heatseeker: 1.5.1 -> 1.7.1
2020-03-08 20:08:37 -05:00
Benjamin Hipple
6331093673
b3sum: upgrade cargo fetcher and cargoSha256 (#82086) 2020-03-08 21:06:25 -04:00
Benjamin Hipple
a67fbc1562
cargo-license: upgrade cargo fetcher and cargoSha256 (#82084) 2020-03-08 21:06:00 -04:00
Aaron Andersen
2c61263fb3
Merge pull request #80013 from bignaux/romdirfs
romdirfs: init at 1.2
2020-03-08 20:39:34 -04:00
Florian Klink
a2aacb6989
Merge pull request #82052 from mweinelt/pr/borgbackup/1.1.11
borgbackup: 1.1.10 → 1.1.11
2020-03-08 16:26:36 -07:00
Benjamin Hipple
d1cdeb7aae
ripasso-cursive: upgrade cargo fetcher and cargoSha256 (#81988) 2020-03-08 19:18:40 -04:00
Benjamin Hipple
df4ec15453
intecture-cli: upgrade cargo fetcher and cargoSha256 (#81982) 2020-03-08 19:18:22 -04:00
Benjamin Hipple
c1a78b7928
intecture-agent: upgrade cargo fetcher and cargoSha256 (#81981) 2020-03-08 19:17:12 -04:00
Benjamin Hipple
e9d492a896
intecture-auth: upgrade cargo fetcher and cargoSha256 (#81979) 2020-03-08 19:16:56 -04:00
Bignaux Ronan
a3df64c8a7 appimage-exec.sh: simplify and improve getopts options 2020-03-08 20:34:23 +01:00
Ryan Mulligan
5e8c897901
Merge pull request #82053 from r-ryantm/auto-update/java-service-wrapper
java-service-wrapper: 3.5.42 -> 3.5.43
2020-03-08 12:18:55 -07:00
ajs124
bc21f7a0ce bitwarden_rs-vault: fix directory structure 2020-03-08 16:41:00 +01:00
R. RyanTM
ff54badc61 java-service-wrapper: 3.5.42 -> 3.5.43 2020-03-08 13:11:20 +00:00
Martin Weinelt
dbff9b5479
borgbackup: 1.1.10 → 1.1.11
Version 1.1.11 (2020-03-08)

Compatibility notes:

    When upgrading from borg 1.0.x to 1.1.x, please note:
        read all the compatibility notes for 1.1.0*, starting from 1.1.0b1.
        borg upgrade: you do not need to and you also should not run it.
        borg might ask some security-related questions once after upgrading. You can answer them either manually or via environment variable. One known case is if you use unencrypted repositories, then it will ask about a unknown unencrypted repository one time.
        your first backup with 1.1.x might be significantly slower (it might completely read, chunk, hash a lot files) - this is due to the --files-cache mode change (and happens every time you change mode). You can avoid the one-time slowdown by using the pre-1.1.0rc4-compatible mode (but that is less safe for detecting changed files than the default). See the --files-cache docs for details.
    1.1.11 removes WSL autodetection (Windows 10 Subsystem for Linux). If WSL still has a problem with sync_file_range, you need to set BORG_WORKAROUNDS=basesyncfile in the borg process environment to work around the WSL issue.

Fixes:

    fixed potential index corruption / data loss issue due to bug in hashindex_set, #4829 Please read and follow the more detailled notes close to the top of this document.
    upgrade bundled xxhash to 0.7.3, #4891 0.7.2 is the minimum requirement for correct operations on ARMv6 in non-fixup mode, where unaligned memory accesses cause bus errors. 0.7.3 adds some speedups and libxxhash 0.7.3 even has a pkg-config file now.
    upgrade bundled lz4 to 1.9.2
    upgrade bundled zstd to 1.4.4
    fix crash when upgrading erroneous hints file, #4922
    extract:
        fix KeyError for "partial" extraction, #4607
        fix "partial" extract for hardlinked contentless file types, #4725
        fix preloading for old (0.xx) remote servers, #4652
        fix confusing output of borg extract --list --strip-components, #4934
    delete: after double-force delete, warn about necessary repair, #4704
    create: give invalid repo error msg if repo config not found, #4411
    mount: fix FUSE mount missing st_birthtime, #4763 #4767
    check: do not stumble over invalid item key, #4845
    info: if the archive doesn't exist, print a pretty message, #4793
    SecurityManager.known(): check all files, #4614
    Repository.open: use stat() to check for repo dir, #4695
    Repository.check_can_create_repository: use stat() to check, #4695
    fix invalid archive error message
    fix optional/non-optional location arg, #4541
    commit-time free space calc: ignore bad compact map entries, #4796
    ignore EACCES (errno 13) when hardlinking the old config, #4730
    --prefix / -P: fix processing, avoid argparse issue, #4769

New features:

    enable placeholder usage in all extra archive arguments
    new BORG_WORKAROUNDS mechanism, basesyncfile, #4710
    recreate: support --timestamp option, #4745
    support platforms without os.link (e.g. Android with Termux), #4901 if we don't have os.link, we just extract another copy instead of making a hardlink.
    support linux platforms without sync_file_range (e.g. Android 7 with Termux), #4905

Other:

    ignore --stats when given with --dry-run, but continue, #4373
    add some ProgressIndicator msgids to code / fix docs, #4935
    elaborate on "Calculating size" message
    argparser: always use REPOSITORY in metavar, also use more consistent help phrasing.
    check: improve error output for matching index size, see #4829
    docs:
        changelog: add advisory about hashindex_set bug #4829
        better describe BORG_SECURITY_DIR, BORG_CACHE_DIR, #4919
        infos about cache security assumptions, #4900
        add FAQ describing difference between a local repo vs. repo on a server.
        document how to test exclusion patterns without performing an actual backup
        timestamps in the files cache are now usually ctime, #4583
        fix bad reference to borg compact (does not exist in 1.1), #4660
        create: borg 1.1 is not future any more
        extract: document limitation "needs empty destination", #4598
        how to supply a passphrase, use crypto devices, #4549
        fix osxfuse github link in installation docs
        add example of exclude-norecurse rule in help patterns
        update macOS Brew link
        add note about software for automating backups, #4581
        AUTHORS: mention copyright+license for bundled msgpack
        fix various code blocks in the docs, #4708
        updated docs to cover use of temp directory on remote, #4545
        add restore docs, #4670
        add a pull backup / push restore how-to, #1552
        add FAQ how to retain original paths, #4532
        explain difference between --exclude and --pattern, #4118
        add FAQs for SSH connection issues, #3866
        improve password FAQ, #4591
        reiterate that 'file cache names are absolute' in FAQ
    tests:
        cope with ANY error when importing pytest into borg.testsuite, #4652
        fix broken test that relied on improper zlib assumptions
        test_fuse: filter out selinux xattrs, #4574
    travis / vagrant:
        misc python versions removed / changed (due to openssl 1.1 compatibility) or added (3.7 and 3.8, for better borg compatibility testing)
        binary building is on python 3.5.9 now
    vagrant:
        add new boxes: ubuntu 18.04 and 20.04, debian 10
        update boxes: openindiana, darwin, netbsd
        remove old boxes: centos 6
        darwin: updated osxfuse to 3.10.4
        use debian/ubuntu pip/virtualenv packages
        rather use python 3.6.2 than 3.6.0, fixes coverage/sqlite3 issue
        use requirements.d/development.lock.txt to avoid compat issues
    travis:
        darwin: backport some install code / order from master
        remove deprecated keyword "sudo" from travis config
        allow osx builds to fail, #4955 this is due to travis-ci frequently being so slow that the OS X builds just fail because they exceed 50 minutes and get killed by travis.
2020-03-08 14:00:40 +01:00
Bignaux Ronan
a201e3dbc4 romdirfs: init at 1.2 2020-03-08 13:45:06 +01:00
Maximilian Bosch
e0a5d34664
brutespray: init at 1.6.6 2020-03-08 10:52:13 +01:00
Maximilian Bosch
3d6908bca1
medusa-unstable: init at 2018-12-16 2020-03-08 10:52:13 +01:00
Frederik Rietdijk
0eb0ddc4db Merge staging-next into master 2020-03-08 08:11:01 +01:00
Ryan Mulligan
6b6f9d769a
Merge pull request #81878 from r-ryantm/auto-update/dpic
dpic: 2019.11.30 -> 2020.03.01
2020-03-07 21:23:09 -08:00
Benjamin Hipple
9044bdef6a heatseeker: 1.5.1 -> 1.7.1
The build is currently broken on master; upgrading fixes it.
2020-03-07 15:22:11 -05:00
Bignaux Ronan
b36d3f2c4a appimage: replace writeScript to a standalone appimage-exec.sh 2020-03-07 20:24:26 +01:00
Ryan Mulligan
32a7992874
Merge pull request #81960 from r-ryantm/auto-update/profile-sync-daemon
profile-sync-daemon: 6.35 -> 6.36
2020-03-07 09:10:22 -08:00
markuskowa
98b3523f04
Merge pull request #81953 from r-ryantm/auto-update/phoronix-test-suite
phoronix-test-suite: 9.4.0 -> 9.4.1
2020-03-07 16:02:14 +01:00
Izorkin
784740aee0 mc: 4.8.23 -> 4.8.24 2020-03-07 16:00:31 +03:00
Silvan Mosberger
a0d2bed383
Merge pull request #81938 from Infinisil/fix/du-dust-name
du-dust: Change derivation name from dust to du-dust
2020-03-07 13:41:09 +01:00
Daiderd Jordan
82e27330cb
Merge pull request #81949 from marsam/update-vault
vault: 1.3.2 -> 1.3.3
2020-03-07 12:31:51 +01:00
Silvan Mosberger
ad126ee28e
du-dust: Change derivation name from dust to du-dust
This prevents confusion by nix-env when installing packages by
derivation name, since there is another package named dust already
2020-03-07 12:27:33 +01:00
R. RyanTM
5a0bbfa7f2 par2cmdline: 0.8.0 -> 0.8.1 2020-03-07 09:00:05 +01:00
R. RyanTM
c062681530 moosefs: 3.0.109 -> 3.0.110 2020-03-07 08:58:56 +01:00
R. RyanTM
ad450e99b9 profile-sync-daemon: 6.35 -> 6.36 2020-03-07 07:13:29 +00:00
R. RyanTM
6609c367ee phoronix-test-suite: 9.4.0 -> 9.4.1 2020-03-07 04:42:46 +00:00
Ryan Mulligan
a985982db6
Merge pull request #81871 from r-ryantm/auto-update/byobu
byobu: 5.131 -> 5.133
2020-03-06 18:00:23 -08:00
Andreas Rammhold
142c3153f7
ppp: apply patch for CVE-2020-8597
This fixes a potential buffer overflow in the eap_{request,response}
functions.
2020-03-06 23:35:18 +01:00
Andreas Rammhold
caffd51048
ppp: 2.4.7 -> 2.4.8 2020-03-06 23:33:43 +01:00
Lancelot SIX
95bb029bb5
Merge pull request #81914 from doronbehar/update-sequoia
sequoia: 0.14.0 -> 0.15.0
2020-03-06 23:11:37 +01:00
Lancelot SIX
389f5ce9f1
Merge pull request #81916 from r-ryantm/auto-update/libreswan
libreswan: 3.30 -> 3.31
2020-03-06 22:58:13 +01:00
R. RyanTM
40877c81a5 vector: 0.8.0 -> 0.8.1 2020-03-06 15:27:26 -06:00
R. RyanTM
bce33c5d74 libreswan: 3.30 -> 3.31 2020-03-06 19:37:20 +00:00
Doron Behar
25151bcbb6 sequoia: 0.14.0 -> 0.15.0 2020-03-06 20:03:05 +02:00
Pascal Wittmann
d3f3e83c47
Merge pull request #81883 from peterhoeg/u/pdf2djvu
pdf2djvu: 0.9.14 -> 0.9.17
2020-03-06 16:53:55 +01:00
Ryan Mulligan
d055db280a
Merge pull request #81795 from r-ryantm/auto-update/ibus-table
ibus-engines.table: 1.9.22 -> 1.9.25
2020-03-06 05:58:16 -08:00
Jörg Thalheim
4afc287a06
Merge pull request #81879 from dmeijboom/feature/update-and-fix-pulumi
Feature/update and fix pulumi
2020-03-06 10:13:54 +00:00
Maximilian Bosch
5d4fba7f43
Merge pull request #81846 from zowoq/youtube-dl
youtube-dl: 2020.03.01 -> 2020.03.06
2020-03-06 10:30:01 +01:00
Mario Rodas
ef4b914b11
vault: 1.3.2 -> 1.3.3 2020-03-06 04:20:00 -05:00
Mario Rodas
b11c5e5436
Merge pull request #81856 from r-ryantm/auto-update/topgrade
topgrade: 4.0.2 -> 4.2.0
2020-03-06 04:19:26 -05:00
Dillen Meijboom
c4f5f95d8d
Updated and fixed libstdc++ issue 2020-03-06 10:05:27 +01:00
R. RyanTM
450f8fa9b2 dpic: 2019.11.30 -> 2020.03.01 2020-03-06 08:21:15 +00:00
R. RyanTM
2f863c721e byobu: 5.131 -> 5.133 2020-03-06 07:12:15 +00:00
R. RyanTM
d34475c91b facter: 3.14.7 -> 3.14.8 2020-03-06 07:21:40 +01:00
Frederik Rietdijk
188c3a4d03 Merge staging-next into staging 2020-03-06 07:09:30 +01:00
Felix Tenley
efc1e24565 vdpauinfo: 1.0 -> 1.3 2020-03-06 07:01:06 +01:00
Vincent Breitmoser
7cc68a961d gnupg: apply patch to allow import of key updates without user ids
This adds a patch series which allows GnuPG to import updates
(revocations and subkeys) from certificates that contain no user ids.
This is relevant for refreshing keys from the default keyserver
keys.openpgp.org, where only user ids that contain verified email
addresses will be distributed, and revoked keys never contain any user
ids.

This patch series was originally authored and submitted to upstream half
a year ago (by me), but now comes from Debian packaging where it's been
included since then.

Relates to the following upstream issue: https://dev.gnupg.org/T4393
2020-03-06 06:58:56 +01:00
Peter Hoeg
d05f8b3a95 pdf2djvu: 0.9.14 -> 0.9.17 2020-03-06 11:49:52 +08:00
Mario Rodas
93ba4ecd58
Merge pull request #81830 from r-ryantm/auto-update/broot
broot: 0.13.1 -> 0.13.2
2020-03-05 21:21:44 -05:00
Matthew Bauer
8c3160b619 bubblewrap: use buildInputs instead of nativeBuildInputs
these are all libraries.
2020-03-05 20:41:46 -05:00
R. RyanTM
2106ce07d6 topgrade: 4.0.2 -> 4.2.0 2020-03-06 01:21:51 +00:00
Mario Rodas
d472a32752
Merge pull request #81798 from r-ryantm/auto-update/haproxy
haproxy: 2.1.2 -> 2.1.3
2020-03-05 19:28:08 -05:00
R. RyanTM
5db4396b91 debootstrap: 1.0.117 -> 1.0.119 2020-03-05 15:45:32 -08:00
R. RyanTM
98968b1854 wpgtk: 6.0.12 -> 6.0.13 2020-03-05 15:20:47 -08:00
R. RyanTM
7948c35be6 bitwarden_rs-vault: 2.12.0c -> 2.12.0e 2020-03-05 15:12:09 -08:00
R. RyanTM
4b4dcda1b1 chafa: 1.2.1 -> 1.2.2 2020-03-05 15:09:11 -08:00
R. RyanTM
ceeaf410be abcmidi: 2019.12.09 -> 2020.02.12 2020-03-05 15:08:03 -08:00
zowoq
815f25daed youtube-dl: 2020.03.01 -> 2020.03.06
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.03.06
2020-03-06 07:24:04 +10:00
Ryan Mulligan
058023b993
Merge pull request #81837 from r-ryantm/auto-update/findomain
findomain: 1.4.1 -> 1.4.2
2020-03-05 11:22:35 -08:00
Ryan Mulligan
440f129b19
Merge pull request #81836 from r-ryantm/auto-update/emplace
emplace: 0.2.10 -> 0.2.12
2020-03-05 11:11:02 -08:00
R. RyanTM
6c20f4def3 findomain: 1.4.1 -> 1.4.2 2020-03-05 18:36:27 +00:00
R. RyanTM
d2bea921e2 emplace: 0.2.10 -> 0.2.12 2020-03-05 18:20:16 +00:00
Bignaux Ronan
349e923e00 appimage-run: replace writeScript to a standalone appimage-exec.sh 2020-03-05 18:53:11 +01:00
R. RyanTM
e7387ad05c broot: 0.13.1 -> 0.13.2 2020-03-05 16:54:20 +00:00
Ryan Mulligan
aa7634d817
Merge pull request #81766 from r-ryantm/auto-update/FanFicFare
fanficfare: 3.15.0 -> 3.16.0
2020-03-05 07:56:25 -08:00
Ryan Mulligan
f3730595ca
Merge pull request #81770 from r-ryantm/auto-update/graylog
graylog: 3.2.1 -> 3.2.2
2020-03-05 07:54:49 -08:00
Ryan Mulligan
10dfd5a8c4
Merge pull request #81760 from r-ryantm/auto-update/eternal-terminal
eternal-terminal: 6.0.6 -> 6.0.7
2020-03-05 07:46:50 -08:00
Mario Rodas
3813630ccd
Merge pull request #81806 from bhipple/auto-update/procs
procs: 0.9.11 -> 0.9.18
2020-03-05 07:59:07 -05:00
Mario Rodas
836b2246a5
Merge pull request #81797 from marsam/update-chezmoi
chezmoi: 1.7.13 -> 1.7.16
2020-03-05 07:56:35 -05:00
Mario Rodas
e368551f7a
Merge pull request #81471 from r-ryantm/auto-update/bacula
bacula: 9.4.4 -> 9.6.2
2020-03-05 07:50:55 -05:00
Jan Tojnar
ede0fff868
Merge pull request #81808 from r-ryantm/auto-update/link-grammar
link-grammar: 5.7.0 -> 5.8.0
2020-03-05 10:09:17 +01:00
zimbatm
3d6cdfa24b
nixpkgs-fmt: 0.6.1 -> 0.7.0 (#81805) 2020-03-05 08:28:11 +00:00
R. RyanTM
ebd985439f link-grammar: 5.7.0 -> 5.8.0 2020-03-05 08:05:02 +00:00
R. RyanTM
6a443fb7ce logrotate: 3.15.1 -> 3.16.0 2020-03-05 08:00:03 +00:00
Benjamin Hipple
c882a90bc6 procs: 0.9.11 -> 0.9.18 2020-03-05 01:30:08 -05:00
R. RyanTM
e08b7fff16 haproxy: 2.1.2 -> 2.1.3 2020-03-05 04:38:58 +00:00
R. RyanTM
b0af283e05 ibus-engines.table: 1.9.22 -> 1.9.25 2020-03-05 04:04:38 +00:00
Mario Rodas
e1a183e21c
Merge pull request #81642 from r-ryantm/auto-update/stress-ng
stress-ng: 0.10.19 -> 0.11.01
2020-03-04 19:55:37 -05:00
Mario Rodas
70296be9f6
chezmoi: 1.7.13 -> 1.7.16 2020-03-04 18:00:00 -05:00
R. RyanTM
2954d5544d graylog: 3.2.1 -> 3.2.2 2020-03-04 22:58:13 +00:00
R. RyanTM
983a77a46c fanficfare: 3.15.0 -> 3.16.0 2020-03-04 22:17:43 +00:00
R. RyanTM
c522b865b9 eternal-terminal: 6.0.6 -> 6.0.7 2020-03-04 20:39:16 +00:00