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

Tobias Powalowski tpowa at archlinux.org
Sun Aug 29 11:15:06 UTC 2010


    Date: Sunday, August 29, 2010 @ 07:15:05
  Author: tpowa
Revision: 89099

upgpkg: tcp_wrappers 7.6-12
fix #16048 added ipv6 patch

Modified:
  tcp_wrappers/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-29 11:10:04 UTC (rev 89098)
+++ PKGBUILD	2010-08-29 11:15:05 UTC (rev 89099)
@@ -2,7 +2,7 @@
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=tcp_wrappers
 pkgver=7.6
-pkgrel=11
+pkgrel=12
 pkgdesc="Monitors and Controls incoming TCP connections"
 arch=(i686 x86_64)
 url="ftp://ftp.porcupine.org/pub/security/index.html"
@@ -28,7 +28,7 @@
         tcp-wrappers-7.6-ipv6-1.14.patch)
 md5sums=('e6fa25f71226d090f34de3f6b122fb5a'
          '32cfeeed797161034f62bb45f3167baa'
-         'a0ee30f6aeaca241c4d44f7c177eca6b'
+         'e4743ca604a1749c7312f9283b4bb0d1'
          '4a8f40f9a69f0848df92b232072e8561'
          '1a6d7b11abb1fd69ace775d02a1c72cf'
          '99345104130b91cb151af9d87eee1449'
@@ -46,17 +46,18 @@
 build() {
   cd $srcdir/${pkgname}_$pkgver
   # add gentoo / fedora / redhat patches
-  patch -Np1 -i ../shared_lib_plus_plus-1.patch || return 1
-  patch -Np1 -i ../01_all_redhat-bug11881.patch || return 1
-  patch -Np0 -i ../02_all_redhat-bug17795.patch || return 1
-  patch -Np0 -i ../03_all_wildcard.patch || return 1
-  patch -Np1 -i ../04_all_fixgethostbyname.patch || return 1
-  patch -Np1 -i ../07_all_sig.patch || return 1
-  patch -Np1 -i ../09_all_gcc-3.4.patch || return 1
-  patch -Np1 -i ../10_all_more-headers.patch || return 1
-  patch -Np2 -i ../tcp-wrappers-7.6-ipv6-1.14.patch || return 1
+  patch -Np1 -i ../shared_lib_plus_plus-1.patch 
+  patch -Np1 -i ../01_all_redhat-bug11881.patch
+  patch -Np0 -i ../02_all_redhat-bug17795.patch
+  patch -Np0 -i ../03_all_wildcard.patch
+  patch -Np1 -i ../04_all_fixgethostbyname.patch
+  patch -Np1 -i ../07_all_sig.patch
+  patch -Np1 -i ../09_all_gcc-3.4.patch
+  patch -Np1 -i ../10_all_more-headers.patch
+  patch -Np0 -i ../11_inet6_fixes.patch
+  patch -Np2 -i ../tcp-wrappers-7.6-ipv6-1.14.patch
 
-  make REAL_DAEMON_DIR=/usr/sbin STYLE=-DPROCESS_OPTIONS linux || return 1
+  make REAL_DAEMON_DIR=/usr/sbin STYLE=-DPROCESS_OPTIONS linux
   # dumb makefile
   mkdir -p $pkgdir/usr/{include,lib,sbin}
   mkdir -p $pkgdir/usr/share/man/man{3,5,8}




More information about the arch-commits mailing list