[arch-commits] Commit in aide/trunk (PKGBUILD)

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

upgpkg: aide 0.16.2-2

Modified:
  aide/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 12:03:29 UTC (rev 514345)
+++ PKGBUILD2019-10-09 12:34:26 UTC (rev 514346)
@@ -5,7 +5,7 @@
 
 pkgname=aide
 pkgver=0.16.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A file integrity checker and intrusion detection program.'
 arch=('x86_64')
 url="https://aide.github.io/;


[arch-commits] Commit in aide/trunk (PKGBUILD)

2019-06-23 Thread Lukas Jirkovsky via arch-commits
Date: Sunday, June 23, 2019 @ 10:45:55
  Author: stativ
Revision: 483128

upgpkg: aide 0.16.2-1

update to 0.16.2

Modified:
  aide/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-23 10:22:41 UTC (rev 483127)
+++ PKGBUILD2019-06-23 10:45:55 UTC (rev 483128)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=aide
-pkgver=0.16.1
+pkgver=0.16.2
 pkgrel=1
 pkgdesc='A file integrity checker and intrusion detection program.'
 arch=('x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/aide.conf')
 
source=("https://github.com/aide/aide/releases/download/v${pkgver}/aide-${pkgver}.tar.gz"{,.asc}
 \
 "aide.conf")
-sha256sums=('0f2b7cecc70c1a27d35c06c98804fcdb9f326630de5d035afc447122186010b7'
+sha256sums=('17f998ae6ae5afb9c83578e4953115ab8a2705efc50dee5c6461cef3f521b797'
 'SKIP'
 'c56b3d360d659614df2552c8dbf5ea500e44974d38c34c07f6cdd3ce4c4ad615')
 validpgpkeys=('2BBBD30FAAB29B3253BCFBA6F6947DAB68E7B931') # Hannes von 
Haugwitz 


[arch-commits] Commit in aide/trunk (PKGBUILD)

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

upgpkg: aide 0.16.1-1

update to 0.16.1

Modified:
  aide/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-08 20:01:08 UTC (rev 438173)
+++ PKGBUILD2019-03-08 20:12:43 UTC (rev 438174)
@@ -8,9 +8,9 @@
 pkgrel=1
 pkgdesc='A file integrity checker and intrusion detection program.'
 arch=('x86_64')
-url="http://aide.sourceforge.net/;
+url="https://aide.github.io/;
 license=('GPL')
-depends=('acl' 'e2fsprogs' 'elfutils' 'mhash' 'pcre')
+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")


[arch-commits] Commit in aide/trunk (PKGBUILD)

2019-03-08 Thread Lukas Jirkovsky via arch-commits
Date: Friday, March 8, 2019 @ 19:28:25
  Author: stativ
Revision: 438163

upgpkg: aide 0.16.1-1

update to 0.16.1

Modified:
  aide/trunk/PKGBUILD

--+
 PKGBUILD |   21 +++--
 1 file changed, 7 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-08 19:24:46 UTC (rev 438162)
+++ PKGBUILD2019-03-08 19:28:25 UTC (rev 438163)
@@ -4,8 +4,8 @@
 # Contributor: Tom Newsom 
 
 pkgname=aide
-pkgver=0.16
-pkgrel=2
+pkgver=0.16.1
+pkgrel=1
 pkgdesc='A file integrity checker and intrusion detection program.'
 arch=('x86_64')
 url="http://aide.sourceforge.net/;
@@ -12,20 +12,13 @@
 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')
+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 
 
-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 \


[arch-commits] Commit in aide/trunk (PKGBUILD)

2018-12-02 Thread Maxim Baz via arch-commits
Date: Sunday, December 2, 2018 @ 23:09:49
  Author: maximbaz
Revision: 410815

aide: download sources via https

Modified:
  aide/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-02 23:06:24 UTC (rev 410814)
+++ PKGBUILD2018-12-02 23:09:49 UTC (rev 410815)
@@ -1,6 +1,6 @@
 # Maintainer: Lukas Jirkovsky 
 # Contributor: Thomas S Hatch 
-# Contributor: Daniel J Griffiths  
+# Contributor: Daniel J Griffiths 
 # Contributor: Tom Newsom 
 
 pkgname=aide
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('acl' 'e2fsprogs' 'elfutils' 'mhash' 'pcre')
 backup=('etc/aide.conf')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz{,.asc}
 \
+source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz{,.asc}
 \
 aide.conf)
 md5sums=('25c616f67c667acd4088747ae7f6a9a3'
  'SKIP'


[arch-commits] Commit in aide/trunk (PKGBUILD)

2018-11-10 Thread Felix Yan via arch-commits
Date: Saturday, November 10, 2018 @ 10:55:44
  Author: felixonmars
Revision: 405661

PIE/BUILDINFO rebuild

Modified:
  aide/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-10 10:54:08 UTC (rev 405660)
+++ PKGBUILD2018-11-10 10:55:44 UTC (rev 405661)
@@ -5,7 +5,7 @@
 
 pkgname=aide
 pkgver=0.16
-pkgrel=1
+pkgrel=2
 pkgdesc='A file integrity checker and intrusion detection program.'
 arch=('x86_64')
 url="http://aide.sourceforge.net/;


[arch-commits] Commit in aide/trunk (PKGBUILD)

2018-11-10 Thread Allan McRae via arch-commits
Date: Saturday, November 10, 2018 @ 10:54:08
  Author: allan
Revision: 405660

FTBFS

Modified:
  aide/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 7 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-10 10:35:46 UTC (rev 405659)
+++ PKGBUILD2018-11-10 10:54:08 UTC (rev 405660)
@@ -19,6 +19,13 @@
  '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 \


[arch-commits] Commit in aide/trunk (PKGBUILD)

2016-09-28 Thread Lukas Jirkovsky
Date: Wednesday, September 28, 2016 @ 14:35:47
  Author: stativ
Revision: 190712

upgpkg: aide 0.16-1

update to 0.16

Modified:
  aide/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-28 13:18:41 UTC (rev 190711)
+++ PKGBUILD2016-09-28 14:35:47 UTC (rev 190712)
@@ -5,21 +5,20 @@
 # Contributor: Tom Newsom 
 
 pkgname=aide
-pkgver=0.15.1
-pkgrel=4
+pkgver=0.16
+pkgrel=1
 pkgdesc='A file integrity checker and intrusion detection program.'
 arch=('i686' 'x86_64')
 url="http://aide.sourceforge.net/;
 license=('GPL')
-depends=('mhash' 'elfutils')
+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=('d0b72535ff68b93a648e4d08b0ed7f07'
+md5sums=('25c616f67c667acd4088747ae7f6a9a3'
  'SKIP'
  'd3ac69ad7c12c1686f8accf2717139f6')
-#validpgpkeys=('2BBBD30FAAB29B3253BCFBA6F6947DAB68E7B931') # Hannes von 
Haugwitz  (new releases)
-validpgpkeys=('4D051BA31D8CE060A99F66689FC1CC3DCBF11FCD') # Aide Developers 

+validpgpkeys=('2BBBD30FAAB29B3253BCFBA6F6947DAB68E7B931') # Hannes von 
Haugwitz 
 
 build() {
cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in aide/trunk (PKGBUILD)

2015-01-24 Thread Lukas Jirkovsky
Date: Saturday, January 24, 2015 @ 10:56:11
  Author: stativ
Revision: 126481

aide: add validpgpkeys

Modified:
  aide/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-24 09:42:54 UTC (rev 126480)
+++ PKGBUILD2015-01-24 09:56:11 UTC (rev 126481)
@@ -13,12 +13,12 @@
 license=('GPL')
 depends=('mhash' 'elfutils')
 backup=('etc/aide.conf')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
 \
-
http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz.asc
 \
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz{,.asc}
 \
 aide.conf)
 md5sums=('d0b72535ff68b93a648e4d08b0ed7f07'
  'SKIP'
  'd3ac69ad7c12c1686f8accf2717139f6')
+validpgpkeys=('2BBBD30FAAB29B3253BCFBA6F6947DAB68E7B931') # Hannes von 
Haugwitz han...@vonhaugwitz.com
 
 build() {
cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in aide/trunk (PKGBUILD)

2015-01-24 Thread Lukas Jirkovsky
Date: Saturday, January 24, 2015 @ 11:13:05
  Author: stativ
Revision: 126490

aide: fix the key fingerprint (the key used for stable version is different 
from the current one)

Modified:
  aide/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-01-24 10:13:00 UTC (rev 126489)
+++ PKGBUILD2015-01-24 10:13:05 UTC (rev 126490)
@@ -18,7 +18,8 @@
 md5sums=('d0b72535ff68b93a648e4d08b0ed7f07'
  'SKIP'
  'd3ac69ad7c12c1686f8accf2717139f6')
-validpgpkeys=('2BBBD30FAAB29B3253BCFBA6F6947DAB68E7B931') # Hannes von 
Haugwitz han...@vonhaugwitz.com
+#validpgpkeys=('2BBBD30FAAB29B3253BCFBA6F6947DAB68E7B931') # Hannes von 
Haugwitz han...@vonhaugwitz.com (new releases)
+validpgpkeys=('4D051BA31D8CE060A99F66689FC1CC3DCBF11FCD') # Aide Developers 
aide-de...@lists.sourceforge.net
 
 build() {
cd $srcdir/$pkgname-$pkgver


[arch-commits] Commit in aide/trunk (PKGBUILD)

2014-03-11 Thread Lukas Jirkovsky
Date: Tuesday, March 11, 2014 @ 10:35:54
  Author: stativ
Revision: 106969

Disable static build, because Arch no longer ships the required static 
libraries.

Modified:
  aide/trunk/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 09:34:16 UTC (rev 106968)
+++ PKGBUILD2014-03-11 09:35:54 UTC (rev 106969)
@@ -28,7 +28,8 @@
 --with-prelink \
 --with-xattr \
 --with-zlib \
---with-e2fsattrs
+--with-e2fsattrs \
+--disable-static
make
 }
 



[arch-commits] Commit in aide/trunk (PKGBUILD)

2014-03-11 Thread Lukas Jirkovsky
Date: Tuesday, March 11, 2014 @ 10:58:07
  Author: stativ
Revision: 106976

aide: add gpg verification.

Modified:
  aide/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 09:45:04 UTC (rev 106975)
+++ PKGBUILD2014-03-11 09:58:07 UTC (rev 106976)
@@ -6,7 +6,7 @@
 
 pkgname=aide
 pkgver=0.15.1
-pkgrel=3
+pkgrel=4
 pkgdesc='A file integrity checker and intrusion detection program.'
 arch=('i686' 'x86_64')
 url=http://aide.sourceforge.net/;
@@ -14,8 +14,10 @@
 makedepends=('mhash' 'elfutils')
 backup=('etc/aide.conf')
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
 \
+
http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz.asc
 \
 aide.conf)
 md5sums=('d0b72535ff68b93a648e4d08b0ed7f07'
+ 'SKIP'
  'd3ac69ad7c12c1686f8accf2717139f6')
 
 build() {



[arch-commits] Commit in aide/trunk (PKGBUILD)

2014-03-11 Thread Lukas Jirkovsky
Date: Tuesday, March 11, 2014 @ 11:00:26
  Author: stativ
Revision: 106981

upgpkg: aide 0.15.1-4

aide: rebuild with dynamic libs

Modified:
  aide/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-11 09:59:18 UTC (rev 106980)
+++ PKGBUILD2014-03-11 10:00:26 UTC (rev 106981)
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 url=http://aide.sourceforge.net/;
 license=('GPL')
-makedepends=('mhash' 'elfutils')
+depends=('mhash' 'elfutils')
 backup=('etc/aide.conf')
 
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
 \
 
http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz.asc
 \