[arch-commits] Commit in clamav/repos (18 files)

2016-03-02 Thread Evangelos Foutras
Date: Wednesday, March 2, 2016 @ 19:30:47
  Author: foutrelis
Revision: 260541

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  clamav/repos/staging-i686/
  clamav/repos/staging-i686/PKGBUILD
(from rev 260540, clamav/trunk/PKGBUILD)
  clamav/repos/staging-i686/clamd.conf
(from rev 260540, clamav/trunk/clamd.conf)
  clamav/repos/staging-i686/clamd.service
(from rev 260540, clamav/trunk/clamd.service)
  clamav/repos/staging-i686/freshclam.conf
(from rev 260540, clamav/trunk/freshclam.conf)
  clamav/repos/staging-i686/freshclamd.service
(from rev 260540, clamav/trunk/freshclamd.service)
  clamav/repos/staging-i686/install
(from rev 260540, clamav/trunk/install)
  clamav/repos/staging-i686/logrotate
(from rev 260540, clamav/trunk/logrotate)
  clamav/repos/staging-i686/tmpfiles.d
(from rev 260540, clamav/trunk/tmpfiles.d)
  clamav/repos/staging-x86_64/
  clamav/repos/staging-x86_64/PKGBUILD
(from rev 260540, clamav/trunk/PKGBUILD)
  clamav/repos/staging-x86_64/clamd.conf
(from rev 260540, clamav/trunk/clamd.conf)
  clamav/repos/staging-x86_64/clamd.service
(from rev 260540, clamav/trunk/clamd.service)
  clamav/repos/staging-x86_64/freshclam.conf
(from rev 260540, clamav/trunk/freshclam.conf)
  clamav/repos/staging-x86_64/freshclamd.service
(from rev 260540, clamav/trunk/freshclamd.service)
  clamav/repos/staging-x86_64/install
(from rev 260540, clamav/trunk/install)
  clamav/repos/staging-x86_64/logrotate
(from rev 260540, clamav/trunk/logrotate)
  clamav/repos/staging-x86_64/tmpfiles.d
(from rev 260540, clamav/trunk/tmpfiles.d)

---+
 staging-i686/PKGBUILD |   64 
 staging-i686/clamd.conf   |6 +++
 staging-i686/clamd.service|   11 ++
 staging-i686/freshclam.conf   |3 +
 staging-i686/freshclamd.service   |   10 +
 staging-i686/install  |   15 
 staging-i686/logrotate|   10 +
 staging-i686/tmpfiles.d   |1 
 staging-x86_64/PKGBUILD   |   64 
 staging-x86_64/clamd.conf |6 +++
 staging-x86_64/clamd.service  |   11 ++
 staging-x86_64/freshclam.conf |3 +
 staging-x86_64/freshclamd.service |   10 +
 staging-x86_64/install|   15 
 staging-x86_64/logrotate  |   10 +
 staging-x86_64/tmpfiles.d |1 
 16 files changed, 240 insertions(+)

Copied: clamav/repos/staging-i686/PKGBUILD (from rev 260540, 
clamav/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-02 18:30:47 UTC (rev 260541)
@@ -0,0 +1,64 @@
+# $Id$
+# Contributor: Dale Blount 
+# Contributor: Gregor Ibic 
+# Maintainer: Gaetan Bisson 
+
+pkgname=clamav
+pkgver=0.99
+pkgrel=3
+pkgdesc='Anti-virus toolkit for Unix'
+url='http://www.clamav.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('libmilter')
+depends=('bzip2' 'libltdl' 'gcc-libs')
+validpgpkeys=('B964E6D7BC7D7C82CCB8D45840B8EA2364221D53'
+  'F79FB2D08751574C5D3FDFFBB3D5342C260429A0')
+source=("http://www.clamav.net/downloads/production/${pkgname}-${pkgver}.tar.gz"{,.sig}
+'logrotate'
+'tmpfiles.d'
+'clamd.conf'
+'freshclam.conf'
+'clamd.service'
+'freshclamd.service')
+sha1sums=('7834baf3ce4898dd856e652c9d0301a8e14b4615' 'SKIP'
+  'bb488a56b0f6a0760446cde89c1e3321e2717b78'
+  'a224ea9b4d0f4f196827347d54bed51e11c197ea'
+  '887f624eb305f2446f55d8339e2972ad0cfe2b79'
+  'b767837d0279ad30b92c314cb762b73e5ad0415e'
+  '77899cce83f04cbe134b30da376f879d2841f769'
+  'cda9a087e5593992150cb456e34c5f6f589aca82')
+
+backup=('etc/clamav/clamd.conf'
+'etc/clamav/freshclam.conf'
+'etc/logrotate.d/clamav')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --sysconfdir=/etc/clamav \
+   --with-dbdir=/var/lib/clamav \
+   --disable-clamav \
+   --enable-milter \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   install -Dm644 ../clamd.conf "${pkgdir}"/etc/clamav/clamd.conf
+   install -Dm644 ../freshclam.conf "${pkgdir}"/etc/clamav/freshclam.conf
+   install -Dm644 ../freshclamd.service 
"${pkgdir}"/usr/lib/systemd/system/freshclamd.service
+   install -Dm644 ../clamd.service 
"${pkgdir}"/usr/lib/systemd/system/clamd.service
+   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/clamav.conf
+   install -Dm644 ../logrotate "${pkgdir}"/etc/logrotate.d/clamav
+

[arch-commits] Commit in clamav/repos (18 files)

2015-12-05 Thread Bartłomiej Piotrowski
Date: Saturday, December 5, 2015 @ 16:57:49
  Author: bpiotrowski
Revision: 252456

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  clamav/repos/staging-i686/
  clamav/repos/staging-i686/PKGBUILD
(from rev 252455, clamav/trunk/PKGBUILD)
  clamav/repos/staging-i686/clamd.conf
(from rev 252455, clamav/trunk/clamd.conf)
  clamav/repos/staging-i686/clamd.service
(from rev 252455, clamav/trunk/clamd.service)
  clamav/repos/staging-i686/freshclam.conf
(from rev 252455, clamav/trunk/freshclam.conf)
  clamav/repos/staging-i686/freshclamd.service
(from rev 252455, clamav/trunk/freshclamd.service)
  clamav/repos/staging-i686/install
(from rev 252455, clamav/trunk/install)
  clamav/repos/staging-i686/logrotate
(from rev 252455, clamav/trunk/logrotate)
  clamav/repos/staging-i686/tmpfiles.d
(from rev 252455, clamav/trunk/tmpfiles.d)
  clamav/repos/staging-x86_64/
  clamav/repos/staging-x86_64/PKGBUILD
(from rev 252455, clamav/trunk/PKGBUILD)
  clamav/repos/staging-x86_64/clamd.conf
(from rev 252455, clamav/trunk/clamd.conf)
  clamav/repos/staging-x86_64/clamd.service
(from rev 252455, clamav/trunk/clamd.service)
  clamav/repos/staging-x86_64/freshclam.conf
(from rev 252455, clamav/trunk/freshclam.conf)
  clamav/repos/staging-x86_64/freshclamd.service
(from rev 252455, clamav/trunk/freshclamd.service)
  clamav/repos/staging-x86_64/install
(from rev 252455, clamav/trunk/install)
  clamav/repos/staging-x86_64/logrotate
(from rev 252455, clamav/trunk/logrotate)
  clamav/repos/staging-x86_64/tmpfiles.d
(from rev 252455, clamav/trunk/tmpfiles.d)

---+
 staging-i686/PKGBUILD |   64 
 staging-i686/clamd.conf   |6 +++
 staging-i686/clamd.service|   11 ++
 staging-i686/freshclam.conf   |3 +
 staging-i686/freshclamd.service   |   10 +
 staging-i686/install  |   15 
 staging-i686/logrotate|   10 +
 staging-i686/tmpfiles.d   |1 
 staging-x86_64/PKGBUILD   |   64 
 staging-x86_64/clamd.conf |6 +++
 staging-x86_64/clamd.service  |   11 ++
 staging-x86_64/freshclam.conf |3 +
 staging-x86_64/freshclamd.service |   10 +
 staging-x86_64/install|   15 
 staging-x86_64/logrotate  |   10 +
 staging-x86_64/tmpfiles.d |1 
 16 files changed, 240 insertions(+)

Copied: clamav/repos/staging-i686/PKGBUILD (from rev 252455, 
clamav/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-05 15:57:49 UTC (rev 252456)
@@ -0,0 +1,64 @@
+# $Id$
+# Contributor: Dale Blount 
+# Contributor: Gregor Ibic 
+# Maintainer: Gaetan Bisson 
+
+pkgname=clamav
+pkgver=0.99
+pkgrel=2
+pkgdesc='Anti-virus toolkit for Unix'
+url='http://www.clamav.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('libmilter')
+depends=('bzip2' 'libltdl' 'gcc-libs')
+validpgpkeys=('B964E6D7BC7D7C82CCB8D45840B8EA2364221D53'
+  'F79FB2D08751574C5D3FDFFBB3D5342C260429A0')
+source=("http://www.clamav.net/downloads/production/${pkgname}-${pkgver}.tar.gz"{,.sig}
+'logrotate'
+'tmpfiles.d'
+'clamd.conf'
+'freshclam.conf'
+'clamd.service'
+'freshclamd.service')
+sha1sums=('7834baf3ce4898dd856e652c9d0301a8e14b4615' 'SKIP'
+  'bb488a56b0f6a0760446cde89c1e3321e2717b78'
+  'a224ea9b4d0f4f196827347d54bed51e11c197ea'
+  '887f624eb305f2446f55d8339e2972ad0cfe2b79'
+  'b767837d0279ad30b92c314cb762b73e5ad0415e'
+  '77899cce83f04cbe134b30da376f879d2841f769'
+  'cda9a087e5593992150cb456e34c5f6f589aca82')
+
+backup=('etc/clamav/clamd.conf'
+'etc/clamav/freshclam.conf'
+'etc/logrotate.d/clamav')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --sysconfdir=/etc/clamav \
+   --with-dbdir=/var/lib/clamav \
+   --disable-clamav \
+   --enable-milter \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   install -Dm644 ../clamd.conf "${pkgdir}"/etc/clamav/clamd.conf
+   install -Dm644 ../freshclam.conf "${pkgdir}"/etc/clamav/freshclam.conf
+   install -Dm644 ../freshclamd.service 
"${pkgdir}"/usr/lib/systemd/system/freshclamd.service
+   install -Dm644 ../clamd.service 
"${pkgdir}"/usr/lib/systemd/system/clamd.service
+   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/clamav.conf
+   install -Dm644 ../logrotate 

[arch-commits] Commit in clamav/repos (18 files)

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 19:01:20
  Author: foutrelis
Revision: 245368

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  clamav/repos/staging-i686/
  clamav/repos/staging-i686/PKGBUILD
(from rev 245365, clamav/trunk/PKGBUILD)
  clamav/repos/staging-i686/clamd.conf
(from rev 245365, clamav/trunk/clamd.conf)
  clamav/repos/staging-i686/clamd.service
(from rev 245365, clamav/trunk/clamd.service)
  clamav/repos/staging-i686/freshclam.conf
(from rev 245365, clamav/trunk/freshclam.conf)
  clamav/repos/staging-i686/freshclamd.service
(from rev 245365, clamav/trunk/freshclamd.service)
  clamav/repos/staging-i686/install
(from rev 245366, clamav/trunk/install)
  clamav/repos/staging-i686/logrotate
(from rev 245366, clamav/trunk/logrotate)
  clamav/repos/staging-i686/tmpfiles.d
(from rev 245366, clamav/trunk/tmpfiles.d)
  clamav/repos/staging-x86_64/
  clamav/repos/staging-x86_64/PKGBUILD
(from rev 245366, clamav/trunk/PKGBUILD)
  clamav/repos/staging-x86_64/clamd.conf
(from rev 245366, clamav/trunk/clamd.conf)
  clamav/repos/staging-x86_64/clamd.service
(from rev 245366, clamav/trunk/clamd.service)
  clamav/repos/staging-x86_64/freshclam.conf
(from rev 245366, clamav/trunk/freshclam.conf)
  clamav/repos/staging-x86_64/freshclamd.service
(from rev 245366, clamav/trunk/freshclamd.service)
  clamav/repos/staging-x86_64/install
(from rev 245366, clamav/trunk/install)
  clamav/repos/staging-x86_64/logrotate
(from rev 245366, clamav/trunk/logrotate)
  clamav/repos/staging-x86_64/tmpfiles.d
(from rev 245366, clamav/trunk/tmpfiles.d)

---+
 staging-i686/PKGBUILD |   64 
 staging-i686/clamd.conf   |6 +++
 staging-i686/clamd.service|   11 ++
 staging-i686/freshclam.conf   |3 +
 staging-i686/freshclamd.service   |   10 +
 staging-i686/install  |   15 
 staging-i686/logrotate|   10 +
 staging-i686/tmpfiles.d   |1 
 staging-x86_64/PKGBUILD   |   64 
 staging-x86_64/clamd.conf |6 +++
 staging-x86_64/clamd.service  |   11 ++
 staging-x86_64/freshclam.conf |3 +
 staging-x86_64/freshclamd.service |   10 +
 staging-x86_64/install|   15 
 staging-x86_64/logrotate  |   10 +
 staging-x86_64/tmpfiles.d |1 
 16 files changed, 240 insertions(+)

Copied: clamav/repos/staging-i686/PKGBUILD (from rev 245365, 
clamav/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-09-06 17:01:20 UTC (rev 245368)
@@ -0,0 +1,64 @@
+# $Id$
+# Contributor: Dale Blount 
+# Contributor: Gregor Ibic 
+# Maintainer: Gaetan Bisson 
+
+pkgname=clamav
+pkgver=0.98.7
+pkgrel=3
+pkgdesc='Anti-virus toolkit for Unix'
+url='http://www.clamav.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('libmilter')
+depends=('bzip2' 'libltdl' 'gcc-libs')
+validpgpkeys=('B964E6D7BC7D7C82CCB8D45840B8EA2364221D53'
+  'F79FB2D08751574C5D3FDFFBB3D5342C260429A0')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.sig}
+'logrotate'
+'tmpfiles.d'
+'clamd.conf'
+'freshclam.conf'
+'clamd.service'
+'freshclamd.service')
+sha1sums=('c9793d67c041e2b944116d912f8681c8bd6e4432' 'SKIP'
+  'bb488a56b0f6a0760446cde89c1e3321e2717b78'
+  'a224ea9b4d0f4f196827347d54bed51e11c197ea'
+  '887f624eb305f2446f55d8339e2972ad0cfe2b79'
+  'b767837d0279ad30b92c314cb762b73e5ad0415e'
+  '77899cce83f04cbe134b30da376f879d2841f769'
+  'cda9a087e5593992150cb456e34c5f6f589aca82')
+
+backup=('etc/clamav/clamd.conf'
+'etc/clamav/freshclam.conf'
+'etc/logrotate.d/clamav')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --sysconfdir=/etc/clamav \
+   --with-dbdir=/var/lib/clamav \
+   --disable-clamav \
+   --enable-milter \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   install -Dm644 ../clamd.conf "${pkgdir}"/etc/clamav/clamd.conf
+   install -Dm644 ../freshclam.conf "${pkgdir}"/etc/clamav/freshclam.conf
+   install -Dm644 ../freshclamd.service 
"${pkgdir}"/usr/lib/systemd/system/freshclamd.service
+   install -Dm644 ../clamd.service 
"${pkgdir}"/usr/lib/systemd/system/clamd.service
+   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/clamav.conf
+   install -Dm644 ../logrotate 

[arch-commits] Commit in clamav/repos (18 files)

2014-01-07 Thread Gaetan Bisson
Date: Tuesday, January 7, 2014 @ 09:01:17
  Author: bisson
Revision: 203272

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  clamav/repos/testing-i686/
  clamav/repos/testing-i686/PKGBUILD
(from rev 203271, clamav/trunk/PKGBUILD)
  clamav/repos/testing-i686/clamd.conf
(from rev 203271, clamav/trunk/clamd.conf)
  clamav/repos/testing-i686/clamd.service
(from rev 203271, clamav/trunk/clamd.service)
  clamav/repos/testing-i686/freshclam.conf
(from rev 203271, clamav/trunk/freshclam.conf)
  clamav/repos/testing-i686/freshclamd.service
(from rev 203271, clamav/trunk/freshclamd.service)
  clamav/repos/testing-i686/install
(from rev 203271, clamav/trunk/install)
  clamav/repos/testing-i686/logrotate
(from rev 203271, clamav/trunk/logrotate)
  clamav/repos/testing-i686/tmpfiles.d
(from rev 203271, clamav/trunk/tmpfiles.d)
  clamav/repos/testing-x86_64/
  clamav/repos/testing-x86_64/PKGBUILD
(from rev 203271, clamav/trunk/PKGBUILD)
  clamav/repos/testing-x86_64/clamd.conf
(from rev 203271, clamav/trunk/clamd.conf)
  clamav/repos/testing-x86_64/clamd.service
(from rev 203271, clamav/trunk/clamd.service)
  clamav/repos/testing-x86_64/freshclam.conf
(from rev 203271, clamav/trunk/freshclam.conf)
  clamav/repos/testing-x86_64/freshclamd.service
(from rev 203271, clamav/trunk/freshclamd.service)
  clamav/repos/testing-x86_64/install
(from rev 203271, clamav/trunk/install)
  clamav/repos/testing-x86_64/logrotate
(from rev 203271, clamav/trunk/logrotate)
  clamav/repos/testing-x86_64/tmpfiles.d
(from rev 203271, clamav/trunk/tmpfiles.d)

---+
 testing-i686/PKGBUILD |   61 
 testing-i686/clamd.conf   |6 +++
 testing-i686/clamd.service|   10 +
 testing-i686/freshclam.conf   |3 +
 testing-i686/freshclamd.service   |   10 +
 testing-i686/install  |   10 +
 testing-i686/logrotate|   10 +
 testing-i686/tmpfiles.d   |1 
 testing-x86_64/PKGBUILD   |   61 
 testing-x86_64/clamd.conf |6 +++
 testing-x86_64/clamd.service  |   10 +
 testing-x86_64/freshclam.conf |3 +
 testing-x86_64/freshclamd.service |   10 +
 testing-x86_64/install|   10 +
 testing-x86_64/logrotate  |   10 +
 testing-x86_64/tmpfiles.d |1 
 16 files changed, 222 insertions(+)

Copied: clamav/repos/testing-i686/PKGBUILD (from rev 203271, 
clamav/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-07 08:01:17 UTC (rev 203272)
@@ -0,0 +1,61 @@
+# $Id$
+# Contributor: Dale Blount d...@archlinux.org
+# Contributor: Gregor Ibic gregor.i...@intelicom.si
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=clamav
+pkgver=0.98
+pkgrel=2
+pkgdesc='Anti-virus toolkit for Unix'
+url='http://www.clamav.net/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('bzip2' 'libltdl' 'gcc-libs')
+source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+'logrotate'
+'tmpfiles.d'
+'clamd.conf'
+'freshclam.conf'
+'clamd.service'
+'freshclamd.service')
+sha1sums=('1e6a7284721387646c713a8d32fa8b5a897985db'
+  'bb488a56b0f6a0760446cde89c1e3321e2717b78'
+  'a224ea9b4d0f4f196827347d54bed51e11c197ea'
+  '887f624eb305f2446f55d8339e2972ad0cfe2b79'
+  'b767837d0279ad30b92c314cb762b73e5ad0415e'
+  'b6ac0c5de1e5b41232b10d4f84e86201c370eaeb'
+  'cda9a087e5593992150cb456e34c5f6f589aca82')
+
+backup=('etc/clamav/clamd.conf'
+'etc/clamav/freshclam.conf'
+'etc/logrotate.d/clamav')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --sysconfdir=/etc/clamav \
+   --with-dbdir=/var/lib/clamav \
+   --disable-clamav \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+
+   install -Dm644 ../clamd.conf ${pkgdir}/etc/clamav/clamd.conf
+   install -Dm644 ../freshclam.conf ${pkgdir}/etc/clamav/freshclam.conf
+   install -Dm644 ../freshclamd.service 
${pkgdir}/usr/lib/systemd/system/freshclamd.service
+   install -Dm644 ../clamd.service 
${pkgdir}/usr/lib/systemd/system/clamd.service
+   install -Dm644 ../tmpfiles.d ${pkgdir}/usr/lib/tmpfiles.d/clamav.conf
+   install -Dm644 ../logrotate ${pkgdir}/etc/logrotate.d/clamav
+
+   install -d -o 64 -g 64 ${pkgdir}/run/clamav
+   install -d -o 64 -g 64 ${pkgdir}/var/log/clamav
+   install -d -o 64 -g 64 ${pkgdir}/var/lib/clamav
+}

Copied: