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

Jerry Lundström prox at lunar-linux.org
Thu Mar 30 11:16:00 UTC 2006


Author: prox
Date: 2006-03-30 11:15:59 +0000 (Thu, 30 Mar 2006)
New Revision: 19527

Removed:
   moonbase/trunk/security/tcp_wrappers/tcp_wrappers.patch
Modified:
   moonbase/trunk/security/tcp_wrappers/BUILD
   moonbase/trunk/security/tcp_wrappers/DETAILS
Log:
moved patches to correct place and cleanup

Modified: moonbase/trunk/security/tcp_wrappers/BUILD
===================================================================
--- moonbase/trunk/security/tcp_wrappers/BUILD	2006-03-30 11:02:03 UTC (rev 19526)
+++ moonbase/trunk/security/tcp_wrappers/BUILD	2006-03-30 11:15:59 UTC (rev 19527)
@@ -1,7 +1,7 @@
 (
 
-  patch  -p 1  <  $SCRIPT_DIRECTORY/tcp_wrappers.patch &&
-  patch_it ${SOURCE_CACHE}/$SOURCE2 1                  &&
+  patch_it $SOURCE2 1 &&
+  patch_it $SOURCE3 1 &&
   
   make  REAL_DAEMON_DIR=/usr/sbin linux  &&
   prepare_install                        &&

Modified: moonbase/trunk/security/tcp_wrappers/DETAILS
===================================================================
--- moonbase/trunk/security/tcp_wrappers/DETAILS	2006-03-30 11:02:03 UTC (rev 19526)
+++ moonbase/trunk/security/tcp_wrappers/DETAILS	2006-03-30 11:15:59 UTC (rev 19527)
@@ -1,17 +1,20 @@
-           MODULE=tcp_wrappers
+          MODULE=tcp_wrappers
          VERSION=7.6
           SOURCE=${MODULE}_$VERSION.tar.gz
-	 SOURCE2=tcp_wrappers-7.6-gcc34-fix.patch
+         SOURCE2=$MODULE-$VERSION.patch.gz
+         SOURCE3=$MODULE-$VERSION-gcc34-fix.patch.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}_$VERSION
       SOURCE_URL=ftp://ftp.porcupine.org/pub/security/
-     SOURCE2_URL=ftp://be-linux.org/belfs/blfs-patches/
-      SOURCE_VFY=md5:e6fa25f71226d090f34de3f6b122fb5a 
-     SOURCE2_VFY=md5:2a23daa7139b76971ab979de08b0f402
+     SOURCE2_URL=$PATCH_URL/
+     SOURCE3_URL=$PATCH_URL/
+      SOURCE_VFY=sha1:61689ec85b80f4ca0560aef3473eccd9e9e80481
+     SOURCE2_VFY=sha1:84ac59a177f6b715eb7b530718f3ce11f7a84abc
+     SOURCE3_VFY=sha1:9bf3fad71214242c7eae59cb3d47610b4c1a7471
         WEB_SITE=ftp://ftp.porcupine.org/pub/security/index.html
          ENTERED=20010922
-         UPDATED=20011115
+         UPDATED=20060330
            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,

Deleted: moonbase/trunk/security/tcp_wrappers/tcp_wrappers.patch



More information about the Lunar-commits mailing list