Commit graph

189046 commits

Author SHA1 Message Date
Marek Mahut 86ac9f55b9
Merge pull request #63600 from steadmon/fail2ban-dovecot-service
fail2ban: fix dovecot filter's journalmatch
2019-08-12 18:51:32 +02:00
Marek Mahut d4b6735f55
Merge pull request #63424 from r-ryantm/auto-update/seafile-shared
seafile-shared: 6.2.11 -> 7.0.2
2019-08-12 18:48:30 +02:00
Marek Mahut caf9295730
Merge pull request #63686 from flokli/mlarchive2maildir
mlarchive2maildir: init at 0.0.6
2019-08-12 18:47:34 +02:00
Marek Mahut 99d66e14b9
Merge pull request #65170 from erikarvstedt/tmpwatch-fuser
tmpwatch: add fuser support
2019-08-12 18:46:02 +02:00
worldofpeace 8a139bfa9f
Merge pull request #66483 from worldofpeace/calibre-cleanup
calibre: wrap manually
2019-08-12 12:44:15 -04:00
Marek Mahut 92f6cf61f8
Merge pull request #65422 from jojosch/teamspeak_server_3.9.1
teamspeak_server: 3.8.0 -> 3.9.1
2019-08-12 18:39:07 +02:00
Jan Tojnar 80cb87971e
gnome3.evolution-data-server: Fix gsettings-desktop-schemas path 2019-08-12 18:32:12 +02:00
Jan Tojnar b18215bd6f
gnome3.evolution-data-server: Hardcode more GSettings schemas
I used Coccinelle to create a base patch:

spatch --sp-file hardcode-gsettings.cocci --dir src/ --in-place

```cocci
@@
expression GSETTINGS_SCHEMA;
expression settings;
@@
- settings = g_settings_new (GSETTINGS_SCHEMA);
+ {
+ GSettingsSchemaSource *schema_source;
+ GSettingsSchema *schema;
+ schema_source = g_settings_schema_source_new_from_directory ("@ESD_GSETTINGS_PATH@",  g_settings_schema_source_get_default (), TRUE, NULL);
+ schema = g_settings_schema_source_lookup (schema_source, GSETTINGS_SCHEMA, FALSE);
+ settings = g_settings_new_full (schema, NULL, NULL);
+ g_settings_schema_source_unref (schema_source);
+ g_settings_schema_unref (schema);
+ }
```
2019-08-12 18:31:09 +02:00
WilliButz 4d7465126f prometheus-varnish-exporter: 1.5 -> 1.5.1, use buildGoModule (#66472) 2019-08-12 09:23:27 -07:00
Jonathan Ringer 7943e28fec librelp: 1.3.0 -> 1.4.0 2019-08-12 09:22:42 -07:00
Silvan Mosberger a7c7bb156f
clight: init (#64309)
clight: init
2019-08-12 18:18:05 +02:00
Graham Christensen 5d807f80c7
Merge pull request #63864 from cransom/datadog-agent-integrations-fix
datadog-agent: fix extraIntegrations
2019-08-12 12:15:48 -04:00
Marek Mahut c822f39a58
Merge pull request #66486 from nh2/zlib-static-shared-comments
zlib: Add comments regarding static/shared linking
2019-08-12 18:12:05 +02:00
Edmund Wu 7c8ea897be
clight: include module 2019-08-12 11:56:47 -04:00
Edmund Wu 1688dc72e5
clight: init at 3.1 2019-08-12 11:56:47 -04:00
Edmund Wu a0736d0fad
clightd: init at 3.4 2019-08-12 11:56:47 -04:00
Edmund Wu e277b3832a
libmodule: init at 4.2.0 2019-08-12 11:56:47 -04:00
Edmund Wu c4de0bf492
timezone.nix -> locale.nix
Also includes geolocation information abstracted from redshift.nix
2019-08-12 11:56:40 -04:00
Vincent Laporte 957a0ae2a7 ocamlPackages.camlp5: 7.07 -> 7.08 2019-08-12 14:36:38 +00:00
R. RyanTM 94804a63a2 apfel: 3.0.3 -> 3.0.4 (#63977)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/apfel/versions
2019-08-12 10:36:03 -04:00
Marek Mahut 984851a9bf
Merge pull request #66509 from emilazy/add-git-revise
git-revise: init at 0.4.2
2019-08-12 15:25:42 +02:00
Pascal Bach f5d84bb446 Revert "gitlab-runner: don't bundle prebuilt docker images (#66225)" (#66522)
This reverts commit 9175a201bb.
2019-08-12 13:06:15 +00:00
Michael Weiss a82860cb9e
Merge pull request #66434 from primeos/ffmpeg_4
ffmpeg_4: 4.1.4 -> 4.2
2019-08-12 14:52:39 +02:00
Lancelot SIX 8791afb8e6
unifont_upper: 12.1.02 -> 12.1.03 2019-08-12 14:15:01 +02:00
Lancelot SIX f14b76634d
unifont: 12.1.01 -> 12.1.03 2019-08-12 14:15:01 +02:00
Michael Raskin 0ff831dedd
Merge pull request #66523 from charles-dyfis-net/sysdig-0.26.2
sysdig: 0.26.1 -> 0.26.2
2019-08-12 12:13:36 +00:00
Marek Mahut 48d07a5987
Merge pull request #65857 from jonringer/bump-click
click: 0.3.2 -> 0.4.2
2019-08-12 14:13:06 +02:00
Michael Weiss ba3196ee9a
Merge pull request #66433 from primeos/scons
scons: 3.1.0 -> 3.1.1
2019-08-12 13:50:20 +02:00
Marek Mahut 87e13bb9e0
Merge pull request #66517 from doronbehar/update-sccache
sccache: 0.2.9 -> 0.2.10
2019-08-12 13:34:34 +02:00
Marek Mahut 9acb728c52
Merge pull request #66507 from jonringer/bump-libpinyin
libpinyin: 2.1.91 ->  2.3.0
2019-08-12 13:32:47 +02:00
Marek Mahut 60523a6222
Merge pull request #66505 from jonringer/bump-libetpan
libetpan: 1.8 -> 1.9.3
2019-08-12 13:32:18 +02:00
Marek Mahut 11bbc69354
Merge pull request #66372 from kirelagin/fsfe-reuse-0.4.1
reuse: 0.3.4 -> 0.4.1
2019-08-12 13:24:34 +02:00
Charles Duffy 9d151f1b7b
sysdig: 0.26.1 -> 0.26.2 2019-08-12 06:24:11 -05:00
markuskowa 45532916f0
Merge pull request #66342 from markuskowa/upd-gnss
gnss-sdr: 0.0.9 -> 0.0.11
2019-08-12 13:12:42 +02:00
Marek Mahut e8016409bb
Merge pull request #66512 from saschagrunert/conmon
conmon: 0.3.0 -> 2.0.0
2019-08-12 11:56:32 +02:00
Jörg Thalheim 8529dea18d
Merge pull request #66515 from doronbehar/update-pdfcpu
pdfcpu: 0.2.2 -> 0.2.3
2019-08-12 10:49:00 +01:00
Domen Kožar dcd50c0ea0
pkgs.lib -> lib 2019-08-12 11:46:53 +02:00
Timo Kaufmann 5fa2f51448
vimPlugins: update (#66491) 2019-08-12 11:29:07 +02:00
Vincent Laporte 4018a4cddf coqPackages.interval: 3.4.0 -> 3.4.1 2019-08-12 09:05:16 +00:00
Doron Behar 0bd4aa02d1 sccache: 0.2.9 -> 0.2.10 2019-08-12 11:56:22 +03:00
WilliButz c28ded36ef
nixos/prometheus-blackbox-exporter: add config check 2019-08-12 10:53:00 +02:00
WilliButz dcc12cea9f
prometheus-blackbox-exporter: 0.12.0 -> 0.14.0, run tests
Also added myself as maintainer.
2019-08-12 10:53:00 +02:00
WilliButz a8847c870a
nixos/rename: add prometheus2 change 2019-08-12 10:42:29 +02:00
WilliButz 543f219b30
nixos/prometheus: replace 'alertmanagerURL' options for prometheus2
Prometheus2 does no longer support the command-line flag to specify
an alertmanager. Instead it now supports both service discovery and
configuration of alertmanagers in the alerting config section.

Simply mapping the previous option to an entry in the new alertmanagers
section is not enough to allow for complete configurations of an
alertmanager.

Therefore the option alertmanagerURL is no longer used and instead
a full alertmanager configuration is expected.
2019-08-12 10:42:28 +02:00
Doron Behar ea955cb28f pdfcpu: 0.2.2 -> 0.2.3 2019-08-12 11:16:39 +03:00
zimbatm a0a0106f59
pre-commit: 1.17.0 -> 1.18.1 2019-08-12 09:34:23 +02:00
Sascha Grunert 965f869e59
conmon: 0.3.0 -> 2.0.0
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-08-12 09:02:15 +02:00
Emily a010a7b665 git-revise: init at 0.4.2
A flexible and fast alternative to `git commit --amend`/`git rebase`.

See also:

* https://mystor.github.io/git-revise.html
* https://lobste.rs/s/5gdnrt/introducing_git_revise
* https://git-revise.readthedocs.io/en/latest/
2019-08-11 22:58:39 -07:00
Jonathan Ringer 7d8d9e4799 libpinyin: 2.1.91 -> 2.3.0 2019-08-11 22:00:17 -07:00
Niklas Hambüchen cd6033ba97 fetchurl: Make it overridable.
This provides a workaround for #66499, because this way
https://github.com/NixOS/nixpkgs/issues/66499#issuecomment-520277782

    self: super: {
      fetchurl = super.fetchurl.override (old: {
        curl = old.curl.override {
          gssSupport = false;
          # ...
        };
      });
    }

works as expected.
2019-08-12 06:51:05 +02:00