Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: ded8f28c3a3b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: afa2be4464f3
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Sep 25, 2018

  1. rabbitmq-server: 3.6.10 -> 3.7.8

    - New dependency on 'getconf' binary for
      https://github.com/rabbitmq/rabbitmq-common/blob/3aa619e9ef81cfe6db0c776e6cd829ce234a7881/src/vm_memory_monitor.erl#L448
    - New dependency on 'socat' for systemd notifications
      https://github.com/rabbitmq/rabbitmq-server/blob/4a3ee3a336bc82f2e56ec5d2292c80458ccc2974/src/rabbit.erl#L361
    - elixir_1_6 for a new 'rabbitmqctl' tool
    - Replace patching with providing custom PATH, as we already have some
      other things here
    - Renamed package in all-packages.nix from a legacy spelling
    binarin authored and Profpatsch committed Sep 25, 2018
    Copy the full SHA
    a6ff586 View commit details
    Browse the repository at this point in the history
  2. rabbitmq module: modernize after package upgrade

    - Use socket-activated epmd - that way there won't be any trouble when
      more than one erlang system is used within a single host.
    - Use new automation-friendly configuration file format
    - Use systemd notifications instead of buggy 'rabbitmqctl wait' for
      confirming successful server startup.
      'wait' bug: rabbitmq/rabbitmq-server#463
    - Use 'rabbitmqctl shutdown' instead of 'stop', because it's not
      pid-file based
    - Use sane systemd unit defaults from RabbitMQ repo:
      https://github.com/rabbitmq/rabbitmq-server/blob/master/docs/rabbitmq-server.service.example
    - Support for external plugins
    binarin authored and Profpatsch committed Sep 25, 2018
    Copy the full SHA
    afa2be4 View commit details
    Browse the repository at this point in the history