Commit graph

33 commits

Author SHA1 Message Date
wiz
220e245fa7 Remove GNU_CONFIGURE_LIBDIR.
Rationale: undocumented, easily replaced with "CONFIGURE_ARGS+=--libdir="
and only used by 10 packages.
2013-06-12 12:35:35 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
jperkin
becd113253 PKGREVISION bumps for the security/openssl 1.0.1d update. 2013-02-06 23:20:50 +00:00
taca
da0322a097 Update samba35 to 3.5.21.
==============================
                   Release Notes for Samba 3.5.21
			 January 30, 2013
                   ==============================


This is a security release in order to address
CVE-2013-0213 (Clickjacking issue in SWAT) and
CVE-2013-0214 (Potential XSRF in SWAT).

o  CVE-2013-0213:
   All current released versions of Samba are vulnerable to clickjacking in the
   Samba Web Administration Tool (SWAT). When the SWAT pages are integrated into
   a malicious web page via a frame or iframe and then overlaid by other content,
   an attacker could trick an administrator to potentially change Samba settings.

   In order to be vulnerable, SWAT must have been installed and enabled
   either as a standalone server launched from inetd or xinetd, or as a
   CGI plugin to Apache. If SWAT has not been installed or enabled (which
   is the default install state for Samba) this advisory can be ignored.

o  CVE-2013-0214:
   All current released versions of Samba are vulnerable to a cross-site
   request forgery in the Samba Web Administration Tool (SWAT). By guessing a
   user's password and then tricking a user who is authenticated with SWAT into
   clicking a manipulated URL on a different web page, it is possible to manipulate
   SWAT.

   In order to be vulnerable, the attacker needs to know the victim's password.
   Additionally SWAT must have been installed and enabled either as a standalone
   server launched from inetd or xinetd, or as a CGI plugin to Apache. If SWAT has
   not been installed or enabled (which is the default install state for Samba)
   this advisory can be ignored.


Changes since 3.5.20:
---------------------

o   Kai Blin <kai@samba.org>
    * BUG 9576: CVE-2013-0213: Fix clickjacking issue in SWAT.
    * BUG 9577: CVE-2013-0214: Fix potential XSRF in SWAT.
2013-01-30 11:41:44 +00:00
taca
ccd57ed61d Updaet samba35 to 3.5.20.
* 3.5.20

  Changes since 3.5.19:
  ---------------------

  o   Jeremy Allison <jra@samba.org>
      * BUG 7781: Samba transforms ShareName to lowercase (sharename) when
      	adding new share via MMC.
      * BUG 9236: Apply ACL masks correctly when setting ACLs.
      * BUG 9455: munmap called for an address location not mapped by Samba.

  o   Bj«Órn Baumbach <bb@sernet.de>
      * BUG 9345: Fix usage of <smbconfoption> tag.

  o   Stefan Metzmacher <metze@samba.org>
      * BUG 9390: Fix segfaults in log level = 10 on Solaris.
      * BUG 9402: Fix dns updates against BIND9 (used in a Samba4 domain).


* 3.5.19

  Changes since 3.5.18:
  ---------------------

  o   Jeremy Allison <jra@samba.org>
      * BUG 9016: Connection to outbound trusted domain goes offline.
      * BUG 9117: smbclient can't connect to a Windows 7 server using NTLMv2.
      * BUG 9213: Bad ASN.1 NegTokenInit packet can cause invalid free.
      * BUG 9236: ACL masks incorrectly applied when setting ACLs.

  o   Andrew Bartlett <abartlet@samba.org>
      * BUG 8788: libsmb: Initialise ticket to ensure we do not free invalid
      	memory.

  o   Bj«Órn Jacke <bj@sernet.de>
      * BUG 8344: autoconf: Fix --with(out)-sendfile-support option handling.
      * BUG 8732: Fix compile of krb5 locator on Solaris.
      * BUG 9172: Add quota support for gfs2.

  o   Matthieu Patou <mat@matws.net>
      * BUG 9259: lib-addns: Ensure that allocated buffer are pre set to 0.

  o   Andreas Schneider <asn@samba.org>
      * BUG 9218: Samba panics if a user specifies an invalid port number.


* 3.5.18

  Changes since 3.5.17:
  ---------------------

  o   Michael Adam <obnox@samba.org>
      * BUG 7788: Clarify the idmap_rid manpage.

  o   Jeremy Allison <jra@samba.org>
      * BUG 9098: Winbind does not refresh Kerberos tickets.
      * BUG 9147: Winbind can't fetch user or group info from AD via LDAP.
      * BUG 9150: Valid open requests can cause smbd assert due to incorrect
	oplock handling on delete requests.

  o   Neil R. Goldberg <ngoldber@mitre.org>
      * BUG 9100: Winbind doesn't return "Domain Local" groups from own domain.

  o   Hargagan <shargagan@novell.com>
      * BUG 9085: NMB registration for a duplicate workstation fails with
	registration refuse.

  o   Bj«Órn Jacke <bj@sernet.de>
      * BUG 7814: Fix build of sysquote_xfs.
      * BUG 8402: Winbind log spammed with idmap messages.

  o   Volker Lendecke <vl@samba.org>
      * BUG 9084: Fix a smbd crash in reply_lockingX_error.

  o   Herb Lewis <hlewis@panasas.com>
      * BUG 9104: Fix Winbind crashes caused by mis-identified idle clients.

  o   Luca Lorenzetto <lorenzetto-luca@ubuntu-it.org>
      * BUG 9013: Desktop Managers (xdm, gdm, lightdm...) crash with SIGSEGV in
	_pam_winbind_change_pwd() when password is expiring.

* 3.5.17

  Changes since 3.5.16:
  ---------------------

  o   Jeremy Allison <jra@samba.org>
      * BUG 9034: Fix typo in set_re_uid() call when USE_SETRESUID selected in
	configure.

  o   Bj«Órn Jacke <bj@sernet.de>
      * BUG 8996: Fix build without ads support.
      * BUG 9011: Second part of a fix for bug #9011 (Build on HP-UX broken).

  o   Stefan Metzmacher <metze@samba.org>
      * BUG 9022: Make vfs_gpfs less verbose in get/set_xattr functions.
2012-12-17 12:01:34 +00:00
asau
e059e7e469 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 17:18:07 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
sbd
cd02f563d8 Sync net/samba35 with the below changes as it uses net/samba/options.mk.
Bump PKGREVISION

---
   Module Name:	pkgsrc
   Committed By:	sbd
   Date:		Sun Aug 19 07:28:36 UTC 2012

   Modified Files:
   	pkgsrc/net/samba: INSTALL.nss_winbind Makefile options.mk
   Added Files:
   	pkgsrc/net/samba: DEINSTALL.nss_winbind

   Log Message:
   NSS winbind option install script fixes:

     1) Move the INSTALL_TEMPLATES line to the 'winbind' option section.
     2) Enable the install script on all platforms.
     3) Use the value of ${NSS_WINBIND} in the script as the name of the
        library (should work on all platforms).
     4) In the install script only create the symlink if ${NSS_WINBIND} doesn't
        start with '@comment' (i.e. no nss winbind on this platform) and the
        target file exists and the symlink _doesn't_ already exist.
     5) Create a DEINSTALL_TEMPLATES to remove the nss winbind symlink if it
        exists and point to the correct target.

   Bump PKGREVISION.


   To generate a diff of this commit:
   cvs rdiff -u -r0 -r1.1 pkgsrc/net/samba/DEINSTALL.nss_winbind
   cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/samba/INSTALL.nss_winbind
   cvs rdiff -u -r1.220 -r1.221 pkgsrc/net/samba/Makefile
   cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/samba/options.mk
2012-09-11 07:50:50 +00:00
asau
7a29583dca Update to Samba 3.5.16
==============================
                   Release Notes for Samba 3.5.16
                            July 2, 2012
                   ==============================

This is the latest stable release of Samba 3.5.

Major enhancements in Samba 3.5.16 include:

o  Fix possible memory leaks in the Samba master process (bug #8970).
o  Fix uninitialized memory read in talloc_free().
o  Fix smbd crash with unknown user (bug #8314).

Changes since 3.5.15:
---------------------

o   Jeremy Allison <jra@samba.org>
    * BUG 8314: Fix smbd crash with unknown user.
    * BUG 8831: Fix inconsistent (with manpage) command-line switch for "help"
      in smbtree.
    * BUG 8882: Fix processing of %U with vfs_full_audit when "force user"
      is set.
    * BUG 8897: winbind_krb5_locator only returns one IP address.
    * BUG 8910: resolve_ads() code can return zero addresses and miss valid DC
      IP addresses.
    * BUG 8957: Fix typo in pam_winbindd code.
    * BUG 8972: Directory group write permission bit is set if unix extensions
      are enabled.
    * BUG 8974: Kernel oplocks are broken when uid(file) != uid(process).
    * BUG 8989: Send correct responses to NT Transact Secondary when no data and
      no params.
    * BUG 8994: Fix "winbind normalize names".

o   Andrew Bartlett <abartlet@samba.org>
    * BUG 8599: Only use SamLogonEx when we can get unencrypted session keys.
    * BUG 8943: Slow but responsive DC can lock up winbindd for > 10 minutes
      at a time.

o   Björn Baumbach <bb@sernet.de>
    * BUG 7564: Fix default name resolve order in the manpage.

o   John Bradshaw <john@johnbradshaw.org>
    * BUG 7938: Fix typo (overrided -> overridden) in Samba3-HOWTO.

o   Olaf Flebbe <o.flebbe@science-computing.de>
    * BUG 8552: Correct documentation of "case sensitive".

o   Björn Jacke <bj@sernet.de>
    * BUG 8869: Remove outdated netscape ds 5 schema file.
    * BUG 9011: Fix build on HP-UX.

o   Volker Lendecke <vl@samba.org>
    * Fix uninitialized memory read in talloc_free().
    * BUG 8338: OS/X can not deal with a 10-vwv read on normal files.
    * BUG 8998: Notify code can miss a ChDir.
    * BUG 9000: Fix a Winbind race leading to 100% CPU.
    * BUG 9003: Fix posix acl on gpfs.

o   Matthieu Patou <mat@matws.net>
    * BUG 8975: Make sure that Winbind can coredump.

o   Karolin Seeger <kseeger@samba.org>
    * BUG 7930: Add hint that setting "profile acls = yes" on normal shares can
      cause trouble.

o   Richard Sharpe <realrichardsharpe@gmail.com>
    * BUG 8822: Fix building out-of-tree vfs modules.
    * BUG 8970: Fix possible memory leaks in the Samba master process.

o   Simo Sorce <idra@samba.org>
    * BUG 8915: Fix pam_winbind build against newer iniparser library.
2012-07-07 12:35:53 +00:00
taca
1d70244efa Update samba35 package to 3.5.15.
==============================
                   Release Notes for Samba 3.5.15
			   April 30, 2012
                   ==============================


This is a security release in order to address
CVE-2012-2111 (Incorrect permission checks when granting/removing
privileges can compromise file server security).

o  CVE-2012-2111:
   Samba 3.4.x to 3.6.4 are affected by a
   vulnerability that allows arbitrary users
   to modify privileges on a file server.
2012-05-02 14:50:19 +00:00
asau
cbeacd9bb5 Update to Samba 3.5.14
This is a security release in order to address
CVE-2012-1182 ("root" credential remote code execution).

o  CVE-2012-1182:
   Samba 3.0.x to 3.6.3 are affected by a
   vulnerability that allows remote code
   execution as the "root" user.

Changes since 3.5.13:
---------------------

o   Stefan Metzmacher <metze@samba.org>
    *BUG 8815: PIDL based autogenerated code allows overwriting beyond of
     allocated array (CVE-2012-1182).
2012-04-11 09:36:21 +00:00
abs
9d06de947b Add a buildlink for anyone who needs samba 3.5 2012-03-18 17:31:53 +00:00
adam
b3898cd0db Changes 3.5.13:
* BUG 8327: Fix config reload to reload shares from registry.
* BUG 8139: Ignore SMBecho errors.
* BUG 8521: Fix Winbind cache timeout expiry test.
* BUG 8561: Fully observe password change settings.
* BUG 8631: Fix POSIX ACE x permission mapping to and from a DACL.
* BUG 8636: When returning an ACL without SECINFO_DACL requested, we still
  set SEC_DESC_DACL_PRESENT in the type field.
* BUG 8644: Make sure that vfs_acl_xattr and vfs_acl_tdb modules add
  inheritable entries on a directory with no stored ACL.
* BUG 8663: Fix deleting a symlink if the symlink target is outside of the
* share.
* BUG 8664: Fix renaming a symlink if the symlink target is outside of the
  share.
* BUG 8673: Fix NT ACL issue.
* BUG 8679: Make sure that recvfile code path using splice() on Linux
  does not leave data in the pipe on short write.
* BUG 8687: Fix typo in 'net memberships' usage.
2012-03-13 12:40:53 +00:00
sbd
fe9dfec1a5 nss module install fix-ups .
Now that samba-nss-winbind-install and samba-nss-wins-install work again.

1) Switch back to using the the above mentioned targets for installing
   nss-winbind and nss_wins.  (These targets work on all platforms.)
2) Switch back to using ${NSS_WINBIND} and ${NSS_WINS} in the PLIST as
   these work on all platforms.

Bump PKGREVISION
2012-02-01 08:32:01 +00:00
sbd
2f7a7d4414 Add missing zlib buildlink.
Bump PKGREVISION.
2012-01-31 07:42:15 +00:00
sbd
147dcaee33 Add PLIST.Linux 2012-01-31 07:28:58 +00:00
adam
66adc05ab9 PLIST fix for other OSes other than NetBSD 2012-01-27 14:32:02 +00:00
sbd
0fea84f4dc Convert packages with add --libdir=* to CONFIGURE_ARGS to use
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR.
2012-01-17 21:43:18 +00:00
manu
fc16ab48ca Restore build on latest netbsd-5 by making sure utimensat(2) is not used. 2012-01-09 05:18:46 +00:00
asau
c9fac4381b Update to Samba 3.5.12
This is the latest stable release of Samba 3.5.

Major enhancements in Samba 3.5.12 include:

o  Fix race condition in Winbind (bug 7844).
o  The VFS ACL modules are no longer experimental but production-ready.

See full release notes at http://www.samba.org/samba/history/samba-3.5.12.html
2011-12-16 23:21:45 +00:00
jmcneill
df8375aae1 integrate the patch from the following url:
http://www.ogris.de/samba/unix-active-directory.html
and install nss_winbind. bump PKGREVISION.
2011-10-11 20:30:00 +00:00
adam
a17d499ad0 Explicitly depend on gettext-lib; use BROKEN_GETTEXT_DETECTION=yes, because configure does not check for -lintl 2011-09-30 13:41:33 +00:00
adam
439d9e9d61 Changes 3.5.11:
* Fix access to Samba shares when Windows security patch KB2536276 is installed
* Fix DoS in Winbind and smbd with many file descriptors open
* Fix Winbind panics if verify_idpool() fails
2011-08-05 09:51:45 +00:00
apb
46a856068b Fix an infinite loop in the configure script's test for
"checking for replacing readdir using getdirentries()".
The functions in samba-3.5.10/lib/replace/repdir_getdirentries.c
fail on NetBSD 5.99.54, and the test code in
samba-3.5.10/lib/replace/test/os2_delete.c
did not handle the failure.

Not bumping PKGREVISION, because this affects only the
configure script, and the package did not build on
NetBSD-current before.
2011-08-01 08:42:39 +00:00
taca
a2e25ec86d Update samba35 pacakge to 3.5.10; security fix for swat.
==============================
                   Release Notes for Samba 3.5.10
			   July 26, 2011
                   ==============================


This is a security release in order to address
CVE-2011-2522 (Cross-Site Request Forgery in SWAT) and
CVE-2011-2694 (Cross-Site Scripting vulnerability in SWAT).


o  CVE-2011-2522:
   The Samba Web Administration Tool (SWAT) in Samba versions
   3.0.x to 3.5.9 are affected by a cross-site request forgery.


o  CVE-2011-2694:
   The Samba Web Administration Tool (SWAT) in Samba versions
   3.0.x to 3.5.9 are affected by a cross-site scripting
   vulnerability.

Please note that SWAT must be enabled in order for these
vulnerabilities to be exploitable. By default, SWAT
is *not* enabled on a Samba install.


Changes since 3.5.9:
--------------------


o   Kai Blin <kai@samba.org>
    * BUG 8289: SWAT contains a cross-site scripting vulnerability.
    * BUG 8290: CSRF vulnerability in SWAT.
2011-07-27 00:52:20 +00:00
wiz
9657011b59 Fix PLIST with -winbind, fixes PR 45121 by John D. Baker. 2011-07-10 17:03:15 +00:00
adam
41e2e4379a Major enhancements in Samba 3.5.9 include:
* Sgid bit lost on folder rename.
* ACL can get lost when files are being renamed.
* Respect "allow trusted domains = no" in Winbind.
2011-06-15 11:45:08 +00:00
obache
1d9df3258a recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
taca
cae5cccb25 Explicitly disable merged build option (samba4).
Reflects discussion by PR pkg/44786.
2011-03-31 13:57:30 +00:00
adam
a3bcfd2183 Changes 3.5.8:
* Fix Winbind crash bug when no DC is available
* Fix finding users on domain members
* Fix memory leaks in Winbind
* Fix printing with Windows 7 clients
2011-03-08 08:30:07 +00:00
sbd
3cc48a8e7f Add --with-cifsumount to CONFIGURE_ARGS on Linux systems in order to build
umount.cifs
2011-03-01 11:28:59 +00:00
taca
ebcac63e33 Update samba35 pacakge to 3.5.7.
Release Announcements
=====================

Samba 3.5.7, 3.4.12 and 3.3.15 are security releases in order to
address CVE-2011-0719.


o  CVE-2011-0719:
   All current released versions of Samba are vulnerable to
   a denial of service caused by memory corruption. Range
   checks on file descriptors being used in the FD_SET macro
   were not present allowing stack corruption. This can cause
   the Samba code to crash or to loop attempting to select
   on a bad file descriptor set.

   A connection to a file share, or a local account is needed
   to exploit this problem, either authenticated or unauthenticated
   (guest connection).

   Currently we do not believe this flaw is exploitable
   beyond a crash or causing the code to loop, but on the
   advice of our security reviewers we are releasing fixes
   in case an exploit is discovered at a later date.


Changes
-------


o   Jeremy Allison <jra at samba.org>
    * BUG 7949: Fix DoS in Winbind and smbd with many file descriptors open.
2011-02-28 14:34:56 +00:00
adam
aae3ec801d Samba provides file and print services for Microsoft Windows clients.
These services may be hosted off any TCP/IP-enabled platform.  The
Samba project includes not only an impressive feature set in file and
print serving capabilities, but has been extended to include client
functionality, utilities to ease migration to Samba, tools to aid
interoperability with Microsoft Windows, and administration tools.
2010-12-06 17:01:22 +00:00