[arch-commits] Commit in clamav/repos/extra-x86_64 (10 files)
Levente Polyak
anthraxx at archlinux.org
Tue Jul 31 09:31:45 UTC 2018
Date: Tuesday, July 31, 2018 @ 09:31:45
Author: anthraxx
Revision: 329706
archrelease: copy trunk to extra-x86_64
Added:
clamav/repos/extra-x86_64/PKGBUILD
(from rev 329705, clamav/trunk/PKGBUILD)
clamav/repos/extra-x86_64/clamav.install
(from rev 329705, clamav/trunk/clamav.install)
clamav/repos/extra-x86_64/clamav.logrotate
(from rev 329705, clamav/trunk/clamav.logrotate)
clamav/repos/extra-x86_64/clamav.sysusers
(from rev 329705, clamav/trunk/clamav.sysusers)
clamav/repos/extra-x86_64/clamav.tmpfiles
(from rev 329705, clamav/trunk/clamav.tmpfiles)
Deleted:
clamav/repos/extra-x86_64/PKGBUILD
clamav/repos/extra-x86_64/clamav.install
clamav/repos/extra-x86_64/clamav.logrotate
clamav/repos/extra-x86_64/clamav.sysusers
clamav/repos/extra-x86_64/clamav.tmpfiles
------------------+
PKGBUILD | 168 ++++++++++++++++++++++++++---------------------------
clamav.install | 22 +++---
clamav.logrotate | 22 +++---
clamav.sysusers | 2
clamav.tmpfiles | 6 -
5 files changed, 110 insertions(+), 110 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-31 09:31:38 UTC (rev 329705)
+++ PKGBUILD 2018-07-31 09:31:45 UTC (rev 329706)
@@ -1,84 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Dale Blount <dale at archlinux.org>
-# Contributor: Gregor Ibic <gregor.ibic at intelicom.si>
-# Contributor: Gaetan Bisson <bisson at archlinux.org>
-
-pkgname=clamav
-pkgver=0.100.0
-pkgrel=2
-pkgdesc='Anti-virus toolkit for Unix'
-url='https://www.clamav.net/'
-license=('GPL')
-arch=('x86_64')
-depends=('bzip2' 'libltdl' 'libxml2' 'curl' 'libsystemd' 'pcre2' 'json-c')
-makedepends=('libmilter' 'systemd')
-backup=('etc/clamav/clamd.conf'
- 'etc/clamav/freshclam.conf'
- 'etc/clamav/clamav-milter.conf'
- 'etc/logrotate.d/clamav')
-install=clamav.install
-source=(https://www.clamav.net/downloads/production/${pkgname}-${pkgver}.tar.gz{,.sig}
- clamav.logrotate
- clamav.tmpfiles
- clamav.sysusers)
-sha512sums=('57e1da86a32fdfb66887c4aeed03008bc070ce3cb6b881db411332f2f2e640b73dca84d990f5886526b3d6bd0c2770c7dcce5b4e7cf48323824c362452593549'
- 'SKIP'
- '9cb168c1c16bb43c99900d7ef34456e3f3b593d4d1943c875a0306bc86fd3872cb78e9e1413dcba93579e01b96d466c9eea1975e24190193663b7986c4525d48'
- 'c5443634399bd87fe0d0192518538ffdb7296a8437b5b0160a0fbd58696b01285de3237e3feb552c0095c49e576832dec2e2b2107eef2be42424ed7edd13cd19'
- 'b984836f6c34d97b90d81fa5d17361a2e3f8c0cc709e3350a4d25cf088dc04f7bf2504359980c8be489c96b1b8798c60e6da533069d3378d49d4f50f929a2c90')
-validpgpkeys=('65ED513993F08DA06F9639A6F13F9E16BCA5BFAD') # Talos (Talos, Cisco Systems Inc.) <research at sourcefire.com>
-
-prepare() {
- cd ${pkgname}-${pkgver}
- sed -E 's|^(Example)$|#\1|' -i etc/{clamd,freshclam,clamav-milter}.conf.sample
- sed -E 's|#(User) .+|\1 clamav|' -i etc/{clamd,freshclam,clamav-milter}.conf.sample
- sed -E 's|#(LogFile) .+|\1 /var/log/clamav/clamd.log|' -i etc/clamd.conf.sample
- sed -E 's|#(LogTime) .+|\1 yes|' -i etc/clamd.conf.sample etc/clamav-milter.conf.sample
- sed -E 's|#(PidFile) .+|\1 /run/clamav/clamd.pid|' -i etc/clamd.conf.sample
- sed -E 's|#(TemporaryDirectory) .+|\1 /tmp|' -i etc/{clamd,clamav-milter}.conf.sample
- sed -E 's|#(LocalSocket) .+|\1 /run/clamav/clamd.ctl|' -i etc/clamd.conf.sample
- sed -E 's|#(UpdateLogFile) .+|\1 /var/log/clamav/freshclam.log|' -i etc/freshclam.conf.sample
- sed -E 's|#(DatabaseMirror) .+|\1 database.clamav.net|' -i etc/freshclam.conf.sample
- sed -E 's|#(NotifyClamd) .+|\1 /etc/clamav/clamd.conf|' -i etc/freshclam.conf.sample
- sed -E 's|#(PidFile) .+|\1 /run/clamav/freshclam.pid|' -i etc/freshclam.conf.sample
- sed -E 's|#(LogFile) .+|\1 /var/log/clamav/clamav-milter.log|' -i etc/clamav-milter.conf.sample
- sed -E 's|#(PidFile) .+|\1 /run/clamav/clamav-milter.pid|' -i etc/clamav-milter.conf.sample
- autoreconf -fiv
-}
-
-build() {
- cd ${pkgname}-${pkgver}
- # --disable-zlib-vcheck because the configure script thinks that
- # zlib 1.2.11 is older than 1.2.2
- ./configure \
- --prefix=/usr \
- --sbindir=/usr/bin \
- --sysconfdir=/etc/clamav \
- --with-dbdir=/var/lib/clamav \
- --with-user=clamav \
- --with-group=clamav \
- --disable-rpath \
- --disable-clamav \
- --disable-llvm \
- --enable-zlib-vcheck \
- --enable-milter \
- --enable-clamdtop
-
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-
- mv "${pkgdir}"/etc/clamav/freshclam.conf{.sample,}
- mv "${pkgdir}"/etc/clamav/clamd.conf{.sample,}
- mv "${pkgdir}"/etc/clamav/clamav-milter.conf{.sample,}
-
- install -Dm 644 ../clamav.sysusers "${pkgdir}"/usr/lib/sysusers.d/clamav.conf
- install -Dm 644 ../clamav.tmpfiles "${pkgdir}"/usr/lib/tmpfiles.d/clamav.conf
- install -Dm 644 ../clamav.logrotate "${pkgdir}"/etc/logrotate.d/clamav
-}
-
-# vim: ts=2 sw=2 et:
Copied: clamav/repos/extra-x86_64/PKGBUILD (from rev 329705, clamav/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-07-31 09:31:45 UTC (rev 329706)
@@ -0,0 +1,84 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Dale Blount <dale at archlinux.org>
+# Contributor: Gregor Ibic <gregor.ibic at intelicom.si>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+
+pkgname=clamav
+pkgver=0.100.1
+pkgrel=1
+pkgdesc='Anti-virus toolkit for Unix'
+url='https://www.clamav.net/'
+license=('GPL')
+arch=('x86_64')
+depends=('bzip2' 'libltdl' 'libxml2' 'curl' 'libsystemd' 'pcre2' 'json-c')
+makedepends=('libmilter' 'systemd')
+backup=('etc/clamav/clamd.conf'
+ 'etc/clamav/freshclam.conf'
+ 'etc/clamav/clamav-milter.conf'
+ 'etc/logrotate.d/clamav')
+install=clamav.install
+source=(https://www.clamav.net/downloads/production/${pkgname}-${pkgver}.tar.gz{,.sig}
+ clamav.logrotate
+ clamav.tmpfiles
+ clamav.sysusers)
+sha512sums=('13a4e050e030ac3d1cc07b12bdd56c455e266e0b205a4c9bc9f18e53f6d8913a66eed2296abf857f395227ab0ed5c7bc90bc357bcb314dc9e18a9c6177dcc5b2'
+ 'SKIP'
+ '9cb168c1c16bb43c99900d7ef34456e3f3b593d4d1943c875a0306bc86fd3872cb78e9e1413dcba93579e01b96d466c9eea1975e24190193663b7986c4525d48'
+ 'c5443634399bd87fe0d0192518538ffdb7296a8437b5b0160a0fbd58696b01285de3237e3feb552c0095c49e576832dec2e2b2107eef2be42424ed7edd13cd19'
+ 'b984836f6c34d97b90d81fa5d17361a2e3f8c0cc709e3350a4d25cf088dc04f7bf2504359980c8be489c96b1b8798c60e6da533069d3378d49d4f50f929a2c90')
+validpgpkeys=('65ED513993F08DA06F9639A6F13F9E16BCA5BFAD') # Talos (Talos, Cisco Systems Inc.) <research at sourcefire.com>
+
+prepare() {
+ cd ${pkgname}-${pkgver}
+ sed -E 's|^(Example)$|#\1|' -i etc/{clamd,freshclam,clamav-milter}.conf.sample
+ sed -E 's|#(User) .+|\1 clamav|' -i etc/{clamd,freshclam,clamav-milter}.conf.sample
+ sed -E 's|#(LogFile) .+|\1 /var/log/clamav/clamd.log|' -i etc/clamd.conf.sample
+ sed -E 's|#(LogTime) .+|\1 yes|' -i etc/clamd.conf.sample etc/clamav-milter.conf.sample
+ sed -E 's|#(PidFile) .+|\1 /run/clamav/clamd.pid|' -i etc/clamd.conf.sample
+ sed -E 's|#(TemporaryDirectory) .+|\1 /tmp|' -i etc/{clamd,clamav-milter}.conf.sample
+ sed -E 's|#(LocalSocket) .+|\1 /run/clamav/clamd.ctl|' -i etc/clamd.conf.sample
+ sed -E 's|#(UpdateLogFile) .+|\1 /var/log/clamav/freshclam.log|' -i etc/freshclam.conf.sample
+ sed -E 's|#(DatabaseMirror) .+|\1 database.clamav.net|' -i etc/freshclam.conf.sample
+ sed -E 's|#(NotifyClamd) .+|\1 /etc/clamav/clamd.conf|' -i etc/freshclam.conf.sample
+ sed -E 's|#(PidFile) .+|\1 /run/clamav/freshclam.pid|' -i etc/freshclam.conf.sample
+ sed -E 's|#(LogFile) .+|\1 /var/log/clamav/clamav-milter.log|' -i etc/clamav-milter.conf.sample
+ sed -E 's|#(PidFile) .+|\1 /run/clamav/clamav-milter.pid|' -i etc/clamav-milter.conf.sample
+ autoreconf -fiv
+}
+
+build() {
+ cd ${pkgname}-${pkgver}
+ # --disable-zlib-vcheck because the configure script thinks that
+ # zlib 1.2.11 is older than 1.2.2
+ ./configure \
+ --prefix=/usr \
+ --sbindir=/usr/bin \
+ --sysconfdir=/etc/clamav \
+ --with-dbdir=/var/lib/clamav \
+ --with-user=clamav \
+ --with-group=clamav \
+ --disable-rpath \
+ --disable-clamav \
+ --disable-llvm \
+ --enable-zlib-vcheck \
+ --enable-milter \
+ --enable-clamdtop
+
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+
+ mv "${pkgdir}"/etc/clamav/freshclam.conf{.sample,}
+ mv "${pkgdir}"/etc/clamav/clamd.conf{.sample,}
+ mv "${pkgdir}"/etc/clamav/clamav-milter.conf{.sample,}
+
+ install -Dm 644 ../clamav.sysusers "${pkgdir}"/usr/lib/sysusers.d/clamav.conf
+ install -Dm 644 ../clamav.tmpfiles "${pkgdir}"/usr/lib/tmpfiles.d/clamav.conf
+ install -Dm 644 ../clamav.logrotate "${pkgdir}"/etc/logrotate.d/clamav
+}
+
+# vim: ts=2 sw=2 et:
Deleted: clamav.install
===================================================================
--- clamav.install 2018-07-31 09:31:38 UTC (rev 329705)
+++ clamav.install 2018-07-31 09:31:45 UTC (rev 329706)
@@ -1,11 +0,0 @@
-post_upgrade() {
- if (( $(vercmp $2 0.99.3) <= 0 )); then
- cat << EOF
-
-===> WARNING: ClamAV service files have been renamed:
- -> clamav-daemon.service
- -> clamav-freshclam.service
-
-EOF
- fi
-}
Copied: clamav/repos/extra-x86_64/clamav.install (from rev 329705, clamav/trunk/clamav.install)
===================================================================
--- clamav.install (rev 0)
+++ clamav.install 2018-07-31 09:31:45 UTC (rev 329706)
@@ -0,0 +1,11 @@
+post_upgrade() {
+ if (( $(vercmp $2 0.99.3) <= 0 )); then
+ cat << EOF
+
+===> WARNING: ClamAV service files have been renamed:
+ -> clamav-daemon.service
+ -> clamav-freshclam.service
+
+EOF
+ fi
+}
Deleted: clamav.logrotate
===================================================================
--- clamav.logrotate 2018-07-31 09:31:38 UTC (rev 329705)
+++ clamav.logrotate 2018-07-31 09:31:45 UTC (rev 329706)
@@ -1,11 +0,0 @@
-/var/log/clamav/clamd.log /var/log/clamav/freshclam.log /var/log/clamav/clamav-milter.log {
- create 644 clamav clamav
- sharedscripts
- missingok
- notifempty
- postrotate
- /bin/kill -HUP `cat /run/clamav/clamd.pid 2>/dev/null` 2> /dev/null || true
- /bin/kill -HUP `cat /run/clamav/freshclam.pid 2>/dev/null` 2> /dev/null || true
- /bin/kill -HUP `cat /run/clamav/clamav-milter.pid 2>/dev/null` 2> /dev/null || true
- endscript
-}
Copied: clamav/repos/extra-x86_64/clamav.logrotate (from rev 329705, clamav/trunk/clamav.logrotate)
===================================================================
--- clamav.logrotate (rev 0)
+++ clamav.logrotate 2018-07-31 09:31:45 UTC (rev 329706)
@@ -0,0 +1,11 @@
+/var/log/clamav/clamd.log /var/log/clamav/freshclam.log /var/log/clamav/clamav-milter.log {
+ create 644 clamav clamav
+ sharedscripts
+ missingok
+ notifempty
+ postrotate
+ /bin/kill -HUP `cat /run/clamav/clamd.pid 2>/dev/null` 2> /dev/null || true
+ /bin/kill -HUP `cat /run/clamav/freshclam.pid 2>/dev/null` 2> /dev/null || true
+ /bin/kill -HUP `cat /run/clamav/clamav-milter.pid 2>/dev/null` 2> /dev/null || true
+ endscript
+}
Deleted: clamav.sysusers
===================================================================
--- clamav.sysusers 2018-07-31 09:31:38 UTC (rev 329705)
+++ clamav.sysusers 2018-07-31 09:31:45 UTC (rev 329706)
@@ -1 +0,0 @@
-u clamav 64 "Clam AntiVirus" -
Copied: clamav/repos/extra-x86_64/clamav.sysusers (from rev 329705, clamav/trunk/clamav.sysusers)
===================================================================
--- clamav.sysusers (rev 0)
+++ clamav.sysusers 2018-07-31 09:31:45 UTC (rev 329706)
@@ -0,0 +1 @@
+u clamav 64 "Clam AntiVirus" -
Deleted: clamav.tmpfiles
===================================================================
--- clamav.tmpfiles 2018-07-31 09:31:38 UTC (rev 329705)
+++ clamav.tmpfiles 2018-07-31 09:31:45 UTC (rev 329706)
@@ -1,3 +0,0 @@
-d /run/clamav 0755 clamav clamav
-d /var/log/clamav 0755 clamav clamav
-d /var/lib/clamav 0755 clamav clamav
Copied: clamav/repos/extra-x86_64/clamav.tmpfiles (from rev 329705, clamav/trunk/clamav.tmpfiles)
===================================================================
--- clamav.tmpfiles (rev 0)
+++ clamav.tmpfiles 2018-07-31 09:31:45 UTC (rev 329706)
@@ -0,0 +1,3 @@
+d /run/clamav 0755 clamav clamav
+d /var/log/clamav 0755 clamav clamav
+d /var/lib/clamav 0755 clamav clamav
More information about the arch-commits
mailing list