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

Evangelos Foutras foutrelis at nymeria.archlinux.org
Mon Jun 23 17:38:36 UTC 2014


    Date: Monday, June 23, 2014 @ 19:38:36
  Author: foutrelis
Revision: 113464

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-23 17:38:28 UTC (rev 113463)
+++ PKGBUILD	2014-06-23 17:38:36 UTC (rev 113464)
@@ -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.6.1.1
-pkgrel=1
-arch=('any')
-url="http://www.shorewall.net/"
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/$pkgname-$pkgver.tar.bz2
-        http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/shorewall6-$pkgver.tar.bz2
-        http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/shorewall-core-$pkgver.tar.bz2)
-sha256sums=('12a2e02ea1b9a50e4ff20e06fd8b90eb31bb94821b3ab51dc19a6560d3847638'
-            'a270fcc6d1085fa3189209c85b6f2039dd9e4af6a96db01654d34eb0ecd53667'
-            'ccba2ccce6649894270c8ce1ed358c056e9fe66d4dab993830dedd3099ee8812')
-
-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,mangle,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,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,mangle,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,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 113463, shorewall/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-06-23 17:38:36 UTC (rev 113464)
@@ -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.6.1.2
+pkgrel=1
+arch=('any')
+url="http://www.shorewall.net/"
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/$pkgname-$pkgver.tar.bz2
+        http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/shorewall6-$pkgver.tar.bz2
+        http://www.shorewall.net/pub/$pkgname/4.6/$pkgname-4.6.1/shorewall-core-$pkgver.tar.bz2)
+sha256sums=('c34c2207b71081afae989bf06ea34fb97cc858809c3680312a770122b9bc60c1'
+            '6abdbc0d4bc8a8f4cba66c9676984e6688b3ec06c8da361293f50f9785d069de'
+            '6b3052503b43b93e006be774b4c6b1b46d570407f225d771d8bda2bd64da087f')
+
+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,mangle,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,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,mangle,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,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