Bug 113358 - MAINTAINER-UPDATE: Update of net/samba3 to 3.0.25a version
Summary: MAINTAINER-UPDATE: Update of net/samba3 to 3.0.25a version
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Tim Bishop
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-05 09:10 UTC by Timur I. Bakeyev
Modified: 2007-06-05 12:03 UTC (History)
0 users

See Also:


Attachments
samba3.diff (31.07 KB, patch)
2007-06-05 09:10 UTC, Timur I. Bakeyev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timur I. Bakeyev 2007-06-05 09:10:11 UTC

Major bug fixes included in Samba 3.0.25a are:

  o Missing supplementary Unix group membership when using "force 
    group".
  o Premature expiration of domain user passwords when using a 
    Samba domain controller.
  o Failure to open the Windows object picker against a server
    configured to use "security = domain".
  * Authentication failures when using security = server.

Plus additional local fixes.
Comment 1 Tim Bishop freebsd_committer freebsd_triage 2007-06-05 11:34:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tdb

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-06-05 11:55:13 UTC
tdb         2007-06-05 10:55:07 UTC

  FreeBSD ports repository

  Modified files:
    net/samba3           Makefile distinfo pkg-plist 
    net/samba3/files     patch-configure.in 
                         patch-nsswitch_pam_winbind.c samba.in 
  Added files:
    net/samba3/files     patch-client_client.c patch-lib_iconv.c 
                         patch-lib_replace_libreplace_cc.m4 
                         patch-nsswitch_winbindd.c 
                         patch-smbd_sec_ctx.c 
                         patch-utils_ntlm_auth.c 
  Removed files:
    net/samba3/files     patch-modules_vfs_posixacl.c 
                         patch-python_setup.py 
  Log:
  - Update to 3.0.25a.
  
  Major bug fixes included in Samba 3.0.25a are:
  
    o Missing supplementary Unix group membership when using "force
      group".
    o Premature expiration of domain user passwords when using a
      Samba domain controller.
    o Failure to open the Windows object picker against a server
      configured to use "security = domain".
    * Authentication failures when using security = server.
  
  Plus additional local fixes.
  
  PR:             ports/113358
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.159     +66 -6     ports/net/samba3/Makefile
  1.76      +3 -3      ports/net/samba3/distinfo
  1.1       +20 -0     ports/net/samba3/files/patch-client_client.c (new)
  1.21      +25 -9     ports/net/samba3/files/patch-configure.in
  1.1       +11 -0     ports/net/samba3/files/patch-lib_iconv.c (new)
  1.1       +13 -0     ports/net/samba3/files/patch-lib_replace_libreplace_cc.m4 (new)
  1.2       +0 -15     ports/net/samba3/files/patch-modules_vfs_posixacl.c (dead)
  1.5       +147 -2    ports/net/samba3/files/patch-nsswitch_pam_winbind.c
  1.1       +12 -0     ports/net/samba3/files/patch-nsswitch_winbindd.c (new)
  1.4       +0 -11     ports/net/samba3/files/patch-python_setup.py (dead)
  1.1       +63 -0     ports/net/samba3/files/patch-smbd_sec_ctx.c (new)
  1.1       +295 -0    ports/net/samba3/files/patch-utils_ntlm_auth.c (new)
  1.6       +2 -2      ports/net/samba3/files/samba.in
  1.69      +1 -0      ports/net/samba3/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Tim Bishop freebsd_committer freebsd_triage 2007-06-05 12:03:41 UTC
State Changed
From-To: open->closed

Committed. Thanks!