[arch-commits] Commit in beats/repos/community-x86_64 (24 files)

2019-05-02 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, May 2, 2019 @ 16:54:39
  Author: mtorromeo
Revision: 457760

archrelease: copy trunk to community-x86_64

Added:
  beats/repos/community-x86_64/PKGBUILD
(from rev 457758, beats/trunk/PKGBUILD)
  beats/repos/community-x86_64/auditbeat.install
(from rev 457758, beats/trunk/auditbeat.install)
  beats/repos/community-x86_64/auditbeat.service
(from rev 457758, beats/trunk/auditbeat.service)
  beats/repos/community-x86_64/filebeat.service
(from rev 457759, beats/trunk/filebeat.service)
  beats/repos/community-x86_64/filebeat.sysusers
(from rev 457759, beats/trunk/filebeat.sysusers)
  beats/repos/community-x86_64/golang-crypto.patch
(from rev 457759, beats/trunk/golang-crypto.patch)
  beats/repos/community-x86_64/gopacket-identifiers.patch
(from rev 457759, beats/trunk/gopacket-identifiers.patch)
  beats/repos/community-x86_64/heartbeat.service
(from rev 457759, beats/trunk/heartbeat.service)
  beats/repos/community-x86_64/journalbeat.service
(from rev 457759, beats/trunk/journalbeat.service)
  beats/repos/community-x86_64/metricbeat.service
(from rev 457759, beats/trunk/metricbeat.service)
  beats/repos/community-x86_64/packetbeat.service
(from rev 457759, beats/trunk/packetbeat.service)
  beats/repos/community-x86_64/tmpfile.conf
(from rev 457759, beats/trunk/tmpfile.conf)
Deleted:
  beats/repos/community-x86_64/PKGBUILD
  beats/repos/community-x86_64/auditbeat.install
  beats/repos/community-x86_64/auditbeat.service
  beats/repos/community-x86_64/filebeat.service
  beats/repos/community-x86_64/filebeat.sysusers
  beats/repos/community-x86_64/golang-crypto.patch
  beats/repos/community-x86_64/gopacket-identifiers.patch
  beats/repos/community-x86_64/heartbeat.service
  beats/repos/community-x86_64/journalbeat.service
  beats/repos/community-x86_64/metricbeat.service
  beats/repos/community-x86_64/packetbeat.service
  beats/repos/community-x86_64/tmpfile.conf

+
 PKGBUILD   |  368 +--
 auditbeat.install  |   12 -
 auditbeat.service  |   22 +-
 filebeat.service   |   24 +-
 filebeat.sysusers  |2 
 golang-crypto.patch|  262 +++---
 gopacket-identifiers.patch |  124 +++---
 heartbeat.service  |   22 +-
 journalbeat.service|   24 +-
 metricbeat.service |   22 +-
 packetbeat.service |   22 +-
 tmpfile.conf   |4 
 12 files changed, 454 insertions(+), 454 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-02 16:54:25 UTC (rev 457759)
+++ PKGBUILD2019-05-02 16:54:39 UTC (rev 457760)
@@ -1,184 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Tyler Langlois 
-
-pkgbase=beats
-pkgname=(filebeat packetbeat metricbeat heartbeat-elastic auditbeat 
journalbeat)
-pkgver=7.0.0
-pkgrel=1
-pkgdesc='Data shippers for Elasticsearch'
-arch=('x86_64')
-url='https://www.elastic.co/products/beats'
-license=('Apache')
-depends=('glibc')
-makedepends=('go-pie' 'git' 'libpcap' 'rsync' 'python2-virtualenv' 'audit')
-optdepends=('elasticsearch: for standalone installation'
-'python: for migration script')
-source=("https://github.com/elastic/beats/archive/v$pkgver/beats-$pkgver.tar.gz";
-"gopacket-identifiers.patch"
-"filebeat.sysusers"
-"filebeat.service"
-"packetbeat.service"
-"metricbeat.service"
-"heartbeat.service"
-"auditbeat.service"
-"journalbeat.service"
-"tmpfile.conf")
-sha256sums=('b01cabc7519d9defc6a7a6c942f6ca403e95d03888fe75c1bcf2c8ee055f667d'
-'f0570a83aa59d28edfa9efd6b8d7884f79306b69f3a80f157314cc1896f40a99'
-'33feb3690f8b31563cc1e2da557c2aa326501ce9ccd7e0a142036902bfdb05ff'
-'4d5394cfe3299c9a6af5ac34c1ad4bcdc2e79162379cccbf00fb414eb28253c0'
-'9f4e33fc768d3500fa3428dcbfda241c6473a2cae8cc4dbadf8f61ca9f2bbec5'
-'26b123acd96808162a7f827ce6f0e9669140c2665fc28d76583a15996fbf853d'
-'212cb4ab5a02d7078025f7d1f50f48e5caa25debce0852cf68cd8f89ed0a8d09'
-'b7f1c61950f21c7fab31166c68d4a9e5027f0c5bcc40a97913d6d89eaf643b85'
-'57d2f5bf75b4b5214065ba408c98ec941fb0042f19a623add7f4396d640225ba'
-'f29361772f23ec42bb15b5e0ca7e93f17fe00d31cf08a9e2c0d0ab27f2277bbc')
-
-prepare() {
-mkdir -p "$srcdir/bin"
-ln -s /usr/bin/python2 "$srcdir/bin/python"
-ln -s /usr/bin/pip2 "$srcdir/bin/pip"
-ln -s /usr/bin/virtualenv2 "$srcdir/bin/virtualenv"
-
-export GOPATH="$srcdir"/gopath
-mkdir -p "$GOPATH"
-go get golang.org/x/sys/cpu
-
-cd "$srcdir"/beats-$pkgver/vendor/github.com/tsg/gopacket
-patch -p1 -i "$srcdir"/gopacket-identifiers.patch
-
-cd "$srcdir"/beats-$pkgver
-
-# Avoid installing extraneous configs
-sed '/[- ]win/d ; /[- ]darwin/d ; /[- ]binary/d' -i */

[arch-commits] Commit in beats/repos/community-x86_64 (24 files)

2019-05-22 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, May 22, 2019 @ 15:06:34
  Author: mtorromeo
Revision: 468533

archrelease: copy trunk to community-x86_64

Added:
  beats/repos/community-x86_64/PKGBUILD
(from rev 468532, beats/trunk/PKGBUILD)
  beats/repos/community-x86_64/auditbeat.install
(from rev 468532, beats/trunk/auditbeat.install)
  beats/repos/community-x86_64/auditbeat.service
(from rev 468532, beats/trunk/auditbeat.service)
  beats/repos/community-x86_64/filebeat.service
(from rev 468532, beats/trunk/filebeat.service)
  beats/repos/community-x86_64/filebeat.sysusers
(from rev 468532, beats/trunk/filebeat.sysusers)
  beats/repos/community-x86_64/golang-crypto.patch
(from rev 468532, beats/trunk/golang-crypto.patch)
  beats/repos/community-x86_64/gopacket-identifiers.patch
(from rev 468532, beats/trunk/gopacket-identifiers.patch)
  beats/repos/community-x86_64/heartbeat.service
(from rev 468532, beats/trunk/heartbeat.service)
  beats/repos/community-x86_64/journalbeat.service
(from rev 468532, beats/trunk/journalbeat.service)
  beats/repos/community-x86_64/metricbeat.service
(from rev 468532, beats/trunk/metricbeat.service)
  beats/repos/community-x86_64/packetbeat.service
(from rev 468532, beats/trunk/packetbeat.service)
  beats/repos/community-x86_64/tmpfile.conf
(from rev 468532, beats/trunk/tmpfile.conf)
Deleted:
  beats/repos/community-x86_64/PKGBUILD
  beats/repos/community-x86_64/auditbeat.install
  beats/repos/community-x86_64/auditbeat.service
  beats/repos/community-x86_64/filebeat.service
  beats/repos/community-x86_64/filebeat.sysusers
  beats/repos/community-x86_64/golang-crypto.patch
  beats/repos/community-x86_64/gopacket-identifiers.patch
  beats/repos/community-x86_64/heartbeat.service
  beats/repos/community-x86_64/journalbeat.service
  beats/repos/community-x86_64/metricbeat.service
  beats/repos/community-x86_64/packetbeat.service
  beats/repos/community-x86_64/tmpfile.conf

+
 PKGBUILD   |  368 +--
 auditbeat.install  |   12 -
 auditbeat.service  |   22 +-
 filebeat.service   |   24 +-
 filebeat.sysusers  |2 
 golang-crypto.patch|  262 +++---
 gopacket-identifiers.patch |  124 +++---
 heartbeat.service  |   22 +-
 journalbeat.service|   24 +-
 metricbeat.service |   22 +-
 packetbeat.service |   22 +-
 tmpfile.conf   |4 
 12 files changed, 454 insertions(+), 454 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-22 15:06:20 UTC (rev 468532)
+++ PKGBUILD2019-05-22 15:06:34 UTC (rev 468533)
@@ -1,184 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Tyler Langlois 
-
-pkgbase=beats
-pkgname=(filebeat packetbeat metricbeat heartbeat-elastic auditbeat 
journalbeat)
-pkgver=7.0.1
-pkgrel=1
-pkgdesc='Data shippers for Elasticsearch'
-arch=('x86_64')
-url='https://www.elastic.co/products/beats'
-license=('Apache')
-depends=('glibc')
-makedepends=('go-pie' 'git' 'libpcap' 'rsync' 'python2-virtualenv' 'audit')
-optdepends=('elasticsearch: for standalone installation'
-'python: for migration script')
-source=("https://github.com/elastic/beats/archive/v$pkgver/beats-$pkgver.tar.gz";
-"gopacket-identifiers.patch"
-"filebeat.sysusers"
-"filebeat.service"
-"packetbeat.service"
-"metricbeat.service"
-"heartbeat.service"
-"auditbeat.service"
-"journalbeat.service"
-"tmpfile.conf")
-sha256sums=('d97952c3ed94672e3bc1cdf58600f3f006ae082b11de75c49093c75b7c239032'
-'f0570a83aa59d28edfa9efd6b8d7884f79306b69f3a80f157314cc1896f40a99'
-'33feb3690f8b31563cc1e2da557c2aa326501ce9ccd7e0a142036902bfdb05ff'
-'4d5394cfe3299c9a6af5ac34c1ad4bcdc2e79162379cccbf00fb414eb28253c0'
-'9f4e33fc768d3500fa3428dcbfda241c6473a2cae8cc4dbadf8f61ca9f2bbec5'
-'26b123acd96808162a7f827ce6f0e9669140c2665fc28d76583a15996fbf853d'
-'212cb4ab5a02d7078025f7d1f50f48e5caa25debce0852cf68cd8f89ed0a8d09'
-'b7f1c61950f21c7fab31166c68d4a9e5027f0c5bcc40a97913d6d89eaf643b85'
-'57d2f5bf75b4b5214065ba408c98ec941fb0042f19a623add7f4396d640225ba'
-'f29361772f23ec42bb15b5e0ca7e93f17fe00d31cf08a9e2c0d0ab27f2277bbc')
-
-prepare() {
-mkdir -p "$srcdir/bin"
-ln -s /usr/bin/python2 "$srcdir/bin/python"
-ln -s /usr/bin/pip2 "$srcdir/bin/pip"
-ln -s /usr/bin/virtualenv2 "$srcdir/bin/virtualenv"
-
-export GOPATH="$srcdir"/gopath
-mkdir -p "$GOPATH"
-go get golang.org/x/sys/cpu
-
-cd "$srcdir"/beats-$pkgver/vendor/github.com/tsg/gopacket
-patch -p1 -i "$srcdir"/gopacket-identifiers.patch
-
-cd "$srcdir"/beats-$pkgver
-
-# Avoid installing extraneous configs
-sed '/[- ]win/d ; /[- ]darwin/d ; /[- ]binary/d' -i 

[arch-commits] Commit in beats/repos/community-x86_64 (24 files)

2019-03-28 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, March 28, 2019 @ 10:44:29
  Author: mtorromeo
Revision: 445247

archrelease: copy trunk to community-x86_64

Added:
  beats/repos/community-x86_64/PKGBUILD
(from rev 445246, beats/trunk/PKGBUILD)
  beats/repos/community-x86_64/auditbeat.install
(from rev 445246, beats/trunk/auditbeat.install)
  beats/repos/community-x86_64/auditbeat.service
(from rev 445246, beats/trunk/auditbeat.service)
  beats/repos/community-x86_64/filebeat.service
(from rev 445246, beats/trunk/filebeat.service)
  beats/repos/community-x86_64/filebeat.sysusers
(from rev 445246, beats/trunk/filebeat.sysusers)
  beats/repos/community-x86_64/golang-crypto.patch
(from rev 445246, beats/trunk/golang-crypto.patch)
  beats/repos/community-x86_64/gopacket-identifiers.patch
(from rev 445246, beats/trunk/gopacket-identifiers.patch)
  beats/repos/community-x86_64/heartbeat.service
(from rev 445246, beats/trunk/heartbeat.service)
  beats/repos/community-x86_64/journalbeat.service
(from rev 445246, beats/trunk/journalbeat.service)
  beats/repos/community-x86_64/metricbeat.service
(from rev 445246, beats/trunk/metricbeat.service)
  beats/repos/community-x86_64/packetbeat.service
(from rev 445246, beats/trunk/packetbeat.service)
  beats/repos/community-x86_64/tmpfile.conf
(from rev 445246, beats/trunk/tmpfile.conf)
Deleted:
  beats/repos/community-x86_64/PKGBUILD
  beats/repos/community-x86_64/auditbeat.install
  beats/repos/community-x86_64/auditbeat.service
  beats/repos/community-x86_64/filebeat.service
  beats/repos/community-x86_64/filebeat.sysusers
  beats/repos/community-x86_64/golang-crypto.patch
  beats/repos/community-x86_64/gopacket-identifiers.patch
  beats/repos/community-x86_64/heartbeat.service
  beats/repos/community-x86_64/journalbeat.service
  beats/repos/community-x86_64/metricbeat.service
  beats/repos/community-x86_64/packetbeat.service
  beats/repos/community-x86_64/tmpfile.conf

+
 PKGBUILD   |  378 +--
 auditbeat.install  |   12 -
 auditbeat.service  |   22 +-
 filebeat.service   |   24 +-
 filebeat.sysusers  |2 
 golang-crypto.patch|  262 ++---
 gopacket-identifiers.patch |  124 +++---
 heartbeat.service  |   22 +-
 journalbeat.service|   24 +-
 metricbeat.service |   22 +-
 packetbeat.service |   22 +-
 tmpfile.conf   |4 
 12 files changed, 459 insertions(+), 459 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-28 10:44:08 UTC (rev 445246)
+++ PKGBUILD2019-03-28 10:44:29 UTC (rev 445247)
@@ -1,189 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Tyler Langlois 
-
-pkgbase=beats
-pkgname=(filebeat packetbeat metricbeat heartbeat-elastic auditbeat 
journalbeat)
-pkgver=6.6.2
-pkgrel=1
-pkgdesc='Data shippers for Elasticsearch'
-arch=('x86_64')
-url='https://www.elastic.co/products/beats'
-license=('Apache')
-depends=('glibc')
-makedepends=('go-pie' 'git' 'libpcap' 'rsync' 'python2-virtualenv' 'audit')
-optdepends=('elasticsearch: for standalone installation'
-'python: for migration script')
-source=("https://github.com/elastic/beats/archive/v$pkgver/beats-$pkgver.tar.gz";
-"golang-crypto.patch" # golang/crypto patch
-"gopacket-identifiers.patch"
-"filebeat.sysusers"
-"filebeat.service"
-"packetbeat.service"
-"metricbeat.service"
-"heartbeat.service"
-"auditbeat.service"
-"journalbeat.service"
-"tmpfile.conf")
-sha256sums=('0a57123098b2b94a7aea2821cf286cd473ffe072f552f74c3cb1fb6f5e128833'
-'75583a195b43d7345449bbac60359bf54661ccbd699386a6e59bb483c6054338'
-'f0570a83aa59d28edfa9efd6b8d7884f79306b69f3a80f157314cc1896f40a99'
-'33feb3690f8b31563cc1e2da557c2aa326501ce9ccd7e0a142036902bfdb05ff'
-'4d5394cfe3299c9a6af5ac34c1ad4bcdc2e79162379cccbf00fb414eb28253c0'
-'9f4e33fc768d3500fa3428dcbfda241c6473a2cae8cc4dbadf8f61ca9f2bbec5'
-'26b123acd96808162a7f827ce6f0e9669140c2665fc28d76583a15996fbf853d'
-'212cb4ab5a02d7078025f7d1f50f48e5caa25debce0852cf68cd8f89ed0a8d09'
-'b7f1c61950f21c7fab31166c68d4a9e5027f0c5bcc40a97913d6d89eaf643b85'
-'57d2f5bf75b4b5214065ba408c98ec941fb0042f19a623add7f4396d640225ba'
-'f29361772f23ec42bb15b5e0ca7e93f17fe00d31cf08a9e2c0d0ab27f2277bbc')
-
-prepare() {
-mkdir -p "$srcdir/bin"
-ln -s /usr/bin/python2 "$srcdir/bin/python"
-ln -s /usr/bin/pip2 "$srcdir/bin/pip"
-ln -s /usr/bin/virtualenv2 "$srcdir/bin/virtualenv"
-
-export GOPATH="$srcdir"/gopath
-mkdir -p "$GOPATH"
-go get golang.org/x/sys/cpu
-
-cd "$srcdir"/beats-$pkgver/vendor/golang.org/x/crypto
-patch -p1 -i "$srcdir"/golang-crypto.patch
-
-cd "$sr

[arch-commits] Commit in beats/repos/community-x86_64 (24 files)

2019-04-11 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, April 11, 2019 @ 14:04:24
  Author: mtorromeo
Revision: 451105

archrelease: copy trunk to community-x86_64

Added:
  beats/repos/community-x86_64/PKGBUILD
(from rev 451104, beats/trunk/PKGBUILD)
  beats/repos/community-x86_64/auditbeat.install
(from rev 451104, beats/trunk/auditbeat.install)
  beats/repos/community-x86_64/auditbeat.service
(from rev 451104, beats/trunk/auditbeat.service)
  beats/repos/community-x86_64/filebeat.service
(from rev 451104, beats/trunk/filebeat.service)
  beats/repos/community-x86_64/filebeat.sysusers
(from rev 451104, beats/trunk/filebeat.sysusers)
  beats/repos/community-x86_64/golang-crypto.patch
(from rev 451104, beats/trunk/golang-crypto.patch)
  beats/repos/community-x86_64/gopacket-identifiers.patch
(from rev 451104, beats/trunk/gopacket-identifiers.patch)
  beats/repos/community-x86_64/heartbeat.service
(from rev 451104, beats/trunk/heartbeat.service)
  beats/repos/community-x86_64/journalbeat.service
(from rev 451104, beats/trunk/journalbeat.service)
  beats/repos/community-x86_64/metricbeat.service
(from rev 451104, beats/trunk/metricbeat.service)
  beats/repos/community-x86_64/packetbeat.service
(from rev 451104, beats/trunk/packetbeat.service)
  beats/repos/community-x86_64/tmpfile.conf
(from rev 451104, beats/trunk/tmpfile.conf)
Deleted:
  beats/repos/community-x86_64/PKGBUILD
  beats/repos/community-x86_64/auditbeat.install
  beats/repos/community-x86_64/auditbeat.service
  beats/repos/community-x86_64/filebeat.service
  beats/repos/community-x86_64/filebeat.sysusers
  beats/repos/community-x86_64/golang-crypto.patch
  beats/repos/community-x86_64/gopacket-identifiers.patch
  beats/repos/community-x86_64/heartbeat.service
  beats/repos/community-x86_64/journalbeat.service
  beats/repos/community-x86_64/metricbeat.service
  beats/repos/community-x86_64/packetbeat.service
  beats/repos/community-x86_64/tmpfile.conf

+
 PKGBUILD   |  373 +--
 auditbeat.install  |   12 -
 auditbeat.service  |   22 +-
 filebeat.service   |   24 +-
 filebeat.sysusers  |2 
 golang-crypto.patch|  262 +++---
 gopacket-identifiers.patch |  124 +++---
 heartbeat.service  |   22 +-
 journalbeat.service|   24 +-
 metricbeat.service |   22 +-
 packetbeat.service |   22 +-
 tmpfile.conf   |4 
 12 files changed, 454 insertions(+), 459 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-11 14:03:58 UTC (rev 451104)
+++ PKGBUILD2019-04-11 14:04:24 UTC (rev 451105)
@@ -1,189 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Tyler Langlois 
-
-pkgbase=beats
-pkgname=(filebeat packetbeat metricbeat heartbeat-elastic auditbeat 
journalbeat)
-pkgver=6.7.0
-pkgrel=1
-pkgdesc='Data shippers for Elasticsearch'
-arch=('x86_64')
-url='https://www.elastic.co/products/beats'
-license=('Apache')
-depends=('glibc')
-makedepends=('go-pie' 'git' 'libpcap' 'rsync' 'python2-virtualenv' 'audit')
-optdepends=('elasticsearch: for standalone installation'
-'python: for migration script')
-source=("https://github.com/elastic/beats/archive/v$pkgver/beats-$pkgver.tar.gz";
-"golang-crypto.patch" # golang/crypto patch
-"gopacket-identifiers.patch"
-"filebeat.sysusers"
-"filebeat.service"
-"packetbeat.service"
-"metricbeat.service"
-"heartbeat.service"
-"auditbeat.service"
-"journalbeat.service"
-"tmpfile.conf")
-sha256sums=('50823cb981045f7e3f712747d973e3a00907102c84c73ca3917ab5fb9c13a135'
-'75583a195b43d7345449bbac60359bf54661ccbd699386a6e59bb483c6054338'
-'f0570a83aa59d28edfa9efd6b8d7884f79306b69f3a80f157314cc1896f40a99'
-'33feb3690f8b31563cc1e2da557c2aa326501ce9ccd7e0a142036902bfdb05ff'
-'4d5394cfe3299c9a6af5ac34c1ad4bcdc2e79162379cccbf00fb414eb28253c0'
-'9f4e33fc768d3500fa3428dcbfda241c6473a2cae8cc4dbadf8f61ca9f2bbec5'
-'26b123acd96808162a7f827ce6f0e9669140c2665fc28d76583a15996fbf853d'
-'212cb4ab5a02d7078025f7d1f50f48e5caa25debce0852cf68cd8f89ed0a8d09'
-'b7f1c61950f21c7fab31166c68d4a9e5027f0c5bcc40a97913d6d89eaf643b85'
-'57d2f5bf75b4b5214065ba408c98ec941fb0042f19a623add7f4396d640225ba'
-'f29361772f23ec42bb15b5e0ca7e93f17fe00d31cf08a9e2c0d0ab27f2277bbc')
-
-prepare() {
-mkdir -p "$srcdir/bin"
-ln -s /usr/bin/python2 "$srcdir/bin/python"
-ln -s /usr/bin/pip2 "$srcdir/bin/pip"
-ln -s /usr/bin/virtualenv2 "$srcdir/bin/virtualenv"
-
-export GOPATH="$srcdir"/gopath
-mkdir -p "$GOPATH"
-go get golang.org/x/sys/cpu
-
-cd "$srcdir"/beats-$pkgver/vendor/golang.org/x/crypto
-patch -p1 -i "$srcdir"/golang-crypto.patch
-
-cd "$s

[arch-commits] Commit in beats/repos/community-x86_64 (24 files)

2019-03-19 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, March 19, 2019 @ 08:49:31
  Author: mtorromeo
Revision: 442632

archrelease: copy trunk to community-x86_64

Added:
  beats/repos/community-x86_64/PKGBUILD
(from rev 442631, beats/trunk/PKGBUILD)
  beats/repos/community-x86_64/auditbeat.install
(from rev 442631, beats/trunk/auditbeat.install)
  beats/repos/community-x86_64/auditbeat.service
(from rev 442631, beats/trunk/auditbeat.service)
  beats/repos/community-x86_64/filebeat.service
(from rev 442631, beats/trunk/filebeat.service)
  beats/repos/community-x86_64/filebeat.sysusers
(from rev 442631, beats/trunk/filebeat.sysusers)
  beats/repos/community-x86_64/golang-crypto.patch
(from rev 442631, beats/trunk/golang-crypto.patch)
  beats/repos/community-x86_64/gopacket-identifiers.patch
(from rev 442631, beats/trunk/gopacket-identifiers.patch)
  beats/repos/community-x86_64/heartbeat.service
(from rev 442631, beats/trunk/heartbeat.service)
  beats/repos/community-x86_64/journalbeat.service
(from rev 442631, beats/trunk/journalbeat.service)
  beats/repos/community-x86_64/metricbeat.service
(from rev 442631, beats/trunk/metricbeat.service)
  beats/repos/community-x86_64/packetbeat.service
(from rev 442631, beats/trunk/packetbeat.service)
  beats/repos/community-x86_64/tmpfile.conf
(from rev 442631, beats/trunk/tmpfile.conf)
Deleted:
  beats/repos/community-x86_64/PKGBUILD
  beats/repos/community-x86_64/auditbeat.install
  beats/repos/community-x86_64/auditbeat.service
  beats/repos/community-x86_64/filebeat.service
  beats/repos/community-x86_64/filebeat.sysusers
  beats/repos/community-x86_64/golang-crypto.patch
  beats/repos/community-x86_64/gopacket-identifiers.patch
  beats/repos/community-x86_64/heartbeat.service
  beats/repos/community-x86_64/journalbeat.service
  beats/repos/community-x86_64/metricbeat.service
  beats/repos/community-x86_64/packetbeat.service
  beats/repos/community-x86_64/tmpfile.conf

+
 PKGBUILD   |  378 +--
 auditbeat.install  |   12 -
 auditbeat.service  |   22 +-
 filebeat.service   |   24 +-
 filebeat.sysusers  |2 
 golang-crypto.patch|  262 ++---
 gopacket-identifiers.patch |  124 +++---
 heartbeat.service  |   22 +-
 journalbeat.service|   24 +-
 metricbeat.service |   22 +-
 packetbeat.service |   22 +-
 tmpfile.conf   |4 
 12 files changed, 459 insertions(+), 459 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-19 08:48:37 UTC (rev 442631)
+++ PKGBUILD2019-03-19 08:49:31 UTC (rev 442632)
@@ -1,189 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Tyler Langlois 
-
-pkgbase=beats
-pkgname=(filebeat packetbeat metricbeat heartbeat-elastic auditbeat 
journalbeat)
-pkgver=6.6.1
-pkgrel=1
-pkgdesc='Data shippers for Elasticsearch'
-arch=('x86_64')
-url='https://www.elastic.co/products/beats'
-license=('Apache')
-depends=('glibc')
-makedepends=('go-pie' 'git' 'libpcap' 'rsync' 'python2-virtualenv' 'audit')
-optdepends=('elasticsearch: for standalone installation'
-'python: for migration script')
-source=("https://github.com/elastic/beats/archive/v$pkgver/beats-$pkgver.tar.gz";
-"golang-crypto.patch" # golang/crypto patch
-"gopacket-identifiers.patch"
-"filebeat.sysusers"
-"filebeat.service"
-"packetbeat.service"
-"metricbeat.service"
-"heartbeat.service"
-"auditbeat.service"
-"journalbeat.service"
-"tmpfile.conf")
-sha256sums=('3da3a445927b84b64405470018aaa941f42f0bec571f265a0b621bfb218278f1'
-'75583a195b43d7345449bbac60359bf54661ccbd699386a6e59bb483c6054338'
-'f0570a83aa59d28edfa9efd6b8d7884f79306b69f3a80f157314cc1896f40a99'
-'33feb3690f8b31563cc1e2da557c2aa326501ce9ccd7e0a142036902bfdb05ff'
-'4d5394cfe3299c9a6af5ac34c1ad4bcdc2e79162379cccbf00fb414eb28253c0'
-'9f4e33fc768d3500fa3428dcbfda241c6473a2cae8cc4dbadf8f61ca9f2bbec5'
-'26b123acd96808162a7f827ce6f0e9669140c2665fc28d76583a15996fbf853d'
-'212cb4ab5a02d7078025f7d1f50f48e5caa25debce0852cf68cd8f89ed0a8d09'
-'b7f1c61950f21c7fab31166c68d4a9e5027f0c5bcc40a97913d6d89eaf643b85'
-'57d2f5bf75b4b5214065ba408c98ec941fb0042f19a623add7f4396d640225ba'
-'f29361772f23ec42bb15b5e0ca7e93f17fe00d31cf08a9e2c0d0ab27f2277bbc')
-
-prepare() {
-mkdir -p "$srcdir/bin"
-ln -s /usr/bin/python2 "$srcdir/bin/python"
-ln -s /usr/bin/pip2 "$srcdir/bin/pip"
-ln -s /usr/bin/virtualenv2 "$srcdir/bin/virtualenv"
-
-export GOPATH="$srcdir"/gopath
-mkdir -p "$GOPATH"
-go get golang.org/x/sys/cpu
-
-cd "$srcdir"/beats-$pkgver/vendor/golang.org/x/crypto
-patch -p1 -i "$srcdir"/golang-crypto.patch
-
-cd "$src

[arch-commits] Commit in beats/repos/community-x86_64 (24 files)

2018-03-01 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, March 1, 2018 @ 10:20:41
  Author: mtorromeo
Revision: 300936

archrelease: copy trunk to community-x86_64

Added:
  beats/repos/community-x86_64/PKGBUILD
(from rev 300935, beats/trunk/PKGBUILD)
  beats/repos/community-x86_64/auditbeat-tmpfile.conf
(from rev 300935, beats/trunk/auditbeat-tmpfile.conf)
  beats/repos/community-x86_64/auditbeat.service
(from rev 300935, beats/trunk/auditbeat.service)
  beats/repos/community-x86_64/filebeat-tmpfile.conf
(from rev 300935, beats/trunk/filebeat-tmpfile.conf)
  beats/repos/community-x86_64/filebeat.service
(from rev 300935, beats/trunk/filebeat.service)
  beats/repos/community-x86_64/filebeat.sysusers
(from rev 300935, beats/trunk/filebeat.sysusers)
  beats/repos/community-x86_64/heartbeat-tmpfile.conf
(from rev 300935, beats/trunk/heartbeat-tmpfile.conf)
  beats/repos/community-x86_64/heartbeat.service
(from rev 300935, beats/trunk/heartbeat.service)
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
(from rev 300935, beats/trunk/metricbeat-tmpfile.conf)
  beats/repos/community-x86_64/metricbeat.service
(from rev 300935, beats/trunk/metricbeat.service)
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
(from rev 300935, beats/trunk/packetbeat-tmpfile.conf)
  beats/repos/community-x86_64/packetbeat.service
(from rev 300935, beats/trunk/packetbeat.service)
Deleted:
  beats/repos/community-x86_64/PKGBUILD
  beats/repos/community-x86_64/auditbeat-tmpfile.conf
  beats/repos/community-x86_64/auditbeat.service
  beats/repos/community-x86_64/filebeat-tmpfile.conf
  beats/repos/community-x86_64/filebeat.service
  beats/repos/community-x86_64/filebeat.sysusers
  beats/repos/community-x86_64/heartbeat-tmpfile.conf
  beats/repos/community-x86_64/heartbeat.service
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
  beats/repos/community-x86_64/metricbeat.service
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
  beats/repos/community-x86_64/packetbeat.service

-+
 PKGBUILD|  294 +++---
 auditbeat-tmpfile.conf  |4 
 auditbeat.service   |   22 +--
 filebeat-tmpfile.conf   |4 
 filebeat.service|   24 +--
 filebeat.sysusers   |2 
 heartbeat-tmpfile.conf  |4 
 heartbeat.service   |   22 +--
 metricbeat-tmpfile.conf |4 
 metricbeat.service  |   22 +--
 packetbeat-tmpfile.conf |4 
 packetbeat.service  |   22 +--
 12 files changed, 214 insertions(+), 214 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-01 10:20:05 UTC (rev 300935)
+++ PKGBUILD2018-03-01 10:20:41 UTC (rev 300936)
@@ -1,147 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Tyler Langlois 
-
-pkgbase=beats
-pkgname=(filebeat packetbeat metricbeat heartbeat-elastic auditbeat)
-pkgver=6.2.1
-pkgrel=1
-pkgdesc='Data shippers for Elasticsearch'
-arch=('x86_64')
-url='https://www.elastic.co/products/beats'
-license=('APACHE')
-depends=('glibc')
-makedepends=('go-pie' 'git' 'libpcap' 'rsync' 'python')
-optdepends=('elasticsearch: for standalone installation'
-'python: for migration script')
-options=('!strip')
-source=("https://github.com/elastic/beats/archive/v$pkgver/beats-$pkgver.tar.gz";
-"filebeat.sysusers"
-"filebeat.service"
-"packetbeat.service"
-"metricbeat.service"
-"heartbeat.service"
-"auditbeat.service"
-"filebeat-tmpfile.conf"
-"packetbeat-tmpfile.conf"
-"metricbeat-tmpfile.conf"
-"heartbeat-tmpfile.conf"
-"auditbeat-tmpfile.conf")
-sha256sums=('7fc935b65469acc728653c89ef7b8541db4c5dafdbb1459822f0c215d58d30e6'
-'33feb3690f8b31563cc1e2da557c2aa326501ce9ccd7e0a142036902bfdb05ff'
-'4d5394cfe3299c9a6af5ac34c1ad4bcdc2e79162379cccbf00fb414eb28253c0'
-'9f4e33fc768d3500fa3428dcbfda241c6473a2cae8cc4dbadf8f61ca9f2bbec5'
-'26b123acd96808162a7f827ce6f0e9669140c2665fc28d76583a15996fbf853d'
-'212cb4ab5a02d7078025f7d1f50f48e5caa25debce0852cf68cd8f89ed0a8d09'
-'b7f1c61950f21c7fab31166c68d4a9e5027f0c5bcc40a97913d6d89eaf643b85'
-'ec999a29bc19d1b36b84e03cbd7b00b29d3e08c97ca03043b9fd6bfbe04c5e2d'
-'3f3ead4168d5b4953cca883d8a3c4552c26a75f52cedfcf6c7785bfd7bbae3c4'
-'cb927141d3bed94cb5570789dd9fc97713e967580ee354ff393020811f087dca'
-'9629931db8455891f0a6e9f9c91272716f2b47ec88f8a49e601423a16c7cdba5'
-'dcdf1be6acda30cc3e8949b5affbc1fe7b0a1efc2a08dfe2f878d6eb6de84d38')
-
-prepare() {
-cd beats-$pkgver
-
-# Avoid installing extraneous configs
-sed '/[- ]win/d ; /[- ]darwin/d ; /[- ]binary/d' -i */Makefile
-# Install the Linux config as default
-sed -r 's#/([a-z]+)-linux.yml#/\1.yml#' -i */Makefile
-
-# Perform some timestomping to avoid make warnings
-LANG=C _t="$(date -r Makefi

[arch-commits] Commit in beats/repos/community-x86_64 (24 files)

2018-02-12 Thread Massimiliano Torromeo via arch-commits
Date: Monday, February 12, 2018 @ 20:10:32
  Author: mtorromeo
Revision: 293644

archrelease: copy trunk to community-x86_64

Added:
  beats/repos/community-x86_64/PKGBUILD
(from rev 293643, beats/trunk/PKGBUILD)
  beats/repos/community-x86_64/auditbeat-tmpfile.conf
(from rev 293643, beats/trunk/auditbeat-tmpfile.conf)
  beats/repos/community-x86_64/auditbeat.service
(from rev 293643, beats/trunk/auditbeat.service)
  beats/repos/community-x86_64/filebeat-tmpfile.conf
(from rev 293643, beats/trunk/filebeat-tmpfile.conf)
  beats/repos/community-x86_64/filebeat.service
(from rev 293643, beats/trunk/filebeat.service)
  beats/repos/community-x86_64/filebeat.sysusers
(from rev 293643, beats/trunk/filebeat.sysusers)
  beats/repos/community-x86_64/heartbeat-tmpfile.conf
(from rev 293643, beats/trunk/heartbeat-tmpfile.conf)
  beats/repos/community-x86_64/heartbeat.service
(from rev 293643, beats/trunk/heartbeat.service)
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
(from rev 293643, beats/trunk/metricbeat-tmpfile.conf)
  beats/repos/community-x86_64/metricbeat.service
(from rev 293643, beats/trunk/metricbeat.service)
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
(from rev 293643, beats/trunk/packetbeat-tmpfile.conf)
  beats/repos/community-x86_64/packetbeat.service
(from rev 293643, beats/trunk/packetbeat.service)
Deleted:
  beats/repos/community-x86_64/PKGBUILD
  beats/repos/community-x86_64/auditbeat-tmpfile.conf
  beats/repos/community-x86_64/auditbeat.service
  beats/repos/community-x86_64/filebeat-tmpfile.conf
  beats/repos/community-x86_64/filebeat.service
  beats/repos/community-x86_64/filebeat.sysusers
  beats/repos/community-x86_64/heartbeat-tmpfile.conf
  beats/repos/community-x86_64/heartbeat.service
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
  beats/repos/community-x86_64/metricbeat.service
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
  beats/repos/community-x86_64/packetbeat.service

-+
 PKGBUILD|  294 +++---
 auditbeat-tmpfile.conf  |4 
 auditbeat.service   |   22 +--
 filebeat-tmpfile.conf   |4 
 filebeat.service|   24 +--
 filebeat.sysusers   |2 
 heartbeat-tmpfile.conf  |4 
 heartbeat.service   |   22 +--
 metricbeat-tmpfile.conf |4 
 metricbeat.service  |   22 +--
 packetbeat-tmpfile.conf |4 
 packetbeat.service  |   22 +--
 12 files changed, 214 insertions(+), 214 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-12 20:10:03 UTC (rev 293643)
+++ PKGBUILD2018-02-12 20:10:32 UTC (rev 293644)
@@ -1,147 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Tyler Langlois 
-
-pkgbase=beats
-pkgname=(filebeat packetbeat metricbeat heartbeat-elastic auditbeat)
-pkgver=6.2.0
-pkgrel=1
-pkgdesc='Data shippers for Elasticsearch'
-arch=('x86_64')
-url='https://www.elastic.co/products/beats'
-license=('APACHE')
-depends=('glibc')
-makedepends=('go-pie' 'git' 'libpcap' 'rsync' 'python')
-optdepends=('elasticsearch: for standalone installation'
-'python: for migration script')
-options=('!strip')
-source=("https://github.com/elastic/beats/archive/v$pkgver/beats-$pkgver.tar.gz";
-"filebeat.sysusers"
-"filebeat.service"
-"packetbeat.service"
-"metricbeat.service"
-"heartbeat.service"
-"auditbeat.service"
-"filebeat-tmpfile.conf"
-"packetbeat-tmpfile.conf"
-"metricbeat-tmpfile.conf"
-"heartbeat-tmpfile.conf"
-"auditbeat-tmpfile.conf")
-sha256sums=('f4cf4dee93ae5803d7c07573e96f73ee421cf9f3154615c9c518137c1956feab'
-'33feb3690f8b31563cc1e2da557c2aa326501ce9ccd7e0a142036902bfdb05ff'
-'4d5394cfe3299c9a6af5ac34c1ad4bcdc2e79162379cccbf00fb414eb28253c0'
-'9f4e33fc768d3500fa3428dcbfda241c6473a2cae8cc4dbadf8f61ca9f2bbec5'
-'26b123acd96808162a7f827ce6f0e9669140c2665fc28d76583a15996fbf853d'
-'212cb4ab5a02d7078025f7d1f50f48e5caa25debce0852cf68cd8f89ed0a8d09'
-'b7f1c61950f21c7fab31166c68d4a9e5027f0c5bcc40a97913d6d89eaf643b85'
-'ec999a29bc19d1b36b84e03cbd7b00b29d3e08c97ca03043b9fd6bfbe04c5e2d'
-'3f3ead4168d5b4953cca883d8a3c4552c26a75f52cedfcf6c7785bfd7bbae3c4'
-'cb927141d3bed94cb5570789dd9fc97713e967580ee354ff393020811f087dca'
-'9629931db8455891f0a6e9f9c91272716f2b47ec88f8a49e601423a16c7cdba5'
-'dcdf1be6acda30cc3e8949b5affbc1fe7b0a1efc2a08dfe2f878d6eb6de84d38')
-
-prepare() {
-cd beats-$pkgver
-
-# Avoid installing extraneous configs
-sed '/[- ]win/d ; /[- ]darwin/d ; /[- ]binary/d' -i */Makefile
-# Install the Linux config as default
-sed -r 's#/([a-z]+)-linux.yml#/\1.yml#' -i */Makefile
-
-# Perform some timestomping to avoid make warnings
-LANG=C _t="$(date -r Make

[arch-commits] Commit in beats/repos/community-x86_64 (24 files)

2018-03-20 Thread Levente Polyak via arch-commits
Date: Wednesday, March 21, 2018 @ 00:38:08
  Author: anthraxx
Revision: 309758

archrelease: copy trunk to community-x86_64

Added:
  beats/repos/community-x86_64/PKGBUILD
(from rev 309757, beats/trunk/PKGBUILD)
  beats/repos/community-x86_64/auditbeat-tmpfile.conf
(from rev 309757, beats/trunk/auditbeat-tmpfile.conf)
  beats/repos/community-x86_64/auditbeat.service
(from rev 309757, beats/trunk/auditbeat.service)
  beats/repos/community-x86_64/filebeat-tmpfile.conf
(from rev 309757, beats/trunk/filebeat-tmpfile.conf)
  beats/repos/community-x86_64/filebeat.service
(from rev 309757, beats/trunk/filebeat.service)
  beats/repos/community-x86_64/filebeat.sysusers
(from rev 309757, beats/trunk/filebeat.sysusers)
  beats/repos/community-x86_64/heartbeat-tmpfile.conf
(from rev 309757, beats/trunk/heartbeat-tmpfile.conf)
  beats/repos/community-x86_64/heartbeat.service
(from rev 309757, beats/trunk/heartbeat.service)
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
(from rev 309757, beats/trunk/metricbeat-tmpfile.conf)
  beats/repos/community-x86_64/metricbeat.service
(from rev 309757, beats/trunk/metricbeat.service)
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
(from rev 309757, beats/trunk/packetbeat-tmpfile.conf)
  beats/repos/community-x86_64/packetbeat.service
(from rev 309757, beats/trunk/packetbeat.service)
Deleted:
  beats/repos/community-x86_64/PKGBUILD
  beats/repos/community-x86_64/auditbeat-tmpfile.conf
  beats/repos/community-x86_64/auditbeat.service
  beats/repos/community-x86_64/filebeat-tmpfile.conf
  beats/repos/community-x86_64/filebeat.service
  beats/repos/community-x86_64/filebeat.sysusers
  beats/repos/community-x86_64/heartbeat-tmpfile.conf
  beats/repos/community-x86_64/heartbeat.service
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
  beats/repos/community-x86_64/metricbeat.service
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
  beats/repos/community-x86_64/packetbeat.service

-+
 PKGBUILD|  294 +++---
 auditbeat-tmpfile.conf  |4 
 auditbeat.service   |   22 +--
 filebeat-tmpfile.conf   |4 
 filebeat.service|   24 +--
 filebeat.sysusers   |2 
 heartbeat-tmpfile.conf  |4 
 heartbeat.service   |   22 +--
 metricbeat-tmpfile.conf |4 
 metricbeat.service  |   22 +--
 packetbeat-tmpfile.conf |4 
 packetbeat.service  |   22 +--
 12 files changed, 214 insertions(+), 214 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-21 00:37:53 UTC (rev 309757)
+++ PKGBUILD2018-03-21 00:38:08 UTC (rev 309758)
@@ -1,147 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Tyler Langlois 
-
-pkgbase=beats
-pkgname=(filebeat packetbeat metricbeat heartbeat-elastic auditbeat)
-pkgver=6.2.2
-pkgrel=1
-pkgdesc='Data shippers for Elasticsearch'
-arch=('x86_64')
-url='https://www.elastic.co/products/beats'
-license=('APACHE')
-depends=('glibc')
-makedepends=('go-pie' 'git' 'libpcap' 'rsync' 'python')
-optdepends=('elasticsearch: for standalone installation'
-'python: for migration script')
-options=('!strip')
-source=("https://github.com/elastic/beats/archive/v$pkgver/beats-$pkgver.tar.gz";
-"filebeat.sysusers"
-"filebeat.service"
-"packetbeat.service"
-"metricbeat.service"
-"heartbeat.service"
-"auditbeat.service"
-"filebeat-tmpfile.conf"
-"packetbeat-tmpfile.conf"
-"metricbeat-tmpfile.conf"
-"heartbeat-tmpfile.conf"
-"auditbeat-tmpfile.conf")
-sha256sums=('0866c3e26fcbd55f191e746b3bf925b450badd13fb72ea9f712481559932c878'
-'33feb3690f8b31563cc1e2da557c2aa326501ce9ccd7e0a142036902bfdb05ff'
-'4d5394cfe3299c9a6af5ac34c1ad4bcdc2e79162379cccbf00fb414eb28253c0'
-'9f4e33fc768d3500fa3428dcbfda241c6473a2cae8cc4dbadf8f61ca9f2bbec5'
-'26b123acd96808162a7f827ce6f0e9669140c2665fc28d76583a15996fbf853d'
-'212cb4ab5a02d7078025f7d1f50f48e5caa25debce0852cf68cd8f89ed0a8d09'
-'b7f1c61950f21c7fab31166c68d4a9e5027f0c5bcc40a97913d6d89eaf643b85'
-'ec999a29bc19d1b36b84e03cbd7b00b29d3e08c97ca03043b9fd6bfbe04c5e2d'
-'3f3ead4168d5b4953cca883d8a3c4552c26a75f52cedfcf6c7785bfd7bbae3c4'
-'cb927141d3bed94cb5570789dd9fc97713e967580ee354ff393020811f087dca'
-'9629931db8455891f0a6e9f9c91272716f2b47ec88f8a49e601423a16c7cdba5'
-'dcdf1be6acda30cc3e8949b5affbc1fe7b0a1efc2a08dfe2f878d6eb6de84d38')
-
-prepare() {
-cd beats-$pkgver
-
-# Avoid installing extraneous configs
-sed '/[- ]win/d ; /[- ]darwin/d ; /[- ]binary/d' -i */Makefile
-# Install the Linux config as default
-sed -r 's#/([a-z]+)-linux.yml#/\1.yml#' -i */Makefile
-
-# Perform some timestomping to avoid make warnings
-LANG=C _t="$(date -r Makef

[arch-commits] Commit in beats/repos/community-x86_64 (24 files)

2018-01-31 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, January 31, 2018 @ 08:35:47
  Author: mtorromeo
Revision: 288353

archrelease: copy trunk to community-x86_64

Added:
  beats/repos/community-x86_64/PKGBUILD
(from rev 288352, beats/trunk/PKGBUILD)
  beats/repos/community-x86_64/auditbeat-tmpfile.conf
(from rev 288352, beats/trunk/auditbeat-tmpfile.conf)
  beats/repos/community-x86_64/auditbeat.service
(from rev 288352, beats/trunk/auditbeat.service)
  beats/repos/community-x86_64/filebeat-tmpfile.conf
(from rev 288352, beats/trunk/filebeat-tmpfile.conf)
  beats/repos/community-x86_64/filebeat.service
(from rev 288352, beats/trunk/filebeat.service)
  beats/repos/community-x86_64/filebeat.sysusers
(from rev 288352, beats/trunk/filebeat.sysusers)
  beats/repos/community-x86_64/heartbeat-tmpfile.conf
(from rev 288352, beats/trunk/heartbeat-tmpfile.conf)
  beats/repos/community-x86_64/heartbeat.service
(from rev 288352, beats/trunk/heartbeat.service)
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
(from rev 288352, beats/trunk/metricbeat-tmpfile.conf)
  beats/repos/community-x86_64/metricbeat.service
(from rev 288352, beats/trunk/metricbeat.service)
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
(from rev 288352, beats/trunk/packetbeat-tmpfile.conf)
  beats/repos/community-x86_64/packetbeat.service
(from rev 288352, beats/trunk/packetbeat.service)
Deleted:
  beats/repos/community-x86_64/PKGBUILD
  beats/repos/community-x86_64/auditbeat-tmpfile.conf
  beats/repos/community-x86_64/auditbeat.service
  beats/repos/community-x86_64/filebeat-tmpfile.conf
  beats/repos/community-x86_64/filebeat.service
  beats/repos/community-x86_64/filebeat.sysusers
  beats/repos/community-x86_64/heartbeat-tmpfile.conf
  beats/repos/community-x86_64/heartbeat.service
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
  beats/repos/community-x86_64/metricbeat.service
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
  beats/repos/community-x86_64/packetbeat.service

-+
 PKGBUILD|  294 +++---
 auditbeat-tmpfile.conf  |4 
 auditbeat.service   |   22 +--
 filebeat-tmpfile.conf   |4 
 filebeat.service|   24 +--
 filebeat.sysusers   |2 
 heartbeat-tmpfile.conf  |4 
 heartbeat.service   |   22 +--
 metricbeat-tmpfile.conf |4 
 metricbeat.service  |   22 +--
 packetbeat-tmpfile.conf |4 
 packetbeat.service  |   22 +--
 12 files changed, 214 insertions(+), 214 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-31 08:35:20 UTC (rev 288352)
+++ PKGBUILD2018-01-31 08:35:47 UTC (rev 288353)
@@ -1,147 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Tyler Langlois 
-
-pkgbase=beats
-pkgname=(filebeat packetbeat metricbeat heartbeat-elastic auditbeat)
-pkgver=6.1.1
-pkgrel=1
-pkgdesc='Data shippers for Elasticsearch'
-arch=('x86_64')
-url='https://www.elastic.co/products/beats'
-license=('APACHE')
-depends=('glibc')
-makedepends=('go-pie' 'git' 'libpcap' 'rsync' 'python')
-optdepends=('elasticsearch: for standalone installation'
-'python: for migration script')
-options=('!strip')
-source=("https://github.com/elastic/beats/archive/v$pkgver/beats-$pkgver.tar.gz";
-"filebeat.sysusers"
-"filebeat.service"
-"packetbeat.service"
-"metricbeat.service"
-"heartbeat.service"
-"auditbeat.service"
-"filebeat-tmpfile.conf"
-"packetbeat-tmpfile.conf"
-"metricbeat-tmpfile.conf"
-"heartbeat-tmpfile.conf"
-"auditbeat-tmpfile.conf")
-sha256sums=('c69f0047644be919e42a1d8fa3383c894ca8e054d5b6f727f161ed4ce497ca84'
-'33feb3690f8b31563cc1e2da557c2aa326501ce9ccd7e0a142036902bfdb05ff'
-'4d5394cfe3299c9a6af5ac34c1ad4bcdc2e79162379cccbf00fb414eb28253c0'
-'9f4e33fc768d3500fa3428dcbfda241c6473a2cae8cc4dbadf8f61ca9f2bbec5'
-'26b123acd96808162a7f827ce6f0e9669140c2665fc28d76583a15996fbf853d'
-'212cb4ab5a02d7078025f7d1f50f48e5caa25debce0852cf68cd8f89ed0a8d09'
-'b7f1c61950f21c7fab31166c68d4a9e5027f0c5bcc40a97913d6d89eaf643b85'
-'ec999a29bc19d1b36b84e03cbd7b00b29d3e08c97ca03043b9fd6bfbe04c5e2d'
-'3f3ead4168d5b4953cca883d8a3c4552c26a75f52cedfcf6c7785bfd7bbae3c4'
-'cb927141d3bed94cb5570789dd9fc97713e967580ee354ff393020811f087dca'
-'9629931db8455891f0a6e9f9c91272716f2b47ec88f8a49e601423a16c7cdba5'
-'dcdf1be6acda30cc3e8949b5affbc1fe7b0a1efc2a08dfe2f878d6eb6de84d38')
-
-prepare() {
-cd beats-$pkgver
-
-# Avoid installing extraneous configs
-sed '/[- ]win/d ; /[- ]darwin/d ; /[- ]binary/d' -i */Makefile
-# Install the Linux config as default
-sed -r 's#/([a-z]+)-linux.yml#/\1.yml#' -i */Makefile
-
-# Perform some timestomping to avoid make warnings
-LANG=C _t="$(date -r Ma

[arch-commits] Commit in beats/repos/community-x86_64 (24 files)

2018-02-07 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, February 7, 2018 @ 14:09:36
  Author: mtorromeo
Revision: 29

archrelease: copy trunk to community-x86_64

Added:
  beats/repos/community-x86_64/PKGBUILD
(from rev 28, beats/trunk/PKGBUILD)
  beats/repos/community-x86_64/auditbeat-tmpfile.conf
(from rev 28, beats/trunk/auditbeat-tmpfile.conf)
  beats/repos/community-x86_64/auditbeat.service
(from rev 28, beats/trunk/auditbeat.service)
  beats/repos/community-x86_64/filebeat-tmpfile.conf
(from rev 28, beats/trunk/filebeat-tmpfile.conf)
  beats/repos/community-x86_64/filebeat.service
(from rev 28, beats/trunk/filebeat.service)
  beats/repos/community-x86_64/filebeat.sysusers
(from rev 28, beats/trunk/filebeat.sysusers)
  beats/repos/community-x86_64/heartbeat-tmpfile.conf
(from rev 28, beats/trunk/heartbeat-tmpfile.conf)
  beats/repos/community-x86_64/heartbeat.service
(from rev 28, beats/trunk/heartbeat.service)
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
(from rev 28, beats/trunk/metricbeat-tmpfile.conf)
  beats/repos/community-x86_64/metricbeat.service
(from rev 28, beats/trunk/metricbeat.service)
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
(from rev 28, beats/trunk/packetbeat-tmpfile.conf)
  beats/repos/community-x86_64/packetbeat.service
(from rev 28, beats/trunk/packetbeat.service)
Deleted:
  beats/repos/community-x86_64/PKGBUILD
  beats/repos/community-x86_64/auditbeat-tmpfile.conf
  beats/repos/community-x86_64/auditbeat.service
  beats/repos/community-x86_64/filebeat-tmpfile.conf
  beats/repos/community-x86_64/filebeat.service
  beats/repos/community-x86_64/filebeat.sysusers
  beats/repos/community-x86_64/heartbeat-tmpfile.conf
  beats/repos/community-x86_64/heartbeat.service
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
  beats/repos/community-x86_64/metricbeat.service
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
  beats/repos/community-x86_64/packetbeat.service

-+
 PKGBUILD|  294 +++---
 auditbeat-tmpfile.conf  |4 
 auditbeat.service   |   22 +--
 filebeat-tmpfile.conf   |4 
 filebeat.service|   24 +--
 filebeat.sysusers   |2 
 heartbeat-tmpfile.conf  |4 
 heartbeat.service   |   22 +--
 metricbeat-tmpfile.conf |4 
 metricbeat.service  |   22 +--
 packetbeat-tmpfile.conf |4 
 packetbeat.service  |   22 +--
 12 files changed, 214 insertions(+), 214 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-02-07 14:09:14 UTC (rev 28)
+++ PKGBUILD2018-02-07 14:09:36 UTC (rev 29)
@@ -1,147 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Tyler Langlois 
-
-pkgbase=beats
-pkgname=(filebeat packetbeat metricbeat heartbeat-elastic auditbeat)
-pkgver=6.1.3
-pkgrel=1
-pkgdesc='Data shippers for Elasticsearch'
-arch=('x86_64')
-url='https://www.elastic.co/products/beats'
-license=('APACHE')
-depends=('glibc')
-makedepends=('go-pie' 'git' 'libpcap' 'rsync' 'python')
-optdepends=('elasticsearch: for standalone installation'
-'python: for migration script')
-options=('!strip')
-source=("https://github.com/elastic/beats/archive/v$pkgver/beats-$pkgver.tar.gz";
-"filebeat.sysusers"
-"filebeat.service"
-"packetbeat.service"
-"metricbeat.service"
-"heartbeat.service"
-"auditbeat.service"
-"filebeat-tmpfile.conf"
-"packetbeat-tmpfile.conf"
-"metricbeat-tmpfile.conf"
-"heartbeat-tmpfile.conf"
-"auditbeat-tmpfile.conf")
-sha256sums=('5a21ce1eca7eab2b8214b54a7f4690cd557cd05073119f861025330e1b4006a3'
-'33feb3690f8b31563cc1e2da557c2aa326501ce9ccd7e0a142036902bfdb05ff'
-'4d5394cfe3299c9a6af5ac34c1ad4bcdc2e79162379cccbf00fb414eb28253c0'
-'9f4e33fc768d3500fa3428dcbfda241c6473a2cae8cc4dbadf8f61ca9f2bbec5'
-'26b123acd96808162a7f827ce6f0e9669140c2665fc28d76583a15996fbf853d'
-'212cb4ab5a02d7078025f7d1f50f48e5caa25debce0852cf68cd8f89ed0a8d09'
-'b7f1c61950f21c7fab31166c68d4a9e5027f0c5bcc40a97913d6d89eaf643b85'
-'ec999a29bc19d1b36b84e03cbd7b00b29d3e08c97ca03043b9fd6bfbe04c5e2d'
-'3f3ead4168d5b4953cca883d8a3c4552c26a75f52cedfcf6c7785bfd7bbae3c4'
-'cb927141d3bed94cb5570789dd9fc97713e967580ee354ff393020811f087dca'
-'9629931db8455891f0a6e9f9c91272716f2b47ec88f8a49e601423a16c7cdba5'
-'dcdf1be6acda30cc3e8949b5affbc1fe7b0a1efc2a08dfe2f878d6eb6de84d38')
-
-prepare() {
-cd beats-$pkgver
-
-# Avoid installing extraneous configs
-sed '/[- ]win/d ; /[- ]darwin/d ; /[- ]binary/d' -i */Makefile
-# Install the Linux config as default
-sed -r 's#/([a-z]+)-linux.yml#/\1.yml#' -i */Makefile
-
-# Perform some timestomping to avoid make warnings
-LANG=C _t="$(date -r Ma

[arch-commits] Commit in beats/repos/community-x86_64 (24 files)

2017-12-07 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, December 7, 2017 @ 11:06:48
  Author: mtorromeo
Revision: 272942

archrelease: copy trunk to community-x86_64

Added:
  beats/repos/community-x86_64/PKGBUILD
(from rev 272941, beats/trunk/PKGBUILD)
  beats/repos/community-x86_64/auditbeat-tmpfile.conf
(from rev 272941, beats/trunk/auditbeat-tmpfile.conf)
  beats/repos/community-x86_64/auditbeat.service
(from rev 272941, beats/trunk/auditbeat.service)
  beats/repos/community-x86_64/filebeat-tmpfile.conf
(from rev 272941, beats/trunk/filebeat-tmpfile.conf)
  beats/repos/community-x86_64/filebeat.service
(from rev 272941, beats/trunk/filebeat.service)
  beats/repos/community-x86_64/filebeat.sysusers
(from rev 272941, beats/trunk/filebeat.sysusers)
  beats/repos/community-x86_64/heartbeat-tmpfile.conf
(from rev 272941, beats/trunk/heartbeat-tmpfile.conf)
  beats/repos/community-x86_64/heartbeat.service
(from rev 272941, beats/trunk/heartbeat.service)
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
(from rev 272941, beats/trunk/metricbeat-tmpfile.conf)
  beats/repos/community-x86_64/metricbeat.service
(from rev 272941, beats/trunk/metricbeat.service)
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
(from rev 272941, beats/trunk/packetbeat-tmpfile.conf)
  beats/repos/community-x86_64/packetbeat.service
(from rev 272941, beats/trunk/packetbeat.service)
Deleted:
  beats/repos/community-x86_64/PKGBUILD
  beats/repos/community-x86_64/auditbeat-tmpfile.conf
  beats/repos/community-x86_64/auditbeat.service
  beats/repos/community-x86_64/filebeat-tmpfile.conf
  beats/repos/community-x86_64/filebeat.service
  beats/repos/community-x86_64/filebeat.sysusers
  beats/repos/community-x86_64/heartbeat-tmpfile.conf
  beats/repos/community-x86_64/heartbeat.service
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
  beats/repos/community-x86_64/metricbeat.service
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
  beats/repos/community-x86_64/packetbeat.service

-+
 PKGBUILD|  294 +++---
 auditbeat-tmpfile.conf  |4 
 auditbeat.service   |   22 +--
 filebeat-tmpfile.conf   |4 
 filebeat.service|   24 +--
 filebeat.sysusers   |2 
 heartbeat-tmpfile.conf  |4 
 heartbeat.service   |   22 +--
 metricbeat-tmpfile.conf |4 
 metricbeat.service  |   22 +--
 packetbeat-tmpfile.conf |4 
 packetbeat.service  |   22 +--
 12 files changed, 214 insertions(+), 214 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-07 11:06:20 UTC (rev 272941)
+++ PKGBUILD2017-12-07 11:06:48 UTC (rev 272942)
@@ -1,147 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Tyler Langlois 
-
-pkgbase=beats
-pkgname=(filebeat packetbeat metricbeat heartbeat-elastic auditbeat)
-pkgver=6.0.0
-pkgrel=1
-pkgdesc='Data shippers for Elasticsearch'
-arch=('x86_64')
-url='https://www.elastic.co/products/beats'
-license=('APACHE')
-depends=('glibc')
-makedepends=('go-pie' 'git' 'libpcap' 'rsync' 'python')
-optdepends=('elasticsearch: for standalone installation'
-'python: for migration script')
-options=('!strip')
-source=("https://github.com/elastic/beats/archive/v$pkgver/beats-$pkgver.tar.gz";
-"filebeat.sysusers"
-"filebeat.service"
-"packetbeat.service"
-"metricbeat.service"
-"heartbeat.service"
-"auditbeat.service"
-"filebeat-tmpfile.conf"
-"packetbeat-tmpfile.conf"
-"metricbeat-tmpfile.conf"
-"heartbeat-tmpfile.conf"
-"auditbeat-tmpfile.conf")
-sha256sums=('c4a8130934eb132f637e0a76ed4d764b92e7ed469abc97587a3625a61668744e'
-'33feb3690f8b31563cc1e2da557c2aa326501ce9ccd7e0a142036902bfdb05ff'
-'4d5394cfe3299c9a6af5ac34c1ad4bcdc2e79162379cccbf00fb414eb28253c0'
-'9f4e33fc768d3500fa3428dcbfda241c6473a2cae8cc4dbadf8f61ca9f2bbec5'
-'26b123acd96808162a7f827ce6f0e9669140c2665fc28d76583a15996fbf853d'
-'212cb4ab5a02d7078025f7d1f50f48e5caa25debce0852cf68cd8f89ed0a8d09'
-'b7f1c61950f21c7fab31166c68d4a9e5027f0c5bcc40a97913d6d89eaf643b85'
-'ec999a29bc19d1b36b84e03cbd7b00b29d3e08c97ca03043b9fd6bfbe04c5e2d'
-'3f3ead4168d5b4953cca883d8a3c4552c26a75f52cedfcf6c7785bfd7bbae3c4'
-'cb927141d3bed94cb5570789dd9fc97713e967580ee354ff393020811f087dca'
-'9629931db8455891f0a6e9f9c91272716f2b47ec88f8a49e601423a16c7cdba5'
-'dcdf1be6acda30cc3e8949b5affbc1fe7b0a1efc2a08dfe2f878d6eb6de84d38')
-
-prepare() {
-cd beats-$pkgver
-
-# Avoid installing extraneous configs
-sed '/[- ]win/d ; /[- ]darwin/d ; /[- ]binary/d' -i */Makefile
-# Install the Linux config as default
-sed -r 's#/([a-z]+)-linux.yml#/\1.yml#' -i */Makefile
-
-# Perform some timestomping to avoid make warnings
-LANG=C _t="$(date -r Mak

[arch-commits] Commit in beats/repos/community-x86_64 (24 files)

2017-12-15 Thread Massimiliano Torromeo via arch-commits
Date: Friday, December 15, 2017 @ 10:47:07
  Author: mtorromeo
Revision: 274504

archrelease: copy trunk to community-x86_64

Added:
  beats/repos/community-x86_64/PKGBUILD
(from rev 274503, beats/trunk/PKGBUILD)
  beats/repos/community-x86_64/auditbeat-tmpfile.conf
(from rev 274503, beats/trunk/auditbeat-tmpfile.conf)
  beats/repos/community-x86_64/auditbeat.service
(from rev 274503, beats/trunk/auditbeat.service)
  beats/repos/community-x86_64/filebeat-tmpfile.conf
(from rev 274503, beats/trunk/filebeat-tmpfile.conf)
  beats/repos/community-x86_64/filebeat.service
(from rev 274503, beats/trunk/filebeat.service)
  beats/repos/community-x86_64/filebeat.sysusers
(from rev 274503, beats/trunk/filebeat.sysusers)
  beats/repos/community-x86_64/heartbeat-tmpfile.conf
(from rev 274503, beats/trunk/heartbeat-tmpfile.conf)
  beats/repos/community-x86_64/heartbeat.service
(from rev 274503, beats/trunk/heartbeat.service)
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
(from rev 274503, beats/trunk/metricbeat-tmpfile.conf)
  beats/repos/community-x86_64/metricbeat.service
(from rev 274503, beats/trunk/metricbeat.service)
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
(from rev 274503, beats/trunk/packetbeat-tmpfile.conf)
  beats/repos/community-x86_64/packetbeat.service
(from rev 274503, beats/trunk/packetbeat.service)
Deleted:
  beats/repos/community-x86_64/PKGBUILD
  beats/repos/community-x86_64/auditbeat-tmpfile.conf
  beats/repos/community-x86_64/auditbeat.service
  beats/repos/community-x86_64/filebeat-tmpfile.conf
  beats/repos/community-x86_64/filebeat.service
  beats/repos/community-x86_64/filebeat.sysusers
  beats/repos/community-x86_64/heartbeat-tmpfile.conf
  beats/repos/community-x86_64/heartbeat.service
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
  beats/repos/community-x86_64/metricbeat.service
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
  beats/repos/community-x86_64/packetbeat.service

-+
 PKGBUILD|  294 +++---
 auditbeat-tmpfile.conf  |4 
 auditbeat.service   |   22 +--
 filebeat-tmpfile.conf   |4 
 filebeat.service|   24 +--
 filebeat.sysusers   |2 
 heartbeat-tmpfile.conf  |4 
 heartbeat.service   |   22 +--
 metricbeat-tmpfile.conf |4 
 metricbeat.service  |   22 +--
 packetbeat-tmpfile.conf |4 
 packetbeat.service  |   22 +--
 12 files changed, 214 insertions(+), 214 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-15 10:46:47 UTC (rev 274503)
+++ PKGBUILD2017-12-15 10:47:07 UTC (rev 274504)
@@ -1,147 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Tyler Langlois 
-
-pkgbase=beats
-pkgname=(filebeat packetbeat metricbeat heartbeat-elastic auditbeat)
-pkgver=6.0.1
-pkgrel=1
-pkgdesc='Data shippers for Elasticsearch'
-arch=('x86_64')
-url='https://www.elastic.co/products/beats'
-license=('APACHE')
-depends=('glibc')
-makedepends=('go-pie' 'git' 'libpcap' 'rsync' 'python')
-optdepends=('elasticsearch: for standalone installation'
-'python: for migration script')
-options=('!strip')
-source=("https://github.com/elastic/beats/archive/v$pkgver/beats-$pkgver.tar.gz";
-"filebeat.sysusers"
-"filebeat.service"
-"packetbeat.service"
-"metricbeat.service"
-"heartbeat.service"
-"auditbeat.service"
-"filebeat-tmpfile.conf"
-"packetbeat-tmpfile.conf"
-"metricbeat-tmpfile.conf"
-"heartbeat-tmpfile.conf"
-"auditbeat-tmpfile.conf")
-sha256sums=('10cbac9789b227e844ad47ef563266057f5b7f6ca58d480f46c966e5055694ce'
-'33feb3690f8b31563cc1e2da557c2aa326501ce9ccd7e0a142036902bfdb05ff'
-'4d5394cfe3299c9a6af5ac34c1ad4bcdc2e79162379cccbf00fb414eb28253c0'
-'9f4e33fc768d3500fa3428dcbfda241c6473a2cae8cc4dbadf8f61ca9f2bbec5'
-'26b123acd96808162a7f827ce6f0e9669140c2665fc28d76583a15996fbf853d'
-'212cb4ab5a02d7078025f7d1f50f48e5caa25debce0852cf68cd8f89ed0a8d09'
-'b7f1c61950f21c7fab31166c68d4a9e5027f0c5bcc40a97913d6d89eaf643b85'
-'ec999a29bc19d1b36b84e03cbd7b00b29d3e08c97ca03043b9fd6bfbe04c5e2d'
-'3f3ead4168d5b4953cca883d8a3c4552c26a75f52cedfcf6c7785bfd7bbae3c4'
-'cb927141d3bed94cb5570789dd9fc97713e967580ee354ff393020811f087dca'
-'9629931db8455891f0a6e9f9c91272716f2b47ec88f8a49e601423a16c7cdba5'
-'dcdf1be6acda30cc3e8949b5affbc1fe7b0a1efc2a08dfe2f878d6eb6de84d38')
-
-prepare() {
-cd beats-$pkgver
-
-# Avoid installing extraneous configs
-sed '/[- ]win/d ; /[- ]darwin/d ; /[- ]binary/d' -i */Makefile
-# Install the Linux config as default
-sed -r 's#/([a-z]+)-linux.yml#/\1.yml#' -i */Makefile
-
-# Perform some timestomping to avoid make warnings
-LANG=C _t="$(date -r Make

[arch-commits] Commit in beats/repos/community-x86_64 (24 files)

2017-12-20 Thread Massimiliano Torromeo via arch-commits
Date: Wednesday, December 20, 2017 @ 09:19:22
  Author: mtorromeo
Revision: 274983

archrelease: copy trunk to community-x86_64

Added:
  beats/repos/community-x86_64/PKGBUILD
(from rev 274982, beats/trunk/PKGBUILD)
  beats/repos/community-x86_64/auditbeat-tmpfile.conf
(from rev 274982, beats/trunk/auditbeat-tmpfile.conf)
  beats/repos/community-x86_64/auditbeat.service
(from rev 274982, beats/trunk/auditbeat.service)
  beats/repos/community-x86_64/filebeat-tmpfile.conf
(from rev 274982, beats/trunk/filebeat-tmpfile.conf)
  beats/repos/community-x86_64/filebeat.service
(from rev 274982, beats/trunk/filebeat.service)
  beats/repos/community-x86_64/filebeat.sysusers
(from rev 274982, beats/trunk/filebeat.sysusers)
  beats/repos/community-x86_64/heartbeat-tmpfile.conf
(from rev 274982, beats/trunk/heartbeat-tmpfile.conf)
  beats/repos/community-x86_64/heartbeat.service
(from rev 274982, beats/trunk/heartbeat.service)
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
(from rev 274982, beats/trunk/metricbeat-tmpfile.conf)
  beats/repos/community-x86_64/metricbeat.service
(from rev 274982, beats/trunk/metricbeat.service)
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
(from rev 274982, beats/trunk/packetbeat-tmpfile.conf)
  beats/repos/community-x86_64/packetbeat.service
(from rev 274982, beats/trunk/packetbeat.service)
Deleted:
  beats/repos/community-x86_64/PKGBUILD
  beats/repos/community-x86_64/auditbeat-tmpfile.conf
  beats/repos/community-x86_64/auditbeat.service
  beats/repos/community-x86_64/filebeat-tmpfile.conf
  beats/repos/community-x86_64/filebeat.service
  beats/repos/community-x86_64/filebeat.sysusers
  beats/repos/community-x86_64/heartbeat-tmpfile.conf
  beats/repos/community-x86_64/heartbeat.service
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
  beats/repos/community-x86_64/metricbeat.service
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
  beats/repos/community-x86_64/packetbeat.service

-+
 PKGBUILD|  294 +++---
 auditbeat-tmpfile.conf  |4 
 auditbeat.service   |   22 +--
 filebeat-tmpfile.conf   |4 
 filebeat.service|   24 +--
 filebeat.sysusers   |2 
 heartbeat-tmpfile.conf  |4 
 heartbeat.service   |   22 +--
 metricbeat-tmpfile.conf |4 
 metricbeat.service  |   22 +--
 packetbeat-tmpfile.conf |4 
 packetbeat.service  |   22 +--
 12 files changed, 214 insertions(+), 214 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-20 09:18:52 UTC (rev 274982)
+++ PKGBUILD2017-12-20 09:19:22 UTC (rev 274983)
@@ -1,147 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Tyler Langlois 
-
-pkgbase=beats
-pkgname=(filebeat packetbeat metricbeat heartbeat-elastic auditbeat)
-pkgver=6.1.0
-pkgrel=1
-pkgdesc='Data shippers for Elasticsearch'
-arch=('x86_64')
-url='https://www.elastic.co/products/beats'
-license=('APACHE')
-depends=('glibc')
-makedepends=('go-pie' 'git' 'libpcap' 'rsync' 'python')
-optdepends=('elasticsearch: for standalone installation'
-'python: for migration script')
-options=('!strip')
-source=("https://github.com/elastic/beats/archive/v$pkgver/beats-$pkgver.tar.gz";
-"filebeat.sysusers"
-"filebeat.service"
-"packetbeat.service"
-"metricbeat.service"
-"heartbeat.service"
-"auditbeat.service"
-"filebeat-tmpfile.conf"
-"packetbeat-tmpfile.conf"
-"metricbeat-tmpfile.conf"
-"heartbeat-tmpfile.conf"
-"auditbeat-tmpfile.conf")
-sha256sums=('1dc37aa296a96d3ced69d0b31815e08a1985aaf2f02113889465502bb02478ac'
-'33feb3690f8b31563cc1e2da557c2aa326501ce9ccd7e0a142036902bfdb05ff'
-'4d5394cfe3299c9a6af5ac34c1ad4bcdc2e79162379cccbf00fb414eb28253c0'
-'9f4e33fc768d3500fa3428dcbfda241c6473a2cae8cc4dbadf8f61ca9f2bbec5'
-'26b123acd96808162a7f827ce6f0e9669140c2665fc28d76583a15996fbf853d'
-'212cb4ab5a02d7078025f7d1f50f48e5caa25debce0852cf68cd8f89ed0a8d09'
-'b7f1c61950f21c7fab31166c68d4a9e5027f0c5bcc40a97913d6d89eaf643b85'
-'ec999a29bc19d1b36b84e03cbd7b00b29d3e08c97ca03043b9fd6bfbe04c5e2d'
-'3f3ead4168d5b4953cca883d8a3c4552c26a75f52cedfcf6c7785bfd7bbae3c4'
-'cb927141d3bed94cb5570789dd9fc97713e967580ee354ff393020811f087dca'
-'9629931db8455891f0a6e9f9c91272716f2b47ec88f8a49e601423a16c7cdba5'
-'dcdf1be6acda30cc3e8949b5affbc1fe7b0a1efc2a08dfe2f878d6eb6de84d38')
-
-prepare() {
-cd beats-$pkgver
-
-# Avoid installing extraneous configs
-sed '/[- ]win/d ; /[- ]darwin/d ; /[- ]binary/d' -i */Makefile
-# Install the Linux config as default
-sed -r 's#/([a-z]+)-linux.yml#/\1.yml#' -i */Makefile
-
-# Perform some timestomping to avoid make warnings
-LANG=C _t="$(date -r M

[arch-commits] Commit in beats/repos/community-x86_64 (24 files)

2018-06-14 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, June 14, 2018 @ 13:50:59
  Author: mtorromeo
Revision: 343055

archrelease: copy trunk to community-x86_64

Added:
  beats/repos/community-x86_64/PKGBUILD
(from rev 343054, beats/trunk/PKGBUILD)
  beats/repos/community-x86_64/auditbeat-tmpfile.conf
(from rev 343054, beats/trunk/auditbeat-tmpfile.conf)
  beats/repos/community-x86_64/auditbeat.service
(from rev 343054, beats/trunk/auditbeat.service)
  beats/repos/community-x86_64/filebeat-tmpfile.conf
(from rev 343054, beats/trunk/filebeat-tmpfile.conf)
  beats/repos/community-x86_64/filebeat.service
(from rev 343054, beats/trunk/filebeat.service)
  beats/repos/community-x86_64/filebeat.sysusers
(from rev 343054, beats/trunk/filebeat.sysusers)
  beats/repos/community-x86_64/heartbeat-tmpfile.conf
(from rev 343054, beats/trunk/heartbeat-tmpfile.conf)
  beats/repos/community-x86_64/heartbeat.service
(from rev 343054, beats/trunk/heartbeat.service)
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
(from rev 343054, beats/trunk/metricbeat-tmpfile.conf)
  beats/repos/community-x86_64/metricbeat.service
(from rev 343054, beats/trunk/metricbeat.service)
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
(from rev 343054, beats/trunk/packetbeat-tmpfile.conf)
  beats/repos/community-x86_64/packetbeat.service
(from rev 343054, beats/trunk/packetbeat.service)
Deleted:
  beats/repos/community-x86_64/PKGBUILD
  beats/repos/community-x86_64/auditbeat-tmpfile.conf
  beats/repos/community-x86_64/auditbeat.service
  beats/repos/community-x86_64/filebeat-tmpfile.conf
  beats/repos/community-x86_64/filebeat.service
  beats/repos/community-x86_64/filebeat.sysusers
  beats/repos/community-x86_64/heartbeat-tmpfile.conf
  beats/repos/community-x86_64/heartbeat.service
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
  beats/repos/community-x86_64/metricbeat.service
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
  beats/repos/community-x86_64/packetbeat.service

-+
 PKGBUILD|  322 +++---
 auditbeat-tmpfile.conf  |4 
 auditbeat.service   |   22 +--
 filebeat-tmpfile.conf   |4 
 filebeat.service|   24 +--
 filebeat.sysusers   |2 
 heartbeat-tmpfile.conf  |4 
 heartbeat.service   |   22 +--
 metricbeat-tmpfile.conf |4 
 metricbeat.service  |   22 +--
 packetbeat-tmpfile.conf |4 
 packetbeat.service  |   22 +--
 12 files changed, 228 insertions(+), 228 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-14 13:50:44 UTC (rev 343054)
+++ PKGBUILD2018-06-14 13:50:59 UTC (rev 343055)
@@ -1,161 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Tyler Langlois 
-
-pkgbase=beats
-pkgname=(filebeat packetbeat metricbeat heartbeat-elastic auditbeat)
-pkgver=6.2.4
-pkgrel=1
-pkgdesc='Data shippers for Elasticsearch'
-arch=('x86_64')
-url='https://www.elastic.co/products/beats'
-license=('APACHE')
-depends=('glibc')
-makedepends=('go-pie' 'git' 'libpcap' 'rsync' 'python')
-optdepends=('elasticsearch: for standalone installation'
-'python: for migration script')
-options=('!strip')
-source=("https://github.com/elastic/beats/archive/v$pkgver/beats-$pkgver.tar.gz";
-"filebeat.sysusers"
-"filebeat.service"
-"packetbeat.service"
-"metricbeat.service"
-"heartbeat.service"
-"auditbeat.service"
-"filebeat-tmpfile.conf"
-"packetbeat-tmpfile.conf"
-"metricbeat-tmpfile.conf"
-"heartbeat-tmpfile.conf"
-"auditbeat-tmpfile.conf")
-sha256sums=('87d863cf55863329ca80e76c3d813af2960492f4834d4fea919f1d4b49aaf699'
-'33feb3690f8b31563cc1e2da557c2aa326501ce9ccd7e0a142036902bfdb05ff'
-'4d5394cfe3299c9a6af5ac34c1ad4bcdc2e79162379cccbf00fb414eb28253c0'
-'9f4e33fc768d3500fa3428dcbfda241c6473a2cae8cc4dbadf8f61ca9f2bbec5'
-'26b123acd96808162a7f827ce6f0e9669140c2665fc28d76583a15996fbf853d'
-'212cb4ab5a02d7078025f7d1f50f48e5caa25debce0852cf68cd8f89ed0a8d09'
-'b7f1c61950f21c7fab31166c68d4a9e5027f0c5bcc40a97913d6d89eaf643b85'
-'ec999a29bc19d1b36b84e03cbd7b00b29d3e08c97ca03043b9fd6bfbe04c5e2d'
-'3f3ead4168d5b4953cca883d8a3c4552c26a75f52cedfcf6c7785bfd7bbae3c4'
-'cb927141d3bed94cb5570789dd9fc97713e967580ee354ff393020811f087dca'
-'9629931db8455891f0a6e9f9c91272716f2b47ec88f8a49e601423a16c7cdba5'
-'dcdf1be6acda30cc3e8949b5affbc1fe7b0a1efc2a08dfe2f878d6eb6de84d38')
-
-prepare() {
-cd beats-$pkgver
-
-# Avoid installing extraneous configs
-sed '/[- ]win/d ; /[- ]darwin/d ; /[- ]binary/d' -i */Makefile
-# Install the Linux config as default
-sed -r 's#/([a-z]+)-linux.yml#/\1.yml#' -i */Makefile
-
-# Perform some timestomping to avoid make warnings
-LANG=C _t="$(date -r Makefi

[arch-commits] Commit in beats/repos/community-x86_64 (24 files)

2018-04-16 Thread Massimiliano Torromeo via arch-commits
Date: Monday, April 16, 2018 @ 08:49:26
  Author: mtorromeo
Revision: 316489

archrelease: copy trunk to community-x86_64

Added:
  beats/repos/community-x86_64/PKGBUILD
(from rev 316488, beats/trunk/PKGBUILD)
  beats/repos/community-x86_64/auditbeat-tmpfile.conf
(from rev 316488, beats/trunk/auditbeat-tmpfile.conf)
  beats/repos/community-x86_64/auditbeat.service
(from rev 316488, beats/trunk/auditbeat.service)
  beats/repos/community-x86_64/filebeat-tmpfile.conf
(from rev 316488, beats/trunk/filebeat-tmpfile.conf)
  beats/repos/community-x86_64/filebeat.service
(from rev 316488, beats/trunk/filebeat.service)
  beats/repos/community-x86_64/filebeat.sysusers
(from rev 316488, beats/trunk/filebeat.sysusers)
  beats/repos/community-x86_64/heartbeat-tmpfile.conf
(from rev 316488, beats/trunk/heartbeat-tmpfile.conf)
  beats/repos/community-x86_64/heartbeat.service
(from rev 316488, beats/trunk/heartbeat.service)
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
(from rev 316488, beats/trunk/metricbeat-tmpfile.conf)
  beats/repos/community-x86_64/metricbeat.service
(from rev 316488, beats/trunk/metricbeat.service)
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
(from rev 316488, beats/trunk/packetbeat-tmpfile.conf)
  beats/repos/community-x86_64/packetbeat.service
(from rev 316488, beats/trunk/packetbeat.service)
Deleted:
  beats/repos/community-x86_64/PKGBUILD
  beats/repos/community-x86_64/auditbeat-tmpfile.conf
  beats/repos/community-x86_64/auditbeat.service
  beats/repos/community-x86_64/filebeat-tmpfile.conf
  beats/repos/community-x86_64/filebeat.service
  beats/repos/community-x86_64/filebeat.sysusers
  beats/repos/community-x86_64/heartbeat-tmpfile.conf
  beats/repos/community-x86_64/heartbeat.service
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
  beats/repos/community-x86_64/metricbeat.service
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
  beats/repos/community-x86_64/packetbeat.service

-+
 PKGBUILD|  302 +++---
 auditbeat-tmpfile.conf  |4 
 auditbeat.service   |   22 +--
 filebeat-tmpfile.conf   |4 
 filebeat.service|   24 +--
 filebeat.sysusers   |2 
 heartbeat-tmpfile.conf  |4 
 heartbeat.service   |   22 +--
 metricbeat-tmpfile.conf |4 
 metricbeat.service  |   22 +--
 packetbeat-tmpfile.conf |4 
 packetbeat.service  |   22 +--
 12 files changed, 222 insertions(+), 214 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-16 08:49:03 UTC (rev 316488)
+++ PKGBUILD2018-04-16 08:49:26 UTC (rev 316489)
@@ -1,147 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Tyler Langlois 
-
-pkgbase=beats
-pkgname=(filebeat packetbeat metricbeat heartbeat-elastic auditbeat)
-pkgver=6.2.3
-pkgrel=1
-pkgdesc='Data shippers for Elasticsearch'
-arch=('x86_64')
-url='https://www.elastic.co/products/beats'
-license=('APACHE')
-depends=('glibc')
-makedepends=('go-pie' 'git' 'libpcap' 'rsync' 'python')
-optdepends=('elasticsearch: for standalone installation'
-'python: for migration script')
-options=('!strip')
-source=("https://github.com/elastic/beats/archive/v$pkgver/beats-$pkgver.tar.gz";
-"filebeat.sysusers"
-"filebeat.service"
-"packetbeat.service"
-"metricbeat.service"
-"heartbeat.service"
-"auditbeat.service"
-"filebeat-tmpfile.conf"
-"packetbeat-tmpfile.conf"
-"metricbeat-tmpfile.conf"
-"heartbeat-tmpfile.conf"
-"auditbeat-tmpfile.conf")
-sha256sums=('4ab58a55e61bd3ad31a597e5b02602b52d306d8ee1e4d4d8ff7662e2b554130e'
-'33feb3690f8b31563cc1e2da557c2aa326501ce9ccd7e0a142036902bfdb05ff'
-'4d5394cfe3299c9a6af5ac34c1ad4bcdc2e79162379cccbf00fb414eb28253c0'
-'9f4e33fc768d3500fa3428dcbfda241c6473a2cae8cc4dbadf8f61ca9f2bbec5'
-'26b123acd96808162a7f827ce6f0e9669140c2665fc28d76583a15996fbf853d'
-'212cb4ab5a02d7078025f7d1f50f48e5caa25debce0852cf68cd8f89ed0a8d09'
-'b7f1c61950f21c7fab31166c68d4a9e5027f0c5bcc40a97913d6d89eaf643b85'
-'ec999a29bc19d1b36b84e03cbd7b00b29d3e08c97ca03043b9fd6bfbe04c5e2d'
-'3f3ead4168d5b4953cca883d8a3c4552c26a75f52cedfcf6c7785bfd7bbae3c4'
-'cb927141d3bed94cb5570789dd9fc97713e967580ee354ff393020811f087dca'
-'9629931db8455891f0a6e9f9c91272716f2b47ec88f8a49e601423a16c7cdba5'
-'dcdf1be6acda30cc3e8949b5affbc1fe7b0a1efc2a08dfe2f878d6eb6de84d38')
-
-prepare() {
-cd beats-$pkgver
-
-# Avoid installing extraneous configs
-sed '/[- ]win/d ; /[- ]darwin/d ; /[- ]binary/d' -i */Makefile
-# Install the Linux config as default
-sed -r 's#/([a-z]+)-linux.yml#/\1.yml#' -i */Makefile
-
-# Perform some timestomping to avoid make warnings
-LANG=C _t="$(date -r Makefil

[arch-commits] Commit in beats/repos/community-x86_64 (24 files)

2018-04-19 Thread Massimiliano Torromeo via arch-commits
Date: Thursday, April 19, 2018 @ 11:19:37
  Author: mtorromeo
Revision: 316999

archrelease: copy trunk to community-x86_64

Added:
  beats/repos/community-x86_64/PKGBUILD
(from rev 316998, beats/trunk/PKGBUILD)
  beats/repos/community-x86_64/auditbeat-tmpfile.conf
(from rev 316998, beats/trunk/auditbeat-tmpfile.conf)
  beats/repos/community-x86_64/auditbeat.service
(from rev 316998, beats/trunk/auditbeat.service)
  beats/repos/community-x86_64/filebeat-tmpfile.conf
(from rev 316998, beats/trunk/filebeat-tmpfile.conf)
  beats/repos/community-x86_64/filebeat.service
(from rev 316998, beats/trunk/filebeat.service)
  beats/repos/community-x86_64/filebeat.sysusers
(from rev 316998, beats/trunk/filebeat.sysusers)
  beats/repos/community-x86_64/heartbeat-tmpfile.conf
(from rev 316998, beats/trunk/heartbeat-tmpfile.conf)
  beats/repos/community-x86_64/heartbeat.service
(from rev 316998, beats/trunk/heartbeat.service)
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
(from rev 316998, beats/trunk/metricbeat-tmpfile.conf)
  beats/repos/community-x86_64/metricbeat.service
(from rev 316998, beats/trunk/metricbeat.service)
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
(from rev 316998, beats/trunk/packetbeat-tmpfile.conf)
  beats/repos/community-x86_64/packetbeat.service
(from rev 316998, beats/trunk/packetbeat.service)
Deleted:
  beats/repos/community-x86_64/PKGBUILD
  beats/repos/community-x86_64/auditbeat-tmpfile.conf
  beats/repos/community-x86_64/auditbeat.service
  beats/repos/community-x86_64/filebeat-tmpfile.conf
  beats/repos/community-x86_64/filebeat.service
  beats/repos/community-x86_64/filebeat.sysusers
  beats/repos/community-x86_64/heartbeat-tmpfile.conf
  beats/repos/community-x86_64/heartbeat.service
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
  beats/repos/community-x86_64/metricbeat.service
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
  beats/repos/community-x86_64/packetbeat.service

-+
 PKGBUILD|  316 +++---
 auditbeat-tmpfile.conf  |4 
 auditbeat.service   |   22 +--
 filebeat-tmpfile.conf   |4 
 filebeat.service|   24 +--
 filebeat.sysusers   |2 
 heartbeat-tmpfile.conf  |4 
 heartbeat.service   |   22 +--
 metricbeat-tmpfile.conf |4 
 metricbeat.service  |   22 +--
 packetbeat-tmpfile.conf |4 
 packetbeat.service  |   22 +--
 12 files changed, 228 insertions(+), 222 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-19 11:19:13 UTC (rev 316998)
+++ PKGBUILD2018-04-19 11:19:37 UTC (rev 316999)
@@ -1,155 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Tyler Langlois 
-
-pkgbase=beats
-pkgname=(filebeat packetbeat metricbeat heartbeat-elastic auditbeat)
-pkgver=6.2.3
-pkgrel=2
-pkgdesc='Data shippers for Elasticsearch'
-arch=('x86_64')
-url='https://www.elastic.co/products/beats'
-license=('APACHE')
-depends=('glibc')
-makedepends=('go-pie' 'git' 'libpcap' 'rsync' 'python')
-optdepends=('elasticsearch: for standalone installation'
-'python: for migration script')
-options=('!strip')
-source=("https://github.com/elastic/beats/archive/v$pkgver/beats-$pkgver.tar.gz";
-"filebeat.sysusers"
-"filebeat.service"
-"packetbeat.service"
-"metricbeat.service"
-"heartbeat.service"
-"auditbeat.service"
-"filebeat-tmpfile.conf"
-"packetbeat-tmpfile.conf"
-"metricbeat-tmpfile.conf"
-"heartbeat-tmpfile.conf"
-"auditbeat-tmpfile.conf")
-sha256sums=('4ab58a55e61bd3ad31a597e5b02602b52d306d8ee1e4d4d8ff7662e2b554130e'
-'33feb3690f8b31563cc1e2da557c2aa326501ce9ccd7e0a142036902bfdb05ff'
-'4d5394cfe3299c9a6af5ac34c1ad4bcdc2e79162379cccbf00fb414eb28253c0'
-'9f4e33fc768d3500fa3428dcbfda241c6473a2cae8cc4dbadf8f61ca9f2bbec5'
-'26b123acd96808162a7f827ce6f0e9669140c2665fc28d76583a15996fbf853d'
-'212cb4ab5a02d7078025f7d1f50f48e5caa25debce0852cf68cd8f89ed0a8d09'
-'b7f1c61950f21c7fab31166c68d4a9e5027f0c5bcc40a97913d6d89eaf643b85'
-'ec999a29bc19d1b36b84e03cbd7b00b29d3e08c97ca03043b9fd6bfbe04c5e2d'
-'3f3ead4168d5b4953cca883d8a3c4552c26a75f52cedfcf6c7785bfd7bbae3c4'
-'cb927141d3bed94cb5570789dd9fc97713e967580ee354ff393020811f087dca'
-'9629931db8455891f0a6e9f9c91272716f2b47ec88f8a49e601423a16c7cdba5'
-'dcdf1be6acda30cc3e8949b5affbc1fe7b0a1efc2a08dfe2f878d6eb6de84d38')
-
-prepare() {
-cd beats-$pkgver
-
-# Avoid installing extraneous configs
-sed '/[- ]win/d ; /[- ]darwin/d ; /[- ]binary/d' -i */Makefile
-# Install the Linux config as default
-sed -r 's#/([a-z]+)-linux.yml#/\1.yml#' -i */Makefile
-
-# Perform some timestomping to avoid make warnings
-LANG=C _t="$(date -r Makef