Commit Graph

61 Commits

Author SHA1 Message Date
sthen
fd14b138bb update to Samba 3.6.7, from Ian McWilliam (maintainer)
- sync md5 patch to configure.in with ticket 9037 upstream, suggested by Brad

ok maintainer
2012-09-04 10:00:20 +00:00
ajacoutot
9824017b25 Remove the cups FLAVOR and depends on cups,-libs.
Fix to build with cups >= 1.6.
2012-08-04 14:45:34 +00:00
sthen
cf0fe9c493 Update to Samba 3.6.6, from maintainer Ian McWilliam.
o  Fix possible memory leaks in the Samba master process (bug #8970).
o  Fix uninitialized memory read in talloc_free().
o  Fix joining of XP Pro workstations to 3.6 DCs (bug #8373).
2012-06-27 07:29:17 +00:00
sthen
de35723980 add patches to samba, from Brad, ok with maintainer, also tested by nigel@
- backport *BSD sys_statvfs() wrapper
- tweak autoconf check for cups
2012-04-16 21:58:34 +00:00
sthen
c0b02f0089 fix WRKSRC/WRKDIST insanity 2012-04-10 22:01:20 +00:00
sthen
c3bc9562f0 Update to samba 3.6.3; various bugfixes. From maintainer Ian McWilliam,
also tested by nigel@.

This rolls in the DoS fix which we previously handled via a patch.
2012-02-16 21:36:08 +00:00
sthen
98a844eafa SECURITY fix for CVE-2012-0817, memory leak affecting samba 3.6.0 to 3.6.2
can cause DoS. Pointed out by maintainer.

http://ftp.samba.org/pub/samba/patches/security/samba-3.6.2-CVE-2012-0817.patch

ok ajacoutot@
2012-01-31 09:12:58 +00:00
sthen
f3fcca9da2 update to samba 3.6.1; lots of bugfixes.
similar diff / ok Ian McWilliam (maintainer).
also tested by dhill, thanks!
2011-10-21 20:10:51 +00:00
sthen
49ee02f207 update to samba 3.6.0, from Ian McWilliam / Stefan Rinkes
tweaks/testing from me and nigel@
2011-09-26 09:32:12 +00:00
giovanni
a9df1a858a Bugfix update to 3.5.11, from maintainer Ian McWilliam 2011-08-22 10:03:24 +00:00
giovanni
62f5f7f26e Update to 3.5.10
Fixes:
CVE-2011-2522 (Cross-Site Request Forgery in SWAT) and
CVE-2011-2694 (Cross-Site Scripting vulnerability in SWAT).

From maintainer Ian McWilliam
2011-07-29 08:13:51 +00:00
sthen
2426dbb54a update to samba 3.5.9, from maintainer Ian McWilliam 2011-06-15 19:34:45 +00:00
sthen
b5eebd96b7 - remove libutf8 build dependency for the ldap flavours, locale support
in base is good enough.

- remove NULL casts which are no longer needed.

ok Ian McWilliam
2011-04-17 08:33:14 +00:00
sthen
0a351afcc7 update to 3.5.8, ok aja@ giovanni@ Ian McWilliam (maintainer) 2011-03-15 13:49:44 +00:00
ajacoutot
0c8e6ae42f Remove a left-over powerpc optimization workaround.
from Brad.
2010-12-06 19:41:54 +00:00
sthen
6cef8065dc update Samba to 3.5.6; various bugfixes. From maintainer Ian McWilliam. 2010-10-18 19:07:19 +00:00
sthen
1b229bc319 Rather than use Makefile workarounds for the broken shared lib handling,
fix it in configure.in so it can be sent upstream. From Brad, looks ok to
Ian McWilliam (maintainer).
2010-07-14 07:20:18 +00:00
sthen
78d25392e8 update to 3.5.4, from new maintainer, Ian McWilliam. 2010-06-25 17:39:12 +00:00
kili
f242583dd3 On powerpc, compile smbd/smb2_create.c with -O0 to avoid an ICE with gcc3.
ok, and some simplification, sthen@
2010-05-26 08:47:43 +00:00
sthen
e31e058023 Update to 3.5.3, from Ian McWilliam 2010-05-20 18:16:39 +00:00
sthen
77128a8fa6 update Samba to 3.5.2, most of the work done by Ian McWilliam
Note that the default passdb backend has been changed to 'tdbsam'.
See /usr/local/share/doc/samba/README.OpenBSD (or files/README.OpenBSD)
for more information and instructions for people who wish to convert an
existing smbpasswd-based installation.
2010-04-26 17:31:57 +00:00
giovanni
6ee031f589 Fix man pages (spotted by Charles Smith)
Remove unused configure args
Regen plist
ok jasper@
2010-03-05 09:01:45 +00:00
sthen
78368fdc7f SECURITY update to Samba 3.0.37. From Brad.
This is a security release to address CVE-2009-2813, CVE-2009-2948
and CVE-2009-2906.
2009-10-11 19:45:46 +00:00
naddy
41314cb9f4 security fix for CVE-2009-1888; from william@ 2009-06-30 21:38:38 +00:00
brad
3874e6995b Update to Samba 3.0.30; bug fixes and a security issue fixed,
CVE-2008-1105.

Specifically crafted SMB responses can result in a heap overflow
in the Samba client code. Because the server process, smbd, can
itself act as a client during operations such as printer
notification and domain authentication, this issue affects both
Samba client and server installations.

Feedback from sthen@
ok mbalmer@ sthen@
2008-07-11 11:40:33 +00:00
dlg
6c4423c0f6 disable a workaround for the MIT kerberos implementation that we
dont need because we use heimdal instead. this lets the ads flavor
of samba manage the kerberos keytab on openbsd.

no objections from mbalmer@
2008-05-13 11:34:12 +00:00
mbalmer
891aaf69f6 Update Samba to version 3.0.28 and add two patches from FreeBSD to allow
for non FFS filesystems (e.g. CD-ROMs) to be shared with Samba again.

This fixes CVE-2007-6015 and several other security problems.

ok winiger
2007-12-14 08:53:27 +00:00
mbalmer
9c162fe682 reorder the include file paths so samba always uses it's own include files
first and not the ones in /usr/local/include.

this allows for the cups flavors to build again when databases/tdb is
installed.

problem found by naddy, fix by me, ok naddy
2007-08-08 14:18:00 +00:00
mbalmer
48818fcd07 Update to Samba 3.0.25b
See http://www.samba.org/samba/history/samba-3.0.25b.html for the full
list of changes.
2007-07-02 21:56:57 +00:00
steven
08c3e30d80 fix config file location in man page.
ok mbalmer@
2007-06-03 16:54:36 +00:00
mbalmer
11815b2212 Update to Samba 3.0.25a.
See http://www.samba.org/samba/history/samba-3.0.25a.html for full details.

SECURITY:

This update fixes the following vulnerabilites:
CVE-2007-2444, CVE-2007-2446, CVE-2007-2447.
2007-05-28 20:03:01 +00:00
ajacoutot
84abc278d0 - don't use hardcoded paths in swat man page
- regen patches while here

"if it works for you" mbalmer@
2007-04-06 14:20:35 +00:00
mbalmer
ea519eb0c9 Correct path to swat in swat(8), remove instructions on how to install swat
from source.
Found by Bachman Kharazmi <bahkha@gmail.com>
2007-01-12 10:58:11 +00:00
mbalmer
f336e3c9f5 Update to Samba-3.0.23c. Tested on various platforms and also with local
KDE clients (Konqueror).

ok brad
2006-10-03 14:07:10 +00:00
bernd
466fa17acc Add security fix for CVE-2006-3403. http://secunia.com/advisories/20980/
Change LD_CONFIGURE_FLAGS to make VFS modules work. (from mbalmer@)

ok espie@, mbalmer@
2006-08-09 12:54:04 +00:00
mbalmer
9d1bd157c2 Update to Samba 3.0.21b.
requested by and ok brad@
2006-02-02 09:40:43 +00:00
steven
82cee7cf82 SHARED_LIBS 2006-01-03 21:21:52 +00:00
mbalmer
48a90bd84e Correct filename extensions for shared libraries.
requested by espie@
2005-11-03 15:10:20 +00:00
mbalmer
632b69bf84 Update to Samba 3.0.20b.
Note for LDAP users:  The 'ldap filter' statement in smb.conf is no
longer available.
2005-10-13 21:00:38 +00:00
mbalmer
8a2a581688 Add utmp patch from mickey. Bump package name.
ok mickey@
2005-09-12 16:54:29 +00:00
sturm
f04acb3271 fix some NULL pointer sentinels
fix pathes in the port's Makefile
add a missing directory to PLIST

ok mbalmer@
2005-05-27 04:54:40 +00:00
mbalmer
3852646478 Update to Samba 3.0.13.
ok alek@, espie@, pval@, xsa@
2005-04-03 11:20:37 +00:00
brad
12a9947df9 Move Samba 2.2.x into the stable dir. Make room for an eventual port of
the developement branch (3.0).
2001-12-26 19:15:09 +00:00
dhartmei
e75bc6c978 Still need a patch to adjust logfilebase. Found by mpech@. 2001-11-02 22:31:01 +00:00
dhartmei
27e9f3fc60 No more patches required. 2001-10-24 15:36:01 +00:00
dhartmei
41ebb5dde9 Update to 2.2.1a. Remove one patch (part of the originial distribution now),
ignore obsolete textdocs.
2001-08-29 13:26:15 +00:00
dhartmei
62396ad284 Fix log directory. From mpech@ and form@. Update to 2.2.1a is coming soon
(tired slacker just got home).
2001-08-23 09:12:13 +00:00
matt
cdfe1d3fc5 - update to 2.2.0 (tdb.c patch is from samba CVS to fix a bug), new MAINTAINER (daniel@benzedrine.cx)
- put daemons in ${PREFIX}/libexec, respect CFLAGS (me)
2001-05-16 00:59:47 +00:00
brad
0160f81d4e Add patch that fixes the brain-damaged behavior of the Samba ports
autoconf script with regard to the SSL support. Now we can atleast compile
in SSL support.
2001-04-10 11:36:15 +00:00
brad
666c663d65 rename patch 2001-04-10 01:46:59 +00:00