Update of /cvsroot/leaf/src/bering-uclibc/apps/dnsmasq In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24244
Modified Files: buildtool.cfg buildtool.mk Added Files: dnsmasq-buffer.patch.gz Log Message: fix for overwriting buffer problem --- NEW FILE: dnsmasq-buffer.patch.gz --- (This appears to be a binary file; contents omitted.) Index: buildtool.cfg =================================================================== RCS file: /cvsroot/leaf/src/bering-uclibc/apps/dnsmasq/buildtool.cfg,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** buildtool.cfg 26 Mar 2006 10:05:53 -0000 1.21 --- buildtool.cfg 22 Apr 2006 14:02:58 -0000 1.22 *************** *** 28,31 **** --- 28,39 ---- </File> + # dnsmasq-2.27 specific patch + <File dnsmasq-buffer.patch.gz> + Server = cvs-sourceforge + Revision = HEAD + envname = DNSMASQ_PATCHBUFFER + Directory = dnsmasq + </File> + <File dnsmasq.init> Server = cvs-sourceforge *************** *** 38,42 **** <dnsmasq> Version = 2.27 ! Revision = 1 Help <<EOF --- 46,50 ---- <dnsmasq> Version = 2.27 ! Revision = 2 Help <<EOF Index: buildtool.mk =================================================================== RCS file: /cvsroot/leaf/src/bering-uclibc/apps/dnsmasq/buildtool.mk,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** buildtool.mk 26 Mar 2006 10:05:53 -0000 1.22 --- buildtool.mk 22 Apr 2006 14:02:58 -0000 1.23 *************** *** 9,12 **** --- 9,13 ---- zcat $(DNSMASQ_PATCHIPV6) | patch -d $(DNSMASQ_DIR) -p1 zcat $(DNSMASQ_PATCHUCLIBC) | patch -d $(DNSMASQ_DIR) -p1 + zcat $(DNSMASQ_PATCHBUFFER) | patch -d $(DNSMASQ_DIR) -p1 touch $(DNSMASQ_DIR)/.source ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ leaf-cvs-commits mailing list leaf-cvs-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits