Commit Graph

69 Commits

Author SHA1 Message Date
R. Ryantm
e1f6eddb30 rspamd: 3.8.0 -> 3.8.1 2024-01-27 21:49:48 +00:00
R. Ryantm
f33ea08881 rspamd: 3.7.5 -> 3.8.0 2024-01-22 03:44:36 +00:00
Franz Pletz
76ad5a38c5
rspamd: 3.7.4 -> 3.7.5 2024-01-17 20:27:14 +01:00
chayleaf
c6e4eb5097
rspamd: fix build on non-x86_64 platforms 2023-11-22 13:46:22 +07:00
R. Ryantm
37136d8603 rspamd: 3.7.3 -> 3.7.4 2023-11-20 02:28:41 +00:00
Antoine Eiche
dc034b033f rspamd: 3.7.2 -> 3.7.3 2023-10-28 16:59:54 +02:00
R. Ryantm
ff609ba73f rspamd: 3.7.1 -> 3.7.2 2023-10-28 06:47:53 +00:00
Antoine Eiche
1397167a1a rspamd: 3.6 -> 3.7.1 2023-10-08 10:07:54 +02:00
Nick Cao
ea87ec9bed
rspamd: add patch fixing memory leak 2023-08-15 13:07:42 +08:00
Franz Pletz
7be45ec8ad
rspamd: 3.5 -> 3.6
https://github.com/rspamd/rspamd/releases/tag/3.6
2023-08-10 06:37:33 +02:00
ajs124
b3f83086ac rspamd: 3.4 -> 3.5
0c671194e8
2023-03-22 15:57:09 +01:00
R. Ryantm
eae91da151 rspamd: 3.3 -> 3.4 2022-11-03 22:42:08 +01:00
R. Ryantm
0addd9696c rspamd: 3.2 -> 3.3 2022-10-05 15:43:20 +02:00
Jörg Thalheim
e9995a5ade rspamd: fix crashes by switching pcre2 -> pcre1
on x86-64 the impact should be also minimal because hyperscan is used
for performance critical regexes.
2022-07-18 13:31:06 +02:00
Justinas Stankevicius
c8a9752b78 rspamd: 3.1 -> 3.2 2022-04-14 15:41:17 +03:00
Antoine Eiche
dc5e6713e4 rspamd: add lewo as maintainer 2021-11-07 12:21:20 +01:00
Antoine Eiche
db20747d36 rpsamd: 3.0 -> 3.1 2021-11-07 12:18:33 +01:00
R. RyanTM
192bb4968e rspamd: 2.7 -> 3.0 2021-09-14 08:47:30 +00:00
Jörg Thalheim
0793950a1b
rspamd: enable pie 2021-05-23 21:01:36 +02:00
R. RyanTM
858d02495a rspamd: 2.6 -> 2.7 2021-03-09 14:07:48 +00:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08: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
Vika
71998ddc33
rspamd: fix builds on non-x86_64-linux platforms
LuaJIT is built in rspamd only on x86_64-linux, and LuaJIT support
became enabled by default in 2.6, breaking builds without it. This
commit explicitly disables LuaJIT support on non-x86_64 architectures.
2020-11-16 16:38:11 +03:00
Niklas Hambüchen
1c20e2c9f2 rspamd: add passthru.tests 2020-10-22 02:36:53 +02:00
Niklas Hambüchen
ff7792dd05 rspamd: 2.5 -> 2.6 2020-10-11 07:28:16 +02:00
Matthew Bauer
1c8aba8334 treewide: use blas and lapack
This makes packages use lapack and blas, which can wrap different
BLAS/LAPACK implementations.

treewide: cleanup from blas/lapack changes

A few issues in the original treewide:

- can’t assume blas64 is a bool
- unused commented code
2020-04-17 16:24:09 -05:00
R. RyanTM
f9423c1431 rspamd: 2.4 -> 2.5 2020-04-07 15:38:55 +00:00
R. RyanTM
ab4d825f3b rspamd: 2.3 -> 2.4 2020-03-03 17:08:22 +00:00
R. RyanTM
6ef1edbeaa rspamd: 2.2 -> 2.3 2020-02-14 03:38:53 +00:00
Franz Pletz
e8b8e8c615
rspamd: 1.9.4 -> 2.2 2020-02-01 14:20:51 +01:00
WilliButz
7350dd9d94
rspamd: disable LuaJIT support on aarch64
When compiled with LuaJIT support, rspamd segfaults on aarch64.
Without LuaJIT, rspamd falls back to plain Lua and torch support needs to
be disabled.
2019-09-13 14:00:13 +02:00
Vladimír Čunát
2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
Robin Gloster
4e60b0efae
treewide: update globin's maintained drvs 2019-08-20 19:36:05 +02:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM
af6001a089 rspamd: 1.9.2 -> 1.9.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rspamd/versions
2019-06-02 19:47:15 -07:00
R. RyanTM
43235b77f1 rspamd: 1.9.1 -> 1.9.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rspamd/versions
2019-05-02 22:02:46 +02:00
Frederik Rietdijk
2b52da5f99
Merge pull request #58222 from bobvanderlinden/var-run-pkgs
tree-wide: pkgs: /var/run -> /run
2019-04-16 19:02:56 +02:00
R. RyanTM
65cc1ed840 rspamd: 1.9.0 -> 1.9.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rspamd/versions
2019-04-16 18:43:49 +02:00
Bob van der Linden
766ea89722
rspamd: /var/run -> /run 2019-04-11 20:05:33 +02:00
Franz Pletz
1731b9374f
rspamd: 1.8.3 -> 1.9.0 2019-04-03 05:25:51 +02:00
R. RyanTM
1942f3c8f8 rspamd: 1.8.2 -> 1.8.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rspamd/versions
2018-12-16 18:05:58 +00:00
Alexander V. Nikolaev
2fd6de3350 rspamd: 1.8.1 -> 1.8.2
Also update homepage link, and fetch from org's github, instead author's
private fork.
2018-12-03 00:13:35 +02:00
Alexander V. Nikolaev
b73b02255e rspamd: enable hyperscan 2018-12-03 00:13:35 +02:00
Alexander V. Nikolaev
12a5b53ce2 rspamd: enable openblas support for neural networks 2018-12-03 00:13:14 +02:00
Alexander V. Nikolaev
e77fa36824 rspamd: build with jemalloc
(by upstream author's suggestion)
2018-12-03 00:13:14 +02:00
Alexander V. Nikolaev
1b59c4a6cc rspamd: Make libfann and libgd optional
GD is experimental and never-enabled-by-default.
2018-12-03 00:13:14 +02:00
Alexander V. Nikolaev
ff5eba906a rspamd: drop gmime dependency, it is not used anymore 2018-12-03 00:13:14 +02:00
R. RyanTM
ceae2c2d05 rspamd: 1.8.0 -> 1.8.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rspamd/versions
2018-10-26 02:30:37 -07:00
R. RyanTM
f60759ab37 rspamd: 1.7.9 -> 1.8.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rspamd/versions
2018-10-13 19:03:27 -07:00
R. RyanTM
e8719747a8 rspamd: 1.7.3 -> 1.7.9 (#46194)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
rspamd
2018-09-28 21:18:05 +02:00