[CVS] OpenPKG: openpkg-src/db/ db.spec

2004-06-30 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   30-Jun-2004 09:14:35
  Branch: HEAD Handle: -NONE-

  Modified files:
openpkg-src/db  db.spec

  Log:
extend the udivdi3 hack to clz for Solaris 9, too

  Summary:
RevisionChanges Path
1.49+3  -3  openpkg-src/db/db.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/db/db.spec
  
  $ cvs diff -u -r1.48 -r1.49 db.spec
  --- openpkg-src/db/db.spec25 Jun 2004 09:50:42 -  1.48
  +++ openpkg-src/db/db.spec30 Jun 2004 07:14:35 -  1.49
  @@ -38,7 +38,7 @@
   Group:Database
   License:  BSD
   Version:  %{V_version}.%{V_revision}
  -Release:  20040625
  +Release:  20040630
   
   #   package options
   %option   with_compat no
  @@ -85,7 +85,7 @@
   %patch -p0 -P 1
   %patch -p0 -P 2
   %{l_shtool} subst \
  --e 's;\($(ar) cr .*\);\1 _udivdi3.o _muldi3.o;' \
  +-e 's;\($(ar) cr .*\);\1 _udivdi3.o _muldi3.o _clz.o;' \
   dist/Makefile.in
   
   %build
  @@ -100,7 +100,7 @@
   *) mutex=UNIX/fcntl ;;
   esac
   cd build_unix
  -ar -vx `%{l_cc} -print-libgcc-file-name` _udivdi3.o _muldi3.o
  +ar -vx `%{l_cc} -print-libgcc-file-name` _udivdi3.o _muldi3.o _clz.o
   CC=%{l_cc} \
   CFLAGS=%{l_cflags -O} \
   %if %{with_cxx} == yes
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/analog/ analog.spec

2004-06-30 Thread Torsten Homeyer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Torsten Homeyer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   30-Jun-2004 10:05:57
  Branch: HEAD Handle: -NONE-

  Modified files:
openpkg-src/analog  analog.spec

  Log:
added LDFLAGS

  Summary:
RevisionChanges Path
1.41+2  -2  openpkg-src/analog/analog.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/analog/analog.spec
  
  $ cvs diff -u -r1.40 -r1.41 analog.spec
  --- openpkg-src/analog/analog.spec29 Jun 2004 09:31:03 -  1.40
  +++ openpkg-src/analog/analog.spec30 Jun 2004 08:05:57 -  1.41
  @@ -34,7 +34,7 @@
   Group:Web
   License:  GPL
   Version:  5.32
  -Release:  20040629
  +Release:  20040630
   
   #   list of sources
   Source0:  http://www.analog.cx/analog-%{version}.tar.gz
  @@ -73,7 +73,7 @@
   esac
   %{l_make} %{l_mflags} \
   CC=%{l_cc} \
  -CFLAGS='%{l_cflags -O} %{l_cppflags} 
-DDEFAULTCONFIGFILE=\%{l_prefix}/etc/analog/analog.cfg\' \
  +CFLAGS='%{l_cflags -O} %{l_cppflags} %{l_ldflags} 
-DDEFAULTCONFIGFILE=\%{l_prefix}/etc/analog/analog.cfg\' \
   DEFS=-DHAVE_GD -DHAVE_ZLIB -DHAVE_PCRE \
   LIBS=$libs
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/amavisd/ amavisd.spec

2004-06-30 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   30-Jun-2004 10:45:48
  Branch: HEAD Handle: -NONE-

  Modified files:
openpkg-src/amavisd amavisd.spec

  Log:
upgrading package: amavisd 20030616p9 - 20030616p10

  Summary:
RevisionChanges Path
1.38+2  -2  openpkg-src/amavisd/amavisd.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/amavisd/amavisd.spec
  
  $ cvs diff -u -r1.37 -r1.38 amavisd.spec
  --- openpkg-src/amavisd/amavisd.spec  28 May 2004 10:54:49 -  1.37
  +++ openpkg-src/amavisd/amavisd.spec  30 Jun 2004 08:45:47 -  1.38
  @@ -25,7 +25,7 @@
   
   #   package version
   %define   V_major 20030616
  -%define   V_minor p9
  +%define   V_minor p10
   
   #   package information
   Name: amavisd
  @@ -38,7 +38,7 @@
   Group:Mail
   License:  GPL
   Version:  %{V_major}%{V_minor}
  -Release:  20040528
  +Release:  20040630
   
   #   package options
   %option   with_milter no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/clamav/ clamav.spec

2004-06-30 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   30-Jun-2004 10:53:43
  Branch: HEAD Handle: -NONE-

  Modified files:
openpkg-src/clamav  clamav.spec

  Log:
upgrading package: clamav 0.73 - 0.74

  Summary:
RevisionChanges Path
1.29+2  -2  openpkg-src/clamav/clamav.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/clamav/clamav.spec
  
  $ cvs diff -u -r1.28 -r1.29 clamav.spec
  --- openpkg-src/clamav/clamav.spec15 Jun 2004 12:06:55 -  1.28
  +++ openpkg-src/clamav/clamav.spec30 Jun 2004 08:53:42 -  1.29
  @@ -33,8 +33,8 @@
   Class:PLUS
   Group:Filesystem
   License:  GPL
  -Version:  0.73
  -Release:  20040615
  +Version:  0.74
  +Release:  20040630
   
   #   list of sources
   Source0:  http://osdn.dl.sourceforge.net/clamav/clamav-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/sed/ sed.spec

2004-06-30 Thread Thomas Lotterer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Thomas Lotterer
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   30-Jun-2004 12:07:14
  Branch: HEAD Handle: -NONE-

  Modified files:
openpkg-src/sed sed.spec

  Log:
fix sed building by disabling localization

  Summary:
RevisionChanges Path
1.44+9  -1  openpkg-src/sed/sed.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/sed/sed.spec
  
  $ cvs diff -u -r1.43 -r1.44 sed.spec
  --- openpkg-src/sed/sed.spec  27 Jun 2004 07:57:08 -  1.43
  +++ openpkg-src/sed/sed.spec  30 Jun 2004 10:07:13 -  1.44
  @@ -34,7 +34,7 @@
   Group:Text
   License:  GPL
   Version:  4.1
  -Release:  20040627
  +Release:  20040630
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/gnu/sed/sed-%{version}.tar.gz
  @@ -66,12 +66,20 @@
   case %{l_platform -t} in
   *-sunos5.6) %{l_shtool} subst -e 's;ISPRINT;isprint;g' sed/execute.c ;;
   esac
  +( echo am_cv_func_iconv=no
  +  echo am_cv_lib_iconv=no
  +  echo ac_cv_header_libintl_h=no
  +  echo ac_cv_header_locale_h=no
  +  echo ac_cv_func_setlocale=no
  +) config.cache
   
   %build
   CC=%{l_cc} \
   CFLAGS=%{l_cflags -O} \
   ./configure \
  +--cache-file=./config.cache \
   --prefix=%{l_prefix} \
  +--with-included-regex \
   --disable-nls
   %{l_make} %{l_mflags -O}
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/honeyd/ honeyd.spec setenv.c

2004-06-30 Thread Michael Schloh
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael Schloh
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   30-Jun-2004 15:05:40
  Branch: HEAD Handle: -NONE-

  Modified files:
openpkg-src/honeyd  honeyd.spec setenv.c

  Log:
remove redundant overwrite test in setenv, and really overwrite if
instructed

  Summary:
RevisionChanges Path
1.49+1  -1  openpkg-src/honeyd/honeyd.spec
1.4 +2  -5  openpkg-src/honeyd/setenv.c
  

  patch -p0 '@@ .'
  Index: openpkg-src/honeyd/honeyd.spec
  
  $ cvs diff -u -r1.48 -r1.49 honeyd.spec
  --- openpkg-src/honeyd/honeyd.spec25 Jun 2004 15:16:20 -  1.48
  +++ openpkg-src/honeyd/honeyd.spec30 Jun 2004 13:05:39 -  1.49
  @@ -34,7 +34,7 @@
   Group:Security
   License:  BSD
   Version:  0.8b
  -Release:  20040625
  +Release:  20040630
   
   #   package options
   %option   with_fsl  yes
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/honeyd/setenv.c
  
  $ cvs diff -u -r1.3 -r1.4 setenv.c
  --- openpkg-src/honeyd/setenv.c   25 Jun 2004 15:16:20 -  1.3
  +++ openpkg-src/honeyd/setenv.c   30 Jun 2004 13:05:39 -  1.4
  @@ -35,7 +35,6 @@
   
   /*
   ** Implements setenv C library function for platforms not including it
  -**
   */
   int setenv(const char *kszName, const char *kszValue, int nOverwrite)
   {
  @@ -55,11 +54,9 @@
   strcpy(szPair, kszName);
   strcat(szPair, =);
   strcat(szPair, kszValue);
  +putenv(szPair); /* Handoff */
   
  -if (getenv(szPair) != NULL)
  -putenv(szPair); /* Handoff */
  -
  -return 0;   /* Success */
  +return 0;   /* Success */
   }
   #endif /* !HAVE_SETENV */
   
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/honeyd/ setenv.c

2004-06-30 Thread Michael Schloh
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael Schloh
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   30-Jun-2004 16:10:30
  Branch: HEAD Handle: -NONE-

  Modified files:
openpkg-src/honeyd  setenv.c

  Log:
fix embarassing syntax error in local setenv(3) source code

  Summary:
RevisionChanges Path
1.5 +1  -1  openpkg-src/honeyd/setenv.c
  

  patch -p0 '@@ .'
  Index: openpkg-src/honeyd/setenv.c
  
  $ cvs diff -u -r1.4 -r1.5 setenv.c
  --- openpkg-src/honeyd/setenv.c   30 Jun 2004 13:05:39 -  1.4
  +++ openpkg-src/honeyd/setenv.c   30 Jun 2004 14:10:28 -  1.5
  @@ -41,7 +41,7 @@
   char *szPair = NULL;/* String we will pass to putenv(3) */
   
   /* Short circuite if overwrite is not enabled on an existing variable */
  -if (nOverwrite == 0  getenv(kshName) != 0)
  +if (nOverwrite == 0  getenv(kszName) != 0)
   return 0;
   
   /* Allocate space for name, value, equals, and string terminator */
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-web/ .htaccess facts.wml index.wml page.inc

2004-06-30 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-web  Date:   30-Jun-2004 16:14:47
  Branch: HEAD Handle: -NONE-

  Modified files:
openpkg-web .htaccess index.wml page.inc
  Removed files:
openpkg-web facts.wml

  Log:
remove old facts in favor of flyer

  Summary:
RevisionChanges Path
1.4 +1  -0  openpkg-web/.htaccess
1.11+0  -196openpkg-web/facts.wml
1.50+2  -1  openpkg-web/index.wml
1.37+18 -1  openpkg-web/page.inc
  

  patch -p0 '@@ .'
  Index: openpkg-web/.htaccess
  
  $ cvs diff -u -r1.3 -r1.4 .htaccess
  --- openpkg-web/.htaccess 1 Jan 2003 14:02:06 -   1.3
  +++ openpkg-web/.htaccess 30 Jun 2004 14:14:46 -  1.4
  @@ -14,4 +14,5 @@
   
   RewriteEngine on
   RewriteRule   ^cvsweb.*$ http://cvs.openpkg.org/ [R,L]
  +RewriteRule   ^facts\.html$ http://www.openpkg.org/flyer.html [R,L]
   
  @@ .
  rm -f openpkg-web/facts.wml '@@ .'
  Index: openpkg-web/facts.wml
  
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/index.wml
  
  $ cvs diff -u -r1.49 -r1.50 index.wml
  --- openpkg-web/index.wml 15 Apr 2004 18:09:41 -  1.49
  +++ openpkg-web/index.wml 30 Jun 2004 14:14:46 -  1.50
  @@ -9,6 +9,7 @@
   box bgcolor=#e5e0d5 bdcolor=#ff bdwidth=1 bdspace=10
   bUser Quick Links:/bbr
  a href=security.htmlSecurity/a,
  +   a href=flyer.htmlFlyer/a,
  a href=doc/slideset/openpkg/Slideset/a,
  a href=doc/articles/sysadmin/article.htmlArticle/a,
  a href=tutorial.htmlTutorial/a,
  @@ -59,7 +60,7 @@
   box bgcolor=#99 bdwidth=0 bdspace=1
   box bgcolor=#99 bdcolor=#ff bdwidth=1 bdspace=15
   p align=center
  -a href=doc/slideset/openpkg/font size=+1 
color=#f0f0ffLooknbsp;atnbsp;Newbr Slideseti!/i/font/a
  +a href=flyer.htmlfont size=+1 color=#f0f0ffLooknbsp;atnbsp;Newbr 
Flyeri!/i/font/a
   /p
   /box
   /box
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-web/page.inc
  
  $ cvs diff -u -r1.36 -r1.37 page.inc
  --- openpkg-web/page.inc  27 Feb 2004 15:27:14 -  1.36
  +++ openpkg-web/page.inc  30 Jun 2004 14:14:46 -  1.37
  @@ -162,6 +162,23 @@
   {#NAVBAR#}
   br
   {#SIDEBAR#}
  +br
  +script type=text/javascript!--
  + google_ad_client= pub-6080624771873565;
  +google_ad_channel   = 6495468088;
  + google_ad_width = 120;
  + google_ad_height= 240;
  + google_ad_format= 120x240_as;
  + google_ad_channel   = ;
  +google_color_border = e0e0e0;
  +google_color_bg = ff;
  +google_color_link   = a09080;
  +google_color_url= a09080;
  +google_color_text   = 33;
  + //--/script
  + script type=text/javascript
  + src=http://pagead2.googlesyndication.com/pagead/show_ads.js;
  +/script
 /td
 td width=20\
   imgdot width=20\
  @@ -262,7 +279,7 @@
   /navbar:prolog
   navbar:button id=indexurl=index.htmltxt=Introduction
   navbar:button id=abouturl=about.htmltxt=Aboutnbsp;Project
  -navbar:button id=factsurl=facts.htmltxt=Fact Sheet
  +#navbar:button id=factsurl=facts.htmltxt=Fact Sheet
   #navbar:button id=advocacy url=advocacy.html txt=Advocacy
   navbar:button id=license  url=license.html  txt=License
   navbar:button id=news url=news.html txt=Latestnbsp;News
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/ghostscript/ ghostscript.patch ghostscript....

2004-06-30 Thread Torsten Homeyer
(buffer+iout, error_message, 64);
  --  buffer[iout+63] = 0;
  -+  png_memcpy(buffer+iout, error_message, len);
  -+  buffer[iout+len] = 0;
  -}
  - }
  - 
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/ghostscript/ghostscript.spec
  
  $ cvs diff -u -r1.57 -r1.58 ghostscript.spec
  --- openpkg-src/ghostscript/ghostscript.spec  4 Jun 2004 14:49:46 -   1.57
  +++ openpkg-src/ghostscript/ghostscript.spec  30 Jun 2004 14:23:14 -  1.58
  @@ -43,7 +43,7 @@
   Group:Graphics
   License:  Aladdin
   Version:  %{V_real}
  -Release:  20040604
  +Release:  20040630
   
   #   package options
   %option   with_x11 yes
  @@ -109,10 +109,10 @@
   %setup -q -T -D -a 3
   %setup -q -T -D -a 4
   %setup -q -T -D -a 5
  -%patch -p0 -d ghostscript-%{version}
   mv jpeg-%{V_jpeg}  ghostscript-%{version}/jpeg
   mv libpng-%{V_png} ghostscript-%{version}/libpng
   mv zlib-%{V_zlib}  ghostscript-%{version}/zlib
  +%patch -p0 -d ghostscript-%{version}
   
   %build
   mtcflags=
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/mapson/ mapson.patch mapson.spec setenv.c s...

2004-06-30 Thread Michael Schloh
  +--- Makefile.in.orig 2004-06-21 23:18:16.0 +0200
   Makefile.in  2004-06-30 16:55:48.072234546 +0200
  +@@ -48,7 +48,7 @@
  + $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
  + $(top_srcdir)/configure COPYING ChangeLog INSTALL TODO compile \
  + depcomp install-sh libgetopt/getopt.c libgetopt/getopt1.c \
  +-missing
  ++libsetenv/setenv.c libunsetenv/unsetenv.c missing
  + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  + am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  + am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  +@@ -79,6 +79,8 @@
  + am__depfiles_maybe = depfiles
  + @[EMAIL PROTECTED] = $(DEPDIR)/libgetopt/getopt.Po \
  + @AMDEP_TRUE@$(DEPDIR)/libgetopt/getopt1.Po \
  [EMAIL PROTECTED]@$(DEPDIR)/libsetenv/setenv.Po \
  [EMAIL PROTECTED]@$(DEPDIR)/libunsetenv/unsetenv.Po \
  + @AMDEP_TRUE@./$(DEPDIR)/mapson-accept-confirmation.Po \
  + @AMDEP_TRUE@./$(DEPDIR)/mapson-address-db.Po \
  + @AMDEP_TRUE@./$(DEPDIR)/mapson-config.Po \
  +@@ -324,6 +326,8 @@
  + 
  + @AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED](DEPDIR)/libgetopt/[EMAIL PROTECTED]@
  + @AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED](DEPDIR)/libgetopt/[EMAIL PROTECTED]@
  [EMAIL PROTECTED]@@am__include@ @[EMAIL PROTECTED](DEPDIR)/libsetenv/[EMAIL 
PROTECTED]@
  [EMAIL PROTECTED]@@am__include@ @[EMAIL PROTECTED](DEPDIR)/libunsetenv/[EMAIL 
PROTECTED]@
  + @AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED]/$(DEPDIR)/[EMAIL PROTECTED]@
  + @AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED]/$(DEPDIR)/[EMAIL PROTECTED]@
  + @AMDEP_TRUE@@am__include@ @[EMAIL PROTECTED]/$(DEPDIR)/[EMAIL PROTECTED]@
  +@@ -1039,7 +1043,10 @@
  + 
  + distclean: distclean-recursive
  + -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  +--rm -rf $(DEPDIR)/libgetopt ./$(DEPDIR)
  ++-rm -rf $(DEPDIR)/libgetopt
  ++-rm -rf $(DEPDIR)/libsetenv
  ++-rm -rf $(DEPDIR)/libunsetenv
  ++-rm -rf ./$(DEPDIR)
  + -rm -f Makefile
  + distclean-am: clean-am distclean-compile distclean-generic \
  + distclean-tags
  +@@ -1067,7 +1074,10 @@
  + maintainer-clean: maintainer-clean-recursive
  + -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  + -rm -rf $(top_srcdir)/autom4te.cache
  +--rm -rf $(DEPDIR)/libgetopt ./$(DEPDIR)
  ++-rm -rf $(DEPDIR)/libgetopt
  ++-rm -rf $(DEPDIR)/libsetenv
  ++-rm -rf $(DEPDIR)/libunsetenv
  ++-rm -rf ./$(DEPDIR)
  + -rm -f Makefile
  + maintainer-clean-am: distclean-am maintainer-clean-generic
  + 
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/mapson/mapson.spec
  
  $ cvs diff -u -r1.27 -r1.28 mapson.spec
  --- openpkg-src/mapson/mapson.spec22 Jun 2004 09:21:45 -  1.27
  +++ openpkg-src/mapson/mapson.spec30 Jun 2004 15:14:35 -  1.28
  @@ -34,10 +34,14 @@
   Group:Mail
   License:  GPL
   Version:  3.0
  -Release:  20040622
  +Release:  20040630
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/sourceforge/mapson/mapson-%{version}.tar.gz
  +Source1:  setenv.h
  +Source2:  setenv.c
  +Source3:  unsetenv.h
  +Source4:  unsetenv.c
   Patch0:   mapson.patch
   
   #   build information
  @@ -63,6 +67,11 @@
   %prep
   %setup -q
   %patch -p0
  +mkdir libsetenv libunsetenv
  +cp -f %{SOURCE setenv.c} libsetenv/
  +cp -f %{SOURCE setenv.h} libsetenv/
  +cp -f %{SOURCE unsetenv.c} libunsetenv/
  +cp -f %{SOURCE unsetenv.h} libunsetenv/
   
   %build
   CC=%{l_cc} \
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/mapson/setenv.c
  
  $ cvs diff -u -r0 -r1.1 setenv.c
  --- /dev/null 2004-06-30 17:14:35.0 +0200
  +++ setenv.c  2004-06-30 17:14:36.0 +0200
  @@ -0,0 +1,62 @@
  +/*
  +** setenv.c: ISO C implementation
  +** Copyright (c) 2003 Michael Schloh von Bennewitz [EMAIL PROTECTED]
  +** Copyright (c) 2003 Cable  Wireless http://www.cw.com/de/
  +**
  +** Permission to use, copy, modify, and distribute this software for
  +** any purpose with or without fee is hereby granted, provided that
  +** the above copyright notice and this permission notice appear in all
  +** copies.
  +**
  +** THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
  +** WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  +** MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  +** IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
  +** CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  +** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  +** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
  +** USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  +** ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  +** OR TORT (INCLUDING NEGLIGENCE

[CVS] OpenPKG: openpkg-src/abiword/ abiword.spec

2004-06-30 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   30-Jun-2004 17:17:40
  Branch: HEAD Handle: -NONE-

  Modified files:
openpkg-src/abiword abiword.spec

  Log:
no debugs, please.

  Summary:
RevisionChanges Path
1.21+0  -1  openpkg-src/abiword/abiword.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/abiword/abiword.spec
  
  $ cvs diff -u -r1.20 -r1.21 abiword.spec
  --- openpkg-src/abiword/abiword.spec  30 Jun 2004 12:15:35 -  1.20
  +++ openpkg-src/abiword/abiword.spec  30 Jun 2004 15:17:39 -  1.21
  @@ -80,7 +80,6 @@
   %prep
   %setup -q
   %patch -p0
  -echo %{l_platform -t}
   case %{l_platform -t} in
   sun4*-* )
   %setup -q -T -D -a 2
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/samba/ samba.spec smb.conf

2004-06-30 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   30-Jun-2004 19:45:48
  Branch: HEAD Handle: -NONE-

  Modified files:
openpkg-src/samba   samba.spec smb.conf

  Log:
local master is useful, else you will not see the Samba server at all
through browsing

  Summary:
RevisionChanges Path
1.65+1  -1  openpkg-src/samba/samba.spec
1.8 +1  -1  openpkg-src/samba/smb.conf
  

  patch -p0 '@@ .'
  Index: openpkg-src/samba/samba.spec
  
  $ cvs diff -u -r1.64 -r1.65 samba.spec
  --- openpkg-src/samba/samba.spec  3 Jun 2004 16:39:03 -   1.64
  +++ openpkg-src/samba/samba.spec  30 Jun 2004 17:45:47 -  1.65
  @@ -34,7 +34,7 @@
   Group:Filesystem
   License:  GPL
   Version:  2.2.8a
  -Release:  20040603
  +Release:  20040630
   
   #   package options
   %option   with_pam  no
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/samba/smb.conf
  
  $ cvs diff -u -r1.7 -r1.8 smb.conf
  --- openpkg-src/samba/smb.conf1 Apr 2004 13:13:28 -   1.7
  +++ openpkg-src/samba/smb.conf30 Jun 2004 17:45:47 -  1.8
  @@ -37,7 +37,7 @@
   preferred master = no
   domain master= no
   domain logons= no
  -local master = no
  +local master = yes
   logon path   = \\%N\profiles\%u
   logon drive  = U:
   logon home   = \\%N\%u
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/gsl/ gsl.spec

2004-06-30 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   30-Jun-2004 19:49:26
  Branch: HEAD Handle: -NONE-

  Modified files:
openpkg-src/gsl gsl.spec

  Log:
upgrading package: gsl 1.4 - 1.5

  Summary:
RevisionChanges Path
1.3 +2  -2  openpkg-src/gsl/gsl.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/gsl/gsl.spec
  
  $ cvs diff -u -r1.2 -r1.3 gsl.spec
  --- openpkg-src/gsl/gsl.spec  6 Apr 2004 15:22:21 -   1.2
  +++ openpkg-src/gsl/gsl.spec  30 Jun 2004 17:49:26 -  1.3
  @@ -33,8 +33,8 @@
   Class:EVAL
   Group:Algorithm
   License:  GPL
  -Version:  1.4
  -Release:  20040406
  +Version:  1.5
  +Release:  20040630
   
   #   list of sources
   Source0:  ftp://ftp.gnu.org/pub/gnu/gsl/gsl-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/perl-net/ perl-net.spec

2004-06-30 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   30-Jun-2004 19:49:35
  Branch: HEAD Handle: -NONE-

  Modified files:
openpkg-src/perl-netperl-net.spec

  Log:
modifying package: perl-net-5.8.4 20040622 - 20040630

  Summary:
RevisionChanges Path
1.65+2  -2  openpkg-src/perl-net/perl-net.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/perl-net/perl-net.spec
  
  $ cvs diff -u -r1.64 -r1.65 perl-net.spec
  --- openpkg-src/perl-net/perl-net.spec22 Jun 2004 21:28:55 -  1.64
  +++ openpkg-src/perl-net/perl-net.spec30 Jun 2004 17:49:34 -  1.65
  @@ -28,7 +28,7 @@
   %define   V_net_daemon0.38
   %define   V_net_server0.87
   %define   V_net_ext   1.011
  -%define   V_libnet1.18
  +%define   V_libnet1.19
   %define   V_net_netmask   1.9011
   %define   V_net_ftp_common5.0
   %define   V_net_snmp  4.1.2
  @@ -54,7 +54,7 @@
   Group:Language
   License:  GPL/Artistic
   Version:  %{V_perl}
  -Release:  20040622
  +Release:  20040630
   
   #   package options
   %option   with_curl   no
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/uvscan/ uvscan.spec

2004-06-30 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   30-Jun-2004 19:49:49
  Branch: HEAD Handle: -NONE-

  Modified files:
openpkg-src/uvscan  uvscan.spec

  Log:
upgrading package: uvscan 4.32.4370 - 4.32.4371

  Summary:
RevisionChanges Path
1.191   +2  -2  openpkg-src/uvscan/uvscan.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/uvscan/uvscan.spec
  
  $ cvs diff -u -r1.190 -r1.191 uvscan.spec
  --- openpkg-src/uvscan/uvscan.spec26 Jun 2004 07:29:19 -  1.190
  +++ openpkg-src/uvscan/uvscan.spec30 Jun 2004 17:49:49 -  1.191
  @@ -26,7 +26,7 @@
   #   package versions
   %define   V_engine  4.32
   %define   V_engine_comp 432
  -%define   V_datfiles4370
  +%define   V_datfiles4371
   
   #   package information
   Name: uvscan
  @@ -39,7 +39,7 @@
   Group:Filesystem
   License:  Commercial/Free-Trial
   Version:  %{V_engine}.%{V_datfiles}
  -Release:  20040626
  +Release:  20040630
   
   #   list of sources
   Source0:  ftp://ftp.mcafee.com/pub/antivirus/datfiles/4.x/dat-%{V_datfiles}.tar
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/samba3/ samba3.spec smb.conf

2004-06-30 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   30-Jun-2004 20:45:40
  Branch: HEAD Handle: -NONE-

  Modified files:
openpkg-src/samba3  samba3.spec smb.conf

  Log:
- replace with_smbmount OpenPKG RPM %option by a platform check
  because it is inherently Linux-only and this way not acceptable as a
  (mandatory cross-platform) package option.
- remove all no longer implemented and used autoconf options
- use external popt
- remove obsolete Perl substitution for findsmb and add Perl
  as a run-time dependency (because of findsmb), too.
- remove doubled --with-privatedir option
- --with-acl-support is for Filesystem Extended ACL support
  which is heavy and platform specific (but for OpenPKG
  covering all important platforms) feature. So, place
  this under a with_acl %option.
- more detailed %description
- remove removed domain admin group, status and guest account
  (from service section only) directives

  Summary:
RevisionChanges Path
1.14+22 -18 openpkg-src/samba3/samba3.spec
1.4 +0  -3  openpkg-src/samba3/smb.conf
  

  patch -p0 '@@ .'
  Index: openpkg-src/samba3/samba3.spec
  
  $ cvs diff -u -r1.13 -r1.14 samba3.spec
  --- openpkg-src/samba3/samba3.spec30 Jun 2004 16:03:37 -  1.13
  +++ openpkg-src/samba3/samba3.spec30 Jun 2004 18:45:39 -  1.14
  @@ -39,8 +39,8 @@
   #   package options
   %option   with_pam  no
   %option   with_swat no
  +%option   with_acl  no
   %option   with_ldap no
  -%option   with_smbmount no
   
   #   list of sources
   Source0:  http://download.samba.org/samba/ftp/samba-%{version}.tar.gz
  @@ -52,9 +52,9 @@
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg = 20040130
  -PreReq:   OpenPKG, openpkg = 20040130, perl
  -BuildPreReq:  openssl
  -PreReq:   openssl
  +PreReq:   OpenPKG, openpkg = 20040130
  +BuildPreReq:  openssl, popt, perl
  +PreReq:   openssl, popt, perl
   %if %{with_pam} == yes
   BuildPreReq:  PAM
   PreReq:   PAM
  @@ -69,7 +69,14 @@
   
   %description
   Samba is an open source software suite that provides seamless file
  -and print services to SMB/CIFS clients.
  +and print services to SMB/CIFS clients plus name resolution services
  +to NetBIOS clients. The Samba software suite is a collection of
  +programs that implements the Server Message Block (SMB) protocol
  +for UNIX systems. This protocol is sometimes also referred to as
  +the Common Internet File System (CIFS) and is the network protocol
  +which provides filesharing and printing services to MSCLIENT 3.0 for
  +DOS, Windows for Workgroups (LanManager), Windows 95/98/ME, Windows
  +NT/2000/XP/2003, OS/2, MacOS DAVE and Linux smbfs clients.
   
   %track
   prog samba3 = {
  @@ -83,9 +90,6 @@
   
   %build
   cd source
  -%{l_shtool} subst \
  --e 's;/usr/bin/perl;%{l_prefix}/bin/perl;g' \
  -script/findsmb.in
   CC=%{l_cc}
   CFLAGS=%{l_cflags -O}
   CPPFLAGS=%{l_cppflags openssl} -DOPENSSL_DISABLE_OLD_DES_SUPPORT
  @@ -94,10 +98,14 @@
   CPPFLAGS=$CPPFLAGS -I`%{l_prefix}/etc/rc --query pam_incdir`
   LDFLAGS=$LDFLAGS -L`%{l_prefix}/etc/rc --query pam_libdir`
   %endif
  +options=
  +case %{l_platform -t} in
  +*-linux2.[46]* ) options=--with-smbmount ;;
  +esac
   export CC
   export CFLAGS
  -export LDFLAGS
   export CPPFLAGS
  +export LDFLAGS
   ./configure \
   --prefix=%{l_prefix} \
   --libexecdir=%{l_prefix}/libexec/samba \
  @@ -105,27 +113,23 @@
   --sysconfdir=%{l_prefix}/etc/samba \
   --with-libdir=%{l_prefix}/lib/samba \
   --with-privatedir=%{l_prefix}/etc/samba \
  ---with-codepagedir=%{l_prefix}/share/samba \
   --with-configdir=%{l_prefix}/etc/samba \
   --with-lockdir=%{l_prefix}/var/samba/run/locks \
   --with-piddir=%{l_prefix}/var/samba/run \
  ---with-privatedir=%{l_prefix}/var/samba/run \
   --with-privatedir=%{l_prefix}/var/samba/run/private \
   --with-swatdir=%{l_prefix}/share/samba \
  +--without-included-popt \
  +%if %{with_acl} == yes
   --with-acl-support \
  ---with-ssl \
  ---with-sslinc=%{l_prefix}/include \
  ---with-included-popt \
  +%endif
   %if %{with_pam} == yes
   --with-pam \
   %endif
   %if %{with_ldap} == 

[CVS] OpenPKG: openpkg-src/samba/ samba.patch samba.spec smb.conf

2004-06-30 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   30-Jun-2004 20:58:39
  Branch: HEAD Handle: -NONE-

  Modified files:
openpkg-src/samba   samba.spec smb.conf
  Removed files:
openpkg-src/samba   samba.patch

  Log:
finally move samba3 to samba and remove samba3 (samba 2.2 is now gone
at all)

  Summary:
RevisionChanges Path
1.3 +0  -32 openpkg-src/samba/samba.patch
1.66+51 -54 openpkg-src/samba/samba.spec
1.9 +0  -3  openpkg-src/samba/smb.conf
  

  rm -f openpkg-src/samba/samba.patch '@@ .'
  Index: openpkg-src/samba/samba.patch
  
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/samba/samba.spec
  
  $ cvs diff -u -r1.65 -r1.66 samba.spec
  --- openpkg-src/samba/samba.spec  30 Jun 2004 17:45:47 -  1.65
  +++ openpkg-src/samba/samba.spec  30 Jun 2004 18:58:38 -  1.66
  @@ -33,56 +33,62 @@
   Class:BASE
   Group:Filesystem
   License:  GPL
  -Version:  2.2.8a
  +Version:  3.0.4
   Release:  20040630
   
   #   package options
   %option   with_pam  no
   %option   with_swat no
  +%option   with_acl  no
  +%option   with_ldap no
   
   #   list of sources
   Source0:  http://download.samba.org/samba/ftp/samba-%{version}.tar.gz
   Source1:  smb.conf
   Source2:  smb.hosts
   Source3:  rc.samba
  -Patch0:   samba.patch
   
   #   build information
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg = 20040130
  -PreReq:   OpenPKG, openpkg = 20040130, perl
  -BuildPreReq:  openssl
  -PreReq:   openssl
  +PreReq:   OpenPKG, openpkg = 20040130
  +BuildPreReq:  openssl, popt, perl
  +PreReq:   openssl, popt, perl
   %if %{with_pam} == yes
   BuildPreReq:  PAM
   PreReq:   PAM
   %endif
  +%if %{with_ldap} == yes
  +BuildPreReq:  openldap
  +PreReq:   openldap
  +%endif
   AutoReq:  no
   AutoReqProv:  no
   
   %description
   Samba is an open source software suite that provides seamless file
  -and print services to SMB/CIFS clients.
  +and print services to SMB/CIFS clients plus name resolution services
  +to NetBIOS clients. The Samba software suite is a collection of
  +programs that implements the Server Message Block (SMB) protocol
  +for UNIX systems. This protocol is sometimes also referred to as
  +the Common Internet File System (CIFS) and is the network protocol
  +which provides filesharing and printing services to MSCLIENT 3.0 for
  +DOS, Windows for Workgroups (LanManager), Windows 95/98/ME, Windows
  +NT/2000/XP/2003, OS/2, MacOS DAVE and Linux smbfs clients.
   
   %track
   prog samba = {
  -disabled
  -comment   = rse: disabled because no longer trackable
   version   = %{version}
   url   = http://download.samba.org/samba/ftp/
  -regex = samba-(2\.\d+\.\d+[a-z]?)\.tar\.gz
  +regex = samba-(__VER__)\.tar\.gz
   }
   
   %prep
   %setup -q
  -%patch -p0
   
   %build
   cd source
  -%{l_shtool} subst \
  --e 's;/usr/bin/perl;%{l_prefix}/bin/perl;g' \
  -script/findsmb.in
   CC=%{l_cc}
   CFLAGS=%{l_cflags -O}
   CPPFLAGS=%{l_cppflags openssl} -DOPENSSL_DISABLE_OLD_DES_SUPPORT
  @@ -91,52 +97,57 @@
   CPPFLAGS=$CPPFLAGS -I`%{l_prefix}/etc/rc --query pam_incdir`
   LDFLAGS=$LDFLAGS -L`%{l_prefix}/etc/rc --query pam_libdir`
   %endif
  +options=
  +case %{l_platform -t} in
  +*-linux2.[46]* ) options=--with-smbmount ;;
  +esac
   export CC
   export CFLAGS
  -export LDFLAGS
   export CPPFLAGS
  +export LDFLAGS
   ./configure \
   --prefix=%{l_prefix} \
  +--libexecdir=%{l_prefix}/libexec/samba \
   --localstatedir=%{l_prefix}/var/samba/run \
   --sysconfdir=%{l_prefix}/etc/samba \
  ---with-privatedir=%{l_prefix}/var/samba/run \
  ---with-sambaconfdir=%{l_prefix}/etc/samba \
  ---with-lockdir=%{l_prefix}/var/samba/run \
  +--with-libdir=%{l_prefix}/lib/samba \
  +--with-privatedir=%{l_prefix}/etc/samba \
  +--with-configdir=%{l_prefix}/etc/samba \
  +--with-lockdir=%{l_prefix}/var/samba/run/locks \
  +--with-piddir=%{l_prefix}/var/samba/run \
  +--with-privatedir=%{l_prefix

[CVS] OpenPKG: openpkg-src/mono/ mono.patch mono.spec

2004-06-30 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   30-Jun-2004 22:04:11
  Branch: HEAD Handle: -NONE-

  Modified files:
openpkg-src/monomono.patch mono.spec

  Log:
upgrading package: mono 0.96 - 1.0

  Summary:
RevisionChanges Path
1.4 +4  -5  openpkg-src/mono/mono.patch
1.6 +3  -3  openpkg-src/mono/mono.spec
  

  patch -p0 '@@ .'
  Index: openpkg-src/mono/mono.patch
  
  $ cvs diff -u -r1.3 -r1.4 mono.patch
  --- openpkg-src/mono/mono.patch   16 Jun 2004 18:35:47 -  1.3
  +++ openpkg-src/mono/mono.patch   30 Jun 2004 20:04:11 -  1.4
  @@ -1,11 +1,10 @@
   Index: configure
  -diff -Nau configure.orig configure
   configure.orig   2004-06-14 19:28:19 +0200
  -+++ configure2004-06-16 20:17:58 +0200
  -@@ -13897,6 +13897,11 @@
  - 
  +--- configure.orig   2004-06-25 01:28:02 +0200
   configure2004-06-26 09:30:14 +0200
  +@@ -14005,6 +14005,11 @@
JIT_SUPPORTED=no
LIBC=libc.so.6
  + INTL=libc.so.6
   +case $host in
   +*-*-freebsd* )
   +LIBC=libc.so
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/mono/mono.spec
  
  $ cvs diff -u -r1.5 -r1.6 mono.spec
  --- openpkg-src/mono/mono.spec16 Jun 2004 18:35:47 -  1.5
  +++ openpkg-src/mono/mono.spec30 Jun 2004 20:04:11 -  1.6
  @@ -33,11 +33,11 @@
   Class:EVAL
   Group:Language
   License:  GPL
  -Version:  0.96
  -Release:  20040616
  +Version:  1.0
  +Release:  20040630
   
   #   list of sources
  -Source0:  http://www.go-mono.com/archive/beta3/mono-%{version}.tar.gz
  +Source0:  http://www.go-mono.com/archive/%{version}/mono-%{version}.tar.gz
   Patch0:   mono.patch
   
   #   build information
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/samba/ samba.spec smb.conf

2004-06-30 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   30-Jun-2004 22:54:27
  Branch: HEAD Handle: -NONE-

  Modified files:
openpkg-src/samba   samba.spec smb.conf

  Log:
work-off configuration once again (changes still not tested under
run-time)

  Summary:
RevisionChanges Path
1.67+3  -1  openpkg-src/samba/samba.spec
1.10+28 -18 openpkg-src/samba/smb.conf
  

  patch -p0 '@@ .'
  Index: openpkg-src/samba/samba.spec
  
  $ cvs diff -u -r1.66 -r1.67 samba.spec
  --- openpkg-src/samba/samba.spec  30 Jun 2004 18:58:38 -  1.66
  +++ openpkg-src/samba/samba.spec  30 Jun 2004 20:54:26 -  1.67
  @@ -149,9 +149,11 @@
 %{l_make} %{l_mflags} installswat DESTDIR=$RPM_BUILD_ROOT
   %endif
   ) || exit $?
  -l_hostname=`%{l_shtool} echo -e %h%d`
  +l_hostname=`%{l_shtool} echo -e %h`
  +l_domainname=`%{l_shtool} echo -e %d`
   %{l_shtool} install -c -m 644 %{l_value -s -a} \
   -e s;@l_hostname@;$l_hostname;g \
  +-e s;@l_domainname@;$l_domainname;g \
   %{SOURCE smb.conf} \
   %{SOURCE smb.hosts} \
   $RPM_BUILD_ROOT%{l_prefix}/etc/samba/
  @@ .
  patch -p0 '@@ .'
  Index: openpkg-src/samba/smb.conf
  
  $ cvs diff -u -r1.9 -r1.10 smb.conf
  --- openpkg-src/samba/smb.conf30 Jun 2004 18:58:38 -  1.9
  +++ openpkg-src/samba/smb.conf30 Jun 2004 20:54:26 -  1.10
  @@ -5,10 +5,11 @@
   #   global parameters
   [global]
   workgroup= WORKGROUP
  -server string= @l_hostname@ (Samba %v)
   netbios name = @l_hostname@
  +server string= @l_hostname@@l_domainname@ (Samba %v)
   bind interfaces only = yes
   interfaces   = 127.0.0.1
  +hosts allow  = 127.0.0.1/255.0.0.0 192.168.0.0/255.255.255.0 [EMAIL 
PROTECTED]@
   smb passwd file  = @l_prefix@/etc/samba/smb.passwd
   pid directory= @l_prefix@/var/samba/run
   lock directory   = @l_prefix@/var/samba/run/locks
  @@ -18,7 +19,11 @@
   printing = bsd
   printcap name= /etc/printcap
   load printers= yes
  +invalid users= root
  +map to guest = Bad User
   guest account= nobody
  +null passwords   = no
  +passdb backend   = smbpasswd
   socket options   = TCP_NODELAY
   mangle case  = no
   case sensitive   = no
  @@ -27,15 +32,16 @@
   short preserve case  = yes
   dead time= 0
   debug level  = 0
  -wins support = no
   getwd cache  = yes
  -widelinks= yes
  +wide links   = yes
   log level= 1
   os level = 64
   preferred master = no
   domain master= no
   domain logons= no
   local master = yes
  +time server  = yes
  +wins support = no
   logon path   = \\%N\profiles\%u
   logon drive  = U:
   logon home   = \\%N\%u
  @@ -45,45 +51,49 @@
   #   magic share for logons
   [netlogon]
   path = @l_prefix@/var/samba/netlogon
  -writeable= no
  -create mask  = 0600
  -directory mask   = 0700
  +browseable   = no
  +guest ok = no
  +read only= yes
   
   #   magic share for profiles
   [profiles]
   path = @l_prefix@/var/samba/profiles
  -writeable= yes
  +browseable   = no
  +guest ok = no
  +read only= no
   
   #   magic share for all user home directories
   [homes]
   comment  = Home Directories
   browseable   = yes
  +guest ok = no
   read only= no
  -create mask  = 0644
  +create mask  = 0755
  +force create mode= 0600
   directory mask   = 0755
  +force directory mode = 0700
   map archive  = no
   
   #   magic share for all printers
   [printers]
   comment  = System Printers
   path = @l_prefix@/var/samba/spool
  -create mask  = 0700
  -printable= yes
   browseable   = yes
   guest ok = yes
  -public   = no
  -writable =