[Lunar-commits] r25609 - moonbase/trunk/security/tcp_wrappers

Stefan Wold ratler at lunar-linux.org
Sat Aug 25 23:01:05 CEST 2007


Author: ratler
Date: 2007-08-25 23:01:05 +0200 (Sat, 25 Aug 2007)
New Revision: 25609

Modified:
   moonbase/trunk/security/tcp_wrappers/BUILD
   moonbase/trunk/security/tcp_wrappers/DETAILS
Log:
Fix for bug #0000258 that cause portmap to fail compile on x86_64

Modified: moonbase/trunk/security/tcp_wrappers/BUILD
===================================================================
--- moonbase/trunk/security/tcp_wrappers/BUILD	2007-08-25 15:34:45 UTC (rev 25608)
+++ moonbase/trunk/security/tcp_wrappers/BUILD	2007-08-25 21:01:05 UTC (rev 25609)
@@ -2,6 +2,7 @@
 
   patch_it $SOURCE2 1 &&
   patch_it $SOURCE3 1 &&
+  patch_it $SOURCE4 0 &&
   
   make  REAL_DAEMON_DIR=/usr/sbin linux  &&
   prepare_install                        &&

Modified: moonbase/trunk/security/tcp_wrappers/DETAILS
===================================================================
--- moonbase/trunk/security/tcp_wrappers/DETAILS	2007-08-25 15:34:45 UTC (rev 25608)
+++ moonbase/trunk/security/tcp_wrappers/DETAILS	2007-08-25 21:01:05 UTC (rev 25609)
@@ -3,18 +3,22 @@
           SOURCE=${MODULE}_$VERSION.tar.gz
          SOURCE2=$MODULE-$VERSION.patch.gz
          SOURCE3=$MODULE-$VERSION-gcc34-fix.patch.gz
+         SOURCE4=$MODULE-7.6-fpic.patch
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}_$VERSION
       SOURCE_URL=ftp://ftp.porcupine.org/pub/security/
      SOURCE2_URL=$PATCH_URL
      SOURCE3_URL=$PATCH_URL
+     SOURCE4_URL=$PATCH_URL
       SOURCE_VFY=sha1:61689ec85b80f4ca0560aef3473eccd9e9e80481
      SOURCE2_VFY=sha1:84ac59a177f6b715eb7b530718f3ce11f7a84abc
      SOURCE3_VFY=sha1:9bf3fad71214242c7eae59cb3d47610b4c1a7471
+     SOURCE4_VFY=sha1:e55da5ed49c569d4b68ff98cf9e7aaebc205abce
         WEB_SITE=ftp://ftp.porcupine.org/pub/security/index.html
          ENTERED=20010922
-         UPDATED=20060330
+         UPDATED=20060825
            SHORT="allows monitoring and filtering of inbound network requests"
-           PSAFE=no
+PSAFE=no
+
 cat << EOF
 The tcp_wrappers package allows you to monitor and filter incoming
 requests for the SYSTAT, FINGER, FTP, TELNET, RLOGIN, RSH, EXEC, TFTP,



More information about the Lunar-commits mailing list