[Lunar-commits]
CVS: moonbase/security/tcp_wrappers DETAILS, 1.1.1.1,
1.2 BUILD, 1.1.1.1, 1.2
Jaime Buffery
nestu at lunar-linux.org
Sun Jul 11 19:28:07 GMT 2004
Update of /var/cvs/lunar/moonbase/security/tcp_wrappers
In directory dbguin.lunar-linux.org:/tmp/cvs-serv11066
Modified Files:
DETAILS BUILD
Log Message:
Adding a patch to address the "label at end of block statement" in gcc 3.4.X.
(these labels are not allowed from now on in source code)
The patch is backwards compatible.
Tested with gcc 3.4.1, glibc 2.3.3-cvs, headers 2.6.7.0 and
gcc 3.3.3, glibc 2.3.2, headers 2.6.7.0.
md5's added too
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/security/tcp_wrappers/DETAILS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DETAILS 21 Aug 2002 00:55:21 -0000 1.1.1.1
+++ DETAILS 11 Jul 2004 19:28:05 -0000 1.2
@@ -1,8 +1,12 @@
MODULE=tcp_wrappers
VERSION=7.6
SOURCE=${MODULE}_$VERSION.tar.gz
+ SOURCE2=tcp_wrappers-7.6-gcc34-fix.patch
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}_$VERSION
- SOURCE_URL[0]=ftp://ftp.porcupine.org/pub/security/$SOURCE
+ SOURCE_URL=ftp://ftp.porcupine.org/pub/security/$SOURCE
+ SOURCE2_URL=ftp://be-linux.org/belfs/blfs-patches/$SOURCE2
+ SOURCE_VFY=md5:e6fa25f71226d090f34de3f6b122fb5a
+ SOURCE2_VFY=md5:2a23daa7139b76971ab979de08b0f402
WEB_SITE=ftp://ftp.porcupine.org/pub/security/index.html
ENTERED=20010922
UPDATED=20011115
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/security/tcp_wrappers/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD 21 Aug 2002 00:55:21 -0000 1.1.1.1
+++ BUILD 11 Jul 2004 19:28:05 -0000 1.2
@@ -1,7 +1,8 @@
(
- patch -p 1 < $SCRIPT_DIRECTORY/tcp_wrappers.patch
-
+ patch -p 1 < $SCRIPT_DIRECTORY/tcp_wrappers.patch &&
+ patch_it ${SOURCE_CACHE}/$SOURCE2 1 &&
+
make REAL_DAEMON_DIR=/usr/sbin linux &&
prepare_install &&
for EXECUTABLE in *; do
More information about the Lunar-commits
mailing list