head 1.3; access; symbols OPENPKG_E1_MP_HEAD:1.2 OPENPKG_E1_MP:1.2 OPENPKG_E1_MP_2_STABLE:1.2 OPENPKG_E1_FP:1.2 OPENPKG_2_STABLE_MP:1.2 OPENPKG_2_STABLE_20061018:1.2 OPENPKG_2_STABLE_20060622:1.2 OPENPKG_2_STABLE:1.2.0.12 OPENPKG_2_STABLE_BP:1.2 OPENPKG_2_5_RELEASE:1.2 OPENPKG_2_5_SOLID:1.2.0.10 OPENPKG_2_5_SOLID_BP:1.2 OPENPKG_2_4_RELEASE:1.2 OPENPKG_2_4_SOLID:1.2.0.8 OPENPKG_2_4_SOLID_BP:1.2 OPENPKG_CW_FP:1.2 OPENPKG_2_3_RELEASE:1.2 OPENPKG_2_3_SOLID:1.2.0.6 OPENPKG_2_3_SOLID_BP:1.2 OPENPKG_2_2_RELEASE:1.2 OPENPKG_2_2_SOLID:1.2.0.4 OPENPKG_2_2_SOLID_BP:1.2 OPENPKG_2_1_RELEASE:1.2 OPENPKG_2_1_SOLID:1.2.0.2 OPENPKG_2_1_SOLID_BP:1.2; locks; strict; comment @# @; 1.3 date 2007.06.22.10.54.02; author rse; state dead; branches; next 1.2; commitid ZbFoU2hEtnBxHTms; 1.2 date 2004.06.04.11.13.00; author cs; state Exp; branches; next 1.1; 1.1 date 2004.04.14.12.07.49; author cs; state Exp; branches; next ; desc @@ 1.3 log @new OpenPKG world order: upgrade from Apache 1.3 to 2.2 (part 1/3: updated/new packages) @ text @diff -Nur modowa.orig/src/Makefile.libdir modowa/src/Makefile.libdir --- modowa.orig/src/Makefile.libdir 1970-01-01 01:00:00.000000000 +0100 +++ modowa/src/Makefile.libdir 2004-04-14 11:17:13.000000000 +0200 @@@@ -0,0 +1,4 @@@@ +## +## Makefile.libdir +## + diff -Nur modowa.orig/src/Makefile.tmpl modowa/src/Makefile.tmpl --- modowa.orig/src/Makefile.tmpl 1970-01-01 01:00:00.000000000 +0100 +++ modowa/src/Makefile.tmpl 2004-04-14 12:49:13.000000000 +0200 @@@@ -0,0 +1,27 @@@@ +## +## Makefile.tmpl +## + +LIB=libowa.$(LIBEXT) +EXTRA_INCLUDES=-I. @@l_oracle_cflags@@ + +OBJS=modowa.o owacache.o owadoc.o owafile.o owahand.o owanls.o owaplsql.o owasql.o owautil.o + +all: lib + +lib: $(LIB) + +libowa.a: $(OBJS) + rm -f $@@ + ar cr $@@ $(OBJS) + $(RANLIB) $@@ + +.c.o: + $(CC) -c $(INCLUDES) $(CFLAGS) $< + +clean: + rm -f $(LIB) $(OBJS) + +distclean: clean + rm -f Makefile + diff -Nur modowa.orig/src/owafile.c modowa/src/owafile.c --- modowa.orig/src/owafile.c 2004-01-21 01:45:29.000000000 +0100 +++ modowa/src/owafile.c 2004-06-04 12:52:29.250118040 +0200 @@@@ -1199,7 +1199,7 @@@@ os_objhand fd; int flags = O_WRONLY | O_CREAT; if (append_flag) flags |= O_APPEND; - fd = open(fpath, flags, 0600); + fd = open(fpath, flags, 0644); return(fd); } @ 1.2 log @open modowa debug file world-readable @ text @@ 1.1 log @first cut for Oracle PL/SQL gateway support using mod_owa @ text @a0 1 Files modowa.orig/src/.Makefile.tmpl.swp and modowa/src/.Makefile.tmpl.swp differ d40 11 @