summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbc0675ba975..97a33646011f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libwrap
pkgdesc = Monitors and Controls incoming TCP connections
- pkgver = 7.6.31
- pkgrel = 5
+ pkgver = 7.6.32
+ pkgrel = 1
url = http://ftp.porcupine.org/pub/security/index.html
arch = x86_64
license = BSD
@@ -10,12 +10,12 @@ pkgbase = libwrap
provides = tcp_wrappers-libs
conflicts = tcp_wrappers-libs
source = http://ftp.porcupine.org/pub/security/tcp_wrappers_7.6.tar.gz
- source = http://http.debian.net/debian/pool/main/t/tcp-wrappers/tcp-wrappers_7.6.q-31.debian.tar.xz
+ source = http://http.debian.net/debian/pool/main/t/tcp-wrappers/tcp-wrappers_7.6.q-32.debian.tar.xz
source = tcp-wrappers-redhat-bug11881.patch
source = hosts.allow
source = hosts.deny
sha256sums = 9543d7adedf78a6de0b221ccbbd1952e08b5138717f4ade814039bb489a4315d
- sha256sums = 20fec7826bde1262007e6dd43f365b5802bacc283942d93b78385ea634dc594a
+ sha256sums = deec7966808407ddcb11581380c7253c348bd8780da6c9ee17fa9e7a729539fe
sha256sums = 2e527e54c1ea208de10a206c667f751e54651eb77c973271d213e3459d690403
sha256sums = c1b19035a14ba552e8795ec3d7171e688592c9317f2eb14373320315435565e3
sha256sums = 969414f0a161e95fbe4cfe32df7c657a2793734d09416c00fa1116c5c0a9924f
diff --git a/PKGBUILD b/PKGBUILD
index c4323c063628..0aa441214b29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
# Contributor: judd <jvinet@zeroflux.org>
pkgname=libwrap
-pkgver=7.6.31
-pkgrel=5
+pkgver=7.6.32
+pkgrel=1
pkgdesc='Monitors and Controls incoming TCP connections'
arch=(x86_64)
url="http://ftp.porcupine.org/pub/security/index.html"
@@ -22,14 +22,15 @@ source=(
hosts.allow
hosts.deny
)
+
sha256sums=('9543d7adedf78a6de0b221ccbbd1952e08b5138717f4ade814039bb489a4315d'
- '20fec7826bde1262007e6dd43f365b5802bacc283942d93b78385ea634dc594a'
+ 'deec7966808407ddcb11581380c7253c348bd8780da6c9ee17fa9e7a729539fe'
'2e527e54c1ea208de10a206c667f751e54651eb77c973271d213e3459d690403'
'c1b19035a14ba552e8795ec3d7171e688592c9317f2eb14373320315435565e3'
'969414f0a161e95fbe4cfe32df7c657a2793734d09416c00fa1116c5c0a9924f')
-
prepare() {
cd tcp_wrappers_${pkgver%.*}
+ find $srcdir -type f -exec chmod +w {} \;
for patch in $(cat ../debian/patches/series); do
patch -Np1 -i ../debian/patches/${patch}