Date: Friday, January 12, 2018 @ 18:36:16 Author: arojas Revision: 314638
archrelease: copy trunk to extra-x86_64 Added: syslog-ng/repos/extra-x86_64/PKGBUILD (from rev 314637, syslog-ng/trunk/PKGBUILD) syslog-ng/repos/extra-x86_64/syslog-ng.conf (from rev 314637, syslog-ng/trunk/syslog-ng.conf) syslog-ng/repos/extra-x86_64/syslog-ng.logrotate (from rev 314637, syslog-ng/trunk/syslog-ng.logrotate) Deleted: syslog-ng/repos/extra-x86_64/PKGBUILD syslog-ng/repos/extra-x86_64/syslog-ng.conf syslog-ng/repos/extra-x86_64/syslog-ng.logrotate ---------------------+ PKGBUILD | 132 +++++++++++++++++------------------ syslog-ng.conf | 184 +++++++++++++++++++++++++------------------------- syslog-ng.logrotate | 14 +-- 3 files changed, 165 insertions(+), 165 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-01-12 18:35:47 UTC (rev 314637) +++ PKGBUILD 2018-01-12 18:36:16 UTC (rev 314638) @@ -1,66 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger <e...@archlinux.org> - -pkgname=syslog-ng -pkgver=3.13.2 -pkgrel=1 -pkgdesc="Next-generation syslogd with advanced networking and filtering capabilities" -arch=('x86_64') -url="http://www.balabit.com/network-security/syslog-ng/" -license=('GPL2' 'LGPL2.1') -depends=('awk' 'systemd' 'glib2' 'libdbi') -makedepends=('python2' 'libxslt' 'json-c' 'libmongoc' 'librabbitmq-c' 'python') -checkdepends=('python-nose' 'python-ply') -optdepends=('logrotate: for rotating log files' - 'json-c: for json-plugin' - 'curl: for the HTTP module' - 'librabbitmq-c: for the AMQP plugin' - 'libmongoc: for the MongoDB plugin' - 'python: for the Python plugin') -conflicts=('eventlog') -replaces=('eventlog') -backup=('etc/syslog-ng/scl.conf' - 'etc/syslog-ng/syslog-ng.conf' - 'etc/logrotate.d/syslog-ng' - 'etc/default/syslog-ng@default') -source=(https://github.com/balabit/syslog-ng/releases/download/syslog-ng-$pkgver/$pkgname-$pkgver.tar.gz - syslog-ng.conf syslog-ng.logrotate - syslog-ng-json-c-0.13.patch::"https://github.com/balabit/syslog-ng/commit/1b824dd6.patch") -sha256sums=('9a3d31df93698080180057ca9bd57b59d06b74fc426c602ce102a2a5437ad3e8' - '7c760108faf56cb645b1102e3a3363cc5943ff03d19021ae7ac623d268e7471a' - '93c935eca56854011ea9e353b7a1da662ad40b2e8452954c5b4b5a1d5b2d5317' - '6c1b29e18e502ca670b8f6e519fc6f5525fc384632ea3a036167d68b7f69ccc5') - -prepare() { - cd $pkgname-$pkgver - sed -i -e 's,/bin/,/usr/bin/,' -e 's,/sbin/,/bin/,' contrib/systemd/syslog-ng@.service - sed -i -e 's|etc|etc/syslog-ng|g' -e 's|/var/run|/run|g' contrib/systemd/syslog-ng@default - - patch -p1 -i ../syslog-ng-json-c-0.13.patch # Fix build with json-c 0.13 -} - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc/syslog-ng --libexecdir=/usr/lib \ - --sbindir=/usr/bin --localstatedir=/var/lib/syslog-ng --datadir=/usr/share \ - --with-pidfile-dir=/run --disable-spoof-source --enable-ipv6 --enable-sql \ - --enable-systemd --with-systemdsystemunitdir=/usr/lib/systemd/system \ - --enable-manpages --with-jsonc=system --with-mongoc=system --with-librabbitmq-client=system - make -} - -check() { - cd $pkgname-$pkgver - make check || /bin/true # python test requires pep8 -} - -package() { - make -C $pkgname-$pkgver DESTDIR="$pkgdir" install - install -dm755 "$pkgdir/var/lib/syslog-ng" "$pkgdir/etc/syslog-ng/patterndb.d" - install -Dm644 "$srcdir/syslog-ng.conf" "$pkgdir/etc/syslog-ng/syslog-ng.conf" - install -Dm644 "$srcdir/syslog-ng.logrotate" "$pkgdir/etc/logrotate.d/syslog-ng" - install -Dm644 "$srcdir"/$pkgname-$pkgver/contrib/systemd/syslog-ng@default -t "$pkgdir"/etc/default - -# See http://lists.balabit.hu/pipermail/syslog-ng/2016-February/022667.html - rm -r "$pkgdir"/usr/share/syslog-ng/include/scl/cim -} Copied: syslog-ng/repos/extra-x86_64/PKGBUILD (from rev 314637, syslog-ng/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-01-12 18:36:16 UTC (rev 314638) @@ -0,0 +1,66 @@ +# $Id$ +# Maintainer: Eric Bélanger <e...@archlinux.org> + +pkgname=syslog-ng +pkgver=3.13.2 +pkgrel=2 +pkgdesc="Next-generation syslogd with advanced networking and filtering capabilities" +arch=('x86_64') +url="http://www.balabit.com/network-security/syslog-ng/" +license=('GPL2' 'LGPL2.1') +depends=('awk' 'systemd' 'glib2' 'libdbi') +makedepends=('python2' 'libxslt' 'json-c' 'libmongoc' 'librabbitmq-c' 'python') +checkdepends=('python-nose' 'python-ply') +optdepends=('logrotate: for rotating log files' + 'json-c: for json-plugin' + 'curl: for the HTTP module' + 'librabbitmq-c: for the AMQP plugin' + 'libmongoc: for the MongoDB plugin' + 'python: for the Python plugin') +conflicts=('eventlog') +replaces=('eventlog') +backup=('etc/syslog-ng/scl.conf' + 'etc/syslog-ng/syslog-ng.conf' + 'etc/logrotate.d/syslog-ng' + 'etc/default/syslog-ng@default') +source=(https://github.com/balabit/syslog-ng/releases/download/syslog-ng-$pkgver/$pkgname-$pkgver.tar.gz + syslog-ng.conf syslog-ng.logrotate + syslog-ng-json-c-0.13.patch::"https://github.com/balabit/syslog-ng/commit/1b824dd6.patch") +sha256sums=('9a3d31df93698080180057ca9bd57b59d06b74fc426c602ce102a2a5437ad3e8' + '887e4d0e0a0e8d31b639215c36892d90cd32123465d685ae95bbeb0793363544' + '93c935eca56854011ea9e353b7a1da662ad40b2e8452954c5b4b5a1d5b2d5317' + '6c1b29e18e502ca670b8f6e519fc6f5525fc384632ea3a036167d68b7f69ccc5') + +prepare() { + cd $pkgname-$pkgver + sed -i -e 's,/bin/,/usr/bin/,' -e 's,/sbin/,/bin/,' contrib/systemd/syslog-ng@.service + sed -i -e 's|etc|etc/syslog-ng|g' -e 's|/var/run|/run|g' contrib/systemd/syslog-ng@default + + patch -p1 -i ../syslog-ng-json-c-0.13.patch # Fix build with json-c 0.13 +} + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc/syslog-ng --libexecdir=/usr/lib \ + --sbindir=/usr/bin --localstatedir=/var/lib/syslog-ng --datadir=/usr/share \ + --with-pidfile-dir=/run --disable-spoof-source --enable-ipv6 --enable-sql \ + --enable-systemd --with-systemdsystemunitdir=/usr/lib/systemd/system \ + --enable-manpages --with-jsonc=system --with-mongoc=system --with-librabbitmq-client=system + make +} + +check() { + cd $pkgname-$pkgver + make check || /bin/true # python test requires pep8 +} + +package() { + make -C $pkgname-$pkgver DESTDIR="$pkgdir" install + install -dm755 "$pkgdir/var/lib/syslog-ng" "$pkgdir/etc/syslog-ng/patterndb.d" + install -Dm644 "$srcdir/syslog-ng.conf" "$pkgdir/etc/syslog-ng/syslog-ng.conf" + install -Dm644 "$srcdir/syslog-ng.logrotate" "$pkgdir/etc/logrotate.d/syslog-ng" + install -Dm644 "$srcdir"/$pkgname-$pkgver/contrib/systemd/syslog-ng@default -t "$pkgdir"/etc/default + +# See http://lists.balabit.hu/pipermail/syslog-ng/2016-February/022667.html + rm -r "$pkgdir"/usr/share/syslog-ng/include/scl/cim +} Deleted: syslog-ng.conf =================================================================== --- syslog-ng.conf 2018-01-12 18:35:47 UTC (rev 314637) +++ syslog-ng.conf 2018-01-12 18:36:16 UTC (rev 314638) @@ -1,92 +0,0 @@ -@version: 3.12 -@include "scl.conf" -# -# /etc/syslog-ng/syslog-ng.conf -# - -options { - stats_freq (0); - flush_lines (0); - time_reopen (10); - log_fifo_size (10000); - chain_hostnames (off); - use_dns (no); - use_fqdn (no); - create_dirs (no); - keep_hostname (yes); - perm(0640); - group("log"); -}; - -source src { - system(); - internal(); -}; - -destination d_authlog { file("/var/log/auth.log"); }; -destination d_syslog { file("/var/log/syslog.log"); }; -destination d_cron { file("/var/log/crond.log"); }; -destination d_daemon { file("/var/log/daemon.log"); }; -destination d_kernel { file("/var/log/kernel.log"); }; -destination d_lpr { file("/var/log/lpr.log"); }; -destination d_user { file("/var/log/user.log"); }; -destination d_uucp { file("/var/log/uucp.log"); }; -destination d_mail { file("/var/log/mail.log"); }; -destination d_news { file("/var/log/news.log"); }; -destination d_ppp { file("/var/log/ppp.log"); }; -destination d_debug { file("/var/log/debug.log"); }; -destination d_messages { file("/var/log/messages.log"); }; -destination d_errors { file("/var/log/errors.log"); }; -destination d_everything { file("/var/log/everything.log"); }; -destination d_iptables { file("/var/log/iptables.log"); }; -destination d_acpid { file("/var/log/acpid.log"); }; -destination d_console { usertty("root"); }; - -# Log everything to tty12 -destination console_all { file("/dev/tty12"); }; - -filter f_auth { facility(auth); }; -filter f_authpriv { facility(auth, authpriv); }; -filter f_syslog { program(syslog-ng); }; -filter f_cron { facility(cron); }; -filter f_daemon { facility(daemon); }; -filter f_kernel { facility(kern) and not filter(f_iptables); }; -filter f_lpr { facility(lpr); }; -filter f_mail { facility(mail); }; -filter f_news { facility(news); }; -filter f_user { facility(user); }; -filter f_uucp { facility(uucp); }; -filter f_ppp { facility(local2); }; -filter f_debug { not facility(auth, authpriv, news, mail); }; -filter f_messages { level(info..warn) and not facility(auth, authpriv, mail, news, cron) and not program(syslog-ng) and not filter(f_iptables); }; -filter f_everything { level(debug..emerg) and not facility(auth, authpriv); }; -filter f_emergency { level(emerg); }; -filter f_info { level(info); }; -filter f_notice { level(notice); }; -filter f_warn { level(warn); }; -filter f_crit { level(crit); }; -filter f_err { level(err); }; -filter f_iptables { match("IN=" value("MESSAGE")) and match("OUT=" value("MESSAGE")); }; -filter f_acpid { program("acpid"); }; - -log { source(src); filter(f_acpid); destination(d_acpid); }; -log { source(src); filter(f_authpriv); destination(d_authlog); }; -log { source(src); filter(f_syslog); destination(d_syslog); }; -log { source(src); filter(f_cron); destination(d_cron); }; -log { source(src); filter(f_daemon); destination(d_daemon); }; -log { source(src); filter(f_kernel); destination(d_kernel); }; -log { source(src); filter(f_lpr); destination(d_lpr); }; -log { source(src); filter(f_mail); destination(d_mail); }; -log { source(src); filter(f_news); destination(d_news); }; -log { source(src); filter(f_ppp); destination(d_ppp); }; -log { source(src); filter(f_user); destination(d_user); }; -log { source(src); filter(f_uucp); destination(d_uucp); }; -#log { source(src); filter(f_debug); destination(d_debug); }; -log { source(src); filter(f_messages); destination(d_messages); }; -log { source(src); filter(f_err); destination(d_errors); }; -log { source(src); filter(f_emergency); destination(d_console); }; -log { source(src); filter(f_everything); destination(d_everything); }; -log { source(src); filter(f_iptables); destination(d_iptables); }; - -# Log everything to tty12 -#log { source(src); destination(console_all); }; Copied: syslog-ng/repos/extra-x86_64/syslog-ng.conf (from rev 314637, syslog-ng/trunk/syslog-ng.conf) =================================================================== --- syslog-ng.conf (rev 0) +++ syslog-ng.conf 2018-01-12 18:36:16 UTC (rev 314638) @@ -0,0 +1,92 @@ +@version: 3.13 +@include "scl.conf" +# +# /etc/syslog-ng/syslog-ng.conf +# + +options { + stats_freq (0); + flush_lines (0); + time_reopen (10); + log_fifo_size (10000); + chain_hostnames (off); + use_dns (no); + use_fqdn (no); + create_dirs (no); + keep_hostname (yes); + perm(0640); + group("log"); +}; + +source src { + system(); + internal(); +}; + +destination d_authlog { file("/var/log/auth.log"); }; +destination d_syslog { file("/var/log/syslog.log"); }; +destination d_cron { file("/var/log/crond.log"); }; +destination d_daemon { file("/var/log/daemon.log"); }; +destination d_kernel { file("/var/log/kernel.log"); }; +destination d_lpr { file("/var/log/lpr.log"); }; +destination d_user { file("/var/log/user.log"); }; +destination d_uucp { file("/var/log/uucp.log"); }; +destination d_mail { file("/var/log/mail.log"); }; +destination d_news { file("/var/log/news.log"); }; +destination d_ppp { file("/var/log/ppp.log"); }; +destination d_debug { file("/var/log/debug.log"); }; +destination d_messages { file("/var/log/messages.log"); }; +destination d_errors { file("/var/log/errors.log"); }; +destination d_everything { file("/var/log/everything.log"); }; +destination d_iptables { file("/var/log/iptables.log"); }; +destination d_acpid { file("/var/log/acpid.log"); }; +destination d_console { usertty("root"); }; + +# Log everything to tty12 +destination console_all { file("/dev/tty12"); }; + +filter f_auth { facility(auth); }; +filter f_authpriv { facility(auth, authpriv); }; +filter f_syslog { program(syslog-ng); }; +filter f_cron { facility(cron); }; +filter f_daemon { facility(daemon); }; +filter f_kernel { facility(kern) and not filter(f_iptables); }; +filter f_lpr { facility(lpr); }; +filter f_mail { facility(mail); }; +filter f_news { facility(news); }; +filter f_user { facility(user); }; +filter f_uucp { facility(uucp); }; +filter f_ppp { facility(local2); }; +filter f_debug { not facility(auth, authpriv, news, mail); }; +filter f_messages { level(info..warn) and not facility(auth, authpriv, mail, news, cron) and not program(syslog-ng) and not filter(f_iptables); }; +filter f_everything { level(debug..emerg) and not facility(auth, authpriv); }; +filter f_emergency { level(emerg); }; +filter f_info { level(info); }; +filter f_notice { level(notice); }; +filter f_warn { level(warn); }; +filter f_crit { level(crit); }; +filter f_err { level(err); }; +filter f_iptables { match("IN=" value("MESSAGE")) and match("OUT=" value("MESSAGE")); }; +filter f_acpid { program("acpid"); }; + +log { source(src); filter(f_acpid); destination(d_acpid); }; +log { source(src); filter(f_authpriv); destination(d_authlog); }; +log { source(src); filter(f_syslog); destination(d_syslog); }; +log { source(src); filter(f_cron); destination(d_cron); }; +log { source(src); filter(f_daemon); destination(d_daemon); }; +log { source(src); filter(f_kernel); destination(d_kernel); }; +log { source(src); filter(f_lpr); destination(d_lpr); }; +log { source(src); filter(f_mail); destination(d_mail); }; +log { source(src); filter(f_news); destination(d_news); }; +log { source(src); filter(f_ppp); destination(d_ppp); }; +log { source(src); filter(f_user); destination(d_user); }; +log { source(src); filter(f_uucp); destination(d_uucp); }; +#log { source(src); filter(f_debug); destination(d_debug); }; +log { source(src); filter(f_messages); destination(d_messages); }; +log { source(src); filter(f_err); destination(d_errors); }; +log { source(src); filter(f_emergency); destination(d_console); }; +log { source(src); filter(f_everything); destination(d_everything); }; +log { source(src); filter(f_iptables); destination(d_iptables); }; + +# Log everything to tty12 +#log { source(src); destination(console_all); }; Deleted: syslog-ng.logrotate =================================================================== --- syslog-ng.logrotate 2018-01-12 18:35:47 UTC (rev 314637) +++ syslog-ng.logrotate 2018-01-12 18:36:16 UTC (rev 314638) @@ -1,7 +0,0 @@ -/var/log/messages.log /var/log/auth.log /var/log/mail.log /var/log/kernel.log /var/log/errors.log /var/log/daemon.log /var/log/user.log /var/log/iptables.log /var/log/everything.log /var/log/syslog.log /var/log/acpid.log /var/log/crond.log /var/log/lpr.log /var/log/uucp.log /var/log/news.log /var/log/ppp.log /var/log/debug.log { - missingok - sharedscripts - postrotate - /bin/kill -HUP $(cat /run/syslog-ng.pid 2>/dev/null) 2>/dev/null || true - endscript -} Copied: syslog-ng/repos/extra-x86_64/syslog-ng.logrotate (from rev 314637, syslog-ng/trunk/syslog-ng.logrotate) =================================================================== --- syslog-ng.logrotate (rev 0) +++ syslog-ng.logrotate 2018-01-12 18:36:16 UTC (rev 314638) @@ -0,0 +1,7 @@ +/var/log/messages.log /var/log/auth.log /var/log/mail.log /var/log/kernel.log /var/log/errors.log /var/log/daemon.log /var/log/user.log /var/log/iptables.log /var/log/everything.log /var/log/syslog.log /var/log/acpid.log /var/log/crond.log /var/log/lpr.log /var/log/uucp.log /var/log/news.log /var/log/ppp.log /var/log/debug.log { + missingok + sharedscripts + postrotate + /bin/kill -HUP $(cat /run/syslog-ng.pid 2>/dev/null) 2>/dev/null || true + endscript +}