Commit Graph

249577 Commits

Author SHA1 Message Date
Ryan Mulligan
99725609cd
Merge pull request #89227 from f4814/rcon-init
rcon: init at 0.5
2020-10-26 06:56:21 -07:00
Martin Weinelt
6b5dcef75d
Merge pull request #101763 from siraben/miranda-gcc
miranda: remove gcc as buildInput
2020-10-26 14:52:18 +01:00
Martin Weinelt
bb46d59a93
Merge pull request #101759 from IvarWithoutBones/rich-update
pythonPackages.rich: 8.0.0 -> 9.1.0
2020-10-26 14:36:44 +01:00
Anderson Torres
ac08a3973c
Merge pull request #100536 from AndersonTorres/corectrl
corectrl: init at 1.1.1
2020-10-26 10:34:12 -03:00
Ben Siraphob
5f0bf8d30e miranda: remove gcc as buildInput 2020-10-26 20:29:04 +07:00
Philippe Hürlimann
fe217b9fb9 gradle: 6.6 -> 6.7 2020-10-26 14:26:24 +01:00
Andreas Rammhold
1088f05940
Merge pull request #101598 from andir/nixos-build-vms-qemu
nixos/tests: follow-up to the closure reduction PR
2020-10-26 14:19:45 +01:00
Bart Brouns
3ad2664170 redkite: 1.1.0 -> 1.2.0 2020-10-26 14:16:05 +01:00
WilliButz
c48a9a6b53
Merge pull request #101505 from TredwellGit/nasm
nasm: 2.14.02 -> 2.15.05 (CVE-2019-6290 CVE-2019-6291 CVE-2019-8343 CVE-2019-14248 CVE-2019-20334)
2020-10-26 14:09:53 +01:00
IvarWithoutBones
25599d571c pythonPackages.rich: 8.0.0 -> 9.1.0 2020-10-26 14:01:35 +01:00
Michele Guerini Rocco
4c07f77124
Merge pull request #101754 from rnhmjoj/dnscrypt-fix
nixos/dnscrypt-wrapper: fix key rotation script
2020-10-26 13:51:35 +01:00
Ryan Mulligan
f861aae44c
Merge pull request #101719 from r-ryantm/auto-update/opentx
opentx: 2.3.9 -> 2.3.10
2020-10-26 05:48:17 -07:00
Ryan Mulligan
4fce633319
Merge pull request #101716 from r-ryantm/auto-update/openhantek6022
openhantek6022: 3.1.2 -> 3.1.3
2020-10-26 05:43:38 -07:00
Ryan Mulligan
3ea0a61e08
Merge pull request #101711 from r-ryantm/auto-update/obsidian
obsidian: 0.9.1 -> 0.9.4
2020-10-26 05:42:04 -07:00
Ryan Mulligan
eaa1f5737b
Merge pull request #101700 from r-ryantm/auto-update/mlkit
mlkit: 4.5.0 -> 4.5.1
2020-10-26 05:38:06 -07:00
Doron Behar
a28e589938 sequoia: 0.19.0 -> 0.20.0 2020-10-26 14:18:49 +02:00
rnhmjoj
9e04bba0af nixos/dnscrypt-wrapper: fix key rotation script
Fix an error in the validation code when the public key is in a
nonstandard location. The check command fails and the key is
incorrectly assumed to be expiring.
2020-10-26 13:07:49 +01:00
zowoq
951ec156d1 .github/stale.yml: fix syntax 2020-10-26 21:57:33 +10:00
Sandro Jäckel
fd29e9a3c0 rustscan: fix building on darwin 2020-10-26 21:55:34 +10:00
Sandro Jäckel
57c2755ca2 ssh-audit: set meta.platforms.all 2020-10-26 21:55:34 +10:00
Sandro Jäckel
9ac5e1ca06 somafm-cli: set meta.platforms.all 2020-10-26 21:55:34 +10:00
Anderson Torres
ad19f56230
Merge pull request #90276 from Ralith/pfsfix
pfstools: fix Qt environment
2020-10-26 08:39:23 -03:00
Anderson Torres
81573a6435
Merge pull request #81608 from layus/dafny-update3
dafny: pin z3 and Boogie version
2020-10-26 08:36:31 -03:00
Doron Behar
be4b736a15
Merge pull request #101703 from r-ryantm/auto-update/mpd-mpris
mpd-mpris: 0.2.4 -> 0.3.0
2020-10-26 13:16:39 +02:00
Alexey Shmalko
a3368f0eea
Merge pull request #101348 from cab404/super-slicer-2-2-54-1
super-slicer: 2.2.54.0 -> 2.2.54.1
2020-10-26 12:44:28 +02:00
Robert Hensing
d210cbff49
Merge pull request #101743 from kini/boolToString-merge-conflict
lib/types.nix: fix missing inherit
2020-10-26 10:28:18 +01:00
Vladimír Čunát
1111911593
Merge branch 'staging-next' into staging
I re-verified that the git-tree state looks good after
the trouble addressed in commit 89023c38fc
(by the same approach - comparison to a "clean rebase").
I was actually a little surprised that simple git merge
did the right thing this time.

The one thing I can't fix is that some of staging commits are now
reachable from master even though they're not really applied in there
yet, but that's just temporary effect until the next merge to master.
I certainly don't envy any archeology hitting these commit ranges
(e.g. bisections).
2020-10-26 09:19:25 +01:00
Vladimír Čunát
89023c38fc
Recover the complicated situation after my bad merge
I made a mistake merge.  Reverting it in c778945806 undid the state
on master, but now I realize it crippled the git merge mechanism.
As the merge contained a mix of commits from `master..staging-next`
and other commits from `staging-next..staging`, it got the
`staging-next` branch into a state that was difficult to recover.

I reconstructed the "desired" state of staging-next tree by:
 - checking out the last commit of the problematic range: 4effe769e2
 - `git rebase -i --preserve-merges a8a018ddc0` - dropping the mistaken
   merge commit and its revert from that range (while keeping
   reapplication from 4effe769e2)
 - merging the last unaffected staging-next commit (803ca85c20)
 - fortunately no other commits have been pushed to staging-next yet
 - applying a diff on staging-next to get it into that state
2020-10-26 09:01:04 +01:00
Keshav Kini
a456ccb0c8 lib/types.nix: fix missing inherit
I think there was a silent (i.e. semantic) merge conflict between PR #101139 and
PR #100456.  This commit should fix the error, which manifests as follows:

  error: undefined variable 'boolToString' at /home/kkini/src/nixpkgs/lib/types.nix:552:42
2020-10-26 00:50:06 -07:00
Vladimír Čunát
336bc8283b
Re-Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"
This reverts commit c778945806.

I believe this is exactly what brings the staging branch into
the right shape after the last merge from master (through staging-next);
otherwise part of staging changes would be lost
(due to being already reachable from master but reverted).
2020-10-26 08:19:17 +01:00
sternenseemann
024e71ec02 ocamlPackages.mirage-runtime: 3.8.1 → 3.9.0 2020-10-26 07:03:27 +01:00
Robert Hensing
7102388834
Merge pull request #101139 from roberth/lib-use-static-scope-checking
lib: Use Nix's static scope checking, fix error message, optimize
2020-10-26 06:59:17 +01:00
Jörg Thalheim
dfaa313d43
Merge pull request #101737 from aneeshusa/nginx-allow-unsetting-ssl_ciphers
nixos/nginx: Allow unsetting ssl_ciphers
2020-10-26 06:41:19 +01:00
Vincent Laporte
a2b7bad6c8 ocamlPackages.google-drive-ocamlfuse: 0.7.21 → 0.7.22 2020-10-26 06:09:43 +01:00
Mario Rodas
366488c648
Merge pull request #101115 from marsam/update-git-absorb
git-absorb: 0.6.4 -> 0.6.5
2020-10-25 23:45:50 -05:00
Aneesh Agrawal
924035bb97 nixos/nginx: Allow unsetting ssl_ciphers
When using the Modern config from the Mozilla SSL config generator,
the `ssl_ciphers` parameter does not need to be set
as only TLSv1.3 is permitted and all of its ciphers are reasonable.
2020-10-26 00:35:29 -04:00
Mario Rodas
a948654086
Merge pull request #101709 from r-burns/goaccess
goaccess: fix build on darwin
2020-10-25 23:00:47 -05:00
Jason O'Conal
aeb6d3edab idea: 2020.2.2 -> 2020.2.3 2020-10-26 14:25:34 +10:30
Klemens Nanni
0b8a6e787c
nixos/avahi: Enable IPv6 by default
Treat it the same as IPv4 (I'm tempted to disable IPv4 by default);
this is the only option I still need to set manually to enjoy IPv6-only
networks including printer discovery!
2020-10-26 04:06:26 +01:00
Klemens Nanni
3216b85713 nixos/system-path: Add mkpasswd(1)
Generating password hashes, e.g. when adding new users to the system
configuration, should work out-of-the-box and offline.
2020-10-26 03:40:11 +01:00
R. RyanTM
0c969f35bb ostree: 2020.5 -> 2020.7 2020-10-26 02:39:19 +00:00
Klemens Nanni
327cca2ab3 binwalk: Install SquashFS tooling
Otherwise extraction fails for what I consider a common type of data;
note how both packages are required as binwalk uses `sasquatch` as
well as `unsquashfs`.
2020-10-26 03:39:01 +01:00
AndersonTorres
846266d9af corectrl: init at 1.1.1 2020-10-25 23:11:40 -03:00
R. RyanTM
d26ac92618 opentx: 2.3.9 -> 2.3.10 2020-10-26 01:23:54 +00:00
Ryan Mulligan
b7bb3aa602
Merge pull request #101680 from r-ryantm/auto-update/livepeer
livepeer: 0.5.10 -> 0.5.11
2020-10-25 18:04:40 -07:00
R. RyanTM
1007e8140a openlibm: 0.7.1 -> 0.7.2 2020-10-26 00:47:50 +00:00
Jonathan Ringer
37236c2a23 nixos/doc/rl-20.09: normalize highlights, reorder entries 2020-10-25 17:40:47 -07:00
R. RyanTM
250757970b openhantek6022: 3.1.2 -> 3.1.3 2020-10-26 00:37:51 +00:00
Mario Rodas
ccb6aff774
Merge pull request #101664 from r-ryantm/auto-update/jackett
jackett: 0.16.1757 -> 0.16.1883
2020-10-25 19:28:08 -05:00
Mario Rodas
5eb0f34a60
Merge pull request #101705 from r-ryantm/auto-update/ncspot
ncspot: 0.2.2 -> 0.2.3
2020-10-25 19:26:52 -05:00