diff options
author | adam <adam> | 2013-08-14 14:40:10 +0000 |
---|---|---|
committer | adam <adam> | 2013-08-14 14:40:10 +0000 |
commit | 6e5acbe62a6753eefa41d1f66d4d06cf121367c8 (patch) | |
tree | 80fb3a18573538890348f5b9bacc6e2ceea810ed /net | |
parent | dd873c7078fe3f9ff9edebfef6f39d3c254866f9 (diff) | |
download | pkgsrc-6e5acbe62a6753eefa41d1f66d4d06cf121367c8.tar.gz |
Changes 3.6.18:
* BUG 9777: vfs_dirsort uses non-stackable calls, dirfd(), malloc instead
of talloc and doesn't cope with directories being modified whilst reading.
* BUG 9678: Windows 8 Roaming profiles fail.
* BUG 9636: Fix parsing linemarkers in preprocessor output.
* BUG 9880: Use of wrong RFC2307 primary group field.
* BUG 9983: Fix output of syslog-facility check.
* BUG 10064: Linux kernel oplock breaks can miss signals.
Diffstat (limited to 'net')
-rw-r--r-- | net/samba/Makefile | 4 | ||||
-rw-r--r-- | net/samba/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index f17bda4276b..b241a2d9ca6 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.237 2013/08/12 02:45:55 taca Exp $ +# $NetBSD: Makefile,v 1.238 2013/08/14 14:40:10 adam Exp $ DISTNAME= samba-${VERSION} CATEGORIES= net @@ -9,7 +9,7 @@ HOMEPAGE= http://www.samba.org/ COMMENT= SMB/CIFS protocol server suite LICENSE= gnu-gpl-v3 -VERSION= 3.6.17 +VERSION= 3.6.18 CONFLICTS+= ja-samba-[0-9]* pam-smbpass-[0-9]* winbind-[0-9]* FILESDIR= ${PKGDIR}/../../net/samba/files diff --git a/net/samba/distinfo b/net/samba/distinfo index 63c422f5461..d13cacff636 100644 --- a/net/samba/distinfo +++ b/net/samba/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.92 2013/08/12 02:45:55 taca Exp $ +$NetBSD: distinfo,v 1.93 2013/08/14 14:40:10 adam Exp $ -SHA1 (samba-3.6.17.tar.gz) = e0e9921e87328667e7379c72130c5c800737846f -RMD160 (samba-3.6.17.tar.gz) = 0280da9cd7fa97e3e0d8121a0d7cdc1228d6d9d3 -Size (samba-3.6.17.tar.gz) = 34110538 bytes +SHA1 (samba-3.6.18.tar.gz) = 39d3eb11591918a32845347dba5991a681fa84bb +RMD160 (samba-3.6.18.tar.gz) = 2aef2358c10ad789a38720a7f98f535700017cf8 +Size (samba-3.6.18.tar.gz) = 34112906 bytes SHA1 (patch-aa) = 6c8497adce78e8b1dea2a0402d4a980b67b57b8e SHA1 (patch-ab) = 0372ff2e3caca866dacd6ed25ae1d02e34a5b567 SHA1 (patch-ac) = 25edbd616199b7dcb41f87aa1374d0bdf19cafec |