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

2020-05-16 Thread Felix Yan via arch-commits
Date: Saturday, May 16, 2020 @ 11:59:55
  Author: felixonmars
Revision: 384400

upgpkg: ebtables 2.0.10_4-8: reproducibility rebuild

Modified:
  ebtables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-16 11:59:40 UTC (rev 384399)
+++ PKGBUILD2020-05-16 11:59:55 UTC (rev 384400)
@@ -3,7 +3,7 @@
 
 pkgname=ebtables
 pkgver=2.0.10_4
-pkgrel=7
+pkgrel=8
 pkgdesc='Ethernet bridge filtering utilities'
 arch=('x86_64')
 url='http://ebtables.sourceforge.net/'


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

2018-11-09 Thread Evangelos Foutras via arch-commits
Date: Friday, November 9, 2018 @ 23:34:29
  Author: foutrelis
Revision: 338778

PIE/BUILDINFO rebuild

Modified:
  ebtables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 23:30:40 UTC (rev 338777)
+++ PKGBUILD2018-11-09 23:34:29 UTC (rev 338778)
@@ -3,7 +3,7 @@
 
 pkgname=ebtables
 pkgver=2.0.10_4
-pkgrel=6
+pkgrel=7
 pkgdesc='Ethernet bridge filtering utilities'
 arch=('x86_64')
 url='http://ebtables.sourceforge.net/'


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

2018-05-16 Thread Sébastien Luttringer via arch-commits
Date: Thursday, May 17, 2018 @ 00:09:12
  Author: seblu
Revision: 324395

https://www.archlinux.org/todo/use-gpg-signatures-and-https-sources/

Modified:
  ebtables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-16 23:52:41 UTC (rev 324394)
+++ PKGBUILD2018-05-17 00:09:12 UTC (rev 324395)
@@ -14,7 +14,7 @@
 # ebtables segfault with --as-needed
 options=('!buildflags')
 install=$pkgname.install
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-v${pkgver/_/-}.tar.gz;
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-v${pkgver/_/-}.tar.gz;
 "$pkgname.systemd"
 "$pkgname.service")
 md5sums=('506742a3d44b9925955425a659c1a8d0'


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

2016-03-20 Thread Sébastien Luttringer
Date: Sunday, March 20, 2016 @ 23:24:26
  Author: seblu
Revision: 262136

upgpkg: ebtables 2.0.10_4-6

- fix FS#48648

Modified:
  ebtables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-20 18:30:27 UTC (rev 262135)
+++ PKGBUILD2016-03-20 22:24:26 UTC (rev 262136)
@@ -4,11 +4,11 @@
 
 pkgname=ebtables
 pkgver=2.0.10_4
-pkgrel=5
+pkgrel=6
 pkgdesc='Ethernet bridge filtering utilities'
 arch=('i686' 'x86_64')
 url='http://ebtables.sourceforge.net/'
-depends=('perl' 'bash')
+depends=('perl' 'bash' 'iptables')
 license=('GPL2')
 backup=("etc/$pkgname.conf")
 # ebtables segfault with --as-needed
@@ -46,6 +46,9 @@
 "$pkgdir/usr/lib/systemd/system/$pkgname.service"
   # default config file
   install -Dm 644 /dev/null "$pkgdir/etc/$pkgname.conf"
+  # since iptables 1.6.0 /etc/ethertype is provided by iptables
+  # see https://bugs.archlinux.org/task/48648
+  rm "$pkgdir/etc/ethertypes"
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in ebtables/trunk (PKGBUILD ebtables.install ebtables.service)

2015-05-28 Thread Sébastien Luttringer
Date: Thursday, May 28, 2015 @ 23:40:54
  Author: seblu
Revision: 239860

upgpkg: ebtables 2.0.10_4-5

Modified:
  ebtables/trunk/PKGBUILD
  ebtables/trunk/ebtables.install
  ebtables/trunk/ebtables.service

--+
 PKGBUILD |4 ++--
 ebtables.install |2 +-
 ebtables.service |2 ++
 3 files changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 21:28:20 UTC (rev 239859)
+++ PKGBUILD2015-05-28 21:40:54 UTC (rev 239860)
@@ -4,7 +4,7 @@
 
 pkgname=ebtables
 pkgver=2.0.10_4
-pkgrel=4
+pkgrel=5
 pkgdesc='Ethernet bridge filtering utilities'
 arch=('i686' 'x86_64')
 url='http://ebtables.sourceforge.net/'
@@ -19,7 +19,7 @@
 $pkgname.service)
 md5sums=('506742a3d44b9925955425a659c1a8d0'
  'b4c329060809e5b290ae49fbd0ad61f2'
- 'baf923443c3b16277e50d60d2e68f534')
+ '5fc546b232c8e4d66058031ddde71b2f')
 
 build() {
   cd $pkgname-v${pkgver/_/-}

Modified: ebtables.install
===
--- ebtables.install2015-05-28 21:28:20 UTC (rev 239859)
+++ ebtables.install2015-05-28 21:40:54 UTC (rev 239860)
@@ -1,7 +1,7 @@
 ## arg 1:  the new package version
 ## arg 2:  the old package version
 post_upgrade() {
-  [ $(vercmp $2 '2.0.10_4-1') -gt 0 ] || cat EOF
+  (( $(vercmp $2 '2.0.10_4-1')  0 )) || cat EOF
 Config file have been moved to /etc/ebtables.conf and only support text format.
 EOF
 }

Modified: ebtables.service
===
--- ebtables.service2015-05-28 21:28:20 UTC (rev 239859)
+++ ebtables.service2015-05-28 21:40:54 UTC (rev 239860)
@@ -1,5 +1,7 @@
 [Unit]
 Description=Ethernet bridge table
+Before=network-pre.target
+Wants=network-pre.target
 
 [Service]
 Type=oneshot


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

2013-05-12 Thread Sébastien Luttringer
Date: Sunday, May 12, 2013 @ 20:53:42
  Author: seblu
Revision: 90458

upgpkg: ebtables 2.0.10_4-4

Modified:
  ebtables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-12 18:40:01 UTC (rev 90457)
+++ PKGBUILD2013-05-12 18:53:42 UTC (rev 90458)
@@ -4,7 +4,7 @@
 
 pkgname=ebtables
 pkgver=2.0.10_4
-pkgrel=3
+pkgrel=4
 pkgdesc='Ethernet bridge filtering utilities'
 arch=('i686' 'x86_64')
 url='http://ebtables.sourceforge.net/'
@@ -32,12 +32,13 @@
 DESTDIR=$pkgdir \
 LIBDIR=/usr/lib \
 MANDIR=/usr/share/man \
-BINDIR=/usr/sbin \
+BINDIR=/usr/bin \
 INITDIR=/etc/rc.d \
 SYSCONFIGDIR=/etc
   popd
   # rm package ebtables rc.d scripts
   rm $pkgdir/etc/ebtables-config
+  rm -r $pkgdir/etc/rc.d
   # systemd
   install -Dm 755 $pkgname.systemd \
 $pkgdir/usr/lib/systemd/scripts/$pkgname



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

2013-02-04 Thread Sébastien Luttringer
Date: Monday, February 4, 2013 @ 15:45:46
  Author: seblu
Revision: 83704

upgpkg: ebtables 2.0.10_4-3

Modified:
  ebtables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-02-04 14:42:03 UTC (rev 83703)
+++ PKGBUILD2013-02-04 14:45:46 UTC (rev 83704)
@@ -1,13 +1,14 @@
 # $Id$
-# Maintainer: Sébastien Luttringer se...@aur.archlinux.org
+# Maintainer: Sébastien Luttringer se...@archlinux.org
 # Contributor: Michal Soltys sol...@ziu.info
 
 pkgname=ebtables
 pkgver=2.0.10_4
-pkgrel=2.1
+pkgrel=3
 pkgdesc='Ethernet bridge filtering utilities'
 arch=('i686' 'x86_64')
 url='http://ebtables.sourceforge.net/'
+depends=('perl' 'bash')
 license=('GPL2')
 backup=(etc/$pkgname.conf)
 # ebtables segfault with --as-needed