OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   19-Apr-2008 10:48:03
  Branch: HEAD                             Handle: 2008041909480100

  Modified files:
    openpkg-src/squidguard  squidguard.patch squidguard.spec

  Log:
    upgrading package: squidguard 1.3beta -> 1.4alpha

  Summary:
    Revision    Changes     Path
    1.2         +30 -2      openpkg-src/squidguard/squidguard.patch
    1.6         +3  -3      openpkg-src/squidguard/squidguard.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/squidguard/squidguard.patch
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 squidguard.patch
  --- openpkg-src/squidguard/squidguard.patch   11 Oct 2007 14:28:21 -0000      
1.1
  +++ openpkg-src/squidguard/squidguard.patch   19 Apr 2008 08:48:01 -0000      
1.2
  @@ -1,6 +1,6 @@
   Index: Makefile.in
  ---- Makefile.in.orig 2007-07-01 17:37:14 +0200
  -+++ Makefile.in      2007-10-11 14:45:23 +0200
  +--- Makefile.in.orig 2007-11-16 17:58:32 +0100
  ++++ Makefile.in      2008-04-19 10:27:04 +0200
   @@ -50,19 +50,16 @@
        @if [ ! -d $(prefix)/squidGuard ]; then \
                $(MKINSTALLDIRS) $(prefix)/squidGuard ; \
  @@ -30,3 +30,31 @@
        echo Done. ;
    
    clean::
  +Index: src/sg.y.in
  +--- src/sg.y.in.orig 2008-04-19 10:27:09 +0200
  ++++ src/sg.y.in      2008-04-19 10:33:08 +0200
  +@@ -666,13 +666,13 @@
  + 
  + 
  + /* MySQLsupport */
  +-#ifdef HAVE_MYSQL
  + #if __STDC__
  + void sgSourceUserQuery(char *query)
  + #else
  + void sgSourceUserQuery(query)
  +      char *query;
  + #endif
  ++#ifdef HAVE_MYSQL
  + {
  +   char *dbhome = NULL, *f;
  +   MYSQL *conn;
  +@@ -723,6 +723,9 @@
  +   mysql_free_result(res);
  +   mysql_close(conn);
  +  }
  ++#else
  ++ {
  ++ }
  + #endif
  + 
  + 
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/squidguard/squidguard.spec
  ============================================================================
  $ cvs diff -u -r1.5 -r1.6 squidguard.spec
  --- openpkg-src/squidguard/squidguard.spec    1 Jan 2008 15:05:15 -0000       
1.5
  +++ openpkg-src/squidguard/squidguard.spec    19 Apr 2008 08:48:01 -0000      
1.6
  @@ -22,8 +22,8 @@
   ##
   
   #   package version
  -%define       V_dist  1.3-beta
  -%define       V_opkg  1.3beta
  +%define       V_dist  1.4-alpha
  +%define       V_opkg  1.4alpha
   
   #   package information
   Name:         squidguard
  @@ -36,7 +36,7 @@
   Group:        Web
   License:      GPL
   Version:      %{V_opkg}
  -Release:      20080101
  +Release:      20080419
   
   #   list of sources
   Source0:      
http://www.squidguard.org/Downloads/Devel/squidGuard-%{V_dist}.tar.gz
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     [email protected]

Reply via email to