Commit Graph

13824 Commits

Author SHA1 Message Date
github-actions[bot] e6037ce5fe
Merge staging-next into staging 2021-05-02 00:58:46 +00:00
Luke Granger-Brown 8ebf7c3385
Merge pull request #121254 from dotlambda/postfix-3.6.0
postfix: 3.5.10 -> 3.6.0
2021-05-01 19:46:13 +01:00
github-actions[bot] 49721bed32
Merge staging-next into staging 2021-05-01 18:26:21 +00:00
Luke Granger-Brown 7d82378949
Merge pull request #120278 from fabaff/pyotgw
python3packages.pyotgw: unstable-2021-03-25
2021-05-01 19:19:43 +01:00
github-actions[bot] ef6416a6ba
Merge staging-next into staging 2021-05-01 00:54:32 +00:00
Mario Rodas 61b1378583
Merge pull request #121300 from marsam/update-pgvector
postgresqlPackages.pgvector: 0.1.0 -> 0.1.2
2021-04-30 17:27:40 -05:00
Martin Weinelt fd1c36a476
Merge pull request #121326 from r-ryantm/auto-update/maddy
maddy: 0.4.3 -> 0.4.4
2021-05-01 00:13:30 +02:00
R. RyanTM 307c0e2a3b maddy: 0.4.3 -> 0.4.4 2021-04-30 21:00:12 +00:00
github-actions[bot] 20ebbe6b59
Merge staging-next into staging 2021-04-30 18:26:34 +00:00
John Ericson 17305d2df0
Merge pull request #111487 from Ericson2314/llvm-outputs-and-cross-compile-tools
llvmPackages: Clean up outputs
2021-04-30 11:28:08 -04:00
ajs124 cd349a4a62
Merge pull request #121019 from r-ryantm/auto-update/gitlab-pages
gitlab-pages: 1.35.0 -> 1.38.0
2021-04-30 15:12:10 +02:00
github-actions[bot] d7882499f8
Merge staging-next into staging 2021-04-30 12:26:14 +00:00
Sandro a73342b7ce
Merge pull request #120637 from andreisergiu98/ombi-update 2021-04-30 12:57:15 +02:00
Robert Schütz 7c9c3c88e3 postfix: 3.5.10 -> 3.6.0
http://www.postfix.org/announcements/postfix-3.6.0.html
2021-04-30 11:55:21 +02:00
Peter Simons b28fbeaf77
Merge pull request #121233 from r-ryantm/auto-update/apache-httpd
apacheHttpd: 2.4.46 -> 2.4.47
2021-04-30 08:31:44 +02:00
Andrew Childs 7869d16545 llvmPackages: Multuple outputs for everythting
Also begin to start work on cross compilation, though that will have to
be finished later.

The patches are based on the first version of
https://reviews.llvm.org/D99484. It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.

Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.

----

Other misc notes, highly incomplete

- lvm-config-native and llvm-config are put in `dev` because they are
  tools just for build time.

- Clang no longer has an lld dep. That was introduced in
  db29857eb3, but if clang needs help
  finding lld when it is used we should just pass it flags / put in the
  resource dir. Providing it at build time increases critical path
  length for no good reason.

----

A note on `nativeCC`:

`stdenv` takes tools from the previous stage, so:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`

while:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00
Mario Rodas d10fbc5b06 postgresqlPackages.pgvector: 0.1.0 -> 0.1.2 2021-04-30 04:20:00 +00:00
R. RyanTM fe563d71a3 apacheHttpd: 2.4.46 -> 2.4.47 2021-04-30 04:07:35 +00:00
github-actions[bot] 3ad64733d9
Merge staging-next into staging 2021-04-29 18:28:08 +00:00
Bernardo Meurer 8f70383650
Merge pull request #121108 from bleggett/nixos-unstable
roon-server: 100800753 -> 100800790
2021-04-29 10:54:38 -07:00
Ben Leggett c8aea980f0
roon-server: 100800753 -> 100800790 2021-04-29 13:24:13 -04:00
github-actions[bot] 54e69b71cd
Merge staging-next into staging 2021-04-29 12:26:05 +00:00
WilliButz 674cea17a7
Merge pull request #120492 from SuperSandro2000/prometheus-unbound-exporter
Prometheus unbound exporter
2021-04-29 10:54:22 +02:00
Peter Simons 7432c616f9
Merge pull request #121106 from mweinelt/bind
bind: 9.16.13 -> 9.16.15
2021-04-29 09:48:48 +02:00
github-actions[bot] 01105a117a
Merge staging-next into staging 2021-04-29 06:21:55 +00:00
R. RyanTM 1c65a509fb dico: 2.10 -> 2.11 2021-04-29 01:02:40 -04:00
Sandro Jäckel da858b16b8
nixos/tests/prometheus-exporters: add unbound test
Author: WilliButz <willibutz@posteo.de>
2021-04-29 06:19:30 +02:00
R. RyanTM ab091a887c groonga: 11.0.0 -> 11.0.1 2021-04-29 00:14:49 -04:00
Martin Weinelt f4b036d5bd
Merge pull request #119765 from mweinelt/appdaemon
appdaemon: 4.0.5 -> 4.0.8
2021-04-29 05:18:38 +02:00
Martin Weinelt 84b6596098
bind: 9.16.13 -> 9.16.15
https://kb.isc.org/docs/cve-2021-25214

https://kb.isc.org/docs/cve-2021-25215

https://kb.isc.org/docs/cve-2021-25216

Fixes: CVE-2021-25214, CVE-2021-25215, CVE-2021-25216
2021-04-29 03:39:40 +02:00
Jan Tojnar 76c3a6aafd
Merge branch 'staging-next' into staging 2021-04-29 02:35:54 +02:00
Alyssa Ross a8afbb45c1 treewide: use lib.warnIf where appropriate 2021-04-28 21:44:21 +00:00
Andrei Pampu 5d1f29f0e6
ombi: 4.0.1292 -> 4.0.1345
add fixDarwinDylibNames to fix darwin build
2021-04-28 22:43:22 +03:00
github-actions[bot] 9cf0393c37
Merge staging-next into staging 2021-04-28 18:14:28 +00:00
ajs124 a3c00f232b gitlab-pages: add myself as maintainer
and add meta.changelog
2021-04-28 17:42:45 +02:00
ajs124 ae24119639 gitlab-pages: enable tests 2021-04-28 17:42:22 +02:00
R. RyanTM d4c9e08bfe gitlab-pages: 1.35.0 -> 1.38.0 2021-04-28 12:38:03 +00:00
github-actions[bot] ce47d859f6
Merge staging-next into staging 2021-04-28 12:06:40 +00:00
Florian Klink 6b14de1622 opensmtpd: set --with-path-pidfile
Set this to `/run`, like we also do with `--with-path-socket`, so
opensmtp doesn't try to use /var/run for pidfiles.
2021-04-28 13:15:23 +02:00
Maciej Krüger 98b372b860
nginxQuic: 47a43b011dec -> 12f18e0bca09 2021-04-28 08:37:51 +02:00
github-actions[bot] 97889a52e1
Merge staging-next into staging 2021-04-27 18:14:28 +00:00
ajs124 39a51c9923
Merge pull request #118338 from Izorkin/update-nginx-zlib-ng
nginx: update to 1.20.0, replace zlib to zlib-ng
2021-04-27 16:36:25 +02:00
Sandro 00b2194c83
Merge pull request #120632 from andreisergiu98/sonarr-update
sonarr: 3.0.5.1144 -> 3.0.6.1196
2021-04-27 15:37:40 +02:00
Sandro ebf9b69b28
Merge pull request #120635 from andreisergiu98/bazarr-update
bazarr: 0.9.2 -> 0.9.4
2021-04-27 15:37:20 +02:00
Sandro 1cf28a9f3b
Merge pull request #120697 from raboof/treewide-go-inherit-platforms-instead-of-using-platforms.all
treewide: go: inherit platforms instead of using platforms.all
2021-04-27 14:58:17 +02:00
Mario Rodas 1914bfc54b
Merge pull request #120626 from marsam/update-pgroonga
postgresqlPackages.pgroonga: 2.2.8 -> 2.2.9
2021-04-27 07:49:35 -05:00
Sandro 0893b15cec
Merge pull request #120834 from emmanuelrosa/jetty-9.4.39
jetty: 9.4.37.v20210219 -> 9.4.39.v20210325
2021-04-27 14:18:11 +02:00
github-actions[bot] c01456266d
Merge staging-next into staging 2021-04-27 12:07:01 +00:00
Martin Weinelt 8b3e8d917d
Merge pull request #115552 from Emantor/topic/xwayland_bump
xwayland: 1.20.10 -> 21.1.1
2021-04-27 13:31:08 +02:00
Emmanuel Rosa aeb90f9956 jetty: 9.4.37.v20210219 -> 9.4.39.v20210325
Closes #120392
2021-04-27 18:20:46 +07:00