Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc net/samba4 databases/ldb: updated to 4.12.3 2.1.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/80c380aa21d5
branches:  trunk
changeset: 432201:80c380aa21d5
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue May 19 16:51:43 2020 +0000

description:
net/samba4 databases/ldb: updated to 4.12.3 2.1.3

Changes 4.12.3:
* BUG 14301: Fix smbd panic on force-close share during async io.
* BUG 14343: s3: vfs_full_audit: Add missing fcntl entry in vfs_op_names[]
  array.
* BUG 14361: vfs_io_uring: Fix data corruption with Windows clients.
* BUG 14372: Fix smbd crashes when MacOS Catalina connects if iconv
  initialization fails.
* BUG 14150: Exporting from macOS Adobe Illustrator creates multiple copies.
* BUG 14256: smbd does a chdir() twice per request.
* BUG 14320: smbd mistakenly updates a file's write-time on close.
* BUG 14350: vfs_shadow_copy2: implement case canonicalisation in
  shadow_copy2_get_real_filename().
* BUG 14375: Fix Windows 7 clients problem after upgrading samba file server.
* BUG 14359: s3: Pass DCE RPC handle type to create_policy_hnd.
* BUG 14155: Fix uxsuccess test with new MIT krb5 library 1.18.
* BUG 14342: mit-kdc: Explicitly reject S4U requests.
* BUG 14352: dbwrap_watch: Set rec->value_valid while returning nested
  share_mode_do_locked().
* BUG 14345: lib:util: Fix smbclient -l basename dir.
* BUG 14336: s3:libads: Fix ads_get_upn().
* BUG 14348: ctdb: Fix a memleak.
* BUG 14366: Malicous SMB1 server can crash libsmbclient.
* BUG 14330: ldb: Bump version to 2.1.3, LMDB databases can grow without
  bounds
* BUG 14361: vfs_io_uring: Fix data corruption with Windows clients.
* BUG 14344: s3/librpc/crypto: Fix double free with unresolved credential
  cache.
* BUG 14358: docs-xml: Fix usernames in pam_winbind manpages.

diffstat:

 databases/ldb/Makefile |   5 ++---
 databases/ldb/distinfo |  10 +++++-----
 net/samba4/Makefile    |   5 ++---
 net/samba4/distinfo    |  10 +++++-----
 4 files changed, 14 insertions(+), 16 deletions(-)

diffs (63 lines):

diff -r 38e079b37298 -r 80c380aa21d5 databases/ldb/Makefile
--- a/databases/ldb/Makefile    Tue May 19 16:19:02 2020 +0000
+++ b/databases/ldb/Makefile    Tue May 19 16:51:43 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2020/05/18 15:39:20 hauke Exp $
+# $NetBSD: Makefile,v 1.16 2020/05/19 16:51:43 adam Exp $
 
 # Before updating, make sure net/samba4 supports the newer version.
-DISTNAME=      ldb-2.1.2
-PKGREVISION=   1
+DISTNAME=      ldb-2.1.3
 CATEGORIES=    databases
 MASTER_SITES=  http://www.samba.org/ftp/ldb/
 
diff -r 38e079b37298 -r 80c380aa21d5 databases/ldb/distinfo
--- a/databases/ldb/distinfo    Tue May 19 16:19:02 2020 +0000
+++ b/databases/ldb/distinfo    Tue May 19 16:51:43 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.7 2020/04/29 10:00:12 adam Exp $
+$NetBSD: distinfo,v 1.8 2020/05/19 16:51:43 adam Exp $
 
-SHA1 (ldb-2.1.2.tar.gz) = 970bda0e5607bab3a221fe3abf91ac6969790d36
-RMD160 (ldb-2.1.2.tar.gz) = 785f34dcab083c24862f65dbd5bc0aa8b5270b3a
-SHA512 (ldb-2.1.2.tar.gz) = 6b9a7e6e3f6532ccedb087394b1d2d28f53a034353288bac1ea8d9ca65da5981191e31de6493445daa87684e08cc587886dd7fce19391bd20f1c7d440dbf3fbf
-Size (ldb-2.1.2.tar.gz) = 1670997 bytes
+SHA1 (ldb-2.1.3.tar.gz) = 06d1c8457e56b2df26cec16253a62acc789aa6fb
+RMD160 (ldb-2.1.3.tar.gz) = f12fb150ca2f07c255edcd3fc40d0937b51b69b5
+SHA512 (ldb-2.1.3.tar.gz) = 3f5adf5ed6c98cefce56ba47c986c5d59619731def8fa66440957aba1483de19bcfdc4ec5498d34db70753312b1ad47b864020269df924d3d431c8d4d223af10
+Size (ldb-2.1.3.tar.gz) = 1673208 bytes
 SHA1 (patch-buildtools_wafsamba_samba__conftests.py) = 813c639e404e3b301444decae318c702c87f0cc1
 SHA1 (patch-buildtools_wafsamba_samba__install.py) = d801340617da325e3bb70a90350e45cc8e383c2d
 SHA1 (patch-buildtools_wafsamba_samba__utils.py) = 0a587421870c1974175fadbb02dde215f35938f2
diff -r 38e079b37298 -r 80c380aa21d5 net/samba4/Makefile
--- a/net/samba4/Makefile       Tue May 19 16:19:02 2020 +0000
+++ b/net/samba4/Makefile       Tue May 19 16:51:43 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.98 2020/05/19 12:13:51 hauke Exp $
+# $NetBSD: Makefile,v 1.99 2020/05/19 16:51:43 adam Exp $
 
-DISTNAME=      samba-4.12.2
-PKGREVISION=   1
+DISTNAME=      samba-4.12.3
 CATEGORIES=    net
 MASTER_SITES=  https://download.samba.org/pub/samba/stable/
 
diff -r 38e079b37298 -r 80c380aa21d5 net/samba4/distinfo
--- a/net/samba4/distinfo       Tue May 19 16:19:02 2020 +0000
+++ b/net/samba4/distinfo       Tue May 19 16:51:43 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.46 2020/05/19 12:13:51 hauke Exp $
+$NetBSD: distinfo,v 1.47 2020/05/19 16:51:43 adam Exp $
 
-SHA1 (samba-4.12.2.tar.gz) = c7c5b42fbcba4d2cbb505d8827ae43544d978c32
-RMD160 (samba-4.12.2.tar.gz) = 0abe010cfe12b10583bbbfa37d9fdde224ac7801
-SHA512 (samba-4.12.2.tar.gz) = c1d5f62ea2e43c246988aa65c4b690de232f73c0213cbc5d532e43c8cfbea17f1ac92435526b64c9a85c582b29381eecfb57713861efc32f6e6257000c393562
-Size (samba-4.12.2.tar.gz) = 18192360 bytes
+SHA1 (samba-4.12.3.tar.gz) = 08109949a70c88010dd4b53d1ae088b7e1a282eb
+RMD160 (samba-4.12.3.tar.gz) = 9d4a4d7d1da5367a1f442ba0ff3ea8abde1ba69e
+SHA512 (samba-4.12.3.tar.gz) = 5de66c21db0710880b6e0347ae1eff17ff1881eb926e9a0cf5af9ddc27599cf8daa9ca6ea35b2a0a2158226a38cdf7074b28a51e460a139720c78a522b1a5908
+Size (samba-4.12.3.tar.gz) = 18203604 bytes
 SHA1 (patch-buildtools_wafsamba_samba__conftests.py) = d927db17124d2bb5b382885e70a41f84c3929926
 SHA1 (patch-buildtools_wafsamba_samba__install.py) = d801340617da325e3bb70a90350e45cc8e383c2d
 SHA1 (patch-buildtools_wafsamba_samba__pidl.py) = e4c0ed3dacfcf5613a5b397b3c6cf88509497da7



Home | Main Index | Thread Index | Old Index