Path to this page:
./
net/samba,
SMB/CIFS protocol server suite
Branch: pkgsrc-2013Q4,
Version: 3.6.23,
Package name: samba-3.6.23,
Maintainer: pkgsrc-usersSamba 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.
DEINSTALL.nss_winbind [+/-]# $NetBSD: DEINSTALL.nss_winbind,v 1.2 2013/04/19 07:17:46 sborrill Exp $
case ${STAGE} in
DEINSTALL)
NSS_WINBIND='@NSS_WINBIND@'
case $NSS_WINBIND in
"@comment *") ;;
*)
if ${TEST} -e /usr/lib/${NSS_WINBIND##*/} && \
target=`${LS} -l /usr/lib/${NSS_WINBIND##*/} | \
${AWK} '{print $NF;}'` && \
${TEST} x"$target" = x"${PREFIX}/${NSS_WINBIND}" ;then
${ECHO} "Removing /usr/lib/${NSS_WINBIND##*/} symlink."
${RM} -f /usr/lib/${NSS_WINBIND##*/}
fi
;;
esac
;;
esac
Required to run:[
lang/perl5] [
databases/tdb] [
devel/readline] [
devel/popt]
Package options: ads, ldap, pam, winbind
Master sites: (Expand)
SHA1: 5ba2f8323ab17fa6c04bf87c11d20f10a4fcfe17
RMD160: 43dc3b5dcc2ee515bed03ad77b9726841faea946
Filesize: 33322.644 KB
Version history: (Expand)
- (2014-03-18) Updated to version: samba-3.6.23
- (2014-01-01) Package added to pkgsrc.se, version samba-3.6.22 (created)
CVS history: (Expand)
2014-03-18 13:42:57 by Matthias Scheler | Files touched by this commit (3) | |
Log message:
Pullup ticket #4348 - requested by taca
net/samba: security update
Revisions pulled up:
- net/samba/Makefile 1.242-1.247
- net/samba/distinfo 1.97-1.98
- net/samba/patches/patch-ab 1.29
---
Module Name: pkgsrc
Committed By: obache
Date: Tue Jan 28 12:16:39 UTC 2014
Modified Files:
pkgsrc/net/samba: Makefile
Log message:
Use GNU_CONFIGURE_LIBDIR for --libdir.
---
Module Name: pkgsrc
Committed By: tron
Date: Wed Feb 12 23:18:57 UTC 2014
Modified Files:
pkgsrc/net/samba: Makefile
Log message:
Recursive PKGREVISION bump for OpenSSL API version bump.
---
Module Name: pkgsrc
Committed By: obache
Date: Mon Mar 3 08:05:07 UTC 2014
Modified Files:
pkgsrc/net/samba: Makefile
Log message:
simplify with SUBST_VARS.
---
Module Name: pkgsrc
Committed By: obache
Date: Mon Mar 3 08:15:10 UTC 2014
Modified Files:
pkgsrc/net/samba: Makefile distinfo
pkgsrc/net/samba/patches: patch-ab
Log message:
Replace log dir in the default sample config file correctly.
Bump PKGREVISION.
---
Module Name: pkgsrc
Committed By: jperkin
Date: Thu Mar 13 11:08:54 UTC 2014
Modified Files:
pkgsrc/net/samba: Makefile
Log message:
Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do
not use libtool to do so. This is required to correctly depend upon a
gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
---
Module Name: pkgsrc
Committed By: taca
Date: Mon Mar 17 14:01:57 UTC 2014
Modified Files:
pkgsrc/net/samba: Makefile distinfo
Log message:
Update samba to 3.6.23.
==============================
Release Notes for Samba 3.6.23
March 11, 2014
==============================
This is a security release in order to address
CVE-2013-4496 (Password lockout not enforced for SAMR password changes).
o CVE-2013-4496:
Samba versions 3.4.0 and above allow the administrator to implement
locking out Samba accounts after a number of bad password attempts.
However, all released versions of Samba did not implement this check for
password changes, such as are available over multiple SAMR and RAP
interfaces, allowing password guessing attacks.
|