[arch-commits] Commit in shorewall/repos/community-any (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at nymeria.archlinux.org
Mon May 12 10:56:50 UTC 2014


    Date: Monday, May 12, 2014 @ 12:56:49
  Author: foutrelis
Revision: 111048

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
    (from rev 111047, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

----------+
 PKGBUILD |  156 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-12 10:56:43 UTC (rev 111047)
+++ PKGBUILD	2014-05-12 10:56:49 UTC (rev 111048)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Malte Rabenseifner <malte at zearan.de>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: FUBAR <mrfubar at gmail.com>
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=4.5.21.5
-pkgrel=1
-arch=('any')
-url="http://www.shorewall.net/"
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/$pkgname-$pkgver.tar.bz2
-        http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/shorewall6-$pkgver.tar.bz2
-        http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('e40ff86c16ffb9793e08bfa25ee057bdf73ff302077e5e6006cda974ed74af11'
-            '90a1e5b210ec3a90a6bdcda19e13d02d444bd9aabe6a3521816b54711d7f1023'
-            '2e0422a0c41a645a95846f3b0b9b355c26d53aaadc11b986a204fd9b67db78f1')
-
-build() {
-  for product in shorewall{,6,-core}; do
-    pushd "$srcdir/$product-$pkgver"
-    ./configure HOST=archlinux SBINDIR=/usr/bin
-    popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc="An iptables-based firewall for Linux systems"
-  depends=('shorewall-core' 'perl')
-  backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,masq,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tcrules,tos,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc="An iptables-based firewall for Linux systems (with IPv6 support)"
-  depends=('shorewall')
-  backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,hosts,init,interfaces,maclist,masq,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tcrules,tos,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc="Core Shorewall libraries"
-  depends=('iptables' 'iproute2')
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  DESTDIR="$pkgdir" ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|&.gz|' \
-         -e 's|/subsys||' \
-      "configfiles/shorewall$_name_suffix.conf"
-
-  DESTDIR="$pkgdir" ./install.sh
-
-  install -d "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-  cp -r Samples$_name_suffix "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-
-  chmod -R 644 "$pkgdir/etc/shorewall$_name_suffix/"
-  chmod 755 "$pkgdir/etc/shorewall$_name_suffix/"
-  chmod 644 "$pkgdir/usr/share/shorewall$_name_suffix/modules"
-  chmod 644 "$pkgdir/usr/share/shorewall$_name_suffix/helpers"
-
-  # Fix systemd service file permissions
-  chmod 644 "$pkgdir/usr/lib/systemd/system/shorewall$_name_suffix.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 111047, shorewall/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-05-12 10:56:49 UTC (rev 111048)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Malte Rabenseifner <malte at zearan.de>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: FUBAR <mrfubar at gmail.com>
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=4.5.21.9
+pkgrel=1
+arch=('any')
+url="http://www.shorewall.net/"
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/$pkgname-$pkgver.tar.bz2
+        http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/shorewall6-$pkgver.tar.bz2
+        http://www.shorewall.net/pub/$pkgname/4.5/$pkgname-4.5.21/shorewall-core-$pkgver.tar.bz2)
+sha256sums=('a1fc41abcba3181235e217a5da53bb25d11e6cdeef49dde82a0daeb2bb305fc6'
+            '2c4606fffc49b0129ec79142493949d8efe15bdef4f6e1619af32e694cbd5aba'
+            'f431edf0109641b7fd7c9568e39917b16f1d776393d58aef328f82bf5ef20656')
+
+build() {
+  for product in shorewall{,6,-core}; do
+    pushd "$srcdir/$product-$pkgver"
+    ./configure HOST=archlinux SBINDIR=/usr/bin
+    popd
+  done
+}
+
+package_shorewall() {
+  pkgdesc="An iptables-based firewall for Linux systems"
+  depends=('shorewall-core' 'perl')
+  backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,masq,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tcrules,tos,tunnels,zones})
+
+  cd "$srcdir/$pkgname-$pkgver"
+
+  do_install
+}
+
+package_shorewall6() {
+  pkgdesc="An iptables-based firewall for Linux systems (with IPv6 support)"
+  depends=('shorewall')
+  backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,hosts,init,interfaces,maclist,masq,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tcrules,tos,tunnels,zones})
+
+  cd "$srcdir/$pkgname-$pkgver"
+
+  do_install 6
+}
+
+package_shorewall-core() {
+  pkgdesc="Core Shorewall libraries"
+  depends=('iptables' 'iproute2')
+
+  cd "$srcdir/$pkgname-$pkgver"
+
+  DESTDIR="$pkgdir" ./install.sh
+}
+
+do_install() {
+  local _name_suffix=$1
+
+  sed -i -e 's|^MODULE_SUFFIX=ko$|&.gz|' \
+         -e 's|/subsys||' \
+      "configfiles/shorewall$_name_suffix.conf"
+
+  DESTDIR="$pkgdir" ./install.sh
+
+  install -d "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
+  cp -r Samples$_name_suffix "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
+
+  chmod -R 644 "$pkgdir/etc/shorewall$_name_suffix/"
+  chmod 755 "$pkgdir/etc/shorewall$_name_suffix/"
+  chmod 644 "$pkgdir/usr/share/shorewall$_name_suffix/modules"
+  chmod 644 "$pkgdir/usr/share/shorewall$_name_suffix/helpers"
+
+  # Fix systemd service file permissions
+  chmod 644 "$pkgdir/usr/lib/systemd/system/shorewall$_name_suffix.service"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list