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

Evangelos Foutras foutrelis at nymeria.archlinux.org
Wed Oct 23 06:15:33 UTC 2013


    Date: Wednesday, October 23, 2013 @ 08:15:33
  Author: foutrelis
Revision: 99042

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-23 06:15:26 UTC (rev 99041)
+++ PKGBUILD	2013-10-23 06:15:33 UTC (rev 99042)
@@ -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.1
-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=('c7fb0ca0f82cb0baa18588832bcb785c6d47c8d6380284b49b9f4d283351234e'
-            '559ff87dac86a82fa14231b977a0827fdc07b896b03f360876a5e72cb41bcabe'
-            'a9b6b39822108ec14c243075eb5dc7a7461343c62cc83b28f278674c14653cc5')
-
-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 99041, shorewall/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-10-23 06:15:33 UTC (rev 99042)
@@ -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.2
+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=('5807a06bde430b3a2fcd123eba17fc7770b6fa8859982245382aa69f8b3ab6af'
+            '1d9a560e0f2a1d959ac5e2d8a351a05906b843bd8ea717c5f5e38173009c857c'
+            '576a2b9fa3a0dcad7d8ec8f88363cd6fc6e3dabaf73238912d64bc0f21d3fc9e')
+
+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