Oleksii Filonenko
ca417e5c95
monolith: 2.2.2 -> 2.2.4
2020-04-29 13:33:01 +03:00
Oleksii Filonenko
3bdfedde2a
frp: 0.32.0 -> 0.33.0
2020-04-29 13:24:20 +03:00
Oleksii Filonenko
a0a75a947a
emplace: 0.2.15 -> 0.2.19
2020-04-29 13:21:04 +03:00
Lisa Ugray
329cc874e4
shadowenv: 2.0.0 -> 2.0.2
...
Pick up shell completions
2020-04-29 05:46:18 -04:00
Bart Brouns
7b8408fd4b
mu: 1.4.1 -> 1.4.3
2020-04-29 11:32:15 +02:00
Jan Tojnar
2874eebfd2
Merge branch 'staging-next' into staging
2020-04-29 08:35:47 +02:00
Jan Tojnar
2b5e2ffe0a
Merge pull request #86165 from jtojnar/libusb-compat-rename
2020-04-29 08:26:08 +02:00
Jörg Thalheim
f08904b2f7
tmsu: 0.7.4 -> 0.7.5
2020-04-29 06:53:47 +01:00
Pavel Goran
462fa8bbaf
pykms: replace logging patch
...
The logging "sed-patch" that was introduced for version 20190611 worked poorly:
it was too intrusive (breaking the --logfile option), and it didn't prevent
using in-store file for logging by default. The new logging patch (an actual
"diff-patch") is less intrusive: it just changes the default log file's
location to be the current directory instead of the executable's directory.
2020-04-29 03:53:41 +00:00
Martin Weinelt
c9fef6230a
dnsmasq: 2.80 → 2.81
...
Fixes: CVE-2019-14834
A vulnerability was found in dnsmasq before version 2.81, where the
memory leak allows remote attackers to cause a denial of service
(memory consumption) via vectors involving DHCP response creation.
Changelog:
version 2.81
Improve cache behaviour for TCP connections. For ease of
implementaion, dnsmasq has always forked a new process to handle
each incoming TCP connection. A side-effect of this is that
any DNS queries answered from TCP connections are not cached:
when TCP connections were rare, this was not a problem.
With the coming of DNSSEC, it is now the case that some
DNSSEC queries have answers which spill to TCP, and if,
for instance, this applies to the keys for the root, then
those never get cached, and performance is very bad.
This fix passes cache entries back from the TCP child process to
the main server process, and fixes the problem.
Remove the NO_FORK compile-time option, and support for uclinux.
In an era where everything has an MMU, this looks like
an anachronism, and it adds to (Ok, multiplies!) the
combinatorial explosion of compile-time options. Thanks to
Kevin Darbyshire-Bryant for the patch.
Fix line-counting when reading /etc/hosts and friends; for
correct error messages. Thanks to Christian Rosentreter
for reporting this.
Fix bug in DNS non-terminal code, added in 2.80, which could
sometimes cause a NODATA rather than an NXDOMAIN reply.
Thanks to Norman Rasmussen, Sven Mueller and Maciej Żenczykowski
for spotting and diagnosing the bug and providing patches.
Support TCP-fastopen (RFC-7413) on both incoming and
outgoing TCP connections, if supported and enabled in the OS.
Improve kernel-capability manipulation code under Linux. Dnsmasq
now fails early if a required capability is not available, and
tries not to request capabilities not required by its
configuration.
Add --shared-network config. This enables allocation of addresses
by the DHCP server in subnets where the server (or relay) does not
have an interface on the network in that subnet. Many thanks to
kamp.de for sponsoring this feature.
Fix broken contrib/lease_tools/dhcp_lease_time.c. A packet
validation check got borked in commit 2b38e382 and release 2.80.
Thanks to Tomasz Szajner for spotting this.
Fix compilation against nettle version 3.5 and later.
Fix spurious DNSSEC validation failures when the auth section
of a reply contains unsigned RRs from a signed zone,
with the exception that NSEC and NSEC3 RRs must always be signed.
Thanks to Tore Anderson for spotting and diagnosing the bug.
Add --dhcp-ignore-clid. This disables reading of DHCP client
identifier option (option 61), so clients are only identified by
MAC addresses.
Fix a bug which stopped --dhcp-name-match from working when a hostname
is supplied in --dhcp-host. Thanks to James Feeney for spotting this.
Fix bug which caused very rarely caused zero-length DHCPv6 packets.
Thanks to Dereck Higgins for spotting this.
Add --tftp-single-port option.
Enhance --conf-dir to load files in a deterministic order. Thanks to
Evgenii Seliavka for the suggestion and initial patch.
In the router advert code, handle case where we have two
different interfaces on the same IPv6 net, and we are doing
RA/DHCP service on only one of them. Thanks to NIIBE Yutaka
for spotting this case and making the initial patch.
Support prefixed ranges of ipv6 addresses in dhcp-host.
This eases problems chain-netbooting, where each link in the
chain requests an address using a different UID. With a single
address, only one gets the "static" address, but with this
fix, enough addresses can be reserved for all the stages of the
boot. Many thanks to Harald Jensås for his work on this idea and
earlier patches.
Add filtering by tag of --dhcp-host directives. Based on a patch
by Harald Jensås.
Allow empty server spec in --rev-server, to match --server.
Remove DSA signature verification from DNSSEC, as specified in
RFC 8624. Thanks to Loganaden Velvindron for the original patch.
Add --script-on-renewal option.
2020-04-29 04:22:08 +02:00
Mario Rodas
002817019b
Merge pull request #86224 from bbigras/starship
...
starship: 0.40.1 -> 0.41.0
2020-04-28 19:37:12 -05:00
Colin
4007ceb6af
treewide get rid of go 1.12 ( #83253 )
...
* treewide Drop unneeded go 1.12 overrides
* Fix packr to be go module compatible.
I updated to version 2.8.0 which is the latest on master.
Then due to the 2 different sets of go modules which are used, I split
the build into two different derivations, then merged them togethor
using symlinkJoin to have the same output structure as the existing derivation.
* Remove consul dependency on go1.12
I updated the consul version to 1.7.2 and flipped it to building using
modules.
* Remove go1.12 from perkeep.
Update the version to the latest unstable on master.
* Update scaleway-cli to not be pinned to go1.12
Switched the version to 1.20
* Update prometheus-varnish-exporter to not depend on go1.12
* Update lnd to build with go1.12
Updated the version
Forced only building subpackages with main to prevent panics over
multiple modules in one repo
* Remove go1.12 from openshift
Had to update the version to 4.1.0 and do a bit of munging to get this
to work
* Remove go1.12 completely.
These are no longer needed.
* Update bazel-watcher and make it build with go 1.14
2020-04-28 20:16:20 -04:00
worldofpeace
10bf212b4f
Merge pull request #85589 from emilazy/add-acme-maintainers-team
...
Add ACME maintainers team
2020-04-28 18:38:12 -04:00
worldofpeace
34444e7b45
Merge pull request #86231 from symphorien/nix-du-strictDeps
...
nix-du: fix with strictDeps
2020-04-28 13:34:43 -04:00
Bruno Bigras
6da294e8df
starship: 0.40.1 -> 0.41.0
2020-04-28 12:00:20 -04:00
Symphorien Gibol
83c66e956f
nix-du: fix with strictDeps
...
Fixes https://github.com/symphorien/nix-du/issues/4
2020-04-28 12:00:00 +00:00
Jörg Thalheim
20e67f1fb8
Merge pull request #85535 from zowoq/gopackage
...
buildGoPackage: use $out instead of $bin
2020-04-28 12:55:09 +01:00
Jörg Thalheim
d894038d0b
Merge remote-tracking branch 'upstream/master' into HEAD
2020-04-28 12:54:51 +01:00
zowoq
b5dc07a4b4
treewide: use $out instead of $bin with buildGoPackage
2020-04-28 20:30:29 +10:00
Jörg Thalheim
4f5e0efb3c
blsd: remove
...
upstream is dead and package does not build anymore
2020-04-28 10:44:06 +01:00
Mario Rodas
8d6ba1e423
vdirsyncer: fix build on darwin
2020-04-28 04:20:00 -05:00
Mario Rodas
75a0f04912
vdirsyncerStable: fix build
2020-04-28 04:20:00 -05:00
Jörg Thalheim
72773b9c97
prey-bash-client: remove
...
prey-bash-client is deprecated since 2018
2020-04-28 09:44:55 +01:00
Jan Tojnar
e89e2edc73
libusb-compat-0_1: rename from libusb
2020-04-28 05:33:41 +02:00
Maximilian Bosch
c6518b5aaf
Merge pull request #86082 from eadwu/thermald/2.1
...
thermald: 1.9.1 -> 2.1
2020-04-28 02:43:00 +02:00
Lassulus
b83ab97eae
Merge pull request #86144 from danielfullmer/hcxdumptool-rename
...
hcxdumptool: fix incorrect pname
2020-04-28 02:26:30 +02:00
Benjamin Hipple
697bff74fd
Merge pull request #86135 from Mic92/nixpkgs-review
...
nixpkgs-review: 2.3.0 -> 2.3.1
2020-04-27 19:29:20 -04:00
Maximilian Bosch
caadc44285
diffoscope: 142 -> 143
2020-04-28 00:18:26 +02:00
Maximilian Bosch
1f20c084a7
passExtensions.pass-audit: 1.0.1 -> 1.1
2020-04-28 00:18:26 +02:00
Maximilian Bosch
12a614b633
brutespray: 1.6.6 -> 1.6.8
...
https://github.com/x90skysn3k/brutespray/blob/brutespray-1.6.8/CHANGELOG.md#changelog
2020-04-28 00:18:25 +02:00
Daniel Fullmer
301ede4157
hcxdumptool: fix incorrect pname
2020-04-27 16:22:25 -04:00
Frederik Rietdijk
80d069b157
Merge staging-next into staging
2020-04-27 19:36:01 +02:00
Jörg Thalheim
2805d68529
nixpkgs-review: 2.3.0 -> 2.3.1
2020-04-27 17:37:06 +01:00
Markus Kowalewski
9d5375f7c9
hpcg: init at 3.1
2020-04-27 16:41:40 +02:00
Florian Klink
3b1e189f40
Merge pull request #85965 from flokli/libusb1-cleanups
...
make libusb1 dependencies explicit
2020-04-27 16:40:47 +02:00
Mario Rodas
eeb257f04d
Merge pull request #86076 from kimat/kimat-tmux-3.1
...
tmux: 3.0a -> 3.1
2020-04-27 08:07:27 -05:00
zowoq
b83b2591dd
aptly: use installShellFiles
2020-04-27 21:06:12 +10:00
Florian Klink
f3a5fd548a
yubikey-personalization: request libusb1 directly
2020-04-27 12:19:12 +02:00
Jörg Thalheim
a90356e08a
Merge pull request #86035 from zowoq/go-fixes
2020-04-27 10:03:52 +01:00
Jörg Thalheim
fa4747c38a
Merge pull request #86045 from zowoq/restic
2020-04-27 08:02:09 +01:00
zowoq
3e4f1e5b67
restic: use subPackages, installShellFiles
2020-04-27 16:48:25 +10:00
zowoq
8193ac091a
vault: use installShellFiles
2020-04-27 08:48:42 +10:00
zowoq
148f8629cc
gopass: use installShellFiles
2020-04-27 08:48:42 +10:00
zowoq
e7b44787b1
lxd: use installShellFiles
2020-04-27 08:48:42 +10:00
Bernardo Meurer
c5e3472e20
coreutils: set ac_cv_func_lchmod=no
...
Bumping binutils to 2.32 broke coreutils for unknown reasons[1]. Upon
further investigation we found that there was some issue with mknod
inside a chroot[2][3], which setting ac_cv_func_lchmod to "no" _somehow_
fixes.
We apply this fix and hope to never have to debug this again.
Thanks to @flokli and @lnl7 who helped me chase after this and @pbogdan
who found the fix in the fedora build.
[1]: https://github.com/NixOS/nixpkgs/pull/85951
[2]: https://github.com/NixOS/nixpkgs/pull/85951#issuecomment-619601978
[3]: https://bugzilla.redhat.com/show_bug.cgi?id=1811038
2020-04-26 15:17:12 -07:00
Lily Ballard
c27bd9af4e
bat-extras: init at 20200408
2020-04-26 15:16:56 -07:00
Kimat Boven
361684e97b
tmux: 3.0a -> 3.1
2020-04-26 21:49:29 +02:00
Jörg Thalheim
ef959a1d9b
Merge pull request #85984 from Mic92/wireguard
2020-04-26 11:28:55 +01:00
Vladyslav M
2cd8c35c1f
Merge pull request #86031 from marsam/update-bat
2020-04-26 11:48:54 +03:00
rizary
7c399a4ee0
nixpkgs-fmt: 0.7.0 -> 0.8.0
2020-04-25 22:57:02 -07:00
Benjamin Hipple
e005a48799
Merge pull request #86014 from marsam/update-awsweeper
...
awsweeper: 0.6.0 -> 0.7.0
2020-04-25 19:57:46 -04:00
Benjamin Hipple
d761d9ce47
Merge pull request #85988 from bbigras/httplz
...
httplz: 1.8.0 -> 1.9.2
2020-04-25 15:34:52 -04:00
Maximilian Bosch
a4347f2b92
wireguard: reference missing `nixosTests.wireguard`
2020-04-25 20:22:14 +02:00
Edmund Wu
3e051b04cb
thermald: 1.9.1 -> 2.1
2020-04-25 13:28:48 -04:00
Robert Scott
1985c6b9d5
afl: fix afl-clang-fast++ by making it a copy of afl-clang-fast, not a symlink
...
a symlink gets skipped by wrapProgram and this ends up confusing the nix
cc wrapper's cpp mode detection
2020-04-25 10:04:06 -05:00
Jörg Thalheim
77dc7ef908
wireguard-tools: reference tests
2020-04-25 11:16:10 +01:00
Maximilian Bosch
a194de9a9d
diffoscope: 138 -> 142
2020-04-25 12:07:38 +02:00
Mario Rodas
ccfdcf16f4
bat: 0.14.0 -> 0.15.0
...
Changelog: https://github.com/sharkdp/bat/releases/tag/v0.15.0
2020-04-25 04:20:00 -05:00
Mario Rodas
b9c221ccd8
awsweeper: 0.6.0 -> 0.7.0
2020-04-25 04:20:00 -05:00
Bruno Bigras
6478e659da
httplz: 1.8.0 -> 1.9.2
2020-04-25 04:10:37 -04:00
Konrad Borowski
6d8e791b28
rtptools: update homepage link to use HTTPS
2020-04-24 19:44:59 -07:00
Konrad Borowski
cedcfede5e
p0f: update homepage link to use HTTPS
2020-04-24 19:44:59 -07:00
Konrad Borowski
25180cd2d5
pgf: update homepage link to use HTTPS
2020-04-24 19:44:59 -07:00
Konrad Borowski
16b7e0c909
darling-dmg: update homepage link to use HTTPS
2020-04-24 19:44:59 -07:00
Konrad Borowski
4f62d1f0b0
ciopfs: update homepage link to use HTTPS
2020-04-24 19:44:59 -07:00
Konrad Borowski
02af438989
libdislocator: update homepage link to use HTTPS
2020-04-24 19:44:59 -07:00
Konrad Borowski
58d59e58d2
afl: update homepage link to use HTTPS
2020-04-24 19:44:59 -07:00
misuzu
8c0c24bf93
nix-simple-deploy: init at 0.1.1
2020-04-24 17:19:01 -07:00
worldofpeace
d17a130290
Merge pull request #85944 from xfix/remove-slimrat
...
slimrat: remove
2020-04-24 20:15:22 -04:00
worldofpeace
ee5cba24c3
Revert "ibus: fix dconf db installation"
2020-04-24 18:22:59 -04:00
Rok Garbas
0dfdfc263d
Merge pull request #75117 from davidak/phoronix-test-suite-tests
...
phoronix-test-suite: add tests
2020-04-24 22:21:39 +02:00
worldofpeace
78a9359b2a
Merge pull request #85892 from symphorien/ibus-db
...
ibus: fix dconf db installation
2020-04-24 15:49:01 -04:00
Ingo Blechschmidt
1f57d5e060
websocat: fix wrapping
2020-04-24 11:11:24 -05:00
Konrad Borowski
409f57508d
slimrat: remove
...
The package was marked as broken for 3 years, there were no
upstream updates for 8 years, and the program requires third
party services that don't provide APIs to work. I think it's
safe to say that this program is not going to work.
2020-04-24 17:18:07 +02:00
Symphorien Gibol
bd6c12ba32
ibus: fix generation of 00-upstream-settings
2020-04-24 13:15:56 +02:00
Mario Rodas
683674cfe2
Merge pull request #85905 from marsam/update-sd
...
sd: 0.7.2 -> 0.7.4
2020-04-24 06:13:49 -05:00
Jörg Thalheim
58c693c921
Merge pull request #85919 from xfix/fix-build-with-bash-completion
2020-04-24 12:10:11 +01:00
Konrad Borowski
d655b917c1
mosh: fix build with bash-completion 2.10
...
Fixes #85893
2020-04-24 12:47:18 +02:00
Jörg Thalheim
320edf21f5
Merge pull request #85864 from xrelkd/update/powerline-go
2020-04-24 11:25:02 +01:00
obadz
ea9b5c5faa
Merge pull request #76998 from jflanglois/fix-psd-overlay-helper
...
profile-sync-daemon: fix psd-overlay-helper paths
2020-04-24 10:48:04 +01:00
adisbladis
755d20a0ae
Merge pull request #85901 from zowoq/slirp
...
libslirp: 4.2.0 -> 4.3.0, slirp4netns: 1.0.0 -> 1.0.1
2020-04-24 11:37:00 +02:00
xrelkd
de6ebdff2f
powerline-go: 1.15.0 -> 1.17.0
2020-04-24 17:29:43 +08:00
zowoq
478155679f
slirp4netns: 1.0.0 -> 1.0.1
...
https://github.com/rootless-containers/slirp4netns/releases/tag/v1.0.1
2020-04-24 10:36:20 +10:00
zowoq
d8e8169bb0
cri-tools: update maintainers
2020-04-24 08:09:03 +10:00
Robert Scott
324dd67013
Merge pull request #76645 from risicle/ris-aflplusplus
...
aflplusplus: init at 2.59c
2020-04-23 22:28:12 +01:00
Jörg Thalheim
0ab6891b87
Merge pull request #85858 from mmilata/openvpn-2.4.9
...
openvpn: 2.4.7 -> 2.4.9
2020-04-23 19:22:02 +01:00
Mario Rodas
b8aece4984
Merge pull request #85829 from marsam/update-ytop
...
ytop: 0.5.1 -> 0.6.0
2020-04-23 07:49:47 -05:00
Martin Milata
f35d50c68c
openvpn: 2.4.7 -> 2.4.9
...
Fixes CVE-2020-11736
2020-04-23 14:25:37 +02:00
Michael Weiss
18504037c5
inxi: Add a flag to install all recommended tools
2020-04-23 13:56:46 +02:00
Michael Weiss
58f8e4a8c2
inxi: 3.0.38-1 -> 3.1.00-1
2020-04-23 12:51:09 +02:00
Mario Rodas
900e433380
sd: 0.7.2 -> 0.7.4
2020-04-23 04:20:00 -05:00
Ingo Blechschmidt
4fb8fab4d6
tigervnc: fix vncserver
...
vncserver of tigervnc doesn't start because xauth is missing from $PATH
2020-04-23 07:13:48 +01:00
Frederik Rietdijk
cff0669a48
Merge master into staging-next
2020-04-23 08:11:16 +02:00
Benjamin Hipple
994e4b8d2d
Merge pull request #85831 from marsam/update-bat
...
bat: 0.13.0 -> 0.14.0
2020-04-22 23:15:52 -04:00
Mario Rodas
9409f5ba2d
Merge pull request #85738 from marsam/update-lxd
...
lxd: 4.0.0 -> 4.0.1
2020-04-22 19:38:54 -05:00
Peter Hoeg
44a502bf6d
Merge pull request #84866 from peterhoeg/f/cyberjack
...
pcsc-cyberjack: minor cleanups
2020-04-23 07:44:34 +08:00
Mario Rodas
0f2a064816
bat: 0.13.0 -> 0.14.0
...
Changelog: https://github.com/sharkdp/bat/releases/tag/v0.14.0
2020-04-22 18:00:00 -05:00
Andreas Rammhold
1dcf798dae
Merge pull request #85809 from garbas/fix-vdirsyncer
...
vdirsyncer: fix failing test
2020-04-22 23:06:00 +02:00
Robert Helgesson
c9d3517368
jwt-cli: 3.0.1 -> 3.1.0
2020-04-22 13:47:48 -07:00
Rok Garbas
3c8172bd34
vdirsyncer: fix failing test
2020-04-22 22:36:37 +02:00
Dmitry Kalinkin
712d1596ef
pulumi-bin: fix darwin build
2020-04-22 14:17:24 -04:00
Dmitry Kalinkin
ba13482494
pulumi-bin: use nativeBuildInputs
2020-04-22 14:17:16 -04:00
Dmitry Kalinkin
67d5cdee04
Merge pull request #85736 from immae/fix_texlive_pstricks
...
nixos/texlive: Fix texlive pstricks
2020-04-22 14:06:42 -04:00
worldofpeace
b4d5dd861b
Merge pull request #84673 from mmilata/qt5-mkDerivation-stdenv
...
Use qt5's mkDerivation in packages that otherwise crash
2020-04-22 13:39:46 -04:00
Martin Weinelt
e323fbabba
babeld: 1.9.1 → 1.9.2
...
Dear all,
Babeld-1.9.2 is available from
https://www.irif.fr/~jch/software/files/babeld-1.9.2.tar.gz
https://www.irif.fr/~jch/software/files/babeld-1.9.2.tar.gz.asc
For more information about the Babel routing protocol, please see
https://www.irif.fr/~jch/software/babel/
This is a bug fix release. It fixes two bugs where IPv4 prefixes could be
represented incorrectly, with a range of confusing symptoms ; many thanks
to Faban Bläse for diagnosing the issue. In addition, it fixes incorrect
parsing of unknown address encodings, thanks to Théo Bastian for the fix.
21 April 2020: babeld-1.9.2
* Fixed two issues that could cause IPv4 routes to be represented
incorrectly, with a range of confusing symptoms. Thanks to
Fabian Bläse.
* Fixed incorrect parsing of TLVs with an unknown Address Encoding.
Thanks to Théophile Bastian.
* Fixed access to mis-aligned data structure. Thanks to Antonin Décimo.
-- Juliusz Chroboczek
_______________________________________________
Babel-users mailing list
Babel-users@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/babel-users
2020-04-22 19:33:19 +02:00
Jörg Thalheim
38bb03adba
Merge pull request #85766 from Mic92/nixpkgs-review
2020-04-22 17:35:37 +01:00
Ismaël Bouya
bb79233b94
texlive: Fix texlive pstricks
...
The upgrade of ghostscript to 9.50 produced some issues with texlive
2019. This patch adds an additional fix necessary for the upgrade
preventing pstricks from working correctly:
https://tug.org/pipermail/dvipdfmx/2019-November/000036.html
2020-04-22 18:34:06 +02:00
Frederik Rietdijk
8374a2a0ee
Merge master into staging-next
2020-04-22 17:20:20 +02:00
adisbladis
955e235da3
p7zip: Make unfree features (rar support) optional
2020-04-22 16:06:50 +01:00
Emily
95f82e2a45
p7zip: remove non-free RAR support
...
7-Zip's RAR implementation is built on the non-free UnRAR source code;
DOC/License.txt says:
Licenses for files are:
1) CPP/7zip/Compress/Rar* files: GNU LGPL + unRAR restriction
2) All other files: GNU LGPL
The GNU LGPL + unRAR restriction means that you must follow both
GNU LGPL rules and unRAR restriction rules.
...
unRAR restriction
-----------------
The decompression engine for RAR archives was developed using source
code of unRAR program.
All copyrights to original unRAR code are owned by Alexander Roshal.
The license for original unRAR code has the following restriction:
The unRAR sources cannot be used to re-create the RAR compression algorithm,
which is proprietary. Distribution of modified unRAR sources in separate form
or as a part of other software is permitted, provided that it is clearly
stated in the documentation and source comments that the code may
not be used to develop a RAR (WinRAR) compatible archiver.
The unrar licensing is [infamously restrictive and non-free][fedora];
it's inappropriate for us to keep the RAR support while labelling the
package as free software (and indeed there's a commented-out line
pointing out that the current `meta.license` is false). Unfortunately,
the 7-Zip upstream seems uninterested in replacing the code with a
freely-licensed alternative (see [7-Zip ticket #1229 ][7zip]).
[fedora]: https://fedoraproject.org/wiki/Licensing:Unrar
[7zip]: https://sourceforge.net/p/sevenzip/feature-requests/1229/
An alternative solution would be to mark the p7zip package as non-free
instead; I decided not to because its other functionality (especially
`.7z` support) is freely-licensed and useful, and there are free
software alternatives for extracting RAR files (e.g. in nixpkgs there's
`archiver`, which is written in a memory-safe language, and `unar`,
which at least doesn't have two patches for CVEs that haven't been
addressed upstream...).
I checked that `7z(1)` fails gracefully on `.rar` files now:
emily@renko ~/tmp> curl -L -O https://www.philippwinterberg.com/download/example.rar
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 5715k 100 5715k 0 0 6716k 0 --:--:-- --:--:-- --:--:-- 6716k
emily@renko ~/tmp> 7z x example.rar
7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=en_CA.UTF-8,Utf16=on,HugeFiles=on,64 bits,8 CPUs x64)
Scanning the drive for archives:
1 file, 5853119 bytes (5716 KiB)
Extracting archive: example.rar
ERROR: example.rar
Can not open the file as archive
Can't open as archive: 1
Files: 0
Size: 0
Compressed: 0
2020-04-22 15:01:48 +00:00
Martin Milata
2e8962bb6e
colord-kde: use qt5's mkDerivation
2020-04-22 15:23:10 +02:00
Martin Milata
8dd46d4ffe
luckybackup: use qt5's mkDerivation
2020-04-22 15:23:10 +02:00
Martin Milata
7dce1c5202
glogg: use qt5's mkDerivation
2020-04-22 15:23:10 +02:00
Martin Milata
adae9f1260
rocket: use qt5's mkDerivation
2020-04-22 15:23:10 +02:00
Martin Milata
b98fa7cdb8
httraqt: use qt5's mkDerivation
2020-04-22 15:21:49 +02:00
Jörg Thalheim
43790ee675
nixpkgs-review: 2.2.0 -> 2.3.0
2020-04-22 12:54:42 +01:00
Mario Rodas
95903d864c
ytop: 0.5.1 -> 0.6.0
2020-04-22 04:20:00 -05:00
Mario Rodas
e7b9fc42c8
sile: 0.10.3 -> 0.10.4
...
Changelog: https://github.com/sile-typesetter/sile/releases/tag/v0.10.4
2020-04-22 08:21:20 +02:00
Daniel Duan
16041e6274
tre-command: 0.2.2 -> 0.2.3
...
0.2.3 includes a [bugfix](https://github.com/dduan/tre/releases/tag/v0.2.3 ).
2020-04-22 08:20:59 +02:00
Emery Hemingway
59219a1e55
yggdrasil: declare tests from nixosTests
2020-04-22 11:45:04 +05:30
Emery Hemingway
a2e3fc32b3
cjdns: declare tests from nixosTests
2020-04-22 11:45:04 +05:30
Timo Kaufmann
379f7595d2
Merge pull request #79454 from Flakebi/spirv-cross
...
spirv-cross: init at 2020-01-16
2020-04-21 23:44:41 +00:00
Mario Rodas
f9ee56ff2e
Merge pull request #83936 from saschagrunert/cri-tools
...
cri-tools: v1.17.0 -> v1.18.0
2020-04-21 18:20:30 -05:00
Mario Rodas
dc4547f498
lxd: 4.0.0 -> 4.0.1
2020-04-21 18:00:00 -05:00
Frederik Rietdijk
23be4a8b4d
Merge master into staging-next
2020-04-21 19:59:56 +02:00
Frederik Rietdijk
ec21df329a
Merge pull request #85636 from matthewbauer/blas-lapack-fix-fallout-from-83888
...
BLAS/LAPACK fix fallout from #83888
2020-04-21 19:59:16 +02:00
Jörg Thalheim
b1e93ddf4d
ferm: 2.4.1 -> 2.5.1
2020-04-21 19:48:29 +02:00
Elis Hirwing
09d82f63a4
transifex-client: 0.13.6 -> 0.13.9
2020-04-21 19:46:48 +02:00
Raphael Borun Das Gupta
c970d3b105
ili2c: 5.0.0 -> 5.0.8
2020-04-21 19:45:55 +02:00
Peter Hoeg
e43a6c9468
mu: minor cleanup
2020-04-21 19:36:47 +02:00
Mario Rodas
77cb7ad618
Merge pull request #84938 from doronbehar/package-gjo
...
gjo: init at 1.0.2
2020-04-21 07:25:00 -05:00
Linus Heckemann
6673a4988e
gnupg: use libusb1 ( #85374 )
...
* gnupg: use libusb1
This fixes scdaemon's direct ccid support.
* systemd: fix gnupg-minimal
2020-04-21 08:35:40 +02:00
Frederik Rietdijk
803b3d296c
Merge staging-next into staging
2020-04-21 08:29:51 +02:00
Scott Worley
d2d7fbc431
gzip: Don't depend on gzip being in $PATH
2020-04-21 08:24:27 +02:00
Mario Rodas
49d6a72a43
Merge pull request #85621 from misuzu/kmon-update
...
kmon: 1.0.1 -> 1.1.0
2020-04-20 21:25:24 -05:00
Michael Weiss
d8b7b590c7
html-proofer: 3.15.2 -> 3.15.3
2020-04-21 01:12:59 +02:00
Daniel Fullmer
4b0b23db77
wifite2: 2.5.2 -> 2.5.3
2020-04-20 23:10:15 +02:00
Matthew Bauer
ff2f2644f8
blas,lapack: use isILP64 instead of is64bit
...
This is a better name since we have multiple 64-bit things that could
be referred to.
LP64 : integer=32, long=64, pointer=64
ILP64 : integer=64, long=64, pointer=64
2020-04-20 16:02:43 -05:00
Jörg Thalheim
f349aca12a
Merge pull request #85626 from filalex77/procs-0.10.0
...
procs: 0.9.20 -> 0.10.0
2020-04-20 18:20:58 +01:00
Jörg Thalheim
59242df8d6
Merge pull request #85580 from siriobalmelli-foss/fix/mscgen
...
mscgen: fix build
2020-04-20 17:51:02 +01:00
Oleksii Filonenko
7133c01a7a
procs: 0.9.20 -> 0.10.0
2020-04-20 19:15:05 +03:00
misuzu
dc28779cee
kmon: 1.0.1 -> 1.1.0
2020-04-20 18:12:02 +03:00
Sirio Balmelli
3a7dca9950
mscgen: clean up build
...
1. Remove freetype dependency:
- was not being used by build
- trying to enable freetype gives nontrivial error
'gdoTextWidth: Problem doing text layout (GDFONTPATH=)'
2. Correctly link manpages by specifying 'outputs'.
3. Separate nativeBuildInputs from buildInputs
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-04-20 15:27:28 +02:00
worldofpeace
2a6c9b13c0
Merge pull request #85282 from xrelkd/add/sn0int
...
sn0int: init at 0.18.2
2020-04-20 08:55:26 -04:00
xrelkd
b4a2ec0dc6
sn0int: init at 0.18.2
2020-04-20 20:51:41 +08:00
Jörg Thalheim
5e76bf706b
Merge pull request #84920 from eraserhd/plan9port-version-update
...
plan9port: 2019-02-25 -> 2020-01-08
2020-04-20 12:12:15 +01:00
Mario Rodas
72e932d443
chezmoi: 1.7.18 -> 1.8.0
2020-04-20 04:20:00 -05:00
Bart Brouns
ed79cb56b7
mu: 1.2 -> 1.4.1
...
msg2pdf is disabled for now:
https://github.com/djcb/mu/blob/1.4.1/NEWS.org
2020-04-20 11:03:03 +02:00
robert seaton
f32e75c728
statserial: init at 1.1 ( #75073 )
2020-04-20 09:24:23 +02:00
Vincent Laporte
3e7a2b9147
ocamlPackages.janeStreet: 0.12 → 0.13
...
ocamlPackages.bistro: fix for core-0.13
ocamlPackages.phylogenetics: 2020-01-05 → 2020-01-25
2020-04-20 08:38:31 +02:00
Jörg Thalheim
32029f3c7f
Merge pull request #85482 from L-as/patch-1
2020-04-20 05:54:07 +01:00
Pierre Bourdon
3d7acfd078
jadx: init at 1.1.0
2020-04-20 03:17:42 +02:00
Emily
3112c0e7fa
pebble: set maintainers to acme team
2020-04-20 01:39:31 +01:00
Emily
f3c18b2420
lego: set maintainers to acme team
2020-04-20 01:39:31 +01:00
Léo Gaspard
2d6f7344d8
Merge pull request #74841 from tilpner/ferm-update
...
ferm: 2.4.1 -> 2.5
2020-04-20 00:59:46 +02:00
Alyssa Ross
a72c5b5388
modemmanager: enableParallelBuilding
...
Seems to work fine for me at -j48.
2020-04-19 22:35:29 +00:00
Sirio Balmelli
410fc69c7c
mscgen: add pkg-config build-time dependency
...
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-04-20 00:01:30 +02:00
Florian Klink
ab0da25762
Merge pull request #85503 from emilazy/acme-test-cleanups
...
ACME test cleanups
2020-04-19 23:57:03 +02:00
Florian Klink
a88d17bc69
Merge pull request #83301 from evils/tuptime
...
Tuptime: Init Package, Module and Test
2020-04-19 23:38:53 +02:00
Mario Rodas
1406d8b314
Merge pull request #85343 from xrelkd/add/rshijack
...
rshijack: init at 0.3.0
2020-04-19 11:29:23 -05:00
rnhmjoj
55d52851a6
mitmproxy: 4.0.4 -> 5.1.1
2020-04-19 11:19:36 +02:00
Vladimír Čunát
e233a9d4dd
Merge #84442 : staging-next branch
2020-04-18 23:11:00 +02:00
John Ericson
1ea80c2cc3
Merge remote-tracking branch 'upstream/master' into staging
2020-04-18 15:40:49 -04:00
Robert Scott
fbc11b4f02
aflplusplus: init at 2.59c
2020-04-18 19:52:11 +01:00
Milan
f6be877728
_3mux: init at 0.2.0 ( #85141 )
...
* _3mux: init at 0.1.0
* _3mux: 0.1.0 -> 0.2.0
2020-04-18 20:26:36 +02:00
xrelkd
07a85c01ac
rshijack: init at 0.3.0
2020-04-19 02:20:15 +08:00
worldofpeace
21861f3a80
Merge pull request #85340 from xrelkd/add/sniffglue
...
sniffglue: init at 0.10.1
2020-04-18 14:16:40 -04:00
xrelkd
2b87ca0f9c
sniffglue: init at 0.10.1
2020-04-19 01:57:35 +08:00
Oleksii Filonenko
a0cca88d16
_3mux: 0.1.0 -> 0.2.0
2020-04-18 18:43:58 +03:00
Oleksii Filonenko
9524aafeb7
httpie: 2.0.0 -> 2.1.0
2020-04-18 18:36:09 +03:00
Las
8a5fa6531f
age: 1.0.0-beta2 -> unstable-2020-03-25
...
There has been no new official release of age,
but some important fixes and changes have been
done since the last release in December:
https://github.com/FiloSottile/age/compare/v1.0.0-beta2...f0f8092d60bb96737fa096c29ec6d8adb5810390
2020-04-18 22:59:03 +09:00
zowoq
3037b6d1ef
fuse-overlayfs: 0.7.8 -> 1.0.0
...
https://github.com/containers/fuse-overlayfs/releases/tag/v1.0.0
2020-04-18 21:25:51 +10:00
Vladimír Čunát
d96487b9ca
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1582510
2020-04-18 07:42:26 +02:00
Emily
6285d5eabd
pebble: v2.2.2 -> v2.3.0
...
Also add myself to maintainers and correct meta.homepage.
2020-04-18 05:15:47 +01:00
John Ericson
e3d50e5cb0
Merge branch 'master' of github.com:NixOS/nixpkgs into staging
2020-04-18 00:10:08 -04:00
Benjamin Hipple
3d902a8263
Merge pull request #84925 from NilsIrl/ghidra_9.1.2
...
ghidra: 9.1 -> 9.1.2
2020-04-17 22:56:46 -04:00
John Ericson
33c2a76c5e
Merge remote-tracking branch 'upstream/master' into staging
2020-04-17 18:40:51 -04:00
Matthew Bauer
1c8aba8334
treewide: use blas and lapack
...
This makes packages use lapack and blas, which can wrap different
BLAS/LAPACK implementations.
treewide: cleanup from blas/lapack changes
A few issues in the original treewide:
- can’t assume blas64 is a bool
- unused commented code
2020-04-17 16:24:09 -05:00
Anders Kaseorg
4fdc455543
mesa-demos: init at 8.4.0 ( #74310 )
...
* mesa-demos: init at 8.4.0
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
* Update pkgs/tools/graphics/mesa-demos/default.nix
Co-Authored-By: Doron Behar <doron.behar@gmail.com>
2020-04-17 14:00:48 -05:00
Jan Tojnar
42f2d370a5
Merge pull request #81955 from r-ryantm/auto-update/poppler-glib
2020-04-17 18:38:20 +02:00
Peter Hoeg
6f8c2afadf
pcsc-cyberjack: minor cleanups
2020-04-17 22:54:34 +08:00
Peter Hoeg
52c06182eb
nix-prefetch: 0.3.0 -> 0.3.1 ( #85367 )
...
* nix-prefetch: 0.3.0 -> 0.3.1
* nix-prefetch: date in man page
* nix-prefetch: use UTC
2020-04-17 21:10:24 +08:00
Mario Rodas
ba947eba04
Merge pull request #85347 from zowoq/megatools
...
megatools: 1.10.2 -> 1.10.3
2020-04-17 05:54:19 -05:00
aszlig
3679c8d2d1
pcsc-cyberjack: 3.99.5_SP12 -> 3.99.5_SP13
...
Unfortunately, the upstream changelog consists of just the following:
* Update to the Reiner-SCT repository rev cyberJack@1374
This is not very helpful since I haven't found a public SVN (I assume,
since it's using integer revisions) repository, so I decided to diff the
tarball against the old one, here's what I've found:
* No longer ship generated files from autotools
* Add support for REINER SCT cyberJack comfort PL
* Add support for tanJack USB
* Allow to override secoder information
* Lots of whitespace and coding style changes
As mentioned above, the autotools-generated files are no longer shipped,
so I've added autoreconfHook to nativeBuildInputs.
I also verified the source tarball using the upstream hashes found here:
http://downloads.reiner-sct.de/LINUX/Hashwerte/Hashwerte.txt
Signed-off-by: aszlig <aszlig@nix.build>
Merges: https://github.com/NixOS/nixpkgs/pull/84749
2020-04-17 12:32:57 +02:00
Maximilian Bosch
20252ee647
findomain: 1.4.5 -> 1.5.0
...
https://github.com/Edu4rdSHL/findomain/releases/tag/1.5.0
2020-04-17 00:28:13 +02:00
zowoq
dc85a2e584
megatools: 1.10.2 -> 1.10.3
2020-04-17 08:07:55 +10:00
Niklas Hambüchen
37d03dd470
Merge pull request #85387 from r-ryantm/auto-update/gifski
...
gifski: 0.10.2 -> 0.10.4
2020-04-16 23:20:58 +02:00
R. RyanTM
fa5ee6e501
gifski: 0.10.2 -> 0.10.4
2020-04-16 17:21:49 +00:00
Jason Felice
ff4419ac4a
plan9port: Do not attempt to build on aarch64-linux
2020-04-16 13:08:50 -04:00
zowoq
785eba0c23
fd: 7.5.0 -> 8.0.0
...
https://github.com/sharkdp/fd/releases/tag/v8.0.0
2020-04-16 19:21:43 +10:00
Jan Tojnar
4b706490da
Merge branch 'staging-next' into staging
2020-04-16 10:10:38 +02:00
Jan Tojnar
3d8e436917
Merge branch 'master' into staging-next
2020-04-16 10:09:43 +02:00
R. RyanTM
342eaba9eb
cjdns: 20.5 -> 20.6
2020-04-16 12:29:02 +05:30
Mario Rodas
95e007d69f
netdata-go.d.plugin: 0.15.0 -> 0.18.0
2020-04-15 21:15:52 -07:00
Mario Rodas
7ff456d2de
netdata: 1.21.0 -> 1.21.1
...
Changelog: https://github.com/netdata/netdata/releases/tag/v1.21.1
2020-04-15 21:15:52 -07:00
Niklas Hambüchen
ae06d93779
Merge pull request #85273 from r-ryantm/auto-update/otfcc
...
otfcc: 0.9.6 -> 0.10.4
2020-04-16 04:38:51 +02:00
Mario Rodas
23b6677551
Merge pull request #85344 from xrelkd/update/eksctl
...
eksctl: 0.16.0 -> 0.17.0
2020-04-15 21:33:23 -05:00
Dmitry Kalinkin
af72bf0ae2
texlive.bin: fix for poppler 0.84
2020-04-16 04:17:22 +02:00
Niklas Hambüchen
9aaa515af3
Merge pull request #85292 from r-ryantm/auto-update/acpica-tools
...
acpica-tools: 20200110 -> 20200326
2020-04-16 04:09:27 +02:00
Niklas Hambüchen
4774ac3d03
Merge pull request #85297 from r-ryantm/auto-update/bibclean
...
bibclean: 3.03 -> 3.04
2020-04-16 04:07:38 +02:00
Niklas Hambüchen
4c48a24aca
Merge pull request #85310 from r-ryantm/auto-update/cfdg
...
cfdg: 3.2_2 -> 3.3
2020-04-16 04:02:49 +02:00
xrelkd
5905597f51
eksctl: 0.16.0 -> 0.17.0
2020-04-16 09:58:46 +08:00
Maximilian Bosch
8c50c432ef
Merge pull request #85114 from r-ryantm/auto-update/offlineimap
...
offlineimap: 7.3.2 -> 7.3.3
2020-04-15 23:44:18 +02:00
Maximilian Bosch
e3553f1d94
iftop: add `passthru.tests` to reference VM-test
2020-04-15 22:35:46 +02:00
Oleksii Filonenko
9c51dba6d9
drill: init at 0.5.0
2020-04-15 21:08:20 +03:00
R. RyanTM
8e00de9366
cfdg: 3.2_2 -> 3.3
2020-04-15 16:51:30 +00:00
Ryan Mulligan
5b36111f3c
Merge pull request #85238 from ryantm/linode-cli
...
linode-cli: remove deprecated perl version, init python version at 2.14.1
2020-04-15 09:22:45 -07:00
Ryan Mulligan
ccd6892678
linode-cli: remove deprecated perl version, init python version at 2.14.1
2020-04-15 09:19:34 -07:00
R. RyanTM
cf1c9247c2
bibclean: 3.03 -> 3.04
2020-04-15 12:28:23 +00:00
Mario Rodas
d9bdfd6d0b
Merge pull request #85274 from r-ryantm/auto-update/pgmetrics
...
pgmetrics: 1.8.1 -> 1.9.0
2020-04-15 06:52:14 -05:00
R. RyanTM
b8a83a2f97
acpica-tools: 20200110 -> 20200326
2020-04-15 11:17:41 +00:00
Michael Raskin
0f2c23301a
Merge pull request #85129 from snicket2100/advancecomp-version-number-fix
...
advancecomp: version number correctly embedded in binaries
2020-04-15 10:39:12 +00:00
R. RyanTM
cdc38990a5
pgmetrics: 1.8.1 -> 1.9.0
2020-04-15 06:24:58 +00:00
R. RyanTM
913520ad00
otfcc: 0.9.6 -> 0.10.4
2020-04-15 06:02:11 +00:00
Mario Rodas
7e07846d99
Merge pull request #85236 from mdlayher/mdl-corerad-0.2.3
...
corerad: 0.2.2 -> 0.2.3
2020-04-14 20:08:51 -05:00
Michael Weiss
e27369fbe6
lf: Install the shell completions
2020-04-14 22:12:55 +02:00
Daniel Fullmer
93f3b6edc7
wifite2: add danielfullmer to maintainers
2020-04-14 14:55:06 -04:00
Daniel Fullmer
7e46e2a863
wifite2: 2.2.5 -> 2.5.2
...
The kimocoder repo is more recently updated, and is the one used by
Debian / Kali Linux as well.
2020-04-14 14:29:18 -04:00
Daniel Fullmer
1c951b1484
hcxdumptool: init at 6.0.5
2020-04-14 20:18:07 +02:00
Matt Layher
e8f76e40ee
corerad: 0.2.2 -> 0.2.3
2020-04-14 12:47:57 -04:00
Anderson Torres
143e5f64dd
Merge pull request #84546 from AndersonTorres/create-rs
...
rs: init at 20200313
2020-04-14 11:09:33 -03:00
Mario Rodas
93641cd891
Merge pull request #85175 from bbigras/zenith
...
zenith: 0.8.1 -> 0.8.2
2020-04-14 08:20:32 -05:00
Sander van der Burg
dc13460a6c
dysnomia: 0.9 -> 0.9.1
2020-04-14 14:31:13 +02:00
worldofpeace
10f4dfcc04
Merge pull request #84927 from bhipple/zhf/ethminer
...
ethminer: mark as broken
2020-04-14 08:15:50 -04:00
AndersonTorres
a2ebba328e
rs: init at 20200313
2020-04-14 08:32:11 -03:00
Elyhaka
bab96b5bbc
starship: 0.40.0 -> 0.40.1
2020-04-14 09:03:05 +02:00
Jaka Hudoklin
cf3b322a64
pasystray: add patch to fix crash when running under wayland
2020-04-14 13:18:55 +07:00
zowoq
1a3d41d412
miniserve: build on darwin ( #85187 )
2020-04-14 00:43:26 -04:00
John Ericson
c8a6ea5161
Merge remote-tracking branch 'upstream/master' into staging
2020-04-13 22:17:15 -04:00
Oleksii Filonenko
d196b90e44
_3mux: init at 0.1.0
2020-04-14 00:55:09 +03:00
worldofpeace
cff16451b1
Merge pull request #84437 from r-ryantm/auto-update/modem-manager
...
modemmanager: 1.12.6 -> 1.12.8
2020-04-13 17:40:29 -04:00
Matthew Bauer
e520d6af29
Merge pull request #84415 from matthewbauer/mb-cross-fixes-april2020
...
Cross compilation fixes [april 2020]
2020-04-13 16:48:38 -04:00
Bruno Bigras
71198e590c
zenith: 0.8.1 -> 0.8.2
2020-04-13 15:08:14 -04:00
Jan Tojnar
b4a6714571
Merge branch 'staging-next' into staging
2020-04-13 18:54:59 +02:00
Jan Tojnar
a04625379a
Merge branch 'master' into staging-next
2020-04-13 18:50:35 +02:00
Michael Weiss
806b2997a9
lf: 13 -> 14
2020-04-13 18:34:42 +02:00
Mario Rodas
ee90904d5e
Merge pull request #84636 from filalex77/tydra-1.0.2
...
tydra: init at 1.0.2
2020-04-13 08:40:46 -05:00
Mario Rodas
69831fcda3
Merge pull request #85130 from doronbehar/update-pistol
...
pistol: 0.0.4 -> 0.0.5
2020-04-13 07:48:35 -05:00
Maximilian Bosch
6b5186c2ca
wdisplays: 2020-01-12 -> 2020-03-15
...
ba331ca...0faafdc
2020-04-13 12:03:37 +02:00
Daniel Fullmer
ca7be74a53
pyrit: init at 2019-12-13
2020-04-13 11:28:01 +02:00
Doron Behar
7d439a4f62
pistol: 0.0.4 -> 0.0.5
2020-04-13 11:23:11 +03:00
snicket2100
b1c14fb636
advancecomp: version number correctly embedded in binaries
...
without this fix, binaries report their version number as "vnone"
which for example stops `image_optim` from using `advpng` (refuses
to use it not being able to tell what version number it has)
2020-04-13 10:21:29 +02:00
zowoq
c217a1a7e8
wal-g: remove Security
...
Not needed now that Security is propagated via go 0bba7474b3
2020-04-13 13:10:04 +10:00
zowoq
8660728070
Revert "amass: enable on darwin"
...
This reverts commit 692b890004
.
Not needed now that Security is propagated via go 0bba7474b3
2020-04-13 13:08:02 +10:00
R. RyanTM
e443f9f194
offlineimap: 7.3.2 -> 7.3.3
2020-04-13 00:51:42 +00:00
R. RyanTM
85e20b4854
xbps: 0.59 -> 0.59.1
2020-04-12 17:46:25 -07:00
Mario Rodas
71eebe8d27
Merge pull request #85107 from r-ryantm/auto-update/mdcat
...
mdcat: 0.15.1 -> 0.16.0
2020-04-12 19:06:16 -05:00
R. RyanTM
5face5f523
mdcat: 0.15.1 -> 0.16.0
2020-04-12 23:16:56 +00:00
Cole Helbling
21b5e7d6f6
ripgrep: improve robustness of build
2020-04-12 14:07:31 -07:00
Cole Helbling
857bf884f4
tox-node: improve robustness of installPhase
2020-04-12 14:07:30 -07:00
Cole Helbling
699103e2da
lsd: improve robustness of build
2020-04-12 14:07:30 -07:00
Cole Helbling
e4383ce1fb
fd: improve robustness of build
2020-04-12 14:06:08 -07:00
Cole Helbling
120b5a2c31
broot: improve robustness of installPhase
2020-04-12 14:06:08 -07:00
mingchuan
ef1ac8dda2
opencc: 1.0.5 -> 1.0.6
2020-04-13 02:47:14 +08:00
Benjamin Hipple
6cfcc41268
Merge pull request #85005 from symphorien/update-hdapsgl
...
hdapsgl: 0.5.0 -> 0.7.0
2020-04-12 13:55:24 -04:00
Michael Weiss
c26ffbf023
maim: 5.5.3 -> 5.6.3
2020-04-12 17:12:02 +02:00
R. RyanTM
a3a0353e1a
slop: 7.4 -> 7.5 ( #85047 )
2020-04-12 17:04:01 +02:00
Ryan Mulligan
681db60364
Merge pull request #85048 from r-ryantm/auto-update/tendermint
...
tendermint: 0.32.3 -> 0.32.10
2020-04-12 06:40:13 -07:00
Symphorien Gibol
3794b60025
agedu: 20180918 -> 20200206
2020-04-12 12:00:00 +00:00
Jörg Thalheim
d121a3992c
Merge pull request #85045 from r-ryantm/auto-update/pulsemixer
...
pulsemixer: 1.5.0 -> 1.5.1
2020-04-12 06:36:37 +01:00
R. RyanTM
ce4e6b8a75
tendermint: 0.32.3 -> 0.32.10
2020-04-12 03:15:13 +00:00
R. RyanTM
952335e853
pulsemixer: 1.5.0 -> 1.5.1
2020-04-12 01:42:45 +00:00
Ryan Mulligan
5709214f80
Merge pull request #85016 from r-ryantm/auto-update/amber
...
amber: 0.5.3 -> 0.5.4
2020-04-11 15:30:20 -07:00
Jan Tojnar
11e0f5993b
Merge pull request #84956 from schmittlauch/gst-disable-zbar
...
gst-plugins-bad: disable zbar by default
2020-04-11 21:13:43 +02:00
Trolli Schmittlauch
2df7f920d6
gst_all_1.gst-plugins-bad: disable zbar by default
...
gst-plugins-bad by default used to pull in gtk3 and qtbase and qtx11extras because of the default dependency on zbar.
As zbar is a rarely needed gstreamer plugin, this unnecessarily
increased the closure size.
I am only aware of gnome-keysign actually using the zbar plugin, so that
uses a zbar-enabled gst-plugins-bad.
closes #84845
2020-04-11 21:08:00 +02:00
R. RyanTM
b980e3e4cc
amber: 0.5.3 -> 0.5.4
2020-04-11 18:21:27 +00:00
Bruno Bigras
83a0ed409e
starship: 0.39.0 -> 0.40.0
2020-04-11 14:11:13 -04:00
Symphorien Gibol
c8c3181845
hdapsgl: 0.5.0 -> 0.7.0
...
We now package a fork on github because:
* gentoo does it
* the fork is owned by the same organisation as the one we take hdapsd
from.
2020-04-11 17:37:06 +02:00
Ingo Blechschmidt
1a2d79fb78
tikzit: 2.1.4 -> 2.1.5
2020-04-11 17:22:02 +02:00
Maximilian Bosch
529465d171
Merge pull request #84078 from petersjt014/master
...
catcli: init at 0.5.13
2020-04-11 10:29:10 +02:00
Josh Peters
aa84e476da
catcli: init at 0.5.13
2020-04-11 02:22:47 -05:00
Nils André-Chang
ec88246d1a
ghidra: 9.1 -> 9.1.2
...
Move icoutils from buildInputs to nativeBuildInputs because it is a
compile time dependency.
2020-04-10 22:28:02 +01:00
Doron Behar
94c416ccf4
gjo: init at 1.0.2
2020-04-10 23:47:13 +03:00
Benjamin Hipple
7f453f1822
ethminer: mark as broken
...
Doesn't build with gcc9, and if overlayed to use gcc8 stdenv fails on CUDA issues.
2020-04-10 16:12:07 -04:00
Benjamin Hipple
b93ca0fd67
Merge pull request #84884 from Izorkin/maxscale-broken
...
maxscale: make broken package
2020-04-10 15:40:48 -04:00
Benjamin Hipple
622423781b
Merge pull request #84795 from r-ryantm/auto-update/yafaray-core
...
yafaray-core: 3.3.0 -> 3.4.1
2020-04-10 15:21:58 -04:00
Benjamin Hipple
85cb04b520
Merge pull request #84847 from r-ryantm/auto-update/highlight
...
highlight: 3.55 -> 3.56
2020-04-10 14:27:30 -04:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
edef
7d4d98c227
Merge pull request #84412 from coderobe/patch-1
...
acme.sh: add bind.dnsutils to PATH
2020-04-10 16:08:01 +00:00
Jason Felice
a83bafb27e
plan9port: 2019-02-25 -> 2020-01-08
2020-04-10 11:46:48 -04:00
Eelco Dolstra
cea352d276
nix: 2.3.3 -> 2.3.4
2020-04-10 17:23:28 +02:00
Michael Raskin
edc1fdd211
Merge pull request #84800 from r-ryantm/auto-update/btrfs-progs
...
btrfs-progs: 5.4.1 -> 5.6
2020-04-10 10:57:51 +00:00
Jan Tojnar
1ab03c3a76
Merge branch 'master' into staging-next
2020-04-10 12:12:56 +02:00
R. RyanTM
d9df0d83f2
brltty: 6.0 -> 6.1
2020-04-10 01:00:29 -07:00
Dennis Gosnell
4ec4715c64
Merge pull request #84875 from r-ryantm/auto-update/memtest86-efi
...
memtest86-efi: 8.2 -> 8.3
2020-04-10 16:31:18 +09:00
R. RyanTM
ef6aeb6475
geekbench: 5.1.0 -> 5.1.1
2020-04-10 00:24:23 -07:00
Izorkin
63d9ab069a
maxscale: make broken package
2020-04-10 09:51:53 +03:00
Dennis Gosnell
2cfe3d5b8d
Update pkgs/tools/misc/memtest86-efi/default.nix
...
Co-Authored-By: Evils-Devils <30512529+Evils-Devils@users.noreply.github.com>
2020-04-10 13:15:44 +09:00
R. RyanTM
8eb079d4de
memtest86-efi: 8.2 -> 8.3
2020-04-10 03:28:48 +00:00
zowoq
6743b118b9
croc: 8.0.5 -> 8.0.7
...
https://github.com/schollz/croc/releases/tag/v8.0.6
https://github.com/schollz/croc/releases/tag/v8.0.7
2020-04-10 09:36:46 +10:00
R. RyanTM
84724715b5
highlight: 3.55 -> 3.56
2020-04-09 20:33:33 +00:00
Maximilian Bosch
9fc8856b25
thermald: also install thermal-conf.xml into $out
...
Otherwise you get errors like this when running `thermald.service` from
the `services.thermald` module:
```
[WARN]22 CPUID levels; family:model:stepping 0x6:8e:a (6:142:10)
[WARN]Polling mode is enabled: 4
[WARN]sensor id 10 : No temp sysfs for reading raw temp
I/O warning : failed to load external entity "/nix/store/7d7cfc1949g7n7ywx47a0dsfz3b3rix5-thermald-1.9.1/etc/thermald/thermal-conf.xml"
[WARN]error: could not parse file /nix/store/7d7cfc1949g7n7ywx47a0dsfz3b3rix5-thermald-1.9.1/etc/thermald/thermal-conf.xml
[WARN]sysfs open failed
I/O warning : failed to load external entity "/nix/store/7d7cfc1949g7n7ywx47a0dsfz3b3rix5-thermald-1.9.1/etc/thermald/thermal-conf.xml"
[WARN]error: could not parse file /nix/store/7d7cfc1949g7n7ywx47a0dsfz3b3rix5-thermald-1.9.1/etc/thermald/thermal-conf.xml
I/O warning : failed to load external entity "/nix/store/7d7cfc1949g7n7ywx47a0dsfz3b3rix5-thermald-1.9.1/etc/thermald/thermal-conf.xml"
[WARN]error: could not parse file /nix/store/7d7cfc1949g7n7ywx47a0dsfz3b3rix5-thermald-1.9.1/etc/thermald/thermal-conf.xml
```
2020-04-09 22:25:42 +02:00
R. RyanTM
5c48df17be
bdf2sfd: 1.1.0 -> 1.1.1
2020-04-09 11:30:52 -07:00
R. RyanTM
365304bbcb
openfortivpn: 1.12.0 -> 1.13.1
2020-04-09 10:49:17 -07:00
Mario Rodas
c11dd7afad
Merge pull request #84784 from r-ryantm/auto-update/s3cmd
...
s3cmd: 2.0.2 -> 2.1.0
2020-04-09 11:51:45 -05:00
Mario Rodas
88d690d217
Merge pull request #84758 from r-ryantm/auto-update/axel
...
axel: 2.17.7 -> 2.17.8
2020-04-09 11:34:00 -05:00
Mario Rodas
f552699cce
Merge pull request #84762 from marsam/update-shadowenv
...
shadowenv: 1.3.2 -> 2.0.0
2020-04-09 11:08:36 -05:00
Marek Mahut
990d2ea103
Merge pull request #84765 from r-ryantm/auto-update/chrome-token-signing
...
chrome-token-signing: 1.1.1 -> 1.1.2
2020-04-09 17:45:22 +02:00
Ryan Mulligan
a6464405fe
Merge pull request #84777 from r-ryantm/auto-update/nebula
...
nebula: 1.1.0 -> 1.2.0
2020-04-09 06:26:48 -07:00
Vladyslav M
6885f1503e
Merge pull request #84769 from r-ryantm/auto-update/dua
...
dua: 2.3.8 -> 2.5.0
2020-04-09 16:25:38 +03:00
Jan Tojnar
bbb299c8e4
Merge pull request #84177 from zowoq/team
...
maintainers/teams: add podman team
2020-04-09 13:57:12 +02:00
R. RyanTM
3028846cda
btrfs-progs: 5.4.1 -> 5.6
2020-04-09 10:57:13 +00:00
R. RyanTM
fe72fe28d7
yafaray-core: 3.3.0 -> 3.4.1
2020-04-09 10:03:01 +00:00
Oleksii Filonenko
41bcd8652d
lsd: add filalex77 to maintainers
2020-04-09 12:52:07 +03:00
Oleksii Filonenko
f5ceacc4a7
lsd: use installShellCompletion
2020-04-09 12:51:59 +03:00
Oleksii Filonenko
75223b6367
lsd: 0.16.0 -> 0.17.0
2020-04-09 12:47:18 +03:00
Mario Rodas
d20690b0d0
s3cmd: use python3
2020-04-09 04:20:00 -05:00
Tor Hedin Brønner
88607e0e02
Merge pull request #84694 from hedning/gnome-3.36.1
...
Gnome 3.36.1
2020-04-09 10:37:23 +02:00
Jan Tojnar
f7edae890a
gtranslator: 3.34.0 → 3.36.0
...
https://ftp.gnome.org/pub/GNOME/sources/gtranslator/3.36/gtranslator-3.36.0.news
2020-04-09 10:24:08 +02:00
Tor Hedin Brønner
ad68703e14
networkmanager-openvpn: 1.8.10 -> 1.8.12
...
- libnm-glib is now disabled by default
2020-04-09 10:24:07 +02:00
R. RyanTM
9d9ea65c5d
s3cmd: 2.0.2 -> 2.1.0
2020-04-09 08:03:25 +00:00
lewo
a3d6e49554
Merge pull request #84703 from purcell/docker-credential-gcr-2
...
docker-credential-gcr: 1.4.3 -> 2.0.1
2020-04-09 09:18:44 +02:00
R. RyanTM
f2cdddd2eb
nebula: 1.1.0 -> 1.2.0
2020-04-09 05:53:04 +00:00
Vladyslav M
9ffacc0b02
Merge pull request #84761 from r-ryantm/auto-update/cargo-outdated
...
cargo-outdated: 0.9.8 -> 0.9.9
2020-04-09 08:45:53 +03:00
R. RyanTM
db2cdc5ca0
dua: 2.3.8 -> 2.5.0
2020-04-09 02:34:18 +00:00
R. RyanTM
ccd2c6c569
chrome-token-signing: 1.1.1 -> 1.1.2
2020-04-09 01:47:34 +00:00
R. RyanTM
456c52cccb
cargo-outdated: 0.9.8 -> 0.9.9
2020-04-09 01:27:35 +00:00
R. RyanTM
6eee5229c5
axel: 2.17.7 -> 2.17.8
2020-04-09 00:40:41 +00:00
Mario Rodas
52982197f4
Merge pull request #84729 from misuzu/kmon-update
...
kmon: 1.0.0 -> 1.0.1
2020-04-08 19:34:28 -05:00
Maximilian Bosch
20b2b79b4d
Merge pull request #84715 from filalex77/monolith-2.2.2
...
monolith: init at 2.2.2
2020-04-09 00:53:59 +02:00
Milan
0880c9fe9d
viu: 0.2.1 -> 1.0 ( #84746 )
2020-04-08 23:24:57 +02:00
aszlig
05f3d961a9
pcsc-cyberjack: Fix build against libusb
...
Commit 59281f742a
changed libusb so that
it no longer propagates libusb1. This in turn caused the pcsc-cyberjack
build to fail with an error like this:
usbdev.c:68:3: error: #error "Neither HAL nor USB1 found!. Please install at least either of them."
I'm committing this directly to master, since I'm the maintainer of the
package and the build also is *already* broken. So the worst case that
could happen is that the build is still broken afterwards.
Signed-off-by: aszlig <aszlig@nix.build>
2020-04-08 21:27:51 +02:00
s1341
f1090bdaf8
page: init at 2.3.4
2020-04-08 10:50:05 -07:00
Samuel Leathers
72cb7f81fd
Merge pull request #81442 from manveru/bundler-2.1.4
...
bundler: 1.17.3 -> 2.1.4
2020-04-08 12:44:54 -04:00
Mario Rodas
2011c203c5
ripgrep-all: 0.9.3 -> 0.9.5 ( #84714 )
2020-04-08 18:00:06 +02:00
misuzu
44e56c2503
kmon: 1.0.0 -> 1.0.1
2020-04-08 18:44:50 +03:00
Jan Tojnar
b7243c79c8
Merge pull request #84698 from jtojnar/gnome2-cleanups
...
gnome2 cleanups
2020-04-08 15:58:33 +02:00
Ryan Mulligan
9ea40782c0
Merge pull request #84681 from r-ryantm/auto-update/xpra
...
xpra: 3.0.7 -> 3.0.8
2020-04-08 06:22:45 -07:00
Mario Rodas
a013b8401f
Merge pull request #84702 from zowoq/bettercap
...
bettercap: 2.26.1 -> 2.27
2020-04-08 07:49:11 -05:00
Oleksii Filonenko
457900c7c8
monolith: init at 2.2.2
2020-04-08 15:48:18 +03:00
Mario Rodas
4b2e85edc5
Merge pull request #84672 from r-ryantm/auto-update/unrar
...
unrar: 5.9.1 -> 5.9.2
2020-04-08 07:33:50 -05:00
Mario Rodas
1fcb7ce05b
shadowenv: 1.3.2 -> 2.0.0
2020-04-08 04:20:00 -05:00
Steve Purcell
07e003deb1
docker-credential-gcr: 1.4.3 -> 2.0.1
2020-04-08 21:12:55 +12:00
zowoq
a005ffe985
bettercap: 2.26.1 -> 2.27
...
https://github.com/bettercap/bettercap/releases/tag/v2.27
2020-04-08 19:08:26 +10:00
Michael Peyton Jones
4df9436951
heatseeker: fix finding stty
...
Otherwise this crashes at runtime.
I've opened https://github.com/rschmitt/heatseeker/issues/42 upstream.
2020-04-08 09:53:48 +01:00
Jan Tojnar
ba2b0bdc7d
relfs: drop
...
It depends on old cruft and was broken for over four years.
2020-04-08 10:32:21 +02:00
Mario Rodas
09a1f3f601
vault: 1.3.4 -> 1.4.0
2020-04-07 18:54:06 -07:00
Mario Rodas
b08633713d
Merge pull request #84656 from r-ryantm/auto-update/stress-ng
...
stress-ng: 0.11.02 -> 0.11.07
2020-04-07 20:47:42 -05:00
Mario Rodas
bfd6cfb713
Merge pull request #84594 from zowoq/shfmt
...
shfmt: 3.0.2 -> 3.1.0
2020-04-07 20:42:53 -05:00
zowoq
190f3a6c06
shfmt: set ldflags
2020-04-08 10:59:35 +10:00
R. RyanTM
f7b0d0e4f0
xpra: 3.0.7 -> 3.0.8
2020-04-08 00:44:34 +00:00
Mario Rodas
bb5002e056
Merge pull request #84530 from marsam/update-netdata
...
netdata: 1.20.0 -> 1.21.0
2020-04-07 19:15:33 -05:00
Mario Rodas
3e7348b4d6
Merge pull request #84581 from marsam/fix-skim
...
skim: fix bash completion
2020-04-07 18:09:53 -05:00
R. RyanTM
233165ad0f
unrar: 5.9.1 -> 5.9.2
2020-04-07 21:36:22 +00:00
Michael Raskin
2cf0d517c8
Merge pull request #84624 from r-ryantm/auto-update/smbnetfs
...
smbnetfs: 0.6.1 -> 0.6.2
2020-04-07 20:35:59 +00:00
R. RyanTM
ff245d646e
clash: 0.18.0 -> 0.19.0
2020-04-07 13:16:58 -07:00
R. RyanTM
c824f1ec1e
bacula: 9.6.2 -> 9.6.3
2020-04-07 13:02:04 -07:00
R. RyanTM
455251ae9d
thinkfan: 1.0.2 -> 1.1
2020-04-07 12:54:57 -07:00
R. RyanTM
d53c3ce20f
stress-ng: 0.11.02 -> 0.11.07
2020-04-07 19:17:55 +00:00
Niklas Hambüchen
a4b76d6e80
Merge pull request #84464 from doronbehar/update-sequoia
...
sequoia: 0.15.0 -> 0.16.0
2020-04-07 21:06:29 +02:00
Oleksii Filonenko
02f3a1ff52
tydra: init at 1.0.2
2020-04-07 20:28:19 +03:00
R. RyanTM
4971ace327
smbnetfs: 0.6.1 -> 0.6.2
2020-04-07 16:13:08 +00:00
Timo Kaufmann
0382ea8302
Merge pull request #81919 from xzfc/cached-nix-shell
...
cached-nix-shell: init at 0.1.2
2020-04-07 16:06:14 +00:00
Albert Safin
821527fae8
cached-nix-shell: init at 0.1.2
2020-04-07 15:36:22 +00:00
zowoq
ed3128fd80
shfmt: 3.0.2 -> 3.1.0
...
https://github.com/mvdan/sh/releases/tag/v3.1.0
2020-04-07 21:58:10 +10:00
Mario Rodas
e4f9166a24
skim: fix bash completion
2020-04-07 04:20:00 -05:00
Jaka Hudoklin
3567e1f6cc
Merge pull request #84498 from doronbehar/python3-nyx
...
nyx: use python3 by default
2020-04-07 01:48:50 +00:00
Maximilian Bosch
3e0a8ba8d3
Merge pull request #84358 from r-ryantm/auto-update/debootstrap
...
debootstrap: 1.0.119 -> 1.0.123
2020-04-07 01:45:49 +02:00
Matthew Bauer
51ab062863
dvtm: add ncurses dev input to PATH
...
fixes cross compilation
2020-04-06 16:36:30 -04:00
R. RyanTM
41fa7a2295
nfdump: 1.6.19 -> 1.6.20
2020-04-06 12:43:55 -07:00
R. RyanTM
205e3655b1
mdbook: 0.3.6 -> 0.3.7
2020-04-06 12:42:30 -07:00
R. RyanTM
53856e607e
chafa: 1.2.2 -> 1.4.0
2020-04-06 12:40:23 -07:00
R. RyanTM
c3e25ba60f
abcmidi: 2020.02.12 -> 2020.03.25
2020-04-06 12:37:53 -07:00
Jonathan Ringer
8ed6d14632
azure-cli: freeze azure-batch
2020-04-06 11:55:26 -07:00
Maximilian Bosch
929e67be69
Merge pull request #84489 from bbigras/starship
...
starship: 0.38.1 -> 0.39.0
2020-04-06 20:05:52 +02:00
Daniel Schaefer
6689065a3b
Merge branch 'master' into auto-update/chipsec
2020-04-06 19:26:10 +02:00
Doron Behar
a996d7c4a9
nyx: use python3 by default
2020-04-06 20:14:08 +03:00
Bruno Bigras
43f3223a6b
starship: 0.38.1 -> 0.39.0
2020-04-06 11:59:33 -04:00
Jörg Thalheim
a737f030cf
Merge pull request #71481 from eadwu/bcachefs/update-10
...
bcachefs: update 10
2020-04-06 15:43:36 +01:00
Michael Raskin
b0c844d820
Merge pull request #84331 from r-ryantm/auto-update/asymptote
...
asymptote: 2.63 -> 2.65
2020-04-06 14:39:46 +00:00
Edmund Wu
b4e12243b4
bcachefs: 2020-03-25 -> 2020-04-04
2020-04-06 10:29:33 -04:00
Michael Fellinger
f92600b406
update versions in Gemfile.lock
2020-04-06 15:02:13 +02:00
Jörg Thalheim
5af0a6c7f4
Merge pull request #84450 from akhramov/master
...
rockbox-utility: add wrapQtAppsHook
2020-04-06 12:20:43 +01:00
Doron Behar
eb703119d5
sequoia: 0.15.0 -> 0.16.0
2020-04-06 14:02:13 +03:00
Artem Khramov
861df8abd5
rockbox-utility: add wrapQtAppsHook
...
It seems like all QT apps which use dynamic plugins should be wrapped
with `wrapQtAppsHook`. However, rockbox-utility is still not wrapped,
therefore fails to launch.
This change adds `qt5.wrapQtAppsHook` to nativeBuildInputs of
rockbox-utility.
2020-04-06 15:24:15 +06:00
Mario Rodas
ab589e42af
netdata: 1.20.0 -> 1.21.0
...
Changelog: https://github.com/netdata/netdata/releases/tag/v1.21.0
2020-04-06 04:20:00 -05:00
Flakebi
9acb7daac2
spirv-cross: init at 2020-04-03
2020-04-06 10:12:49 +02:00
Frederik Rietdijk
2420184727
Merge staging into staging-next
2020-04-06 08:54:28 +02:00
R. RyanTM
b2fe03baf4
modemmanager: 1.12.6 -> 1.12.8
2020-04-06 06:17:27 +00:00
Sarah Brofeldt
b256b2253c
Merge pull request #83749 from srhb/ceph-14.2.8
...
ceph: 14.2.7 -> 14.2.8
2020-04-06 07:44:02 +02:00
Robin B
2bc984ee86
acme.sh: fixup default.nix
2020-04-06 03:51:28 +02:00
José Romildo Malaquias
9908785fa7
Merge pull request #84230 from romildo/upd.gnome-icon-theme
...
gnome2.gnome_icon_theme: 2.91.93 -> 3.12.0
2020-04-05 22:42:58 -03:00
Mario Rodas
ec99ad29dc
Merge pull request #84343 from r-ryantm/auto-update/eksctl
...
eksctl: 0.15.0 -> 0.16.0
2020-04-05 20:20:51 -05:00
José Romildo Malaquias
737586bf4f
gnome2.gnome-icon-theme: move to pkgs/data/icons
2020-04-05 22:14:23 -03:00
Mario Rodas
48f5632523
Merge pull request #84375 from r-ryantm/auto-update/facter
...
facter: 3.14.8 -> 3.14.9
2020-04-05 20:09:40 -05:00
Mario Rodas
e6b7d37c16
Merge pull request #84392 from r-ryantm/auto-update/haproxy
...
haproxy: 2.1.3 -> 2.1.4
2020-04-05 20:07:14 -05:00
Mario Rodas
6f8240f136
Merge pull request #84373 from mpolden/master
...
boringtun: 0.2.0 -> 0.3.0
2020-04-05 19:57:37 -05:00
Robin B
1d34740e0a
acme.sh: add bind.dnsutils to PATH
...
This is required for nsupdate
2020-04-06 02:45:01 +02:00
R. RyanTM
65d787360d
haproxy: 2.1.3 -> 2.1.4
2020-04-05 20:31:09 +00:00
R. RyanTM
01c9c9b119
facter: 3.14.8 -> 3.14.9
2020-04-05 18:18:21 +00:00
Martin Polden
bb62957091
boringtun: 0.2.0 -> 0.3.0
2020-04-05 19:49:41 +02:00
Maximilian Bosch
35c0d9da9b
bandwhich: 0.12.0 -> 0.13.0
...
https://github.com/imsnif/bandwhich/releases/tag/0.13.0
2020-04-05 19:48:16 +02:00
Ryan Mulligan
52f76b8907
Merge pull request #84322 from r-ryantm/auto-update/yad
...
yad: 5.0 -> 6.0
2020-04-05 07:15:24 -07:00
R. RyanTM
d161f64888
debootstrap: 1.0.119 -> 1.0.123
2020-04-05 13:59:54 +00:00
Benjamin Hipple
c7af5ac9c9
Merge pull request #84281 from misuzu/kmon-init
...
kmon: init at 1.0.0
2020-04-05 09:56:31 -04:00
sjau
6044fc2fc9
easysnap: 2019-02-17 -> 2020-04-04
2020-04-05 15:37:50 +02:00
Vladyslav M
f5e0ebf1e6
hcxtools: 5.3.0 -> 6.0.1
2020-04-05 15:37:30 +02:00
R. RyanTM
96c10499be
eksctl: 0.15.0 -> 0.16.0
2020-04-05 12:06:59 +00:00
R. RyanTM
e4df9d6b54
curl: 7.68.0 -> 7.69.1
2020-04-05 13:30:55 +02:00
Frederik Rietdijk
aaf632bdbb
Merge staging-next into staging
2020-04-05 13:14:01 +02:00