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

2020-05-19 Thread Felix Yan via arch-commits
Date: Tuesday, May 19, 2020 @ 07:56:44
  Author: felixonmars
Revision: 386077

upgpkg: arptables 0.0.4-6: reproducibility rebuild

Modified:
  arptables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-05-19 07:56:35 UTC (rev 386076)
+++ PKGBUILD2020-05-19 07:56:44 UTC (rev 386077)
@@ -4,7 +4,7 @@
 
 pkgname=arptables
 pkgver=0.0.4
-pkgrel=5
+pkgrel=6
 pkgdesc='ARP filtering utility'
 arch=('x86_64')
 url='https://ebtables.netfilter.org/'


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

2019-09-15 Thread Antonio Rojas via arch-commits
Date: Sunday, September 15, 2019 @ 13:25:03
  Author: arojas
Revision: 362853

https

Modified:
  arptables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-15 13:24:22 UTC (rev 362852)
+++ PKGBUILD2019-09-15 13:25:03 UTC (rev 362853)
@@ -7,7 +7,7 @@
 pkgrel=5
 pkgdesc='ARP filtering utility'
 arch=('x86_64')
-url='http://ebtables.netfilter.org/'
+url='https://ebtables.netfilter.org/'
 depends=('glibc' 'perl' 'bash')
 license=('GPL')
 backup=("etc/$pkgname.conf")


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

2017-08-13 Thread Sébastien Luttringer
Date: Sunday, August 13, 2017 @ 16:47:23
  Author: seblu
Revision: 302002

upgpkg: arptables 0.0.4-5

- fix project url
- move to new upstream tarball url. Unfortunately, no https.
- revert bikeshedded sources sum

Modified:
  arptables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-13 10:03:03 UTC (rev 302001)
+++ PKGBUILD2017-08-13 16:47:23 UTC (rev 302002)
@@ -5,19 +5,19 @@
 
 pkgname=arptables
 pkgver=0.0.4
-pkgrel=4
+pkgrel=5
 pkgdesc='ARP filtering utility'
 arch=('i686' 'x86_64')
-url='http://http://ebtables.netfilter.org/'
+url='http://ebtables.netfilter.org/'
 depends=('glibc' 'perl' 'bash')
 license=('GPL')
 backup=("etc/$pkgname.conf")
-source=("https://downloads.sourceforge.net/ebtables/$pkgname-v${pkgver//_/-}.tar.gz;
+source=("ftp://ftp.netfilter.org/pub/arptables/arptables-v$pkgver.tar.gz;
 "$pkgname.systemd"
 "$pkgname.service")
-sha256sums=('277985e29ecd93bd759a58242cad0e02ba9d4a6e1b7795235e3b507661bc0049'
-'93585af516b9f5544a88bfca96dd56afa60304a20e94b29c1cae06bfc1b73451'
-'f93b5a750a81f2c1543f21dd9cbb54347d59ceacc7044c88d15690df7c38f78a')
+md5sums=('c2e99c3aa9d78c9dfa30710ca3168182'
+ 'e54342a833c52b2bc67e7985e8f8fdfd'
+ '7e908fd77ef05bc7a9a05b6e877cd2bf')
 
 build() {
   cd $pkgname-v${pkgver//_/-}


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

2017-08-12 Thread Jan de Groot
Date: Saturday, August 12, 2017 @ 21:15:04
  Author: jgc
Revision: 301986

upgpkg: arptables 0.0.4-4

Switch to HTTPS, fix overlinking

Modified:
  arptables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-12 21:10:09 UTC (rev 301985)
+++ PKGBUILD2017-08-12 21:15:04 UTC (rev 301986)
@@ -5,19 +5,19 @@
 
 pkgname=arptables
 pkgver=0.0.4
-pkgrel=3
+pkgrel=4
 pkgdesc='ARP filtering utility'
 arch=('i686' 'x86_64')
-url='http://ebtables.sourceforge.net/'
+url='http://http://ebtables.netfilter.org/'
 depends=('glibc' 'perl' 'bash')
 license=('GPL')
 backup=("etc/$pkgname.conf")
-source=("http://downloads.sourceforge.net/ebtables/$pkgname-v${pkgver//_/-}.tar.gz;
+source=("https://downloads.sourceforge.net/ebtables/$pkgname-v${pkgver//_/-}.tar.gz;
 "$pkgname.systemd"
 "$pkgname.service")
-md5sums=('c2e99c3aa9d78c9dfa30710ca3168182'
- 'e54342a833c52b2bc67e7985e8f8fdfd'
- '7e908fd77ef05bc7a9a05b6e877cd2bf')
+sha256sums=('277985e29ecd93bd759a58242cad0e02ba9d4a6e1b7795235e3b507661bc0049'
+'93585af516b9f5544a88bfca96dd56afa60304a20e94b29c1cae06bfc1b73451'
+'f93b5a750a81f2c1543f21dd9cbb54347d59ceacc7044c88d15690df7c38f78a')
 
 build() {
   cd $pkgname-v${pkgver//_/-}


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

2015-06-01 Thread Sébastien Luttringer
Date: Monday, June 1, 2015 @ 09:56:44
  Author: seblu
Revision: 239986

upgpkg: arptables 0.0.4-3

Modified:
  arptables/trunk/PKGBUILD
  arptables/trunk/arptables.service

---+
 PKGBUILD  |4 ++--
 arptables.service |2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-01 07:56:06 UTC (rev 239985)
+++ PKGBUILD2015-06-01 07:56:44 UTC (rev 239986)
@@ -5,7 +5,7 @@
 
 pkgname=arptables
 pkgver=0.0.4
-pkgrel=2
+pkgrel=3
 pkgdesc='ARP filtering utility'
 arch=('i686' 'x86_64')
 url='http://ebtables.sourceforge.net/'
@@ -17,7 +17,7 @@
 $pkgname.service)
 md5sums=('c2e99c3aa9d78c9dfa30710ca3168182'
  'e54342a833c52b2bc67e7985e8f8fdfd'
- 'b26771191e52905d8aea6333c26cb1c3')
+ '7e908fd77ef05bc7a9a05b6e877cd2bf')
 
 build() {
   cd $pkgname-v${pkgver//_/-}

Modified: arptables.service
===
--- arptables.service   2015-06-01 07:56:06 UTC (rev 239985)
+++ arptables.service   2015-06-01 07:56:44 UTC (rev 239986)
@@ -1,5 +1,7 @@
 [Unit]
 Description=ARP Tables
+Before=network-pre.target
+Wants=network-pre.target
 
 [Service]
 Type=oneshot


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

2013-05-12 Thread Sébastien Luttringer
Date: Monday, May 13, 2013 @ 00:20:35
  Author: seblu
Revision: 90488

upgpkg: arptables 0.0.4-2

https://www.archlinux.org/todo/move-files-to-usrbin-if-possible/

Modified:
  arptables/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-12 22:11:59 UTC (rev 90487)
+++ PKGBUILD2013-05-12 22:20:35 UTC (rev 90488)
@@ -5,7 +5,7 @@
 
 pkgname=arptables
 pkgver=0.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc='ARP filtering utility'
 arch=('i686' 'x86_64')
 url='http://ebtables.sourceforge.net/'
@@ -30,7 +30,7 @@
 DESTDIR=$pkgdir \
 PREFIX=/usr \
 LIBDIR=/usr/lib/arptables \
-BINDIR=/usr/sbin \
+BINDIR=/usr/bin \
 MANDIR=/usr/share/man \
 INITDIR=/etc/rc.d \
 SYSCONFIGDIR=/etc



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

2013-01-24 Thread seblu
Date: Thursday, January 24, 2013 @ 12:14:34
  Author: seblu
Revision: 82773

upgpkg: arptables 0.0.4-1

Modified:
  arptables/trunk/PKGBUILD
Deleted:
  arptables/trunk/arptables.install

---+
 PKGBUILD  |   10 ++
 arptables.install |   10 --
 2 files changed, 6 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-24 11:12:07 UTC (rev 82772)
+++ PKGBUILD2013-01-24 11:14:34 UTC (rev 82773)
@@ -4,18 +4,18 @@
 # Contributor: Michal Soltys sol...@ziu.info
 
 pkgname=arptables
-pkgver=0.0.3_4
-pkgrel=3.1
+pkgver=0.0.4
+pkgrel=1
 pkgdesc='ARP filtering utility'
 arch=('i686' 'x86_64')
 url='http://ebtables.sourceforge.net/'
+depends=('glibc' 'perl' 'bash')
 license=('GPL')
 backup=(etc/$pkgname.conf)
-install=$pkgname.install
 
source=(http://downloads.sourceforge.net/ebtables/$pkgname-v${pkgver//_/-}.tar.gz;
 $pkgname.systemd
 $pkgname.service)
-md5sums=('1d4ab05761f063b0751645d8f2b8f8e5'
+md5sums=('c2e99c3aa9d78c9dfa30710ca3168182'
  'e54342a833c52b2bc67e7985e8f8fdfd'
  'b26771191e52905d8aea6333c26cb1c3')
 
@@ -42,6 +42,8 @@
 $pkgdir/usr/lib/systemd/system/$pkgname.service
   # default config file
   install -Dm 644 /dev/null $pkgdir/etc/$pkgname.conf
+  # remove upstream rc
+  rm -rf $pkgdir/etc/rc.d
 }
 
 # vim:set ts=2 sw=2 et:

Deleted: arptables.install
===
--- arptables.install   2013-01-24 11:12:07 UTC (rev 82772)
+++ arptables.install   2013-01-24 11:14:34 UTC (rev 82773)
@@ -1,10 +0,0 @@
-## arg 1:  the new package version
-## arg 2:  the old package version
-post_upgrade() {
-  [ $(vercmp $2 '0.0.3_4-2') -gt 0 ] || cat EOF
-Config file have been moved from /etc/arptables/arptables to 
/etc/arptables.conf.
-You can revert to the previous location by editing /etc/conf.d/arptables.
-EOF
-}
-
-# vim:set ts=2 sw=2 ft=sh et: