evolution-clamav:master

Last commit made on 2023-12-15
Get this branch:
git clone -b master https://git.launchpad.net/evolution-clamav
Only Mark Grant can upload to this branch. If you are Mark Grant please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:evolution-clamav

Recent commits

510ad97... by Mark Grant

v1.1.3

Signed-off-by: Mark Grant <email address hidden>

85b5c99... by Mark Grant

at: Update ChangeLog and NEWS for new release

Signed-off-by: Mark Grant <email address hidden>

21679f1... by Mark Grant

at: Improve Evolution settings instructions

Signed-off-by: Mark Grant <email address hidden>

3e585d5... by Mark Grant

pkglibexec: Remove options not supported by clamdscan

Signed-off-by: Mark Grant <email address hidden>

a0abf11... by Mark Grant

bash: Remove unused legacy file

Signed-off-by: Mark Grant <email address hidden>

59f9642... by Mark Grant

v1.1.2

Signed-off-by: Mark Grant <email address hidden>

8bc80cd... by Mark Grant

at: Update ChangeLog and NEWS for new release

Signed-off-by: Mark Grant <email address hidden>

910d5a0... by Mark Grant

Merge branch 'libexec' into tip

Conflict in bash/pkglibexec/Makefile.am caused by renaming from
bash/Makefile.am. Resolved.

Signed-off-by: Mark Grant <email address hidden>

b64018e... by Mark Grant

pkglibexec: Fix Unreachable code warning

Found by shellcheck:-
SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly).

Link: https://www.shellcheck.net/wiki/SC2317
Signed-off-by: Mark Grant <email address hidden>

13c9e0d... by Mark Grant

pkglibexec: Fix Double quote to prevent globbing etc

Found by shellcheck:-
SC2086 (info): Double quote to prevent globbing and word splitting.

Link: https://www.shellcheck.net/wiki/SC2086
Signed-off-by: Mark Grant <email address hidden>