diff options
author | Wolfram Schlich <wschlich@gentoo.org> | 2017-02-23 16:35:59 +0100 |
---|---|---|
committer | Wolfram Schlich <wschlich@gentoo.org> | 2017-02-23 16:36:16 +0100 |
commit | 248d73194d0b5f8bfe3ac413d55438241aed5ef0 (patch) | |
tree | bf3ca19544a06f3b5f0eaf1d5c3527e2717a2fdc /app-antivirus/skyldav/files | |
parent | 720582e404e76ecfb6d01fa757c314aad9922593 (diff) | |
download | gentoo-248d73194d0b5f8bfe3ac413d55438241aed5ef0.tar.gz gentoo-248d73194d0b5f8bfe3ac413d55438241aed5ef0.tar.xz |
app-antivirus/skyldav: removed old versions
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-antivirus/skyldav/files')
5 files changed, 0 insertions, 94 deletions
diff --git a/app-antivirus/skyldav/files/skyldav-0.5-conf-r1.patch b/app-antivirus/skyldav/files/skyldav-0.5-conf-r1.patch deleted file mode 100644 index 86b78c335b9..00000000000 --- a/app-antivirus/skyldav/files/skyldav-0.5-conf-r1.patch +++ /dev/null @@ -1,29 +0,0 @@ -diff -urN skyldav-0.5.orig/examples/etc/skyldav.conf skyldav-0.5/examples/etc/skyldav.conf ---- skyldav-0.5.orig/examples/etc/skyldav.conf 2015-02-15 20:32:57.000000000 +0100 -+++ skyldav-0.5/examples/etc/skyldav.conf 2016-02-01 11:29:19.449054900 +0100 -@@ -19,14 +19,23 @@ - - # Directories that shall not be scanned (including subdirectories) - # EXCLUDE_PATH = /var/noscan, /opt/noscan -+# -+# Exclude various portage directories for performance reasons -+EXCLUDE_PATH = /usr/portage, /var/cache/edb, /var/db/pkg, /var/tmp/portage, /var/tmp/binpkgs, /var/log/portage - - # File systems that are local, virus scan results may be cached. - # LOCAL_FS = ext3, ext4, iso9660, tmpfs, vfat --LOCAL_FS = ext3, ext4, iso9660, tmpfs, vfat -+LOCAL_FS = ext2, ext3, ext4, xfs, zfs, btrfs, reiserfs, vfat, ntfs, iso9660, tmpfs - - # File systems that shall not be marked for virus scan. - # NOMARK_FS = proc, sysfs --NOMARK_FS = proc, sysfs, cifs -+# -+# Do not exclude devtmpfs and configs, as userspace could write malware onto them. -+# CIFS is also known to cause problems due to a background daemon, so we exclude it here -+# (https://github.com/xypron/skyldav/commit/63b01b912d3eed80f3db92aec8647770546f5c1c). -+# Note that FUSE file systems are automatically excluded from scanning -+# (https://github.com/xypron/skyldav/issues/3). -+NOMARK_FS = proc, sysfs, devpts, debugfs, securityfs, cgroup, rpc_pipefs, mqueue, autofs, cifs - - # Mounts that shall not be marked for virus scan. - # NOMARK_MNT = /mnt/noscan diff --git a/app-antivirus/skyldav/files/skyldav-0.5-examples.patch b/app-antivirus/skyldav/files/skyldav-0.5-examples.patch deleted file mode 100644 index 5c614685749..00000000000 --- a/app-antivirus/skyldav/files/skyldav-0.5-examples.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -urN skyldav-0.5.orig/Makefile.am skyldav-0.5/Makefile.am ---- skyldav-0.5.orig/Makefile.am 2015-02-15 20:32:57.000000000 +0100 -+++ skyldav-0.5/Makefile.am 2016-01-21 14:11:14.883632470 +0100 -@@ -9,7 +9,6 @@ - rm -rf doc/doxygen - - install-data-local: \ -- install-skyldav-examples \ - install-skyldav-conf \ - install-skyldavnotify-desktop - diff --git a/app-antivirus/skyldav/files/skyldav-0.5-syslog.patch b/app-antivirus/skyldav/files/skyldav-0.5-syslog.patch deleted file mode 100644 index 2e72ce2ab58..00000000000 --- a/app-antivirus/skyldav/files/skyldav-0.5-syslog.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -urN skyldav-0.5.orig/src/skyldav/Messaging.cc skyldav-0.5/src/skyldav/Messaging.cc ---- skyldav-0.5.orig/src/skyldav/Messaging.cc 2015-02-15 20:32:57.000000000 +0100 -+++ skyldav-0.5/src/skyldav/Messaging.cc 2016-01-21 14:17:12.492010594 +0100 -@@ -118,15 +118,17 @@ - break; - case INFORMATION: - type = "I"; -- syslog(LOG_NOTICE, "%s", message.c_str()); -+ syslog(LOG_INFO, "%s", message.c_str()); - std::cout << message << std::endl; - break; - case DEBUG: - type = "D"; -+ syslog(LOG_DEBUG, "%s", message.c_str()); - std::cout << message << std::endl; - return; - default: - type = " "; -+ syslog(LOG_NOTICE, "%s", message.c_str()); - std::cout << message << std::endl; - break; - } diff --git a/app-antivirus/skyldav/files/skyldav-0.6-conf.patch b/app-antivirus/skyldav/files/skyldav-0.6-conf.patch deleted file mode 100644 index 879e445039c..00000000000 --- a/app-antivirus/skyldav/files/skyldav-0.6-conf.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -urN skyldav-0.6.orig/examples/etc/skyldav.conf skyldav-0.6/examples/etc/skyldav.conf ---- skyldav-0.6.orig/examples/etc/skyldav.conf 2016-04-13 00:55:28.000000000 +0200 -+++ skyldav-0.6/examples/etc/skyldav.conf 2016-04-22 10:18:56.631146410 +0200 -@@ -22,6 +22,9 @@ - - # Directories that shall not be scanned (including subdirectories) - # EXCLUDE_PATH = /var/noscan, /opt/noscan -+# -+# Exclude various portage directories for performance reasons -+EXCLUDE_PATH = /usr/portage, /var/cache/edb, /var/db/pkg, /var/tmp/portage, /var/tmp/binpkgs, /var/log/portage - - # File systems that are local, virus scan results may be cached. - # LOCAL_FS = ext3, ext4, iso9660, tmpfs, vfat -@@ -31,6 +34,7 @@ - # File systems that shall not be marked for virus scan. - # Cifs uses a background daemon which causes problems when scanned. - # Exclusion of fuse file systems is hard coded. -+# Do not exclude devtmpfs and configfs, as userspace could write malware onto them! - # NOMARK_FS = proc, sysfs - NOMARK_FS = proc, sysfs, devpts, debugfs, securityfs, cgroup, rpc_pipefs - NOMARK_FS = mqueue, autofs, cifs diff --git a/app-antivirus/skyldav/files/skyldav-0.6-examples.patch b/app-antivirus/skyldav/files/skyldav-0.6-examples.patch deleted file mode 100644 index 7ae29a191a9..00000000000 --- a/app-antivirus/skyldav/files/skyldav-0.6-examples.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -urN skyldav-0.6.orig/Makefile.am skyldav-0.6/Makefile.am ---- skyldav-0.6.orig/Makefile.am 2016-04-13 00:55:28.000000000 +0200 -+++ skyldav-0.6/Makefile.am 2016-04-22 10:19:55.730771296 +0200 -@@ -9,7 +9,6 @@ - rm -rf doc/doxygen - - install-data-local: \ -- install-skyldav-examples \ - install-skyldav-conf \ - install-skyldavnotify-desktop - |