:: Re: [DNG] Rspamd 2.5 for Devuan 3 B…
Top Page
Delete this message
Reply to this message
Author: Mike Tubby
Date:  
To: dng
Subject: Re: [DNG] Rspamd 2.5 for Devuan 3 Beowulf


On 07/11/2020 12:11, Antony Stone wrote:
> On Saturday 07 November 2020 at 13:03:38, Mike Tubby wrote:
>
>> Hi Antony,
>>
>> That's probably what I want but it's very opaque on how to get it ... no
>> download link, no repository name?
> The repository name is beowulf-backports
>
>> What do I need to add to /etc/apt/sources.list to get it?
> You need to add beowulf-backports
>
> See the 'backports' section of https://www.devuan.org/os/packages if you're
> not familiar with adding additional repositories of this type.
>


Yes, I did this change to /etc/apt/sources.list

deb http://gb.deb.devuan.org/merged beowulf main non-free contrib
deb-src http://gb.deb.devuan.org/merged beowulf main non-free contrib
deb http://gb.deb.devuan.org/merged beowulf-security main non-free contrib
deb-src http://gb.deb.devuan.org/merged beowulf-security main non-free
contrib
deb http://gb.deb.devuan.org/merged beowulf-updates main non-free contrib
deb-src http://gb.deb.devuan.org/merged beowulf-updates main non-free
contrib
#deb http://gb.deb.devuan.org/merged beowulf-backports main
deb     http://deb.devuan.org/merged beowulf-backports main

and this:

root@mail:/etc/apt# apt-get update
Get:4 http://deb.devuan.org/merged beowulf-backports InRelease [26.3 kB]
Hit:1 http://deb.devuan.org/merged beowulf InRelease
Hit:2 http://deb.devuan.org/merged beowulf-security InRelease
Hit:3 http://deb.devuan.org/merged beowulf-updates InRelease
Get:5 http://deb.devuan.org/merged beowulf-backports/main amd64 Packages
[369 kB]
Get:6 http://deb.devuan.org/merged beowulf-backports/main Translation-en
[308 B]
Fetched 396 kB in 1s (696 kB/s)
Reading package lists... Done
root@mail:/etc/apt# apt-get upgrade

and then this:

root@mail:/etc/apt# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


this shows one hit:

root@mail:/etc/apt# apt-cache search rspamd
rspamd - Rapid spam filtering system


and "apt show rspamd" shows one record (for rspamd 1.8.1) by default but
says "one more record available use -s to see all":

root@mail:/etc/apt# apt show rspamd -a
Package: rspamd
Version: 2.5-1~bpo10+1
Priority: optional
Section: mail
Maintainer: Sebastien Badia <sbadia@???>
Installed-Size: 9,844 kB
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, ca-certificates, fonts-glyphicons-halflings,
libjs-bootstrap, libjs-jquery, libjs-requirejs, lsb-base, libc6 (>=
2.27), libgcc1 (>= 1:3.0), libglib2.0-0 (>= 2.39.4), libhyperscan5,
libicu63 (>= 63.1-1~), libluajit-5.1-2 (>= 2.0.4+dfsg), libpcre2-8-0 (>=
10.32), libsodium23 (>= 0.6.1), libsqlite3-0 (>= 3.7.15), libssl1.1 (>=
1.1.1), libstdc++6 (>= 5.2), libunwind8, zlib1g (>= 1:1.2.0), perl:any
Recommends: redis-server
Homepage: https://rspamd.com
Download-Size: 2,701 kB
APT-Sources: http://deb.devuan.org/merged beowulf-backports/main amd64
Packages
Description: Rapid spam filtering system
 Rspamd is a rapid, modular and lightweight spam filter. It is designed
to work
 with big amount of mail and can be easily extended with own filters
written in
 Lua.

Package: rspamd
Version: 1.8.1-2+b2
Priority: optional
Section: mail
Source: rspamd (1.8.1-2)
Maintainer: Sebastien Badia <sbadia@???>
Installed-Size: 20.7 MB
Depends: adduser, ca-certificates, libjs-bootstrap, libjs-d3,
libjs-jquery, libjs-requirejs, lsb-base, libc6 (>= 2.27), libevent-2.1-6
(>= 2.1.8-stable), libglib2.0-0 (>= 2.39.4), libicu63 (>= 63.1-1~),
libjemalloc2 (>= 3.5.0), libluajit-5.1-2 (>= 2.0.4+dfsg), libmagic1 (>=
5.12), libpcre2-8-0 (>= 10.32), libsqlite3-0 (>= 3.7.15), libssl1.1 (>=
1.1.1), libunwind8, zlib1g (>= 1:1.2.0)
Homepage: https://rspamd.com
Download-Size: 3,692 kB
APT-Manual-Installed: yes
APT-Sources: http://gb.deb.devuan.org/merged beowulf/main amd64 Packages
Description: Rapid spam filtering system
 Rspamd is a rapid, modular and lightweight spam filter. It is designed
to work
 with big amount of mail and can be easily extended with own filters
written in
 Lua.


which gets two records but apt-get upgrade or apt-get dist-upgrade will
won't pull in teh new version?


Mike


> Antony.
>