cvs commit: apache-devsite binbuild.sh

1998-01-06 Thread marc
marc98/01/05 16:39:39

  Modified:.binbuild.sh
  Log:
  A few updates.
  
  This is not compatible with 1.3 right now, but that is easily fixed when
  we want a 1.3 binary.
  
  Revision  ChangesPath
  1.3   +22 -16apache-devsite/binbuild.sh
  
  Index: binbuild.sh
  ===
  RCS file: /export/home/cvs/apache-devsite/binbuild.sh,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- binbuild.sh   1997/08/27 14:17:37 1.2
  +++ binbuild.sh   1998/01/06 00:39:38 1.3
  @@ -1,20 +1,20 @@
  -
  -From [EMAIL PROTECTED] Fri Aug 22 20:25:11 1997
  -Date: Sun, 17 Aug 1997 23:12:32 -0600 (MDT)
  -From: Marc Slemko [EMAIL PROTECTED]
  -Reply-To: new-httpd@apache.org
  -To: TLOSAP new-httpd@apache.org
  -Subject: binbuild.sh: script to build binary releases
  -
  -Pay attention now.  If you have access to build a binary on a particular
  -platform, this is the easy way to do it.  Can't guarentee it will be
  -right, but it will certainly make my life easier for building binary
  -releases.
  -
  -
   #!/bin/sh 
   #
  -# $Id: binbuild.sh,v 1.2 1997/08/27 14:17:37 coar Exp $
  +#
  +#From [EMAIL PROTECTED] Fri Aug 22 20:25:11 1997
  +#Date: Sun, 17 Aug 1997 23:12:32 -0600 (MDT)
  +#From: Marc Slemko [EMAIL PROTECTED]
  +#Reply-To: new-httpd@apache.org
  +#To: TLOSAP new-httpd@apache.org
  +#Subject: binbuild.sh: script to build binary releases
  +#
  +#Pay attention now.  If you have access to build a binary on a particular
  +#platform, this is the easy way to do it.  Can't guarentee it will be
  +#right, but it will certainly make my life easier for building binary
  +#releases.
  +#
  +#
  +# $Id: binbuild.sh,v 1.3 1998/01/06 00:39:38 marc Exp $
   # Marc Slemko ([EMAIL PROTECTED])
   #
   # Script to make Apache binary releases.  The below variables must be
  @@ -29,7 +29,7 @@
   # release is the release of the Apache version that is being built.
   # It must also be the base name of the tarball and the name of the
   # directory that it is untarred into
  -release=apache_1.2.3-dev
  +release=apache_1.2.5
   dir=$release
   # conf is the Configuration file that you wish to use to build httpd
   conf=Configuration
  @@ -59,6 +59,12 @@
   cd $dir/src || exit 1
   echo running Configure
   ./Configure || exit 1
  +echo making binaries in support
  +cd ../support || exit 1
  +# no, we don't make suexec or worry too much about errors here
  +# Marc is lazy.
  +make
  +cd ../src || exit 1
   echo attempting to make httpd
   make 21 | tee ../../make.out-$system
   if [ ! -f httpd ] ; then
  
  
  


cvs commit: apachen STATUS

1998-01-06 Thread dgaudet
dgaudet 98/01/06 14:19:59

  Modified:.STATUS
  Log:
  update
  
  Revision  ChangesPath
  1.50  +4 -0  apachen/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apachen/STATUS,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- STATUS1998/01/05 18:45:54 1.49
  +++ STATUS1998/01/06 22:19:58 1.50
  @@ -70,6 +70,10 @@
   
   Available Patches:
   
  +* Dean's [PATCH] yet another slow function
  +[EMAIL PROTECTED]
  + Status: Dean +1
  +
   * Doug's httpd -MApache::httpd_conf
[EMAIL PROTECTED]
Status: Doug +1, Randy +1, Dean would really prefer Ben's proposal
  
  
  


cvs commit: apache/src httpd.h

1998-01-06 Thread randy
randy   98/01/06 14:24:26

  Modified:src  Tag: APACHE_1_2_X httpd.h
  Log:
  Move back to development version.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.111.2.19 +1 -1  apache/src/httpd.h
  
  Index: httpd.h
  ===
  RCS file: /export/home/cvs/apache/src/httpd.h,v
  retrieving revision 1.111.2.18
  retrieving revision 1.111.2.19
  diff -u -r1.111.2.18 -r1.111.2.19
  --- httpd.h   1998/01/05 23:20:09 1.111.2.18
  +++ httpd.h   1998/01/06 22:24:25 1.111.2.19
  @@ -256,7 +256,7 @@
* Example: Apache/1.1.0 MrWidget/0.1-alpha 
*/
   
  -#define SERVER_BASEVERSION Apache/1.2.5 /* SEE COMMENTS ABOVE */
  +#define SERVER_BASEVERSION Apache/1.2.6-dev /* SEE COMMENTS ABOVE */
   #ifdef SERVER_SUBVERSION
   #define SERVER_VERSION   SERVER_BASEVERSION   SERVER_SUBVERSION
   #else
  
  
  


cvs commit: apache-site/dist .htaccess

1998-01-06 Thread marc
marc98/01/06 14:38:16

  Modified:dist .htaccess
  Log:
  Update description for 1.2.5.
  
  Revision  ChangesPath
  1.2   +2 -2  apache-site/dist/.htaccess
  
  Index: .htaccess
  ===
  RCS file: /export/home/cvs/apache-site/dist/.htaccess,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .htaccess 1997/12/17 03:04:47 1.1
  +++ .htaccess 1998/01/06 22:38:15 1.2
  @@ -1,8 +1,8 @@
   AddDescription 1.3b3 NT binary apache_1.3b3_win32.exe
   AddDescription 1.3b3 NT docs amp; icons apache_1.3b3_win32_ext.exe
   AddDescription 1.3b3 gzipped source apache_1.3b3.tar.gz
  -AddDescription 1.2.4 compressed source apache_1.2.4.tar.Z
  -AddDescription 1.2.4 gzipped source apache_1.2.4.tar.gz
  +AddDescription 1.2.5 compressed source apache_1.2.5.tar.Z
  +AddDescription 1.2.5 gzipped source apache_1.2.5.tar.gz
   AddDescription List of changes in 1.3 /export/pub/apache/dist/CHANGES
   AddDescription List of changes in 1.2 /export/pub/apache/dist/CHANGES_1.2
   AddDescription Developer PGP keys /export/pub/apache/dist/KEYS
  
  
  


cvs commit: apache STATUS

1998-01-06 Thread dgaudet
dgaudet 98/01/06 14:43:57

  Added:   .Tag: APACHE_1_2_X STATUS
  Log:
  initial rev for 1.2 STATUS
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.1   +145 -0apache/Attic/STATUS