[arch-commits] Commit in lib32-libwrap/trunk (PKGBUILD tcp-wrappers-headers.patch)

2020-03-18 Thread Maxime Gauduin via arch-commits
Date: Wednesday, March 18, 2020 @ 09:51:46
  Author: alucryd
Revision: 600498

upgpkg: lib32-libwrap 7.6.28-1

Modified:
  lib32-libwrap/trunk/PKGBUILD
Deleted:
  lib32-libwrap/trunk/tcp-wrappers-headers.patch

+
 PKGBUILD   |3 
 tcp-wrappers-headers.patch |  296 ---
 2 files changed, 299 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-18 09:45:48 UTC (rev 600497)
+++ PKGBUILD2020-03-18 09:51:46 UTC (rev 600498)
@@ -22,12 +22,10 @@
 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'
 '9e878177878b7796ab9e8cb4abb094bf66b3d37e0e1af3cee3e24afde4b1e11f'
-'caf0719fdac5c0c8874420af63bddf3b970c40d464f0553a9822a53d372854d8'
 '2e527e54c1ea208de10a206c667f751e54651eb77c973271d213e3459d690403')
 
 prepare() {
@@ -36,7 +34,6 @@
   for patch in $(cat ../debian/patches/series); do
 patch -Np1 -i ../debian/patches/${patch}
   done
-  patch -Np1 -i ../tcp-wrappers-headers.patch
   patch -Np1 -i ../tcp-wrappers-redhat-bug11881.patch
 }
 

Deleted: tcp-wrappers-headers.patch
===
--- tcp-wrappers-headers.patch  2020-03-18 09:45:48 UTC (rev 600497)
+++ tcp-wrappers-headers.patch  2020-03-18 09:51:46 UTC (rev 600498)
@@ -1,296 +0,0 @@
 a/options.c
-+++ b/options.c
-@@ -34,6 +34,8 @@
- 
- /* System libraries. */
- 
-+#include 
-+#include 
- #include 
- #include 
- #include 
 a/safe_finger.c
-+++ b/safe_finger.c
-@@ -20,6 +20,11 @@
- 
- /* System libraries */
- 
-+#include 
-+#include 
-+#include 
-+#include 
-+#include 
- #include 
- #include 
- #include 
-@@ -27,7 +31,7 @@
- #include 
- #include 
- 
--extern void exit();
-+int pipe_stdin(char **argv);
- 
- /* Local stuff */
- 
 a/scaffold.c
-+++ b/scaffold.c
-@@ -10,6 +10,7 @@
- 
- /* System libraries. */
- 
-+#include 
- #include 
- #include 
- #include 
-@@ -27,7 +27,4 @@
- #endif
- 
--#ifndef INET6
--extern char *malloc();
--#endif
- 
- /* Application-specific. */
 a/shell_cmd.c
-+++ b/shell_cmd.c
-@@ -14,6 +14,10 @@
- 
- /* System libraries. */
- 
-+#include 
-+#include 
-+#include 
-+#include 
- #include 
- #include 
- #include 
-@@ -25,8 +25,6 @@
- #include 
- #include 
- 
--extern void exit();
--
- /* Local stuff. */
- 
- #include "tcpd.h"
 a/tcpdchk.c
-+++ b/tcpdchk.c
-@@ -20,6 +20,8 @@
- 
- /* System libraries. */
- 
-+#include 
-+#include 
- #include 
- #include 
- #ifdef INET6
-@@ -35,10 +36,7 @@
- #include 
- #include 
- 
--extern int errno;
--extern void exit();
--extern int optind;
--extern char *optarg;
-+int cidr_mask_addr(char *str);
- 
- #ifndef INADDR_NONE
- #define INADDR_NONE (-1)  /* XXX should be 0x */
 a/clean_exit.c
-+++ b/clean_exit.c
-@@ -13,8 +13,8 @@
- #endif
- 
- #include 
--
--extern void exit();
-+#include 
-+#include 
- 
- #include "tcpd.h"
- 
 a/hosts_access.c
-+++ b/hosts_access.c
-@@ -23,6 +23,7 @@
- 
- /* System libraries. */
- 
-+#include 
- #include 
- #ifdef INT32_T
- typedef uint32_t u_int32_t;
-@@ -43,8 +44,8 @@
- #include 
- #endif
- 
--extern char *fgets();
--extern int errno;
-+static int match_pattern_ylo(const char *s, const char *pattern);
-+int cidr_mask_addr(char *str);
- 
- #ifndef   INADDR_NONE
- #define   INADDR_NONE (-1)/* XXX should be 0x */
 a/inetcf.c
-+++ b/inetcf.c
-@@ -9,15 +9,14 @@
- static char sccsid[] = "@(#) inetcf.c 1.7 97/02/12 02:13:23";
- #endif
- 
-+#include 
- #include 
- #include 
- #include 
- #include 
- #include 
- 
--extern int errno;
--extern void exit();
--
-+#include "scaffold.h"
- #include "tcpd.h"
- #include "inetcf.h"
- 
 a/percent_x.c
-+++ b/percent_x.c
-@@ -16,12 +16,12 @@
- 
- /* System libraries. */
- 
-+#include 
-+#include 
- #include 
- #include 
- #include 
- 
--extern void exit();
--
- /* Local stuff. */
- 
- #include "tcpd.h"
 a/rfc931.c
-+++ b/rfc931.c
-@@ -15,6 +15,7 @@
- 
- /* System libraries. */
- 
-+#include 
- #include 
- #include 
- #include 
 a/tcpd.c
-+++ b/tcpd.c
-@@ -16,6 +16,7 @@
- 
- /* System libraries. */
- 
-+#include 
- #include 
- #include 
- #include 
-@@ -39,6 +39,8 @@
- #include "patchlevel.h"
- #include "tcpd.h"
- 
-+void fix_options(struct request_info *request);
-+
- int allow_severity = SEVERITY;/* run-time adjustable */
- int deny_severity = LOG_WARNING;  /* ditto */
- 
 a/tcpdmatch.c
-+++ b/tcpdmatch.c
-@@ -19,6 +19,8 @@
- 
- /* System libraries. */
- 
-+#include 
-+#include 
- #include 
- #include 
- #include 
-@@ -30,9 +32,6 @@
- #include 
- #include 
- 
--extern void exit();
--ex

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

2020-03-18 Thread Maxime Gauduin via arch-commits
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
===
--- PKGBUILD2020-03-18 09:41:10 UTC (rev 600496)
+++ PKGBUILD2020-03-18 09:45:48 UTC (rev 600497)
@@ -5,22 +5,28 @@
 # Contributor: judd 
 
 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
 }
 


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

2018-04-16 Thread Maxime Gauduin via arch-commits
Date: Monday, April 16, 2018 @ 19:02:50
  Author: alucryd
Revision: 316556

libnsl todo: lib32-libwrap 7.6.24-3

Modified:
  lib32-libwrap/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-16 19:00:03 UTC (rev 316555)
+++ PKGBUILD2018-04-16 19:02:50 UTC (rev 316556)
@@ -7,12 +7,12 @@
 
 pkgname=lib32-libwrap
 pkgver=7.6.24
-pkgrel=2
+pkgrel=3
 pkgdesc='Monitors and controls incoming TCP connections'
 arch=('x86_64')
 url='ftp://ftp.porcupine.org/pub/security/index.html'
 license=('BSD')
-depends=('lib32-glibc' 'libwrap')
+depends=('lib32-glibc' 'lib32-libnsl' 'libwrap')
 provides=('lib32-tcp_wrappers-libs')
 conflicts=('lib32-tcp_wrappers-libs')
 options=('!makeflags')


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

2016-10-13 Thread Maxime Gauduin
Date: Thursday, October 13, 2016 @ 07:59:34
  Author: alucryd
Revision: 192128

FS#51218: lib32-libwrap 7.6.24-2

Modified:
  lib32-libwrap/trunk/PKGBUILD

--+
 PKGBUILD |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-10-13 07:55:31 UTC (rev 192127)
+++ PKGBUILD2016-10-13 07:59:34 UTC (rev 192128)
@@ -7,12 +7,14 @@
 
 pkgname=lib32-libwrap
 pkgver=7.6.24
-pkgrel=1
+pkgrel=2
 pkgdesc='Monitors and controls incoming TCP connections'
 arch=('x86_64')
 url='ftp://ftp.porcupine.org/pub/security/index.html'
 license=('BSD')
 depends=('lib32-glibc' '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";