[arch-commits] Commit in lib32-libwrap/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Wed Mar 18 09:45:49 UTC 2020
Date: Wednesday, March 18, 2020 @ 09:45:48
Author: alucryd
Revision: 600497
upgpkg: lib32-libwrap 7.6.28-1
Modified:
lib32-libwrap/trunk/PKGBUILD
----------+
PKGBUILD | 38 ++++++++++++++++++++++----------------
1 file changed, 22 insertions(+), 16 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-18 09:41:10 UTC (rev 600496)
+++ PKGBUILD 2020-03-18 09:45:48 UTC (rev 600497)
@@ -5,22 +5,28 @@
# Contributor: judd <jvinet at zeroflux.org>
pkgname=lib32-libwrap
-pkgver=7.6.24
-pkgrel=3
+pkgver=7.6.28
+pkgrel=1
pkgdesc='Monitors and controls incoming TCP connections'
-arch=('x86_64')
-url='ftp://ftp.porcupine.org/pub/security/index.html'
-license=('BSD')
-depends=('lib32-glibc' 'lib32-libnsl' 'libwrap')
-provides=('lib32-tcp_wrappers-libs')
-conflicts=('lib32-tcp_wrappers-libs')
-options=('!makeflags')
-source=("ftp://ftp.porcupine.org/pub/security/tcp_wrappers_${pkgver%.*}.tar.gz"
- "http://http.debian.net/debian/pool/main/t/tcp-wrappers/tcp-wrappers_${pkgver%.*}.q-${pkgver##*.}.debian.tar.xz"
- 'tcp-wrappers-headers.patch'
- 'tcp-wrappers-redhat-bug11881.patch')
+arch=(x86_64)
+url=ftp://ftp.porcupine.org/pub/security/index.html
+license=(BSD)
+depends=(
+ lib32-glibc
+ lib32-libnsl
+ libwrap
+)
+provides=(lib32-tcp_wrappers-libs)
+conflicts=(lib32-tcp_wrappers-libs)
+options=(!makeflags)
+source=(
+ ftp://ftp.porcupine.org/pub/security/tcp_wrappers_${pkgver%.*}.tar.gz
+ http://http.debian.net/debian/pool/main/t/tcp-wrappers/tcp-wrappers_${pkgver%.*}.q-${pkgver##*.}.debian.tar.xz
+ tcp-wrappers-headers.patch
+ tcp-wrappers-redhat-bug11881.patch
+)
sha256sums=('9543d7adedf78a6de0b221ccbbd1952e08b5138717f4ade814039bb489a4315d'
- '672ad0d3f70579815cd8f15c29054c49f6fd9902863be42cc2452a9ecbe8eacd'
+ '9e878177878b7796ab9e8cb4abb094bf66b3d37e0e1af3cee3e24afde4b1e11f'
'caf0719fdac5c0c8874420af63bddf3b970c40d464f0553a9822a53d372854d8'
'2e527e54c1ea208de10a206c667f751e54651eb77c973271d213e3459d690403')
@@ -40,8 +46,8 @@
make \
COPTS="$CFLAGS -m32" \
LDOPTS="$LDFLAGS -m32" \
- REAL_DAEMON_DIR='/usr/bin' \
- STYLE='-DPROCESS_OPTIONS' \
+ REAL_DAEMON_DIR=/usr/bin \
+ STYLE=-DPROCESS_OPTIONS \
linux
}
More information about the arch-commits
mailing list