Commit graph

103 commits

Author SHA1 Message Date
R. Ryantm 46a66f85af rabbitmq-server: 3.11.9 -> 3.11.10 2023-03-04 19:51:46 +00:00
Artturin f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
R. Ryantm 6f6d61df2b rabbitmq-server: 3.11.8 -> 3.11.9 2023-02-21 09:25:05 +01:00
R. Ryantm 6ccc4a59c3 rabbitmq-server: 3.11.7 -> 3.11.8 2023-02-09 12:02:48 +01:00
R. Ryantm 858559a8f6 rabbitmq-server: 3.11.6 -> 3.11.7 2023-01-21 16:03:24 +00:00
ajs124 76b158404e rabbitmq-server: 3.10.8 -> 3.11.6
- https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.0
- https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.1
- https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.2
- https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.3
- https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.4
- https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.5
- https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.11.6
2023-01-16 22:09:12 -05:00
Robert Hensing b6fe86fd45 rabbitmq-server: Remove unused builder variable 2022-09-28 13:41:42 +02:00
R. Ryantm 31d1c1c6cc rabbitmq-server: 3.10.7 -> 3.10.8 2022-09-24 19:43:21 +00:00
R. Ryantm 4b05b28a81 rabbitmq-server: 3.10.6 -> 3.10.7 2022-08-13 20:49:36 +00:00
R. Ryantm c86d33886d rabbitmq-server: 3.9.14 -> 3.10.6 2022-07-29 20:21:19 +00:00
davidak 2df966594a
Merge pull request #169816 from armeenm/qpid-cpp-python3
qpid-cpp: switch to python3
2022-05-09 09:33:16 +02:00
Armeen Mahdian 127f8ef97e qpid-cpp: switch to python3
qpid-cpp only supports python2 bindings, so they've been removed
2022-04-22 10:48:18 -05:00
Armeen Mahdian 9407edc17d rabbitmq-server: switch to python3 2022-04-21 22:13:17 -05:00
Manuel Bärenz c1ce560cc4
Merge pull request #165542 from r-ryantm/auto-update/rabbitmq-server
rabbitmq-server: 3.9.13 -> 3.9.14
2022-03-26 10:37:16 +01:00
Artturin 33cce15e42 treewide: remove meta.repositories
there's no documentation for meta.repositories and its not widely used
2022-03-24 23:56:14 +02:00
R. Ryantm 777b5ed06e rabbitmq-server: 3.9.13 -> 3.9.14 2022-03-24 02:05:08 +00:00
R. Ryantm 50d2e17071 rabbitmq-server: 3.9.8 -> 3.9.13 2022-01-20 13:32:30 +00:00
Robert Schütz d5cceedbd1 python,pythonPackages: make aliases
Since aliases are disallowed in nixpkgs, this makes usage of Python 2
which is EOL more explicit.
2022-01-16 18:39:59 +00:00
Renaud 944a2dc835
Treewide: fix some permanent redirects on homepages
(#153213)
Issue #60004
2022-01-03 16:53:12 +01:00
R. Ryantm 1806fd639d rabbitmq-server: 3.9.6 -> 3.9.8 2021-10-29 01:01:30 +00:00
R. RyanTM 3e47e8d1cf rabbitmq-server: 3.9.4 -> 3.9.6 2021-09-23 09:02:15 +00:00
R. RyanTM 8f27e517a2 rabbitmq-server: 3.9.3 -> 3.9.4 2021-08-23 10:14:16 +09:00
Manuel Bärenz ba19c8982c rabbitmq-server: Add myself as maintainer 2021-08-17 19:53:16 +02:00
R. RyanTM 6ca6cc2044 rabbitmq-server: 3.9.1 -> 3.9.3 2021-08-17 16:58:55 +00:00
Profpatsch f30428571b rabbitmq: Remove Profpatsch as maintainer
I have effectively not really maintained it in a while, since I had no
use-case.

Now that ryantm-bot has stopped reacting to updates of the package, I
don’t see this improving.

I hope somebody else steps up, an up-to-date rabbitmq in nixpkgs is
quite important.
2021-08-15 00:07:54 +02:00
Sandro Jäckel a6a6de159f
rabbitmq-server: format 2021-08-03 12:04:10 +02:00
Manuel Bärenz 4d5c2bc76e rabbitmq-server: Apply nixpkgs-review hints 2021-08-02 18:19:53 +02:00
Manuel Bärenz b0f33d7c2e rabbitmq-server: 3.8.9 -> 3.9.1 2021-08-02 16:19:30 +02:00
Ben Siraphob 127733211e
treewide: unzip buildInputs to nativeBuildInputs (#112302) 2021-02-20 16:01:53 -05:00
Ben Siraphob 872973d7d1 pkgs/servers: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
R. RyanTM f4a8876144 rabbitmq-server: 3.8.8 -> 3.8.9 2020-11-11 22:59:10 +00:00
R. RyanTM 264e9f5570 rabbitmq-server: 3.8.7 -> 3.8.8 2020-09-24 18:06:00 +02:00
Lancelot SIX 415cb25532 rabbitmq-server: 3.8.5 -> 3.8.7
See https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.6
(license change) and
https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.7
2020-09-24 18:06:00 +02:00
R. RyanTM d13d819b89 rabbitmq-server: 3.8.4 -> 3.8.5 2020-06-30 15:27:19 +02:00
Tae Sandoval 0e3a28a462 rabbitmq: fix darwin build
ed16f83 made all dependencies explicit, including systemd, which makes the
build step to fail on macOS. Here systemd is added to runtimePath only if the
target system is Linux
2020-05-31 13:41:04 -04:00
R. RyanTM 220393d904 rabbitmq-server: 3.8.3 -> 3.8.4 2020-05-28 12:47:08 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk 46ec52f329 buildPython*: use pname 2020-03-30 17:07:41 +02:00
Profpatsch 967a5b3047 rabbitmq-server: add the VM test to passthru.tests 2020-03-10 17:25:03 +01:00
R. RyanTM cf2bba74ee rabbitmq-server: 3.8.2 -> 3.8.3 2020-03-10 17:25:03 +01:00
Patrick Hilhorst 593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
Alexey Lebedeff ed16f830b0 rabbitmq: make all dependencies explicit
Some things were provided by default, some by systemd unit and some
were just miraculously working. This turns them into explicit
dependencies of the package itself, making everything properly
overrideable.

+ providing glibcLocales fixes elixir compile warnings

+ providing systemd dependency allows rabbit to use systemctl for unit
  activation check instead of falling back to sleep. This was seen as
  a warning during startup.
2020-01-19 23:24:27 +01:00
Jan Tojnar c5406e30b0
qpid-cpp: fix eval 2019-12-31 02:59:40 +01:00
Robin Gloster 313da176d3
treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
Frederik Rietdijk 6d059becd3 Merge gcc-9 into staging (#68029) 2019-12-30 16:38:38 +01:00
Robin Gloster 2157dcd141
treewide: installFlags is a list 2019-12-30 13:22:43 +01:00
Franz Pletz ee8cc1c7ba
qpid-cpp: fix build on darwin 2019-12-27 05:21:41 +01:00
Maximilian Bosch 9842c4b107
treewide: update which packages I'm currently maintaining
Idea shamelessly stolen from 4e60b0efae.

I realized that I don't really know anymore where I'm listed as maintainer and what
I'm actually (co)-maintaining which means that I can't proactively take
care of packages I officially maintain.

As I don't have the time, energy and motivation to take care of stuff I
was interested in 1 or 2 years ago (or packaged for someone else in the
past), I decided that I make this explicit by removing myself from several
packages and adding myself in some other stuff I'm now interested in.

I've seen it several times now that people remove themselves from a
package without removing the package if it's unmaintained after that
which is why I figured that it's fine in my case as the affected pkgs
are rather low-prio and were pretty easy to maintain.
2019-12-26 15:27:47 +01:00
Franz Pletz 77b6c3cd06
Merge remote-tracking branch 'origin/master' into gcc-9 2019-12-26 14:17:36 +01:00