[arch-commits] Commit in ulogd/repos (16 files)

Sébastien Luttringer seblu at nymeria.archlinux.org
Mon May 13 00:36:03 UTC 2013


    Date: Monday, May 13, 2013 @ 02:36:03
  Author: seblu
Revision: 90538

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

Added:
  ulogd/repos/community-i686/PKGBUILD
    (from rev 90537, ulogd/trunk/PKGBUILD)
  ulogd/repos/community-i686/ulogd.conf
    (from rev 90537, ulogd/trunk/ulogd.conf)
  ulogd/repos/community-i686/ulogd.logrotate
    (from rev 90537, ulogd/trunk/ulogd.logrotate)
  ulogd/repos/community-i686/ulogd.service
    (from rev 90537, ulogd/trunk/ulogd.service)
  ulogd/repos/community-x86_64/PKGBUILD
    (from rev 90537, ulogd/trunk/PKGBUILD)
  ulogd/repos/community-x86_64/ulogd.conf
    (from rev 90537, ulogd/trunk/ulogd.conf)
  ulogd/repos/community-x86_64/ulogd.logrotate
    (from rev 90537, ulogd/trunk/ulogd.logrotate)
  ulogd/repos/community-x86_64/ulogd.service
    (from rev 90537, ulogd/trunk/ulogd.service)
Deleted:
  ulogd/repos/community-i686/PKGBUILD
  ulogd/repos/community-i686/ulogd.conf
  ulogd/repos/community-i686/ulogd.logrotate
  ulogd/repos/community-i686/ulogd.service
  ulogd/repos/community-x86_64/PKGBUILD
  ulogd/repos/community-x86_64/ulogd.conf
  ulogd/repos/community-x86_64/ulogd.logrotate
  ulogd/repos/community-x86_64/ulogd.service

----------------------------------+
 /PKGBUILD                        |  120 +++++++++++++++++++++++++++++++++++++
 /ulogd.conf                      |   40 ++++++++++++
 /ulogd.logrotate                 |   20 ++++++
 /ulogd.service                   |   18 +++++
 community-i686/PKGBUILD          |   54 ----------------
 community-i686/ulogd.conf        |   20 ------
 community-i686/ulogd.logrotate   |   10 ---
 community-i686/ulogd.service     |    9 --
 community-x86_64/PKGBUILD        |   54 ----------------
 community-x86_64/ulogd.conf      |   20 ------
 community-x86_64/ulogd.logrotate |   10 ---
 community-x86_64/ulogd.service   |    9 --
 12 files changed, 198 insertions(+), 186 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-13 00:35:45 UTC (rev 90537)
+++ community-i686/PKGBUILD	2013-05-13 00:36:03 UTC (rev 90538)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Sébastien Luttringer
-# Contributor: Dale Blount <dale at archlinux.org>
-# Contributor: Sergej Pupykin <ps at lx-ltd.ru>
-
-pkgname=ulogd
-pkgver=2.0.2
-pkgrel=1
-pkgdesc='Userspace Packet Logging for netfilter'
-arch=('i686' 'x86_64')
-url='http://www.netfilter.org/projects/ulogd/index.html'
-license=('GPL2')
-depends=('libmnl' 'libnfnetlink')
-backup=('etc/ulogd.conf')
-makedepends=('libmariadbclient'
-             'libnetfilter_acct'
-             'libnetfilter_conntrack'
-             'libnetfilter_log'
-             'libpcap'
-             'libdbi'
-             'postgresql-libs'
-             'sqlite')
-optdepends=("${makedepends[@]}")
-options=('!libtool')
-source=("ftp://ftp.netfilter.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2"
-	      "$pkgname.logrotate"
-	      "$pkgname.conf"
-	      "$pkgname.service")
-md5sums=('660516de4b5b1e110c12dae414619e0f'
-         'dd32eeee0949adff4188544419acd17e'
-         'c21531312f95e790ed19aa267a17d35a'
-         '42fc2c0568ff89ec00c2f0797280f296')
-
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --with-mysql --with-pgsql --with-dbi
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -dm755 "$pkgdir/usr/share/doc/ulogd"
-  install -Dm644 ulogd.conf "$pkgdir/usr/share/doc/ulogd/ulogd.conf"
-  install -m644 doc/*.{table,sql} "$pkgdir/usr/share/doc/ulogd"
-  cd "$srcdir"
-  install -Dm644 $pkgname.service "$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 $pkgname.logrotate "$pkgdir/etc/logrotate.d/$pkgname"
-  install -Dm644 $pkgname.conf "$pkgdir/etc/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ulogd/repos/community-i686/PKGBUILD (from rev 90537, ulogd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-13 00:36:03 UTC (rev 90538)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Sébastien Luttringer
+# Contributor: Dale Blount <dale at archlinux.org>
+# Contributor: Sergej Pupykin <ps at lx-ltd.ru>
+
+pkgname=ulogd
+pkgver=2.0.2
+pkgrel=2
+pkgdesc='Userspace Packet Logging for netfilter'
+arch=('i686' 'x86_64')
+url='http://www.netfilter.org/projects/ulogd/index.html'
+license=('GPL2')
+depends=('libmnl' 'libnfnetlink')
+backup=('etc/ulogd.conf')
+makedepends=('libmariadbclient'
+             'libnetfilter_acct'
+             'libnetfilter_conntrack'
+             'libnetfilter_log'
+             'libpcap'
+             'libdbi'
+             'postgresql-libs'
+             'sqlite')
+optdepends=("${makedepends[@]}")
+options=('!libtool')
+source=("ftp://ftp.netfilter.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2"
+	      "$pkgname.logrotate"
+	      "$pkgname.conf"
+	      "$pkgname.service")
+md5sums=('660516de4b5b1e110c12dae414619e0f'
+         'dd32eeee0949adff4188544419acd17e'
+         'c21531312f95e790ed19aa267a17d35a'
+         '092d72209e30c132e0a08112e4062772')
+
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+    --prefix=/usr \
+    --sbindir=/usr/bin \
+    --sysconfdir=/etc \
+    --with-mysql \
+    --with-pgsql \
+    --with-dbi
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -dm755 "$pkgdir/usr/share/doc/ulogd"
+  install -Dm644 ulogd.conf "$pkgdir/usr/share/doc/ulogd/ulogd.conf"
+  install -m644 doc/*.{table,sql} "$pkgdir/usr/share/doc/ulogd"
+  cd "$srcdir"
+  install -Dm644 $pkgname.service "$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  install -Dm644 $pkgname.logrotate "$pkgdir/etc/logrotate.d/$pkgname"
+  install -Dm644 $pkgname.conf "$pkgdir/etc/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/ulogd.conf
===================================================================
--- community-i686/ulogd.conf	2013-05-13 00:35:45 UTC (rev 90537)
+++ community-i686/ulogd.conf	2013-05-13 00:36:03 UTC (rev 90538)
@@ -1,20 +0,0 @@
-[global]
-nlgroup=1
-logfile="/var/log/ulogd.log"
-loglevel=5
-rmem=131071
-bufsize=150000
-
-plugin="/usr/lib/ulogd/ulogd_inppkt_ULOG.so"
-plugin="/usr/lib/ulogd/ulogd_raw2packet_BASE.so"
-plugin="/usr/lib/ulogd/ulogd_filter_IP2STR.so"
-plugin="/usr/lib/ulogd/ulogd_filter_PRINTPKT.so"
-plugin="/usr/lib/ulogd/ulogd_output_LOGEMU.so"
-
-stack=ulog1:ULOG,base1:BASE,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU
-
-[ulog1]
-nlgroup=1
-
-[emu1]
-file=/var/log/ulogd.syslogemu

Copied: ulogd/repos/community-i686/ulogd.conf (from rev 90537, ulogd/trunk/ulogd.conf)
===================================================================
--- community-i686/ulogd.conf	                        (rev 0)
+++ community-i686/ulogd.conf	2013-05-13 00:36:03 UTC (rev 90538)
@@ -0,0 +1,20 @@
+[global]
+nlgroup=1
+logfile="/var/log/ulogd.log"
+loglevel=5
+rmem=131071
+bufsize=150000
+
+plugin="/usr/lib/ulogd/ulogd_inppkt_ULOG.so"
+plugin="/usr/lib/ulogd/ulogd_raw2packet_BASE.so"
+plugin="/usr/lib/ulogd/ulogd_filter_IP2STR.so"
+plugin="/usr/lib/ulogd/ulogd_filter_PRINTPKT.so"
+plugin="/usr/lib/ulogd/ulogd_output_LOGEMU.so"
+
+stack=ulog1:ULOG,base1:BASE,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU
+
+[ulog1]
+nlgroup=1
+
+[emu1]
+file=/var/log/ulogd.syslogemu

Deleted: community-i686/ulogd.logrotate
===================================================================
--- community-i686/ulogd.logrotate	2013-05-13 00:35:45 UTC (rev 90537)
+++ community-i686/ulogd.logrotate	2013-05-13 00:36:03 UTC (rev 90538)
@@ -1,10 +0,0 @@
-/var/log/ulogd.log /var/log/ulogd.syslogemu {
-  missingok
-  notifempty
-  sharedscripts
-  create 0640 root root
-
-  postrotate
-    [ -e /var/run/ulogd.pid ] && /etc/rc.d/ulogd restart > /dev/null
-  endscript
-}

Copied: ulogd/repos/community-i686/ulogd.logrotate (from rev 90537, ulogd/trunk/ulogd.logrotate)
===================================================================
--- community-i686/ulogd.logrotate	                        (rev 0)
+++ community-i686/ulogd.logrotate	2013-05-13 00:36:03 UTC (rev 90538)
@@ -0,0 +1,10 @@
+/var/log/ulogd.log /var/log/ulogd.syslogemu {
+  missingok
+  notifempty
+  sharedscripts
+  create 0640 root root
+
+  postrotate
+    [ -e /var/run/ulogd.pid ] && /etc/rc.d/ulogd restart > /dev/null
+  endscript
+}

Deleted: community-i686/ulogd.service
===================================================================
--- community-i686/ulogd.service	2013-05-13 00:35:45 UTC (rev 90537)
+++ community-i686/ulogd.service	2013-05-13 00:36:03 UTC (rev 90538)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Netfilter Ulogd daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/sbin/ulogd
-
-[Install]
-WantedBy=multi-user.target

Copied: ulogd/repos/community-i686/ulogd.service (from rev 90537, ulogd/trunk/ulogd.service)
===================================================================
--- community-i686/ulogd.service	                        (rev 0)
+++ community-i686/ulogd.service	2013-05-13 00:36:03 UTC (rev 90538)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Netfilter Ulogd daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/ulogd
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-13 00:35:45 UTC (rev 90537)
+++ community-x86_64/PKGBUILD	2013-05-13 00:36:03 UTC (rev 90538)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Sébastien Luttringer
-# Contributor: Dale Blount <dale at archlinux.org>
-# Contributor: Sergej Pupykin <ps at lx-ltd.ru>
-
-pkgname=ulogd
-pkgver=2.0.2
-pkgrel=1
-pkgdesc='Userspace Packet Logging for netfilter'
-arch=('i686' 'x86_64')
-url='http://www.netfilter.org/projects/ulogd/index.html'
-license=('GPL2')
-depends=('libmnl' 'libnfnetlink')
-backup=('etc/ulogd.conf')
-makedepends=('libmariadbclient'
-             'libnetfilter_acct'
-             'libnetfilter_conntrack'
-             'libnetfilter_log'
-             'libpcap'
-             'libdbi'
-             'postgresql-libs'
-             'sqlite')
-optdepends=("${makedepends[@]}")
-options=('!libtool')
-source=("ftp://ftp.netfilter.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2"
-	      "$pkgname.logrotate"
-	      "$pkgname.conf"
-	      "$pkgname.service")
-md5sums=('660516de4b5b1e110c12dae414619e0f'
-         'dd32eeee0949adff4188544419acd17e'
-         'c21531312f95e790ed19aa267a17d35a'
-         '42fc2c0568ff89ec00c2f0797280f296')
-
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --with-mysql --with-pgsql --with-dbi
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -dm755 "$pkgdir/usr/share/doc/ulogd"
-  install -Dm644 ulogd.conf "$pkgdir/usr/share/doc/ulogd/ulogd.conf"
-  install -m644 doc/*.{table,sql} "$pkgdir/usr/share/doc/ulogd"
-  cd "$srcdir"
-  install -Dm644 $pkgname.service "$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 $pkgname.logrotate "$pkgdir/etc/logrotate.d/$pkgname"
-  install -Dm644 $pkgname.conf "$pkgdir/etc/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ulogd/repos/community-x86_64/PKGBUILD (from rev 90537, ulogd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-13 00:36:03 UTC (rev 90538)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Sébastien Luttringer
+# Contributor: Dale Blount <dale at archlinux.org>
+# Contributor: Sergej Pupykin <ps at lx-ltd.ru>
+
+pkgname=ulogd
+pkgver=2.0.2
+pkgrel=2
+pkgdesc='Userspace Packet Logging for netfilter'
+arch=('i686' 'x86_64')
+url='http://www.netfilter.org/projects/ulogd/index.html'
+license=('GPL2')
+depends=('libmnl' 'libnfnetlink')
+backup=('etc/ulogd.conf')
+makedepends=('libmariadbclient'
+             'libnetfilter_acct'
+             'libnetfilter_conntrack'
+             'libnetfilter_log'
+             'libpcap'
+             'libdbi'
+             'postgresql-libs'
+             'sqlite')
+optdepends=("${makedepends[@]}")
+options=('!libtool')
+source=("ftp://ftp.netfilter.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2"
+	      "$pkgname.logrotate"
+	      "$pkgname.conf"
+	      "$pkgname.service")
+md5sums=('660516de4b5b1e110c12dae414619e0f'
+         'dd32eeee0949adff4188544419acd17e'
+         'c21531312f95e790ed19aa267a17d35a'
+         '092d72209e30c132e0a08112e4062772')
+
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+    --prefix=/usr \
+    --sbindir=/usr/bin \
+    --sysconfdir=/etc \
+    --with-mysql \
+    --with-pgsql \
+    --with-dbi
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -dm755 "$pkgdir/usr/share/doc/ulogd"
+  install -Dm644 ulogd.conf "$pkgdir/usr/share/doc/ulogd/ulogd.conf"
+  install -m644 doc/*.{table,sql} "$pkgdir/usr/share/doc/ulogd"
+  cd "$srcdir"
+  install -Dm644 $pkgname.service "$pkgdir/usr/lib/systemd/system/$pkgname.service"
+  install -Dm644 $pkgname.logrotate "$pkgdir/etc/logrotate.d/$pkgname"
+  install -Dm644 $pkgname.conf "$pkgdir/etc/$pkgname.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/ulogd.conf
===================================================================
--- community-x86_64/ulogd.conf	2013-05-13 00:35:45 UTC (rev 90537)
+++ community-x86_64/ulogd.conf	2013-05-13 00:36:03 UTC (rev 90538)
@@ -1,20 +0,0 @@
-[global]
-nlgroup=1
-logfile="/var/log/ulogd.log"
-loglevel=5
-rmem=131071
-bufsize=150000
-
-plugin="/usr/lib/ulogd/ulogd_inppkt_ULOG.so"
-plugin="/usr/lib/ulogd/ulogd_raw2packet_BASE.so"
-plugin="/usr/lib/ulogd/ulogd_filter_IP2STR.so"
-plugin="/usr/lib/ulogd/ulogd_filter_PRINTPKT.so"
-plugin="/usr/lib/ulogd/ulogd_output_LOGEMU.so"
-
-stack=ulog1:ULOG,base1:BASE,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU
-
-[ulog1]
-nlgroup=1
-
-[emu1]
-file=/var/log/ulogd.syslogemu

Copied: ulogd/repos/community-x86_64/ulogd.conf (from rev 90537, ulogd/trunk/ulogd.conf)
===================================================================
--- community-x86_64/ulogd.conf	                        (rev 0)
+++ community-x86_64/ulogd.conf	2013-05-13 00:36:03 UTC (rev 90538)
@@ -0,0 +1,20 @@
+[global]
+nlgroup=1
+logfile="/var/log/ulogd.log"
+loglevel=5
+rmem=131071
+bufsize=150000
+
+plugin="/usr/lib/ulogd/ulogd_inppkt_ULOG.so"
+plugin="/usr/lib/ulogd/ulogd_raw2packet_BASE.so"
+plugin="/usr/lib/ulogd/ulogd_filter_IP2STR.so"
+plugin="/usr/lib/ulogd/ulogd_filter_PRINTPKT.so"
+plugin="/usr/lib/ulogd/ulogd_output_LOGEMU.so"
+
+stack=ulog1:ULOG,base1:BASE,ip2str1:IP2STR,print1:PRINTPKT,emu1:LOGEMU
+
+[ulog1]
+nlgroup=1
+
+[emu1]
+file=/var/log/ulogd.syslogemu

Deleted: community-x86_64/ulogd.logrotate
===================================================================
--- community-x86_64/ulogd.logrotate	2013-05-13 00:35:45 UTC (rev 90537)
+++ community-x86_64/ulogd.logrotate	2013-05-13 00:36:03 UTC (rev 90538)
@@ -1,10 +0,0 @@
-/var/log/ulogd.log /var/log/ulogd.syslogemu {
-  missingok
-  notifempty
-  sharedscripts
-  create 0640 root root
-
-  postrotate
-    [ -e /var/run/ulogd.pid ] && /etc/rc.d/ulogd restart > /dev/null
-  endscript
-}

Copied: ulogd/repos/community-x86_64/ulogd.logrotate (from rev 90537, ulogd/trunk/ulogd.logrotate)
===================================================================
--- community-x86_64/ulogd.logrotate	                        (rev 0)
+++ community-x86_64/ulogd.logrotate	2013-05-13 00:36:03 UTC (rev 90538)
@@ -0,0 +1,10 @@
+/var/log/ulogd.log /var/log/ulogd.syslogemu {
+  missingok
+  notifempty
+  sharedscripts
+  create 0640 root root
+
+  postrotate
+    [ -e /var/run/ulogd.pid ] && /etc/rc.d/ulogd restart > /dev/null
+  endscript
+}

Deleted: community-x86_64/ulogd.service
===================================================================
--- community-x86_64/ulogd.service	2013-05-13 00:35:45 UTC (rev 90537)
+++ community-x86_64/ulogd.service	2013-05-13 00:36:03 UTC (rev 90538)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Netfilter Ulogd daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/sbin/ulogd
-
-[Install]
-WantedBy=multi-user.target

Copied: ulogd/repos/community-x86_64/ulogd.service (from rev 90537, ulogd/trunk/ulogd.service)
===================================================================
--- community-x86_64/ulogd.service	                        (rev 0)
+++ community-x86_64/ulogd.service	2013-05-13 00:36:03 UTC (rev 90538)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Netfilter Ulogd daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/ulogd
+
+[Install]
+WantedBy=multi-user.target




More information about the arch-commits mailing list