summaryrefslogtreecommitdiff
path: root/packages/samba/samba_3.0.23c.bb
AgeCommit message (Collapse)AuthorFiles
2009-02-02samba: Add volatiles config for samba, fixes logging issue, bump PRTim 'timtim' Ellis1
2009-02-01samba: Further fixups to samba:Tim 'timtim' Ellis1
- Add 3.3.0, works but DEFAULT_PREFERENCE -1 (see comments in recipe) - Ensure various ads deps are not included better - Centralise more repetition into samba-basic.inc - Remove various duplicate smb.conf - Ensure smbfs-doc is only included in 3.0.23c and 3.0.34 as it does not exist in other packages
2009-01-31samba: Rework samba in preparation for separate AD support:Tim 'timtim' Ellis1
- Move mtab.patch and config-h.patch to files as they will work for 3.3.0 - Remove AD support, krb5 and openldap deps from 3.2.7 - Move the non-AD samba specific stuff into its own include file - Ensure package conflicts with samba-ads, bump PR to pick this up
2009-01-26samba: Big clean/fixup of samba includingTim 'timtim' Ellis1
- Remove repeition of everything, everywhere - Fix uclibc builds of 3.0.34 - Add active directory client support to 3.2.7
2009-01-26samba: Reinstate change to fix 3.0.23c and 3.0.34 installsTim 'timtim' Ellis1
2009-01-26samba: Make 3.0.23c build again since its still an om preferred versionTim 'timtim' Ellis1
2008-11-26samba: Fix mount.smb/mount.smbfs link locationsTom Rini1
As reported by me in bug 3880, mount -t (smb|smbfs) won't work unless the helper is in /sbin (which is where upstream places these), so that's where we want the links too.
2008-11-26samba, samba-essential: Move IFACE related autoconf variables to ↵Tom Rini1
common-linux site file. As reported by me in bug 4854, the IFACE autoconf variables are found in some, bug not all arch site files, but these are really common linux variables and as such, should be in common-linux. Bump PR as there is a change here in some arches.
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-08-03samba: Move cifs.patch from .inc to .bb as newer versions don't need this patchOyvind Repvik1
2008-05-19samba: fix packaging and close 3146.Rolf Leggewie1
2007-09-03samba: depend on virtual/libiconv and supply path to it to fix building - ↵Marcin Juszkiewicz1
taken from #2900
2007-02-19samba: Make fetching more robust (closes 1885). Unify some more. Sanitize.Rolf Leggewie1
2006-11-17samba: Fix parsing errorsOyvind Repvik1
2006-09-02samba: Move MAINTAINER/LICENCE to .incOyvind Repvik1
2006-09-02samba: upstream upgrade to 3.0.23c. Add MAINTAINER and LICENCE fieldsOyvind Repvik1