[arch-commits] Commit in aide/repos/community-x86_64 (4 files)

2019-10-09 Thread Christian Hesse via arch-commits
Date: Wednesday, October 9, 2019 @ 12:34:32
  Author: eworm
Revision: 514347

archrelease: copy trunk to community-x86_64

Added:
  aide/repos/community-x86_64/PKGBUILD
(from rev 514346, aide/trunk/PKGBUILD)
  aide/repos/community-x86_64/aide.conf
(from rev 514346, aide/trunk/aide.conf)
Deleted:
  aide/repos/community-x86_64/PKGBUILD
  aide/repos/community-x86_64/aide.conf

---+
 PKGBUILD  |   86 -
 aide.conf |  292 ++--
 2 files changed, 189 insertions(+), 189 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 12:34:26 UTC (rev 514346)
+++ PKGBUILD2019-10-09 12:34:32 UTC (rev 514347)
@@ -1,43 +0,0 @@
-# Maintainer: Lukas Jirkovsky 
-# Contributor: Thomas S Hatch 
-# Contributor: Daniel J Griffiths 
-# Contributor: Tom Newsom 
-
-pkgname=aide
-pkgver=0.16.2
-pkgrel=1
-pkgdesc='A file integrity checker and intrusion detection program.'
-arch=('x86_64')
-url="https://aide.github.io/;
-license=('GPL')
-depends=('acl' 'e2fsprogs' 'libelf' 'mhash' 'pcre')
-backup=('etc/aide.conf')
-source=("https://github.com/aide/aide/releases/download/v${pkgver}/aide-${pkgver}.tar.gz"{,.asc}
 \
-"aide.conf")
-sha256sums=('17f998ae6ae5afb9c83578e4953115ab8a2705efc50dee5c6461cef3f521b797'
-'SKIP'
-'c56b3d360d659614df2552c8dbf5ea500e44974d38c34c07f6cdd3ce4c4ad615')
-validpgpkeys=('2BBBD30FAAB29B3253BCFBA6F6947DAB68E7B931') # Hannes von 
Haugwitz 
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-mhash \
---with-posix-acl \
---with-prelink \
---with-xattr \
---with-zlib \
---with-e2fsattrs \
---disable-static
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-
-   install -D -m644 $srcdir/aide.conf $pkgdir/etc/aide.conf
-mkdir -p $pkgdir/var/{log,lib}/aide/
-}

Copied: aide/repos/community-x86_64/PKGBUILD (from rev 514346, 
aide/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 12:34:32 UTC (rev 514347)
@@ -0,0 +1,43 @@
+# Maintainer: Lukas Jirkovsky 
+# Contributor: Thomas S Hatch 
+# Contributor: Daniel J Griffiths 
+# Contributor: Tom Newsom 
+
+pkgname=aide
+pkgver=0.16.2
+pkgrel=2
+pkgdesc='A file integrity checker and intrusion detection program.'
+arch=('x86_64')
+url="https://aide.github.io/;
+license=('GPL')
+depends=('acl' 'e2fsprogs' 'libelf' 'mhash' 'pcre')
+backup=('etc/aide.conf')
+source=("https://github.com/aide/aide/releases/download/v${pkgver}/aide-${pkgver}.tar.gz"{,.asc}
 \
+"aide.conf")
+sha256sums=('17f998ae6ae5afb9c83578e4953115ab8a2705efc50dee5c6461cef3f521b797'
+'SKIP'
+'c56b3d360d659614df2552c8dbf5ea500e44974d38c34c07f6cdd3ce4c4ad615')
+validpgpkeys=('2BBBD30FAAB29B3253BCFBA6F6947DAB68E7B931') # Hannes von 
Haugwitz 
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--with-mhash \
+--with-posix-acl \
+--with-prelink \
+--with-xattr \
+--with-zlib \
+--with-e2fsattrs \
+--disable-static
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+
+   install -D -m644 $srcdir/aide.conf $pkgdir/etc/aide.conf
+mkdir -p $pkgdir/var/{log,lib}/aide/
+}

Deleted: aide.conf
===
--- aide.conf   2019-10-09 12:34:26 UTC (rev 514346)
+++ aide.conf   2019-10-09 12:34:32 UTC (rev 514347)
@@ -1,146 +0,0 @@
-# Example configuration file for AIDE.
-#
-@@define DBDIR /var/lib/aide
-@@define LOGDIR /var/log/aide
-
-# The location of the database to be read.
-database=file:@@{DBDIR}/aide.db.gz
-
-# The location of the database to be written.
-#database_out=sql:host:port:database:login_name:passwd:table
-#database_out=file:aide.db.new
-database_out=file:@@{DBDIR}/aide.db.new.gz
-
-# Whether to gzip the output to database
-gzip_dbout=yes
-
-# Default.
-verbose=5
-
-report_url=file:@@{LOGDIR}/aide.log
-report_url=stdout
-#report_url=stderr
-# 
-# Here are all the attributes we can check
-#p:   permissions
-#i:   inode
-#n:   number of links
-#l:   link name
-#u:   user
-#g:   group
-#s:   size
-###b:block count
-#m:   mtime
-#a:   atime
-#c:   ctime
-#S:   check for growing size
-#I:   ignore changed filename
-#ANF: allow new files
-#ARF: allow removed files
-#
-
-# Here are all the digests we can use
-#md5:   md5 checksum
-#sha1:  sha1 checksum
-#sha256:sha256 checksum
-#sha512:sha512 checksum
-#rmd160:rmd160 checksum
-#tiger: tiger 

[arch-commits] Commit in aide/repos/community-x86_64 (4 files)

2019-06-23 Thread Lukas Jirkovsky via arch-commits
Date: Sunday, June 23, 2019 @ 10:46:04
  Author: stativ
Revision: 483129

archrelease: copy trunk to community-x86_64

Added:
  aide/repos/community-x86_64/PKGBUILD
(from rev 483128, aide/trunk/PKGBUILD)
  aide/repos/community-x86_64/aide.conf
(from rev 483128, aide/trunk/aide.conf)
Deleted:
  aide/repos/community-x86_64/PKGBUILD
  aide/repos/community-x86_64/aide.conf

---+
 PKGBUILD  |   86 -
 aide.conf |  292 ++--
 2 files changed, 189 insertions(+), 189 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-23 10:45:55 UTC (rev 483128)
+++ PKGBUILD2019-06-23 10:46:04 UTC (rev 483129)
@@ -1,43 +0,0 @@
-# Maintainer: Lukas Jirkovsky 
-# Contributor: Thomas S Hatch 
-# Contributor: Daniel J Griffiths 
-# Contributor: Tom Newsom 
-
-pkgname=aide
-pkgver=0.16.1
-pkgrel=1
-pkgdesc='A file integrity checker and intrusion detection program.'
-arch=('x86_64')
-url="https://aide.github.io/;
-license=('GPL')
-depends=('acl' 'e2fsprogs' 'libelf' 'mhash' 'pcre')
-backup=('etc/aide.conf')
-source=("https://github.com/aide/aide/releases/download/v${pkgver}/aide-${pkgver}.tar.gz"{,.asc}
 \
-"aide.conf")
-sha256sums=('0f2b7cecc70c1a27d35c06c98804fcdb9f326630de5d035afc447122186010b7'
-'SKIP'
-'c56b3d360d659614df2552c8dbf5ea500e44974d38c34c07f6cdd3ce4c4ad615')
-validpgpkeys=('2BBBD30FAAB29B3253BCFBA6F6947DAB68E7B931') # Hannes von 
Haugwitz 
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-mhash \
---with-posix-acl \
---with-prelink \
---with-xattr \
---with-zlib \
---with-e2fsattrs \
---disable-static
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-
-   install -D -m644 $srcdir/aide.conf $pkgdir/etc/aide.conf
-mkdir -p $pkgdir/var/{log,lib}/aide/
-}

Copied: aide/repos/community-x86_64/PKGBUILD (from rev 483128, 
aide/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-23 10:46:04 UTC (rev 483129)
@@ -0,0 +1,43 @@
+# Maintainer: Lukas Jirkovsky 
+# Contributor: Thomas S Hatch 
+# Contributor: Daniel J Griffiths 
+# Contributor: Tom Newsom 
+
+pkgname=aide
+pkgver=0.16.2
+pkgrel=1
+pkgdesc='A file integrity checker and intrusion detection program.'
+arch=('x86_64')
+url="https://aide.github.io/;
+license=('GPL')
+depends=('acl' 'e2fsprogs' 'libelf' 'mhash' 'pcre')
+backup=('etc/aide.conf')
+source=("https://github.com/aide/aide/releases/download/v${pkgver}/aide-${pkgver}.tar.gz"{,.asc}
 \
+"aide.conf")
+sha256sums=('17f998ae6ae5afb9c83578e4953115ab8a2705efc50dee5c6461cef3f521b797'
+'SKIP'
+'c56b3d360d659614df2552c8dbf5ea500e44974d38c34c07f6cdd3ce4c4ad615')
+validpgpkeys=('2BBBD30FAAB29B3253BCFBA6F6947DAB68E7B931') # Hannes von 
Haugwitz 
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--with-mhash \
+--with-posix-acl \
+--with-prelink \
+--with-xattr \
+--with-zlib \
+--with-e2fsattrs \
+--disable-static
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+
+   install -D -m644 $srcdir/aide.conf $pkgdir/etc/aide.conf
+mkdir -p $pkgdir/var/{log,lib}/aide/
+}

Deleted: aide.conf
===
--- aide.conf   2019-06-23 10:45:55 UTC (rev 483128)
+++ aide.conf   2019-06-23 10:46:04 UTC (rev 483129)
@@ -1,146 +0,0 @@
-# Example configuration file for AIDE.
-#
-@@define DBDIR /var/lib/aide
-@@define LOGDIR /var/log/aide
-
-# The location of the database to be read.
-database=file:@@{DBDIR}/aide.db.gz
-
-# The location of the database to be written.
-#database_out=sql:host:port:database:login_name:passwd:table
-#database_out=file:aide.db.new
-database_out=file:@@{DBDIR}/aide.db.new.gz
-
-# Whether to gzip the output to database
-gzip_dbout=yes
-
-# Default.
-verbose=5
-
-report_url=file:@@{LOGDIR}/aide.log
-report_url=stdout
-#report_url=stderr
-# 
-# Here are all the attributes we can check
-#p:   permissions
-#i:   inode
-#n:   number of links
-#l:   link name
-#u:   user
-#g:   group
-#s:   size
-###b:block count
-#m:   mtime
-#a:   atime
-#c:   ctime
-#S:   check for growing size
-#I:   ignore changed filename
-#ANF: allow new files
-#ARF: allow removed files
-#
-
-# Here are all the digests we can use
-#md5:   md5 checksum
-#sha1:  sha1 checksum
-#sha256:sha256 checksum
-#sha512:sha512 checksum
-#rmd160:rmd160 checksum
-#tiger: tiger 

[arch-commits] Commit in aide/repos/community-x86_64 (4 files)

2019-03-08 Thread Lukas Jirkovsky via arch-commits
Date: Friday, March 8, 2019 @ 20:12:52
  Author: stativ
Revision: 438175

archrelease: copy trunk to community-x86_64

Added:
  aide/repos/community-x86_64/PKGBUILD
(from rev 438174, aide/trunk/PKGBUILD)
  aide/repos/community-x86_64/aide.conf
(from rev 438174, aide/trunk/aide.conf)
Deleted:
  aide/repos/community-x86_64/PKGBUILD
  aide/repos/community-x86_64/aide.conf

---+
 PKGBUILD  |   93 ---
 aide.conf |  292 ++--
 2 files changed, 189 insertions(+), 196 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-08 20:12:43 UTC (rev 438174)
+++ PKGBUILD2019-03-08 20:12:52 UTC (rev 438175)
@@ -1,50 +0,0 @@
-# Maintainer: Lukas Jirkovsky 
-# Contributor: Thomas S Hatch 
-# Contributor: Daniel J Griffiths 
-# Contributor: Tom Newsom 
-
-pkgname=aide
-pkgver=0.16
-pkgrel=2
-pkgdesc='A file integrity checker and intrusion detection program.'
-arch=('x86_64')
-url="http://aide.sourceforge.net/;
-license=('GPL')
-depends=('acl' 'e2fsprogs' 'elfutils' 'mhash' 'pcre')
-backup=('etc/aide.conf')
-source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz{,.asc}
 \
-aide.conf)
-md5sums=('25c616f67c667acd4088747ae7f6a9a3'
- 'SKIP'
- 'd3ac69ad7c12c1686f8accf2717139f6')
-validpgpkeys=('2BBBD30FAAB29B3253BCFBA6F6947DAB68E7B931') # Hannes von 
Haugwitz 
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's#attr/xattr.h#sys/xattr.h#' include/aide.h
-  sed -i 's#attr/xattr.h#sys/xattr.h#' include/db_config.h
-  sed -i 's#ENOATTR#ENODATA#' src/do_md.c
-}
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-mhash \
---with-posix-acl \
---with-prelink \
---with-xattr \
---with-zlib \
---with-e2fsattrs \
---disable-static
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-
-   install -D -m644 $srcdir/aide.conf $pkgdir/etc/aide.conf
-mkdir -p $pkgdir/var/{log,lib}/aide/
-}

Copied: aide/repos/community-x86_64/PKGBUILD (from rev 438174, 
aide/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-08 20:12:52 UTC (rev 438175)
@@ -0,0 +1,43 @@
+# Maintainer: Lukas Jirkovsky 
+# Contributor: Thomas S Hatch 
+# Contributor: Daniel J Griffiths 
+# Contributor: Tom Newsom 
+
+pkgname=aide
+pkgver=0.16.1
+pkgrel=1
+pkgdesc='A file integrity checker and intrusion detection program.'
+arch=('x86_64')
+url="https://aide.github.io/;
+license=('GPL')
+depends=('acl' 'e2fsprogs' 'libelf' 'mhash' 'pcre')
+backup=('etc/aide.conf')
+source=("https://github.com/aide/aide/releases/download/v${pkgver}/aide-${pkgver}.tar.gz"{,.asc}
 \
+"aide.conf")
+sha256sums=('0f2b7cecc70c1a27d35c06c98804fcdb9f326630de5d035afc447122186010b7'
+'SKIP'
+'c56b3d360d659614df2552c8dbf5ea500e44974d38c34c07f6cdd3ce4c4ad615')
+validpgpkeys=('2BBBD30FAAB29B3253BCFBA6F6947DAB68E7B931') # Hannes von 
Haugwitz 
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--with-mhash \
+--with-posix-acl \
+--with-prelink \
+--with-xattr \
+--with-zlib \
+--with-e2fsattrs \
+--disable-static
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+
+   install -D -m644 $srcdir/aide.conf $pkgdir/etc/aide.conf
+mkdir -p $pkgdir/var/{log,lib}/aide/
+}

Deleted: aide.conf
===
--- aide.conf   2019-03-08 20:12:43 UTC (rev 438174)
+++ aide.conf   2019-03-08 20:12:52 UTC (rev 438175)
@@ -1,146 +0,0 @@
-# Example configuration file for AIDE.
-#
-@@define DBDIR /var/lib/aide
-@@define LOGDIR /var/log/aide
-
-# The location of the database to be read.
-database=file:@@{DBDIR}/aide.db.gz
-
-# The location of the database to be written.
-#database_out=sql:host:port:database:login_name:passwd:table
-#database_out=file:aide.db.new
-database_out=file:@@{DBDIR}/aide.db.new.gz
-
-# Whether to gzip the output to database
-gzip_dbout=yes
-
-# Default.
-verbose=5
-
-report_url=file:@@{LOGDIR}/aide.log
-report_url=stdout
-#report_url=stderr
-# 
-# Here are all the attributes we can check
-#p:   permissions
-#i:   inode
-#n:   number of links
-#l:   link name
-#u:   user
-#g:   group
-#s:   size
-###b:block count
-#m:   mtime
-#a:   atime
-#c:   ctime
-#S:   check for growing size
-#I:   ignore changed filename
-#ANF: allow new files
-#ARF: allow removed files
-#
-
-# Here are all the digests we can use
-#md5:   md5 checksum
-#sha1:  sha1 

[arch-commits] Commit in aide/repos/community-x86_64 (4 files)

2018-12-02 Thread Maxim Baz via arch-commits
Date: Sunday, December 2, 2018 @ 23:10:05
  Author: maximbaz
Revision: 410816

archrelease: copy trunk to community-x86_64

Added:
  aide/repos/community-x86_64/PKGBUILD
(from rev 410815, aide/trunk/PKGBUILD)
  aide/repos/community-x86_64/aide.conf
(from rev 410815, aide/trunk/aide.conf)
Deleted:
  aide/repos/community-x86_64/PKGBUILD
  aide/repos/community-x86_64/aide.conf

---+
 PKGBUILD  |  100 ++--
 aide.conf |  292 ++--
 2 files changed, 196 insertions(+), 196 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-02 23:09:49 UTC (rev 410815)
+++ PKGBUILD2018-12-02 23:10:05 UTC (rev 410816)
@@ -1,50 +0,0 @@
-# Maintainer: Lukas Jirkovsky 
-# Contributor: Thomas S Hatch 
-# Contributor: Daniel J Griffiths  
-# Contributor: Tom Newsom 
-
-pkgname=aide
-pkgver=0.16
-pkgrel=2
-pkgdesc='A file integrity checker and intrusion detection program.'
-arch=('x86_64')
-url="http://aide.sourceforge.net/;
-license=('GPL')
-depends=('acl' 'e2fsprogs' 'elfutils' 'mhash' 'pcre')
-backup=('etc/aide.conf')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz{,.asc}
 \
-aide.conf)
-md5sums=('25c616f67c667acd4088747ae7f6a9a3'
- 'SKIP'
- 'd3ac69ad7c12c1686f8accf2717139f6')
-validpgpkeys=('2BBBD30FAAB29B3253BCFBA6F6947DAB68E7B931') # Hannes von 
Haugwitz 
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's#attr/xattr.h#sys/xattr.h#' include/aide.h
-  sed -i 's#attr/xattr.h#sys/xattr.h#' include/db_config.h
-  sed -i 's#ENOATTR#ENODATA#' src/do_md.c
-}
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-   ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---with-mhash \
---with-posix-acl \
---with-prelink \
---with-xattr \
---with-zlib \
---with-e2fsattrs \
---disable-static
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-
-   install -D -m644 $srcdir/aide.conf $pkgdir/etc/aide.conf
-mkdir -p $pkgdir/var/{log,lib}/aide/
-}

Copied: aide/repos/community-x86_64/PKGBUILD (from rev 410815, 
aide/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-02 23:10:05 UTC (rev 410816)
@@ -0,0 +1,50 @@
+# Maintainer: Lukas Jirkovsky 
+# Contributor: Thomas S Hatch 
+# Contributor: Daniel J Griffiths 
+# Contributor: Tom Newsom 
+
+pkgname=aide
+pkgver=0.16
+pkgrel=2
+pkgdesc='A file integrity checker and intrusion detection program.'
+arch=('x86_64')
+url="http://aide.sourceforge.net/;
+license=('GPL')
+depends=('acl' 'e2fsprogs' 'elfutils' 'mhash' 'pcre')
+backup=('etc/aide.conf')
+source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz{,.asc}
 \
+aide.conf)
+md5sums=('25c616f67c667acd4088747ae7f6a9a3'
+ 'SKIP'
+ 'd3ac69ad7c12c1686f8accf2717139f6')
+validpgpkeys=('2BBBD30FAAB29B3253BCFBA6F6947DAB68E7B931') # Hannes von 
Haugwitz 
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's#attr/xattr.h#sys/xattr.h#' include/aide.h
+  sed -i 's#attr/xattr.h#sys/xattr.h#' include/db_config.h
+  sed -i 's#ENOATTR#ENODATA#' src/do_md.c
+}
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--with-mhash \
+--with-posix-acl \
+--with-prelink \
+--with-xattr \
+--with-zlib \
+--with-e2fsattrs \
+--disable-static
+   make
+}
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=$pkgdir install
+
+   install -D -m644 $srcdir/aide.conf $pkgdir/etc/aide.conf
+mkdir -p $pkgdir/var/{log,lib}/aide/
+}

Deleted: aide.conf
===
--- aide.conf   2018-12-02 23:09:49 UTC (rev 410815)
+++ aide.conf   2018-12-02 23:10:05 UTC (rev 410816)
@@ -1,146 +0,0 @@
-# Example configuration file for AIDE.
-#
-@@define DBDIR /var/lib/aide
-@@define LOGDIR /var/log/aide
-
-# The location of the database to be read.
-database=file:@@{DBDIR}/aide.db.gz
-
-# The location of the database to be written.
-#database_out=sql:host:port:database:login_name:passwd:table
-#database_out=file:aide.db.new
-database_out=file:@@{DBDIR}/aide.db.new.gz
-
-# Whether to gzip the output to database
-gzip_dbout=yes
-
-# Default.
-verbose=5
-
-report_url=file:@@{LOGDIR}/aide.log
-report_url=stdout
-#report_url=stderr
-# 
-# Here are all the attributes we can check
-#p:   permissions
-#i:   inode
-#n:   number of links
-#l:   link name
-#u:   user
-#g:   group
-#s:   size
-###b:block count
-#m:   mtime
-#a:   atime
-#c:   ctime
-#S:   check for growing size
-#I:   ignore changed filename
-#ANF: allow