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:   26-May-2007 11:48:29
  Branch: HEAD                             Handle: 2007052610482801

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

  Log:
    upgrading package: samba 3.0.25 -> 3.0.25a

  Summary:
    Revision    Changes     Path
    1.19        +16 -14     openpkg-src/samba/samba.patch
    1.114       +2  -2      openpkg-src/samba/samba.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/samba/samba.patch
  ============================================================================
  $ cvs diff -u -r1.18 -r1.19 samba.patch
  --- openpkg-src/samba/samba.patch     19 May 2007 06:38:14 -0000      1.18
  +++ openpkg-src/samba/samba.patch     26 May 2007 09:48:28 -0000      1.19
  @@ -1,6 +1,6 @@
   Index: source/Makefile.in
  ---- source/Makefile.in.orig  2007-04-25 11:39:00 +0200
  -+++ source/Makefile.in       2007-05-17 14:43:04 +0200
  +--- source/Makefile.in.orig  2007-05-23 17:29:19 +0200
  ++++ source/Makefile.in       2007-05-26 11:37:01 +0200
   @@ -92,7 +92,7 @@
    # or in smb.conf (see smb.conf(5))
    LOGFILEBASE = @logfilebase@
  @@ -303,7 +303,7 @@
    
    bin/[EMAIL PROTECTED]@: $(PAM_WINBIND_OBJ) bin/.dummy
        @echo "Linking shared library $@"
  -@@ -1515,30 +1515,30 @@
  +@@ -1520,30 +1520,30 @@
    
    bin/[EMAIL PROTECTED]@: proto_exists $(WBINFO_OBJ) @BUILD_POPT@ bin/.dummy
        @echo Linking $@
  @@ -341,7 +341,7 @@
    
    bin/[EMAIL PROTECTED]@: proto_exists bin/[EMAIL PROTECTED]@ 
torture/t_strcmp.o
        $(CC) $(FLAGS) -o $@ $(DYNEXP) $(LIBS) torture/t_strcmp.o -L ./bin 
-lbigballofmud
  -@@ -1661,7 +1661,7 @@
  +@@ -1666,7 +1666,7 @@
        fi
        PYTHON_OBJS="$(PYTHON_OBJ)" \
        PYTHON_CFLAGS="$(CFLAGS) $(CPPFLAGS) $(FLAGS)" \
  @@ -352,7 +352,7 @@
    python_install: $(PYTHON_OBJ)
   Index: source/lib/sysquotas_4A.c
   --- source/lib/sysquotas_4A.c.orig   2005-09-29 23:52:43 +0200
  -+++ source/lib/sysquotas_4A.c        2007-05-17 14:40:34 +0200
  ++++ source/lib/sysquotas_4A.c        2007-05-26 11:37:01 +0200
   @@ -72,6 +72,10 @@
    #define dqb_curinodes       dqb_curfiles
    #endif
  @@ -366,7 +366,7 @@
    #else
   Index: source/nsswitch/winbindd_util.c
   --- source/nsswitch/winbindd_util.c.orig     2007-05-11 00:09:34 +0200
  -+++ source/nsswitch/winbindd_util.c  2007-05-17 14:40:34 +0200
  ++++ source/nsswitch/winbindd_util.c  2007-05-26 11:37:01 +0200
   @@ -936,7 +936,7 @@
    {
        if (_winbindd_priv_socket == -1) {
  @@ -377,15 +377,17 @@
                           _winbindd_priv_socket));
        }
   Index: source/smbd/uid.c
  ---- source/smbd/uid.c.orig   2007-03-01 05:54:07 +0100
  -+++ source/smbd/uid.c        2007-05-17 14:40:34 +0200
  -@@ -157,6 +157,10 @@
  -     BOOL must_free_token = False;
  +--- source/smbd/uid.c.orig   2007-05-23 17:29:15 +0200
  ++++ source/smbd/uid.c        2007-05-26 11:38:34 +0200
  +@@ -158,7 +158,11 @@
        NT_USER_TOKEN *token = NULL;
  - 
  -+    if (vuser)
  -+        DEBUG(9,("change_to_user: SMB user \"%s\" (unix user \"%s\", vuid 
%d)\n",
  -+            vuser->user.smb_name ? vuser->user.smb_name : "?", 
vuser->user.unix_name ? vuser->user.unix_name : "?", vuid));
  +     int num_groups = 0;
  +     gid_t *group_list = NULL;
  +-    
  ++
  ++    if (vuser)
  ++            DEBUG(9,("change_to_user: SMB user \"%s\" (unix user \"%s\", 
vuid %d)\n",
  ++                  vuser->user.smb_name ? vuser->user.smb_name : "?", 
vuser->user.unix_name ? vuser->user.unix_name : "?", vuid));
   +
        if (!conn) {
                DEBUG(2,("change_to_user: Connection not open\n"));
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/samba/samba.spec
  ============================================================================
  $ cvs diff -u -r1.113 -r1.114 samba.spec
  --- openpkg-src/samba/samba.spec      19 May 2007 06:38:14 -0000      1.113
  +++ openpkg-src/samba/samba.spec      26 May 2007 09:48:29 -0000      1.114
  @@ -32,8 +32,8 @@
   Class:        BASE
   Group:        Filesystem
   License:      GPL
  -Version:      3.0.25
  -Release:      20070519
  +Version:      3.0.25a
  +Release:      20070526
   
   #   package options
   %option       with_pam   no
  @@ .
______________________________________________________________________
OpenPKG                                             http://openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to