[vlc-commits] [Git][videolan/vlc][master] contrib: smb2: update to 4.0.0

Hugo Beauzée-Luyssen (@chouquette) gitlab at videolan.org
Tue Jan 18 11:37:18 UTC 2022



Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC


Commits:
1cf1991b by Thomas Guillem at 2022-01-18T10:35:43+00:00
contrib: smb2: update to 4.0.0

Changelog since 3.0.0:
 - Add support for SMB3 encryption
 - Add support for Anonymous NTLMSSP logins
 - Add support for readlink.
 - Add API to notify application of changes to which filehandles are used by
 libsmb2.
 - Add suppport for Big Endian DCERPC and allow it to be controlled from the
 URL.
 - Add support for 3.1.1 signing
 - Add support for PS2(EE) and PS3
 - Fixes to UCS2 when compose characters are used.
 - Various MacOS fixes
 - Fix a few NULL dereferences

All theses fixes were already included in the contrib version.

- - - - -


2 changed files:

- contrib/src/smb2/SHA512SUMS
- contrib/src/smb2/rules.mak


Changes:

=====================================
contrib/src/smb2/SHA512SUMS
=====================================
@@ -1 +1 @@
-ba70459966ec2a927058d16870f5dd73960d38a36c28500b9f1186ad7aca94449b0e8908e4c7ce46cafb8d05a8e93517df615c3ef2dbd559fd409ba98bd3a824  libsmb2-08c1682f44b00fa694836703ed16ec74987f77d2.tar.gz
+d62d05f946d104995faefa8e4fdb3a9121f697a29aac031ddd6f2c3ec9ce97edbd18d84ace56103c19e0f56356b531f7d2db826428aff52abb4930603a5fb50f  libsmb2-4.0.0.tar.gz


=====================================
contrib/src/smb2/rules.mak
=====================================
@@ -1,6 +1,6 @@
 # SMB2
-SMB2_VERSION := 08c1682f44b00fa694836703ed16ec74987f77d2
-SMB2_URL := https://github.com/sahlberg/libsmb2/archive/$(SMB2_VERSION).tar.gz
+SMB2_VERSION := 4.0.0
+SMB2_URL := https://github.com/sahlberg/libsmb2/archive/v$(SMB2_VERSION).tar.gz
 
 ifdef BUILD_NETWORK
 ifndef HAVE_WIN32



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1cf1991b648df877d7138ef79a3381026be2dd80

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/1cf1991b648df877d7138ef79a3381026be2dd80
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list