Browse Source

samba: Updated (3.5.12 -> 3.6.3) See Note!

Note:
--with-smbmount was removed from Samba here: http://git.samba.org/?p=samba.git;a=commitdiff;h=e1b32594c70ee57f16c84adb7910aa5c84a560f8
deprecated in favour of cifs
--with-cifsmount was removed from Samba here: http://git.samba.org/?p=samba.git;a=commitdiff;h=f4cb528ac510d3381a92a303e858edaf9e3d908a
and here: http://git.samba.org/?p=samba.git;a=commitdiff;h=8a76352544ccbac7e9aca2c3357256a01493cc7b
this is managed now externaly by cifs-utils
user/amery/next/uclibc
Nagy Karoly Gabriel 13 years ago
parent
commit
4f3886ae4b
  1. 18
      network/samba/samba.conf
  2. 6
      network/samba/samba.desc

18
network/samba/samba.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../samba/samba.conf
# Copyright (C) 2006 - 2011 The OpenSDE Project
# Copyright (C) 2006 - 2012 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
@ -27,15 +27,13 @@ fi
[ "$sysconfdir" = "$root/etc" ] && \
sysconfdir=$root/etc/samba
var_append extraconfopt " " "--with-smbmount --with-cifsmount --with-automount \
--with-syslog --with-configdir=$sysconfdir \
--with-privatedir=$sysconfdir/private --with-codepagedir=$sysconfdir/codepages \
--with-swatdir=$datadir/swat --with-quotas \
--with-acl-support --with-libsmbclient"
#FIXME hack to honor lib64 :-(
var_append confopt ' ' "--with-libdir=$root/$prefix/${libdir##*/}"
var_append extraconfopt " " "--with-automount --with-syslog \
--with-acl-support --with-libsmbclient --with-quotas --with-fhs \
--with-configdir=$sysconfdir \
--with-privatedir=$sysconfdir/private \
--with-codepagedir=$sysconfdir/codepages \
--with-piddir=$localstatedir/run/$pkg \
--with-swatdir=$datadir/swat"
# enable nis+ support
var_append extraconfopt ' ' "--with-nisplus-home"

6
network/samba/samba.desc

@ -2,7 +2,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../samba/samba.desc
[COPY] Copyright (C) 2006 - 2011 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2012 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
@ -36,7 +36,7 @@
[L] GPL
[S] Stable
[V] 3.5.12
[V] 3.6.3
[P] X -----5---9 128.500
[D] 2787109146 samba-3.5.12.tar.gz http://samba.org/samba/ftp/stable/
[D] 3737087758 samba-3.6.3.tar.gz http://samba.org/samba/ftp/stable/

Loading…
Cancel
Save