Skip to content

Commit

Permalink
add IMAPFilter to synocli-net
Browse files Browse the repository at this point in the history
  • Loading branch information
hgy59 committed Dec 31, 2020
1 parent e1434e1 commit e77206c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions spk/synocli-net/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
SPK_NAME = synocli-net
SPK_VERS = 1.5
SPK_REV = 7
SPK_VERS = 1.6
SPK_REV = 8
SPK_ICON = src/synocli-net.png

DEPENDS = cross/screen cross/tmux cross/nmap cross/links cross/sshfs cross/socat
DEPENDS += cross/rsync cross/autossh cross/arp-scan
DEPENDS += cross/imapfilter

OPTIONAL_DEPENDS = cross/fritzctl cross/ser2net

Expand All @@ -23,10 +24,10 @@ OPTIONAL_DESC := $(OPTIONAL_DESC)", ser2net"
endif

MAINTAINER = ymartin59
DESCRIPTION = "SynoCli Network Tools provides a set of small command-line utilities: screen, tmux, socat, nmap, arp-scan, links, sshfs, rsync, autossh$(OPTIONAL_DESC). Credits to Sebastian Schmidt \(publicarray\) for icons"
DESCRIPTION = "SynoCli Network Tools provides a set of small command-line utilities: screen, tmux, socat, nmap, arp-scan, links, sshfs, rsync, autossh, IMAPFilter$(OPTIONAL_DESC). Credits to Sebastian Schmidt \(publicarray\) for icons"
DISPLAY_NAME = SynoCli Network Tools
STARTABLE = no
CHANGELOG = "1. update openssl to 1.1 for dependent packages (tmux, nmap, socat, autossh, ser2net).<br/>2. Add autossh (incl. openssh)<br/>3. Add arp-scan v1.9.7<br/>4. Add links v2.21<br/>5. Update nmap to version 7.80<br/>6. Update screen to version 4.8.0<br/>7. Update socat to version 1.7.3.4<br/>8. Remove mosh and remove dependency of Perl (mosh is provided as dedicated package now)<br/>9. Fix autossh fails siliently (issue 4250)"
CHANGELOG = "Add IMAPFilter v2.7.5"

HOMEPAGE = https://github.com/SynoCommunity/spksrc/wiki/FAQ-SynoCliNet
LICENSE = Each tool is licensed under it\'s respective license.
Expand All @@ -47,4 +48,7 @@ SPK_COMMANDS += libexec/sftp-server libexec/ssh-keysign libexec/ssh-pkcs11-helpe
SPK_COMMANDS += sbin/sshd
SPK_COMMANDS += sbin/ser2net

SPK_COMMANDS += bin/imapfilter
SPK_LINKS += /usr/local/share/imapfilter:share/imapfilter

include ../../mk/spksrc.spk.mk

0 comments on commit e77206c

Please sign in to comment.