Hi Hendrik, > I am the current openobex maintainer for Debian and have collected some > patches, mainly for the apps in the package: > > * docbuild.patch makes creation of the documentation possible again
was already in the CVS. However a Makefile.in should never be part of a patch. It will be created from Makefile.am. > * ircp.patch fixes some security related problems (although low risk, it is > still valid) that would overwrite files in receive mode. Instead, it adds a > random string to the file (using mkstemp). I don't like using mkstemp(). Can't we simply reject it if the file already exists? > * obex_test.patch adds some error checking to the code and adds some missing > ifs for the default case Patch has been applied to the CVS. > * rodrigues_irobex_palm3.patch adds the possibility to specify the > creation-ID > of the object to send I fixed up the usage description (Using "xxxx" is not a good idea) and you also need to include <string.h>. Look out for warnings from the compiler. > I also have manpages for all apps in the package. If you are interested (they > are written in docbook), please tell me (I have to rip out some sentences > about Debian, first). Go ahead and send patches for the manual pages. I am happy to apply them. > There are other bug reports in line waiting for a fix: > http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=libopenobex > > One issue with the IrDA-Server-Code (see debian bugs #236371 and #256245) is > the missing possibility to wait for "OBEX" _and_ "OBEX:IrXfer" packages. So > please make it possible to call IrOBEX_ServerRegister() more than once on the > same handle. Or is there another proposed solution that a single call to > OBEX_HandleInput() could handle? > Make the bug reporter post this issue to the OpenOBEX mailing list. I don't deal with Debian bug reports. Regards Marcel ------------------------------------------------------- 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 _______________________________________________ Openobex-users mailing list [email protected] http://lists.sourceforge.net/lists/listinfo/openobex-users
