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
5d58acd6ba
Samba uses modules; mark it SHARED_ONLY and collapse PFRAG.shared-main
...
into PLIST-main. From Brad.
2010-04-28 08:02:38 +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
espie
3f21da355d
fix FULLPKGPATH (ports is locked)
2010-02-26 18:13:25 +00:00
ajacoutot
487de33a33
Regen WANTLIB after CUPS gnutls -> openssl move.
2009-11-22 16:40:03 +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
jasper
20696471fe
remove marc balmer as maintainer of all of his ports, to take away the
...
illusion marc still maintains them. as requested by himself.
2009-09-15 17:37:21 +00:00
naddy
41314cb9f4
security fix for CVE-2009-1888; from william@
2009-06-30 21:38:38 +00:00
ajacoutot
69da9a0494
- regen WANTLIB (from cups kerberos support)
...
- bump
2009-05-22 14:06:13 +00:00
giovanni
4dc5bbf729
Fix pkgname-main
...
spotted by Mikolaj Kucharski
2009-05-19 07:05:25 +00:00
giovanni
ddd0f40f2a
Update to 3.0.34
...
"fine with me to commit it" jasper@
2009-05-14 17:05:46 +00:00
ajacoutot
1d321633f5
- fix WANTLIB after cups update
2009-04-10 11:59:06 +00:00
brad
5472fd04ce
Update to Samba 3.0.33. A security release to address CVE-2008-4314.
...
ok mbalmer@
2008-12-07 03:52:56 +00:00
ajacoutot
cf10739f24
- SYSCONFDIR and LOCALBASE are already part of the generic SUBST_VARS
...
looks good to landry@
2008-09-18 13:37:41 +00:00
brad
a5681b9b65
- Disable FAM so autoconf will not pull it in if it is installed
...
- Tweak how CONFIGURE_ARGS are passed along so as to remove
cases where the Makefile will pass along --without-foo
--with-foo
- Add missing crypto lib for WANTLIB with the ads FLAVOR
Part of the CONFIGURE_ARGS tweaking from form@
Missing lib from WANTLIB pointed out by sthen@
ok sthen@ ajacoutot@
2008-09-17 10:38:59 +00:00
brad
1abb752216
Update to Samba 3.0.32.
...
ok sthen@
2008-09-12 07:49:11 +00:00
ajacoutot
186fa1fd56
- don't use $SYSCONFDIR for base system files (which are always
...
installed under /etc, whatever $SYSCONFDIR value is)
- s/PREFIX/LOCALBASE and the opposite where it makes sense
- README.OpenBSD is part of samba-docs, so no need to tell the user to
install samba-docs
ok mbalmer@ who gave me ten bonus points for solving the samba puzzle!
2008-08-30 17:02:26 +00:00
mbalmer
f999bbe527
s/SYSCONDIR/SYSCONFDIR/
2008-08-29 19:50:20 +00:00
brad
3407f8d6aa
Update to Samba 3.0.31; A bug fix release.
...
ok mbalmer@
2008-07-25 22:01:17 +00:00
brad
a73258c217
Correct the permissions of the examples files.
...
Issue and an initial patch provided by RD Thrush <rd at thrush dot com>
ok mbalmer@
2008-07-12 12:33:21 +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
dlg
9c8158c9d3
add support for talking to active directory with an ads flavor.
...
ok mbalmer@ jasper@
2008-03-18 09:15:50 +00:00
espie
17d70806a3
tweak FAKE_FLAGS semantics to saner defaults.
2008-01-04 17:48:33 +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
wilfried
4ec8e5d186
fix plist, ok mbalmer@
2007-10-25 09:46:44 +00:00
merdely
241b722760
Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN/ERRORS
...
Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@)
2007-09-15 22:36:51 +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
cnst
09c251236c
add 'echo -n ...' to the rc.local example in pkg/MESSAGE; ok mbalmer
2007-06-04 16:19:13 +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
espie
9eafbbfb35
base64 checksums.
2007-04-05 16:19:55 +00:00
deanna
fce84944cf
Adjust cups flavor WANTLIB since it's moved from gnutls to openssl.
...
ok mbalmer, pvalchev
2007-03-29 22:12:06 +00:00
mbalmer
1929c1953e
Security update to Samba 3.0.24.
...
This fixes the following problems:
o CVE-2007-0452 (Potential Denial of Service bug in smbd)
o CVE-2007-0453 (Buffer overrun in NSS host lookup Winbind
NSS library on Solaris)
o CVE-2007-0454 (Format string bug in afsacl.so VFS plugin)
2007-02-06 07:01:13 +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
steven
b6d439743e
use BASE_PKGPATH instead of homegrown variable, no bumps needed
2006-12-14 09:07:55 +00:00
espie
9fb78fc0cd
new MULTI_PACKAGES
2006-11-25 13:00:41 +00:00
bernd
559952db05
Fix {BUILD,RUN}_DEPENDS.
2006-11-20 20:00:04 +00:00
mbalmer
7cb12e1520
misc/libutf8 is a build dependency for the ldap flavor.
2006-11-18 11:42:26 +00:00
mbalmer
aab1185ae5
Update to Samba 3.0.23d.
2006-11-15 21:11:04 +00:00
mbalmer
ca9fe5858d
Fix some WANTLIB entries.
2006-11-11 15:16:24 +00:00
mbalmer
24de482c46
Enable logging to syslog. Requested by Jeff Ross <jross@openvistas.net> a
...
while ago. Why not.
2006-10-29 12:55:50 +00:00
sturm
020e6b8b5f
use in ${SYSCONFDIR} in post-install, not /etc
...
no need to bump
2006-10-20 13:21:33 +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
sturm
177e0f2648
correctly build with systrace
2006-04-09 15:08:20 +00:00